]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1455 from pztrn/master
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 29 Mar 2015 14:05:57 +0000 (16:05 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 29 Mar 2015 14:05:57 +0000 (16:05 +0200)
Do not attempt to create itemcache directory if it already exist.

129 files changed:
CHANGELOG
boot.php
database.sql
doc/Vagrant.md
friendica_test_data.sql [new file with mode: 0644]
images/rm-16.png [new file with mode: 0644]
include/Contact.php
include/Photo.php
include/Scrape.php
include/api.php
include/bb2diaspora.php
include/bbcode.php
include/dbstructure.php
include/diaspora.php
include/enotify.php
include/gprobe.php
include/html2bbcode.php
include/html2plain.php
include/items.php
include/markdownify/LICENSE_LGPL.txt [deleted file]
include/markdownify/TODO [deleted file]
include/markdownify/example.php [deleted file]
include/markdownify/markdownify.php [deleted file]
include/markdownify/markdownify_cli.php [deleted file]
include/markdownify/markdownify_extra.php [deleted file]
include/markdownify/parsehtml/parsehtml.php [deleted file]
include/nav.php
include/network.php
include/oembed.php
include/onepoll.php
include/ostatus_conversation.php
include/poller.php
include/socgraph.php
include/tags.php
include/tagupdate.php [new file with mode: 0644]
include/text.php
include/threads.php
index.php
js/jquery.js
js/main.js
library/Mobile_Detect/.gitignore [new file with mode: 0644]
library/Mobile_Detect/.gitmodules [new file with mode: 0644]
library/Mobile_Detect/.php_cs [new file with mode: 0644]
library/Mobile_Detect/.travis.yml [new file with mode: 0644]
library/Mobile_Detect/LICENSE.txt [new file with mode: 0644]
library/Mobile_Detect/Mobile_Detect.json [new file with mode: 0644]
library/Mobile_Detect/Mobile_Detect.php
library/Mobile_Detect/README.md [new file with mode: 0644]
library/Mobile_Detect/composer.json [new file with mode: 0644]
library/Mobile_Detect/namespaced/Detection/MobileDetect.php [new file with mode: 0644]
library/OAuth1.php
library/html-to-markdown/.gitignore [new file with mode: 0644]
library/html-to-markdown/.travis.yml [new file with mode: 0644]
library/html-to-markdown/HTML_To_Markdown.php [new file with mode: 0644]
library/html-to-markdown/LICENSE [new file with mode: 0644]
library/html-to-markdown/README.md [new file with mode: 0644]
library/html-to-markdown/circle.yml [new file with mode: 0644]
library/html-to-markdown/composer.json [new file with mode: 0644]
library/markdown.php
library/php-markdown/License.md [new file with mode: 0644]
library/php-markdown/Michelf/Markdown.inc.php [new file with mode: 0644]
library/php-markdown/Michelf/Markdown.php [new file with mode: 0644]
library/php-markdown/Michelf/MarkdownExtra.inc.php [new file with mode: 0644]
library/php-markdown/Michelf/MarkdownExtra.php [new file with mode: 0644]
library/php-markdown/Michelf/MarkdownInterface.inc.php [new file with mode: 0644]
library/php-markdown/Michelf/MarkdownInterface.php [new file with mode: 0644]
library/php-markdown/Readme.md [new file with mode: 0644]
library/php-markdown/Readme.php [new file with mode: 0644]
library/php-markdown/composer.json [new file with mode: 0644]
mod/admin.php
mod/bookmarklet.php
mod/community.php
mod/contacts.php
mod/display.php
mod/friendica.php
mod/help.php
mod/item.php
mod/network.php
mod/noscrape.php
mod/notifications.php
mod/parse_url.php
mod/poco.php
mod/profile.php
mod/profiles.php
mod/search.php
update.php
util/messages.po
util/vagrant_provision.sh
view/cs/messages.po
view/cs/strings.php
view/de/messages.po
view/de/strings.php
view/fr/messages.po
view/fr/strings.php
view/global.css
view/pt-br/messages.po
view/pt-br/strings.php
view/ro/messages.po
view/ro/strings.php
view/templates/contact_edit.tpl
view/templates/profile_vcard.tpl
view/templates/vcard-widget.tpl
view/theme/diabook/theme.php
view/theme/duepuntozero/deriv/darkzero.css
view/theme/duepuntozero/style.css
view/theme/frost-mobile/js/main.js
view/theme/frost-mobile/style.css
view/theme/frost/js/main.js
view/theme/frost/style.css
view/theme/frost/templates/head.tpl
view/theme/vier/LICENSE [new file with mode: 0644]
view/theme/vier/README.md [new file with mode: 0644]
view/theme/vier/config.php
view/theme/vier/css/font2.css
view/theme/vier/flat.css
view/theme/vier/font/fontawesome-webfont.eot [changed mode: 0644->0755]
view/theme/vier/font/fontawesome-webfont.svg [changed mode: 0644->0755]
view/theme/vier/font/fontawesome-webfont.ttf [changed mode: 0644->0755]
view/theme/vier/font/fontawesome-webfont.woff [changed mode: 0644->0755]
view/theme/vier/screenshot.png
view/theme/vier/style.css
view/theme/vier/templates/nav.tpl
view/theme/vier/templates/profile-hide-friends.tpl [new file with mode: 0644]
view/theme/vier/templates/profile_advanced.tpl [new file with mode: 0644]
view/theme/vier/templates/profile_edit.tpl [new file with mode: 0644]
view/theme/vier/templates/profile_vcard.tpl
view/theme/vier/theme.php
view/zh-cn/messages.po
view/zh-cn/strings.php

index 4f0c2323333265d349bd58b0e65d004dfee227fa..f130173a23e36b88ed9638b548fa4d785410b79b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 3.4
+
+       #TODO List changes.
+
 Version 3.3.3
     
        More separation between php and html in photo album (issue #1258) (rabuzarus)
index 92ee2a926d76256aeaf66216facb23d0c6ce9e9b..c6cfde0071e7de1921839209982a7af2da0d9247 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -16,9 +16,9 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Ginger');
-define ( 'FRIENDICA_VERSION',      '3.3.3' );
+define ( 'FRIENDICA_VERSION',      '3.4.0' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1178      );
+define ( 'DB_UPDATE_VERSION',      1182      );
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );
 
@@ -127,6 +127,11 @@ define ( 'PAGE_FREELOVE',          3 );
 define ( 'PAGE_BLOG',              4 );
 define ( 'PAGE_PRVGROUP',          5 );
 
+// Type of the community page
+define ( 'CP_NO_COMMUNITY_PAGE',   -1 );
+define ( 'CP_USERS_ON_SERVER',     0 );
+define ( 'CP_GLOBAL_COMMUNITY',    1 );
+
 /**
  * Network and protocol family types
  */
@@ -1191,35 +1196,24 @@ if(! function_exists('check_plugins')) {
        }
 }
 
-function get_guid($size=16) {
-       $exists = true; // assume by default that we don't have a unique guid
-       do {
-               $prefix = "";
-               while (strlen($prefix) < ($size - 13))
-                       $prefix .= mt_rand();
-
-               $s = substr(uniqid($prefix), -$size);
+function get_guid($size=16, $prefix = "") {
 
-               $r = q("select id from guid where guid = '%s' limit 1", dbesc($s));
-               if(! count($r))
-                       $exists = false;
-       } while($exists);
-       q("insert into guid (guid) values ('%s') ", dbesc($s));
-       return $s;
-}
+       if ($prefix == "") {
+               $a = get_app();
+               $prefix = hash("crc32", $a->get_hostname());
+       }
 
-/*function get_guid($size=16) {
-       $exists = true; // assume by default that we don't have a unique guid
-       do {
-               $s = random_string($size);
-               $r = q("select id from guid where guid = '%s' limit 1", dbesc($s));
-               if(! count($r))
-                       $exists = false;
-       } while($exists);
-       q("insert into guid ( guid ) values ( '%s' ) ", dbesc($s));
-       return $s;
-}*/
+       while (strlen($prefix) < ($size - 13))
+               $prefix .= mt_rand();
 
+       if ($size >= 24) {
+               $prefix = substr($prefix, 0, $size - 22);
+               return(str_replace(".", "", uniqid($prefix, true)));
+       } else {
+               $prefix = substr($prefix, 0, $size - 13);
+               return(uniqid($prefix));
+       }
+}
 
 // wrapper for adding a login box. If $register == true provide a registration
 // link. This will most always depend on the value of $a->config['register_policy'].
@@ -1405,11 +1399,11 @@ if(! function_exists('get_max_import_size')) {
 if(! function_exists('profile_load')) {
        function profile_load(&$a, $nickname, $profile = 0, $profiledata = array()) {
 
-               $user = q("select uid from user where nickname = '%s' limit 1",
+               $user = q("SELECT `uid` FROM `user` WHERE `nickname` = '%s' LIMIT 1",
                        dbesc($nickname)
                );
 
-               if(! ($user && count($user))) {
+               if(!$user && count($user) && !count($profiledata)) {
                        logger('profile error: ' . $a->query_string, LOGGER_DEBUG);
                        notice( t('Requested account is not available.') . EOL );
                        $a->error = 404;
@@ -1440,7 +1434,7 @@ if(! function_exists('profile_load')) {
                                        intval($profile_int)
                        );
                }
-               if((! $r) && (!  count($r))) {
+               if((!$r) && (!count($r))) {
                        $r = q("SELECT `profile`.`uid` AS `profile_uid`, `profile`.* , `contact`.`avatar-date` AS picdate, `user`.* FROM `profile`
                                        INNER JOIN `contact` on `contact`.`uid` = `profile`.`uid` INNER JOIN `user` ON `profile`.`uid` = `user`.`uid`
                                        WHERE `user`.`nickname` = '%s' AND `profile`.`is-default` = 1 and `contact`.`self` = 1 LIMIT 1",
@@ -1448,7 +1442,7 @@ if(! function_exists('profile_load')) {
                        );
                }
 
-               if(($r === false) || (! count($r))) {
+               if(($r === false) || (!count($r)) && !count($profiledata)) {
                        logger('profile error: ' . $a->query_string, LOGGER_DEBUG);
                        notice( t('Requested profile is not available.') . EOL );
                        $a->error = 404;
@@ -1457,7 +1451,7 @@ if(! function_exists('profile_load')) {
 
                // fetch user tags if this isn't the default profile
 
-               if(! $r[0]['is-default']) {
+               if(!$r[0]['is-default']) {
                        $x = q("select `pub_keywords` from `profile` where uid = %d and `is-default` = 1 limit 1",
                                        intval($r[0]['profile_uid'])
                        );
@@ -1673,8 +1667,24 @@ if(! function_exists('profile_sidebar')) {
 
                if (!$block){
                        $contact_block = contact_block();
-               }
 
+                       if(is_array($a->profile) AND !$a->profile['hide-friends']) {
+                               $r = q("SELECT `gcontact`.`updated` FROM `contact` INNER JOIN `gcontact` WHERE `gcontact`.`nurl` = `contact`.`nurl` AND `self` AND `uid` = %d LIMIT 1",
+                                       intval($a->profile['uid']));
+                               if(count($r))
+                                       $updated =  date("c", strtotime($r[0]['updated']));
+
+                               $r = q("SELECT COUNT(*) AS `total` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 and `pending` = 0 AND `hidden` = 0 AND `archive` = 0
+                                               AND `network` IN ('%s', '%s', '%s', '')",
+                                       intval($profile['uid']),
+                                       dbesc(NETWORK_DFRN),
+                                       dbesc(NETWORK_DIASPORA),
+                                       dbesc(NETWORK_OSTATUS)
+                               );
+                               if(count($r))
+                                       $contacts = intval($r[0]['total']);
+                       }
+               }
 
                $p = array();
                foreach($profile as $k => $v) {
@@ -1699,6 +1709,8 @@ if(! function_exists('profile_sidebar')) {
                        '$homepage' => $homepage,
                        '$about' => $about,
                        '$network' =>  t('Network:'),
+                       '$contacts' => $contacts,
+                       '$updated' => $updated,
                        '$diaspora' => $diaspora,
                        '$contact_block' => $contact_block,
                ));
@@ -2169,6 +2181,20 @@ function get_my_url() {
 function zrl_init(&$a) {
        $tmp_str = get_my_url();
        if(validate_url($tmp_str)) {
+
+               // Is it a DDoS attempt?
+               // The check fetches the cached value from gprobe to reduce the load for this system
+               $urlparts = parse_url($tmp_str);
+
+               $result = Cache::get("gprobe:".$urlparts["host"]);
+               if (!is_null($result)) {
+                       $result = unserialize($result);
+                       if ($result["network"] == NETWORK_FEED) {
+                               logger("DDoS attempt detected for ".$urlparts["host"]." by ".$_SERVER["REMOTE_ADDR"].". server data: ".print_r($_SERVER, true), LOGGER_DEBUG);
+                               return;
+                       }
+               }
+
                proc_run('php','include/gprobe.php',bin2hex($tmp_str));
                $arr = array('zrl' => $tmp_str, 'url' => $a->cmd);
                call_hooks('zrl_init',$arr);
index cbf8933f3d24d4f9fa82014860b8bbd12e3bf5c0..8babeb4d4f532c4bf31860a4a6345cc3077d5ac1 100644 (file)
--- phpMyAdmin SQL Dump
--- version 3.3.10.4
--- http://www.phpmyadmin.net
---
-
-SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
+-- ------------------------------------------
+-- Friendica 3.4.0 (Ginger)
+-- DB_UPDATE_VERSION 1182
+-- ------------------------------------------
 
--- --------------------------------------------------------
 
 --
--- Table structure for table `addon`
+-- TABLE addon
 --
-
 CREATE TABLE IF NOT EXISTS `addon` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `name` char(255) NOT NULL,
-  `version` char(255) NOT NULL,
-  `installed` tinyint(1) NOT NULL DEFAULT '0',
-  `hidden` tinyint(1) NOT NULL DEFAULT '0',
-  `timestamp` bigint(20) NOT NULL DEFAULT '0',
-  `plugin_admin` tinyint(1) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`),
-  KEY `hidden` (`hidden`)  
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `version` varchar(255) NOT NULL DEFAULT '',
+       `installed` tinyint(1) NOT NULL DEFAULT 0,
+       `hidden` tinyint(1) NOT NULL DEFAULT 0,
+       `timestamp` bigint(20) NOT NULL DEFAULT 0,
+       `plugin_admin` tinyint(1) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `attach`
+-- TABLE attach
 --
-
 CREATE TABLE IF NOT EXISTS `attach` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `hash` char(64) NOT NULL,
-  `filename` char(255) NOT NULL,
-  `filetype` char(64) NOT NULL,
-  `filesize` int(11) NOT NULL,
-  `data` longblob NOT NULL,
-  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `allow_cid` mediumtext NOT NULL,
-  `allow_gid` mediumtext NOT NULL,
-  `deny_cid` mediumtext NOT NULL,
-  `deny_gid` mediumtext NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `auth_codes`
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `hash` varchar(64) NOT NULL DEFAULT '',
+       `filename` varchar(255) NOT NULL DEFAULT '',
+       `filetype` varchar(64) NOT NULL DEFAULT '',
+       `filesize` int(11) NOT NULL DEFAULT 0,
+       `data` longblob NOT NULL,
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `allow_cid` mediumtext NOT NULL,
+       `allow_gid` mediumtext NOT NULL,
+       `deny_cid` mediumtext NOT NULL,
+       `deny_gid` mediumtext NOT NULL
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE auth_codes
 --
-
 CREATE TABLE IF NOT EXISTS `auth_codes` (
-  `id` varchar(40) NOT NULL,
-  `client_id` varchar(20) NOT NULL,
-  `redirect_uri` varchar(200) NOT NULL,
-  `expires` int(11) NOT NULL,
-  `scope` varchar(250) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` varchar(40) NOT NULL PRIMARY KEY,
+       `client_id` varchar(20) NOT NULL DEFAULT '',
+       `redirect_uri` varchar(200) NOT NULL DEFAULT '',
+       `expires` int(11) NOT NULL DEFAULT 0,
+       `scope` varchar(250) NOT NULL DEFAULT ''
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `cache`
+-- TABLE cache
 --
-
 CREATE TABLE IF NOT EXISTS `cache` (
-  `k` char(255) NOT NULL,
-  `v` text NOT NULL,
-  `updated` datetime NOT NULL,
-  PRIMARY KEY (`k`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `k` varchar(255) NOT NULL PRIMARY KEY,
+       `v` text NOT NULL,
+       `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+        INDEX `updated` (`updated`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `challenge`
+-- TABLE challenge
 --
-
 CREATE TABLE IF NOT EXISTS `challenge` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `challenge` char(255) NOT NULL,
-  `dfrn-id` char(255) NOT NULL,
-  `expire` int(11) NOT NULL,
-  `type` char(255) NOT NULL,
-  `last_update` char(255) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `challenge` varchar(255) NOT NULL DEFAULT '',
+       `dfrn-id` varchar(255) NOT NULL DEFAULT '',
+       `expire` int(11) NOT NULL DEFAULT 0,
+       `type` varchar(255) NOT NULL DEFAULT '',
+       `last_update` varchar(255) NOT NULL DEFAULT ''
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `clients`
+-- TABLE clients
 --
-
 CREATE TABLE IF NOT EXISTS `clients` (
-  `client_id` varchar(20) NOT NULL,
-  `pw` varchar(20) NOT NULL,
-  `redirect_uri` varchar(200) NOT NULL,
-  `name` text,
-  `icon` text,
-  `uid` int(11) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`client_id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `client_id` varchar(20) NOT NULL PRIMARY KEY,
+       `pw` varchar(20) NOT NULL DEFAULT '',
+       `redirect_uri` varchar(200) NOT NULL DEFAULT '',
+       `name` text,
+       `icon` text,
+       `uid` int(11) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `config`
+-- TABLE config
 --
-
 CREATE TABLE IF NOT EXISTS `config` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `cat` char(255) CHARACTER SET ascii NOT NULL,
-  `k` char(255) CHARACTER SET ascii NOT NULL,
-  `v` text NOT NULL,
-  PRIMARY KEY (`id`),
-  UNIQUE KEY `access` (`cat`,`k`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `cat` varchar(255) NOT NULL DEFAULT '',
+       `k` varchar(255) NOT NULL DEFAULT '',
+       `v` text NOT NULL,
+        INDEX `cat_k` (`cat`(30),`k`(30))
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `contact`
+-- TABLE contact
 --
-
 CREATE TABLE IF NOT EXISTS `contact` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL COMMENT 'owner uid',
-  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `self` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'boolean 1 == info for local UID, primarily name and photo to use in item displays.',
-  `remote_self` tinyint(1) NOT NULL DEFAULT '0',
-  `rel` tinyint(1) NOT NULL DEFAULT '0',
-  `duplex` tinyint(1) NOT NULL DEFAULT '0',
-  `network` char(255) NOT NULL,
-  `name` char(255) NOT NULL,
-  `nick` char(255) NOT NULL,
-  `attag` char(255) NOT NULL,
-  `photo` text NOT NULL COMMENT 'remote photo URL initially until approved',
-  `thumb` text NOT NULL,
-  `micro` text NOT NULL,
-  `site-pubkey` text NOT NULL,
-  `issued-id` char(255) NOT NULL,
-  `dfrn-id` char(255) NOT NULL,
-  `url` char(255) NOT NULL,
-  `nurl` char(255) NOT NULL,
-  `addr` char(255) NOT NULL,
-  `alias` char(255) NOT NULL,
-  `pubkey` text NOT NULL,
-  `prvkey` text NOT NULL,
-  `batch` char(255) NOT NULL,
-  `request` text NOT NULL,
-  `notify` text NOT NULL,
-  `poll` text NOT NULL,
-  `confirm` text NOT NULL,
-  `poco` text NOT NULL,
-  `aes_allow` tinyint(1) NOT NULL DEFAULT '0',
-  `ret-aes` tinyint(1) NOT NULL DEFAULT '0',
-  `usehub` tinyint(1) NOT NULL DEFAULT '0',
-  `subhub` tinyint(1) NOT NULL DEFAULT '0',
-  `hub-verify` char(255) NOT NULL,
-  `last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `success_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `term-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `priority` tinyint(3) NOT NULL,
-  `blocked` tinyint(1) NOT NULL DEFAULT '1',
-  `readonly` tinyint(1) NOT NULL DEFAULT '0',
-  `writable` tinyint(1) NOT NULL DEFAULT '0',
-  `forum` tinyint(1) NOT NULL DEFAULT '0',
-  `prv` tinyint(1) NOT NULL DEFAULT '0',
-  `hidden` tinyint(1) NOT NULL DEFAULT '0',
-  `archive` tinyint(1) NOT NULL DEFAULT '0',
-  `pending` tinyint(1) NOT NULL DEFAULT '1',
-  `rating` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0-5 reputation, 0 unknown, 1 call police, 5 inscrutable',
-  `reason` text NOT NULL COMMENT 'why a rating was given - will help friends decide to make friends or not',
-  `closeness` tinyint(2) NOT NULL DEFAULT '99',
-  `info` mediumtext NOT NULL,
-  `profile-id` int(11) NOT NULL DEFAULT '0' COMMENT 'which profile to display - 0 is public default',
-  `bdyear` char(4) NOT NULL COMMENT 'birthday notify flag',
-  `bd` date NOT NULL,
-  `notify_new_posts` TINYINT(1) NOT NULL DEFAULT '0',
-  `fetch_further_information` TINYINT(1) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`),
-  KEY `self` (`self`),
-  KEY `issued-id` (`issued-id`),
-  KEY `dfrn-id` (`dfrn-id`),
-  KEY `blocked` (`blocked`),
-  KEY `readonly` (`readonly`),
-  KEY `network` (`network`),
-  KEY `name` (`name`),
-  KEY `nick` (`nick`),
-  KEY `attag` (`attag`),
-  KEY `addr` (`addr`),
-  KEY `url` (`url`),
-  KEY `batch` (`batch`),
-  KEY `nurl` (`nurl`),
-  KEY `pending` (`pending`),
-  KEY `hidden` (`hidden`),
-  KEY `archive` (`archive`),
-  KEY `forum` (`forum`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `conv`
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `self` tinyint(1) NOT NULL DEFAULT 0,
+       `remote_self` tinyint(1) NOT NULL DEFAULT 0,
+       `rel` tinyint(1) NOT NULL DEFAULT 0,
+       `duplex` tinyint(1) NOT NULL DEFAULT 0,
+       `network` varchar(255) NOT NULL DEFAULT '',
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `nick` varchar(255) NOT NULL DEFAULT '',
+       `location` varchar(255) NOT NULL DEFAULT '',
+       `about` text NOT NULL,
+       `keywords` text NOT NULL,
+       `gender` varchar(32) NOT NULL DEFAULT '',
+       `attag` varchar(255) NOT NULL DEFAULT '',
+       `photo` text NOT NULL,
+       `thumb` text NOT NULL,
+       `micro` text NOT NULL,
+       `site-pubkey` text NOT NULL,
+       `issued-id` varchar(255) NOT NULL DEFAULT '',
+       `dfrn-id` varchar(255) NOT NULL DEFAULT '',
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `nurl` varchar(255) NOT NULL DEFAULT '',
+       `addr` varchar(255) NOT NULL DEFAULT '',
+       `alias` varchar(255) NOT NULL DEFAULT '',
+       `pubkey` text NOT NULL,
+       `prvkey` text NOT NULL,
+       `batch` varchar(255) NOT NULL DEFAULT '',
+       `request` text NOT NULL,
+       `notify` text NOT NULL,
+       `poll` text NOT NULL,
+       `confirm` text NOT NULL,
+       `poco` text NOT NULL,
+       `aes_allow` tinyint(1) NOT NULL DEFAULT 0,
+       `ret-aes` tinyint(1) NOT NULL DEFAULT 0,
+       `usehub` tinyint(1) NOT NULL DEFAULT 0,
+       `subhub` tinyint(1) NOT NULL DEFAULT 0,
+       `hub-verify` varchar(255) NOT NULL DEFAULT '',
+       `last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `success_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `term-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `priority` tinyint(3) NOT NULL DEFAULT 0,
+       `blocked` tinyint(1) NOT NULL DEFAULT 1,
+       `readonly` tinyint(1) NOT NULL DEFAULT 0,
+       `writable` tinyint(1) NOT NULL DEFAULT 0,
+       `forum` tinyint(1) NOT NULL DEFAULT 0,
+       `prv` tinyint(1) NOT NULL DEFAULT 0,
+       `hidden` tinyint(1) NOT NULL DEFAULT 0,
+       `archive` tinyint(1) NOT NULL DEFAULT 0,
+       `pending` tinyint(1) NOT NULL DEFAULT 1,
+       `rating` tinyint(1) NOT NULL DEFAULT 0,
+       `reason` text NOT NULL,
+       `closeness` tinyint(2) NOT NULL DEFAULT 99,
+       `info` mediumtext NOT NULL,
+       `profile-id` int(11) NOT NULL DEFAULT 0,
+       `bdyear` varchar(4) NOT NULL DEFAULT '',
+       `bd` date NOT NULL DEFAULT '0000-00-00',
+       `notify_new_posts` tinyint(1) NOT NULL DEFAULT 0,
+       `fetch_further_information` tinyint(1) NOT NULL DEFAULT 0,
+       `ffi_keyword_blacklist` mediumtext NOT NULL,
+        INDEX `uid` (`uid`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE conv
 --
-
 CREATE TABLE IF NOT EXISTS `conv` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `guid` char(64) NOT NULL,
-  `recips` mediumtext NOT NULL,
-  `uid` int(11) NOT NULL,
-  `creator` char(255) NOT NULL,
-  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `subject` mediumtext NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `created` (`created`),
-  KEY `updated` (`updated`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `guid` varchar(64) NOT NULL DEFAULT '',
+       `recips` mediumtext NOT NULL,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `creator` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `subject` mediumtext NOT NULL,
+        INDEX `uid` (`uid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `deliverq`
+-- TABLE deliverq
 --
-
 CREATE TABLE IF NOT EXISTS `deliverq` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `cmd` char(32) NOT NULL,
-  `item` int(11) NOT NULL,
-  `contact` int(11) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `cmd` varchar(32) NOT NULL DEFAULT '',
+       `item` int(11) NOT NULL DEFAULT 0,
+       `contact` int(11) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `dsprphotoq`
+-- TABLE dsprphotoq
 --
-
-CREATE TABLE `dsprphotoq` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `msg` mediumtext NOT NULL,
-  `attempt` tinyint(4) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+CREATE TABLE IF NOT EXISTS `dsprphotoq` (
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `msg` mediumtext NOT NULL,
+       `attempt` tinyint(4) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `event`
+-- TABLE event
 --
-
 CREATE TABLE IF NOT EXISTS `event` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `cid` int(11) NOT NULL,
-  `uri` char(255) NOT NULL,
-  `created` datetime NOT NULL,
-  `edited` datetime NOT NULL,
-  `start` datetime NOT NULL,
-  `finish` datetime NOT NULL,
-  `summary` text NOT NULL,
-  `desc` text NOT NULL,
-  `location` text NOT NULL,
-  `type` char(255) NOT NULL,
-  `nofinish` tinyint(1) NOT NULL DEFAULT '0',
-  `adjust` tinyint(1) NOT NULL DEFAULT '1',
-  `ignore` tinyint(1) NOT NULL DEFAULT '0',
-  `allow_cid` mediumtext NOT NULL,
-  `allow_gid` mediumtext NOT NULL,
-  `deny_cid` mediumtext NOT NULL,
-  `deny_gid` mediumtext NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uid` ( `uid` ),
-  KEY `cid` ( `cid` ),
-  KEY `uri` ( `uri` ),
-  KEY `type` ( `type` ),
-  KEY `start` ( `start` ),
-  KEY `finish` ( `finish` ),
-  KEY `adjust` ( `adjust` ),
-  KEY `ignore` ( `ignore` )
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `fcontact`
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `cid` int(11) NOT NULL DEFAULT 0,
+       `uri` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `start` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `finish` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `summary` text NOT NULL,
+       `desc` text NOT NULL,
+       `location` text NOT NULL,
+       `type` varchar(255) NOT NULL DEFAULT '',
+       `nofinish` tinyint(1) NOT NULL DEFAULT 0,
+       `adjust` tinyint(1) NOT NULL DEFAULT 1,
+       `ignore` tinyint(1) unsigned NOT NULL DEFAULT 0,
+       `allow_cid` mediumtext NOT NULL,
+       `allow_gid` mediumtext NOT NULL,
+       `deny_cid` mediumtext NOT NULL,
+       `deny_gid` mediumtext NOT NULL,
+        INDEX `uid` (`uid`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE fcontact
 --
-
 CREATE TABLE IF NOT EXISTS `fcontact` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `url` char(255) NOT NULL,
-  `name` char(255) NOT NULL,
-  `photo` char(255) NOT NULL,
-  `request` char(255) NOT NULL,
-  `nick` char(255) NOT NULL,
-  `addr` char(255) NOT NULL,
-  `batch` char(255) NOT NULL,
-  `notify` char(255) NOT NULL,
-  `poll` char(255) NOT NULL,
-  `confirm` char(255) NOT NULL,
-  `priority` tinyint(1) NOT NULL,
-  `network` char(32) NOT NULL,
-  `alias` char(255) NOT NULL,
-  `pubkey` text NOT NULL,
-  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  PRIMARY KEY (`id`),
-  KEY `addr` (`addr`),
-  KEY `network` (`network`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `photo` varchar(255) NOT NULL DEFAULT '',
+       `request` varchar(255) NOT NULL DEFAULT '',
+       `nick` varchar(255) NOT NULL DEFAULT '',
+       `addr` varchar(255) NOT NULL DEFAULT '',
+       `batch` varchar(255) NOT NULL DEFAULT '',
+       `notify` varchar(255) NOT NULL DEFAULT '',
+       `poll` varchar(255) NOT NULL DEFAULT '',
+       `confirm` varchar(255) NOT NULL DEFAULT '',
+       `priority` tinyint(1) NOT NULL DEFAULT 0,
+       `network` varchar(32) NOT NULL DEFAULT '',
+       `alias` varchar(255) NOT NULL DEFAULT '',
+       `pubkey` text NOT NULL,
+       `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+        INDEX `addr` (`addr`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE ffinder
 --
--- Table structure for table `ffinder`
---
-
 CREATE TABLE IF NOT EXISTS `ffinder` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `cid` int(10) unsigned NOT NULL,
-  `fid` int(10) unsigned NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `cid` int(10) unsigned NOT NULL DEFAULT 0,
+       `fid` int(10) unsigned NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `fserver`
+-- TABLE fserver
 --
-
 CREATE TABLE IF NOT EXISTS `fserver` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `server` char(255) NOT NULL,
-  `posturl` char(255) NOT NULL,
-  `key` text NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `server` (`server`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `server` varchar(255) NOT NULL DEFAULT '',
+       `posturl` varchar(255) NOT NULL DEFAULT '',
+       `key` text NOT NULL,
+        INDEX `server` (`server`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `fsuggest`
+-- TABLE fsuggest
 --
-
 CREATE TABLE IF NOT EXISTS `fsuggest` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `cid` int(11) NOT NULL,
-  `name` char(255) NOT NULL,
-  `url` char(255) NOT NULL,
-  `request` char(255) NOT NULL,
-  `photo` char(255) NOT NULL,
-  `note` text NOT NULL,
-  `created` datetime NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `cid` int(11) NOT NULL DEFAULT 0,
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `request` varchar(255) NOT NULL DEFAULT '',
+       `photo` varchar(255) NOT NULL DEFAULT '',
+       `note` text NOT NULL,
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `gcign`
+-- TABLE gcign
 --
-
 CREATE TABLE IF NOT EXISTS `gcign` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `gcid` int(11) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`),
-  KEY `gcid` (`gcid`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `gcid` int(11) NOT NULL DEFAULT 0,
+        INDEX `uid` (`uid`),
+        INDEX `gcid` (`gcid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `gcontact`
+-- TABLE gcontact
 --
-
 CREATE TABLE IF NOT EXISTS `gcontact` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `name` char(255) NOT NULL,
-  `url` char(255) NOT NULL,
-  `nurl` char(255) NOT NULL,
-  `photo` char(255) NOT NULL,
-  `connect` char(255) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `nurl` (`nurl`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `nurl` varchar(255) NOT NULL DEFAULT '',
+       `photo` varchar(255) NOT NULL DEFAULT '',
+       `connect` varchar(255) NOT NULL DEFAULT '',
+       `updated` datetime DEFAULT '0000-00-00 00:00:00',
+       `location` varchar(255) NOT NULL DEFAULT '',
+       `about` text NOT NULL,
+       `keywords` text NOT NULL,
+       `gender` varchar(32) NOT NULL DEFAULT '',
+       `network` varchar(255) NOT NULL DEFAULT '',
+       `generation` tinyint(3) NOT NULL DEFAULT 0,
+        INDEX `nurl` (`nurl`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE glink
 --
--- Table structure for table `glink`
---
-
 CREATE TABLE IF NOT EXISTS `glink` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `cid` int(11) NOT NULL,
-  `uid` int(11) NOT NULL,
-  `gcid` int(11) NOT NULL,
-  `zcid` int(11) NOT NULL,
-  `updated` datetime NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `cid` (`cid`),
-  KEY `uid` (`uid`),
-  KEY `gcid` (`gcid`),
-  KEY `zcid` (`zcid`),
-  KEY `updated` (`updated`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `cid` int(11) NOT NULL DEFAULT 0,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `gcid` int(11) NOT NULL DEFAULT 0,
+       `zcid` int(11) NOT NULL DEFAULT 0,
+       `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+        INDEX `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`),
+        INDEX `gcid` (`gcid`),
+        INDEX `zcid` (`zcid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `group`
+-- TABLE group
 --
-
 CREATE TABLE IF NOT EXISTS `group` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `visible` tinyint(1) NOT NULL DEFAULT '0',
-  `deleted` tinyint(1) NOT NULL DEFAULT '0',
-  `name` char(255) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `visible` tinyint(1) NOT NULL DEFAULT 0,
+       `deleted` tinyint(1) NOT NULL DEFAULT 0,
+       `name` varchar(255) NOT NULL DEFAULT '',
+        INDEX `uid` (`uid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `group_member`
+-- TABLE group_member
 --
-
 CREATE TABLE IF NOT EXISTS `group_member` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `gid` int(10) unsigned NOT NULL,
-  `contact-id` int(10) unsigned NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `gid` int(10) unsigned NOT NULL DEFAULT 0,
+       `contact-id` int(10) unsigned NOT NULL DEFAULT 0,
+        INDEX `uid_gid_contactid` (`uid`,`gid`,`contact-id`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `guid`
+-- TABLE guid
 --
-
 CREATE TABLE IF NOT EXISTS `guid` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `guid` char(64) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `guid` (`guid`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `guid` varchar(255) NOT NULL DEFAULT '',
+        INDEX `guid` (`guid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `hook`
+-- TABLE hook
 --
-
 CREATE TABLE IF NOT EXISTS `hook` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `hook` char(255) NOT NULL,
-  `file` char(255) NOT NULL,
-  `function` char(255) NOT NULL,
-  `priority` int(11) UNSIGNED NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `hook` varchar(255) NOT NULL DEFAULT '',
+       `file` varchar(255) NOT NULL DEFAULT '',
+       `function` varchar(255) NOT NULL DEFAULT '',
+       `priority` int(11) unsigned NOT NULL DEFAULT 0,
+        INDEX `hook_file_function` (`hook`(30),`file`(60),`function`(30))
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `intro`
+-- TABLE intro
 --
-
 CREATE TABLE IF NOT EXISTS `intro` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `fid` int(11) NOT NULL DEFAULT '0',
-  `contact-id` int(11) NOT NULL,
-  `knowyou` tinyint(1) NOT NULL,
-  `duplex` tinyint(1) NOT NULL DEFAULT '0',
-  `note` text NOT NULL,
-  `hash` char(255) NOT NULL,
-  `datetime` datetime NOT NULL,
-  `blocked` tinyint(1) NOT NULL DEFAULT '1',
-  `ignore` tinyint(1) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `item`
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `fid` int(11) NOT NULL DEFAULT 0,
+       `contact-id` int(11) NOT NULL DEFAULT 0,
+       `knowyou` tinyint(1) NOT NULL DEFAULT 0,
+       `duplex` tinyint(1) NOT NULL DEFAULT 0,
+       `note` text NOT NULL,
+       `hash` varchar(255) NOT NULL DEFAULT '',
+       `datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `blocked` tinyint(1) NOT NULL DEFAULT 1,
+       `ignore` tinyint(1) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE item
 --
-
 CREATE TABLE IF NOT EXISTS `item` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `guid` char(255) NOT NULL,
-  `uri` char(255) CHARACTER SET ascii NOT NULL,
-  `uid` int(10) unsigned NOT NULL DEFAULT '0',
-  `contact-id` int(10) unsigned NOT NULL DEFAULT '0',
-  `type` char(255) NOT NULL,
-  `wall` tinyint(1) NOT NULL DEFAULT '0',
-  `gravity` tinyint(1) NOT NULL DEFAULT '0',
-  `parent` int(10) unsigned NOT NULL DEFAULT '0',
-  `parent-uri` char(255) CHARACTER SET ascii NOT NULL,
-  `extid` char(255) NOT NULL,
-  `thr-parent` char(255) NOT NULL,
-  `created` datetime NOT NULL,
-  `edited` datetime NOT NULL,
-  `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `owner-name` char(255) NOT NULL,
-  `owner-link` char(255) NOT NULL,
-  `owner-avatar` char(255) NOT NULL,
-  `author-name` char(255) NOT NULL,
-  `author-link` char(255) NOT NULL,
-  `author-avatar` char(255) NOT NULL,
-  `title` char(255) NOT NULL,
-  `body` mediumtext NOT NULL,
-  `app` char(255) NOT NULL,
-  `verb` char(255) NOT NULL,
-  `object-type` char(255) NOT NULL,
-  `object` text NOT NULL,
-  `target-type` char(255) NOT NULL,
-  `target` text NOT NULL,
-  `postopts` text NOT NULL,
-  `plink` char(255) NOT NULL,
-  `resource-id` char(255) NOT NULL,
-  `event-id` int(11) NOT NULL,
-  `tag` mediumtext NOT NULL,
-  `attach` mediumtext NOT NULL,
-  `inform` mediumtext NOT NULL,
-  `file` mediumtext NOT NULL,
-  `location` char(255) NOT NULL,
-  `coord` char(255) NOT NULL,
-  `allow_cid` mediumtext NOT NULL,
-  `allow_gid` mediumtext NOT NULL,
-  `deny_cid` mediumtext NOT NULL,
-  `deny_gid` mediumtext NOT NULL,
-  `private` tinyint(1) NOT NULL DEFAULT '0',
-  `pubmail` tinyint(1) NOT NULL DEFAULT '0',
-  `moderated` tinyint(1) NOT NULL DEFAULT '0',
-  `visible` tinyint(1) NOT NULL DEFAULT '0',
-  `spam` tinyint(1) NOT NULL DEFAULT '0',
-  `starred` tinyint(1) NOT NULL DEFAULT '0',
-  `bookmark` tinyint(1) NOT NULL DEFAULT '0',
-  `unseen` tinyint(1) NOT NULL DEFAULT '1',
-  `deleted` tinyint(1) NOT NULL DEFAULT '0',
-  `origin` tinyint(1) NOT NULL DEFAULT '0',
-  `forum_mode` tinyint(1) NOT NULL DEFAULT '0',
-  `mention` tinyint(1) NOT NULL DEFAULT '0',
-  `last-child` tinyint(1) unsigned NOT NULL DEFAULT '1',
-  `network` char(32) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uri` (`uri`),
-  KEY `uid` (`uid`),
-  KEY `contact-id` (`contact-id`),
-  KEY `type` (`type`),
-  KEY `parent` (`parent`),
-  KEY `parent-uri` (`parent-uri`),
-  KEY `created` (`created`),
-  KEY `edited` (`edited`),
-  KEY `visible` (`visible`),
-  KEY `deleted` (`deleted`),
-  KEY `last-child` (`last-child`),
-  KEY `unseen` (`unseen`),
-  KEY `extid` (`extid`),
-  KEY `received` (`received`),
-  KEY `starred` (`starred`),
-  KEY `guid` (`guid`),
-  KEY `origin` (`origin`),
-  KEY `wall` (`wall`),
-  KEY `forum_mode` (`forum_mode`),
-  KEY `author-link` (`author-link`),
-  KEY `bookmark` (`bookmark`),
-  KEY `moderated` (`moderated`),
-  KEY `spam` (`spam`),
-  KEY `author-name` (`author-name`),
-  KEY `uid_commented` (`uid`, `commented`),
-  KEY `uid_created` (`uid`, `created`),
-  KEY `uid_unseen` (`uid`, `unseen`),
-  KEY `mention` (`mention`),
-  KEY `resource-id` (`resource-id`),
-  KEY `event_id` (`event-id`),
-  KEY `network` (`network`),
-  FULLTEXT KEY `title` (`title`),
-  FULLTEXT KEY `body` (`body`),
-  FULLTEXT KEY `allow_cid` (`allow_cid`),
-  FULLTEXT KEY `allow_gid` (`allow_gid`),
-  FULLTEXT KEY `deny_cid` (`deny_cid`),
-  FULLTEXT KEY `deny_gid` (`deny_gid`),
-  FULLTEXT KEY `tag` (`tag`),
-  FULLTEXT KEY `file` (`file`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `item_id`
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `guid` varchar(255) NOT NULL DEFAULT '',
+       `uri` varchar(255) NOT NULL DEFAULT '',
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `contact-id` int(11) NOT NULL DEFAULT 0,
+       `type` varchar(255) NOT NULL DEFAULT '',
+       `wall` tinyint(1) NOT NULL DEFAULT 0,
+       `gravity` tinyint(1) NOT NULL DEFAULT 0,
+       `parent` int(10) unsigned NOT NULL DEFAULT 0,
+       `parent-uri` varchar(255) NOT NULL DEFAULT '',
+       `extid` varchar(255) NOT NULL DEFAULT '',
+       `thr-parent` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `owner-name` varchar(255) NOT NULL DEFAULT '',
+       `owner-link` varchar(255) NOT NULL DEFAULT '',
+       `owner-avatar` varchar(255) NOT NULL DEFAULT '',
+       `author-name` varchar(255) NOT NULL DEFAULT '',
+       `author-link` varchar(255) NOT NULL DEFAULT '',
+       `author-avatar` varchar(255) NOT NULL DEFAULT '',
+       `title` varchar(255) NOT NULL DEFAULT '',
+       `body` mediumtext NOT NULL,
+       `app` varchar(255) NOT NULL DEFAULT '',
+       `verb` varchar(255) NOT NULL DEFAULT '',
+       `object-type` varchar(255) NOT NULL DEFAULT '',
+       `object` text NOT NULL,
+       `target-type` varchar(255) NOT NULL DEFAULT '',
+       `target` text NOT NULL,
+       `postopts` text NOT NULL,
+       `plink` varchar(255) NOT NULL DEFAULT '',
+       `resource-id` varchar(255) NOT NULL DEFAULT '',
+       `event-id` int(11) NOT NULL DEFAULT 0,
+       `tag` mediumtext NOT NULL,
+       `attach` mediumtext NOT NULL,
+       `inform` mediumtext NOT NULL,
+       `file` mediumtext NOT NULL,
+       `location` varchar(255) NOT NULL DEFAULT '',
+       `coord` varchar(255) NOT NULL DEFAULT '',
+       `allow_cid` mediumtext NOT NULL,
+       `allow_gid` mediumtext NOT NULL,
+       `deny_cid` mediumtext NOT NULL,
+       `deny_gid` mediumtext NOT NULL,
+       `private` tinyint(1) NOT NULL DEFAULT 0,
+       `pubmail` tinyint(1) NOT NULL DEFAULT 0,
+       `moderated` tinyint(1) NOT NULL DEFAULT 0,
+       `visible` tinyint(1) NOT NULL DEFAULT 0,
+       `spam` tinyint(1) NOT NULL DEFAULT 0,
+       `starred` tinyint(1) NOT NULL DEFAULT 0,
+       `bookmark` tinyint(1) NOT NULL DEFAULT 0,
+       `unseen` tinyint(1) NOT NULL DEFAULT 1,
+       `deleted` tinyint(1) NOT NULL DEFAULT 0,
+       `origin` tinyint(1) NOT NULL DEFAULT 0,
+       `forum_mode` tinyint(1) NOT NULL DEFAULT 0,
+       `last-child` tinyint(1) unsigned NOT NULL DEFAULT 1,
+       `mention` tinyint(1) NOT NULL DEFAULT 0,
+       `network` varchar(32) NOT NULL DEFAULT '',
+       `rendered-hash` varchar(32) NOT NULL DEFAULT '',
+       `rendered-html` mediumtext NOT NULL,
+       `global` tinyint(1) NOT NULL DEFAULT 0,
+        INDEX `guid` (`guid`),
+        INDEX `uri` (`uri`),
+        INDEX `parent` (`parent`),
+        INDEX `parent-uri` (`parent-uri`),
+        INDEX `extid` (`extid`),
+        INDEX `uid_id` (`uid`,`id`),
+        INDEX `uid_created` (`uid`,`created`),
+        INDEX `uid_unseen` (`uid`,`unseen`),
+        INDEX `uid_network_received` (`uid`,`network`,`received`),
+        INDEX `uid_received` (`uid`,`received`),
+        INDEX `uid_network_commented` (`uid`,`network`,`commented`),
+        INDEX `uid_commented` (`uid`,`commented`),
+        INDEX `uid_title` (`uid`,`title`),
+        INDEX `uid_thrparent` (`uid`,`thr-parent`),
+        INDEX `uid_parenturi` (`uid`,`parent-uri`),
+        INDEX `uid_contactid_created` (`uid`,`contact-id`,`created`),
+        INDEX `wall_body` (`wall`,`body`(6)),
+        INDEX `uid_visible_moderated_created` (`uid`,`visible`,`moderated`,`created`),
+        INDEX `uid_uri` (`uid`,`uri`),
+        INDEX `uid_wall_created` (`uid`,`wall`,`created`),
+        INDEX `resource-id` (`resource-id`),
+        INDEX `uid_type` (`uid`,`type`),
+        INDEX `uid_starred` (`uid`,`starred`),
+        INDEX `contactid_allowcid_allowpid_denycid_denygid` (`contact-id`,`allow_cid`(10),`allow_gid`(10),`deny_cid`(10),`deny_gid`(10)),
+        INDEX `uid_wall_parent_created` (`uid`,`wall`,`parent`,`created`),
+        INDEX `uid_type_changed` (`uid`,`type`,`changed`),
+        INDEX `contactid_verb` (`contact-id`,`verb`),
+        INDEX `deleted_changed` (`deleted`,`changed`),
+        INDEX `uid_wall_changed` (`uid`,`wall`,`changed`),
+        INDEX `uid_eventid` (`uid`,`event-id`),
+        INDEX `uid_authorlink` (`uid`,`author-link`),
+        INDEX `uid_ownerlink` (`uid`,`owner-link`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE item_id
 --
-
 CREATE TABLE IF NOT EXISTS `item_id` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `iid` int(11) NOT NULL,
-  `uid` int(11) NOT NULL,
-  `sid` char(255) NOT NULL,
-  `service` char(255) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `iid` (`iid`),
-  KEY `uid` (`uid`),
-  KEY `sid` (`sid`),
-  KEY `service` (`service`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `iid` int(11) NOT NULL DEFAULT 0,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `sid` varchar(255) NOT NULL DEFAULT '',
+       `service` varchar(255) NOT NULL DEFAULT '',
+        INDEX `uid` (`uid`),
+        INDEX `sid` (`sid`),
+        INDEX `service` (`service`),
+        INDEX `iid` (`iid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `locks`
+-- TABLE locks
 --
-
 CREATE TABLE IF NOT EXISTS `locks` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `name` char(128) NOT NULL,
-  `locked` tinyint(1) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `name` varchar(128) NOT NULL DEFAULT '',
+       `locked` tinyint(1) NOT NULL DEFAULT 0,
+       `created` datetime DEFAULT '0000-00-00 00:00:00'
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `mail`
+-- TABLE mail
 --
-
 CREATE TABLE IF NOT EXISTS `mail` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `guid` char(64) NOT NULL,
-  `from-name` char(255) NOT NULL,
-  `from-photo` char(255) NOT NULL,
-  `from-url` char(255) NOT NULL,
-  `contact-id` char(255) NOT NULL,
-  `convid` int(11) NOT NULL,
-  `title` char(255) NOT NULL,
-  `body` mediumtext NOT NULL,
-  `seen` tinyint(1) NOT NULL,
-  `reply` tinyint(1) NOT NULL DEFAULT '0',
-  `replied` tinyint(1) NOT NULL,
-  `unknown` tinyint(1) NOT NULL DEFAULT '0',
-  `uri` char(255) NOT NULL,
-  `parent-uri` char(255) NOT NULL,
-  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  PRIMARY KEY (`id`),
-  KEY `reply` (`reply`),
-  KEY `uid` (`uid`),
-  KEY `guid` (`guid`),
-  KEY `seen` (`seen`),
-  KEY `uri` (`uri`),
-  KEY `parent-uri` (`parent-uri`),
-  KEY `created` (`created`),
-  KEY `convid` (`convid`),
-  KEY `unknown` (`unknown`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `mailacct`
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `guid` varchar(64) NOT NULL DEFAULT '',
+       `from-name` varchar(255) NOT NULL DEFAULT '',
+       `from-photo` varchar(255) NOT NULL DEFAULT '',
+       `from-url` varchar(255) NOT NULL DEFAULT '',
+       `contact-id` varchar(255) NOT NULL DEFAULT '',
+       `convid` int(11) unsigned NOT NULL DEFAULT 0,
+       `title` varchar(255) NOT NULL DEFAULT '',
+       `body` mediumtext NOT NULL,
+       `seen` tinyint(1) NOT NULL DEFAULT 0,
+       `reply` tinyint(1) NOT NULL DEFAULT 0,
+       `replied` tinyint(1) NOT NULL DEFAULT 0,
+       `unknown` tinyint(1) NOT NULL DEFAULT 0,
+       `uri` varchar(255) NOT NULL DEFAULT '',
+       `parent-uri` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+        INDEX `uid` (`uid`),
+        INDEX `guid` (`guid`),
+        INDEX `convid` (`convid`),
+        INDEX `reply` (`reply`),
+        INDEX `uri` (`uri`),
+        INDEX `parent-uri` (`parent-uri`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE mailacct
 --
-
 CREATE TABLE IF NOT EXISTS `mailacct` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `server` char(255) NOT NULL,
-  `port` int(11) NOT NULL,
-  `ssltype` char(16) NOT NULL,
-  `mailbox` char(255) NOT NULL,
-  `user` char(255) NOT NULL,
-  `pass` text NOT NULL,
-  `action` int(11) NOT NULL,
-  `movetofolder` char(255) NOT NULL,
-  `reply_to` char(255) NOT NULL,
-  `pubmail` tinyint(1) NOT NULL DEFAULT '0',
-  `last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `manage`
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `server` varchar(255) NOT NULL DEFAULT '',
+       `port` int(11) NOT NULL DEFAULT 0,
+       `ssltype` varchar(16) NOT NULL DEFAULT '',
+       `mailbox` varchar(255) NOT NULL DEFAULT '',
+       `user` varchar(255) NOT NULL DEFAULT '',
+       `pass` text NOT NULL,
+       `reply_to` varchar(255) NOT NULL DEFAULT '',
+       `action` int(11) NOT NULL DEFAULT 0,
+       `movetofolder` varchar(255) NOT NULL DEFAULT '',
+       `pubmail` tinyint(1) NOT NULL DEFAULT 0,
+       `last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE manage
 --
-
 CREATE TABLE IF NOT EXISTS `manage` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `mid` int(11) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`),
-  KEY `mid` (`mid`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `mid` int(11) NOT NULL DEFAULT 0,
+        INDEX `uid_mid` (`uid`,`mid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `notify`
+-- TABLE notify
 --
-
 CREATE TABLE IF NOT EXISTS `notify` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `hash` char(64) NOT NULL,
-  `name` char(255) NOT NULL,
-  `url` char(255) NOT NULL,
-  `photo` char(255) NOT NULL,
-  `date` datetime NOT NULL,
-  `msg` mediumtext NOT NULL,
-  `uid` int(11) NOT NULL,
-  `link` char(255) NOT NULL,
-  `parent` int(11) NOT NULL,
-  `seen` tinyint(1) NOT NULL DEFAULT '0',
-  `type` int(11) NOT NULL,
-  `verb` char(255) NOT NULL,
-  `otype` char(16) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `type` (`type`),
-  KEY `seen` (`seen`),
-  KEY `uid` (`uid`),
-  KEY `date` (`date`),
-  KEY `hash` (`hash`),
-  KEY `parent` (`parent`),
-  KEY `link` (`link`),
-  KEY `otype` (`otype`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `hash` varchar(64) NOT NULL DEFAULT '',
+       `type` int(11) NOT NULL DEFAULT 0,
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `photo` varchar(255) NOT NULL DEFAULT '',
+       `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `msg` mediumtext NOT NULL,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `link` varchar(255) NOT NULL DEFAULT '',
+       `parent` int(11) NOT NULL DEFAULT 0,
+       `seen` tinyint(1) NOT NULL DEFAULT 0,
+       `verb` varchar(255) NOT NULL DEFAULT '',
+       `otype` varchar(16) NOT NULL DEFAULT '',
+        INDEX `uid` (`uid`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE notify-threads
 --
--- Table structure for table `notify-threads`
---
-
 CREATE TABLE IF NOT EXISTS `notify-threads` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `notify-id` int(11) NOT NULL,
-  `master-parent-item` int(10) unsigned NOT NULL DEFAULT '0',
-  `parent-item` int(10) unsigned NOT NULL DEFAULT '0',
-  `receiver-uid` int(11) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `master-parent-item` (`master-parent-item`),
-  KEY `receiver-uid` (`receiver-uid`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `notify-id` int(11) NOT NULL DEFAULT 0,
+       `master-parent-item` int(10) unsigned NOT NULL DEFAULT 0,
+       `parent-item` int(10) unsigned NOT NULL DEFAULT 0,
+       `receiver-uid` int(11) NOT NULL DEFAULT 0,
+        INDEX `master-parent-item` (`master-parent-item`),
+        INDEX `receiver-uid` (`receiver-uid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `pconfig`
+-- TABLE pconfig
 --
-
 CREATE TABLE IF NOT EXISTS `pconfig` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL DEFAULT '0',
-  `cat` char(255) CHARACTER SET ascii NOT NULL,
-  `k` char(255) CHARACTER SET ascii NOT NULL,
-  `v` mediumtext NOT NULL,
-  PRIMARY KEY (`id`),
-  UNIQUE KEY `access` (`uid`,`cat`,`k`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `cat` varchar(255) NOT NULL DEFAULT '',
+       `k` varchar(255) NOT NULL DEFAULT '',
+       `v` mediumtext NOT NULL,
+        INDEX `uid_cat_k` (`uid`,`cat`(30),`k`(30))
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `photo`
+-- TABLE photo
 --
-
 CREATE TABLE IF NOT EXISTS `photo` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `contact-id` int(10) unsigned NOT NULL DEFAULT '0',
-  `guid` char(64) NOT NULL,
-  `resource-id` char(255) NOT NULL,
-  `created` datetime NOT NULL,
-  `edited` datetime NOT NULL,
-  `title` char(255) NOT NULL,
-  `desc` text NOT NULL,
-  `album` char(255) NOT NULL,
-  `filename` char(255) NOT NULL,
-  `type` CHAR(128) NOT NULL DEFAULT 'image/jpeg',
-  `height` smallint(6) NOT NULL,
-  `width` smallint(6) NOT NULL,
-  `datasize` int(10) unsigned NOT NULL DEFAULT '0',
-  `data` mediumblob NOT NULL,
-  `scale` tinyint(3) NOT NULL,
-  `profile` tinyint(1) NOT NULL DEFAULT '0',
-  `allow_cid` mediumtext NOT NULL,
-  `allow_gid` mediumtext NOT NULL,
-  `deny_cid` mediumtext NOT NULL,
-  `deny_gid` mediumtext NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`),
-  KEY `resource-id` (`resource-id`),
-  KEY `album` (`album`),
-  KEY `scale` (`scale`),
-  KEY `datasize` (`datasize`),
-  KEY `profile` (`profile`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `contact-id` int(10) unsigned NOT NULL DEFAULT 0,
+       `guid` varchar(64) NOT NULL DEFAULT '',
+       `resource-id` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `title` varchar(255) NOT NULL DEFAULT '',
+       `desc` text NOT NULL,
+       `album` varchar(255) NOT NULL DEFAULT '',
+       `filename` varchar(255) NOT NULL DEFAULT '',
+       `type` varchar(128) NOT NULL DEFAULT 'image/jpeg',
+       `height` smallint(6) NOT NULL DEFAULT 0,
+       `width` smallint(6) NOT NULL DEFAULT 0,
+       `datasize` int(10) unsigned NOT NULL DEFAULT 0,
+       `data` mediumblob NOT NULL,
+       `scale` tinyint(3) NOT NULL DEFAULT 0,
+       `profile` tinyint(1) NOT NULL DEFAULT 0,
+       `allow_cid` mediumtext NOT NULL,
+       `allow_gid` mediumtext NOT NULL,
+       `deny_cid` mediumtext NOT NULL,
+       `deny_gid` mediumtext NOT NULL,
+        INDEX `uid` (`uid`),
+        INDEX `resource-id` (`resource-id`),
+        INDEX `guid` (`guid`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE poll
 --
--- Table structure for table `poll`
---
-
 CREATE TABLE IF NOT EXISTS `poll` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `q0` mediumtext NOT NULL,
-  `q1` mediumtext NOT NULL,
-  `q2` mediumtext NOT NULL,
-  `q3` mediumtext NOT NULL,
-  `q4` mediumtext NOT NULL,
-  `q5` mediumtext NOT NULL,
-  `q6` mediumtext NOT NULL,
-  `q7` mediumtext NOT NULL,
-  `q8` mediumtext NOT NULL,
-  `q9` mediumtext NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `poll_result`
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `q0` mediumtext NOT NULL,
+       `q1` mediumtext NOT NULL,
+       `q2` mediumtext NOT NULL,
+       `q3` mediumtext NOT NULL,
+       `q4` mediumtext NOT NULL,
+       `q5` mediumtext NOT NULL,
+       `q6` mediumtext NOT NULL,
+       `q7` mediumtext NOT NULL,
+       `q8` mediumtext NOT NULL,
+       `q9` mediumtext NOT NULL,
+        INDEX `uid` (`uid`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE poll_result
 --
-
 CREATE TABLE IF NOT EXISTS `poll_result` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `poll_id` int(11) NOT NULL,
-  `choice` int(11) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `poll_id` (`poll_id`),
-  KEY `choice` (`choice`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `poll_id` int(11) NOT NULL DEFAULT 0,
+       `choice` int(11) NOT NULL DEFAULT 0,
+        INDEX `poll_id` (`poll_id`),
+        INDEX `choice` (`choice`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `profile`
+-- TABLE profile
 --
-
 CREATE TABLE IF NOT EXISTS `profile` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `profile-name` char(255) NOT NULL,
-  `is-default` tinyint(1) NOT NULL DEFAULT '0',
-  `hide-friends` tinyint(1) NOT NULL DEFAULT '0',
-  `name` char(255) NOT NULL,
-  `pdesc` char(255) NOT NULL,
-  `dob` char(32) NOT NULL DEFAULT '0000-00-00',
-  `address` char(255) NOT NULL,
-  `locality` char(255) NOT NULL,
-  `region` char(255) NOT NULL,
-  `postal-code` char(32) NOT NULL,
-  `country-name` char(255) NOT NULL,
-  `hometown` char(255) NOT NULL,
-  `gender` char(32) NOT NULL,
-  `marital` char(255) NOT NULL,
-  `with` text NOT NULL,
-  `howlong` datetime NOT NULL default '0000-00-00 00:00:00',
-  `sexual` char(255) NOT NULL,
-  `politic` char(255) NOT NULL,
-  `religion` char(255) NOT NULL,
-  `pub_keywords` text NOT NULL,
-  `prv_keywords` text NOT NULL,
-  `likes` text NOT NULL,
-  `dislikes` text NOT NULL,
-  `about` text NOT NULL,
-  `summary` char(255) NOT NULL,
-  `music` text NOT NULL,
-  `book` text NOT NULL,
-  `tv` text NOT NULL,
-  `film` text NOT NULL,
-  `interest` text NOT NULL,
-  `romance` text NOT NULL,
-  `work` text NOT NULL,
-  `education` text NOT NULL,
-  `contact` text NOT NULL,
-  `homepage` char(255) NOT NULL,
-  `photo` char(255) NOT NULL,
-  `thumb` char(255) NOT NULL,
-  `publish` tinyint(1) NOT NULL DEFAULT '0',
-  `net-publish` tinyint(1) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`),
-  FULLTEXT KEY `pub_keywords` (`pub_keywords`),
-  FULLTEXT KEY `prv_keywords` (`prv_keywords`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `profile-name` varchar(255) NOT NULL DEFAULT '',
+       `is-default` tinyint(1) NOT NULL DEFAULT 0,
+       `hide-friends` tinyint(1) NOT NULL DEFAULT 0,
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `pdesc` varchar(255) NOT NULL DEFAULT '',
+       `dob` varchar(32) NOT NULL DEFAULT '0000-00-00',
+       `address` varchar(255) NOT NULL DEFAULT '',
+       `locality` varchar(255) NOT NULL DEFAULT '',
+       `region` varchar(255) NOT NULL DEFAULT '',
+       `postal-code` varchar(32) NOT NULL DEFAULT '',
+       `country-name` varchar(255) NOT NULL DEFAULT '',
+       `hometown` varchar(255) NOT NULL DEFAULT '',
+       `gender` varchar(32) NOT NULL DEFAULT '',
+       `marital` varchar(255) NOT NULL DEFAULT '',
+       `with` text NOT NULL,
+       `howlong` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `sexual` varchar(255) NOT NULL DEFAULT '',
+       `politic` varchar(255) NOT NULL DEFAULT '',
+       `religion` varchar(255) NOT NULL DEFAULT '',
+       `pub_keywords` text NOT NULL,
+       `prv_keywords` text NOT NULL,
+       `likes` text NOT NULL,
+       `dislikes` text NOT NULL,
+       `about` text NOT NULL,
+       `summary` varchar(255) NOT NULL DEFAULT '',
+       `music` text NOT NULL,
+       `book` text NOT NULL,
+       `tv` text NOT NULL,
+       `film` text NOT NULL,
+       `interest` text NOT NULL,
+       `romance` text NOT NULL,
+       `work` text NOT NULL,
+       `education` text NOT NULL,
+       `contact` text NOT NULL,
+       `homepage` varchar(255) NOT NULL DEFAULT '',
+       `photo` varchar(255) NOT NULL DEFAULT '',
+       `thumb` varchar(255) NOT NULL DEFAULT '',
+       `publish` tinyint(1) NOT NULL DEFAULT 0,
+       `net-publish` tinyint(1) NOT NULL DEFAULT 0,
+        INDEX `hometown` (`hometown`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE profile_check
 --
--- Table structure for table `profile_check`
---
-
 CREATE TABLE IF NOT EXISTS `profile_check` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `uid` int(10) unsigned NOT NULL,
-  `cid` int(10) unsigned NOT NULL DEFAULT '0',
-  `dfrn_id` char(255) NOT NULL,
-  `sec` char(255) NOT NULL,
-  `expire` int(11) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `cid` int(10) unsigned NOT NULL DEFAULT 0,
+       `dfrn_id` varchar(255) NOT NULL DEFAULT '',
+       `sec` varchar(255) NOT NULL DEFAULT '',
+       `expire` int(11) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `queue`
+-- TABLE push_subscriber
 --
-
-CREATE TABLE IF NOT EXISTS `queue` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `cid` int(11) NOT NULL,
-  `network` char(32) NOT NULL,
-  `created` datetime NOT NULL,
-  `last` datetime NOT NULL,
-  `content` mediumtext NOT NULL,
-  `batch` tinyint(1) NOT NULL DEFAULT '0',
-  PRIMARY KEY (`id`),
-  KEY `cid` (`cid`),
-  KEY `network` (`network`),
-  KEY `created` (`created`),
-  KEY `last` (`last`),
-  KEY `batch` (`batch`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+CREATE TABLE IF NOT EXISTS `push_subscriber` (
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `callback_url` varchar(255) NOT NULL DEFAULT '',
+       `topic` varchar(255) NOT NULL DEFAULT '',
+       `nickname` varchar(255) NOT NULL DEFAULT '',
+       `push` int(11) NOT NULL DEFAULT 0,
+       `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `secret` varchar(255) NOT NULL DEFAULT ''
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `register`
+-- TABLE queue
+--
+CREATE TABLE IF NOT EXISTS `queue` (
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `cid` int(11) NOT NULL DEFAULT 0,
+       `network` varchar(32) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `last` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `content` mediumtext NOT NULL,
+       `batch` tinyint(1) NOT NULL DEFAULT 0,
+        INDEX `cid` (`cid`),
+        INDEX `created` (`created`),
+        INDEX `last` (`last`),
+        INDEX `network` (`network`),
+        INDEX `batch` (`batch`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE register
 --
-
 CREATE TABLE IF NOT EXISTS `register` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `hash` char(255) NOT NULL,
-  `created` datetime NOT NULL,
-  `uid` int(10) unsigned NOT NULL,
-  `password` char(255) NOT NULL,
-  `language` char(16) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `hash` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `uid` int(11) unsigned NOT NULL DEFAULT 0,
+       `password` varchar(255) NOT NULL DEFAULT '',
+       `language` varchar(16) NOT NULL DEFAULT ''
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `search`
+-- TABLE search
 --
-
 CREATE TABLE IF NOT EXISTS `search` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `term` char(255) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`),
-  KEY `term` (`term`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `term` varchar(255) NOT NULL DEFAULT '',
+        INDEX `uid` (`uid`),
+        INDEX `term` (`term`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `session`
+-- TABLE session
 --
-
 CREATE TABLE IF NOT EXISTS `session` (
-  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
-  `sid` char(255) NOT NULL,
-  `data` text NOT NULL,
-  `expire` int(10) unsigned NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `sid` (`sid`),
-  KEY `expire` (`expire`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` bigint(20) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `sid` varchar(255) NOT NULL DEFAULT '',
+       `data` text NOT NULL,
+       `expire` int(10) unsigned NOT NULL DEFAULT 0,
+        INDEX `sid` (`sid`),
+        INDEX `expire` (`expire`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `sign`
+-- TABLE sign
 --
-
 CREATE TABLE IF NOT EXISTS `sign` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `iid` int(10) unsigned NOT NULL DEFAULT '0',
-  `retract_iid` int(10) unsigned NOT NULL DEFAULT '0',
-  `signed_text` mediumtext NOT NULL,
-  `signature` text NOT NULL,
-  `signer` char(255) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `iid` (`iid`),
-  KEY `retract_iid` (`retract_iid`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `iid` int(10) unsigned NOT NULL DEFAULT 0,
+       `retract_iid` int(10) unsigned NOT NULL DEFAULT 0,
+       `signed_text` mediumtext NOT NULL,
+       `signature` text NOT NULL,
+       `signer` varchar(255) NOT NULL DEFAULT '',
+        INDEX `iid` (`iid`),
+        INDEX `retract_iid` (`retract_iid`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `spam`
+-- TABLE spam
 --
-
 CREATE TABLE IF NOT EXISTS `spam` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `spam` int(11) NOT NULL DEFAULT '0',
-  `ham` int(11) NOT NULL DEFAULT '0',
-  `term` char(255) NOT NULL,
-  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  PRIMARY KEY (`id`),
-  KEY `uid` (`uid`),
-  KEY `spam` (`spam`),
-  KEY `ham` (`ham`),
-  KEY `term` (`term`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `uid` int(11) NOT NULL DEFAULT 0,
+       `spam` int(11) NOT NULL DEFAULT 0,
+       `ham` int(11) NOT NULL DEFAULT 0,
+       `term` varchar(255) NOT NULL DEFAULT '',
+       `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+        INDEX `uid` (`uid`),
+        INDEX `spam` (`spam`),
+        INDEX `ham` (`ham`),
+        INDEX `term` (`term`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `term`
+-- TABLE term
 --
-
 CREATE TABLE IF NOT EXISTS `term` (
-  `tid` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `aid` int(10) unsigned NOT NULL DEFAULT '0',
-  `uid` int(10) unsigned NOT NULL DEFAULT '0',
-  `oid` int(10) unsigned NOT NULL,
-  `otype` tinyint(3) unsigned NOT NULL,
-  `type` tinyint(3) unsigned NOT NULL,
-  `term` char(255) NOT NULL,
-  `url` char(255) NOT NULL,
-  PRIMARY KEY (`tid`),
-  KEY `oid` (`oid`),
-  KEY `otype` (`otype`),
-  KEY `type` (`type`),
-  KEY `term` (`term`),
-  KEY `uid` (`uid`),
-  KEY `aid` (`aid`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
+       `tid` int(10) unsigned NOT NULL auto_increment PRIMARY KEY,
+       `oid` int(10) unsigned NOT NULL DEFAULT 0,
+       `otype` tinyint(3) unsigned NOT NULL DEFAULT 0,
+       `type` tinyint(3) unsigned NOT NULL DEFAULT 0,
+       `term` varchar(255) NOT NULL DEFAULT '',
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `guid` varchar(255) NOT NULL DEFAULT '',
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `global` tinyint(1) NOT NULL DEFAULT 0,
+       `aid` int(10) unsigned NOT NULL DEFAULT 0,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+        INDEX `oid_otype_type_term` (`oid`,`otype`,`type`,`term`),
+        INDEX `uid_term_tid` (`uid`,`term`,`tid`),
+        INDEX `type_term` (`type`,`term`),
+        INDEX `uid_otype_type_term_global_created` (`uid`,`otype`,`type`,`term`,`global`,`created`),
+        INDEX `otype_type_term_tid` (`otype`,`type`,`term`,`tid`),
+        INDEX `guid` (`guid`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE thread
 --
--- Table structure for table `tokens`
+CREATE TABLE IF NOT EXISTS `thread` (
+       `iid` int(10) unsigned NOT NULL DEFAULT 0 PRIMARY KEY,
+       `uid` int(10) unsigned NOT NULL DEFAULT 0,
+       `contact-id` int(11) unsigned NOT NULL DEFAULT 0,
+       `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `wall` tinyint(1) NOT NULL DEFAULT 0,
+       `private` tinyint(1) NOT NULL DEFAULT 0,
+       `pubmail` tinyint(1) NOT NULL DEFAULT 0,
+       `moderated` tinyint(1) NOT NULL DEFAULT 0,
+       `visible` tinyint(1) NOT NULL DEFAULT 0,
+       `spam` tinyint(1) NOT NULL DEFAULT 0,
+       `starred` tinyint(1) NOT NULL DEFAULT 0,
+       `ignored` tinyint(1) NOT NULL DEFAULT 0,
+       `bookmark` tinyint(1) NOT NULL DEFAULT 0,
+       `unseen` tinyint(1) NOT NULL DEFAULT 1,
+       `deleted` tinyint(1) NOT NULL DEFAULT 0,
+       `origin` tinyint(1) NOT NULL DEFAULT 0,
+       `forum_mode` tinyint(1) NOT NULL DEFAULT 0,
+       `mention` tinyint(1) NOT NULL DEFAULT 0,
+       `network` varchar(32) NOT NULL DEFAULT '',
+        INDEX `created` (`created`),
+        INDEX `commented` (`commented`),
+        INDEX `uid_network_commented` (`uid`,`network`,`commented`),
+        INDEX `uid_network_created` (`uid`,`network`,`created`),
+        INDEX `uid_contactid_commented` (`uid`,`contact-id`,`commented`),
+        INDEX `uid_contactid_created` (`uid`,`contact-id`,`created`),
+        INDEX `wall_private_received` (`wall`,`private`,`received`),
+        INDEX `uid_created` (`uid`,`created`),
+        INDEX `uid_commented` (`uid`,`commented`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE tokens
 --
-
 CREATE TABLE IF NOT EXISTS `tokens` (
-  `id` varchar(40) NOT NULL,
-  `secret` text NOT NULL,
-  `client_id` varchar(20) NOT NULL,
-  `expires` int(11) NOT NULL,
-  `scope` varchar(200) NOT NULL,
-  `uid` int(11) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `user`
---
-
-CREATE TABLE IF NOT EXISTS `user` (
-  `uid` int(11) NOT NULL AUTO_INCREMENT,
-  `guid` char(16) NOT NULL,
-  `username` char(255) NOT NULL,
-  `password` char(255) NOT NULL,
-  `nickname` char(255) NOT NULL,
-  `email` char(255) NOT NULL,
-  `openid` char(255) NOT NULL,
-  `timezone` char(128) NOT NULL,
-  `language` char(16) NOT NULL DEFAULT 'en',
-  `register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `default-location` char(255) NOT NULL,
-  `allow_location` tinyint(1) NOT NULL DEFAULT '0',
-  `theme` char(255) NOT NULL,
-  `pubkey` text NOT NULL,
-  `prvkey` text NOT NULL,
-  `spubkey` text NOT NULL,
-  `sprvkey` text NOT NULL,
-  `verified` tinyint(1) unsigned NOT NULL DEFAULT '0',
-  `blocked` tinyint(1) unsigned NOT NULL DEFAULT '0',
-  `blockwall` tinyint(1) NOT NULL DEFAULT '0',
-  `hidewall` tinyint(1) NOT NULL DEFAULT '0',
-  `blocktags` tinyint(1) NOT NULL DEFAULT '0',
-  `unkmail` tinyint(1) NOT NULL DEFAULT '0',
-  `cntunkmail` int(11) NOT NULL DEFAULT '10',
-  `notify-flags` int(11) unsigned NOT NULL DEFAULT '65535',
-  `page-flags` int(11) NOT NULL DEFAULT '0',
-  `prvnets` tinyint(1) NOT NULL DEFAULT '0',
-  `pwdreset` char(255) NOT NULL,
-  `maxreq` int(11) NOT NULL DEFAULT '10',
-  `expire` int(10) unsigned NOT NULL DEFAULT '0',
-  `account_removed` tinyint(1) NOT NULL DEFAULT '0',
-  `account_expired` tinyint(1) NOT NULL DEFAULT '0',
-  `account_expires_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `expire_notification_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `service_class` char(32) NOT NULL,
-  `def_gid` int(11) NOT NULL DEFAULT '0',
-  `allow_cid` mediumtext NOT NULL,
-  `allow_gid` mediumtext NOT NULL,
-  `deny_cid` mediumtext NOT NULL,
-  `deny_gid` mediumtext NOT NULL,
-  `openidserver` text NOT NULL,
-  PRIMARY KEY (`uid`),
-  KEY `nickname` (`nickname`),
-  KEY `login_date` (`login_date`),
-  KEY `account_expired` (`account_expired`),
-  KEY `hidewall` (`hidewall`),
-  KEY `blockwall` (`blockwall`),
-  KEY `blocked` (`blocked`),
-  KEY `verified` (`verified`),
-  KEY `unkmail` (`unkmail`),
-  KEY `cntunkmail` (`cntunkmail`),
-  KEY `account_removed` (`account_removed`),
-  KEY `service_class` (`service_class`)
-) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `userd`
---
-
-CREATE TABLE IF NOT EXISTS `userd` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `username` char(255) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `tag`
---
-
-CREATE TABLE IF NOT EXISTS `tag` (
-  `iid` int(11) NOT NULL,
-  `tag` char(255) NOT NULL,
-  `link` char(255) NOT NULL,
-  PRIMARY KEY (`iid`, `tag`),
-  KEY `tag` (`tag`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` varchar(40) NOT NULL PRIMARY KEY,
+       `secret` text NOT NULL,
+       `client_id` varchar(20) NOT NULL DEFAULT '',
+       `expires` int(11) NOT NULL DEFAULT 0,
+       `scope` varchar(200) NOT NULL DEFAULT '',
+       `uid` int(11) NOT NULL DEFAULT 0
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `push_subscriber`
+-- TABLE unique_contacts
 --
-
-CREATE TABLE IF NOT EXISTS `push_subscriber` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `uid` int(11) NOT NULL,
-  `callback_url` char(255) NOT NULL,
-  `topic` char(255) NOT NULL,
-  `nickname` char(255) NOT NULL,
-  `push` int(11) NOT NULL,
-  `last_update` datetime NOT NULL,
-  `secret` char(255) NOT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Table structure for table `unique_contacts`
---
-
 CREATE TABLE IF NOT EXISTS `unique_contacts` (
-  `id` INT NOT NULL AUTO_INCREMENT,
-  `url` CHAR(255) NOT NULL,
-  `nick` CHAR(255) NOT NULL,
-  `name` CHAR(255) NOT NULL,
-  `avatar` CHAR(255) NOT NULL,
-  PRIMARY KEY (`id`),
-  KEY `url` (`url`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `url` varchar(255) NOT NULL DEFAULT '',
+       `nick` varchar(255) NOT NULL DEFAULT '',
+       `name` varchar(255) NOT NULL DEFAULT '',
+       `avatar` varchar(255) NOT NULL DEFAULT '',
+       `location` varchar(255) NOT NULL DEFAULT '',
+       `about` text NOT NULL,
+        INDEX `url` (`url`)
+) DEFAULT CHARSET=utf8;
 
 --
--- Table structure for table `thread`
+-- TABLE user
 --
+CREATE TABLE IF NOT EXISTS `user` (
+       `uid` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `guid` varchar(64) NOT NULL DEFAULT '',
+       `username` varchar(255) NOT NULL DEFAULT '',
+       `password` varchar(255) NOT NULL DEFAULT '',
+       `nickname` varchar(255) NOT NULL DEFAULT '',
+       `email` varchar(255) NOT NULL DEFAULT '',
+       `openid` varchar(255) NOT NULL DEFAULT '',
+       `timezone` varchar(128) NOT NULL DEFAULT '',
+       `language` varchar(32) NOT NULL DEFAULT 'en',
+       `register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `default-location` varchar(255) NOT NULL DEFAULT '',
+       `allow_location` tinyint(1) NOT NULL DEFAULT 0,
+       `theme` varchar(255) NOT NULL DEFAULT '',
+       `pubkey` text NOT NULL,
+       `prvkey` text NOT NULL,
+       `spubkey` text NOT NULL,
+       `sprvkey` text NOT NULL,
+       `verified` tinyint(1) unsigned NOT NULL DEFAULT 0,
+       `blocked` tinyint(1) unsigned NOT NULL DEFAULT 0,
+       `blockwall` tinyint(1) unsigned NOT NULL DEFAULT 0,
+       `hidewall` tinyint(1) unsigned NOT NULL DEFAULT 0,
+       `blocktags` tinyint(1) unsigned NOT NULL DEFAULT 0,
+       `unkmail` tinyint(1) NOT NULL DEFAULT 0,
+       `cntunkmail` int(11) NOT NULL DEFAULT 10,
+       `notify-flags` int(11) unsigned NOT NULL DEFAULT 65535,
+       `page-flags` int(11) unsigned NOT NULL DEFAULT 0,
+       `prvnets` tinyint(1) NOT NULL DEFAULT 0,
+       `pwdreset` varchar(255) NOT NULL DEFAULT '',
+       `maxreq` int(11) NOT NULL DEFAULT 10,
+       `expire` int(11) unsigned NOT NULL DEFAULT 0,
+       `account_removed` tinyint(1) NOT NULL DEFAULT 0,
+       `account_expired` tinyint(1) NOT NULL DEFAULT 0,
+       `account_expires_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `expire_notification_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+       `service_class` varchar(32) NOT NULL DEFAULT '',
+       `def_gid` int(11) NOT NULL DEFAULT 0,
+       `allow_cid` mediumtext NOT NULL,
+       `allow_gid` mediumtext NOT NULL,
+       `deny_cid` mediumtext NOT NULL,
+       `deny_gid` mediumtext NOT NULL,
+       `openidserver` text NOT NULL,
+        INDEX `nickname` (`nickname`)
+) DEFAULT CHARSET=utf8;
+
+--
+-- TABLE userd
+--
+CREATE TABLE IF NOT EXISTS `userd` (
+       `id` int(11) NOT NULL auto_increment PRIMARY KEY,
+       `username` varchar(255) NOT NULL,
+        INDEX `username` (`username`)
+) DEFAULT CHARSET=utf8;
 
-CREATE TABLE IF NOT EXISTS `thread` (
-  `iid` int(10) unsigned NOT NULL DEFAULT '0',
-  `uid` int(10) unsigned NOT NULL DEFAULT '0',
-  `contact-id` int(11) unsigned NOT NULL DEFAULT '0',
-  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
-  `wall` tinyint(1) NOT NULL DEFAULT '0',
-  `private` tinyint(1) NOT NULL DEFAULT '0',
-  `pubmail` tinyint(1) NOT NULL DEFAULT '0',
-  `moderated` tinyint(1) NOT NULL DEFAULT '0',
-  `visible` tinyint(1) NOT NULL DEFAULT '0',
-  `spam` tinyint(1) NOT NULL DEFAULT '0',
-  `starred` tinyint(1) NOT NULL DEFAULT '0',
-  `bookmark` tinyint(1) NOT NULL DEFAULT '0',
-  `unseen` tinyint(1) NOT NULL DEFAULT '1',
-  `deleted` tinyint(1) NOT NULL DEFAULT '0',
-  `origin` tinyint(1) NOT NULL DEFAULT '0',
-  `forum_mode` tinyint(1) NOT NULL DEFAULT '0',
-  `mention` tinyint(1) NOT NULL DEFAULT '0',
-  `network` char(32) NOT NULL,
-  PRIMARY KEY (`iid`),
-  KEY `created` (`created`),
-  KEY `commented` (`commented`),
-  KEY `uid_network_commented` (`uid`,`network`,`commented`),
-  KEY `uid_network_created` (`uid`,`network`,`created`),
-  KEY `uid_contactid_commented` (`uid`,`contact-id`,`commented`),
-  KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
-  KEY `wall_private_received` (`wall`,`private`,`received`),
-  KEY `uid_created` (`uid`,`created`),
-  KEY `uid_commented` (`uid`,`commented`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
index fd6b818e7841c5c70cbb51b2b034ccd2be9977e3..136583c4d977b4f81ae827c4ea23bab87af54160 100644 (file)
@@ -3,6 +3,8 @@ Vagrant for Friendica Developers
 
 * [Home](help)
 
+**Getting started**
+
 [Vagrant](https://www.vagrantup.com/) is a virtualization solution for developers. No need to setup up a webserver, database etc. before actually starting. Vagrant creates a virtual machine (an Ubuntu 12.04) for you that you can just run inside VirtualBox and start to work directly on Friendica. What you need to do:
 
 1. Install VirtualBox and vagrant.
@@ -20,4 +22,18 @@ If you want to stop vagrant after finishing your work, run the following command
 
 in the development directory.
 
+**Import test data**
+
+If you want some test data in your vagrant Friendica instance import the database dump friendica_test_data.sql like so (inside the VM):
+
+               $> mysql -u root -p friendica < /vagrant/friendica_test_data.sql
+
+You will then have the following accounts to login:
+
+  * admin, password admin
+  * friendica1, password friendica
+  * friendica2, password friendica2 and so on until friendica5
+  * friendica1 is connected to all others. friendica1 has two groups: group1 with friendica2 and friendica4, group2 with friendica3 and friendica5.
+  * friendica2 and friendica3 are conntected. friendica4 and friendica5 are connected. 
+
 For further documentation of vagrant, please see [the vagrant*docs*](https://docs.vagrantup.com/v2/).
diff --git a/friendica_test_data.sql b/friendica_test_data.sql
new file mode 100644 (file)
index 0000000..c39a057
--- /dev/null
@@ -0,0 +1,1787 @@
+-- MySQL dump 10.13  Distrib 5.5.40, for debian-linux-gnu (x86_64)
+--
+-- Host: localhost    Database: friendica
+-- ------------------------------------------------------
+-- Server version      5.5.40-0ubuntu0.12.04.1
+
+/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
+/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
+/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
+/*!40101 SET NAMES utf8 */;
+/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
+/*!40103 SET TIME_ZONE='+00:00' */;
+/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
+/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
+/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
+/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
+
+--
+-- Current Database: `friendica`
+--
+
+CREATE DATABASE /*!32312 IF NOT EXISTS*/ `friendica` /*!40100 DEFAULT CHARACTER SET latin1 */;
+
+USE `friendica`;
+
+--
+-- Table structure for table `addon`
+--
+
+DROP TABLE IF EXISTS `addon`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `addon` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `version` varchar(255) NOT NULL DEFAULT '',
+  `installed` tinyint(1) NOT NULL DEFAULT '0',
+  `hidden` tinyint(1) NOT NULL DEFAULT '0',
+  `timestamp` bigint(20) NOT NULL DEFAULT '0',
+  `plugin_admin` tinyint(1) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `addon`
+--
+
+LOCK TABLES `addon` WRITE;
+/*!40000 ALTER TABLE `addon` DISABLE KEYS */;
+/*!40000 ALTER TABLE `addon` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `attach`
+--
+
+DROP TABLE IF EXISTS `attach`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `attach` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `hash` varchar(64) NOT NULL DEFAULT '',
+  `filename` varchar(255) NOT NULL DEFAULT '',
+  `filetype` varchar(64) NOT NULL DEFAULT '',
+  `filesize` int(11) NOT NULL DEFAULT '0',
+  `data` longblob NOT NULL,
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `allow_cid` mediumtext NOT NULL,
+  `allow_gid` mediumtext NOT NULL,
+  `deny_cid` mediumtext NOT NULL,
+  `deny_gid` mediumtext NOT NULL,
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `attach`
+--
+
+LOCK TABLES `attach` WRITE;
+/*!40000 ALTER TABLE `attach` DISABLE KEYS */;
+/*!40000 ALTER TABLE `attach` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `auth_codes`
+--
+
+DROP TABLE IF EXISTS `auth_codes`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `auth_codes` (
+  `id` varchar(40) NOT NULL,
+  `client_id` varchar(20) NOT NULL DEFAULT '',
+  `redirect_uri` varchar(200) NOT NULL DEFAULT '',
+  `expires` int(11) NOT NULL DEFAULT '0',
+  `scope` varchar(250) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `auth_codes`
+--
+
+LOCK TABLES `auth_codes` WRITE;
+/*!40000 ALTER TABLE `auth_codes` DISABLE KEYS */;
+/*!40000 ALTER TABLE `auth_codes` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `cache`
+--
+
+DROP TABLE IF EXISTS `cache`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `cache` (
+  `k` varchar(255) NOT NULL,
+  `v` text NOT NULL,
+  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`k`),
+  KEY `updated` (`updated`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `cache`
+--
+
+LOCK TABLES `cache` WRITE;
+/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
+INSERT INTO `cache` VALUES ('probe_url:0:friendica1@friendica.dev','a:15:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica1\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica1\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica1\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica1\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica1\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica1\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:30:00'),('probe_url:0:friendica4@friendica.dev','a:15:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica4\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica4\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica4\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica4\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica4\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica4\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/6.jpg?rev=2015-02-02+12%3A04%3A29\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:32:24'),('probe_url:0:http://192.168.22.10/profile/friendica1','a:15:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica1\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica1\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica1\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica1\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica1\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica1\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:49:11'),('probe_url:0:http://192.168.22.10/profile/friendica2','a:15:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica2\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica2\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica2\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica2\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica2\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica2\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/3.jpg?rev=2015-02-02+12%3A02%3A40\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:40:43'),('probe_url:0:http://192.168.22.10/profile/friendica4','a:15:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica4\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica4\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica4\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica4\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica4\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica4\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/6.jpg?rev=2015-02-02+12%3A04%3A29\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:45:05'),('probe_url:0:http://192.168.22.10/profile/friendica5','a:15:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica5\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica5\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica5\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica5\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica5\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica5\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/5.jpg?rev=2015-02-02+12%3A04%3A06\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:44:00'),('probe_url:1:anarchism@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:37:\"anarchism@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:17'),('probe_url:1:ccase@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:33:\"ccase@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:25'),('probe_url:1:friendicasuggestionbox@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:50:\"friendicasuggestionbox@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:21'),('probe_url:1:http://192.168.22.10/profile/friendica1','a:15:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica1\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:38:\"http://192.168.22.10/salmon/friendica1\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica1\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica1\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/2.jpg?rev=2015-02-02+12%3A02%3A11\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:49:12'),('probe_url:1:http://192.168.22.10/profile/friendica2','a:15:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica2\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:38:\"http://192.168.22.10/salmon/friendica2\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica2\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica2\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/3.jpg?rev=2015-02-02+12%3A02%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:40:44'),('probe_url:1:http://192.168.22.10/profile/friendica4','a:15:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica4\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:38:\"http://192.168.22.10/salmon/friendica4\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica4\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica4\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/6.jpg?rev=2015-02-02+12%3A04%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:45:06'),('probe_url:1:http://192.168.22.10/profile/friendica5','a:15:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica5\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:38:\"http://192.168.22.10/salmon/friendica5\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica5\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica5\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/5.jpg?rev=2015-02-02+12%3A04%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:44:01'),('probe_url:1:http://mist.loozah.com/profile/derbuffer','a:15:{s:4:\"name\";s:10:\"der buffer\";s:4:\"nick\";s:9:\"derbuffer\";s:3:\"url\";s:40:\"http://mist.loozah.com/profile/derbuffer\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/d64d23ed5df3879a\";s:4:\"poll\";s:42:\"http://mist.loozah.com/dfrn_poll/derbuffer\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"http://mist.loozah.com/poco/derbuffer\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/98.jpg?rev=2013-07-27+00%3A10%3A59\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxYVep62s0skTI+leYCrps\n6Ms4wUZKaX4+nGniLFmcJl/wTscDEKNh81PBaTropeNNQUjxYxqvabkGFg3OZte+D\nDAfXkHunpeRXgBPwV4sBHuJGFVU1hAxkt9QKxXSimjQDbBygAOsXdgbAiuBsBADQL\n0UOM5CPRdhWiHebwRsg2TQOrRq+DOEXkuiednRHjiMxK9lKR5UP4xptrzOlJTfGZB\n89nszA2khxgZpUYRuFUtcvipJSBT1Q2OLAmBPEg7kmOkO1RxumsU3sUBLCigoolPl\nNNbdHXBQZZMGDUMs9pxcDzqBJHCIGeTYEfFuTqZ05bb3TDorU1EdODy8u48x5ficQ\n551E+Z4iLaBxNd2CGplGZ5S241xrby+6oEj4ftPzaYlsfldMpijNcNiW2ffU6qwls\nLKTHKw9IB3CtxQ3ZqjTpb8qwNKip7cUgR8knX2YVS3ApcJHqWdkyhqDIpxiaKdj8G\niGdid+XXQLwJjfkQYbVMbXzU8jZHu1aMcYknF6YdW6YqVe+8qkvanIQniO/GpqS8Q\nm1SS1xVvh3quTOpX0pB3aiJ2ODsQbYndSv2Aw087FJVV+o6G93EHDVbrigb1ZJtKG\ngZwjS2kC8tOztX4/hslJ7kDnVEFMLWjoMXc2kugbSH0/89C824TlrWgY1m8pSD5AO\nFx7+yYcgljaMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:45'),('probe_url:1:http://mist.loozah.com/profile/joooo','a:15:{s:4:\"name\";s:4:\"Jo A\";s:4:\"nick\";s:5:\"joooo\";s:3:\"url\";s:36:\"http://mist.loozah.com/profile/joooo\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/c8dae3b8a08f3e1c\";s:4:\"poll\";s:38:\"http://mist.loozah.com/dfrn_poll/joooo\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"http://mist.loozah.com/poco/joooo\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/64.jpg?rev=2012-11-12+15%3A32%3A02\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAz+yckaZV72WcvJT7fVQlq\naHAomn9zUfGhHSF8pNWY2dYhnuzZ4l1kjSSjWckisqZdL1amTF+/phlO+2y8wqrc4\n1NbVNQpjx0prgqsjm2KS9iQjEeFnhqSZdULLBb9oTgYK+lzQj4AL3lOZZrVxR60/l\nprGREhvO1OJyIq0Kw/qf5Ib+zNLyHKRoH/F1NIi8F5aOfZuVWI4H6XPPBg+LgW6So\nKNPPaNaX1S7xTbASPgcQPFLVWZmTdpmyot4hfX5Qj4LiBlADWFJ/YiOXskSEzuYT/\nSpCURQ3cHB0UvIARF4r57JbOZVEdUyiN46d/33Ua+iFdTnNJBdqokDZhGqh/dJhMS\njk557u2ZihGNoaizIlad9+30Jj07O6JlPF4vC58hCDQ3c5Jmc7m3oDUylhAFiTxfR\nfES9pE8wDXIF81ur0DbsLpThfEkmEjwOUHnHFN1gYspfJii/dNaUVuluxVcqJ20RD\nyg9BXo+5IhC/mu2tKiMdV6NrYkU3W8NGDo7QyH3EsceRXE8i/H4QgkYeQQz0puoKN\nIM+cQZmuqPsr1BGWuGzYJ36047Am6kQYqfIYoizNKqse1yASpHS+ZOuRB0EeatGvV\n4DtYmXrhQy0iZJysN7GtyysGe2Q2mqwa2y+YvMaftkOgbtaqcs/xuESE+PGcD+myr\nZOeXgL1c5CBcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:46'),('probe_url:1:http://mist.loozah.com/profile/mkay','a:15:{s:4:\"name\";s:6:\"Marcel\";s:4:\"nick\";s:4:\"mkay\";s:3:\"url\";s:35:\"http://mist.loozah.com/profile/mkay\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/05fab1296382d87f\";s:4:\"poll\";s:37:\"http://mist.loozah.com/dfrn_poll/mkay\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"http://mist.loozah.com/poco/mkay\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/24.jpg?rev=2012-06-14+19%3A06%3A37\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1H7PI3m1GkbjKK2KVu/8hUQmqa\nDzcvHzk8S3Yo+5duMaBR9TTs/CMSylc/dSkyG6m52dJl1PL1Hm5/gcdIu4udciHz7\nqfwS2o5EwwqmtMhlq12/L8WnZRzYOlkEr8dF1hkKqu+4QO9/NUyNYq60+7lOJfNYK\ntMsLAZgGpUt91xQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:45'),('probe_url:1:http://mist.loozah.com/profile/rike','a:15:{s:4:\"name\";s:4:\"Rike\";s:4:\"nick\";s:4:\"rike\";s:3:\"url\";s:35:\"http://mist.loozah.com/profile/rike\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/aea03cdf0e19a1fd\";s:4:\"poll\";s:37:\"http://mist.loozah.com/dfrn_poll/rike\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"http://mist.loozah.com/poco/rike\";s:5:\"photo\";s:73:\"http://mist.loozah.com/photo/custom/300/2.jpg?rev=2012-02-03+14%3A10%3A17\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvALRLW3VfSJgD/rKSitV1\nuOhnX32dd7V+SZ52sWMZz4MWmMMZpy8cHup+Fku+IlXEaQTdYjaJz4rTXxKEwmWSR\nG/EcbdyMS1RQnVsmQ0W7SUM7jgDeHtZFS6V+5uT1/2UVpaONvvGPuZuBpbAoQZD6a\nbmwoSTxCZG4j4jo+ne81pxPe524ovSzvQOR7oCfRx68+EOIiBUmyTqhKgdKE5ZtID\nDRtcn452ePZbb+ejhBpNoQx5ulhGOPdRKprN6sz7VyF0+7UFW0ALjGA0wGhRmlACT\n/UEqrJZvaG6Fs50/8NTNtaUvCtqvXvea1n2KAhUMd7pg41L+t71uPx98U96XmY51w\n4jK4SV/OWNyMGTkjtlsbiqA3IW7CN9BVuTLkmaIiGe7SyYvEgPPMMW1h3LCDJAYnA\nxPo1W8u8S9hCbGdobQY2pFaj8Z3Z52aleb+Gp1AxtEI1MNA4toBUe/XZAKZW+fPKA\nJvrZJG6E+LORvPeSZgj7R2eiTKo+5E466WhlwtO74tCygb9P3wQDMX/TbMRCGQne7\nGc87kev/62HtfD9QhBIGSiyCawy3UCv4M3y8q06xOCYcvoxme41ZmgriX1Si3ynSG\n7r5o/yE+TBxK2yOk/fHRM8xocMNp5fxVaGk4JVpUnoXs/vabaBDfz9yBkmXQHzfy1\nqO8fgmH13NdECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:44'),('probe_url:1:http://mist.loozah.com/profile/torsten_peh','a:15:{s:4:\"name\";s:11:\"Torsten Peh\";s:4:\"nick\";s:11:\"torsten_peh\";s:3:\"url\";s:42:\"http://mist.loozah.com/profile/torsten_peh\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/7f29b32e15e64456\";s:4:\"poll\";s:44:\"http://mist.loozah.com/dfrn_poll/torsten_peh\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"http://mist.loozah.com/poco/torsten_peh\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/13.jpg?rev=2012-05-15+12%3A58%3A18\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1NRmqgaCC7Yw/Im0cS6U9\na87HbNmWinBcp8QypZGyyELDfoeaoUcjwASRWSdOC0VSJ1uyTiQl9Fhm1j5W+iJde\ndBrR8oOc3xH/ExIJY5ZfhwXdmPZkZ3ANIYPPuS9wINmeRQvR+3hNxci+YEag+RGz4\n4DWA137iYNgDRGb6w+I223dIp7oHgJ7NfRab+vaUknWw4oFQEQoO6qsLNtysvTxf4\nFwkUjmadPVLN7LfSG8iFLlpA6u8nBa3ef5qPI7WczYF31vcACov3zo8sCWSZW9xMf\n6sN9ZwIflzEVTka41LIwq5LKve/3AKUHa9cjibDyHykodDSB1B157kHvJtF/v40ti\nLIayiJU4/Jq8OuKSTZNvtmI4m9T4WsMOOVDPwCzlIDxA1UkQcGWBTq+RB0bLzoJH+\n0pnnLHg691oS7uaFvdp1PRTiwBlBE9IkEzsAFjAjjhmvU8k2QuA2r/5W3drwXqBKK\nmQGyx8jYr3ecTzPHY/6f6nZs+mcsgqMCQHwenstetpvP1huC03GoluOt0FehV/bXw\nmDE6H3LlgBsHiQ339H/CVTUQsUB/CNY4P/9Swx5KWq9aSI0fN0CdyB3Opw/cxel06\nbHuSLdIKf+mdia42LV+dScMFINHftADR11Ujvi5TP+UVULDlzNd+ANoN1DTYt0iSi\nrWVu/aNlZdx0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:44'),('probe_url:1:http://mist.loozah.com/profile/zoninoz','a:15:{s:4:\"name\";s:13:\"Gianluca Zoni\";s:4:\"nick\";s:7:\"zoninoz\";s:3:\"url\";s:38:\"http://mist.loozah.com/profile/zoninoz\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/d5fd9c60544dd54d\";s:4:\"poll\";s:40:\"http://mist.loozah.com/dfrn_poll/zoninoz\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"http://mist.loozah.com/poco/zoninoz\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/56.jpg?rev=2012-09-12+15%3A38%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzWff4nB2B2byJNEjqm9RP\nVnbik6snJIKzCVpZtHvimjj9FT3TM32y8f05gI6e9JQXclYdpfTOS/nz6hVJFrnus\n60I7CLqQtrXTN/d50p0wDjCM7O3hvpw44ALF1GBvR+ZEjO7Cu8FgxpFARMLMCc7uS\n7ok6Qs7rH0IobV/vdOnYadiQr/zrysN0g6yV9qyH97sgRUrWAGk+G1bPv6Cvn8+Z0\nz0yzxx6VufDC0PHyP+5AIABUQJcoJsN+Ds68ywVYZB/qx41h5tX/CC+nvIr7a8fwk\n0KeAYn1rWKj1nC5eb9Q4Ko5b6GFKGIGe8JhQGRhjJLYwVrUd3BQ5j2m0C/jyAJot/\ndQSIouwOh4sAvLodfsckAYwbqP0W7l2RNoustrzFj4q3xoVYTY47DxWqOfY85uaCy\ndAjzcQRA7/3OUIlAfTJnC7NX3DhwfztthPBRWngze5dmrqNi7C6J0J3N5qcNJfQaU\nVSrW7tv3WvFw2a6hNSni+v0vGH1xUUBkbGVo973R0kirU42w8y0KVeoXizX+QdPpB\ntLFDX3qy7NoH1DcHyXSw/Ti0teFkJ0m0Or20PmiC0O8KUuqwvimNHG+goLtdit2K9\nJoFUcxSJEOCLIsEQBxES7ZnNxYulrqKF2/5ykK4l1TpfnFkdfce6J8nbUqE2e6vfz\nE8vD/O67EZIcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:45'),('probe_url:1:http://social.rueetschli.org/profile/dj-atropine','a:15:{s:4:\"name\";s:8:\"Kevin K.\";s:4:\"nick\";s:11:\"dj-atropine\";s:3:\"url\";s:48:\"http://social.rueetschli.org/profile/dj-atropine\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/9b76304e18c5a4a9\";s:4:\"poll\";s:50:\"http://social.rueetschli.org/dfrn_poll/dj-atropine\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"http://social.rueetschli.org/poco/dj-atropine\";s:5:\"photo\";s:80:\"http://social.rueetschli.org/photo/custom/300/66.jpg?rev=2014-12-31+13%3A05%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtfHtX7kMAF5shJt+g2DaJ\nFLm9bWzDcXvUk2mSiEnvHs+S/5I+fBvTBshYljiIN0shCQY5XM838vMRle4WUxczm\nVQpWFBZkxnLGUwkyqwQuU4btfMTWCswhi9t8LJRpQD3idpoSGqZuQa+YAMRth2WCX\niIQV3LV04gpcolKuLo4wyNRT8OULQFdhFnSNs+js4307LIiRSJT+yX9dHTY/0qK3/\nH4Ciq1WKw46dTHSEkoWPW4oXvWBdS7HOxi7w5hYx++5+MYqqOvL7PavCSgTj0Crvp\nuVs0Bq8DKqUtCAAsf8kSB2/GeGxdpxgJHeF2NrX99xN4hqTIyHmvj9/rH9YRMFKPo\nruqTLvfWlQ+rzykzCGB4ntJ/JioesPOTcEEm9iQU2TMGiwdjD55Ri56EtepC2BOlB\nVUF23eax9SAb/FSEnSZ1nRUP3I+FcdfHes0Mn2Dc8s/DbBNRT3bhfTqzkinPkEX4P\n+Wd0olfXnKw69n3e30MQv+rhaSeqDy2D/yY3QgZlPB4RCXnf9fnd3vzmNfyWCQdyf\nFiYu2jPUTmwi8IDbm3ffXg2Ydypj5QiSWJt60zej6BkQjo2sBuewX7rkkfGPClwsd\nk66fIhT5OcloqfMyk1tFxgsq4cXVpOvWj+6RzVRVZLil6W4o+nSFoSF7w1WjXtx/q\nyLuhzxAj+h+sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:39'),('probe_url:1:http://social.rueetschli.org/profile/gsxrpilot','a:15:{s:4:\"name\";s:10:\"Jim Wiskey\";s:4:\"nick\";s:9:\"gsxrpilot\";s:3:\"url\";s:46:\"http://social.rueetschli.org/profile/gsxrpilot\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/67e3845ede95d2cc\";s:4:\"poll\";s:48:\"http://social.rueetschli.org/dfrn_poll/gsxrpilot\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"http://social.rueetschli.org/poco/gsxrpilot\";s:5:\"photo\";s:80:\"http://social.rueetschli.org/photo/custom/300/36.jpg?rev=2014-08-21+01%3A47%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA7avQsSRv37f0BXuCqA2Ar\nYJjz7iYgbZRotAV74tZ4uLCFBEBYJC7xeIxAdJH4qdltSNftjeeEOiaeSBpTKapgR\nOMRGhYtIJrABilrArxBRYHmwxHXsXvJmSODweXmpmod9klyINoPTGEJUDWLwA+m4Z\nGnqTWnsTaq4piMUKn00iBINtjP5DRkUpQhCZtwciW9gMFdgz07pqW+Pko2zSILOrh\n+ndM0IDnB958vzdBUcXweSv9Ryd1Qtj4R0lHGfdgsQ6EpCyW2Ocrs+o99B0NLRoII\nYfk/4GLi8OrmqCNRqMWGI3ENysPYIKuY2aI6q2dNXAeLdm9tJrloHLwHr7eTqMlyz\nCJrasFihic/1ACVCfQplcmuDkhvSUx2i7LYlD7te0MH6in6c90qMNs2MbqAZo+CMN\nkMjyGJxMLiiXjW2puQq+tJkj4TYj5PTssPrKwvbd8Mt6hogoEHm/AcRNdC3U8/Rzt\nnTysXJAb7DjC1r2eyOA7n4So3RLS+e0Itjw1dY/CalKgTdKZijLBe3IoEYaOPl1SW\nJbW76UkKL7JfPG+dyCDcCSVMDuday2n9A3/ICua9+Mpr4Xy0w11TdSaDA3pbymo4z\nNBnl5PbX9WfwSLjeepidLBjXbwuGDwf79XVj42kQa1TeALUPeBQVkaB1++keE1wq4\nXVDHnlShE8i0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:37'),('probe_url:1:http://social.rueetschli.org/profile/land_ei','a:15:{s:4:\"name\";s:7:\"Land Ei\";s:4:\"nick\";s:7:\"land_ei\";s:3:\"url\";s:44:\"http://social.rueetschli.org/profile/land_ei\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/f036c656065704e3\";s:4:\"poll\";s:46:\"http://social.rueetschli.org/dfrn_poll/land_ei\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"http://social.rueetschli.org/poco/land_ei\";s:5:\"photo\";s:80:\"http://social.rueetschli.org/photo/custom/300/32.jpg?rev=2014-07-25+17%3A03%3A43\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtfPAAYbhu+jGszgk8jNdu\n1Jgn4hxGqQHbxTLF19CM7s6c+h1SNPBtnF2lcbrSHcPhzkLkmE+WlNiM97Pm/XgQD\n/N3Yzlv+xrJjGLn3odnTv/nvag8s8GVY5C5T9da1T1udziuuvEUui+by8Eh3Gv9TL\njGp/buIO0Lw7j0lb/R/vo8DZzfswqYLmOaS6SgmqgBsC4W5B2011A4srOrRK3YhVP\nX4Sw5EAfuaJwH0d62hsBPDYPg8OSZ9U5hTbpjgDN9TG155tqQadBT9z3YpqtZ8X5x\nDzacBKSURnNpm7nLVTLhDPtKY04tjibofEne0EFlitQ4rOH4deQdU3leoyqhThPzb\nZd5h/bqI46MfAs/cFyzSv2C5HU/RmTKXLj2Fy6wMCZoJOkDRoB+xsIBfjYQANAWbV\na+crxgqYk8F9aYndShMRQJ3bkrJ28K64dmVWwuPHPf27lS+uJeXUOxmbb3WvpqRRb\n8k33qdvOmNEp1KgfENYSwymQGsgtNPDptr4k/XtbPITDUKp1w6Ywho8e2dpDPECyd\ngErA1yGsOgRimul2ZqX4xV0aXF9SJGpv0XWELf/EFYrfJEmr7gmWJ6vZl8ZOPtxJw\nTfVmOiKEpzTzdED1nsDqCPACR4g3aeWiWBPzD9PC4VrqHx4vtou9XFNPUVRlXeAvE\nic+paai97QxUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:36'),('probe_url:1:http://social.rueetschli.org/profile/rueetschli','a:15:{s:4:\"name\";s:18:\"Michael Rueetschli\";s:4:\"nick\";s:10:\"rueetschli\";s:3:\"url\";s:47:\"http://social.rueetschli.org/profile/rueetschli\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/cff69c2545d38198\";s:4:\"poll\";s:49:\"http://social.rueetschli.org/dfrn_poll/rueetschli\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"http://social.rueetschli.org/poco/rueetschli\";s:5:\"photo\";s:79:\"http://social.rueetschli.org/photo/custom/300/1.jpg?rev=2014-03-14+09%3A30%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzHcQZ0bYfqClvUbGxdsTO\n10KreprdvbRBPAArS5RZsswSR4u5U/rSI9XIwrNhu3xbzoE1Qk98intf2A92JWyYm\nWv2YLn/TB08woVC+6Tn9SLDi2JONQv4H7MzDyNSdaQgKncuejI0Va0xGkiDaBFyU0\nvKyI80tVaIkvJLa6fx9RB2b2j3fEnjyn0gk1x8QrYCKdgfildk6qcToIjslp7CGjc\nPNcVfr1HguIr/umDrOKkeTt+aYFxa1vUFi4+OW5BblPS1QabubByx8ERvTRv1or1V\njGIHoVMz9cTyHiPsebH+XgvqyR5LkHp1RM5GO3jLEKj7Jp51SkdHSAYZvJ8KpD9oM\nKQ2izxQUyLqj45UHEtlhh/Sxo3B0XLb97hhvhwTXszhP2ccKUlxS8TcfHrKuKe41J\nriEJoqd99LuZ++iezmLsXcxtxPAuplDOzCobzwGvaynpFoDHgOsmBQJyFWOtZjsR8\nbODuHyW7BKDq+Yb+XpAZ6I1izFjL4bpYmcWdKAkqN6SBofEgeH1G6TwAnHXHag3lO\nV6j2dQOwYkyg6iqfb1dCpKDFHMPbz4BmCeaBwmsT8ArJPPhL66r98iXL/yl2bL/up\nnVMy2RUxs5kncSob6XGEMejZD9bWm98n489LoBQ72L4pSwRrnIdTs+qQnRgNQKGHN\naKlAi7Bi2SMkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:35'),('probe_url:1:https://friendica.eu/profile/arescorpio','a:15:{s:4:\"name\";s:13:\"Nepesh Hacker\";s:4:\"nick\";s:10:\"arescorpio\";s:3:\"url\";s:39:\"https://friendica.eu/profile/arescorpio\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/1ef695c1de7dd7fd\";s:4:\"poll\";s:41:\"https://friendica.eu/dfrn_poll/arescorpio\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://friendica.eu/poco/arescorpio\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/516.jpg?rev=2012-11-07+22%3A39%3A38\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1N890+0zW04i6ljy7QMuX\nCl5MmJooxApqHKsvwoe8fJY2K67zhdb+Fg2LDtggQFlkDFZ39jZWVr0nxvaebpq7p\nQ0G75N+8nsFhSxlcb6w2LW3u10w7oeQMPIOkCkM3HDGr71rfc8TGTAlEjxf19YdwA\nQjrAQeuVtEkCbWWef2nxmxAHIn64LDe5TY8sd13aqUR3x2e3bcqeE07W69KtUP03i\nfsvL6xc0V9GHNmyQsEI/4B14lCS/su8pUuW3f2JwXGWAVGcW0NJdqtsBCeBTV626u\nuf0522ygclrqWCJQVJyzil04jeBUs6Se9cmCEnl9CBH3nscOHmDZ2BdVU8kXV6Y6g\nfeq8efJz6kIYsty15OpzKTDOUmkn6wP4Hdf1E3t1u7IenntL9piNXhUKWr2tFu+9d\njxJovSGdn13I6eJlV7LWeehB86l+XtqQnhANJAq17QQ/nOm47lQ6Gl2aFKyolemX9\nCLhbZXXapDiydnZUm2NhV2glg9LtMYmucqR8k0w1jIO/XPLyg4qBmJOez9/lhqcIJ\ngB8ruBl1BVIZ93QiLPcYuIQcnVaBGmxcG1EkoZWZa99vO8TcpXci/ReOfVDFABlbF\nImAeWxGXNsk7LKDjAKvdwcUmSzANMDvKc5MU1r8IKeffADZ51f2XVEZlOGhhCbclK\n5p/nwWYch8EMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:27'),('probe_url:1:https://friendica.eu/profile/auga09','a:15:{s:4:\"name\";s:13:\"Montse Freire\";s:4:\"nick\";s:6:\"auga09\";s:3:\"url\";s:35:\"https://friendica.eu/profile/auga09\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/3b1042012d4f3e70\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/auga09\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/auga09\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/934.jpg?rev=2014-02-16+14%3A17%3A30\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsVHR5j5ct5Gts+3aRNEKB\n96sL2E8jGh5dgKNP9pUxANQOEUE0fl4koHcyFEPOJw9y23HOmqDdH02wyRumRlDut\n4ONyR8Wh+jh/h83SULHk5sirMNQdunnVOf/I+7/WrxL474+SOTKtiEVsZsxIdp8vM\nVQcwu/C1wXN9o6Mw/eCNfNwdL1XrDA/TkobsyMOHesBgsx4rgeuZkNl0Z4p9vtfra\nHjPsWMlTUVNUyBAO4Ike6bYnzPp2+UWkUm045gMbruRdeYcM8HlZClzfVRRGuDola\nK+9rvgwbsEnacUTHIVYj1g8uFF+IbuDKW+6mIZNo3jADPXiwB1b6DA6PNqRIC3AzW\n8oHZMGJNYR8gC24udo21y7rX1R8VjtVRvDShzLPiNMgYAuaRBLooQh05ToV3CS2z7\ns7c50vbBmVoKTMLy7PDTtANVbfx7h7zvGMT0Hqr5LtaHINAOwMQyEK2HmHRTThQ+v\n7D7H7iStCDkEmkUoZv1P5MbGkkNw69tkMgt8kO0ijZP1uELkT5+nRiPKMlrDYQ9gF\ntj0n0oLDfcYn4BJyDE6gKyU2qen8HdnnOmnMr2UA9KzvtHtUFetC5/IB1iw9JjYGg\nNQ2t8jSEoauQ7o9EjQYhgmAFYYOP2wAD0e7Mi9yYxwx74YFoV30uXyskZs7ZzBPKu\nRe64J++DDgL8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:31'),('probe_url:1:https://friendica.eu/profile/cecile','a:15:{s:4:\"name\";s:14:\"Cécile Maitre\";s:4:\"nick\";s:6:\"cecile\";s:3:\"url\";s:35:\"https://friendica.eu/profile/cecile\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/612fd61458519106\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/cecile\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/cecile\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1703.jpg?rev=2014-12-23+19%3A29%3A41\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6KaZOzPrc79dwfyz6CTef\n5z0srOyutnvPSD+bX3Lc0DLUooIep5YGfUY7Ug0AegqajgDIplnBvz10Y3tIieSHz\npSkVOx14/96Eqt1GVLw9Pkzp8YO+dSCN5fHNJDkywJKod/pdSptKFcs6juL4rMmDY\nBQOz/G+CGQ05Z/nQWx9Uo6DXKT5Zi5FhnIPhLpOvH/G+6Zmf4dV5Gom2if7LbBJfq\nYU/XEP2lIvOy9ordTNi/r8ILz+T2CiwkG4QJ0YUrkZQc0r1xyazStCon8/ka7AnNt\nLMSIdkFlMJr+M4Mj+EHPVuDxSTILocJx6UH5iqLFPMBZjWMmwvHsBJLTmtszQmBIo\nYQzMVLJua7aDIPzFOKjQAQ+5qwOEaCEpaVk0Q8QYGUyx9/PIF2JCtEBjdvhhxEpPb\nfK6vWPysAVG1H7uFQ59YIleTyDpUgBaujImVa2ZE7ov6ZUHCPaItpbIPgYcXclluT\n3tMvQXcNNvD97mYVmHP6zbAesk0iiuemCovdjYAPLW/1tzGPLxEJcDvKH4tq/X8l5\nQa3Yut3N065abs8mePYWcvmxEm+8HxIGisMY8Fm1w4C3iOjyFtVEtgW+T9p0zJVFk\nmi+1IB/XwsZBB+iZyHXFGVVnWcd0vWyIh9eEvQ+WnBogH3JuOV+Q50Ro9aMKiCOq1\nRkvGv9WJ0Xm0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:40'),('probe_url:1:https://friendica.eu/profile/damez','a:15:{s:4:\"name\";s:18:\"Daniel Steinbacher\";s:4:\"nick\";s:5:\"damez\";s:3:\"url\";s:34:\"https://friendica.eu/profile/damez\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/ba8be719533da194\";s:4:\"poll\";s:36:\"https://friendica.eu/dfrn_poll/damez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://friendica.eu/poco/damez\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1791.jpg?rev=2015-01-15+16%3A49%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAq8tyVGYjkHOpIUAJSE7fg\naA8awy7k7HH3YIMLG4e9fY1OH/36rk2PQc4LedqMqbdXbryqlw1NlQCQfcDQlECBH\nyNoiKMANdxFHEEmDs5BTbbM9Zi+ZXp2QDSKD2eHm9JDrP5udy1nrTdIrPwTttNU2A\ntQsNxIlocvp4Fy2X7eMEw/fjCT1FNZaQw8OYzcVoaqQOSS3H3732XLFNMNVad6p7f\nXfOYyW3vzXQDkj3CWg7111bL3Bw5O1ydd8Jg/joxMVbC6hX4c4+NAFnSiTOc5/gJD\nL9+sDRzXKLQW8C4b+9GfJh0j8Ij/0DzeuxQipdWBKN6HzY6DnYVmeo/LVeQ1iKWLZ\n6pPaZE8J7IUlUNa6q7NusgzA1XIG6GDPGORfPIWS+qj7jbM4QMH/2Qfr6XOLIsicb\n1l25/q0/gM1+IAs1qxcvG2NsPIW1euTRdbxC/IuwTe4sSrGLSL9rduTi7rYUvcniz\nYTCP+I38IJ3N5U5f32svp45ZPduYEWUOQbFydh/27Q0aJOf9rxHZOjqcZKr81bzjD\nOXDmhotX8+JFYQooMcz48HCz8rOQ9aO7ImIQBagYj0aUlIKXEozV+tDJ6J1TX2V0J\nk6XwGh8Wy8b7blWGR3bQecZAjLnw2yYT6F3NeWiod/NISKge347WFlaxYRwuXBABW\nZZTgAm3yOTIECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:28'),('probe_url:1:https://friendica.eu/profile/discomplex','a:15:{s:4:\"name\";s:18:\"Alexandre Pólvora\";s:4:\"nick\";s:10:\"discomplex\";s:3:\"url\";s:39:\"https://friendica.eu/profile/discomplex\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/ab8540763d91389c\";s:4:\"poll\";s:41:\"https://friendica.eu/dfrn_poll/discomplex\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://friendica.eu/poco/discomplex\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1522.jpg?rev=2014-11-05+23%3A54%3A57\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwFA28FQsQY1O0iX4+sg8+\neAQuTgxz/KGUMWxbzM8ZCBLf3sQrYCvLjV88qvJVBBH+H5Nd2RYR6CyaIgL9c1ag+\nKUC0H6VvD1LqYzPKpCuM2AyaXIztJ8jzr5PXIQ9RMmriiQvV6zXKkOvvAedh7LF3D\n2DUK4ukwUtYjA6qkYh55cI0CfwsbbevB2lqLmuZ3YszIAgeQ6VwXuASdAnqXr7USl\nlu8/EiJalvPta5YAFHsLUBRZa3vWqStTrIr7GZj/t/6g8JK8UD4NG/NK+BJ4WL0LZ\nBmIPJqawDMssb2bQ3/7lJoYpZyK7luTVyq5irnuJDQxX+PYWGhbZYQqP/OqTWp4Wi\nBqPY46vsOz9xReVbFBD69ZMHfNRHdGE3j29b2JHy24CXpwRFydSjVZphifR6XGDD4\nNX7vf12mDQRddsHNIKe2i01JCs0WRW7My+JNnGvW2HIPsp5By99goRAkw/fDLIUJD\nrKqiyr2rFHDLxaCL5oeN6z5C+2wHGbD5/LmlJoQQ1zutTS+uXsSBWStRD8tdU4Xif\n5p+0KKYeXgh/w03/7DGa92d/Ib5DeK6p+uZFI0MyRdqK1qtUzD8YITaL/MzX/XEDJ\no8iwTL+TGP/s78sJXP4TrWlSNKo/U5hj+/Di/flrI+CrUGL/cmzFnyAk2k9JWwhAI\n5g75fUyTZ6D0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:35'),('probe_url:1:https://friendica.eu/profile/eilsib','a:15:{s:4:\"name\";s:12:\"Elie Bissery\";s:4:\"nick\";s:6:\"eilsib\";s:3:\"url\";s:35:\"https://friendica.eu/profile/eilsib\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/a9d2a9e51fe1dbe5\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/eilsib\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/eilsib\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1680.jpg?rev=2014-12-17+16%3A05%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApMxfgm7Lf/fZvvWF8A79a\nIaoi+aPAhpgRGdwbW1Ect5AyAnP9yf39lxY+yuHliWYb7Ex9mmBa7hGy8BRthm/Rh\nLz8LqImD3y8UibdRzJhKQp8w4nYLzem04xXmLC1s5/gFXYT3zuBypcUitMGCcZOyY\nTH7aWdPaQdZnY07vlbW4wsVd0hJmLA1OQ9yyoFNrwBzC+A2P7wG/auLbJJLJ1U90k\nKucoDX92jREmPbk0ZXfEAND6Z/wMeiIDrv14GDcAIuUtKOBoP+Pc2gU8sVBJ2fzt+\n4RPfKAvoDQ1CpJhtrU2Fqh16wYqJiyswfeLG/Q1gWMZF4GHqEZW/Gqp7Dmmf7MkIE\n1y519d7N1VDVN/QFA1qmeYxK0Y+w8E376YPedidTEVjHlqSZffnKgtIKEij1nh+L3\nNLcZLY5YOnkqmepZb8pnP77fsTDb+QEjbKHBE2iwuoGhfc+4128VGbynUWKKIKX46\nvnp1+kpSIiY9+9+Ylm2Onk6+TIM0W016HLXd54Qo24bFddk8KyOLRbHcW6RS0Szd+\niEsGZdrdtnBEqyCHVweexJ5KrdOUF+3pUt5LY2WCFtt/rGVfBrtnmO0C1CLfUfkGg\nm2r729XUKxQRP/ce1uqNiN2s1bCGZRsK/ppYrREIKQEJiQqDh9tL6Y5eTQKXAH4cB\nqIrzTYbWjv9cCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:39'),('probe_url:1:https://friendica.eu/profile/ftdevs','a:15:{s:4:\"name\";s:26:\"Friendica Theme Developers\";s:4:\"nick\";s:6:\"ftdevs\";s:3:\"url\";s:35:\"https://friendica.eu/profile/ftdevs\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/842cd856a883df2c\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/ftdevs\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/ftdevs\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/366.jpg?rev=2012-03-01+11%3A58%3A18\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA37HoXSAn/8ni65nqmDiwh\ndNntVQs+A2EW9f3hMe4p7pUIF9jr3wiYvRbTSBsXJ1XO6i62BlNgUX+c6M9TNiI3e\npwinmVDMB989RMQwLNpvDeJ7UMzgTvdld8BTTb3tcYVUfuF9bDxYscrwv0ThN0LWy\n5/RuVSBm2/qjm6R241EpBQpZGGwgimDUnhijWTS4AvcJDVVwxrB3Xh6xq81Qxsbqy\nOK4yP3mTYLt7bqN/bCuq92fFOAIHOjauwK4KT30E0V33oKxu4MV0nTaiR8U9ZoO3N\nr4QxyoDYvGhBBHNglUl2SbDswVcz1+KSneJ0H8wRhQlLU18zOIek1/Ra4umDyyNWx\nxnH2WvFQPYrPbhc0p69rxpIZ44ZCxNsqu4mTMLcGfcEndorLpULXA172i5ZY5nXqr\neWb4yk1g+EC6eSup4zbjtMm4t6938axiPwsEvFURcKrYgdxUeihUgqAo+/2EPR5ek\nMabF/REPk2exWV+3DduRqkxihcSJpE34wYZXdkmQzMo8kcL5rLyjfTa2/U0xHKRln\na8rRMBvbQOaNhqHGH3kQ7AERcmRDr1Qh6xJw82oEYf/8EUil6vWxuqjLg3oZExkgJ\n8hs8IGYKu1iZ3AfAtk+0Ty7uHWP1+ItsiTzXZsa+MTlidJugyrhAnfyr2AEeybzp+\nZleLM/xVBo7ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:26'),('probe_url:1:https://friendica.eu/profile/hvm','a:15:{s:4:\"name\";s:18:\"Henrike Van Mortis\";s:4:\"nick\";s:3:\"hvm\";s:3:\"url\";s:32:\"https://friendica.eu/profile/hvm\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/211ec34e3b62bdd7\";s:4:\"poll\";s:34:\"https://friendica.eu/dfrn_poll/hvm\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://friendica.eu/poco/hvm\";s:5:\"photo\";s:45:\"https://friendica.eu/photo/custom/300/250.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAySe6KB1KAB4boiEnf103h\no6c2r6azQP9TCdc7wK7sBFfj0eUj503/pfGcRyGgvOPgi+qqRxE+hfW2TJi54TUGu\nmAMUJbC/265PLpg2a2eSez0JlTwFa5PFuEh0MSROIgaqYaLemKiqE26uIVVWidEN+\nOumKs8kUSvIJ1FWpkvfawXIIgmr4WGVwAPMac2ZF2+0ElV17tBu7B2WteoCRlqm9D\n8lAloXgWUD38fy72bbok8ACyyKaVss97DH6SwltZ7dSbE7puUkQXFAy+5OVPlhqXi\nl1cqo8jTnhwI1EHWX5GfSTfa/eSF6lFyisQDc0e8VZ1q1L0zcCxqPlyAh5o0um6mR\nVMKC1LiuSJ7zMlejm8l+Jjk7zTSmIFiB51d6aYbI+MIJy6TXmXZIfG5TN211r3WI2\n7g2G7moz2T37GyqvTbB+y48uLbnuZ16S8hI6WeSqcqa2NBWSDtgO7L9TfTkXKOrbS\njHpyz6lW9wueYhQDFdxZrVhcSc9GTqw4LiQBrhgYlizQwiyzXt4ZnCn2pcKEU5PdS\n3qn97EYyGIrnIPJypJ/x+7xeGsL9pgY0aP49WHj2bLZn3nk0nTSJEA7VaXHDa+5Am\nyyN7R2cgFD/rC5NSS09xBhwGZ8yQbFthAdi+2d+Kz/zwvlhu6hH1MrJ304Msz1mn8\nbK2fbMaxaVl8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:24'),('probe_url:1:https://friendica.eu/profile/jacques','a:15:{s:4:\"name\";s:7:\"Jacques\";s:4:\"nick\";s:7:\"jacques\";s:3:\"url\";s:36:\"https://friendica.eu/profile/jacques\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/7625102b4b42335c\";s:4:\"poll\";s:38:\"https://friendica.eu/dfrn_poll/jacques\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://friendica.eu/poco/jacques\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/907.jpg?rev=2015-01-15+14%3A37%3A37\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2+Ex6et8LUQHr0YN5iJQ+\nE/+4mJvCfk4oVJMevpvPmnrUV1RBszyISUROwOuzLEE1BnmOQQyYJMaJ0i33Slx78\n4//AR3CF6mnR2k7/xSF6107JmqAWu6VliN1+k3ZjP/FidtHrxBfW35NC3mQZv67VJ\nN5iz9PSSz/qPSDPpXmo1nRaWVqb+894MUB7uH2Xxm4fx0CZv/LDnYJ7OjVH6bGAHI\nnETOA+3fHHApHDF29ezOZfhTbM1A7qEP0HE2Wm93WI21Ft5X4iEpXhf0cxWDhTKEe\nXCsuHc9HdNEfdB4NyWY/ghkSgOfmvfipsfee0BPV8EcQjuk10PBk40J76BAVTtDAH\nr9T/06ZlfZ9pDGaBv9JthzXKmdxeUsAVtbr9Z519dwi0gwwvac3e32FPcKdthISrN\nm7a8esYtWA1hXzpoQ7QZNapiZJBE03MqcJSuLpMYzTFAZUrCSrMTmKVlq9VzbzCdg\n6Fan6tcaJzI4LZ09N9mtSqlB0GO8aONFD1A7cti1vXCgJZXLgyC58jqV0Gx+Wpnbv\nhEARygVhouSb5YaNlU96enPBM5UevckNbET7IaBU4/R1paOCIMX9D5CQBzDgQyXDO\ndCSZVsytJpz/RHL5rcP9KkLTrGxlsoehTzzjuD0t2ArhE/RBoPb5M084aPeQJEui6\nkN1l/JBY4G/sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:30'),('probe_url:1:https://friendica.eu/profile/krinbouch','a:15:{s:4:\"name\";s:10:\"Krin Bouch\";s:4:\"nick\";s:9:\"krinbouch\";s:3:\"url\";s:38:\"https://friendica.eu/profile/krinbouch\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/09d41b4984c76966\";s:4:\"poll\";s:40:\"https://friendica.eu/dfrn_poll/krinbouch\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://friendica.eu/poco/krinbouch\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1471.jpg?rev=2014-09-20+14%3A18%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8Vgfyns8r/fGfU5Z3WnpL\nsyURateY/4VVkSiLILb8pAGjDqN0VfAE9+ElppXHXNve5YPXcS7ewn9FcfH7B1xih\n15zE6EH/cU6m6bzcu2dbkOGrU8AGlhqMv4Xti5Chx6iPboOkMRpaFXjhMmert5bYY\nlj4jr3SMilR58rVp9nLFEdP5cY/rBs1isqO8wzhNTchobqhVEeesEQRjF47N3itJw\n37OEuKcWS1pcTU6qo8CEcpLlUQKIQk4um/hLNbTdk654kH68MKv3oDTf4TKQi7hEN\nTnCIhTYD+gTy72sOiNGYodGTzb7PA3MGtCwps8D447fkvrjdATFJmyrGGpZzaLLK/\nEkuBQF0+5mY7Hi1RCrEPUogA1m4CYYepwPnt0KacSff/BKsufKndDsKc/C+1ESJZB\npHN9O8rPEDBw7912CXB7XT5UMxni5z45MQg0QwIEjZHNwwHSzqCQRlf5HxyIWuIVN\nA30Ek1p1WMiT/I+yoa2l9xWGB9i+zSVwEDCcvKR8/jS3auy6dI4iAz5/5l6gsABye\nzOpRWnwyDIbZ177knyO9clSP8PVtlU1d4B2aWuVSGoYDcfhs7TQd6aFxDBePX3R3T\nDbqhQmMK8tzplWEq9ZsU4IDGIM0FYSzmlFz8zv5WBpfpvhrn4CgA1sRIuUb1x7+yM\nA5RgDq1lM59ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:34'),('probe_url:1:https://friendica.eu/profile/lefou','a:15:{s:4:\"name\";s:11:\"Jörn Rinne\";s:4:\"nick\";s:5:\"lefou\";s:3:\"url\";s:34:\"https://friendica.eu/profile/lefou\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/508d1c2f542be96f\";s:4:\"poll\";s:36:\"https://friendica.eu/dfrn_poll/lefou\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://friendica.eu/poco/lefou\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1782.jpg?rev=2015-01-11+15%3A39%3A33\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSesd5WVljG0TKC3NCZHq\n9WKsZulRL8irzmvOxRHdpA4YFpUKkPDXsqrH6DU2ZXnsGA1kaAvjVLVyIDfWSUO29\nkUkcxcz437PIzjHm8OoFoJ7ZgYMPhOu1Lcd+CASo2hCcKl3zXejWbNQh8daurmkY8\nOjAQDQjL74vVrtiG7D1zbd2nDHXHgYcxZ0uOoNLo9Po9ucq4T4eT69vsNK5FYcTBC\nmR4QrKJC1rGluq347lpTpzJ5p7JVm67HW2eBw9qOdtt2eGy0d789BK10DLH1xpqWX\nSW9AVoSppiLMwQRNxDb5EHxT+J2yDvo1hiMs+FRqx7ualcXvoPuxlqP4d9hVXkqOJ\nBXaT5f4gJBrHxNfmEPff214FQLuhx39p2S3DWdtQ5ZWHcFNPAqI9fKwIFhhbYktVP\niKamjlWdTg0MkH+PQUvtSTGXX4gW1y9XJAVTC5plCknJ+DfCeCpkGD8anWFSItt80\n1K9FbL9/O2Hw6zwxQB6MOZJ0xLxedwV5wKlAoYomXxPtAnIzM7qRLcM89UhZVUF02\nDzL1jo2YnRu+QwUXUAUEDrHeeQP/T4Ws4Zh4Jj7I4x6po7Lmy4SqUVK5/3wnTEbz2\n2ZZBbianaTWZ23R/kW5soK3LPz9IR+iHCmidaJpfEXxLK2qG8VWf//c7PVTm2vTAk\npoqBDpjVpwz0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:42'),('probe_url:1:https://friendica.eu/profile/loran_mcfly','a:15:{s:4:\"name\";s:9:\"Loran Btn\";s:4:\"nick\";s:11:\"loran_mcfly\";s:3:\"url\";s:40:\"https://friendica.eu/profile/loran_mcfly\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/c6b410f205e95e49\";s:4:\"poll\";s:42:\"https://friendica.eu/dfrn_poll/loran_mcfly\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://friendica.eu/poco/loran_mcfly\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1781.jpg?rev=2015-01-11+09%3A10%3A33\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2awWpa4k4aYuFtZq/hRSG\nDhilybrjcrWhCPiWcykVWDNEgMdx9oCvv+DS1JPSzVKu3q+56cuTC/wgkYVHpO5G6\nCaENsAeYWc6Lib4BEBHGCz0iZIgzwDimJjeb6sQ5bku9ReqtddMB+QgHrNvwk87m4\nW+U6Z2Gr4s3hW1/MxsuHTgwuUbcFId0wj3ZruULLgZk6Z4X89iS1gl6d1cB7Ou+TR\nBM356l/QCrLOBPTR4wk6e2ilJh469W4ezEwwCX5zFUhhyzHURdwqi2iXy2/kiHDHb\n6l58Q+5zO9+gvmpDotFkrGS9SSz/Y2x86843LuR8l0tUt3sUvhW8nrHdghieWxZLS\nqpqHuSc7jskQb7WRVugZxgLdXusdqdnuJ71tS+iwY+JFjY+TqKsGvId3tn/r0sCrA\nvREs84vWcgDgY9GwVd86LYcv6Pbn0kk7McAPAUU8pNbniNK2fdNg+vPWYmLrLZMbI\nTHd+/+sUWAcmcJOBKf36ahm438X1LzbQQWoUTK+zODER1wRvHrjf07qtK9Mfjx4Ux\nJVNMKOGZoh4lf/a/RnocSMPNBl7IgbviZYmgTKhoLNh6Bz1pRk6nDcfXbjq7OoeN7\n59BXeCGKJdnWlnYFOXWmjLQb/EHgYBCBUnrzhmxAuFXrhxebYvH1vOvn/uKaD2hc8\n5GMqd92T/fzcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:41'),('probe_url:1:https://friendica.eu/profile/ludwig','a:15:{s:4:\"name\";s:7:\"Lud Wig\";s:4:\"nick\";s:6:\"ludwig\";s:3:\"url\";s:35:\"https://friendica.eu/profile/ludwig\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/40a0c12314cd9c60\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/ludwig\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/ludwig\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1810.jpg?rev=2015-01-25+04%3A41%3A20\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxL78Ss4zLyvAPA+fgUETy\nqGKZXCpdbN9H+b7g0sXjPqex7G4gnRCPqiY6SMjm3eLTqRLT62alny4T71rUayTCA\noolzSfC5dVLRyqpU7zuplkKacAs85eYmDV+UTdOBsVuDZGYRF61JHNdJXfile7+C+\noJT4xizPCpfkMxu5fUCKHGq06/mVP4pkjL/JABizLB8K76or9hukdd/lTtPYadvHB\niE/d1aV91ab3QzhXM4HLKRLA/zJZHBOuvC2reWgwOhFl3hNTThljlSGQkCEQ6rp77\n64+d1acyJWyhg4qjJ8RUbRoJhQDd0ADGifEArslBgPwJ81MtUenqIPXdXsC0Wa8Gj\nK0sVgxr3jL0vqoeWIx9h1YBqlbcjLZmmOPdwJb2XmAkzRv358WZTW5lzvc9GhDuXB\nccNJlc4n+I1oAN0I9lKlVpkfki7fo7kpc2Id9kRyVJO/BB904AIOKljpVLG7m8NXJ\ntBv2icP1GpOu+7ChA8cHwlSl3CjGzVcvNzI+klk1qZgCog1HbuXuUbRMStEoQsjuH\nrdNo8T52WlHynm/ew0hGEzJAZxkrMAvr90MDttM2s/0tsC5LKf+LBEXCgOGh0k/8p\nKZXJgK7NLL8F+xvClH+xdrbEv5yN18yec/UcMZizyU0JNsiYG1Gp+NoH6SkII9MN1\nbC9A8vP09mN8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:43'),('probe_url:1:https://friendica.eu/profile/miguelmenendez','a:15:{s:4:\"name\";s:16:\"Miguel Menéndez\";s:4:\"nick\";s:14:\"miguelmenendez\";s:3:\"url\";s:43:\"https://friendica.eu/profile/miguelmenendez\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/cae894978859269a\";s:4:\"poll\";s:45:\"https://friendica.eu/dfrn_poll/miguelmenendez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.eu/poco/miguelmenendez\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1508.jpg?rev=2014-10-26+15%3A21%3A28\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzwBwabu6w4qiLL6iV2b7n\nVdC36EXz0C27ZumHBzYSWQTYViHfQwBu/6RLC9IX0YEZWERLxAJU6cf10FUQiHezv\n9M33CsI/BqPbVfLv+oPLpGwkTb7zlQloM5kaN4zXDGl+PplR8W9w/CEzvg2HQx0vR\nZY8hUR32j0zbqiyz3SsTtQdphiNqrFSXaedRUBh1h7ytOtY2hlAFb5lu7aJ7+seBp\nUbMFGQ0P4XWAT3l/D3GbR+o2zb1ul+yohkR3bTysHmQUq+qik/6u5uFBYHxLgODap\nX5WzTd30f5Btpmm1Ba9eoVYiOHR5nj4sn09iogukX+kKkKiA/UanNPTCXU5JW2PlH\nFnbd1Nj4JEWjNG4LzJnx2sPJXU20OWkpZxP/7/3AunkFIAKAQHGRC9zzaRQ87sO3S\njr3onBjsCFMDMmNURruSX1i82CZYU0Na3j3jpXj1VGH/v5kcw2aLTyH9+Pnqvp2+s\nLUW2BUPY88ljTm7gcnxlaaYWRsYo2B+tdgA27zh5lsi7EAMXw6MF4o9a9Aq3hXwFl\nZI5EKbGhhktLGyLO6NpJKlK5efzk8GKckwjDSTSDtoekr3CNXV0vEgNVQvLgnYokG\nRHCLTlHVU3DcyTsew4K3+QgC4ou5oRPZ1CtWS/0rGnD6hvpPW3Sg24mtBBqDbgGPs\nb2Wb4+/dgCNECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:35'),('probe_url:1:https://friendica.eu/profile/murokka','a:15:{s:4:\"name\";s:8:\"Chak\'pur\";s:4:\"nick\";s:7:\"murokka\";s:3:\"url\";s:36:\"https://friendica.eu/profile/murokka\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/32f341d7fb336e38\";s:4:\"poll\";s:38:\"https://friendica.eu/dfrn_poll/murokka\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://friendica.eu/poco/murokka\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1535.jpg?rev=2014-11-13+09%3A13%3A55\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmwA7zn4xE/+0DIvXCzxRW\nsFF4uJCK8dh4VaqfKrAb+hn3xaf+JPRsT8KGa/0aEB1rm7sXu8GXhYsyybJANJkTL\nmMlpjEaoqEK4Ay8vFdE8MWoRww4MWAnNxWXTYLzHTAZKuP/K6B9S0WZWzaW+TVRgG\nUXDqTA09Xa+G3ae69sSxiEiqvggHYk5OOHn3+FuDUeBUu/YVY6TmBJDigMypFBiC/\nNvxLynPAft6CQpJYWiyhXBgMKOlu4jY3cMioSKunp7bVG+gH00DhjgW2CIZIpvOZq\nXaAchIAfRJZ0/JK9Zahy4Ar8/GmIUg/D8gbQBYGdGyx3gQpYUdd9ejeOdbHURW02m\nTGbY1J7P2VE2d+HwAxkAEkhuWKV1eEZJBUl1mLtN3KBf2Z7Czkp9JUATwBgbALKJ7\nXz/r8SfySpUNYEVwhYUbIzlEzSAj/bSKbdCSYeiIQcIISU6/9VdN18Fwo72omyd6B\nwrUFeJO9IoRAllpaBgD6dGq/AruU4Mm0wEicnXdeVL1Px7/puza2ujRJTnkYGJPWi\n7cZFk+4GOEchxcCnN8qVUYUJJrFwZzpT79JnPiUmuRQK4k3GyLAx8Sh3a4RcmnBOK\n07IsqVruNW8EhlriMCLjKOJkYzArnDsBnNW11SXjFtagL4L/C2ylsiu4m6laYe+2Q\nk0NQNlA4xmZ0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:36'),('probe_url:1:https://friendica.eu/profile/numan','a:15:{s:4:\"name\";s:15:\"Martin Langlotz\";s:4:\"nick\";s:5:\"numan\";s:3:\"url\";s:34:\"https://friendica.eu/profile/numan\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/870164bef29efefe\";s:4:\"poll\";s:36:\"https://friendica.eu/dfrn_poll/numan\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://friendica.eu/poco/numan\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1621.jpg?rev=2014-12-02+10%3A37%3A34\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4AtKt9MdB2Der14kWZ6UW\nLBUVY2nq8UbdtfFe1HME4OmRxfzvlWriMEk54BTLzfYW3JlXrLPYkhSMxE0aeLB61\ngm4Q9qepIwAw6KJkXLQzHYQ10cT/UooEdOAuqobc67IxB7xaQzsAkQPs++nQ5kWtP\nHp32nSRsOw/rIeeLLcVWRExnt3bd+6B19t4jrYyxJBh/69J9ErVAD63mj/7J+wmzq\nl3QqYOkKz2ko1P2RTCmzYyB+1VqZm7WOeDQdo/T85byyXv/bAh+m4xZnP/Bh2LJY8\nVtYw0e1vSsr4jg8mOOeykZ8CxEjO9XkkH2PuwuDTN9eL19n0U0aei3ieFoAqb8ISx\nKaXPA2iL+1fvUWvbgmMTIRM2SSaiKlG06yY0G3yWNpuWIoP4CON4r1DtirPdY4Fgx\njSUFwb/yighV5qXBUxewGXysUiCrNuoB9+SUl0ZnTSgOVdGg9oLUT9UvWBk4CDpzF\n0PtuXmBSeL4R0l6ycvTDhvZzVIWKogiK3/094zBNoWmdFHEqb8QBiGf9LGchCt+oc\nqCAAFIW1ytBNxcRyDETIWEe4Bl/fHYDjhHrXw0Tb8KYaixqrSpQ/j6CGEuQzHUjRO\nO7uXbODwAZWoCSrPkBn0Kog3AJ88xKbf+xmgLWe4xQoZZtYL1Kf7IpOn6X4CSz/bL\nXCpEvXg8463UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:38'),('probe_url:1:https://friendica.eu/profile/o2myfrdca01','a:15:{s:4:\"name\";s:30:\"offene Ablage: nothing to hide\";s:4:\"nick\";s:11:\"o2myfrdca01\";s:3:\"url\";s:40:\"https://friendica.eu/profile/o2myfrdca01\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/8c4fdf8affc1ba0f\";s:4:\"poll\";s:42:\"https://friendica.eu/dfrn_poll/o2myfrdca01\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://friendica.eu/poco/o2myfrdca01\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/259.jpg?rev=2012-02-16+16%3A49%3A37\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAv6lArTd0EQz6jdSZlsdb0\nUxRS1jID1Lxys7kJyNHL0fIEBXPask/HPnjZyRCFkjYltT/fyAyVpcU8RW6xI1UDo\nNiVqWmjqns7yQ3zGkXhl6tVBBvlJKjmbU4owAsjPA7d850xNv/pK5e6Ri2Yd9+tGP\nuWsIRuNEqFp4lB3O2nebBKeeT/KBCDrbN9ZODVkdiZNlpDtdfITFJZVZzi9nKlbTx\nm1vFtAHk22p6Scrtd7t5U14k3ZCELQTwKzjYkSJWOVoel6lTGajJJhR33eZf597Ra\n6aRpGvd4nzSdSu+0VzPbRhZhWzfUUOgxBW7PlZ0BVVsvK+375G+RsTBGfARWlMnVw\nv8onNdw+fC3uqHmdlAPzpZ3mniV1ZDMKW9Zv6qJGFD8UYCrCTmpaCE2owPLijH3Zj\nOe56bu+4Iw8sBg0zXFtJz9i68PIAGmVPt9numRB5zNzqZuMjFw4UdLGtQ29wBNBV9\nUtV/8Jicbk3Mm+Ytf0JsI0vYhbt+KsXYFv+qThE/E44B88AfrxZ1vBMLziAM1qFFf\nAzMeoLpt1aqvRuN74+xguaCGiaeki+PtTaDoRPSvNEzfSliMs8zpObSd1vkdXpeYJ\nOAMG7U6AaNH+zS0aVlmvB0wt7u4fJoLgWYpyUOLe4IYWNr38hFw2O2yCqo6AylfFH\nPlCh0Ih0za8sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:25'),('probe_url:1:https://friendica.eu/profile/oremus','a:15:{s:4:\"name\";s:6:\"oremus\";s:4:\"nick\";s:6:\"oremus\";s:3:\"url\";s:35:\"https://friendica.eu/profile/oremus\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/bd707e92602233f6\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/oremus\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/oremus\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1073.jpg?rev=2014-04-29+15%3A09%3A50\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvhY0nAx2iW/NY6lufh6Yg\nVCODCAd+m5+97kMZlw3ZWw2krRSfyOkgUuELjfoLG0NcDqz9NMlLrp6sqfGnGNAX5\nAc+KVXE9G3nEWG2LnIeHzfiRWsZRU1bm74uCPIVMgVuWG8M/H89bb7LxaWso0WXmn\nZr1Bo22a3Sz/LUitH9i/h1QT4Qbq4NLeqgMn704pQwQiqw2wpQ2tC83N5L82891TV\n7F48xKYRDYPK9pMUbohHQyF62+vL1HTYgGr254WjATX9tqI/WbXf9qnfjrT1vWecf\nLW8ougCi/U9/5G8l5PIvMUjtu5V7tlud/CsaPHYuKZsKjH2vBEq/3sc97IGV04mBq\nxzYpDSctGYxhxpdG/Q9kfHY7D4fa5ZNmnV9xtJFfljoQjSeyIX0X4UmTbEyk54mGN\nU0n60IXnSh7BV925Rtvj8GfI0q3lj2VOEi69YpWqk3ho8PjudVwshRJk/bFu9H5Cf\nyrDpEZi4ytuC8OLb11y2JpaymdYFMqyZlpR5vqioeqxf8HwlrqF+Rh3zOMbjl531e\n223CG0pLOmIRF0vYYR8lzbIa3BbPDQMcyFxo5kjO/JXU7GSds1ge1Nj3928pZYfYm\n4ivcben1KLYw7PmCSz0yBddDDgaYKHZmTvmXpamaXLPjvdo9oR2mf7VK7alls7b/5\nvWxRuEk9WkJMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:32'),('probe_url:1:https://friendica.eu/profile/piratetimes','a:15:{s:4:\"name\";s:12:\"Pirate Times\";s:4:\"nick\";s:11:\"piratetimes\";s:3:\"url\";s:40:\"https://friendica.eu/profile/piratetimes\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/a5fc21ab06138444\";s:4:\"poll\";s:42:\"https://friendica.eu/dfrn_poll/piratetimes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://friendica.eu/poco/piratetimes\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/885.jpg?rev=2014-01-21+11%3A09%3A35\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsCF9bWhZeCoI1nSK58KxJ\n/gIM4jyDmEJ3IcBys0pY/eEeibLKirr+7R5ZBE3I9ClFODAHpXV/9ZSyg6b00Bujj\nGp9/6mDDl6If9pY2g+58nvN2TfLNmGpVVueKGf0LTJ8djsT5K06Vfq2DY+D3RMyqK\n/aBM+5iLUzaZvSWKTF90Sch2Tgy8tB3ha7hftnEMc9nQKjqk6+wQ12WmBfIdi6pAx\nmeLqLfrcwvA6wcc53GVTC+mCDpq+cjo8Bsac2E9XQ77XX0IAgcdpHDe5CzGxlGEjJ\nHWI6cprgcGIVilSDYzN8iBO/6du1cEGcgEU4drAMaoqfEvplL2EI5zIrxdBMewffC\n+46MSCLajFautbZYHFOiA4JNssIxjEis0v333M5S76gQTzPooU8XR/KwPS9RP7NJ2\nVjvnRRLx6qilIMc5swKbiP3vBILq6/BmssYqjvE5z6hxGwKZeRahRjud4tXOuS3ht\n+Lnm4bQAZBIPuD1LRjVE/3E6XWVIsPDBobJwHXmK8X48splr/myvQMud+PndKtFls\nGB2+V1mQvzBeGa+KJtxN6oVlWHPGPsNwEsQOBapWdWC/t4Y06fPN9BGXzqVNLp/84\nh1MQrQSeui4dF2s+pBXB0yRM4TRe+adgfQbD0B632WnNtMP242AOtmmZ0gs0rJJFV\nxNjllTyDxqQ8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:29'),('probe_url:1:https://friendica.eu/profile/ppp','a:15:{s:4:\"name\";s:3:\"ppp\";s:4:\"nick\";s:3:\"ppp\";s:3:\"url\";s:32:\"https://friendica.eu/profile/ppp\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/7f71f7031586d823\";s:4:\"poll\";s:34:\"https://friendica.eu/dfrn_poll/ppp\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://friendica.eu/poco/ppp\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1134.jpg?rev=2014-06-01+12%3A58%3A28\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxr9qHjG2TPA8d8n0jccq6\nqBLtbk02MQKf0B3vaXkDL56bXl1ayFb+xjCaHlNxmd09hQSuL1WqbKp00bRpHHrQY\nm0cKakXMKYzjAfDRmlWkSrrsC7Y7GRqXWV02WBqcnrB52FprNfqKPc3grgOrJ5Rk3\nRCFeTuTqJLmuTr3i0vspyHesgXNA5ZJA3SjaSE2d/BViJwwtiQjNT1RESi+UHTMJ/\nNDD6d1bMGJ3GGf4e2/qkjzyoxzLYILbb+RXqbsClQbDFGzgy4RQjol6LOKoBs4iVz\nKETnZ8/Lyu9rpew7BrjQ/g8hV9/JpBBXAue/TcDirU8nMyWS7dOpjxgI/L8AqC30l\nvd+g6w2Am5fajIMvN7p9bphChZSwkX7PlLpq4U7uI/qBw3NQkcK1tE9NcAVZkJioN\nFLtlUsANqbR0L9fCEzJY8Aes4iSp5ELgz/JlvrVP8SuBD0/J92gMpHKaG34NpITQ7\ni2U9bSgi/fpgI3FmXUrdtXl8OF+yENEHD6B407gKuTlAsa6EKv1a1eNY4IqzOqB/N\nDLUvQssjpc/2JF3Kyx5u44JLEiQKoqHHAmNnzbgcoVHv7CtDzjegoKnqgGqrbaDR9\nFawBEMNKqn/kbxPiHyMYMQLlAAkPz5gA0/w7HM0W117SY6FdAmrDVhmCjfjdB5P+D\nF9D2MCL+mhycCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:33'),('probe_url:1:https://friendica.eu/profile/ralf','a:15:{s:4:\"name\";s:11:\"Ralf Gerdes\";s:4:\"nick\";s:4:\"ralf\";s:3:\"url\";s:33:\"https://friendica.eu/profile/ralf\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/934d11cf5da8c3c2\";s:4:\"poll\";s:35:\"https://friendica.eu/dfrn_poll/ralf\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:30:\"https://friendica.eu/poco/ralf\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1739.jpg?rev=2014-12-30+12%3A43%3A12\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2pHSstAs3UckdgTaEybF0\nxlCFfiwTDoXEh2qeEECHKqbITx31IXvE6mOr0yhFD8gPAAA09302wFi+j9H8QYosR\nAxQCb7QdsYh50BgiWwbPE85lr0ePewtYTfukTNPq6Nx41lQpTMNWS2uWMMPnjlvkO\nffZsQ4XPbMIHBRHdXh2iLG9+/Nu/oe3j3LpMJlP6o0KSw9Drb5H6kQDWZSGTSvrsb\nFgAgxoL4Khybdx9qD+7z9JuSz2gOqo9BeHb7K+5596V4xHAu16jO867Vs10liH7Ym\nhXYzSdnGk9FYKzJh28kGqW6dfub7Fq7r7uJ7BF8CC6/xBndcLJRi48A0Y7Frg9VkP\nSJoKPeXBAAbgN8MNGiM9fWee3rjZgqmNK1efa30bE4G9mJWlv/dAU7VLwKsSxvrSk\nGlpVh5t9GLstmBWMKAXn11oXJs6XYwMkV4AfHJoWIWrfleTsDou8lvPkGzuvG0+VG\nqGhxVv8TXcW9zVbSvVFIbbYsJt11jZX7IVUKNbev3JDeVtMPczwjYhcgwvQGx3BD8\npEBK8BtpyZsYqvHZetyXgRKQFVXHpCGvp+J64MF7E/EypPH+Oq4W7AIWrFjGollA+\nwJpMp9fnWbmBq8rFMh/Po73Nov5LlpfdFBFU5ydbFjFIfshaUkAtcRkzW0FpLWaHx\ndrd93QNlLS/UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:41'),('probe_url:1:https://friendica.eu/profile/rcr','a:15:{s:4:\"name\";s:9:\"Rolf Rupp\";s:4:\"nick\";s:3:\"rcr\";s:3:\"url\";s:32:\"https://friendica.eu/profile/rcr\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/b86065076c7a3bf1\";s:4:\"poll\";s:34:\"https://friendica.eu/dfrn_poll/rcr\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://friendica.eu/poco/rcr\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/841.jpg?rev=2014-01-09+22%3A15%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6s9Tfw1a7nJAb6+6+Nox3\ni0vyxmaQofZpgMPEZSMHN2NTn/90C76KIxjPxKTOxu8SP5CCdwrzJp8J77aZ6/jhL\n/f//bx0wngxWfO1yu2Vdq2/XdR8Mjsftlkro3AAmEBiGZ2SgU6VbJpWN810NniYX6\n9k/ko5gmQgDisWBFbDk+5NksGV08m3KmFcw4Z+e2Cw8EqRG6jySV2fgGKyljkhy4L\n4Uf/SyTgQki1ZpVOIqamI/lOn6ReGtAgGxE79nYW+aKL32N2Bqa62hpH+dCEKOr9M\n/7UHB9tfDjS1+IFgM+GiPFcoddPwG5HuIINFXsoE5ltykL2VZ1WrgmhuH36AqhaC/\n1lWiGLJJKESWE/HML1XuA6+NPbOJfU8h35I9Epb7pQoGAdBPY+L+9DWn9TJcE68d9\nB/y3EVUJuyE/OrwHRb3y4T5IcTTTvWmtCsmiIJDoN/GuHG0i7JTVVLxv+XbRPJVmb\nouWcAB3HnqFSGPSpI2n1jiz3p9XiZZAHokSt32DaIkw80WBDo7KnNeZDhGyaJ74Ef\nOmK3XzI6MhIiXkyZKIxGgltc/W+/XQHkBtEgGiAW9chP0SnMAstkOgs4ds/PnOAi1\nTQ7pQnEbase/n0yNlBEOSBEprxN/Y0P8kdFlBxbhlc9kA+ogbFELsYpSO9Wcp4NtC\nCUJEkFcuBhTcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:28'),('probe_url:1:https://friendica.eu/profile/stace-melunor','a:15:{s:4:\"name\";s:16:\"Samuel Contraste\";s:4:\"nick\";s:13:\"stace-melunor\";s:3:\"url\";s:42:\"https://friendica.eu/profile/stace-melunor\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/0e76e39fd890027d\";s:4:\"poll\";s:44:\"https://friendica.eu/dfrn_poll/stace-melunor\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://friendica.eu/poco/stace-melunor\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1586.jpg?rev=2014-11-28+13%3A01%3A22\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8G2F2fE8XM6T1ZgnIg47P\nZxoLcR4jzgbYoDW+ORKoVUAmkvQab7x9TLi2+05HekLTxL/N09BQra772ZNBUkpc5\nB3v16ROZxwrdE1rPsebZVhfoIrZsJMcjJhQG4U9RuoQEg/l67topBBvBlqYkQtXgs\nACuLOY2B0t/FDKzbLbEvKPBkwvQR1pqHxqdXfVmfPX1jinKgfwX7DjMX99+ieBkMF\nEZAsONhQLLSEEdLJIQw0itdqAWGAZcPbSOwIP5Qd5VEp32IBal5XwAWy8fDwsOeXD\nZ8O7TeDt3BVQ1xZCI7Ib+HjBTUyfBakdW4hpj2gsjyEUq810+8+Jes5x8p11gJrq4\n6qWNeutL3L6asB90T8NQNzxU6zmgFxG/Jz5+eHoKGDD+L+o36cUw0BlVqW3+rP6AL\n85jjyXxEai9apa4rmqwmZTQ/gKLGD9btIM8k7XhYr9g0j+kpnPH+rcXuf+TCfS2Hk\nXRNtxQc84D3SHK9Ql6zH/zmd7U/fOTre02oWbYfcj/0BS3QTLC9OTBQsQiovoGIa5\ndOVrZIIRkbu14ixc+T/z2SySxUHe6wu6kZj2KJXwPh5AHa6JNfc+vswGVK4ZH2W71\nUN0jwcm2rs9QjbMxUQY4KuNWSqVgHPay2Dgr9yjyOqcTth4c/+aOWThbwdWn4FGyI\nn6lrQ0O9+//cCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:37'),('probe_url:1:https://friendica.eu/profile/support','a:15:{s:4:\"name\";s:5:\"Keith\";s:4:\"nick\";s:7:\"support\";s:3:\"url\";s:36:\"https://friendica.eu/profile/support\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/1503b8ff50e44111\";s:4:\"poll\";s:38:\"https://friendica.eu/dfrn_poll/support\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://friendica.eu/poco/support\";s:5:\"photo\";s:71:\"https://friendica.eu/photo/custom/300/1.jpg?rev=2011-12-21+14%3A41%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAve96jxENeBOoA29E8lT1o\nUGRcT5sSRNImjBleZ97bfBn8px/DgS3K6De1MrJluq9/G+Q2NC36cA4xx25YFzCI2\naQEOqk2ywS2gWtSWviHp0UNG/PDQ97i5Hk1VgYhg1YenrY+INsCGTltX4ZLHxKZuG\nBTar3QGwZ4q2CJ7iKSRyUVYrXYfLXCfV+twC2FSrZYW8xmkAay1lTttJ185cYW1ZX\nWkfDD7/ysB2NmKMWHY8eRcIG/k/BujiAncOyY/SOtM/viWFIj6HuP1mUL3E/ge9iK\nAvBIDWdNW3ZLijLISmoOCNeRyWqUTc3ijBRZr9fEGLRc9Amjc2e7pLefnxdXfzFEx\n1hwuoSXPVuROBWh9i6kIGpGBOIJ2D8CjmfNYD7B5XKUgvHLg594qOckkmplXNcBmP\nChXnL+r5Rj2zjuOxECWdSwkzuONZaZPeeMi23d0odIpmS7v+xoOJr0GiJqw3a8LDW\n9yJ/JtLY0yeq1jjjYzWD/2T1U7J/OzhJpTPwQJfb8AF/kNWxRoJ3IEN0STrCWJW5O\nxE4wVC3F5P2rGbOGcM2whTsHYgetRYWS2pYrXJDPyN5dmAortwLGRcYEwZzxL3l1E\n9nmZ5ghGDwhMmmDv9/JFQVoWA2zaLxXKYFg4RD/zXbkZOndWvkQmYI5SH3odQH3yG\nzjbaUdsaHps8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:23'),('probe_url:1:https://friendica.free-beer.ch/profile/ac44bo','a:15:{s:4:\"name\";s:26:\"AntiChristos44 BodhiSattva\";s:4:\"nick\";s:6:\"ac44bo\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/ac44bo\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b3c19884b708f2c3\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/ac44bo\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/ac44bo\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/440.jpg?rev=2013-07-15+01%3A55%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtbtrzWYn+rBivpufzN62H\n6Two3ztcITGsXH7UcMBP7zQ2UbwE5ADJXnyrJT/wFzZMyXZn/wQYdC8vbwcBx/J51\nDYp/O1UodBzH3+8YE9mrN/0wuY8Hj17Og+KcZwQuYn23EPsMmxw/JnWCMmVwW/dHA\nvtAApbNww6lsjhUd+JL7WMKIJsyJ7Oy65GcYaweEL8EOUbIg6wQqJ0KdrJBAdSAwZ\ncfH6CAmOq+/2MTV2za9LQL3psf4WYfI3HuA7LVfcvUL5SphaQOjBiwAWw9W01dN4o\nYWd/jirb+rszEb4TWGL3n9oxo4gc/a1tmIXbBQC6Kz+ny+YRUR8MAXKk2Y9ijNvqN\n2pEKDUzlAA8f3vwXYgEvOblovVlIb7WQiymqEIA1hfLMz8CIxdHsbLVfymWgv8IVl\nvb+G/r8MlCW1jpfNQ2YXPSEOsXw3obINHNfOSOWHwiciT93L8wsChbVvZIO+rMaNZ\n9aOJ2upQiwxxf701pyLV2tWptZjDTtFjz4CyYOuhMqMdbsf9v02Qrfxc4b5gw1SfC\nBtQVLISyuCQfuHobeK/QFQtoCQAHGQ8wb0c+x0Boaac9Ao+FdlIyku1lUYE6wwFGW\nqxl8Xwc7C1CqabYKPvcMvj/U1GPYdkCjwdKmNk7q4SxEeXZm2sDuXoZjrhPqy7inA\nNTSRWdvjOAVsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:09'),('probe_url:1:https://friendica.free-beer.ch/profile/airon90','a:15:{s:4:\"name\";s:14:\"Michael Moroni\";s:4:\"nick\";s:7:\"airon90\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/airon90\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/7e687fc048888f3d\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/airon90\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/airon90\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/547.jpg?rev=2013-09-27+11%3A19%3A56\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1F6pqVyU8SGXDVcwk4AyZ\nPngu4NZmhb7p0SEInAouT6UbvsrF1IOoctwdvT4+DiqeoN7Q/bYaGqzxgFW6qjsaY\nYsJKqqLdA2L90f+A/VtP4Kqg9Q5qGB4i0wIB0owKo0FkzVLUmRvj5Ckr3Ypf0eRl9\nZfhkpljU0HHwPt/UyvA82i+GVucdnoheISmW5FmFI5bSMX/y5De7nl+xQAXc7Sf7E\nd7B3EeOh6nHesB4Ri1gjPb0DyHYs2muJkIaP+SjG0+jIiGMazROBfLcwkHN0ZZEFN\nMHHegv3JxX7vYAR4zp6jV7vfBPvLLU22liA49tqtQLd4ro9u7SoxEgxJ5hxsHWwkd\nZ2DxdIixKH4BMGQr5sZj9ccorbOYZ0rE78Bv4cajWx/3kP677gPZtEhn43FYyBvxA\nxGPrDVr78hS+f+SJ7xaPjmXq/p/GZhvajngUzXox5HW4YS8ZfNap1vVR9plJUc2s2\ncZT2LHv5PySf3rHhymR4Bu4nGAZryxtP1NU7140AjL8/jbZQ+hFAvwWVPDNnFD4wE\nwZKpJ8rBxJs5hG5udTui5SVtvYiFiwnhDBNflff1OfbKhtS4tWkYEQdbWRZVStzTD\niU6kxR9K0G7qL73wkBDpmaTgEhXiDN4Yaeqr0ht2Y2jv4eyMcTQJayj2oMXit4wGm\nexku0sjzrkB8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:10'),('probe_url:1:https://friendica.free-beer.ch/profile/alexanderjobst','a:15:{s:4:\"name\";s:15:\"Alexander Jobst\";s:4:\"nick\";s:14:\"alexanderjobst\";s:3:\"url\";s:53:\"https://friendica.free-beer.ch/profile/alexanderjobst\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e77f6336649c0855\";s:4:\"poll\";s:55:\"https://friendica.free-beer.ch/dfrn_poll/alexanderjobst\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://friendica.free-beer.ch/poco/alexanderjobst\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/77.jpg?rev=2012-07-11+08%3A19%3A36\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuS51pvIz6R8mYc2mK/WYX\nSGeZVwSHLjxtH6G/8PfUNOkrUXpgcEXH1ic/m6luIX7c7/jdvTvB3Yt+w0Mkri+lt\nQfk4qDBsyCW7k5fq9UWdsQED3BPqmkR1wsXAqrqH66Yx/iKmjIGUHWxYHT5S5GRAi\nDOC908y8F25qAWKZ/wGTUuwGNzk0W9F1IKAQzZxpq3i62vdYKNf9nCzuV1K13xgVI\nhPuX0UqkPek1bffxyyl3FHD5dXc8lAmH8uO9LY335NvrU2u/n24oDICyyyK6sh2Ym\nwmsBaF3gqmy0hQJ439xsDR2S3FDlu81LCwtlTMwW41DXzNQssz7Mq+qvoxTHu33pu\nghk99xpc06J2WSfPiUuDlvjcdYipvqA9KwHF4v7Mlsj2uUZO7b6VpBrhy0x+FY9C5\nBONQqCPPqPhAoJkO4gPEL86ycdaaJydu1ke1GTpnMSJwwA2zK+SWmeqU8dPVmNwyc\npvWyj0vT8Hn02fV07Fs4FXCHdtEVhdqkyaV1p9siyMa0zGU0vIsOy5tG+I5WZIuiL\nOkRgehIMsiKAPdjIitZycYYASsDzIcRqy2iPRPUM/eaiCwncT4DvaIqR89X/wnu4G\n3RcD0VLAb3tUcSUnMXTgcg2W3GfoHY+cKUuNPKd9OmnjsUwg/5/XaA+IH4l+rxNOp\nd7xhCsMg9xe0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:50'),('probe_url:1:https://friendica.free-beer.ch/profile/arescorpio','a:15:{s:4:\"name\";s:17:\"Arescorpio Nepesh\";s:4:\"nick\";s:10:\"arescorpio\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/arescorpio\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b413ebfff5608c52\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/arescorpio\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/arescorpio\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/158.jpg?rev=2012-10-05+19%3A05%3A49\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArp90jy6uf6TbvSAIXk+QG\n6dagqnv35cAJpjZpoMGw8p2id73U926zKUadngxwVFh9MJBQ9ghWRewvkYJJ1lEnC\n3ZKti0ROsm9CTKl83FLcfwMgk43Ys0q7HghCz9uNA9IxOKPQiuzQVwQHFymWXRhFo\n6aEC20XDLoco0kRTbpTocotjXy2BE9nPZg5639guhhvykESJilxvAluTzUsVTD1z4\nqHoFmXL4USCiw7Yd5B0cBx2nPkSQCZ1xu00EjReVx9dQd9gADytN2HxR+XYO5p03f\nETdb14g8Q89pEniBF8l/4O6tVsLYhPzhHd7QMcLwKMXteISUBqXxdjXsPS2rukBmQ\nbkavCvpXlPDY9IWqvMpiNqwEDTHq1ft7vRM7Pt1Fk7SKBGaojR1I7W4Trfuo5H1eU\nWyygpSXUzbIzoJ56d736XepIug+HlFEpaqD0GTleQtxNR3Q4HVb9zBEv+3+Y+DyXC\nFDKCNrzWxZDpS0Y1eFwxgIizPmDoj9rtyovVb8T9ALhplt9n1ODFRfK04+gJbRRIG\n6p5+G05RqqvE/KYhssM65lQtkthDhAOHf9gLlQS2vM0llHp9oY2j2HqoQdtYpv2Lq\nyCCMYDKqBQSWEdM6VpLFbsSX8GgK3jvbVYhHqjUYo3rfI5TXH9b4onQjg+0SaqATg\nbD8ycQq3hgpcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:01'),('probe_url:1:https://friendica.free-beer.ch/profile/arlojamesbarnes','a:15:{s:4:\"name\";s:17:\"Arlo James Barnes\";s:4:\"nick\";s:15:\"arlojamesbarnes\";s:3:\"url\";s:54:\"https://friendica.free-beer.ch/profile/arlojamesbarnes\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/744dc72a4038a52e\";s:4:\"poll\";s:56:\"https://friendica.free-beer.ch/dfrn_poll/arlojamesbarnes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:51:\"https://friendica.free-beer.ch/poco/arlojamesbarnes\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/593.jpg?rev=2013-11-04+21%3A56%3A10\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwuvzvQs7t1y5BAlmt1yZW\nacl2khR2tNJGIcFg48sGzGe4aGk4FQ9W5sgagpRT05udIAegQ6PpPJvJj4C//rMDP\nliQWHSjHSfuz9cE710lObzNkovSuLllmC1aTZVtSNT2CmK0YJAotPtWjJjrQDhGn0\nttJ6vCWBlAZCCssrM8gotzt/NZOAJAqa8uaBddVq4BKnse1Rp085DL0odUO7IFG6n\n5wERDP+AAhbHXrdOkKwhLr+CGPSBHQF2GUh4N0uo6DeYzhrE084nonLcJ1mVM4SSk\noh14rmHvWnt83ZfosOA/QqrPLEz7eJMeBQggTV0lYm7X1lbB79DZNFj69XNfZaYgQ\nAO25Z7LKPsqm6Jm0kgp/Bq7Y9kpiMmoQljH12n2xvlplii6ae+IQthdyCGWL3qWbB\nAL/VGV6/1I5gn8GwADoYAc3Zhb1ex1pfVKwidE9xXOPskqKkInalEosFTwgYyA+E0\nBW9Kj786r8JzI5bAWhaMW1ei0IA5UorXy7U6jWRQ4oC6h08pDuRyM0Z0UCkHuYyvv\n+Cj6E6rJ+t0I3Tk/dkWASc2wVF8yYw/GQE8eXgl0v00r2J1nM+4rtMHd1OsVobY2N\nS1a6KFbRccJOKZkVnsrBqa3ekFhpyBBVIIHCIgM4bGLuWo2T4GoDGDpEG0onCI6DK\n5gu+rUUN5Hh8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:16'),('probe_url:1:https://friendica.free-beer.ch/profile/atterratio','a:15:{s:4:\"name\";s:19:\"Atterratio Aeternus\";s:4:\"nick\";s:10:\"atterratio\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/atterratio\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/03fb018e2d4e7c21\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/atterratio\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/atterratio\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/753.jpg?rev=2014-04-04+01%3A23%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3WPh9kAFIo7UiF6x3CDLJ\njbft9UQmxaaYeN58z+/bZzsfZZCi2g902CpsQKTMZYtNyz6/Exl2H/TyvAyeQKoqL\nQ8men8djmleT+svUnahkq1R+rz+cjW88Gqi1C+SLrxl5imWFawjJEENewiCFRqUFZ\nDQl2n5mrGMg27QgkxHiWgrgFTDxAHqKU26d5ecRzNYp2aw/MFn7UGtH1GMP4W9Vza\nJGU/SYp3kLFaKx012UY3zols/rdfh3qBejJcQ37LEbsQLJQpW57knijZIXKAoEL4u\nXnih7iNxffPFrZKh88I2WXwOw31OwJvYPvNtZCgZV4h0zcVpvjLXSp9nMdNK5fgd6\nZ7ng8ceFSIWo8txbNPrF8VIoVgUd5TsO+LNPBg/vV5s9ML6ykXXqqe+a0XAwVm0NR\nrOz9dzG4FxpKtWpXxoTcIuO9nWTvgTypQu+Dh2ZX1672Huq95XwipnmqYlGArLFRb\n8YLnoJuMxZQD0u64C5W7IRbexbZDMU/7ohmhulbVAXpbqWJTM0mst/H8rH4ncgAPD\n/slhwf1xFZv5bvfolDFJJ6v5v7qyV8YPwjtr1Xu9dt9s9XnFb8ios3spJVUURw8d7\nMRx5nuRwIJclC5iES7ZY7t5/O8BWtE85OKeYypJ0sLLi8U3jGB04VNe8PQl3vUUI1\nSRJGEfdmi2zcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:28'),('probe_url:1:https://friendica.free-beer.ch/profile/axel','a:15:{s:4:\"name\";s:4:\"Axel\";s:4:\"nick\";s:4:\"axel\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/axel\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0f242c9afb85a717\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/axel\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/axel\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/61.jpg?rev=2014-01-08+17%3A14%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApwqoTuYNgurcWlcSnqTYD\nYC7ikFuaHly3czgi/G1TeSYAEiApBcKgj9rbe3mAN3iQGQTbxFJBr7anrTThvkbZ6\nRkHTFvU2wO4h/YA9yFTsWPzx9Fmnm8NfO91fuHtyTbbPpcvMeLkRCukpv5nwBvO17\nHze+lhSUiMAzdkOgYgsOE8A9mPuSwVXRLYnpiBRJIpN5OsY4TOwNHQ2kECg3htXrz\nzmC2UtNYJ9Smq65cJIQ7Ic4AHfSsEROdqNyy+LAXeQVonWWFXduXlRtj3Ka7IevX5\nCMIESRNuRBDkeTGVdgDKxwzQind2wc6zH/WChbns9Rn/QsmDVPD/roBT/mVwyYVTG\ns0/Bu+qt+4bxL4cR1k4WvitjzM14w7fZ3wMX0s65V5Y5ecke4Cwdj6tmVLAU1YNNo\nCer1zRqO0ZF4s35vhqn1j/KH1dvMTsDVfqIX/9E7nhEVBs1DiZRU2tCPdr6t/vWFY\neu9u2vHInj/D4DiBRJGwZZV+Mt72eXH2wvpu4ctsgLhIJ8Y5AVGL48RnMZ3WFHa44\nvr0ErqrFZT99iC0HLVruGyzVz4sKgQvglbKPFRSZ5b9QZDQYIEOswxVX6sZRmWART\nvkNYrcW/59kWoRE98+NR8hoHM1rUJQCKicwVQTxdIVRYFI7nPYIqLz7uXtYM1ze3D\nOQ8Zb4fT4J78CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:49'),('probe_url:1:https://friendica.free-beer.ch/profile/barba_negra','a:15:{s:4:\"name\";s:14:\"Raphael Vieira\";s:4:\"nick\";s:11:\"barba_negra\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/barba_negra\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f78495cc269c58a0\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/barba_negra\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/barba_negra\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/772.jpg?rev=2014-05-04+03%3A45%3A51\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtiW9Beu8mY3QXTDfRUymS\nllxAPVMyUbDvscKqlrqH1EWze/vjnTFC/tTnhIG2gnMeNPfspIVu0ue2uoLudUy3M\nZA4Z4zkPkhZKQHAgyuTk7rminvbYOl7890LhEje9DYK6fv+lUmp2NNssgtlSIx+tz\n2wxLK5kei+2PPkwdBOsa8fyVGwQoP452SXNAxq2Db1SSjo6R8MSjOpPkpbYChJAvd\nO9ICOilfqlQYlGBFqnccOJIar/kQh8JMiS2VdVzTbW0P1rY+IQo/VQ/FfXN+/4rxW\n0b2qkHeRzixMBMMT88qCE567QXT+9J5OLaAki6+0rNTGhqUxXb3c0Ir7jlfwqbXoF\nGeTClAr+eARKoqDENR8HqbPsqdEHRleWZtbCyUTuudZMHZsjObYXpR1bHwh2Kv348\nAzLLAC0HC6oiew/+n4aQWYelClKc1uhdGPI6FKFfoRb4iNnCPjyBHSGcISqriY/so\ninYlF/KICQaIE1QAsUXs21WtsoSc/RcrJScl2PVzlzRWcM2FepgemU50m6RDoESZs\n+ZAht04PNqcI0joygFUodwvD467FUL8INEAZq5ozFvPZlvOchFVZLcUJRbnhyH/EA\n6rYlDSkTg4IAeUrB2D53GQhAQpR9gnN8A8HJGk46C9qb+f/AvAm1mrME5q3N4wdWt\nRiNq4XvU8p+8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:03'),('probe_url:1:https://friendica.free-beer.ch/profile/bookman37','a:15:{s:4:\"name\";s:13:\"Jerry Briardy\";s:4:\"nick\";s:9:\"bookman37\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/bookman37\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/95ff0bcfe10da7d0\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/bookman37\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/bookman37\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/651.jpg?rev=2013-12-31+06%3A49%3A25\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAphaYNbY9PzMVFHyXMA4DQ\nq7W+djSkqUa7raSLt/yJqaMVJQlaJEWiP2jPo/kcKDovbj0oUclih/BAmoXNr0wR1\n370q2P3Fmi5+P2i53dM+nj2o4Qy8UbzECb9bFexOdDWtBxBa7PqgnxQvS3uAeCQE4\nzGI9fqc+HCmAOSWrU3JB0x6J9LIqupda9KvWT/kvWvS6k7Z7Ssr44A3QS6AKGuAli\nTlNeUVhNKXHM5aBNDVMBZ18/tTEyyeOsJFs0RLFhZZwkNBLctBHyMsB09exY/wpf/\nkn+sbZf732Yy7AEeDMT+GyeyAPeEvXnnHbKlmOZSYL8AeNa+4PZN/cBERzxu9z508\nxJQzoWpyNZN9I8B6pNhaGT+0sHrPLCvj9M+ask4WglcGZxggpKRtGRq8nC8k87IaY\nouWOuq+dv/la6fIkIYtrkHgBy2pRa5E1foABzWwuv/5TlIxdNCtMDlhuAEqjfp0F2\nuziIxJw0TAatybJrxK0Snov7DxLy3Xeta6Wx7wrr0npA6juFLG/ivgztkN0z/qUJp\npeo5n6J2dX2yHRiZczrmc4iw0f2dv1oZvPFzSYGavqzvKVvPCM71YBULzsJquwq/4\neQA9Rh6BNhYpMVhUrKCLoj1Ig7+oV1rdZ5axUPbtO0sCZJJrSRRBqHk0lgTNYZrea\nR85AHyLEibz0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:20'),('probe_url:1:https://friendica.free-beer.ch/profile/border','a:15:{s:4:\"name\";s:18:\"Frederic Guilbault\";s:4:\"nick\";s:6:\"border\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/border\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/c04a69f1eff6d290\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/border\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/border\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/23.jpg?rev=2012-06-01+02%3A24%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqyK/r0Zj3HeP44zwghs2NN2szF\ndgEGz7jGS8UbI9FUh/f8kRdeBQgg2h4bvGoIaQ+QevHKeMsTzo9tDgs13jFop6EkY\nB2YR6oX6g5XpCGWoWhjV/s/BvOosQZkncXSIFr9M+f4kcQMrAROXnHVIS8mEDdf1k\nQGsBEy2ng99kTtwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:47'),('probe_url:1:https://friendica.free-beer.ch/profile/clandestino','a:15:{s:4:\"name\";s:16:\"Philipp Obenauer\";s:4:\"nick\";s:11:\"clandestino\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/clandestino\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/ecd38c90be136819\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/clandestino\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/clandestino\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/621.jpg?rev=2013-12-14+11%3A09%3A01\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAs8fpI47RU7TvUWHp+yOw0\nvnONmvMg/yOsm84c/zBAN+cazxo4SoJtoSHD71txQ/9DqvwwYTTLUqCB/DU7fFaZ6\nvhvtTWp1s46fUbiX++MPBrJ+QGLtuigwp/I7oEf7FUtoUOeyn7jsC2mS+h2egzVk8\nqF2E5/npPB8qwgc4wpTUArut4mbdpkAYFeMWP/Vj/h37Wv/Lm9pZCqw3bYEk9eXXi\n7VhwKlmIMSgvthdqNsv6ucGIhG183xlp33aBBsE4YLJN0A00u44mTI1tuoQygoPDW\n4JMdNpwF3Ht3IIvnZhgCqQTHwxrxwPJN1lWtayoMOrES5m0cMtl3+Cxh44d7a7JPH\nFNaORDJttT6cg0ewVzWj/tW7+FIi4monBxo9bBsDxye3LxmNugpyj4O4R64vGAQ35\nEmPSDDYeuSMF5/ND1eime29U62Is4T4G0Ijesxbh9a4wJJsNucgN22an7MAap4O4S\ndeJEzOPefq3V46oKEFLf31HQLAl4PrMa+q7g793eerzyH1e9vKZUJkJ3wJJZPiI6z\npfyEZ1xE7Fj5/lOScj4B8CW6v1Zwz2KAz7cRqrcT2EvFFfTUcLqUh2Igz6ppx6gdp\nsAyiigZOKQbgMj9goeDhneby1E1Wci+N0WfbcRKtlGx8nkhBMKD0xZBolYFvRWW/B\nqJaiA58ig9ZMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:18'),('probe_url:1:https://friendica.free-beer.ch/profile/clausmuehlenkamp','a:15:{s:4:\"name\";s:17:\"Claus Muehlenkamp\";s:4:\"nick\";s:16:\"clausmuehlenkamp\";s:3:\"url\";s:55:\"https://friendica.free-beer.ch/profile/clausmuehlenkamp\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/68eb750fc6aa2080\";s:4:\"poll\";s:57:\"https://friendica.free-beer.ch/dfrn_poll/clausmuehlenkamp\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:52:\"https://friendica.free-beer.ch/poco/clausmuehlenkamp\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/368.jpg?rev=2013-06-12+21%3A21%3A07\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxIG0HqsYAmnOmbgTLJrp5\nOuddMR6zMMn80Jnwigo7KUSGVBh00xJhemdqOQ8W2Z6iW5QiyuqaqLnVgIjLZTN9s\nJT1Ec9j5dhRoivmINT14juk/ZBDSEhkakHrMm9aO1sz2jpfpEqqUegbI1r7D5kHMB\ntsYiMHK8UkuZ9b97GntbxqhS1UuEmiomROn1T9LpcDAifNzo02UkHKRoRXw43Mugf\nQIpVQunJkMPbgPUPme3QGjiqlPzsLIHXxa9jsz91rzTvPRO/DvAemHEgokjy2zS5D\n5VLX8qa8jMKRu5AChdhDg7sTq0ra7gTkLjDbCptOCukPwWIDlRIQ1CNt9cYVa9VkM\niNgLYj1B9xD+Uh9xo4n6yIWx2Z3/qO8E17Iv4kgem65/XAx/0QRwivN8+RfKEL2h4\nP2MbhyJgELeHUyOEFVoV5RdzhKoa3VF8SeMUvFmDPV+ai0c2ergTQGckFOcCScH14\n9DTwLucYyyxHRqLeIp0q8SuA91/2ij8YsEC4gN95JxGnmgCLFiCrHvaF4KvgRYyfQ\nu5ULqoVtNrjyu1Tp4lD1fB+1VUuGPz1KBBhbiuSVHLvRANOi+1aRmYBld88jh4m+S\nW03XVS6UyTafpcE/I2ilPwXPHL6o2AseBirDlZZIqWIaIFPNjLt6uIZVvJQHoYnmj\ny1PrxfRFR51cCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:45'),('probe_url:1:https://friendica.free-beer.ch/profile/csolisr','a:15:{s:4:\"name\";s:13:\"Carlos Solís\";s:4:\"nick\";s:7:\"csolisr\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/csolisr\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/6dca8f1a80b5800d\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/csolisr\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/csolisr\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/22.jpg?rev=2012-05-31+23%3A00%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDWxDCP9Fb0YzaoKXKiAdi/Mk4w\niLgACnLClW1y5HOh5YKlANfJwRISdUglzzFV7n8WcTd38fg7mBkBXq1MmEeLqMbEQ\n/jzplWmIAm+Vfh9sy6DE1e0gx9zS/mKUflyv+fmTFTc8s5ZJOfWI73CYelyznUrNs\nbXGwjTXESr4p4EwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:46'),('probe_url:1:https://friendica.free-beer.ch/profile/d2o','a:15:{s:4:\"name\";s:3:\"D2O\";s:4:\"nick\";s:3:\"d2o\";s:3:\"url\";s:42:\"https://friendica.free-beer.ch/profile/d2o\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/5cfca8f65062b6cc\";s:4:\"poll\";s:44:\"https://friendica.free-beer.ch/dfrn_poll/d2o\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://friendica.free-beer.ch/poco/d2o\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/673.jpg?rev=2014-01-16+14%3A57%3A25\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsHUjaV5/pUcQbQWH/xg77\nZ/TtfZ2J8B+VK4eTzCzy3YRrdkmILcN3s09Cj6p0MAZTEOQ7vCYadU3lFJNaOvKAs\ncVWjwBc48CT5Qf+W7TxzrjjwmUduHLpqg1yXVfiW4QcWUQwLxCGKpiebkJe3FXRKK\nE+YnNaYp8TNu1GRCyyHZrZAUXRU+xxFCvdoPCLYAaDk7w+URaPPZ/stSJOxO/Dghp\nnTiBbg4gCtHpq6h/0PRWE/yAFuVGO+9TP3+ybdOTwEp0pdxqkdy4c2uuPyRrrQqJV\nI5WHU/kTG5uO2LIiamxyW6d0mjWPNxHjHl8xdpadm3BI6SYpUl/TxKrYsL1lVQSX4\nDnAjm5YshQFF320FKIFad9xsFfVGTD5klcyuw4oa8XJp286yTewfQNv7Dz84CJEUQ\nKQu/xo92AOKInmsDMSJYyKyhaQ3rUmsOYk/ki17sTN/qTFffzlokqWhf+lEVy+IkH\nti7b/J/NYOps2Q+MgfRvtj9uCuEZL/zLbHClBW2fYWXN+f7NFuWDUyH/3l1IevOD6\nQwwcPlY9gcCrX60FEHV5KLcGiAM6KdEzoEtqFB44MZrDVns5HshpXjB2VmSQSOaVY\n9mMTeyUxDW+IERw3bgOLlA/7RuPBVrrOCSw64bxGZJ04Anutg9sjaxYdP77B5yPTm\ngBxaHHouureMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:21'),('probe_url:1:https://friendica.free-beer.ch/profile/derhuaba','a:15:{s:4:\"name\";s:6:\"Als Ob\";s:4:\"nick\";s:8:\"derhuaba\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/derhuaba\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/2e4c11f7486793d6\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/derhuaba\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/derhuaba\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/842.jpg?rev=2014-08-06+23%3A24%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1YNrfi6Cz+owdvH0+0+ca\neJVf23j4wuuLlOdBZ5r4x6JXhf033s6c7AzmXqsKDWNPVRlc4oDCVGxgXQXXb9EVv\nmMm8p6H71+gbdAYG/gsWhejWngjSSGSavCMWsXbcY+H3yUowXdCGg9WBCHM4AnU+Q\njHfp3qU/WnGIHx4XEos1agBvhhlsswDwvml9qnyYU4UFkuwiCV7Fk8xSZX/gCURup\n3nn/81Sw7NPEq5Mu/a/wWDT4zcvpMLGIZqlxB991CV1nBXJ0yiy1cxnyAF6N8dAP3\nA+7y5p5k7dbHyOFxBpI2WD+P0/qXLqoLvNcQT7nEk7WBF1UFlGIUja6acP9EsxBcQ\nwV1miPhNdsCKSo5Zytg+LRUZ0CLCG4eIvv3fy/pdxq9djLxohcE3lI5Orcbtp1oQi\nHjwooHx1bHJBtXGEQAZ+fzIH5kPlKBa53mFCp/DOtvkuHaft4lmSMho9JH+fxCvvl\nZ9JHdmxdtHcN+mCy4ZlIezQShBkTtQ/5t2XwPVPl/B4o3cFk9jHoIA4xZrWhnpPBq\nol2M8eL5wvWoEGu5MnHm0HeR3lCfkQGmUumkyeufdzwUzYjgEV/zYN9GzPsLKZgAV\nBVkZURl2zsNf5Wic+bvNtJGhN8nPrA2A/Bnku8/ZX43fUep3lP/EPfUa+hIuVOLre\nRlZsm29mBcQ0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:05'),('probe_url:1:https://friendica.free-beer.ch/profile/dr_emporio_efikz','a:15:{s:4:\"name\";s:25:\"亗 Dr. Emporio Efikz äº—\";s:4:\"nick\";s:16:\"dr_emporio_efikz\";s:3:\"url\";s:55:\"https://friendica.free-beer.ch/profile/dr_emporio_efikz\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/91d4366d0dd46528\";s:4:\"poll\";s:57:\"https://friendica.free-beer.ch/dfrn_poll/dr_emporio_efikz\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:52:\"https://friendica.free-beer.ch/poco/dr_emporio_efikz\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/108.jpg?rev=2012-08-17+01%3A48%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuJq4dSVBCRYzbo23viYoK\n1sQadX9SKgeuPhPnUCLozW/olBcAjRZjm1pxhtEuh6ET6si8JUT6gqtarvnlC1kxe\nynErCrrhvmgJgrAqEUO4jUpg0QDPDaWl/lisu/K2WEdEFm+2sfQ7NjMm28YPy4yb0\nt9ygsLkU/YEVuIV47csfarBNbTPsTwZvYDCLirbYZIFA/Lc5LxdzhQbGWIsenGJ2F\nScRg2bbf+Z9QJj3K3aAuVTcmXKvZB6Z5uEaIOEBLpM021JNAJGFW6g2H6W1Vt6QbB\nWw+46va7j2CBW4UfrSlR/owkz+9R4P65xyrrZ4TOYDBUx9YD8fVEzq39Lp+esDMDd\nmyuf8ogcRRQUUf5bt2urD/QoYBaBq5WEv7AvhpChy5wEF74PX28aK2whguEEwKlyN\nZJoV9LZ+jEk+jMpspECR/yJdAf1ydRSzXBE7w4FCyLTBGYVQcK9HJsiKIXR0Qup+p\nWRyZpKumG42Z2YXjed2ykD6qTgGY2dHK6o7a3pm+4LvByZz6pnqOYwIbYn/CUi3v3\nFLkKVEyZgstuGvsADfTL3lKM5HTAl6gxm+tVI4e31Il4b8tyFTHGg8PIiqWkHJFaW\n6ZpTsDGX4QmB0cmzcv8IDEVMyuiaYWXocaX8fG03MpWZvcOincKsVLtds9gg40dl4\niuflq4GUHKMcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:54'),('probe_url:1:https://friendica.free-beer.ch/profile/dysfunctional','a:15:{s:4:\"name\";s:6:\"Brando\";s:4:\"nick\";s:13:\"dysfunctional\";s:3:\"url\";s:52:\"https://friendica.free-beer.ch/profile/dysfunctional\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/06b9f5c967a6dfb1\";s:4:\"poll\";s:54:\"https://friendica.free-beer.ch/dfrn_poll/dysfunctional\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:49:\"https://friendica.free-beer.ch/poco/dysfunctional\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/89.jpg?rev=2012-07-28+04%3A35%3A53\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsiWLlO+FgyIn6OXbpPGH4\nFlCvD0yfYXrsdP+K9zpS+VVRreTxk/gpjBZUBsBc7wAXLtXwAr0bC7LYdQe1g4JyC\nKFyqt0A+vvy2LqnqFKXl3DjhUerfuh73ecFIeHgU2IwnqWhZZEVkKyjakNx9/JJDW\n2I8YqWdLgKw/NeilKc85wSkLkQh5yj5VmQ11yavY/WUzSBb8lpxL/0MuoZihnoRsY\nZCyGoM3OSnNXSbHtgkhgXROWdT8hoJ95i4YaiiRBuZbFBXnCOAk9CVFKtNm8j8sfa\n4zgLf9CJKr06zHW/GGFyVCtGcgr0i9EyCNPQr8oEy06FW2ptqwVAlr/vgisJpvY7r\n+MRObuCxTfSOFOdfQJEj9zHPjVcSPE9azwFv2ZcQQoNIU/mWElV1bcgiat3lV/eA/\nye1G5NjTmyOw5ATKFMRBMWBeziBgf1YVN3cAJT+5pfyWnAPoOdlZIcQbBloNI2Fkh\nMDnOhoQcd8l3DWy4brjSj7lQKrLO4GZSKJsD//RNwxo+4sa6tTMr9FomjKpOmXXra\nSWAgU4r69N0LRdZiL5kQ5Z72FvSgUztQyhS5JxHGb8/4iXqoEDSjvkG6X/dKyLL18\nzpKPTH7cgiaGbz53/EIEvnV0WjX5vKA9KRD0uVnWRS15LfColTptcmApBsDbBovAp\nm4LTJ8KpfmCsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:51'),('probe_url:1:https://friendica.free-beer.ch/profile/ecologielibidinale','a:15:{s:4:\"name\";s:19:\"Ecologie Libidinale\";s:4:\"nick\";s:18:\"ecologielibidinale\";s:3:\"url\";s:57:\"https://friendica.free-beer.ch/profile/ecologielibidinale\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b0ebb244e15fb761\";s:4:\"poll\";s:59:\"https://friendica.free-beer.ch/dfrn_poll/ecologielibidinale\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:54:\"https://friendica.free-beer.ch/poco/ecologielibidinale\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/118.jpg?rev=2012-08-23+18%3A19%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4uz9XFXLE7ZyuSrEcALdD\n7NMiZaMQVTI/tM9Rv9QMaw1bke8hWVQ+ZT7leHFdv131fL8/DsOq6TWCcRz/xYJD9\n0qVBn8VgzNGqPfkzNK15mfSvqLwL2UCkdiR0GG0dBOtFkSpLVbMKJu33deKcCVh8G\nCJilH8XSMle6Fw8oHdaVXLumASHpZk0P6+qWMlJ4uoAYE3sep2OhX9iSfotPVj2H3\ncs18XHDLzwB5o9wzCM2VgZUOamFrKd1JQHJwDe1WDsoYoVPsMP0i94lRH67bW4/lk\n7IjjVq7Sk606H0jv43jlaA9K17vVjBrjUqG+fxvsnDUpc9uKVCQ7wtbYHGOSrs9WD\nIg8fJPIYDGU3ixhFelgduhoj+L/tn4xXAFxYkGpAR7OHzBE7ITip6OII41QcHyVQs\n5XQGWLl/HTFP1qZ7sHCXYqwu16si2eW1nS4gTfcUTYKUOJ9ssC/cOpWdIjo8HdSMk\nR917awR9fEMe3L2QAXAM82VrzXrOtxLb5m+TflgfjLzMX0/d2i55nbEaI2gHC2MFu\nzGxbrbdC+W2JIw0eOkaVBfi3aBSQlWwrU2dg6+Q2Z6P56qhwDtNEHTsdOPc4JS/Nv\nV6zq0wb+sm4aoSz1tJ75yYoZA2q6xtVt4An5RLp8FdRZ2ct+A3Kb61p6qD8Poba7e\ns1YH1KAPs+gsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:56'),('probe_url:1:https://friendica.free-beer.ch/profile/edwes','a:15:{s:4:\"name\";s:6:\"Ed Wes\";s:4:\"nick\";s:5:\"edwes\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/edwes\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/517df4f697622d21\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/edwes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/edwes\";s:5:\"photo\";s:56:\"https://friendica.free-beer.ch/photo/custom/300/1206.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAumv4COQgF70gY9hb0z5cr\nqtAdYCpFPQdRsaz/ND0VgAY8w6OZIInKsQ6vEKK+K+pCHlmyRHiCfG1pPDOrDnx54\nRLwRyJdL2ZWKWcRXhAPar+VPhI3t9XFyLdIzzWSUoRFbd/sQABXoAxrbefTiOljrG\nZtR+o5Bj34yH1C1lb6B726CSEa21LMPIYTee4JrPkbQV8AOMDYVZXECAXHKSi/eUF\nnqNSFycZUAZ6ufU5LvzphTyqWQ60ILqxkVWR3rJhAFVDgr17kF9lst/XWPIqCGd2w\nVUscmVjecTlhw13eCg21JeJZ67LWCLKBk7awe/GWOdPddHlciMwCPKVEeYNftEnfU\nr/kYFqEhAe5G5XuxIveX/mw+HYRSAEA2YAKKwPKVwXyhYCMHeFtKNermng7ufvu2z\nPLcrVsZXKnDs27I+zY9Thd3AowZNBK89LqvHzaDYqgKCIUYst1P+a7c8FkAPllyA9\nNV2rmWjJs5VXIC3VVA5VLQtFaDyNZ794Am09ga0vB1Jo3S/9qV1f+gw7xZi/3DGZs\nUspek4r0DCb0i+XqZjOLd8OVRFqjlPxvnkihZKGK+8rYQm2CpJQokcX6mQUINHtmQ\nWpRecfR9y9y5mNpCLEfBTRPBtKXoGSB9kknE6s6oeCC9t+4clRIxuabcNbRl26fVa\nhlOvg4k3Ze4sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:31'),('probe_url:1:https://friendica.free-beer.ch/profile/emberleaf','a:15:{s:4:\"name\";s:12:\"Colin Steele\";s:4:\"nick\";s:9:\"emberleaf\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/emberleaf\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0bd0e0e9de54bf70\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/emberleaf\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/emberleaf\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/245.jpg?rev=2013-02-23+16%3A54%3A57\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtxYBVedz2BQIz7aIfs6ot\nWmCl+2vtypan/5PzewOqQ5h244U6RZHY4QGN8hL7AhbEU5ggMSOO4hWK1n9JIK4x+\n7I/4NUoGU3f4YLD56v3VskUhnhSA5zsSsIhB3Z+qGqStG0gMZbJLYH7vPsEGyX8ZT\nrdCUWIS0wdeLgD5QWLyHFiRFo51a+EeklwptWSaJIELiPkhv0DERtZ5Bfp1gBfKbo\nAIINaW1nAroJibIgFjQhBpvrhvTqgxV1p9tX5+BPyWmg5gk51BafWRM9WPoP8ZMeD\ntaXpNJoe40LrMUR7g+NoO4phDtzUt4jCLXFdgEDfOLVk3fhai1bG0vbTRKVAN54AR\n+S+/JYlv6iTyweZt7riSNLfVpuwUZ1hH1E2bZ4/N/WUJB5wXo+BNymRzLLYUpVz8u\nHtAeg/ZsWn9j55RF//bZVjo40TvLAUdP4F3wE1E8TXBHkMv+ChqhuJmYIJIkjUOoM\ntdO1Zo0SL7WosW/LTMpUOAR/RYDwX9BAXehgY5TlP4PCWPUJVHTqsT1nllTS33wq3\n0AQmSSdSg+h5oOeO3sWjZbsiNqRAO5iM/unB+vkmX+kPGrGXw2rQgn4afsr06Y1NN\n62Gq8ObpMALsY+Kwh7jQrrjpMO873H+gFFEH7GgMGKjeMGxDbkfuCGIU5Fl1a0yR8\nPAbBAsORC378CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:06'),('probe_url:1:https://friendica.free-beer.ch/profile/eyal72','a:15:{s:4:\"name\";s:6:\"eyal72\";s:4:\"nick\";s:6:\"eyal72\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/eyal72\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/c3ce7e628bca902c\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/eyal72\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/eyal72\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/872.jpg?rev=2014-09-03+22%3A35%3A36\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxRcIcEIF5DJyYQJXMA/EY\nRhjLRohuLLMhzCAQpgrPjKUhs02C3BwDY74/FulIhQXxUX7yWz+rYIgwXCLp58kPb\nvZBKAgTsHALTfqZzPu0PdrZ7rDdNuMvqU9FXe2MMM/bfkl83hySDLppMMv7567wGU\n3FxGRzHmT+y/iQoeB58J0JVJuY0YxUS2LkNT/zL1dHs0cYaz+DOWrs1GNujHam8s4\nGdOcavbKEx+MqGYWQsoJBMa4xw2GulsFlDn7CfxGq5xkU1IHgQ1EY0GNhQKplmAx2\nDGYBaCSJ5k5r8zHuEuHC67h4KHdqbXn4CEEZjtzPF9EN56RoG89f98bfIhfFt5LcR\nZ18B5vp4J1T5zXG+GlkxyDHTYXctT/27H2fLBdStH5YJyn+HZU2Sw2+oEXrtd2zMH\nT5hHY53gGZ3JGcXs0+8JMkkEoE4V76uyiR4Q5QRKGRuHdIBOraKIEcXzIttP3BvnT\nu7o5raPKOO4w0LBlzTcWk9MDIZjvhhM+U3W0wsRJ0/QGgvU4RT5E4VeZHKI8sR2SF\nqfixKa4BjodvdNDgEo5DemfgyqvhdXSqTOdPncOFJmKLl6IA4/tWHWoPlrZMuFdYW\ncxpZBU86MwyVY7Hfty4aYjBKi7nZpG2yQSfhF1YCAtHWDnU/901V7XD4j4rAz0Eh1\nm/J8uTiju6ecCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:30'),('probe_url:1:https://friendica.free-beer.ch/profile/funkymartin','a:15:{s:4:\"name\";s:14:\"Martin Neujahr\";s:4:\"nick\";s:11:\"funkymartin\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/funkymartin\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/1dbdb91a2060bcd6\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/funkymartin\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/funkymartin\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/557.jpg?rev=2013-10-04+06%3A33%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAlt3NZ09UmvP9y/O8wdPlu\n4Iq6P+yxQuLuuc7ITiP10JGLJKruAGef9MDdJEM5zzkQS8U5+53ACAftaOn0ASkhZ\n+bg7/SgkBBEgGFt+bmpuvZfJmeQ8q1eirMdoE2AwZpiMHX8tKGZZyA1zefBpUGi8A\n6SuMNcAHszJficb6B0HSxnWdzB74I1aZrsWxRuNGtWfYGsDEQTQfXVzxVEekSB1ph\nIdgdt4IkuN1gtxcp85axP1QlYAJBNxILUKNIvSxCTYQKs7l1Chyx9mAH5Mc/8kz12\n1K89vOcYOcpilhlnG0aO68hpYiGvrBTGE6IcYp9f2ElHppn3JcCJm7BEzP88i2kK/\ntjOrGxXZ9YnbMISl+dz40KAYGsquw9mUA8ZLSX370eWJV66e5j82e92zkkdzrz0K1\n0tcgxlgPkSge/A9Uqbm5An64tyAoFDI0EBEs9F4zf743szM1h8hgvamOrUB9K48qQ\njG4Q3xWQXhASRhdA5kf7M75Pzj9A+9la9NlN3dnfn9oGpXuofR6sQDe7wTBxTp+Za\nd/S0rMuPAIzJq9ZRAWOCNxAW9GMM0yQ0lLUDzYdLgWOi3LWXVaYtHX3oBT3JRZIOB\nS5s4FI7JWmhLMkJ8vFPLfSofnK98nhvhbhNPtrL+LikO5PpoVHZqQF7uLw5e51QtX\ndi6vtg1hh+f0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:11'),('probe_url:1:https://friendica.free-beer.ch/profile/heindys','a:15:{s:4:\"name\";s:11:\"Roxana Diaz\";s:4:\"nick\";s:7:\"heindys\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/heindys\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cbc318c9f4be1d3f\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/heindys\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/heindys\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/774.jpg?rev=2014-05-10+09%3A51%3A52\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwOk5lDZN0XQF7eQwuVFMD\nutarxfUFP7o3wHxIBJ44hIUpHsV5gJNQsaG6AHfZbnrMHKHTaAQNUofZfXvYuiiNQ\nYbIZo/BTWeAuCyPCHOLbRQXSm8kSWsD16/BOFSuUj+CXTX1izQBLyZsXq+wCO46wr\n/2npSfgjIehJJr8sbNzxDu+aSeu/4vsajPJsdi4R4QUa88QEfVkvyffx3Xr1HNfT+\nk59nABrRD+M3BFfQsNBBZJtVT/qHhJvIkje/6DkKyjFy3VFB07GlhSFe7FUp/dIvQ\nYw8PX4whVZZmHTDHPTgJMWwgfNgQf3jvCh5Tii1QSHARXQgAX0bdrgewmUFZ+WHg1\nKlDxqhHFiM3rco2mC+mn+8hFiTFaQ45TAT7OlmCBJqeBXWXWV7HEmaUOGUxCGoHsJ\nJzq3OjFAVs52OYyHZf+ERF9La145qH+ssy7WX/I/gFrha79aoUHZKLyydHUoMHOsC\n1k10CcGUbO4N0++0srjFdVLtaYLNGBD3F2lbjmxFBgxtXaeOM6lT1iY44zN8C1Qpr\nwAzeG21SVFnPOyC0KsTUDAOvJM1lzfNhbAW7ZwXfZZMM9p5pa14ka7QU4dokitb2L\ntdcUy8o8FIWM2wVc8rP/NiscgaUPCYR0m9SuZolUcp+HUtBwbOhnLDV5oVsREaVqi\nJP/6mn3lZ+tcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:17'),('probe_url:1:https://friendica.free-beer.ch/profile/hook','a:15:{s:4:\"name\";s:14:\"Matija Å uklje\";s:4:\"nick\";s:4:\"hook\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/hook\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/41b5ee1ff0572c15\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/hook\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/hook\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/336.jpg?rev=2013-06-02+20%3A40%3A51\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAspUYbaIsiwH9Mz7oeHzjX\nPDFw+7cQbT+MaBHCc8qtuhZU0JxcQnU4F+2GZh1BrmEdXcOdN/bANmCO7DMO2zD0U\n6KHPPPktB3TD7p2DH5aTdPh18kVk/5FWVPAyX0b45fRSCggUKz3GEpiQ8ADKIS+IB\nzQsZUDGysTkuywoVBTacZO8J8FyQbG13i81p0Ga7O6Rg+en3ffCW403Kw2+PYyWJ1\nMiFW6h9eK+TOoA4pPtLSuCjsltNADLLCu9fCrzZPjKRC+ZNNIltAx++ik9ljlSSiv\nufdqs22CeQ+Pn8AkUDiKRUsVObi3DbgmYFN7jSdyIIOzdIX5pqJGbFFAj3EKkfr7l\nUrfVMB9E/EFIwPJasYaOMO+y++2GFfngRMcRKtvgInfFOOrpxgi3Fgb0K1A/hlEUM\nub9wLvGx8XPkh47Ypi3H582LwFj34NfRh898k56WYMP7J54k8Da3vNwrA6GTdgEFT\nTRfi0vaM0T1KXb2QaSCF+kV/x3lgC5UcE8riyhbBxJ+5oQPqAFfezZv/nRQdG/DCA\nYRPcZvljCMg0GT4dpPAzu55BpLKTrCg+t7xWCVlqFLlc6Q/BQwjDPOgj8NV4QEBeI\n0FdEFtKYuuvASC5UMHWAst5WqMWXvF/BYorNfyzk6yAMsAZFszmqsF5EkTfCMX9rm\nqXd0/VrIAntcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:51'),('probe_url:1:https://friendica.free-beer.ch/profile/ilma','a:15:{s:4:\"name\";s:4:\"ilma\";s:4:\"nick\";s:4:\"ilma\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/ilma\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f2d794d273152c9e\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/ilma\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/ilma\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/739.jpg?rev=2014-03-14+03%3A41%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw5ChEbjeimj04lu9MKgjL\nMxVQrytNGD2OlbYEpptsQjPjVhgbGko6qEutEsfReoHDDVIpRm3rVFiQCY755kG23\n4QMDxcwTCBJl8dCEBoSTkW9SU6b1Crno/YQH9zoacaLH7tNb6C9dzwHHlbtBIHs8N\nI/kF/cA3ntisyMoWqvCLxYvl9RKy5H/jyOKf0Pd8pORydUJmlF2NkVC+KVmymrJ2j\nd76pFXyWJWzGeCz+Eu3+OiWn4XGyQME3OkkMWIZqmB/msIgWhWrsibGKdVqqx0fJR\nqpeTSbaJIS5xckf+e80++ipASpo/l8s7yGjkc/11YYgtRveLk+CDDyOytKycv3KEG\nsWS6xsSsc/HvoNoDsIklWnCDRfu7xti2OLUzuVJ2XD6ZUo1hEk6KurHNQMSwYfZjg\nWzyBvm/MUhZ9uAHeq6vdfTxhnTgdLKpVdMQeWLHONAoBvK9zc3qi3rR+SJciiN5Eg\nwQY1uiSybTG90O9RvT1Ng/KwxoOyVsDa347uZRoI9CCYJgfiSafemHn0DNKYetn1Q\nEdKTJx42Tg/A7x8EvW7FuVchGvH4vdV0zrSjKVDEuptcqY27k2odcwndiTgylkEl3\nwp5im44HqqGx60HNYQ6T2eoeO1SM6wAflkQD68lIqKV7lKw0ynxM8rXQCVdapbir9\nb3zjH/t5fuaUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:26'),('probe_url:1:https://friendica.free-beer.ch/profile/inyan','a:15:{s:4:\"name\";s:5:\"Inyan\";s:4:\"nick\";s:5:\"inyan\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/inyan\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b11a008bcc65e199\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/inyan\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/inyan\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/111.jpg?rev=2012-08-18+19%3A01%3A17\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5PQCDobzIAJU8kIrKZtmV\nPyD9Lckhlkp+Av/XI5PWqWeOyh4R7yhQCctBO7WxLQTVwBjGDjAZlp+jKsl4+OLq0\nuqd42RhAK8eppWqS7XDjgOJbRXGzaHzmnqFkJsiRyALcHOARHEHrPm3iU87A410lU\nQ3JDmRN6dPIREU+I+ruDLhv8g638ORUa5HKuaShxv9mT9Gebeqn16IPnAhVoM0nAF\ncbQzR9Ej0dwVGzcHeslUrCPjGJVHmRRYrKNffcTykdmYn93LeFR/dr/OF1DNr/aBT\n2M7/Yb6mlEIRjJ38nCyKSTbcCVSZRVH5JYWng6MPT/ek7CFZKjM5FyhxNV11at0Iu\nmqRP5GsuUL+y4cAMeePkF0Sa7Z0smH85/UBWOI26FeMttUoMUk6lHLrih18vHQGh+\niv6WuVJ+8tJNuzRfXi7zo4S71Tfi6F9QcYYyu3HioX2dQggELYSUh7+vucjl0rbV8\n5BW8+p9iH3eId+LQqtUeuSyTATBj5lQfQKwtsg6rNt37nhhgkdouk/OZzXuUz9tiY\nhHmM0pWn7AxU7KZYEYl7M+4dT5bwI9/OnTvZEct7D2CG3Z081206hLyFFij+LOe7E\n99WKz0jeoL902TxCjhWe3j+VrnEoyzP5otPeJw5+KBEPw4RzbPiLeK8JSJ/s8g9He\nhPBlF2+X2V7UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:53'),('probe_url:1:https://friendica.free-beer.ch/profile/jan_sofasurfer','a:15:{s:4:\"name\";s:14:\"Max Mustermann\";s:4:\"nick\";s:14:\"jan_sofasurfer\";s:3:\"url\";s:53:\"https://friendica.free-beer.ch/profile/jan_sofasurfer\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b17c740d1f8c5cc6\";s:4:\"poll\";s:55:\"https://friendica.free-beer.ch/dfrn_poll/jan_sofasurfer\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://friendica.free-beer.ch/poco/jan_sofasurfer\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/246.jpg?rev=2013-02-24+13%3A17%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApNV4Z2wskvZWGHJgty5iC\nTi178E3gmiIwuciq2QEq69J6SQFYt9wiKZsOYVYd73LBuUdVSXfYj2QYLUZ8kSKGZ\noTol03lHVY5QwlpEbMNwsgJMiSzwBCPEB89SN9bhU/6/iE4HMrLs5EDyALCN0tZDN\nZr1B7OoG2wAVFyQZLWp+2T5FNcFl1W9uttWSeyVYTz1c8Mw/3nzk2c0OQ48PqykPI\nlXVES+QAUwnY6xSIjtwpPOc7ReMlO1FwKkXj9etM8G2yiRW1WLnu/IvT+Xx8vr/WY\nj9H0XR+/B0PEaE2+gn8ffzOvwz84BCqZXmKdnyS1M26FwCvD6M6twhoGflIHo9lYW\nHm/IAR87KBfQvsswqZgpih8UkTbxiyzKpkVmldrmhkdSFt+jV9FjlnTx2gVGCeKeS\noJq1k4LMUsUEX3BdVrr2O2dgot287/LfliLqjsvakJsqJkgGoaysBR0mbxai4Tcbv\nvr287nfYe7aGsR390JM7eTNncbMMQKHcnWmfmkwEvSPWD9Ft+wuOoXIdnANSld2SV\nDjsgC0QBIgZnQEyIQl8V4Z4sizKcAF79OqBI++tdj4WZ6iC5xImpyx+ZfJJi8Gytv\npFmA3WkwGxGZtb9Wl2yv6ismsutjimN+6jLI3arKb11F3m38owNU1bWDUjpoNksJ7\nIVXGXAHNa57MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:06'),('probe_url:1:https://friendica.free-beer.ch/profile/jh72de','a:15:{s:4:\"name\";s:14:\"Jörg Hartmann\";s:4:\"nick\";s:6:\"jh72de\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/jh72de\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cf1f9b3f44a8ea19\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/jh72de\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/jh72de\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/295.jpg?rev=2013-04-09+19%3A21%3A01\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqlD0We9Ex8SKMh+tvZS0R\nQewKf86fczUro7E9HpcWdn3biu64/GRhcv2roZBiZin7KbGl8gJr+dHMxbCqdtUsj\n+kFxrbA5jAEgxktOdUxfkueCFYqAp32RUqWFxju0+KD8ryuz7bqQ3iCnIQAyhCqlL\nXiUDw4WHgfRf+Rz01DCGi0Yr8cqUaKMb0cPe+q+bmTHDZ6nZM7vj690YfNKiS8bRe\nuXkZNdmxeraq/Hp0GrNmmqQc61uI9h+3hhFEpNhpKr90j/AJw7Yls2WWlKnI1UqEO\nmA2OHpoFm3P9vh529rRtRp8sYM+u27oCRCpabgzFcLXjHUXpMgWKZF+1TZzF6roR5\nlfCKLCGtA8a/pk5nBuu30/sSxvp7/uBwDSrqG6pm500XAP3y/sy6eomU2Ntjg07Ba\nw/woZZ/AUBuxnmgV9HR61ryk2KbvWuCqkpCrxOt9F7b3Gr84hjv65OJJLJxmnKPvE\nOaZovlXP4t1aHd2QmmVY+7Lc39F/F1s4QMV2i6BwUl5s4pDyAYsPi1NaqzgyWEtHx\nnUvR87BqJmuWNRzN2CbJwdpYe152T/KcEwcl+qW3ZCoPFQAEcy18G2KUahJc0uO3C\nKsB8oFq29W3fm/HOP9fa2BhrLhlPwjZ+aIQ9/4Ufzc938KVHperCIHO/qNrLlr1Ux\nVzIwnIZtWHgsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:46'),('probe_url:1:https://friendica.free-beer.ch/profile/jooxz','a:15:{s:4:\"name\";s:15:\"Yossefa Mekyton\";s:4:\"nick\";s:5:\"jooxz\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/jooxz\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/bac7439ce9fbdf3d\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/jooxz\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/jooxz\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/413.jpg?rev=2013-06-29+18%3A54%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0RLYasqvNH/TWfmRmanHo\ng1YDeLfis0D3UmjrTBqd7QkIPlK9dydQgaCpe94Qi0LdwDPuaxDvXViH5zXrvs+6C\nyfB+rbI+u1KCkzPwFs5FCP+SGsQg3yFR1amct6EdYQ9kNcum9tC2KUzZBcC9lRlFo\nZQ7aBmerA8RO1YIo+ikiQPFiz5lub5S+YjnjcBhln2QSGlWGQWJGz1mkFrO5H99w9\nUrFij0pYYq7VR1w4FSXNYrW1K9foC3P2em9rCHOwFHF8BDmqQ4gw97tLd84zt2x0j\nlgodAgtGiYUEbe60UO4/+wyQO/gdTye2kS2WGVx02lDilkZJWogCiHH5Z7unap27A\nY4F+jblWIEcukx+hMdRPHH6d8JFgJ1ux6p04TU0lr5oXzHok6wtCeI0nwVqP8bzBs\nhkFhpuhGp9GBXlSb2zaPyt7UXUCvwEa9UURlkP8RZ+GTn39DdZaLgsG1/DOT0zwof\nhk3q6jnvqLFwI2hB/toT3EgPvA5Bgc0UTxHxddw8jsZhj+KyUPGVCCUXT7EhXhQtA\nNNjBcJi/GzU7m+EobtDCQd43FGyqeyqAN96dncQk5AkhnsmHZoBPnmVZofpW3sgxD\nmLS36GlNGORUB3nJSjpBL7AlMcH636WCT0ZIP/0DPiwKRCcBJPJM6gXx9rxM4ztCC\nxls0RYEYFM40CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:58'),('probe_url:1:https://friendica.free-beer.ch/profile/juansantiago','a:15:{s:4:\"name\";s:13:\"Jaun Santiago\";s:4:\"nick\";s:12:\"juansantiago\";s:3:\"url\";s:51:\"https://friendica.free-beer.ch/profile/juansantiago\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b1948791a5a4debb\";s:4:\"poll\";s:53:\"https://friendica.free-beer.ch/dfrn_poll/juansantiago\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:48:\"https://friendica.free-beer.ch/poco/juansantiago\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/94.jpg?rev=2012-08-05+21%3A12%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAumhu89KZy6cL/5XC4o7i5\n91XFtEhzlVF0M3PedN26d/7UW673ckOXxLlxkda2az4u78+eYsn4J/riNFD7vcSOE\nSABL8LjsL/eOQV5PK6zXaae8RAMd04OuLnB2xokhTWy5JSdTSRhDc+uH4YBCJFp3b\naWQoocBu8j2dbS2pfK7Tf0QxXGpZ9A1dwaHAOIJYLvuDiCFG95tgq/V7599FkjJBG\n0kwcQKBGyM5CAp0VYsbh6A6TyON8mnpaJrUzMBXvOIchVZlbyjFeVfT2I3vE22G6C\nZTmFF7wRDWA1cQCIVzWDBcrx+n2vcoWQhxEUaDNU61TOmY8idTl55vD9Sy83F/opT\nM52iXGSUxdImXgQy9Cm3k6B4gc7/y0awpNAp5ieVIhK++ali4vnUvVDTpxSQ00U6+\ntqHWoKYxxa0ZjzQlM/LnXhXHKOrGNnSY3WDdpmrSWEPLJGu0kviVNYlOUlrNO7RwZ\nPKFb4CfGN27lsfYRJS3tAt41DKu9jSAp0unSTQTZk31t/pxU6sONoUYOPnr9LhzVj\nsvKC99V3qNVfM0azOk93gDuiuR2rdw0PMyeK8IywunHegBO+IfboK8UzHECugrrdV\nPmhhcjNUXu2xScJ73Rd4XnXRDNrkbylcJTAy1BPkXTq4cG94QKqq69R1qVFe2oM9H\n/nOCKvERR+AMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:49'),('probe_url:1:https://friendica.free-beer.ch/profile/klampfattacke','a:15:{s:4:\"name\";s:15:\"FreeBeer Klampf\";s:4:\"nick\";s:13:\"klampfattacke\";s:3:\"url\";s:52:\"https://friendica.free-beer.ch/profile/klampfattacke\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/ab2c558e5acd04d1\";s:4:\"poll\";s:54:\"https://friendica.free-beer.ch/dfrn_poll/klampfattacke\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:49:\"https://friendica.free-beer.ch/poco/klampfattacke\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/167.jpg?rev=2012-10-27+02%3A34%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqbIJhut/KZj4r3Xu0l2/J\nuOyt/S6JzI9QX9HGTZi/6odlaq4ct2Rc1zyebxuBU9XeRNNxYQgf4Qmbs9JXO5nsG\n971ex6SSJZSK7od0HkA/SaSm4OgMRrD7cbg8plgcmzMvX4MOawoV3qa/zs0/IownB\n288wWm0yO7BJau7DNmJ3409oEqZafmURFWIJ8Z8peOjAMgtqLPewVgqimfCm1LFN6\nwyRbVNAFuPEaCA9Lc/x1RhpLVtQVojisskC4H2GYqVsUNV+/lLWQAQsmscoGmuxlc\ngR8Z09GMKPt1WzvqMqBH7zSblFzYa3jY069gK4n+eoUbixHyc2Z+WZNtxi/0bT8ss\nxCmXRQR9S72Hv5+dpolvYQRtHzj1vhUZ+SV9mOL0gFiKUxOhi1YlKjbgd7cS0cL1s\nS5zIFtBR6FeVVtv+Tl4sLyAFjjY0mEf7Ax6z4N/oKJHuO/hFT46xq+UboEnRwO1Ln\nUVjOd9GqoC9fQjIeGePDH/HBHPlaIhz7ri1RWYR30Z91ys27u2tyQ3YsZJDUYSfGy\nXbnq1VDvD9Fa+3RhWJa657edLSVolHYQn3x42+DMFRJZojj+7pnYSigYFduWWQGRQ\n42EZujVpwaMX/Fy0AiI4xLLH9w3YHi8XJAhwsaCuJkScMOhmEnT74EjZWUyHn8Kow\nnGYPVdg5cngkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:02'),('probe_url:1:https://friendica.free-beer.ch/profile/kreuzmacher','a:15:{s:4:\"name\";s:14:\"Markus Krüger\";s:4:\"nick\";s:11:\"kreuzmacher\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/kreuzmacher\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/ef8224601d4a8016\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/kreuzmacher\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/kreuzmacher\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/800.jpg?rev=2014-06-26+05%3A48%3A58\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwzaZQbxuGxkxYb9iO3I92\nl5a/zaQHDUwJ6ADFj4c9aHZh7H5S8LKX6SE9qAdVghG5dXNluVEkbz7nxCccps+Ku\nP0pIep4WvtbdwR8DaglBaLJWawA74P/+j0WqEj2Qj+zyvK9Pp9TEWd1ec4esa1UMG\nEdi0nREn1TJ/dVarKtjus7p7fk8EqU8Zcw7lBVXIyngA4OjuC6ECk7bNQMU6QtYSn\nJlOpLHAshGkVXC0+7e0BwRKT0kJ0EukFOeOv+emxxQ7URJl5210uRQRXaVkzfg8SC\nl89G/Vc5pCwEEQzdeca3yrxCA5//R6qdsi4bXcGlFDNQO2rnTcp6YNG+bG8U1/Z7I\nPtxaDjiOQcgVODCCS5ru4PC+yqT5lpYCu4uDMfLqgVjWzmDZQ5AqM1YvvTFqgGV6+\nUEFrFHA9FYtVlnA+j45/2lkPYLLUogI28pLkE7iqwCo/NqbyJbavV1Wn3naqrWB4h\nHMzkjZQwV34bf8GcXnvZMi22aDO6e6L4vb1XlvvnU+HtuIR5Y24NCS+1iY+Er90I3\nDnKVw14wtB4e9dWgGKN6i5gg5c1BTC3nJx2r81lF7HA+y0TuJZHjBlY6JjqzoDaeW\n7u8Oy7pPQkt0ws9uL4sWncWaIS6QtRYPG7P81eCv780lPuiX9ohfMzWHjonaeFKVD\nKb496VQJarLMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:29'),('probe_url:1:https://friendica.free-beer.ch/profile/lechju','a:15:{s:4:\"name\";s:25:\"Don Viktoranghelo De Cuyo\";s:4:\"nick\";s:6:\"lechju\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/lechju\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e86e4102a95850b0\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/lechju\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/lechju\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/583.jpg?rev=2013-11-02+22%3A56%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1HiiNDc/MkhUbhtBvbq87\nw3cxqjkOz8xtVkVZ2njSGcsPLJm53ZLUG0wBNyAvxFvetl0Cxr7MG4W6y1lprw1DQ\nFz9WeDAOWN38OmzhTS7Ga2TI3h+rUXcQmc+GNxlBxRQT8Witp7XIc6RDIffnPRxHi\njrFMXQFqfIQvTJS3cBeoDTJd5RccUooH+TMBkPhQUVFiPm8jUauPReQAP1h3aXjOF\nXcRmbCYS3I6JPQRY2XQK7QU0H9lBr0x+IogYNSHYWt8Fwt/+sS1RHvKhtIfezVJmm\n919h7kGLKR0eJ5rWnF2hqk2HYP67Ko7mX+cNzw25Ldsa8uGsUkaqQPJkWW6G7Pezy\nhBX9n2A8TGdLr7YidpIT7ce3C+89w8EE+dNnEV2h1T8dLfeYWA7IAm1pX1ve4fp/C\nVeAQydbzAaNPEHANeaPNLpmYs12+P49hOxPg7sGdmOOQpU50V0sxajqB3b1kBX5zI\nuHJe1pAYjigYh3n7v+271SiB1Ee2pk+VCPHl1X1spW1QWm66EAJviFWSVKKx1VcVO\nmvEhtvlDKa0Xd3DzhzTmQHCFY+Yy/IeDF5RetoEINCKq0EVkPBoWoSuOPlzUbNtVw\n06Sg9SiTjYIf39cnRJ5eysr/ogBae3dGW/uSRGA2mc1yGbGajSrX9eAiIVtdsV2lq\na5J5D5KCz6v8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:15'),('probe_url:1:https://friendica.free-beer.ch/profile/manoelnascimento','a:15:{s:4:\"name\";s:17:\"Manoel Nascimento\";s:4:\"nick\";s:16:\"manoelnascimento\";s:3:\"url\";s:55:\"https://friendica.free-beer.ch/profile/manoelnascimento\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/bdb93436b5a48bdc\";s:4:\"poll\";s:57:\"https://friendica.free-beer.ch/dfrn_poll/manoelnascimento\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:52:\"https://friendica.free-beer.ch/poco/manoelnascimento\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/734.jpg?rev=2014-03-09+14%3A15%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2k1ibgFHrWL0wHN5fbQqd\ncXwuiCfsS/EteKnVVJnOhRTUIVNa6ybmJtQd6+nsINvGUyKPOPrfLSwOa7/Ytup2g\nuXEM+uK7n2V30k5iE1DZ7FE58xKIJ09JyeTTfraUZWmNdUt4RxQmq+M82jgEnDuI6\n2DV+iE17q1t4K1VDq5p/Cx6m/XheMcM6M+7I3cDn6pvFMA+xpNE0Ltn6g5x1XewkT\nQLYxjV02PWz2NS1dGmHiNCdxWyIKVchylRUsNN5FLePtXiGJ2hHiKOa1EVZKQbGk6\nozuw+Qp62hzAPTfcoplELbjGTTMIDJz5RT5FA9BFqPouhC9dFWEiXIIEcEylZNL7X\nvzXW6ahUgEDxH+XoLc4zRP8/EMQ2Z2y2pLKvyrikzxOcCd7faBaBSpMKSgH6d0m9D\ng2mti/dzq+9mNlqbQocb9Aty1AVdVFXEDQ7i2FBnAkhguVtusm2zPRB6OwFl7ZpFA\nNgNxz6IGLLKiq85fB0G+6TYb0NbvJ57m0+uxn3AalBuPQerJVSzIjzfac0ddP1oDA\nU2ba2m3lgWVbJ58EFMKxiSci8E3QFL5iXzSNHHihTpvjeOn/31Lqtamm1BG5hpiyI\niQdFWtDfslVgn1LeoQAihTXx32LHZLbINnFUPr3XNzB4xXD1Lb4q8qHzQNxeH/vCY\n739pIOEjo7TECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:25'),('probe_url:1:https://friendica.free-beer.ch/profile/marisoler','a:15:{s:4:\"name\";s:12:\"Marina Soler\";s:4:\"nick\";s:9:\"marisoler\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/marisoler\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e1c6cf1c8e3868a7\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/marisoler\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/marisoler\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/514.jpg?rev=2013-09-01+18%3A38%3A55\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtH9brU7mueoHwXR1vB/FP\npayBuv0yd8mP0/Ap4Zn3cZ2g4c4CxPkZNVob+hkRwjiXHZgyI1AqsVs8PCQuLx7aT\n414mKhzSpxjfgTA6AwUwUip0oJVXdp+tAFQr8HohJ0eVedAXm0d2/9SRxVBVZsdSz\nViD9XN5R9kW2AYCFxVv42lOTt+byNtrYgqqjyAxOIhhm6atZgFkFZl+xvLojwtCxI\nD0oC5uT1ZPmTW3C//b8xGh8ZiTAbDRFkxnUAQXiM5oFBNnDiUSyTL6JOS51CNsb+0\ngnumbWgtXMDfmqZDS/UXzm2hGovFeiQAsOPRttUf8+e+OlXuoXUsuzFYmFeifRGLm\n90Qt4qPwdGa56eqD1o9Uc0y5HlfvIfflgOnGTiih4T6e0hXQzMG+m+LoCcsxW46yt\nlf9nOMcuAVCrAfGOUSK0RXJrANLol7iZxFHqgrglte/UjbA3uS7xwG/5AZubtOtOh\nW0siTg3OQKev4ei/OuIwDWDHQgWHOmUI3GkIbxp4XfdnLpI9Xrxl00W1opJ0LNU7g\nWHT1SZWpUXl9UQIIuc40v2XkYWO0rHiQj9O6fV4yhez6dHQDz54MqyVsEmw/i9i6V\noWpvcOP8HtZMg+urx8e795fMwpwcUSX19FKrS/EsT1JiSGTGPlbX4hKv2G66BWjcx\niAVXNflMdtXECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:04'),('probe_url:1:https://friendica.free-beer.ch/profile/marius_katca','a:15:{s:4:\"name\";s:13:\"Marius Katcá\";s:4:\"nick\";s:12:\"marius_katca\";s:3:\"url\";s:51:\"https://friendica.free-beer.ch/profile/marius_katca\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f63a522a48b40b63\";s:4:\"poll\";s:53:\"https://friendica.free-beer.ch/dfrn_poll/marius_katca\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:48:\"https://friendica.free-beer.ch/poco/marius_katca\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/143.jpg?rev=2012-09-10+11%3A02%3A55\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApGqPIrtXYktJ3mNpMG50o\nkf/X+Qf7FSOi+ODYHoVF2PXFPpSmdnHn6CbP8/9OmxG0TBW8xtAsQYFY2824tneFK\nwtzpbt0tCXlCPVfGyjXhH+cljaW3w1LDy1nk9EESj2bFtszwy5lfPeCTZqR+B8ixe\n1CECUXAb1UITBoL338awAV2VvuROCEGTB/fZAsGnk40osmAJND00snlV8SN9TJemJ\nky6Sr00FeJpREYTiOm/ovvFne25tMT6wUfUA2n0hxthiSTBOsqc0Qi7ijbaZ9Mut6\nTEcKsyZhAr/5BCZUI40paEuDMKDt5tWPIuuODY07e33yypwkCa/ucqqXq+qOCdO4y\nSr+ywu0CcfxbntjE3FPvAVD5i6stDL1MYZku2ZZaXIyyFYE1jXe9Z9IMbPzmdlMSz\n5l8G14/M9D898rAklp+yMzWJId/hK1iKbzmSj2MjI6HckbmRCHRPCvs6iZMNZFoVp\ndrqKog+BbzwP83d7JvSeFhRSvn1j/hu1XmaQhrRfgtJqWEm1xsPgWl2vUkIzkYPqk\np5EuSQXFWa0+BFD1qlN9zQBywNXs8fHEO/mh5mzG/U+GlZ5+0LRoH8SKUeKVqZr89\nrfkDVqxvlRa9w4wxxnAP/760bRGw/d/Vm0X/w5vD8R5OtFU6XPtjtWTKVb5jdBpxu\nJiuGH/9zjaiUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:58'),('probe_url:1:https://friendica.free-beer.ch/profile/masterodisaster','a:15:{s:4:\"name\";s:17:\"Master O Disaster\";s:4:\"nick\";s:15:\"masterodisaster\";s:3:\"url\";s:54:\"https://friendica.free-beer.ch/profile/masterodisaster\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cc80847a02355083\";s:4:\"poll\";s:56:\"https://friendica.free-beer.ch/dfrn_poll/masterodisaster\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:51:\"https://friendica.free-beer.ch/poco/masterodisaster\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/855.jpg?rev=2014-08-18+20%3A31%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt+br3gjlgXA4U9/etjMvV\nQJwebviefeCGRxNrc7c5+Ogxf7hU5zkRwFtQRrT8HxFUzF9VptCJER1QArJOFMWcc\nmiyN7B2t+UOMJgRbrLjVRrn8TjL7yh/s4XBbCkGqws9obtQBUujalTHgqmRjUtRah\nhrXgfyrcEyhml3gZtN9mH2q+ZBuUcbwvWI8fCLqC+nojAY8PhDEAuA+GZlrS9XwL5\nQxzl3BVMnxJEzkoamu59DbPHIabBVV1DNsF7BFLfJ/p4BqAV6ixhV1scieCHJLROP\nlROBur56CjbsExfnIM9JrYzyVNEsTrsTXNDUPUSAv3BUXipmNBUhoqZ8XmHAlcvcI\nX9oImx6LiJ8mSdFp3DmVDKyRbkOSQPQZxkiGhByOCwgpdED9eF3bbR0bPE4GAK4AL\nyQep6jtXv3m71rXrMKGM4khN4SFoBKd5AcjbF9pFD0m8BZgSasw+qceWxtQDQcrdV\nKOaVNdSDA6zKPUFhjOrbz45JJM9n5JEe/HpUsP69sePhKsGhwtozzO9w4IZV0LyJG\naO3huADy8ui5uhaaM09W29KfgWJ11biycgd28TswhEMXe9Rz2oNlSUF8id94R0z7X\nd07GqQzvg98HsrIJaVCbzHGVYVSyP2sPXgt9iOGjmm0zG/tOMDwuoSE6m8+i1mz9B\n0WG8F78KBLpsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:29'),('probe_url:1:https://friendica.free-beer.ch/profile/miefda','a:15:{s:4:\"name\";s:11:\"Marc Leunig\";s:4:\"nick\";s:6:\"miefda\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/miefda\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/059d8ffe084c5a51\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/miefda\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/miefda\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/675.jpg?rev=2014-01-16+20%3A51%3A38\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt45Xz38tkLnZfUJWrU8qR\nNXsWPt+Rd6tMTFlvJQFhyNfBGl9ZX00V6ljdB2C6ruklNWjv5w5jORLF/O+NTHI+X\ngz2W7uUynAmKKyWMQAR1vcwivXWeeKXzG5yhWaLBlFHB1IBpQdtNN5TurTiTFHnFr\nmJAWPCAqec0/Z465eSVVy/7/q5smQKyWO43mjdnnN7fLn6Mv85e5SqHEKBURu+zXv\nNX+w28s7IefYe040e8QqP3vYn+fqTi52v+dsGWZ2BZ2DgY5MwN1B9GuokcsQhek4z\nhaswkXfXq8xJ661/bqGIly/8Y5CvptTF7HZPc5jVPOkgVJI2eGKtRei2IA5a5rFKC\nXFSPGo3gNKML0lojWyfolrmQZ3nM0KXzQlBpCghumgk6gkJQTcnSvKK/vRORpJqQq\n8sDYI+BAgGB2G+foVkgwbz32FtzroERaij7QdRnvSOTKBy6pbyHZ7ul6WplUceuMT\nmp62YI5k5FqkmwQHkaPHcCcZC3l6srzVRkFUoNL1DL6X9pNgxQQEbDqXocJwkQHKT\nrNwjpTocdYmkMEe2UQS8Q79OwCOiYfvufF/F3/W1iCAv6YITz4yzL3FTyvLx578LO\nQt6eqBYk9cRhFYflNVM/XvBecCtZthnj/xHNkD4dIO3C1PvSONe3QruN2VtG9hLJm\nF/7lcSU4fWnMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:22'),('probe_url:1:https://friendica.free-beer.ch/profile/musikmamma','a:15:{s:4:\"name\";s:17:\"Liselotte Vinberg\";s:4:\"nick\";s:10:\"musikmamma\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/musikmamma\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/bcea46165727cd5e\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/musikmamma\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/musikmamma\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/589.jpg?rev=2013-11-02+18%3A22%3A16\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwK9oWOPy3yArW5/OcM7c6\nW2tfCpgZ+ihkmdA3yaBOK5CBGVUT1Buk54AtsPzBZquF2zJffGN+UH/MQHpYW9WZX\nYHX6SlWmNOfNBeNR4CZq4doaHOa1Gpwyp/QgMJnHeGmgyNPTf7xMlYOujYeKi9Cqb\ndVj7vNAzuMyROlDqkmirmmo22vLzILeJxck1t4tHLKxqpo8rkHrYOWIvXLk90FYl1\nxJTYloeBJeYlvwpd9C5L65yp22THGzmnaLPYo43ySKH1pRQOEl6FLqKCGelQCIbVA\njeIIQGFAngJN+3iDpXMNqHZLiGS0c1CFIUemKEbj12ZbSV2Dru//Bb8E3LA4OsebO\nT1zA5b974j6/o1JTjkO0a/m89/eVfQY1AORUjes0qHL4xCfLe0YQ7RAwDhyNCJng3\nVL5VX8bg8agj6uBeB0tSNgYZMwWbyHweDVH5gIBDyvB3q7cBicFjm1RxoHRwDkurK\no3WbjvQgLiMr8obXyp7PiPJA3XnzKbNKqXq4SoWcjKGC5i1llY2kY7fHI0RwNaC5Y\n5og9mKGLeOuSSOWlNOaPndvdgTsZMz9pRvHyOUGq9YQbd7GomV9V7TdfM5E42XjxG\n/TVV8lM/nZ9S3Auy1TKu921MVSsV6AWno1h5nbfSYD8PXwXeMrH+TDHKG8UKI2+gI\nIJZSHPO0OaLUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:15'),('probe_url:1:https://friendica.free-beer.ch/profile/nk','a:15:{s:4:\"name\";s:33:\"Nicola Sisto Alessandro Vaccarone\";s:4:\"nick\";s:2:\"nk\";s:3:\"url\";s:41:\"https://friendica.free-beer.ch/profile/nk\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/a46a6fcbeee139fe\";s:4:\"poll\";s:43:\"https://friendica.free-beer.ch/dfrn_poll/nk\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://friendica.free-beer.ch/poco/nk\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/286.jpg?rev=2014-03-05+18%3A14%3A39\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0CVjunXj+wCYsjE8qx/G2\nzE/erRd3AifT2u6Y84NtnFAlMV+u8VbfEZIAafpCzZThNi1W9PYV2GeL40i5I+/rv\naA8S9HvLmGJUNYZ8/5AJIH0BxmBzla7gP8/cMNX+D3yOrVhTyUDUX4JXggNHE0Gjt\ncti6QB8yzwfZRJN8i0A7ylMgiKLo8hAiVwyOm4Hje6liFYyQSLiyNd9DHNoK2Lyzn\nGJHaFV6zQzWYrDjiEVHXkBmQR8CL3pTliHqfRYgi4cOrek6zjQB3IRF6S6NQZHOVn\n2Fu3rodolyIMLQUaBfPFtR27iO2RexI2DyJN97me5jiuuvEBd0D+y3AgFQugCjqRQ\nzcdUE4JOnF21/h+9dyJumlTglc2IgwF4F5ZYD9LxOyd2qVyHzFCkceEqukYSRx8La\nTVIrgZ3POL2pR1whs2vsDDdoA5w4yhBt+xxB8nD8vzxhFl9H0FM5GpZLei773d0kJ\nhncsQSPUnRiqPFXnM6KVyg2+b+autj83uwBOkyjv5lqJxxnc+xmjYll5vsQ40H5lp\nlFdw4PxSCLR4nrtoCe9sc2vov40OgJSIwTHOY3KkuFGppLHUm6hI1Ed7QgDCVE3R3\nb/Ti5skFKe5yG/l+xqFtU0K1Bjt/PcoUV2JLpj3Yl0QltLdvmfZnc7dNVVM+6VRfa\nuXzBj3/JProMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:07'),('probe_url:1:https://friendica.free-beer.ch/profile/ntimes','a:15:{s:4:\"name\";s:9:\"Max Anton\";s:4:\"nick\";s:6:\"ntimes\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/ntimes\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b11f6bc07d3eb2b1\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/ntimes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/ntimes\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/98.jpg?rev=2012-08-08+21%3A32%3A00\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvQ++Gn+wgpzhydf73WJuP\nyHpviMOs6P76U/1ctJyirDRcHm7x+o3VUnqfIkwJB44quCP083fUA020NWbmoEv/1\nE5CKTOOa3vUcdl/3EW2oj6AjD9+3h/CVlSInboRyEK0oshDZJfREGGO1F6EHDty0x\nTsw587PEbZNdrRVCWRQdy85pQ+qyWqQA6QhXjkRAUhjifcWxzByec8kYrh3E6KYvT\nFAWm67QbyIfO0le+hBZRy/YmuDOx5CmGew7rkBmuDuG7k/tAbQQxTCPDYXvRmY53V\nBmjSJyV931gPmk1KZ+2zPys6tgmhm8nz0W8+/xynZlSIP04juOWpdnaHaMvmcD9rI\nlSFnZRlRizKfi4P9NkacGldLjecesZ9YIm0GYGQ4thdjK4dUSeDEzFgPuOujjxNyc\nkso3JbSqHgesjc5to8j8O9z12rDpWWTt1iiIdYT2TWtBwhZwph9lP3rGiJBCggX9c\nFlIxhSRL3cpIZFHUYixXgaJ/5GZaejSfqmyf175iHSp8CwnUJabYTAXM7j4W3Hbyp\ngAO3kPsQ/vXmKquifGU0nBGwdQWcFuWrKkGeSIbQXUMxKqSUumEYsyQOkn3mZBY3+\npVIIucuYks3y9IScxV/l2SxOxaEz44Max30dAD6VDppKllfKaI5g6QxMbYNKZufcu\nq+3Pr786dIy0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:52'),('probe_url:1:https://friendica.free-beer.ch/profile/olivier','a:15:{s:4:\"name\";s:7:\"Olivier\";s:4:\"nick\";s:7:\"olivier\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/olivier\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/5b5f450b9ae0a7b0\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/olivier\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/olivier\";s:5:\"photo\";s:81:\"https://friendica.free-beer.ch/photo/custom/300/1.jpg?rev=2012-05-02+09%3A02%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzO6Oge1F0HGvpCGZ4Fvd1\n2+oC7s9VK4sxPwYjkSSGnxNvgJN20BbxUcyBlpfOXoB3oOEfVUariUbrpWqRfT6z6\nPW0J+qPmUAsDkGWeu1s1TsF++atB/GHozbAkcJOLqy02ElA3axd9OUjlFbiBc0fMR\nJYuPWQHYRdGVbVg5H+oh06hamQW0RUt9faAkrYtQRx19E3yov1tgu6AOPbB6Ua+ee\nQ8J80iFtz4o6WyZrdmuj40o3cfpEbGzlOaeBK0+Yk4bcSaAKj00Xyj4v9ORuapMwW\nwyhVQo08ZaiLUddIkXzBvjPTDiZ6n7fgZLj4hoBTQJa3dz/HVmJdBLKW/XmAuTHep\nzy3eJdvEt59Mfl3ZBKMxg1jtWehEwL9f8LJFrAZIUvWgnQ5jMIakTNXYp3YxC1cXh\ng8DuidcKf/G3ENRmR/hX4R5PzYtft5sCudRUHgNrdKfnUkQeNywPM+kEUbV+MzOtO\np3DtdYVGkqrzEV542zgYPI6+QDSpPxeTFNwMGMhGk2zqntEjCNKac1TUwQ9GY1Zcs\nk68vLfArcGUjdTKHqLFaz5w/6stGmzUr9ZhFTaz1OWqMbVEdov9LHqerCAjpEDrIa\nY4CnwHuBIdgSg9pQMegVAw/ZXvRScrDhYJeNrVbom3+x0CM0CNkBhepMgoVtnaTDz\nUnQAXre5NRTcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:43'),('probe_url:1:https://friendica.free-beer.ch/profile/opticalrevenge','a:15:{s:4:\"name\";s:14:\"David Mccauley\";s:4:\"nick\";s:14:\"opticalrevenge\";s:3:\"url\";s:53:\"https://friendica.free-beer.ch/profile/opticalrevenge\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cceaf1508663be91\";s:4:\"poll\";s:55:\"https://friendica.free-beer.ch/dfrn_poll/opticalrevenge\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://friendica.free-beer.ch/poco/opticalrevenge\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/746.jpg?rev=2014-03-22+18%3A30%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2SeUZ2Gz1l4t1jtyD+y3X\nbUw7qljHT7/Qsas9GY0xBF+WPSN4K+2p2CpTktzROvXMzh2gUEohLKseQgJWAex/Z\n4M+dt2O2pEWU/ZMDHw0B+yygh6S2YblqBxonaabV2JMqeTqzu1eUI+0RBfY4uM8Az\nra7N3VTK9QQis8kWM503R3wwruC7pdLOxZlruO/xS/rlxdOUvRMggPXx2X6CXJYBR\nNjJx9KrTanQKKdp2sNrtPKRGjRHoq3/9wWeXfbCsrjti8io7PHXsKxZcdDui4y6fq\nikHTaoZEDIJ/D9W0AXxldfaiC4CRCgptDTs5Je3yjGzIdbNrOryqik2WQpk96OR+2\nyHHNH83dLyA56yExwpyEFK43ecmJOcj8sZq6oSnjNpZyH1Tj62cMdYrGgPkkHXqp+\n3u7QAArpHpR6fa2RrwaP4PMKTVDPxbpsdXHB2gsSJtkKK4DbYJPCo/VD1sNIeiY/N\nHWpBVm2xB8DBc9nvyhhhiJEBxWyuio9fgCC2zQNFTgSZU9cLq8lrP4Kl4we9DaXGd\nsP7/w9wjgaiK6cYapbmmVnciBBuX0qxvet4kIZCpVAmW9p6JiKtC7Go0nqxNQffy/\niLoYEf1+Zr5pZF7YrpOr2sNpz4ZQtAc9hEp+pEw0sKOgJaHsd6nKuwl/XCLOFAlWV\nqu7/zHcOoJW0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:27'),('probe_url:1:https://friendica.free-beer.ch/profile/pascala','a:15:{s:4:\"name\";s:19:\"Pascal Daniel Angst\";s:4:\"nick\";s:7:\"pascala\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/pascala\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/9a7f0101d0427294\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/pascala\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/pascala\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/268.jpg?rev=2013-03-16+14%3A39%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsubP859FVYnrbWvRkm5Ix\ncuY4s0tWve+ukI4GgAYJGH98LRh8USayn8EjrZSAHEODFICm6gzEr3kcno8RNAti+\n5jp/ain9eZJlDUeo9vx+sku8sY538Xm0PT9rACVhHSz4ncrg5Yvwfp9bXvlpUDbO5\nmdATfQgPfbw1sxSroz4rnI6RwaNiIibZvy0SgPrYw3dXYt/7bKxZhMcAK587iLHPW\ndDMSHxaGhLpj/2IDLm1pHj2Pe/BlJnQ5l4ZaISW7TgY+8IJU1rkNoUNrSZAblU8U0\nUw2a8g4UXv+meIlm3E455kIl+AYd+qpauyCPC+mUA63hWeA/BtG3zRcADf9AjcqYx\nKlOArwHiwZoaEaN2/EQK1f0+Mfubn+R9lu5e3abB4HEsv3FHdVzlbxsokQVcrvgKF\nN+Q13ixPUa/cEPwlBbv8ATvWjODCzdQ4bxFi06Xl9PeqHk2BgRsWvbqMjsK/hZ7o8\nyRseTTq+RcFGXhQcJagkjNHRIZQRAXHgxVQS97OaMPJFVOGK6g/rHrUyVPhUMTHe2\nJfdhz8rPOV6Gd4pnfNxMkMpzlc3sHBVJDGkKYo1iVymGrbgJLnKBvZATQWIqIFA7D\n4bN+/cwqOHBAq08ddc+uIyb1p+pKgSKCReGa149/BuAMu5bQD1eXM6fYFWzZDqQbI\nfa3R17pQzpfMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:08'),('probe_url:1:https://friendica.free-beer.ch/profile/picaflor','a:15:{s:4:\"name\";s:13:\"Picaflor Azul\";s:4:\"nick\";s:8:\"picaflor\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/picaflor\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/8a0b12f9b79a2a3b\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/picaflor\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/picaflor\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/549.jpg?rev=2013-09-28+15%3A36%3A46\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAu1s27SynM8IjcZVZ6ZZ3x\npPeT4DnY8Yn0AqFEhKMBQFiEZ4aJPS4XooLQBuqhprq/jk2csoNZNnyCE9T469TK+\nCEQDbtY03sin+Qq1Q6NQ/xrTM/t9IR2lPTmqU6+i+ubHy19p6baIZxtiSvLmvfBUM\n9LHYfF3GPLcgbclj8eC57QZHZCSC2TsLhGYk+5hKk72caCrYfD+1gw7HutB+rl5t7\nHpgtlsQmDpg7K5xgHRuIHNkQcIc+LwrbXP2bJzrEuMCHbJuW1puM0L6xdMZizqVN5\nxiON1qCuSbAQCIh5H1R4LakUQ6HSNQUw6gp+ci4HDxjs/QQnEQgxQWtvcdqJQ7lYv\nJDVePJEpdsZ925GSI8+v9V5YH+/2fiNkyNI3a0LZ400fH8pHJUbZ3jBPEdgo/kVsg\nIBxMuTmEIRTbb2FESttcMZXcnXAmtN6c9bNFoJULNRNiPnzIGlUuO419xV9BXSQ48\nLYzwZ4jtk0z5/hbvKoEi9wB1RjfE6cYx+HvvT0hkD0G6F70eMA5q+9dfS6ym6zdFu\nPlPZ7sdP80NVR6w9XIzIGIkjZ2YoDMhfvwfj1z9p7y+qMicTa6+rmvScVPdbo6VDK\nTlHPoB2UwXSfxBSJI350aazYdUHVsFoD2aiwEbLw6gzEtKgEikDy4QQTlxaylK6Oa\nWICsGW52gSnMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:13'),('probe_url:1:https://friendica.free-beer.ch/profile/pogonator','a:15:{s:4:\"name\";s:9:\"pogonator\";s:4:\"nick\";s:9:\"pogonator\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/pogonator\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/7d03007b5952caaf\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/pogonator\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/pogonator\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/396.jpg?rev=2013-06-22+07%3A51%3A38\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAnTo4Ft860rkvXsajQi6TH\nQdezDt1voLi5Q+UcTMq8kYxwo4CCfvHwUdXE9sD0aJtMtTln7gk5pBiJeXs5EAbaA\n+kffqI2svQkxcx0kRBQJYrCp03G9LXJR97RchKm6WAz7zzBDr/ij38sW3WBY0DCrE\nMCohNtmokeiBiYRxMWag6GIkWgqlqBTWo4pTGbcImdEJVO7eyQN9SJkhys8Ts3i8f\nqhP1GRUIWAb2qIVeRG7X79bdkNS3lMiDgO+uCfS47ftYUgoMwObEFcJ8nyAgdcYZA\n6xehEO98njGjt+Js6uBiOTAeM8tGYwboO0oQx6/rH6IDLlmB42pGR/Hyu+tEODPCm\nydTelHJG2tP0U9SJl0+wWBJnI5+5lcPJg8/NioTbr9pLoybTlokmzKa2d8bFVdtCD\n3bOX6wIo4ApvkZYsQGEauhrIeLdeOrpbkL/JXV2vEyGeV/mtSsF5wdTvUIrQlPHkS\ncRmR2th36oeenzWEZNBYQWVxusM1Yqrvuz7yOKMt1H0GV3hGn8XoqPS0F5zA+kfGr\nS7rzENYjAyXupfI6yxRmKn8qedPbCnYn3+4tkaQ9D3SGhpmN6C1C4YHxiGW0lcmn+\nV0cCIe1H5m7IKWSsTkdXqd5bvEVOkTw01cQ7ggIcmm4MFhY8onLk78Lw8Rx4iQBaA\nvxW3RCYZRlkECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:44'),('probe_url:1:https://friendica.free-beer.ch/profile/red','a:15:{s:4:\"name\";s:15:\"Redrick Deckard\";s:4:\"nick\";s:3:\"red\";s:3:\"url\";s:42:\"https://friendica.free-beer.ch/profile/red\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0649e46fe2debcc2\";s:4:\"poll\";s:44:\"https://friendica.free-beer.ch/dfrn_poll/red\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://friendica.free-beer.ch/poco/red\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/724.jpg?rev=2014-03-02+17%3A12%3A30\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxmUEdiFPPbD2qr/zYpRuY\nMMChpA8xzby1GMvhL1Zgq+uetJqizH7F34WKhHEQjN6Z0j636B+TYXZcYQCyrRs+b\ngF/pKFJb16HgwHqj2lyJpf0+oAmM8GW3GqR1q+f2bv1CYEOlNLEqNv2/L/m0gFl9l\nCNrEmhuC9EZXCnC1Q2tHwU0+bE3VLMfCGzy19q+cI/AaNnHrAFYD1Pc8D3UhMJ9Fb\nwXpE/wNs0qZIphlDnrc2y8n+uHum1htSKfyY8xIq/1lhN9Vlkprlmxepob61YiDOX\n3F2JEazJ73slICRbqXP4nztefTJoTq61RXvZbYDS3w+4chFYb51a4A3lCqI2eA0Z7\nksINMrTuvRzeUBio8V7pVTyqjhDPo9hrzK2fzwA0Xt4u1Wpaswg7Wl+lwB5K93zH6\nna8esaQ6hjWaBnDhW3cZzjYYU3nlzxFRmcWzEalrAWGSJTjOcexlnXJjfbFlUSDpt\nbdsU4FLFrX3zn+OvOBuO6LeyJP1JHTZTIrjreJDAkby53KvkFiXS+t1cMDCD4/Dhd\nJ8eN8jrZJUghiCFTjFViBp0GL5PcEN6fWkDXd/RC0N+i/rHKk5X03HFxLfRlo8v8h\nC7MqaaPHGdEJRh77d05WQqJFJlsXw7idJo/CeJf8vHBRWs1v3XdqEgYn3dqlg+nIg\nq16QdEkdDU00CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:23'),('probe_url:1:https://friendica.free-beer.ch/profile/redleghorn','a:15:{s:4:\"name\";s:12:\"Romoli Marco\";s:4:\"nick\";s:10:\"redleghorn\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/redleghorn\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/7b9e864d95745916\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/redleghorn\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/redleghorn\";s:5:\"photo\";s:84:\"https://friendica.free-beer.ch/photo/custom/300/1270.jpg?rev=2014-11-26+16%3A57%3A51\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwsuFAfdoCuA+7lcvE7Ld1\nqNJ6ANPBukYjv9Yi4yY7pKNSr8pFlnh/CfvTjwLPyuZtwV9a7G3TbYPfrNg0XUpyd\nMh6Q4wxXoxjGwb7j/T25ZF2oCrN3ux9jv0/OGWUZr7afWc2E/oOtcYkyw6O/Z2Q59\nQl0YSoWbT9X8STAODFFniqqvG2omanAsdqfJQmkUlSV+KWkxKpuaRk39bMD1jrTWT\nvYRyzfL73srsHHPpaMKgQea3o42KI4auNuZYeLy6jCFDtSIqtW/Q32+0QObmJ6one\nNkvkFiekUj8alYxkSdm0uU0+Zm9CU2o7j4eGj3+d3+KJrCsp4+d26+WSV8g0pJvQ2\ndVDtp3AL2olq+mMMYecavdePpkbo9HltWTSF+77M1vA1ovaoPqcV2kz2hilNLtWwP\nSIKz4+qPnD7i2QC4Pvy+CBg3YGO66L5Rf0idfwNqKwgk8OvsIcvlooJqnp9zbMFWT\nIvvoEezi4dTNnJXsKUX+T1r2H4S1E6KZzk+VsfM+SQVhYzK9YvT59PEIYM3xXpjlQ\nkzg6cUnxrjEr/ebm5xQKNidzLOtwW8+fF0FtKrzqrqJ+yeRihMfF2AR7MfYpi4e/H\njz1mlNfArZ5WzKU6uLjKfk71SeGizo2xFYarFY5/7lmxccDf5cYLOneSDd+iMim4R\nUKx7ehwH3i2UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:32'),('probe_url:1:https://friendica.free-beer.ch/profile/robrob','a:15:{s:4:\"name\";s:12:\"Robert Bonie\";s:4:\"nick\";s:6:\"robrob\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/robrob\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/380a0723f8a496c0\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/robrob\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/robrob\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/138.jpg?rev=2012-09-07+17%3A57%3A21\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTQZz2ttNtLN1Uyoitqk2\nGQ25PaTqpP3gBClvTP+l6Wuw8R6MtK0cZlbwTPEKG0fPXaYGl3k3yas07Yew6a40X\nHe+62EM44vAgBvmgziFhqdDIeqbwiDJhzn3fgI2E11hKr7v8hUSnHiIDF2EoyGLkp\naAmrgUUjukJcpdBMY31PGSx8UYK3U0R04zncQqhlnT+muW7UyAOuPSVT+3/qzXseo\n5lRwLVBvWj6w7+JTvT7wbaqVOai94E2zk/KCNYDJFZF0CAYwoj1ox+dfEe+VbxK7C\nhOlzb1dgvQZeaGzsbKHIKksTm8rYVT1RDKq5Q6z9IREIJ+eQZPThrIL4WDxfKJuan\nheNx+FACKKx3pHYVnEr8Nz0lbyNnm7cpONHgzCLFWmgAFP1Sb0456rBqrBgbwO0Z1\neM4Uq+SN1ggF0lROjy1GV2lg5s0QQMdxOPUF+s6kZiBAnl98VJiy/me9VKQSTLCE4\n0BtPRq/3iQQPQwWXK0UHb2ETiBS2dB6/Xza/GiCISYIzU6A+wwVq3cYeuQhMUcPzR\nK7E3zNLPcOxpKssbFn6h+6FKwp1N2UOi/cvjV4bfWAna0cijd1VEk9MyfteCjoXIW\nQWNEuCIbAnDawz5uJgRherWG8epQhH8hTOO8Yhu3N8Y3IDhfu4+plReJFB9AsuCa4\ngyTdoBuBVDdECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:57'),('probe_url:1:https://friendica.free-beer.ch/profile/rufusson','a:15:{s:4:\"name\";s:14:\"Fergus Ferrier\";s:4:\"nick\";s:8:\"rufusson\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/rufusson\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/a6a268bad7ea78f3\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/rufusson\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/rufusson\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/146.jpg?rev=2012-09-14+01%3A11%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvFM+RIar2WI5j8CgqI3Vr\njp4QUNJ/TNsTNqa+3+sxEC2JMmRcSeeF9vFv/C74twfbyoJii0ujNWx7cLSSFNBSV\nCwUUxI8rQpSlYVqbznu9Zw7Pjwb6n8sYxLAR8h6qeuE7JiRQWhJaPmFBXi/VqHQO9\nKCTm2UYqXkl9fT2VaYCawjoIyVmXHKlHUMG+X+I9nTzWMAEpayQexiUfFilIo3DpQ\n4awdBut8+sKNUO2Jz8GASNDgowuOKGDT+rn/yGGbsUv4IaUWMv7ujI74+Ia8ZvsMO\nxeFa+A8GkVZnz1Ccss2DVMYTP/FcwJeJz3bJPFWMBIVf1NVPOrPt0RP1D3CFhi45Z\nD9OVG4jRLQkk/qtcy7AelvZ4R9y2Y1lIhSxtbhYXCNd7yeTuqfZ1PFafUiSx007Rm\neCV3ByT7Q2bhmw63D9luycaewk9FErjZ38vp77guSuaLhA0mqcEixGKKWGSP8vN2F\n1SZ+hTdXYVpUo6fsdnlAxL3w0RjYn3DOmn8iINg+bN/cYaGrQbdA6k+D0wytwX4r4\nvAXeYD2oeBzfDK0MrR3T4o7aYbumjtdGkjtBDLKv1JwcCp7i6gmOkFP6BIROLCWtL\nH45eMwNkO6EfxelueNk0aDa0JGxNyrP75cIfilhTVLoMAT3PIzqg7/S5C5O8q5GcS\n1bGsqXLtB5f0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:00'),('probe_url:1:https://friendica.free-beer.ch/profile/rui_miguel','a:15:{s:4:\"name\";s:12:\"Rui Bernardo\";s:4:\"nick\";s:10:\"rui_miguel\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/rui_miguel\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f74970a82e224ded\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/rui_miguel\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/rui_miguel\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/729.jpg?rev=2014-03-05+15%3A46%3A11\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6ydMDaStwKPZiQsc9DmcK\nyJmi7IQ3UfaLNvpa5z5wNPD6OqAh2kmionXW7p/EBypEAGBPEmGiVBXLi60ncENh3\nUvQp5EU47bRAxIUdMA/s8sHyuova8SdKMHPn4HHpS6MLY0yo/zrvjnlky/ApWhelW\nOPVCWHkP5by2fruLc6h3oHqTVobUHopPZ5iBgAScHrguhAO1mzK7UQCMqDGPvwjGI\n4snOiXM8k5Z5VEOl0LMpWfDfzFzh4LUhuMwcsENQx/AS7F79ncrIhdXM14IQouhf9\nfaoXcgN613syZy0SgrZiH0sIBBUO4OEnetSsZevqXOfXm8Z70QMss735KeMvPsrI7\n8a4YViXuiXmABue5bI0ohEzp7ZN5wTaggB4KOTcwU17L6E/E5tbEgVQ9MlHovccV3\nYWEd47N81r0KPHR3AmTg2l9z6A70GWbcohLlIVOVM5sGPOYA6yocCCMBsyI5HDfMI\n7xoJPfz357sU4wVpct+jYWadVE98v1UfUUeJ+gC2EAFm/ObUH32jt/U0Cpbpeh28Q\nopMHrzhBW+rHMXZNxOmE13oweECv0C8Io1Lya7cVCe6CAyV75A9gakW7jsjgXPgHp\notqOPr7fEwhma4mbO3M8GAghNhz63tFiJi0FdHOa/s/U/YjejpQ8ggBI/ptIEMXnE\nq/NMevrJurtUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:24'),('probe_url:1:https://friendica.free-beer.ch/profile/sebasped','a:15:{s:4:\"name\";s:14:\"Sebas Pesersen\";s:4:\"nick\";s:8:\"sebasped\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/sebasped\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e3d4b2be642b476d\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/sebasped\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/sebasped\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/714.jpg?rev=2014-02-16+21%3A33%3A10\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6N0RIns/qbzVptEUGlIQn\nYLo/M5CtU17OKagH9AcVDhrhjurAENotrs2U2InRtLFc9serbGInlNCxEmbVBjDON\nIAyGxG9oJKrLhOG+3xUtCX9SEA/lUZtC5XR7t78mXqtqsYW0LsM7Gd7+37gndEyPw\n2mE/M4z1Vo8UHrS+roVFKrkJZhY5NZzV4chjG/SbDBr2xaaHGSDcyIjQBKwu3NKlX\n8tGKdxskV4todjduwNVj5ygtR5VGWE0h42NPuwE9XxN1lOCPWui7hYwslAz0UP/Yk\nSwImt9PVJWjmuzxo8Yt2yKvosoLCDB/VEN8XilG7OOZkwLQGWd6ZY0Zac9UpVNA4O\nHPmGPHI07QTjltzPRshDP86rDS6HITWOMDZ+KgAWAYnZ/g7jd+W88XbbYLxGur+hO\nvAU5TjhY5t88zWGi3q69A0MxyFDHlHeuUf9BtzrdfBblB1Jyw9biVwkw713YXDJ5Z\nb1YGbtjvvfvxQyyv7JZP/wNHEsy4l/hQXCasCi9g0MKtm0Pi5jmMAY2F6TZdhxDWj\nyBHAcLCThbMwlA9rscQEVEEPdpCW7dY9qFdDrGTk2ulCuHG5Hl3hWRgMAYRCgF1qg\nvWNmFICDsxY2+T8Y/sxcI1yg6a6t9RvlC3IeKlBWbWZcXqQa6lmgPbKzmC8qN9qNC\n2BKOuf6DDQCMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:23'),('probe_url:1:https://friendica.free-beer.ch/profile/shiroikuma','a:15:{s:4:\"name\";s:10:\"Shiroikuma\";s:4:\"nick\";s:10:\"shiroikuma\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/shiroikuma\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0b0ae0827faf6fd5\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/shiroikuma\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/shiroikuma\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/334.jpg?rev=2013-06-02+09%3A59%3A35\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0//dYC6puchRRtmr5N23i\nSTwrtb4I1z6qR9O6BzofHLpWL4rgQ4O4cO5r+3RLUmpgo635Z1QzTeGHSE6YjT3Zh\nG8elSEUR8Ca20OAPpd4wnzcWyFPPNLQFxyY7D13hfIlyoks8C+WDppulRvUv2QJAk\nHirrES7pjxZFaxsgPTV8PDqtfCY+4mgctn5cDMDFYcl8VxhJpOWYLbjmegQJY2YKz\nzCOxRTu6xCw/93KvwXbYXQyDauy6tInsBmERUAZnLVmihB3e/7UDKCE9WVxC9ucpT\nVtmnLjGf79gEmI6u95ge0mEDaoRyzdnuW/Il43H4jNCVbiwYCjAYSY3ZZQ3jw6GyG\nMy7K7QaQ37LskVYCgvKn2DbHt3MdIWm7vw+XmtaJ2XtFCoq9KQBvQqgSTXhNSql1J\nKxNqQHxrlElj+TUS3MTJiyoDEL995m6oFPzBLWhFw6o68PwS4SRxjI7vU7Z8nRw8R\nAuNH1qNBwBOrSop8DDckeb4wwTKzLUKDTbUyJcIQzetz1Y529Rqw6s6kW4OGQJOJy\nHF4H5pCSWQSGUuG/EeOvAoW6NIx+w6NebFs4fGmSEP1kG85SasadIPHPFBWQ9LM7/\nPz4Rd5+gsomZuYXxiHh2gTnq7GlLsVwDqPG5RTMwIZXeqJpV9JUwpj2y7nHCM4AjZ\nDdqDcSBDWOE0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:02'),('probe_url:1:https://friendica.free-beer.ch/profile/snapdragon','a:15:{s:4:\"name\";s:31:\"Bodhi SparkleSnapdragon Goforth\";s:4:\"nick\";s:10:\"snapdragon\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/snapdragon\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/9834f5764710a04e\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/snapdragon\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/snapdragon\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/494.jpg?rev=2013-08-15+14%3A51%3A39\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0h6UjlyAUWxo2V6lU7ZUo\nnx5TJVB8yop7pXvclh7iznyiv1YVKQrCWkrKXh8iquX9V5tFL++OrnzblYxkc2bWB\nPiX1hxeH2pqvuM5hHHe2ailYnrbuPj5+OFXMu9Nt3DgAobplUPTOjkBZXyaGhKRPt\n1/jlOpvlEr9p6ZYSlcx6n/xWGnhxTSK5htcP4RfPYz1mxFX3JrtdGFWvg6tD4jXUr\nt1itnW66Ohn4KNjHnU7S/5a7mT8wryavmzPsYHo6DgvTMOHdaSAgwN90APZmr6xOY\n8p8uijfN1l75ie+dZ3uk57siIW7S49XVhX+7CccEUVhC4+U3OVkKGo6US2go2o5jD\nt7eI7hWGH6Ds2v5kNwQ+fAovAWdZSRGwsJe+ipMUnzpbmDMpMoMiLSA9Qq/kWHYSc\nVTfhZAgNsW/XuEXnCYcxlJKypfq56cDjVBN+qZG3vLwSicQwW0S7pQf8D0AB8ymlT\nmLZ/WW1S7AuQUmwjw1NA7eJRSOz5euBpAt+rSRBvLMJlnL1XxYnpg3Nnm68+Dq+VC\n/Pjcr0/UGcnRegftvpoGSVFCQgwhag6otismAjqS+9nTKm9cpxRUFBdJxtIaB8wDu\nxRmAnMCG1thK7Qrh7UkltFiNNYREqP0yGl9eCEA9pwgpY70YBSIhN5qSEG4u3HAZQ\noXJe5fs2iZTECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:09'),('probe_url:1:https://friendica.free-beer.ch/profile/steinkampf','a:15:{s:4:\"name\";s:19:\"ѕтєιикαмÏ\81f\";s:4:\"nick\";s:10:\"steinkampf\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/steinkampf\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/d3ec65e4b5e78eb5\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/steinkampf\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/steinkampf\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/652.jpg?rev=2014-01-19+13%3A36%3A41\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3S+IqfmT6Cv9xrEvNcsj/\nJQE492FEP4YBEu+r5LoGbaK8udElsEsBFidQwmHkvB+4SnQrSHv6tuNamT0IZTMuW\nrCBoB2Rrv9IIyO0gdJJgSSEncb+XLw7Nwlwh5wB6RJjYADfAXt/BOC7smNo5BMhNn\n9r7+TUDuwJtJjqsXuhTLilEkJjysXPE+imhPIVq/wPDvwl82wlqemz77gkjGSj7jE\nND62PkrMG/6enZGHgPlqkg7VBcau20VpRbz6OWBw+qpQSFkr8QHYAFQ0mlAuooA20\n+kOUvxS6dDdpv+TcRG5w6ZtlaQZxbJCEPYenKQzLZ8/chEiSNDTtl2N/pKrYgLKUl\n969l4WX9kTx1dRCLqoaOQzJIeP02rFz/IsI0P6+/sy3AXMlA27bVk3P35X+5/1tWO\ndAE/sm7kwNkjbnerVwX1mg5RCeL9ZTaTPQmKVlOBL0ngvqD3fBq8ZREEKs32OqGeg\ne/F5ovLZZMMPHZexV/gZDdKG16jxGIKgS1pNo1bhk8yVJM1FeazxP7DP9Bvi6gmrq\nilYu9noFV9rv8IUOlSx9LEk2iM6d9w6V8scNk1MjoKQPpBra8ZeOHJCaVIUPNylVD\nLBcT1BFekI3Znc4zzSKFdu/92YSwsW2bv8sP0iZGgtmbdrvvgbhUGfLc2YJP1+Jwu\nrgk4gjgoTu4UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:19'),('probe_url:1:https://friendica.free-beer.ch/profile/sunsunich','a:15:{s:4:\"name\";s:10:\"Sun Sunich\";s:4:\"nick\";s:9:\"sunsunich\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/sunsunich\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/360eb19714a3c7c5\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/sunsunich\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/sunsunich\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/337.jpg?rev=2013-06-06+19%3A54%3A58\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoXvjGQlnrGB9iGYlXc+2L\ncuKGlA3PSPbrFnF5TwWn/84IJQVg6IRUgn0PTmi05XY4fzr63nyLzK9MJCbnlBddw\nvV1r/GFvLeHrKRxYIdq7iHZ0yZFKfD4TWUDPrsSHIuVg2l1N9DuVuSRYnwo75sske\nQRzSttrBL1eifbiivajHKOKoY5fOtMBaytYVwrghMHXXx/nFFoFe9TXUCzhIwxqxO\nkrQVK2k2ZtGJyrQLPxY3R92EiMYKOVcztB3y6qPSATePAApBiueZApRCkXCISXsHD\ny8x8W4vEQc+yHXmYX941oM3EtrX0jPUQVn1BigFHDEzRZTDijGvqm53061Lfu4ESN\neKog0wJwvaqc4xTbrFwTK+8VW1+Vx6fMoImMYv4HTgTT+7a1e9TiqBHb5b+GdhFUp\neg/dPYkQUgRPBvvXOWnWEAiej/fsycn/cTwtIWvMA03nADo8wsJho+QscrZZh81xc\ne5dy3H/HrgqpogA8CR21mZ4hxvruxjiF/Uv7dZEfPNIpBSDOHqqYi6A/RDwrMKiSp\nDkuk1curwDYtMS+UuJP7hiWWvkghrm3i56KNu9OHDnWvgHswQhxD8LZR6kjhLW27T\nWLfy2hYcF2Mq5euhqhYbQwu+gbcnFV51z/CnhJiyfraH/z3E8umC4iEFe21SaqXOC\nZvNm5ov0BuqECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:48'),('probe_url:1:https://friendica.free-beer.ch/profile/temsa','a:15:{s:4:\"name\";s:16:\"Florian Traverse\";s:4:\"nick\";s:5:\"temsa\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/temsa\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/be4b2b5485f201ae\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/temsa\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/temsa\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/548.jpg?rev=2013-09-28+06%3A16%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAs9WQTD2qYDNc6c8HwJofI\nCo5qoC6Me3SOpV8WbZXwFioywAjKqpGkfZ6acPFQ6I+3QTCN9Gx+WSGnaV+b+w78t\nQbcrcO7f/SeQpvzVcceohK2BSSGIduyONXsMH4O9p3erVzO/cZv1//f08Cat5zUJe\nSLPS1kFUxaLGz4ugKegjVhmYbK0a75rKnoTwBJZAiuEEL63o+qj0WJ2OcHVKn1sxz\nBVF5ex5vEn1IcYkalGxiG9dDgi5+VB4otedXTDKVwmU2Wg/VZpqikZOSfSGk5Qs/d\nrpXRmQvvVYblsmOtpOTKoq6x1AaK0CnMmYvDSSIrwODbpZu/FCNKLEQr+xQN/5KnL\nvAg4GVuSjCGMornE2kYW17QElsPbsSitqrkIiiDgqMq3CxX92LPcvW/oR80AaXd/B\nQFVZ9/bBqXKwo+lTU2NVrqwyecrDcopakQh9HqiLlVlke/MH1gLeqgkGjukyO6voP\nacXGEqFs4lD5f0PPpQlMaSA7zh1j/nHT6elxFYhzJAYkVNW1wz6FEkD4r4QPifQMy\nLI3jbQO7YwqagwZczfdVSW+yB7RM73lHGr92C0XOWAoog52k3fFD5K3JtkvMf8rvk\nSNHILMeMsuZG+TALNtbjukDEf2J+sBLgQxQ3cTbZLPzFaSG4W5OHVcLmYW7WwCK7T\nELCHO8aJbIm8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:12'),('probe_url:1:https://friendica.free-beer.ch/profile/torsten1968','a:15:{s:4:\"name\";s:18:\"Torsten Schilinsky\";s:4:\"nick\";s:11:\"torsten1968\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/torsten1968\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/1afc1759c98d2467\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/torsten1968\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/torsten1968\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/107.jpg?rev=2012-09-18+11%3A17%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3mRei/n0ebC8aG3XAGSm1\nPVpotAhnPIYCgzS2qbVrlmVhtz2YtnbCBX7TudLxvC9f7war5v7tmEL0Tlex3pdjN\nDoZuj1DuRV1ClvocXNhdw7WKXsRY/zaLlSK+XTrJgd10QCo96yEL41xPmsvTF60so\nc3DiMc/3M7bjJIaFYvOyOtkZymebmNV5MznRzxs2q5+7DY3+mXsUfROOJOXIYfTeq\ndQ1DLPU2gdP9Q84ZohuBvtca0aiJTkZYkrsUrVRcBqjqJ0bJeLdJjsV2tW9S0bE23\n11S96TTOHxiLPF4Ae89G4bxJvl+0wkXS6i3vFHW3gdnFsuz22BoiC8VMq8KG8Tz5D\niLmf/j2KLNJ0J4oQ3qI9JVxXKyCFHuSYFwLeuMc320uA5hmadkXxxjSdx+KaVE/xR\nzQ2nF+vjY/22l8RWdZRW2PzNoKOk+p1reZV98h1AJyqxcsuGIQu9oUJgrKKEvtHdv\nOINP9+vES7BMpZKotMjUQk3p7nwUzuCXpmzBU/tWWDzA/XKxPu2OPSKEig5RghXC6\nHvshIiSB3ijLBkw/IBLC7oNQKMiG8pspAPpj/HtLfhviDYfZZmIOdyQAp/cFXbjwQ\nEdkRqOUvY4lWO0kXOpCKCh0teqT5B3koxTHASZDoQCar+NP3paQP6zcQ1bY1Seztm\njxMV38hw0gl0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:55'),('probe_url:1:https://friendica.free-beer.ch/profile/vaugs3roty','a:15:{s:4:\"name\";s:12:\"edson duarte\";s:4:\"nick\";s:10:\"vaugs3roty\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/vaugs3roty\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/9615a042c260c95a\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/vaugs3roty\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/vaugs3roty\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/570.jpg?rev=2013-10-13+18%3A01%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtd/GlFYQpyEoFDaGK4Iv9\nmQdjtvkN7IYNV+w47ZPgxP+OL05U24wwPmqS8a2NZzFTgTXjYThIeOns0JSFuLk9u\nqH7IZnfWkRi5BQB58/qzeCgtEKu3YZMrvIOBhXpRoxshQK2+7H3eN4WHkBYYa5QVj\ntnDybcD2UzblNVDdIMSHEAmMFfrP27wdVMpqg9Xmh9JI4iQFY8Kf6xvBlc3gkP7yG\nPK7X2HhGMl5BCp838Ql/6rRuTSH7RjS/UjEN0tT/ZvWmI6ghU777lcCfWIgrR/N4/\nhDA3jR8jc9YtomCVBbYzl5dQHrr67IMybIck50FkntyW8/yKYlTHe7oIGow7edMxa\nx0UtqOYBr0a+Uu87kKWTZbAxRStNHHmq3Uo4cwnWtBJlGUOIS3LgnO/h4bOwmXtw9\n8HMoVOxX3FvHd5osH09G9TnMc0WXbIChzaXlrky2sKTrsqUVfCVOCAMARkZYbuMAH\nry8GBtUEvNzkz42Lbr3Q+Ajo8XDG/fIlzf/LdUwf2wWh/h5E8LCOFNiuZLHXTWKxa\nAQ8ZofK22JOD4zH2TSQWDBrdf1dKUwTPMk3hh2RS9rjeKfceGQFeb8Zf4mueLYSEV\nVCdXrObFyGSk7dJjyNYNGk7nu4ytlnMYTDwT5a6BVway4a6u8zgocF2LywWNush4g\no/L9hhGHqW7MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:14'),('probe_url:1:https://friendica.free-beer.ch/profile/w2bh','a:15:{s:4:\"name\";s:19:\"w2bh.- free-beer.ch\";s:4:\"nick\";s:4:\"w2bh\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/w2bh\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/737fbb1b26914edc\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/w2bh\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/w2bh\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/104.jpg?rev=2012-08-15+10%3A52%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt+9nHtc1JTMK1l/Vr9vTA\n+Y2RpBfnYQ4K7REdo0ZzugeqXOxN/Q7tUuNep2kvy5LlMOJj+1MtWH7M5oeuAgOuC\n8nOq/NrzRn6GNxLvUeO+OrRnYT4Lk6HFu10WlOF8gsbufYayyyyJR+bnD4MaSaE3J\nh93SqyqSEmNV5eC8ii1DOA1hno7Zpfz0gQrzhrrlr5FKxGDkz8sGbTxi0eY7Tgale\nrcvGMAO8Ukmwhvy3kCdCPxAxaC5bEMBmSifhGiGckVW9rpQnLtL7MCfFh/OkTQ6ig\n4jfR0OCT+2hiIiNFuJHFGRm38/MOhnvXAaZfOGzcqYMyuQEahV0tRjUwLplXkj+t+\nj3eiUqleKP6StLDCa7urcdpKoLUO9/920G+FOWWdY8v3S6zEDvH41UNAnFkZv6I5N\nc01lZItbH6kom0Mm/79FYvMMqQh+dCckRUYZjOiOde5CbyTW4ljma1w0Lt/YPxy7P\nzhnSydRAcWoIzSemYJvYKtPGrhwesOxj9Pz+XGh0Tv7KzS84dYr+U58MgijexgJmu\nmm7bKQL1qJ5UIoj+yT3BTKzyisagP+POijPR/tec36D+zvLIt4KKSFbR6YXm6UiKz\nqVJKTH8g0Xq5BTcSVSz+yrtu8I4CGP+bjhm2xbMDw+CZCAbFo1hwhCjMdXiUud88j\nrEcUCSnoLZT8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:55'),('probe_url:1:https://friendica.free-beer.ch/profile/xurxoventos','a:15:{s:4:\"name\";s:12:\"Xurxo Ventos\";s:4:\"nick\";s:11:\"xurxoventos\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/xurxoventos\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/d2b4ddd0929993d6\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/xurxoventos\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/xurxoventos\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/412.jpg?rev=2013-06-29+10%3A07%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuVBMOSFi7Pak4WQQ2HwJ0\nmTAfI5YZ6gE6IX4/o72tCqtnvJ3ZYQZ3LBRS8/0Ry7ehQ6c43M6JJJlqa7GkgbXmi\nLwHAHWwd9FDzHTbiLb0juVB0jfsxbq8vkX/C2oQfwM7B9i+ivFmhEjQhO95F2eCdc\nJsE0Or9W4QOEm2AZH3CZLdTaZruxFfzUtSw21zuY6gPDckcGy8Eq/Lmhurc3PoYhB\nWQWaNUriL3IXrlkrxzgHfxMnEGnqDBvYJ2Pqk+F4NBD+9eCLQ+N0jMRExqGZyNS/h\nxIn2XV+5vBGAxhMYfJ8biyX1cp6sqHHVxkyZXYFkV9rjPlRK8jMwbyVCFVRfoVXsQ\n+R4Cw9EcE1ebTPXsabe6f5eh/zYpSsvNvHUX/3C+dbp8XVKjwVzZc5aRChA7p6o8S\ngQQUQOyK7gmJ7LIJR7aVV6p/iLuh9j3pEYe9JL16kwHyzni3gDWv7A6O/AznTQ+1M\nhHN1Irttscd5fRV+1K1UAvEYKIE8QlHWBF0Ya6qJJKVy3ONGK+D1qlZh0iJ3v0gIO\n/y9QnfZi0Y1tPWqIcEUo51Umeu89azPzSdrLvIfpIZ5ZMhB08sOLcicQUWNjCQLsE\nK/ipuIHgS7U+dRfNj/l/9uoEPX2KcMWLMHReS+APfIMU/tseIe+MWcR9ex/Vqs/Xw\nPyVzu6EVVDtkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:59'),('probe_url:1:https://friendica.free-beer.ch/profile/zebra','a:15:{s:4:\"name\";s:10:\"Armin Lutz\";s:4:\"nick\";s:5:\"zebra\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/zebra\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/a947eec04f59b8d3\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/zebra\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/zebra\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/612.jpg?rev=2013-11-20+12%3A36%3A03\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1FMq1E9w3UjAE1plu8Clb\nt4P4T6F6NYv7eWZQ+xsjEQrEv3l/FMsiSru1Z7MhO4DwhNxJPngrhkt2sI7aIWArb\nmTmhEqxf3WbIH36cgFNWBA/J9K8CkQu3Q1N2xk/25ZY+JDGMJJwKETSYG60KZcfN7\nw60EwoMQXoNCnj7VeET3snblRO/EAFf+DYhHIBQ5H7NlCLW1D4tGrB2Sctz6jcYyW\n1nTuzPeEboJfzCCB2BM44dPlNhlROvPOcmQA2w/G/wU1/aooWWFFRt84TraOrcC1J\nen26LAztONNn64W+wg/Zk5y8uzXurZkhc3R4pi52A1VOigi5XMhJ2xxaxEven7wbH\nPbCp+IFFDHV9ikvADoVjxzTqwCE5+eB+YIsoPvmiRhJv9PvoyeMhnpQ/bR2CzMH4C\nqaWqi8ePn5djQ5a1Dp4AQeI3YfJBccM/BfNjCgPn8oog43P/EjfJ6TnQmlzOZHkGk\n8KhHYGeshq/aFziHTenkwU3MRwQLhKFvDd+CH6cg6fNuTfknS6Pe4xswgzKPLx4lG\n9R5qMZAK3Lgu+LCHtGWX3xd0GX6t97YTSfgvx0FfboqkSwBl4xBu335ar7El317jj\ndgbMJ8ILFe+3dSmFl+C33aNU1P7DZehr8wAR3fgGGWTSy8LrCkuHj4Fghv06F7qPp\n4K36Fn5A5EZECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:18'),('probe_url:1:https://friendica.styliztique.biz/profile/stb','a:15:{s:4:\"name\";s:29:\"Lass Mi Randa Den Sie Will Ja\";s:4:\"nick\";s:3:\"stb\";s:3:\"url\";s:45:\"https://friendica.styliztique.biz/profile/stb\";s:4:\"addr\";N;s:5:\"batch\";s:48:\"https://friendica.styliztique.biz/receive/public\";s:6:\"notify\";s:64:\"https://friendica.styliztique.biz/receive/users/ba09b241ba872139\";s:4:\"poll\";s:47:\"https://friendica.styliztique.biz/dfrn_poll/stb\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.styliztique.biz/poco/stb\";s:5:\"photo\";s:85:\"https://friendica.styliztique.biz/photo/custom/300/20.jpg?rev=2013-09-06+16%3A04%3A10\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxgqWrggPeYOab48lIP8xn\nxNUo6vEymJeLI0DDuiBH34sCRwt73jbz3MaAjGXOOWDRSXvxcl6jxBowTcopViPEh\nt3y5NZLj2JxgEyENeF49gqd/FBpaap8QVQUiqmD54+z6MkGfTlUkKYk/q0z4F0Ypp\nQZNVgDWZgq1VcQYpMWQnAFmIEr+7ndDp2AR7u46Bb2qm2YgU1PgavR5G2qPqy6ieO\nUvhNjQ78hH3dklXilnQI/pTUFh1VgsNFlYuklT54Z07ITDgcIbGlnW5tWIYfU6hfL\noGWoUEtexVPAOOLto0DJBxAZQPYFDpRq/snoM/Ojr+M7iUtVFYFMXr9YwFKN+qjqA\nbt7uSK/WfrR/glcperIP9OAOipNxD9ZmLO0NjAfolNe4uW7Q2IhQ0lEElgupNxqma\nQTblzVaUrIJoo2G+nlMh9CWwC5fPVn/xwnoTG+H16lTuHIQnN582DaCBeACaVFQeZ\nHfvDS0os5u6LTu3eDdlkYvg2KgBGOsh+j7DOsXCmXkSvLKP4bfs/iSZ/7pp9DsaDf\nLOBpKoTYiIYnua+BpwTTEiqMMsaz29YumWB+9ykl0bLPxOR8CDMgfDf69ZDuF8gHi\nU7zqhNN6EXnLN+1ay5AbgBdE8+QyxEdZeFfWzmAPQfdQnRGWcyeabFg978MPjO1jD\nKFUj2/3gcY2sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:47'),('probe_url:1:https://friendika.me4.it/profile/jmgoig','a:15:{s:4:\"name\";s:17:\"José Manuel Goig\";s:4:\"nick\";s:6:\"jmgoig\";s:3:\"url\";s:39:\"https://friendika.me4.it/profile/jmgoig\";s:4:\"addr\";N;s:5:\"batch\";s:39:\"https://friendika.me4.it/receive/public\";s:6:\"notify\";s:55:\"https://friendika.me4.it/receive/users/edd126d4135d5e2f\";s:4:\"poll\";s:41:\"https://friendika.me4.it/dfrn_poll/jmgoig\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://friendika.me4.it/poco/jmgoig\";s:5:\"photo\";s:77:\"https://friendika.me4.it/photo/custom/300/283.jpg?rev=2014-12-16+10%3A11%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA03gRxsnGr0Q0v3aFOdJvE\nLf/RWQWN2W6UQf4B0CYZg7dipt5KnL15/X9HK4+8YgTTQ1FgueQmxrkGD35XhLcvA\nfCNTdCrR0NXD7JtEAiBkXCaz3dRDCp1AB9RGNNbeQBCKMu4wFBXpjcNZ6R7QU9qp9\ndGUZn2EYMg92zFs+M0lg6FURj3URY+/Z838JlBBSQ5MslYIK1Ehar01Y2rkq1neLl\nnpdXvwKx4/eT5apxCBQPmTzj0swzpLDILPD/NvYJpwSXoYiWhnAC1KBrQHT4omIif\nwbvoNQUuVa+D4L3PK+kj8XZNjlohv/YMeUl0o1PcWFwByxn+g9VJFw/iMxhtN/Tdd\nb9Si18NTT7tACqk7/VOeE5FcdO5hdTn32UebAR0v5+gnw2KpLLV1yoxijkVMf4j8E\nHU8RJaOvBvdZ+78Au/zCBEBPK9aVTsmlAMXGkLyKPrxNRISISbbGOjKwPACu8afgg\nesBF4NXSNii/7ZX2hH+7AaBm1j3SsWATlynADmOOTMtcahcLNZIr2OMQzkVci/Bgs\ntmTN+vOl/+P7d5RG3CKBoA5F4gQ5TgQKzbl+S2r5plZFW/FsODrgnV6M4yeo0qz2W\ngT1QrU+KQNlsVIzln5x/x+bYqxsKz6zBwKZ7sC2QQ75si7Muo4MqqdWQ4Hojp6E1Z\nwhQRCGHB/lhsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:22'),('probe_url:1:https://friendika.me4.it/profile/keith','a:15:{s:4:\"name\";s:5:\"Keith\";s:4:\"nick\";s:5:\"keith\";s:3:\"url\";s:38:\"https://friendika.me4.it/profile/keith\";s:4:\"addr\";N;s:5:\"batch\";s:39:\"https://friendika.me4.it/receive/public\";s:6:\"notify\";s:55:\"https://friendika.me4.it/receive/users/692676bfa1ec918b\";s:4:\"poll\";s:40:\"https://friendika.me4.it/dfrn_poll/keith\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://friendika.me4.it/poco/keith\";s:5:\"photo\";s:75:\"https://friendika.me4.it/photo/custom/300/1.jpg?rev=2014-07-27+19%3A34%3A36\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA/em/rc1hSqF5B2ldP9NMH\neD7SgqdSxBrQtyAZyTv9kcgVp/VHeOp3/shSc85rH4xGPyLklefmu+Gg2LRjEVsYF\n3ZCdw4AXjUEEJDSViYINRHXYp0WkRpTnQ5gzXFCUiSePBBtLfFDJnKhYyWRfFJQsV\n009LjPSQNeuBDI51M3m6hLedYA49yG4iEpvcPWcGN/dmLSXK38MWe22aXf0t6DkZ5\nIhgaCxbS3+xOQE0C/cHfp7NPLkRLQsIqt2Jw3KK5/DX5Mf8yYuk/DP+tHKsFAzC8l\nP9t8AImgN3M+OzbGxRbw2I5GvAPeT4KrFkoDMU8otD2kPno18YQ2U+nOWHe3WlEHR\nE64K3/Xn82NtJGRP1tm+ptC/5L1X0kJl1Cb9ZDQ05rLv6PJiMQy5KyrBx3FZ756vQ\nCoZyKdcB5TyzASUoX82pVOtYwKxf5wdzVe15QDjaLSlTgd0TsPVthZRmMAb2xTP+z\nygJuM02rAKNJRMFHmq/VY495sxUbIOF3VNg2HrrMF4WNIYVjRvaGierWDxOdhLezj\nBIUS6zzGlSuqC+2dA8sgSlxdXDBbKYiqeU94apDwbDtoIk4Ybj076vF7SGAE51azU\nES5dqRpxU0hiQXIQrR2W3C7ARz8WaHvKqLJL9p9R9MIf5aK5qFf0cxx7MPMrGKNVd\nIKK+xJGWeftcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:20'),('probe_url:1:https://friendika.me4.it/profile/manolofreiria','a:15:{s:4:\"name\";s:14:\"Manuel Freiria\";s:4:\"nick\";s:13:\"manolofreiria\";s:3:\"url\";s:46:\"https://friendika.me4.it/profile/manolofreiria\";s:4:\"addr\";N;s:5:\"batch\";s:39:\"https://friendika.me4.it/receive/public\";s:6:\"notify\";s:55:\"https://friendika.me4.it/receive/users/3c78460e1503a644\";s:4:\"poll\";s:48:\"https://friendika.me4.it/dfrn_poll/manolofreiria\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendika.me4.it/poco/manolofreiria\";s:5:\"photo\";s:77:\"https://friendika.me4.it/photo/custom/300/254.jpg?rev=2014-09-06+23%3A58%3A50\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvkqMmn/MrUSVVgCQagoiV\n5YAohzh+HOvJtJB8XQ4cIwrQXacPcRMv97AHUeFAfr8L/+65QEYxJ7jNSY6qY8QQw\nqhXQUwR8qjjJMbk/1XVFGUJvK49kSvR287t+GikgPHoQoa0ZbyqgPsP7nhru4N9ZW\n0zJ9sm0Wgl3xkGmiDblvynltouNubcOzON1ne7VHZpM2CvMMZjob3xES0Ci9TG171\nbA2rAH4Y4zIn7AS16DWG2XceUruHg65ssfv2YWmux2LzfQR7MQm8wqSTHXnSAuDDz\nn8zp6QDto6sfEKOf6UFTD40qbxdta44tsWIuYH5zgNxKuiRGvytHucA+KemMvQZA/\nAHTJJbCBvgEz1IRw/3p0qHb1gMJ2Q3pCqqJ4E52adeLrvsBZ1fKisdSkbeUXGqYE2\ndExAUnL/xJB5YdB6oh8MclNBLS8fxOWTCvM1WdIZcQb2BDxTdpdZmRxs3+aK3ardu\npBm3uZR1i1nBd6TcPamvDzme2XhIxF4gvWC6aXs7X7vCDCOFAozfl0DL8Zbt//ty1\nsz8JQFFLwmVIJddtblwu+XLZNrxXqa368RFkyxM1FivuXIgz/zyt1ItftjMwTV0JG\nUjVhNwcYUElwI1vICi0xZWHb/ZNMbfcz/vscJ+3Cs9yEqyIzWy4NSj6p7jwzgoSTc\nBXEGsp6pPDtcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:21'),('probe_url:1:https://friendika.openmindspace.org/profile/anarchism','a:15:{s:4:\"name\";s:9:\"Anarchism\";s:4:\"nick\";s:9:\"anarchism\";s:3:\"url\";s:53:\"https://friendika.openmindspace.org/profile/anarchism\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:55:\"https://friendika.openmindspace.org/dfrn_poll/anarchism\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:17'),('probe_url:1:https://friendika.openmindspace.org/profile/ccase','a:15:{s:4:\"name\";s:10:\"Chris Case\";s:4:\"nick\";s:5:\"chris\";s:3:\"url\";s:49:\"https://friendika.openmindspace.org/profile/ccase\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:51:\"https://friendika.openmindspace.org/dfrn_poll/ccase\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:25'),('probe_url:1:https://friendika.openmindspace.org/profile/friendicasuggestionbox','a:15:{s:4:\"name\";s:24:\"Friendica Suggestion Box\";s:4:\"nick\";s:9:\"friendica\";s:3:\"url\";s:66:\"https://friendika.openmindspace.org/profile/friendicasuggestionbox\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:68:\"https://friendika.openmindspace.org/dfrn_poll/friendicasuggestionbox\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:21'),('probe_url:1:https://friendika.openmindspace.org/profile/iulian','a:15:{s:4:\"name\";s:17:\"Iulian Dumitrascu\";s:4:\"nick\";s:6:\"iulian\";s:3:\"url\";s:50:\"https://friendika.openmindspace.org/profile/iulian\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:52:\"https://friendika.openmindspace.org/dfrn_poll/iulian\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:11'),('probe_url:1:https://friendika.openmindspace.org/profile/joecskues','a:15:{s:4:\"name\";s:53:\"https://friendika.openmindspace.org/profile/joecskues\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:53:\"https://friendika.openmindspace.org/profile/joecskues\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:55:\"https://friendika.openmindspace.org/dfrn_poll/joecskues\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:13'),('probe_url:1:https://friendika.openmindspace.org/profile/survivalism','a:15:{s:4:\"name\";s:11:\"Survivalism\";s:4:\"nick\";s:11:\"survivalism\";s:3:\"url\";s:55:\"https://friendika.openmindspace.org/profile/survivalism\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:57:\"https://friendika.openmindspace.org/dfrn_poll/survivalism\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:28'),('probe_url:1:https://karl.marx.pm/profile/anarquia','a:15:{s:4:\"name\";s:7:\"Anarkia\";s:4:\"nick\";s:8:\"anarquia\";s:3:\"url\";s:37:\"https://karl.marx.pm/profile/anarquia\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/8466a0a1b3dfcf31\";s:4:\"poll\";s:39:\"https://karl.marx.pm/dfrn_poll/anarquia\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://karl.marx.pm/poco/anarquia\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/45.jpg?rev=2012-05-29+11%3A01%3A11\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDVSK7blRwRTqgtBhYBtar1ZXgAl\nJjsfoQ71LvfybF+xaHJNsRDqv6a0mceT/aIj33iXOIEGkln1qHm22R6dPvgcRAaQm\nMoeS3fMi/zgACuU0z0d+PxsKb+M27awFXeJb77fjCRYgoFonAQSpJ9yh7JOGaAgB7\njgqsOy/RV/zHTNwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:55'),('probe_url:1:https://karl.marx.pm/profile/antifa','a:15:{s:4:\"name\";s:22:\"Grupo antiFa Friendica\";s:4:\"nick\";s:6:\"antifa\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/antifa\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/a289c92a3e430755\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/antifa\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/antifa\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/60.jpg?rev=2012-06-11+08%3A46%3A48\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFA+v2tkyOqlXxxh3pZeXXNWNdI\ntw/f8F2nhGH6K8fmsZ4BdshoPBfNej8gfj+xQkae2yS/uv96B7fa8Cvg/kJLAIuOS\nuGYpZdyyckNX8DT9xv9jF5OMt/X2/Q9sj/PqKD+kmlrvTvQeoIMwzsuw9HDWw9JRU\n/M4mTvwBfVo1GnQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:58'),('probe_url:1:https://karl.marx.pm/profile/cine','a:15:{s:4:\"name\";s:9:\"Todo Cine\";s:4:\"nick\";s:4:\"cine\";s:3:\"url\";s:33:\"https://karl.marx.pm/profile/cine\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/9bee352f894739e1\";s:4:\"poll\";s:35:\"https://karl.marx.pm/dfrn_poll/cine\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:30:\"https://karl.marx.pm/poco/cine\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/65.jpg?rev=2012-06-15+07%3A20%3A01\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmlmMUqPzMi+FsD5K6JY+y2/V1r\nagkCQywQp75YRZdTb3lib3dag8M0cIlkg7RsKfT3MnlA6J/vu4/6JqZrj04/Zltui\nXjD/z57Bq/I3IuEs4gTNTp+L/Fbu0+ITmGyoej0B266LEcIc4Mgn/+eCMvKSE70cU\naHeT9SkCkgb+D6QIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:00'),('probe_url:1:https://karl.marx.pm/profile/eco','a:15:{s:4:\"name\";s:8:\"Ecologia\";s:4:\"nick\";s:3:\"eco\";s:3:\"url\";s:32:\"https://karl.marx.pm/profile/eco\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/cff1bc16b6039814\";s:4:\"poll\";s:34:\"https://karl.marx.pm/dfrn_poll/eco\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://karl.marx.pm/poco/eco\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/57.jpg?rev=2012-06-09+06%3A42%3A04\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1ugD+z09Rou59yNJnUhQ6Uvun2\n9WByN8/+3ArLZx7OKLvo5I68EAXkbOpQY0r3pU7E/XxpUmu9JNo4wXW3T4CdhuFfJ\nNuwlXL/tQIL9wClSZx8/o6b6066dQOZW9EvALzAk/o1eWHgj3jBBloMoPU+xg+XOw\nKSJWudzrslE9+kQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:57'),('probe_url:1:https://karl.marx.pm/profile/facebook','a:15:{s:4:\"name\";s:24:\"Facebook (alias Feisbuk)\";s:4:\"nick\";s:8:\"facebook\";s:3:\"url\";s:37:\"https://karl.marx.pm/profile/facebook\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/88fee75f42ce5343\";s:4:\"poll\";s:39:\"https://karl.marx.pm/dfrn_poll/facebook\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://karl.marx.pm/poco/facebook\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/61.jpg?rev=2014-01-17+09%3A50%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfI1THUAn/zyz5EmRSANXFk0Ofd\n5Nzt1PnAoF7p4ISH7xTQdLf8EpU4qkAJYs94OhBFH4d7MqbDGTKKAKvg8FOSDZOEN\njNwPCM2DPF9Nbl5UcS/TkTQ5yjtj5hZAk7+SjKoSeJ07OgkR5XIJYHSTO0/UPaHCl\nkpgsJyQpC/swbZwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:59'),('probe_url:1:https://karl.marx.pm/profile/gnu','a:15:{s:4:\"name\";s:17:\"Grupo GNU | Linux\";s:4:\"nick\";s:3:\"gnu\";s:3:\"url\";s:32:\"https://karl.marx.pm/profile/gnu\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/bdb488e7dabb250c\";s:4:\"poll\";s:34:\"https://karl.marx.pm/dfrn_poll/gnu\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://karl.marx.pm/poco/gnu\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/47.jpg?rev=2012-05-27+15%3A34%3A20\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDpS5eQYohbGoKt9fR2II8j5733b\n2BsD+cxf19ECcjMbvUQIxoBKvzbRc5rv7zGUwp5d6LcAyhRTIg68LRtPqx9aMtKnn\nq970q55/Nh45BkG6eMZKEgH/JKu2as2fHHRpwCM74UWfMl4QgY/byjGAmbsIh9enW\nfmOilgG5c9mr1eQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:57'),('probe_url:1:https://karl.marx.pm/profile/indignados','a:15:{s:4:\"name\";s:10:\"Indignados\";s:4:\"nick\";s:10:\"indignados\";s:3:\"url\";s:39:\"https://karl.marx.pm/profile/indignados\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/c5ea7f73d58ca420\";s:4:\"poll\";s:41:\"https://karl.marx.pm/dfrn_poll/indignados\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://karl.marx.pm/poco/indignados\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/44.jpg?rev=2012-05-27+14%3A53%3A52\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqx0Jsx0DpVQXbcJxgD+T1fS1JE\nW40lB5hVvhDG8gue1wII7EQ4JypSe/7m9Dt0QnKm8vuyHqkuAdiDJEOVjlDt7PfZm\nwLfRIGQ51rcVqG6K6CutgnVhggzBdP+09XXL6y/zMy+M7AVP9W8MA+FnpUqInPsIg\nN5A1apDIYHC20TwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:54'),('probe_url:1:https://karl.marx.pm/profile/kmarky','a:15:{s:4:\"name\";s:23:\"кαÑ\8fισz Ð¼â˜ Ñ\8fку\";s:4:\"nick\";s:6:\"kmarky\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/kmarky\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/fbe3d559a1f9ef78\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/kmarky\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/kmarky\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/11.jpg?rev=2014-01-17+09%3A48%3A33\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt0CGGw3YcZx8ZaxwTNrjy\nFZOtJK3+zPZLVAe6Ay6bS3tiZWDbpwaeRJFzHQ6zQCHhF3j1wzBPkchmKZP+OvD0f\ntzdrtypygpwi+RmGzryb30KP9SaZa8See1BpSXKYmyi1Vw4PQPXRLinQKL3F8DgJG\n1p6kEadqryP39jM5SH8piyIU2DBv2Q3SV81dYLfrA2RWlxnScWN61rNWbhjC/JB/p\n9Fj28giZ+visoQObNMb6sKjEAJa6euQe4x0oL2azKnZ+2/zwvY/Jqtd7ykQcgCdmC\nnw/X4PypIp8JUa0O0A8iCWORl1n74Y32YscjjFOgJZwE8Y4XQQQpBI5fKhaKov7/c\nW49e+lN369BNtJUPkhJ42vbYIPlCy9EilGbcrgBWMEdiIMn6oUIIBCK4XgNYBDhLN\nkIOvCeM0OGFO/PR9bRDr2Nxbfcxv84zwi7s5bZVSQgtgJGesU2zU5scjO0g+JC9UJ\n5eHJdbe/aMa4Y1fHi4kLw+eFuRCRlh6c0tRl/tT6PJstjjofJfU99lJRBDA5N3wOJ\nm3xVZejd1el/MHnB1RYqGEPUjEZG0WYi/OKrrf4w/6yMs5Picf8Be39vAHUVBg9Bs\nL1EYiiJmSaQFH3B1fQW7VbIGEMfYoE0z4JTD1zI6CdYxpYB4gXE7H7500RqbvrsHq\n/qVIjUQ48jaMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:53'),('probe_url:1:https://karl.marx.pm/profile/pirata','a:15:{s:4:\"name\";s:14:\"Planeta Pirata\";s:4:\"nick\";s:6:\"pirata\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/pirata\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/fd10d8a6b338cdef\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/pirata\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/pirata\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/46.jpg?rev=2012-05-27+15%3A20%3A12\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDS4+WZCUmZ0sj+h0qhAeewf4SRn\nUnyEKFUvx14qdCki10ajeLdw44YhFMeHKp4OgkOr4CTbUEfzTW/MulRwaukB1fQlR\nKDSDgUoeKAJhWg4Dd/+Cl2VaRDzxcnZ3xNoKArvm8LYVOduOiuPp6KF0ihOF7tqd7\nzY7ZH6Enh/QfF1wIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:56'),('probe_url:1:https://karl.marx.pm/profile/protestation_','a:15:{s:4:\"name\";s:12:\"Protestation\";s:4:\"nick\";s:13:\"protestation_\";s:3:\"url\";s:42:\"https://karl.marx.pm/profile/protestation_\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/97790bd375d9652f\";s:4:\"poll\";s:44:\"https://karl.marx.pm/dfrn_poll/protestation_\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://karl.marx.pm/poco/protestation_\";s:5:\"photo\";s:45:\"https://karl.marx.pm/photo/custom/300/414.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwSQygPqEoLI2nDe6YlnSi\nA/c3VFDY7JSbGRwKjYhTd0t4fgu3er20w8nJo7+3asBWv7iaa7ob6rsADBE+Ji3ZV\ndMSlzngmkASkPiJMH9A/OfO+K8DB94QP4IxsJw+QbeSJKplFPiVandqlc1qITBYqj\nqgJhG+lIKTk4stU7k5DB4FCIlhFBRu9qHNrbNc3PmmQJ0E7gvU/nXMX2BReGGLEhK\nsCBnXKwHBaVaj9MSRdxw7htbgWvqnvRn7tdZ+0vZtL00Ju1ZloutLKQ1Qi92rGLt0\ng4JYZU70jrPwbxTSflzKDTXnnQ5ZjrZ5XJVUnKp7rQvM3No8uPsyN4AfTEjdEOqZM\n/OA+Pxa7WAaZOuKv9LR0AaH6CT6YVEcmcu+HIBShy4YE1//hL+m9GjqsMuC5DmV36\nLN7JxOtzvos1cFLaLZVa1cIOox6gFkVDThrNkPnCW4zN4yLtBhZ6dH1nrBbnxRwVW\nc6Y3sBhetykoS7JPCzxjmBEdEV3z9NWQ8QD/U5jAA7hd4ZToOZ76HEkmzjRmbkvoP\nFSDpuArYRDdnFxWiRQLCG2XtCvxkMjCag1Ig39t9735Coo+A7Vk6V4zM7rULWhvnb\nfLtI2xsJQUD6BA0ZWmj0yRWP8/MwGm0BIRm2TJ/YDnxzjwjxRbhjrw8+NTQoiVGtU\n1TPQhV2GBo6kCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:03'),('probe_url:1:https://karl.marx.pm/profile/riveravaldez','a:15:{s:4:\"name\";s:13:\"Rivera Valdez\";s:4:\"nick\";s:12:\"riveravaldez\";s:3:\"url\";s:41:\"https://karl.marx.pm/profile/riveravaldez\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/9ed0065099596e32\";s:4:\"poll\";s:43:\"https://karl.marx.pm/dfrn_poll/riveravaldez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://karl.marx.pm/poco/riveravaldez\";s:5:\"photo\";s:73:\"https://karl.marx.pm/photo/custom/300/205.jpg?rev=2013-06-18+10%3A58%3A46\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4dOLBLnr5Tb1uUZZjhrm/\niXj/MlXin4GQLiETSDrGl+K1LjyOLX8yVksOdUJYXFpuQcLBaGi93Dj/TvuQN/A6D\n6EJU7NuN2KYqhi4aIDi8ifqBwRLGn8VAR785IOpOStXiWZnYO7tkvjAvgzfFnY5i+\nbs6r0MxEMbHAHFHNcFNV+YBFJJleI6caluAandVubJr6r6icnF4NMrtiGwX1cxNnn\nFc+4bQWkOomLsU9qcmHWVY5IN5lDBwx+tekVz/aI/WowSpXEz7FQReiIDj8X0t8OX\nMY4rZKpwER77jkS+U/oDrT9myIoaA3IbyAcngCQ/D5ZV1TXeySunzKQuODQc8Gm0H\nl3X4BdLgWJIOPKDYrMkSuSQs7MpQmjAhc0+sQEaCnNYO9Knum8B4Oe8bAPyZA13XP\n/Y4BIN8AJEYtGXhhrSwBRVPvBS9+fEul6Thbd8hQr8nKnynZ3v7Bp53WyN/CHYMsl\nXeIJZ0R+Vy9UqVSSRSJrHbrVjfmHwpeQq6VCK8isPvwH1jE3JDfMyagf7SSZn2lde\n8DER+OT3UxEG+GBhb2lfORBbWiNO5glbwvTzUOGwGGembunnsJGXvOrSlTc5aO4Tj\njuq/pzFdyHi6Ci7RfgP5d4/mJhNHRa7kQzFMWJpjoHIkHkD3JIHHVdTb4FpCv3OXl\nNeDfBNWXL/V8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:01'),('probe_url:1:https://karl.marx.pm/profile/tazman','a:15:{s:4:\"name\";s:12:\"Tazman Devil\";s:4:\"nick\";s:6:\"tazman\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/tazman\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/8fc03e02d6916c7b\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/tazman\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/tazman\";s:5:\"photo\";s:73:\"https://karl.marx.pm/photo/custom/300/228.jpg?rev=2013-08-24+02%3A59%3A52\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4bv87MwaehueYXpIIRNBb\n3aERb8XF3s9oKto8R73Hlf9hv+CR1SJGHle0VOmhplhDVgKwVHhjAckUy1Bny1O04\nVmNyyC9VrKXNrsnbIq85T+r3EA4pw8+rd2xrPxUCI04WEVUCVv1PFMk9i78VnLKNk\nhFARh/dLxtn0UCHTb7D2/Gw9nQ6kRn0D3Nv04g2lVnsrHxqPILAhAidhQeIxSU06w\nohurWGXMODwQUmXqmrEwG240ybCgVw1ge3o9yY+ZXoNkw0HckHCZMhFL0zHO/vYwe\nba1wVsXFQD5xYqdTHfd4KufJHhXEoSJ2jbdlG0YuNGLgPeiJikumxm1aPyiJ3VGDl\nPXvnbC44LizHbIkXkvC54pfM8T2g3pu0FyHEozV3XrOH7B1rVurDF0g7BY7kntiFt\npExN0D+PF1ZI1uJCzfwh6sAqwKePiNhKDjsh1nec2CKHhcp9B0AtrPOkg1cbu/UZ2\nPmNvNpIZm010gzeWvYLT0rd1n16Arm+YAQpxgWyb/2r3g0uvh5WSfMwq8ArrqDpUo\nLdvCSDmjyHI13oARWRsCwDEacqZ/xvHgNWKrmxN8UVfTUUEClYrRNdB20QOylT+Hc\nS+TX2uMh8b+yS6D17dCVuXgHkST7qL8M7vWBvCua7adw3PTOxwkDVepcuQey7N4u2\nD5L6fYfL1bHMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:02'),('probe_url:1:https://karl.marx.pm/profile/tiago','a:15:{s:4:\"name\";s:19:\"Tiago Casal Ribeiro\";s:4:\"nick\";s:5:\"tiago\";s:3:\"url\";s:34:\"https://karl.marx.pm/profile/tiago\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/29bdb60d559fb11a\";s:4:\"poll\";s:36:\"https://karl.marx.pm/dfrn_poll/tiago\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://karl.marx.pm/poco/tiago\";s:5:\"photo\";s:73:\"https://karl.marx.pm/photo/custom/300/391.jpg?rev=2014-10-30+17%3A10%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtXhSfMpcKHWja6y/SBJGf\nbM+S2AJjuPlvqgb11k62eyT4Zr+tlh/mB9RdtKEFtvcypfeqIIn4+KsCVABGg7sJo\nB2jCSqyJrmq6VEmxtSmYJrV+1NEgD+8dJOiWNXkZBXCw4UMkx1xtRzwOKvrJHAMNC\n1gNmtGxQyM+GhnMFHPK5WbcMoVym/2UBl4Hzx6sPLEcn9tFFLVHQFT+RCJVP8ixXZ\ndAuisvJNeSaa66C6oHMUpUW154DaM61VNUmNqGXaC0O4mY7JEubFGJ7PkOK89FXEo\nd1aWECDUZrNaH5zyhiXSuYV6gwO0sf9a57icr0gHT8/7biA/hTSD4GjhGJbUs2qjj\nRERbBtQ8E8bQBUQO47fuMMM6sSd7DCfzfcieErUy8tNX2ILinMmzu7F411C11uFOQ\n1TH9XSRnLh22PxGxbgKnJ5WyWOcbL0+Q4R+nTTkV3jBZ0SJTKaNaHv6rYOYfa3SjI\n+NXA5UZPA+7CCKLYpfkq7yJu5ME32l3xsh+4evlq6JlgQu+4nJudBUO+lLhCL5sG7\nSKdwv+H2R8POfyWHBe5U8irVAvuOZ011oBKPKOD+APvBgJ70XKyBp6+cLQZONiroQ\ndjk78Y73F3cdlhmqEFvSiIUAgX/XuOfTvMlJhK9/IPPbwo/xMEnIvW0c8F6dJ6LPm\nIVAlbSmImbfcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:02'),('probe_url:1:https://myfriendica.net/profile/arto','a:15:{s:4:\"name\";s:4:\"Arto\";s:4:\"nick\";s:4:\"arto\";s:3:\"url\";s:36:\"https://myfriendica.net/profile/arto\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/32a2258e87172b16\";s:4:\"poll\";s:38:\"https://myfriendica.net/dfrn_poll/arto\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://myfriendica.net/poco/arto\";s:5:\"photo\";s:74:\"https://myfriendica.net/photo/custom/300/5.jpg?rev=2012-04-29+18%3A36%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzAsxi3wBqf4HlVhnmg4+i\nNdQ6KfBbRtF/gGT3FeUK+H/EynXEIx5I7Co6/zob4oiGHHIB67kGNjOjSeB9oN8Ip\npzG5x+0d6E2ulrNWow1XuyldPQryAnlrFtFstWXp3PkozT2vA/g2ZUvz2ajbsYyS6\nVoVL2tTCWh+MydRKpdjTe45va0gK//HrTcjnWqkZdQWiyW6VvvT/mRdIAhe4omJZu\n7Az7m3kYGWlVm0D4K9+zl3TukRPGXSWk+eOGtLfDrbX29KiXSyNpclkggblJ2xFH3\ncl6QZN07uvU4eSfLjEVXpf/KCE+4pFE1AP52INDyAmtNOAz/wXeaM8cONH4l1qcqW\n8/UH5yS4edzTEQT6n36hQ21ZkGw/70fhSL1fv2BiDJiUQDjrzmLWxv0r5NQw5rqhj\nkSc0/qgqNFKgmYwdq7DdQxtQbGplnfHT2HOyBg3hEOvLh7/CcvcM8Hkauy7KQ+m6b\n6tFMhdou84CJv0zzrwIfiOqTVxY7wsGuyURKSL4RMgsRAv0CkVfI3PA6NKxycgysF\nQHlb12WT80DOvI1vxI+lWKkjCNFkK2hEvd1vjCLXolaGKpv0Xvzh9C5sGzkX2Itvt\nf1mlXThGU7HFUrYE3B3mWD1sP2UwkbnN3NRQboF0i9yjmlEm6K4kj4/n/+Z3rkrCV\n6xG4tScTYdScCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:05'),('probe_url:1:https://myfriendica.net/profile/believingprayer','a:15:{s:4:\"name\";s:16:\"Believing Prayer\";s:4:\"nick\";s:15:\"believingprayer\";s:3:\"url\";s:47:\"https://myfriendica.net/profile/believingprayer\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/a1af2de8567ecd93\";s:4:\"poll\";s:49:\"https://myfriendica.net/dfrn_poll/believingprayer\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://myfriendica.net/poco/believingprayer\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/11.jpg?rev=2012-03-19+13%3A12%3A07\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyBWW9eGyoJPVH7nopTBYZ\nTarKvHuzJ8KhEHq6t2IrTxGi9eRVkCzEIDiWV5/A6O0QOP5hAGyFNMiWsw3M13tv+\n+j6xzrd4V34VrL7S9YM92MZBi2pjnJVF0XHj9DMGvS4NTMvea5Dn3Df8Ik9H2Q5Q0\nQtFV9J5u0i0sBZ8NMbC7n1FywivquyNKwBf/vhRysM7n7SnF/o4ZZ0UCdjNpVJQ6Y\nKvA6ZHkouWX4evf0BTfG7797RMC6mnWMCsSamVsJsIuB6RVhme7hdWoiW/rs2w14t\nXlvT8z0AJOULqnI4ytVxQ/ooaK9T/aPLmAncHuZxHY6OP8R02G4i2cHUwkPfQNr6t\nDvPyaD4/m59d3DpgWWg9S9JF7nJgLvGkLw7nh2VL8yBp86eZZUvXG7UAHOlHN5WSy\njXRLK7krdGBhU2n+VxZxOwa56L0HkDiodIwBKzZ5qXSw3VLcqdvZ02XUCuhm4efP6\nq7Puf7PdHp1aPZjMhaYL/4FtLywwyImE9A3VRev2KaFlfY/CopZkzU0o3TviZzuyo\nzxoe3cQiScWLC3cUOC2wl1WMTv5045Vi21iC/cCkpoovv7KBsrJN7ysWlJeoRIzwZ\nKWwxe2p+TBjTZ89cFpMNw9W1MnMFT0YKAzihT2GDYpO7dYtEmsuEfJfs4WJ8Gny1W\nccwkoF9aXfgMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:07'),('probe_url:1:https://myfriendica.net/profile/berlin','a:15:{s:4:\"name\";s:12:\"Berlin Group\";s:4:\"nick\";s:6:\"berlin\";s:3:\"url\";s:38:\"https://myfriendica.net/profile/berlin\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/9d9664e239095f08\";s:4:\"poll\";s:40:\"https://myfriendica.net/dfrn_poll/berlin\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://myfriendica.net/poco/berlin\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/65.jpg?rev=2012-04-28+09%3A21%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAz9TDeARTfgTfdzewRxsRX\nfD3einI5HPV0eI6OME1ftABrDvPG+KOmb8Bzoe05pLnIRpk2UhxhAllJFV4yMI/dG\nXRxYzhfJjyusJ8Uyq0K+YJAsD7TaJm4nhbrx9eT4ymYC9cfjPf8oJ8jNGNsakq5OG\n9wkwUq1GsrrN5B52IMPA7bJQ6lWfw3946fIe8k5cbAb0rVlgrRWJ9tGolibNg5Vln\nMSpQ4dzVXvdHQM434TRagmsK6UsuiQOt/edltHh7n59kyebmsJP2afY2LNBA7dj/e\n0oGKgM5B5mYRpjfzPizeAubUdoiRf7yJVnon6Bw2kPw4wGpfjUbqCWEvaiaUIq8vW\n+0zSFfQOGGzSesHVY+eUaqlAbYxBKROru05peOR64vJMWgqcBWMETn83Wng+VmVDe\nhLPciZedKYTBVR5Z99w0bOSGsiFx/BcMiJJzuyPj5c4DchQRk8FukKca87uhQfMtx\nskH0KU/18pxxnlaKyTdYdtjATyqLvseDA2V6X00svOuEQrkqNPEF+gIwtonacwuJf\nvIvs7jY+/Dj1NRfL80Xk+M78YQ1dnIk5e9D9mj+ClCQpjlXr7+1pYqvoBZ55gUssx\nI/Au4+VVFIBUldDfxAi0ajCQTqWaXg7dsGcZ5DbQ0NKwWsBNipu4IWjB1Cb4N6s/a\nSu2Jj9N/kNPUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:11'),('probe_url:1:https://myfriendica.net/profile/cirilearth','a:15:{s:4:\"name\";s:11:\"Ciril Earth\";s:4:\"nick\";s:10:\"cirilearth\";s:3:\"url\";s:42:\"https://myfriendica.net/profile/cirilearth\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/3fae3213c2922f2a\";s:4:\"poll\";s:44:\"https://myfriendica.net/dfrn_poll/cirilearth\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://myfriendica.net/poco/cirilearth\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/519.jpg?rev=2014-12-22+12%3A19%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0U+XwWXHPJen+Gxfm3LC4\nsFUUhgng3EuRJGiIcFiaEk4jT162I4qOeBUbrMazdp+gdMX47SCySQ3v7xNDXlE7N\n5GCV9bHU0RGOTMFvzQu6l9FPVHhjTDpsvMGScIuVTCMt4Ckpl/r/XIGtGkhYPZSji\nC0KWCrlx5lZ7tUmkaKawkEidZh3IHoufnYVL5dfkHhng1s6Epenzvs1ISbw+2S+D7\n1Puk9n4NNs2SdfP0F4ACuB8Fm/OqvoTYzugk83/7BW1qfhzqmbdy8+C+Ah9FprJN6\npHZ3537ttNS9KxBel1dxLg2DnDemwfWW6Vz2FjThx8GNEj20SWzbIpiM+WQh9L+uv\nOZb0n+PpJBs/RyTM+ZkV7x4OgbOGX74Vj/ORSK6czMKKCqVFPoKMv46eobZc8NHFb\nWu97tu85SxmC9sKhBEdFQIeSi+no+GAf6MJJ1DjuxmFyfFruewYeRIbhG/dXkT9+Q\nlYByHaJ5jIEgMbjP2jUlL6Ucg0yk/Ggf/nHI9Wq7K/K7bOFmTou5U/xHv3AuMH8CE\nV48XUdSbccAW/CR9MJkm8iMmIhAsx7rBMcJPpUZ0uke5PzaL9VQ73wyF/IhpHmjMH\nbJbzhiwHljXAP23lNj/GNZy+227Ss95Z0LBzHWVVOO/jtivNLtI+hZoDdzcCyjQrJ\nd5+r2/BfL7YkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:33'),('probe_url:1:https://myfriendica.net/profile/deb92','a:15:{s:4:\"name\";s:6:\"Damian\";s:4:\"nick\";s:5:\"deb92\";s:3:\"url\";s:37:\"https://myfriendica.net/profile/deb92\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/4e7e4823afc7b306\";s:4:\"poll\";s:39:\"https://myfriendica.net/dfrn_poll/deb92\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://myfriendica.net/poco/deb92\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/462.jpg?rev=2014-07-29+18%3A18%3A26\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwuZ3T0u2Y+lkEqVj5hPnv\nsHzAR5V2Qzyhdg/f78o4CAc6CFYvfPNkdb8UvyYo5DIiPhYTw7XyJu3p68qOTwgyU\nJo0qFa98XGXJUCO0c4l5r3MfqDdNrlXAwdflB9Zy6ZABvMSz9fxqdygxtbagCCWdq\nOHMRk9vetyZeyrJXQx4Rxz808CmCPYwOc5GwTmA89TtCLeMam36Ipm74sgaYGaY2e\nzMGhKZLngLYY4fNngRI8BXD7PvtCXQ+ORf53Gfm5LYvrHoYXiGE1T6xC8MTgDbErH\nCwDOIcg/mSxo4LV2+PyxXYl8MDmmB2UnOMVGZKmmp/xd8BTJ5BUBMMJJ4o/FLENLv\nxQfTSrjJ8sAacnjorDOEheRVTARCr2m1ftuQwm9zzT0VGmApuSGBuwADbp9VnBIQY\nKUHD0OU/u2sslslDySFogKEKWxW+XzRXz5UhwTiJj6aR0miRatk6DjmbQAOBd793k\nyHYwyydF4WcKjnyrBpUBYCZ+TYjForF48777Q309Y01kG3k0YQzG3DYTMinQF3jRU\n8jsqn7mwwP5dZvvSVV50Nz9SRhVJ7u/IZpFrEK9v9SdAzZWPLFQxN8oOH1kzaTOI8\nXrWdEM3RL9cQOCMw1cK63kQHYnjjzmd4T6gqidIU7XUbB5y/XAr+duTdcFs6vJGIL\nx9r3t3+fcTIcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:32'),('probe_url:1:https://myfriendica.net/profile/docaltmed','a:15:{s:4:\"name\";s:13:\"Avery Jenkins\";s:4:\"nick\";s:9:\"docaltmed\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/docaltmed\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/a004ea236d34c7ba\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/docaltmed\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/docaltmed\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/17.jpg?rev=2012-03-27+11%3A05%3A26\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6sZXbwHlk7xmVsoTuQyVQ\nlWrAkRkbehQLcvOT+yR6uEtd2g0HumAkPVEUEaFTgRbMOIuf/1pzwd+KmeQCt0N2b\nH++MfpX+BSoG3c6XbiUvx3O3Et0WEwvknvsPysMY0kKEIi/UdARHdNFOyNWvk6erV\nTtSnraN4fEnRrdCuyN7KHOB5C6g9/HN4HNXYyuVW5QusCxvYhTOY3O/Ry9lCmXnqi\n8WXk+XZsc+M3KCFYd5Da5wlrRmsKfeQjlj3DbHo88vm0o5ARDLIhQcmanNET9CW3V\n+epjbrjtY9UXANriNgpUaswSqnofxHPbELtoNMBLPguVVv3Fa31C4fNz3Uzymb9HU\n+EJM9601T0D5EzAwQe3prwsAK4vwxtANZrorviRRdOzCZ1cAE+iOKgujWmbp5GUk/\n2zEbdGRqB8FrepLVfwckm9QE5ZsykILa+eFupktMs0PC5TuOiGPcQcXg0kyH2cXdP\neGSHM15cnOyZm8d3cADQ1jKnT1eMutSb4it52lRceiS8QwuZZGwwwAtrrxX2JUjs6\nO0886kIdKD82tDDtfgeLIP3nxPMkGTS86lw1uJN2ZigCIFvA6Uig57J0Si9OTBNhE\nI/uzEjY85qIzCKApUp3T/pBgY/X4AB3EA2f7SZRoGzTRXeEGFVb4szBwN4Djy/fKA\nKk2NNJADeaFMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:08'),('probe_url:1:https://myfriendica.net/profile/gatoso','a:15:{s:4:\"name\";s:10:\"Gatoso Kot\";s:4:\"nick\";s:6:\"gatoso\";s:3:\"url\";s:38:\"https://myfriendica.net/profile/gatoso\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/00b5c8fc5fc4cee1\";s:4:\"poll\";s:40:\"https://myfriendica.net/dfrn_poll/gatoso\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://myfriendica.net/poco/gatoso\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/159.jpg?rev=2013-04-05+05%3A51%3A58\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4d1l7KaUEuqngljFgcFzr\noPMU7vroEiDVVyXuE6m41RpHtRLIEhO5zC4EH9iI9tdbP+BZgHhA9+D2zcbWOw6zt\nUrKHGKLSnvbM4OeD+rn+D3JDaPkMKELPw8pJJFDQJ2MSwSzD0+p9MNo441z9Vgfr7\n2BNx+ibGRafa6Ickgq2T7bm/FT5C/BFe4WaIS+TD1lyHnGsBcYAiVTYT9xabShr4b\n8zcR6R4Onh6wf1l/KXAPYXRktwhFZY1eDo9bpPSYzYnAJuzztEpErPzx5rfeAxaeh\ns5JVKjbI6goUqP+94EaB0yz9XOYIdMBMbuWjfcoIF9GqBtR2u0DtwnGzhQc9c8Bdd\nf4VdtFsvhUhIjWZlckp1R418VUqgOW3ml/xEbzpcaKURdeJo3HcJfg645OYUQPlbn\nMhpCttjFb0U8UiucOvLxb+OxTWYPNr7hLGgNLVNEWxq1Fm7TXUHyxXjGA4Jua3xgA\nAFy6u5U1X9Vj3Rwy9yKAK5JSMGXIZmUnAfDarqqUB6zTewDcZtkkdFbCg5+B+XlD3\nxgRYSPRYTtGufgySweZSp1VPzOyh8NRKjl99/jU7xc70prYV8UVJrKfY6OJon4axb\nQrLLmFao5iHqhlSd3OUt8ygKJVNqn5GjXJYijvUGA0yL66shVCfNLm/tskx2zwqOS\nZ40oS9qE7pTUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:06'),('probe_url:1:https://myfriendica.net/profile/influencepc','a:15:{s:4:\"name\";s:7:\"Vincent\";s:4:\"nick\";s:11:\"influencepc\";s:3:\"url\";s:43:\"https://myfriendica.net/profile/influencepc\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/fcecf605e42d8311\";s:4:\"poll\";s:45:\"https://myfriendica.net/dfrn_poll/influencepc\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://myfriendica.net/poco/influencepc\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/55.jpg?rev=2012-04-26+12%3A47%3A48\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyjBkMg/LHNajEX7DYQRpk\nR2E2bfjKEvMgiOGOAu55vx8RLPdyvjwCUGJeY0CQpnbFRLP1pq9fUrFk/y6JP9znm\n9GM1LFpjlv/jJ/+K/86hQ9FAQN4hcwwZtmwDMjJ3Pbi7S2HSqwd8Y8bVAWDaHbafx\nSQA2YYepVFQ76S88D6xAt8DVIs8hSm7xDP0/vH+vcoe9IB41Yfri6Jr8pU2ISqOLi\nLKvkW1xGwkuq7n9Yatr6Uj4alQaUzCmTm8qXlMkQgDLW11GQHiajpBGxPywScpb05\no+eom5U3NdfdQAIQte3dKRrPRY5wke0Xf3YdDoczE+9KMP9tXDWnXPlHADyyPawSy\nuDeEjsTHJ5eXl0u/mDN3lk82GdbqpRWr7UrLfCGJOX+Vyy4cpCQRpeFx+ZJTPjFM/\nnRqT3muYQtk4j0sKMMO5MVK/ocdjITylNFPBahTyRFEiab+NhPCqBukdB1ICwjJ+5\nlrNHyufsrKvG/VDmhDp6R9OWxFUcVL8pX+z05PSq2dVUTVBkWEtMXgiEUPP6WlL4B\nusW60PDgFMcY4UAyoWqWR1gLrG2JaB7ANAUYXo7DRt/DH9ZMLASJZSrVjCeQSxx00\nJ5BLnO6kUSKQe/dVo3H5H295ghU9mczdo/pIfhZX9PHuV4PCOs4lGfQ/eSEacIYK+\n0JJ/zp7E7nfcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:10'),('probe_url:1:https://myfriendica.net/profile/jcsesecuneta','a:15:{s:4:\"name\";s:28:\"jcsesecuneta@myfriendica.net\";s:4:\"nick\";s:12:\"jcsesecuneta\";s:3:\"url\";s:44:\"https://myfriendica.net/profile/jcsesecuneta\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/3c3ecb1de262fdbd\";s:4:\"poll\";s:46:\"https://myfriendica.net/dfrn_poll/jcsesecuneta\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://myfriendica.net/poco/jcsesecuneta\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/281.jpg?rev=2013-09-06+11%3A51%3A59\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArjBYBTa8nODBemFKZzKnP\nR98axNEpN41+tEkCp7lSm9LbgLqdpta2SbXyV0XZD+1OFQbtQ04gn8/xM92T2CzK+\n3OqnGoMgVJ09vGabK+yfEETohuNnqNLlzPtZO8dxsTN6QTd/0+EGrYlRqy+UD/mQp\nBTJig33Z71rXD9tJm96BqlpfhRSVtwoUGWljCsyvHXk1yo7uSwy9us0YJiy0CnCVV\nHelwucvjj5KS5gAJqVK60JNv9evF1SeM+03mKdsJe11fp9/rliMCQuGHf0zP2Gzee\nQCBBsUHbhtOpTqAyfIP9AxhMVSNFKP77w5jRGrS4ZuKTLdw3lijTH/UvKq0tFeGjv\nZJYJZ4QQdPV1+swumrItOaYfVSFRYTkT8Dku0fwI6qSMrFQSaD+jj37YnKN5PnQB3\nMKUyCTVVWdQUyN0xoiyGFiPg6k4TCw/lsKZIrYrw9I9BYxVe544Wgtr4DGmay66xt\n6+5AIcjJMwXfeVcWqzQ8KxNw8oz+eK/4ocQxQIcMcnpoRPafPmlNbvVTAavQVY1zT\nNM5co/dO3HHKBIyucXZKCF/ZTfvCxd+kUPGnqX9UfUx2V+tfJeBtQ25Q3vq7gqdnh\nqMYej9bQXAG5Odpzcee/ZeKuu58Cht/GIIoJICelu1lqbNqo4GelLZNqKwQu/i2JZ\nUuqSf4OsZPGkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:12'),('probe_url:1:https://myfriendica.net/profile/linamaria','a:15:{s:4:\"name\";s:17:\"Lina María Largo\";s:4:\"nick\";s:9:\"linamaria\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/linamaria\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/c1235a2b13f6df0b\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/linamaria\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/linamaria\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/332.jpg?rev=2013-12-18+08%3A14%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAx9uvBC3ZLSpQgmHIjB82M\n4nD4OJxYNfJ2FCcwtGyu+E26uZRwzga441elbMxdH9L/65becw7+QThXoHENNBxFJ\nao+SfdPfJYTD+i/KoCyA0kIZA0w9D4VvN+W5Nt4yck75jYl1FGj+L5b83inzDwqyi\nhNl7yKB148hIZYqdNyh2PEvHcNevlEPoeJfVZMzDo6pG5HkGw+u3tXPHcBaebqpek\nrNLs1+eL+TtLrjFN2Wx3Yo1nnxgHfmB3mENsEMtNIdQDuauMnPkGiMtWujzdIFFKH\nforEfz6jFtBOUwAd31/CHSKLOd/uo96EOZ4HxOm/emheUqdLBTFrLv6ofe/QTx5NI\n9+wJ4VUrOjewh4hQIBysqBzZgeE4vm03JYFD1NPEzWSgDb5jaJgzZCyM2YDz2pUf8\nV7pZy4EjIvo8Ft4CpliOLjYdC8jWQGLlJlB4ws9Mr9ByIr+YJoljLoXpJIdCFTnec\nyEwekErkfHDgBV5iI/ltaNp2Z2hKEVaxV6X3LFBXzqZbmPICkH+jpxSgDtFXzs9c9\nnJKQ8wXKPwCrmTDd5hEFXp01S8Ajq4MmJD+kIaOTOd8FTN2xx56Pfug17WaVjW+mt\nD32Of0gJJGKaEvb+gJzYZWXKIW/Jrj8DCHPKnjM5Np1yOIDOhnL9fE25BKmaM25x5\n8+i3tNrvPE5ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:16'),('probe_url:1:https://myfriendica.net/profile/panko','a:15:{s:4:\"name\";s:5:\"Panko\";s:4:\"nick\";s:5:\"panko\";s:3:\"url\";s:37:\"https://myfriendica.net/profile/panko\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/9de3ca1214eff317\";s:4:\"poll\";s:39:\"https://myfriendica.net/dfrn_poll/panko\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://myfriendica.net/poco/panko\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/354.jpg?rev=2014-07-30+14%3A22%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqlNSvu1qWcKRlbbsM1etL\nfLN1fOs5vEDP8uDer9DfuJZAaW8jcB43w55368ArdpPRfuqIqfzjV2laytYdASvym\nDP8uOSHH7k2JcbqhLcxcFwkZOmbDQ+EnOMe+Hq5BH5Dn/GVteP/zTpuNvMzWoYJOD\n+Lg71Pt2fwL7r0HQvHKCufYoEsIU6YV+s5YayqulWtT6Dp8V349GP0PR1f4eu2taw\ne8E/3qZKuOSHQ6PFaaTTmGJKsQCF5OkFb0iJv4+fhFEoFYq/TBld0759InbdTclWh\n1e/RtPbSVL35PhY/Wy3yHDBhHkAgiDszW+LATWxEWWxTPcL2Agnw032IsFxuHHWMo\ng3ySdXbRs5q32rbGkPC5dl+ZflhluFqLkGLQxvjvF0dtV6Q5pBDkBZjv3w0mjLkA9\ndBR7qcfMjltfP4qaiUru6i/+U6K11alUD9eTZWPSnoZUAlvS4awGdQwaChI/wZd2d\nSQ/jbyrH20Xoy0a/3AauuZwnC00A1s8rWxlKh+Yd+H0AnEYvJfA+GRCiryGsjAuK0\nQKh8jAgEdrh3zN3SAyVJ2Z3RFM9NxsMzqS6krFfHS6ehyQA4rUjCBq6qRWQ+CKWN8\ngbJHg5EQi9GLZ7ovnLURONlOsgp5yIFgqLdswT/gkJITp4RlEB4OcQgUHzR1BE8YO\ngcxP8wAiywscCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:18'),('probe_url:1:https://myfriendica.net/profile/petra-l','a:15:{s:4:\"name\";s:8:\"Petra L.\";s:4:\"nick\";s:7:\"petra-l\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/petra-l\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/dd8deb588e52ce2e\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/petra-l\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/petra-l\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/349.jpg?rev=2014-04-05+13%3A41%3A25\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw1ZbmUNI3+dwbMfBABNG2\n+L4LE6q+SZcvisa0CrDT2Ya2r98keJq7RYtL5vMilonKDSOnYo+NwmnkuKa41GlrB\nlm19UrmCECW8Jruk+cVVcJunx5wU9L1GaAzlYOV08SPBqvXSVYs9YNbGrvv3gRYHh\n75eERhm/tIKBA4W3smLR5EdoRhZOd3MBpcqE336e3r5Rdvy8J2FvkxUyDe9MRs+VL\nXFwnWCBJY6m6kWSbtNJEt/USvOusW1D995ApN3F5BrAprwlqjBNzjFJfM9172fOCK\n0OkJM4cM6we4qnvFbLHRrRIfd1E+Lv7JeegV1++TJQKsZ2Ng+DDMHkoMJ6h0bgCRO\nmXds6lX+3o9HPORumpYzYfHI/P3Oh6qOFd4JZCeJKk2TY3CEPNETHXf+0FuIpd6I0\n3VPmogrUvPo23ca5QbMpUkGuWhxAutr35HfC3/NmAGkxKO8NbJOM2OYa/oEH+qqCT\nTbZneVx9/VcgAYSSqXvcVG5kwVOIxZdp6YmSjsT9wTE8yRtSQIrAT3SzFtigh0+/M\ncaBQ9hNoN/zfexXhNct0tv65IKhRWsHbQJWKgOiz59KbXisbi6F8rE02tHMXRtjXo\naHJLbU+Lm/Snn0bEJNyx0t7usLltRNq//GaQwAOVM6rd3qT5M+0WRC8VYTrKpUEUg\n8I4L15h1rM8ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:17'),('probe_url:1:https://myfriendica.net/profile/prevete','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/prevete\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/ffa2cc355cd48374\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/prevete\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/prevete\";s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsVXg3079xURAFnY6cPjy1\nOG9EkurCBLr1lLjyTkjKht6O+mfEGqr2Ov9sRNQn3YfSpmu5nmPbmuyppVnA8qmZ8\nTXw9wMXO9MDuyZX291EylevJ3HksazEXndP36CDxeNwuNxidAt5pnXJPzKDELnxk7\nOwL93RamlJqIURwqzZUFhrbjI0xUlIBMbVcHC+WnbbDzdYfByPeaQ53/UVli1eefh\nXUdSluNQYP+yN58NZ7KzcG5GXgtGThiRg7YNiF3nM+Wu30PuSTTEgG+vW/z7RBwrk\nNjDUYg8N36FlE0EoKEH5jlR59NBWDfOBlUQOa0G0R/NstEfUvFRHdvvNqlzqBANEJ\npUH2m6sYRPaM+PT9r2qgqxfGNdznJamz1bV1t1FTsiJQRoEDfSVeFuapMdo3kiYSz\n70O+GMorfh8QwdnXZuZ1q6x0tqM8mi5yTub8Vr4im1eggug+njqlUSg0x8Z5Gexgc\nuGc9uJjT56v6IllfiqZanfGH4Bzr58wACZdjCbGihuZgOZrhqjKaxPKLec5wYfkj3\n216Tc+//wLwrd7zbkJjbNsKTECwUyAIs88hieb0rg2HZX6CM8/6VJzZaFKKFBF1iy\nUJLihaaAcDoYrlwjwzyCl6O4q6jp1TKzyUlDNg6GDQrMGX217Y49HUOmJZfa+t+Pk\nSy+Xt0z75hv8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:31'),('probe_url:1:https://myfriendica.net/profile/protestation_','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:45:\"https://myfriendica.net/profile/protestation_\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/97790bd375d9652f\";s:4:\"poll\";s:47:\"https://myfriendica.net/dfrn_poll/protestation_\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://myfriendica.net/poco/protestation_\";s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwSQygPqEoLI2nDe6YlnSi\nA/c3VFDY7JSbGRwKjYhTd0t4fgu3er20w8nJo7+3asBWv7iaa7ob6rsADBE+Ji3ZV\ndMSlzngmkASkPiJMH9A/OfO+K8DB94QP4IxsJw+QbeSJKplFPiVandqlc1qITBYqj\nqgJhG+lIKTk4stU7k5DB4FCIlhFBRu9qHNrbNc3PmmQJ0E7gvU/nXMX2BReGGLEhK\nsCBnXKwHBaVaj9MSRdxw7htbgWvqnvRn7tdZ+0vZtL00Ju1ZloutLKQ1Qi92rGLt0\ng4JYZU70jrPwbxTSflzKDTXnnQ5ZjrZ5XJVUnKp7rQvM3No8uPsyN4AfTEjdEOqZM\n/OA+Pxa7WAaZOuKv9LR0AaH6CT6YVEcmcu+HIBShy4YE1//hL+m9GjqsMuC5DmV36\nLN7JxOtzvos1cFLaLZVa1cIOox6gFkVDThrNkPnCW4zN4yLtBhZ6dH1nrBbnxRwVW\nc6Y3sBhetykoS7JPCzxjmBEdEV3z9NWQ8QD/U5jAA7hd4ZToOZ76HEkmzjRmbkvoP\nFSDpuArYRDdnFxWiRQLCG2XtCvxkMjCag1Ig39t9735Coo+A7Vk6V4zM7rULWhvnb\nfLtI2xsJQUD6BA0ZWmj0yRWP8/MwGm0BIRm2TJ/YDnxzjwjxRbhjrw8+NTQoiVGtU\n1TPQhV2GBo6kCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:28'),('probe_url:1:https://myfriendica.net/profile/raudy93','a:15:{s:4:\"name\";s:12:\"Bastian Lang\";s:4:\"nick\";s:7:\"raudy93\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/raudy93\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/e0880e62815a2400\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/raudy93\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/raudy93\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/436.jpg?rev=2014-05-29+12%3A40%3A00\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApdDrpyR06QyHaiW2eLHqI\nseveAH8Va6ZRtosXD1yL+TJdXxU2t5+uW+G7TSxzzyGGBMGOFmmfE420VFecFw2hj\nCNgf+r2ChVpBRWe2ZtFHSWBFjGUoAMvopibiKY7vUsuIsBHAsfDMSyxRJ0FYR5hQ6\n4yldBDiFkdcJvmsw21ptMjKv/c7LhWAVvHVhTlwN25tVzxBgv3EW69YxXIEIuyYHJ\nrxMxhi2ETFOXicWKoomNLA/VKt5P9gS3cjuFAupq+SyObO7X7hujSRdaPQZbDoAY1\naM5wUmGrKnj3BcPRlC5u1Xsf2d+XUe8jmw1pebrwb63Xc6VNBRJ39oGpo4BkHSEHR\nLiRsLsjhzChdm2GwmbJyVI9zzuujJTrkqaV+NXs+mZldR6v0mFKoNxb6qG09vJAai\nyJ8oU6fOM/ZVT7uF7un6qFIwEtog7EAb+UVy+tHuq3/Btmu+YXbrBjsOlt7Q1uVD3\nDXvTAo7ZKFWMYSgb58pWGCOc17Zx6p4wnNEYwSwalDV7AqLfXG/mfAOQg+peHcUg+\nghUve7T+BnuQnoWekEUyUDJm5D97qNBZ9rZGMY7hveCTwvfDvLV1FUjap6lR7tZ+s\nsYecde5ENC5sCxpGw1t1hNPObhF6eOdMxTCRfRvqnKFYMqNjSBOIpkZtmZHWVylZC\nY5Uo5hb3lBccCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:25'),('probe_url:1:https://myfriendica.net/profile/rtgriffiti','a:15:{s:4:\"name\";s:11:\"RT Griffiti\";s:4:\"nick\";s:10:\"rtgriffiti\";s:3:\"url\";s:42:\"https://myfriendica.net/profile/rtgriffiti\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/0c3e89a21ec02b87\";s:4:\"poll\";s:44:\"https://myfriendica.net/dfrn_poll/rtgriffiti\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://myfriendica.net/poco/rtgriffiti\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/437.jpg?rev=2014-05-30+01%3A17%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwCBxA90kmqGwKdxMtItgI\n2QMTZwa5M3/dQ3ihykKtAltwuoh25hrR+bmcC9AM6UDJFOf9oGmNHqLStm9xqnOpP\n+djRrZVOZCf5ZofWjdjQmYEmtwuGSmtkeq9nGA5L8PmAl9HtqkINfy2KHnomsBrpY\ny0D9p1Sq/H8C3m6pf8J3dezAcd63uPNbX2/RmdfT0+8aybWVQWq/ALYFt1RAH6ZuD\nPZWdlvXOUNpZjqv7yUAw3pTcooM971l50lbTTscDQ9S8mPDcaLLkOe768m8lXbFby\nqDa3acWY+qUC6NE9n7oTS0E/Wg/BW635HWxDMH3ZwTSYR1adbF3te6jv63bkmEG1Z\nRne3B93GV28nyYJZeg9aWry93Pkm7VzmeLnffFlZ+3zF2ARFch6GXcwCPCtg2kBzG\n3IQy08x2fETRfvkV59dZEzvxL29SkeeMley9dWRe7X7M7h99ff0CGiIGidOP5VHrX\nYPC4CR0v8QDbgmFqOJ54qrLWvh4u4XgNQgYi/ZvwkmEs1CnYsEBfpWrTRz0doJzyC\nn33rpv7U9fnXRSWlVj/KmYStl1XRwgWwkoUQ98L8ImtJfp28d4eWT6VvewSgw2xVV\nhGddl/83fnkYZEMB/0Uiq5cZiXYfP3MseN4fhzJdNEojy51iFdHBZ8A19kP5f6imK\nbGagKMTpQaFkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:29'),('probe_url:1:https://myfriendica.net/profile/sam01','a:15:{s:4:\"name\";s:5:\"Sam I\";s:4:\"nick\";s:5:\"sam01\";s:3:\"url\";s:37:\"https://myfriendica.net/profile/sam01\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/43d8823a711d3dc7\";s:4:\"poll\";s:39:\"https://myfriendica.net/dfrn_poll/sam01\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://myfriendica.net/poco/sam01\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/183.jpg?rev=2013-06-28+15%3A34%3A46\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArLHYJeWqzhMm17HLzC2P8\nyOU3aZFyCqW0TIfWF8K7w4UxoCysSXRJ5TYQVmIe4eCd5WY4+/ZbkTxIWvb53SWrx\nQJNo/tf6gUnUC/buu1yruuxdkDt/3b7SP9tG40+haYW9TJr4shU1JtKCFsb9X7GqL\n0OBITSlsGlqqxAclsr6//eGSpv6X/VJ/oiQmk5l5YcHohsKRAEtDnInj+eyCRehIK\nnBNH/qI7pBeTP0Muqg6P6IpolHMIrocLMQ+tCShWeaNNjeaFom78bwl7nTQ6qZiBv\nJjHRWVurodX8fNVAcXOXeEuEfNHDqa5Ugs50Ovozz2k03GViuK8BMw7UYaZKVXKJh\nm29BacgLm/3Jj5ScNnW9JUBJykLce3zIJfNao0Z1P4kIBY7ZBFmYnMBQrE73LPJAv\nPw2e+3O9yj3ocQk7VGUUKYY7elf89yuJvFoXik4vS7thjq23vRWT8wWEtRZlMCGgc\nErK0I5BTvZR9gOFNNqIok5OrE9EbE4gbZmxP1KR+st1js1c+VN+Q/qZ1xKzw/ShVX\n+P7xa+M0U6MnvV02JsUK0twGAyktJEzqDlk8pKm2Y6jL8jCXOY63n6tnYnj47WD6y\nIMa110cQ/VHaB+KVqTDCUgVK73XIPOLh/lHJF9CueG1mi8F5aHG/DJ46l+F41cxH1\nVhmfy8MQ/LmUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:13'),('probe_url:1:https://myfriendica.net/profile/sebasped','a:15:{s:4:\"name\";s:14:\"Sebas Pedersen\";s:4:\"nick\";s:8:\"sebasped\";s:3:\"url\";s:40:\"https://myfriendica.net/profile/sebasped\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/0ce9f1805e01ff46\";s:4:\"poll\";s:42:\"https://myfriendica.net/dfrn_poll/sebasped\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://myfriendica.net/poco/sebasped\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/373.jpg?rev=2015-01-15+23%3A04%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyRWFGet7JazIoJW8nrkmU\nOfCgoXD9XiV1WJFDgTy9ow8xieYXK7Ium7jWX10PCkVzIdakrotqxfu+yF3+9yHaQ\nr0WmLcM2XjkA074H2vtvxptdSbhbIpLm0+3PDsz9DmcIi5gl+2f76/hz/EDcFct5P\nNlceX7uvcb/IGmJ8hoSpgKKLs++5PXAYUmgSyo6nysH8o2Bqr498yiU71cL7ffE90\nJa2c6tVHvcFRhMWZp2PZOq/A2ms062zKz/Y09bDTB2274sQWznpJ01Sa/SOD10vZK\nzti24VtuJBx/adVxwjw3NMCkHGbhEc9iXUMVprPzOlRwmjVEEoWP9+6dYYx9dPF2G\nKcU4yheFKHsK+B8EbxvSfqctIULZEIOvCaKMr4InCXlFryUTU3ntG0slWftUvjgTx\nWGeCcwiUmhyEB1O1D64Ubt+BZBueCoDexNog3bZ1oiLttuauJIqcyDvupp840Z0rX\nooG4ADQj4Vzd3vuEnPp2VkbMW6tU5fd+KGGT+uKFWPhhyYEu0Hc1D1LCbgyzV/JXZ\nCNoKoc5pM3S/2U9JO7uvp2D9CPyVWkyiz1wPTeaeg9ydsu0ajv/7v0L7H42ezAEus\nJrwsdqLgtxCfO54ZMUins3M2zMRxFQIFwT9sSBUBOmhHwVs9sinTQATxAHQ7S7oEl\n0vPdf83YRYZUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:21'),('probe_url:1:https://myfriendica.net/profile/shimriez','a:15:{s:4:\"name\";s:8:\"Shimriez\";s:4:\"nick\";s:8:\"shimriez\";s:3:\"url\";s:40:\"https://myfriendica.net/profile/shimriez\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/655aadab88638464\";s:4:\"poll\";s:42:\"https://myfriendica.net/dfrn_poll/shimriez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://myfriendica.net/poco/shimriez\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/403.jpg?rev=2014-06-21+17%3A18%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp2HddutFQSE95ifBz7mKx\nQmwDTUW2y3TZh/m4ZKGidLgfmimJ2MWGREcZltCJxe48pGAudan0VQPNmtV1/CnV5\nz4YsZ0JNWXUJ+fENIaTc3RfEjZ13x1/kSuCURY8yo0s0sCNtLq3Ue4qtNGDPTq9RG\nptr8WUuwOe8ywNEOmHo79nGPpogUL3LaF+PVSPBgyQK4y7bv6/+21PtPJMqnwrzmz\nZUF8g4BcgfJTLEyxBqwO17n09PACcyONk8F4JjbOFzVRbTntM9M70M8P2AqHvcohq\naWaq6XTdwEwxsCFPpPcLfB+57/mW19muyUcfafmO5zO46NybC/gUrFR1QsnW8xVSX\nN9iUWyDO9ZOimUs7dqOsrztx+LoL92FwyrN62obBPrmdR+faYEXlvq2HkfhMuh5OV\nqMMTOnwKGL9BMGuLt8yv3llC4t9zviWX7pjj6nJURvS21wc1cDC3eJNCTt9yB5k4u\ncHPAyOzMQy9uP5ICe31aKCk+r6RzRjgn3/0GZN0ze8HFUNj0jq3GI/1P/+gZ4S+xc\nypdB4C70oKdvkJCRC+FuG3nKgGrMk8FEm/hEPJcdHVBhdzWqD1QfMRu5mvxBi5qNE\n1TVW/3oZlbepqI2KQD/JvaOsxNw8ITDRxZyxdp7ScIk25faFILYfGviKOAbhU5JLC\ndRlajR2pFqL0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:23'),('probe_url:1:https://myfriendica.net/profile/sim6','a:15:{s:4:\"name\";s:22:\"Simó Albert i Beltran\";s:4:\"nick\";s:4:\"sim6\";s:3:\"url\";s:36:\"https://myfriendica.net/profile/sim6\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/5bf154d267d525ce\";s:4:\"poll\";s:38:\"https://myfriendica.net/dfrn_poll/sim6\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://myfriendica.net/poco/sim6\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/419.jpg?rev=2014-05-14+16%3A14%3A04\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA28T3RdxyBu+m2BvDxcNYE\nbxF6h4WWt8ghITizexyE80Rsr8yem2E3n7GdqtBBdkCFSqtV0WGtLx5mnFrrMygw+\n8vQU7rbGNmgDAG8Q3RQdq+gL8xRYvU482Ynh0YCBHVMHDIg1KhHN8p+zj/iITSLXj\nNEPUdFxqEL/k3yWP06MKZuiz4K1Du6fD8G5cCH6+kUj1bq7EqteZkk6zcgl1g2B0Q\niEC8pQUYTPRUf20RU6eiJvRUujQ3Ft1NQsSBO9b4OWQQKxGpANy0FwVeHyPM9I6bA\naeNto0x9MyvGFid4LUeTPJfjH4HFcwr1NKlWPArcJDvull+rWqo+fraFh6JaSuweu\nktUtglaEAAGGQAnEeFCg1IQT6FiNmVhJBY+KQw2IEef75Kq94qIVdIl6PjedAnpLN\nlyp6tbAUCfgIOqRCdmSF93VFOm7U2Nl3+QhxJ2q2Yb9cPXuNwmt56cBYwpm1KDSH7\n9bxeJdNHdHg0TI0SpkQXwbBpQ+KbmvnRuH3bwEezD1XMcC9x7vWDyDBX0ss4fyZnC\nDNahb7ldzmRx/wK/Zwh3sTw0yGox3xHKMoS/csoIz/CJuDZNKxv6kNtrkrBt4HG/A\nT3VmfaRANj2y5Bdoy+GYBdH1tLGjcrVW9Yq0HkoKcWVI2FceEzUxkazumy5Kw9me8\n9PmxEn27f9yECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:26'),('probe_url:1:https://myfriendica.net/profile/sitesonix','a:15:{s:4:\"name\";s:23:\"Sitesonix Web Solutions\";s:4:\"nick\";s:9:\"sitesonix\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/sitesonix\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/46e18d45a3905b6d\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/sitesonix\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/sitesonix\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/445.jpg?rev=2014-06-13+17%3A25%3A54\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5Xmoeam87MqJynSY+lUvw\n8BetNBICTFx7J4gnUdFXIZ/0KazJ0co7hrRK1IALUaEmEdJj0G3SeMrwwm4nQAv6M\nQPeqhuDCr/NgD9mIBNN3U0Tj6M4We60IxbJDLRTOLquA4mWkucH31sivDNLDfbqZ3\nu2Wsa99cpy685BhjvzmxCB//e2stifcia9ltIhpB3FtFM+vgyiFMnLknn4x/1KyDc\n5rETSibCQq0/nwoa7VskKtoO7Ht3E4Hef8qjMaEz6ImHHyojHk2oy6l4dnAFTSXpw\niUZAXwUfImovE5zwJkrqUGt8vsnBXq6J3CUVAmZokwdJQTC/DAP4XtLacEQ2kTvc0\n2vD5SYlL4MXcOesQTJTnv6D55t2UDLc8tnjHvEO7aruEkMw/SYlJLPLCqLQZ2+yi6\nKSxW7IdFqzYR2jd654u8oyzlERXaEWSnUZFW8c4YlK9SG2Ugj2hC4LQijnJx8Ml1a\ncMu3ECX+a0baZdzJvQG9svgegsHVG2bXGxzdGHY6jq6Sp1P84QNtfARRfkC27Fd5V\nRundrivY6SfPwmowQPkYJVVx/rIGDYLuS5P9MhsdOr6iq5kGgSiOOCPJPFuD+7XpB\n6PMyEd9Z8rRu1ESBe9aGb5U0HSCqn4MuP47WkxwMFOER1esdLQ50TpfKJRNGxCZXy\n7IZ1MuX0TZKcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:24'),('probe_url:1:https://myfriendica.net/profile/soloojos','a:15:{s:4:\"name\";s:5:\"Jorge\";s:4:\"nick\";s:8:\"soloojos\";s:3:\"url\";s:40:\"https://myfriendica.net/profile/soloojos\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/fa72f9bbb67ab10c\";s:4:\"poll\";s:42:\"https://myfriendica.net/dfrn_poll/soloojos\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://myfriendica.net/poco/soloojos\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/370.jpg?rev=2014-03-02+16%3A20%3A32\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzO58j0c32QUtIyM+pdN5O\nJAcP06iUruYZkyM/9OqOKhBZQk+k7W3Dwzf0sbc4UdnwMsZ1qwxsF5RT7cDqRlG8A\nJJIvX2uwVByl3l81ITUO3Q5SU/Vc3lj0VVYZE/iYM15HqdM27ntCJNTpzoZTvVmtR\n2pej9xm80w5GYyGz96a/nO52Qj9fv7rvQ++hWgBFnl37zjqGUDgy8Gg9jP021Mm9a\nb1lL/bB+6U+CZhjc+VOxw8abwp6lxsblBDNCGHbacME68zvQfcptPmfb94z9W4s18\n7rxijur9/rabk5qIBU1GLKNB7Vb7qNGK9BRPC7bbzYRflc3UID4lZYQA1XZidDHpv\ncKjM2OmIWxE6twAPZac92BQrxpWX024CcBOt3qiO8BMepyEnEqt8CX2LdC/KpqLhr\n3/BmQlBfgJZsqrocDXSms+XvnxWf8MnRBZ2q99uBRQUn0ko3i4OI1XelZnRba4n/d\np3K42iDPZh8h3KqNXYJ0lI6li/dAI9MmhF/XAQqai4VPYwrPleZW1FRquHQL+oPjD\noLV/qLzSg0nqJoHHaTiTsFTocCayZ9u+Z1PXLhFsshH3Tp6DL5OQ2FqRdR0sDi11R\nA1Grg2bn/FPvCAzAUTifW2O86yE+Q/xWBzF41vuW3UudMCcsojuhxRFcY0MwoQP7O\nHb1d2OxNGQlMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:19'),('probe_url:1:https://myfriendica.net/profile/stephen','a:15:{s:4:\"name\";s:13:\"Stephen Judge\";s:4:\"nick\";s:7:\"stephen\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/stephen\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/5968afdfaa0a55f9\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/stephen\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/stephen\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/294.jpg?rev=2014-02-25+15%3A07%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwQzDw7KknZ7+9XRPdIe0R\nzx6a+fTv3/c1WH5hcMTHoPXlIgngXxzRJCb90uCmfz3CfUDehYAGSadRDZZs6ve0y\n2FfAylbVkgIiXIWm51WjJR6WTq39Cm2SCBVBziwp6hGKzlct3kIY6UYVBXJ7msyjr\nzX9M5qFZSa3oo3Or1FHJSvG7Z0fFZ209emdwSV2acDLa3mHIXUS0KEtqW6bfcTRwR\nzZOfNTo5qRqhhIHXhInhVuktqK5jCTqoWPBJqNOKCqt2sGpgeHhEyWUoAU2wGGRLV\nL14CSqsTC9Eu833H4gEmZglLCfBM9PFYyVIyzw8i13dErkjbxi6JUq6l6WAK36bTK\nSh9P5cjU8UY3G2BEVLtfE/K3qJwe8FpQ8SxkxRLAWjhg+W3GFV2+zym5kKiStg9Lc\n5rNZZuO0qTk3K7hPW7bkn4+jPcHkSB/fh3or5IsEUH4o2RYt7x+HpFwDW0/vksGEO\n4g5UoD2Ww1XZr2l7ShTnpC6yi57yRptnTWmiwbvEGoBNrC0TwLeLuoIk7HHkywCSL\napb7sD73ALcu4V+WIM456smPQ8/SnjxafjoQBwBXaaNwTF84wkGz2tswzkoyXzBNz\nOsEE1PN4/zrNutKvI6aolVoKaj/XQ7Zr4MI86fN0Anulm10rzNRdXw/T+phauQ1fP\nuDBTr1RlqtiUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:14'),('probe_url:1:https://myfriendica.net/profile/the_sos_card_project','a:15:{s:4:\"name\";s:20:\"The SOS Card Project\";s:4:\"nick\";s:20:\"the_sos_card_project\";s:3:\"url\";s:52:\"https://myfriendica.net/profile/the_sos_card_project\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/de2b54c34fc13794\";s:4:\"poll\";s:54:\"https://myfriendica.net/dfrn_poll/the_sos_card_project\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:49:\"https://myfriendica.net/poco/the_sos_card_project\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/524.jpg?rev=2014-12-26+19%3A54%3A41\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsVQ9NQ6q1nnDmXHovH/Vj\noZgpKnL44AmnP6QvHNCx2Q/Hl6VNNBauilPvNgpC1FmW33b84YCMfziNy4gBlC+Uk\nsnFppDtqOadtdZt6/RJtBgta5hzZdnLW0Mck2sC4nR1KtikkW5jDkdqf/o6bdosZY\nj8XmPRqPXG6eKM/3hiJGRXMKucdzOwKodPIwmvF9WxB/wrvF88rOvNs0SaXhROgNO\nvD5WYF48G1OR8vleuUpx6pZ2rLydRwHnxNkzAUKCX+y6gB9AYVS51Rp7vFSEXaKyz\n2CFzfJBHxxLfNMLjvRKLsZt+R6KblnqovqHaLinnBwIzbpmmfjlQ8M/H5s0yGgJz4\nCII3gVIPMwtC9H6O56/t+R7aLb6h+V1ki3fXuBXK+OOo47FBwvYgUARPw6PHS4Jfr\nkygHpgBbCqMNGihG+bG9HjsgSys4QQg+tGl0A7Bp0mJ+Q1nNGRvMYY8SYDV4Q0Fd+\nL8wWhrcIW5nHR6JTnJ1Ovvy8273dV+cbmsnBLpLoXFv1cVBjaRCt8iFB3PleFcd1R\nzTI5YTkw/9zqMusufJFZO1YStQwzdxRU2Wak4rCSshJHJJGGkp1j7HSqIWhO0Mol6\nFarApxX8dmBEPuUrsCq19wsT9eGinrN0mgNf1mxX3Jv9ya29BhxGfnl7+Wc/X5Tvn\noYEj0D2MR6Z8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:34'),('probe_url:1:https://myfriendica.net/profile/tonyphuah','a:15:{s:4:\"name\";s:20:\"潘隆å\90‰ Tony Phuah\";s:4:\"nick\";s:9:\"tonyphuah\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/tonyphuah\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/5936952ed8eaebca\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/tonyphuah\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/tonyphuah\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/304.jpg?rev=2013-11-02+00%3A37%3A59\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvlN4eZjapDkcaZ1ykRCFB\n7T0gTZ0b+Ff8WlCG6q7yIdsc99Zb+fXi/Ire8kGyEfPv4Ff2Bv7ZOj5tL8srcZbBn\n90IJa/xH7kq6HN1HqGMwzptpHvLSYqjFm8JIyLn3lOUSS70g2ClcQ2u+RX1izaNaW\n7Ne6UuszlCAP3N649iSxjw4DViKAXkSNIIGuXy4z43+SU6ggGeFYIMgX1mTkE0gzZ\noxOU90CB+zNQgXIYD8XgspDB9f2W8PcpZMrzE0dMNwf62BrKHCPFcaf0uyLNWUHme\nzHvTJbaZAjJaVbd6DE06TZcMfRarFb25AabpxkmyCvGh9s/Lw/15hCykJfd0qH6NK\n6Afcel4n2OVtLp7gf6JtmTDSi+eFsvJSlXgnI/5Y9q5N2B+2C1qRpKLuiq9bj8GsT\nfvJnviiuwbCCOiazJa2WjoC5zpz4Zc9r2xPm2BcVYNBOxJUnFxBS4fMfEp51hwGdg\nbDRieEAJHb4bwN3jY+Ly5pOZZ5aBrNd0PgYZKh7c1OJOtQl4XNCR2X0veoGuVcibp\nx7uTrrbRPjlsOtD++EvimHu9YHda3CrLZVRdB1Y1qWWkWcl2SzALMmmC/MUlUdL0r\n7q5OxktMOUnqa+RKvfGjFQenHr+jZJrMeAQK9EKlkhB6H4f5zqKUlGVMDKLJHSneR\nfeoUCZory418CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:15'),('probe_url:1:https://myfriendica.net/profile/zlaxyi','a:15:{s:4:\"name\";s:9:\"ivan zlax\";s:4:\"nick\";s:6:\"zlaxyi\";s:3:\"url\";s:38:\"https://myfriendica.net/profile/zlaxyi\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/997b994a938e7317\";s:4:\"poll\";s:40:\"https://myfriendica.net/dfrn_poll/zlaxyi\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://myfriendica.net/poco/zlaxyi\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/376.jpg?rev=2014-03-09+09%3A56%3A13\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA+G9lcuuPlVM8g5oJVgARE\n8G7mXo82BLHMCaZLhUX5Qwdzesr//Bu+pbOqy8JAeaSIV52VJZL494Q65KA5YngSo\nVLl3qLG69QmXLC+aa70kPut4VP5Efu/IiK7uaeEtgHrC5E3Lg2bmb+3Ej+ce4YqLk\nyFc1VRvylU35bI3uiw5j1w24Spf4tQgY4MsueLS3mrr3pYsKnB7qNu9Tlzht8za+6\nGDEG0kMZ27ur3UjXdAPLgx9DsxqlWoBVKi00b7osu0EhjeXi+nDNR9J61F3jJn2fe\nRxV2Acogoi4B7V5e9dk7LSZvOgSuK2/FFB1C1qNpPVKmhjrWhyZEjjb/V/b4e9FKS\nYCeEKb9qqZe/smqUmRiedq0z2b0kJRqJrbsVhx0aN5NUFsy/MeMctG4Cw7/yqxeJU\ni/+8SUG22mF8h4db99fNjUr3+P9w1imBrDHGMlsbreXg8Xr2kwMr56pzanMw7pA/o\nHZT3qoAaiDUC3mqMfM64MsKzxTQ9m9kStkbxAcTI1fKtoYRetS72y9tTPp34m1mxm\nWsJ7UnBq9WF24VzRPX6G9PI7iA/atmNGo/xUiR8iD1GZiLSNn3TCXhFHaaCtdqlKd\nqkxMa/+5tMuJrSLvMMUhTWhyuxHlUFHZP5aMM7BEe9Y6RNwf3xiXoz3wdTfiyjBON\nxpkyzuROUDD8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:22'),('probe_url:1:https://oradon.pegasus.uberspace.de/profile/oradon','a:15:{s:4:\"name\";s:6:\"Oradon\";s:4:\"nick\";s:6:\"oradon\";s:3:\"url\";s:50:\"https://oradon.pegasus.uberspace.de/profile/oradon\";s:4:\"addr\";N;s:5:\"batch\";s:50:\"https://oradon.pegasus.uberspace.de/receive/public\";s:6:\"notify\";s:66:\"https://oradon.pegasus.uberspace.de/receive/users/0b4d9b4c48604b7e\";s:4:\"poll\";s:52:\"https://oradon.pegasus.uberspace.de/dfrn_poll/oradon\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://oradon.pegasus.uberspace.de/poco/oradon\";s:5:\"photo\";s:58:\"https://oradon.pegasus.uberspace.de/photo/custom/300/1.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsM4vwa4jcajmSUZFXXWt1\nB7JrgTqEIqQ66g08EOjLxKlEpmZap1W4dXlnpP37wnVQ5F1n4YEY1c7E2/ZbpDVhP\n3LUIVv6BFYxLrAnTsoXG5726EL5utY6wxRZIOhJHY1KJJMYBAw5O8bE3OCeWVW6Qh\nltZ5ezvdi7KZfQVqbh2KI5si+IbqZqydjZPMCfhIL2bN0ys79h5q8yFr/LU3k7BUw\n5c2CprTQppnKi4rSH+J8F4Vv2Bxlwh4j+3IMM153Pvx4I1jRLl8tBvAkPSjP/QRhH\nYPAyZO1nyPvv6cVLqa8fnnOenJSFDF7qZm9FHu12A3X6QZGilqsTd52Plheqa2a+/\nrYjnapqNFNGuK4UbZc1/IfWl5RLC861T5IsD48VftBq9ZvNQzOip/6Bvt69LbEZw5\ngkLBF4mY/HedL9TGioaaRlDgz+3T/Wx5+Q/3dNwr6sVHJz6F/NpNQI0AckKqmcNxk\nYIKfiqTohwQgOnfjvPjETft14rGh6J0YfQi8R+H1LeupLgcoaijOVV0YLrizOVzdE\nmfInqFcPOMVdpeqyqpYrJEeo/KF48RWD6X9CWLGHQABdpmj0S/aei8/nnRGauf16W\nkqKtnEDVn8fWg37eyLVENctlHvHGsDmvR3m0MFEeMhoH9hp2emsHhUtcfwxr1PL/Q\ndeRcxZkKu5KUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:41'),('probe_url:1:https://oradon.pegasus.uberspace.de/profile/stuttgart','a:15:{s:4:\"name\";s:9:\"Stuttgart\";s:4:\"nick\";s:9:\"stuttgart\";s:3:\"url\";s:53:\"https://oradon.pegasus.uberspace.de/profile/stuttgart\";s:4:\"addr\";N;s:5:\"batch\";s:50:\"https://oradon.pegasus.uberspace.de/receive/public\";s:6:\"notify\";s:66:\"https://oradon.pegasus.uberspace.de/receive/users/1ac52ca5766a8779\";s:4:\"poll\";s:55:\"https://oradon.pegasus.uberspace.de/dfrn_poll/stuttgart\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://oradon.pegasus.uberspace.de/poco/stuttgart\";s:5:\"photo\";s:59:\"https://oradon.pegasus.uberspace.de/photo/custom/300/12.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxzWMuVFgMiptw6tUtu5Hq\nhiKnpgrzGC2hgkL06WbkHGaPwbwm3h7NmLTe59mq7c1mELzU6+w1nm18q1zRHvBK+\nSYiUOMXqgKsHfF1Wgor46FVWqAasdAgtBOusMNdj/K4gLQfVehm94abyf+p2TLeyW\nsdxbOlhs14O1sO3O+JydfYInsf019X9WvrUrGD/PQciDNzCFAcDeRJvswt4TvHrFq\ncMQqgCePrfTb3+q8zRN034xSkOnKihkkn+NqgIooU2fkhRiZo7iyR9omO1YPSh+is\nF72+AUWcrkbtNXEdh44jYw9sctuspfEgLeBHioRPQZqOaDNbdqAg3hClDMQGL2eQ7\nkW8d67pRmxZZp5TVgV2EKUY0LxWOfoNFDOactTqQ+k7dofOs6PhChU696NeQYzD5Q\nJDgtYH9NNtwFoc+L4mVZNnGl5yKhVq3+8mHqCeyUUv9huGEVUBu2JJSM3cw2MJR/N\nscr1XtymzMNyJswLfVuszuERCvviPJpuuYjbLy/OfSadfj2WOo2Hgv3Wj0frMXbeY\nNoAJCc7qzpIlDegx8sVnxQ4s3P7IqTJGnbxmlX7iT8OFxydb35cbtodQ0fN0pHUAI\nSrDTkk/IBdSdAkI2ajjZCOvag9TEJYQ9lO+huOHyQRDh2gZ/3e1tLFyvnkfyHbPva\n5mS5H9bu27EcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:42'),('probe_url:1:iulian@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:34:\"iulian@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:11'),('probe_url:1:joecskues@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:37:\"joecskues@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:13'),('probe_url:1:survivalism@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:39:\"survivalism@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:28');
+/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `challenge`
+--
+
+DROP TABLE IF EXISTS `challenge`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `challenge` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `challenge` varchar(255) NOT NULL DEFAULT '',
+  `dfrn-id` varchar(255) NOT NULL DEFAULT '',
+  `expire` int(11) NOT NULL DEFAULT '0',
+  `type` varchar(255) NOT NULL DEFAULT '',
+  `last_update` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `challenge`
+--
+
+LOCK TABLES `challenge` WRITE;
+/*!40000 ALTER TABLE `challenge` DISABLE KEYS */;
+/*!40000 ALTER TABLE `challenge` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `clients`
+--
+
+DROP TABLE IF EXISTS `clients`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `clients` (
+  `client_id` varchar(20) NOT NULL,
+  `pw` varchar(20) NOT NULL DEFAULT '',
+  `redirect_uri` varchar(200) NOT NULL DEFAULT '',
+  `name` text,
+  `icon` text,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`client_id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `clients`
+--
+
+LOCK TABLES `clients` WRITE;
+/*!40000 ALTER TABLE `clients` DISABLE KEYS */;
+/*!40000 ALTER TABLE `clients` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `config`
+--
+
+DROP TABLE IF EXISTS `config`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `config` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `cat` varchar(255) NOT NULL DEFAULT '',
+  `k` varchar(255) NOT NULL DEFAULT '',
+  `v` text NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `cat_k` (`cat`(30),`k`(30))
+) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `config`
+--
+
+LOCK TABLES `config` WRITE;
+/*!40000 ALTER TABLE `config` DISABLE KEYS */;
+INSERT INTO `config` VALUES (1,'system','url','http://192.168.22.10'),(2,'system','build','1178'),(3,'system','temppath','/tmp'),(4,'system','itemcache','/tmp/itemcache'),(5,'system','lockpath','/tmp/lock'),(6,'system','ostatus_last_poll','1422903602'),(7,'system','last_expire_day','2'),(8,'system','cache_last_cleared','1422901802'),(9,'system','site_prvkey','-----BEGIN PRIVATE KEY-----\nMIICeQIBADANBgkqhkiG9w0BAQEFAASCAmMwggJfAgEAAoGBAL0EwaczRvO+Cgts\nHUCJde+q53ynJmuc8bHYhBRJ5hYQA/20Gnf6LP5KFXgezl1x8AmcGe0UYUT/0jjW\naL6m20aEAEXXdCk33BubHkU+N6drb0fDa5mO4TQ5dwiL+9njvwoepAe8vzfV6bL7\nMNiLTMRyOZZQ8amT2z9/IP1b69BbAgMBAAECgYEAti1obDtKzk/CpKGuS+5w4e9J\nr2X27M9WUAALxPY4sdj7z8GPpUVVqj1DFgQzB/Nx1AFFJ7B106fxOODGEcMGIPe6\nfcP36DzgW83htO73olosOq1qhKOiElqMbHHUQ7hyNxjKZPgAAN9TfRGhjGevGl8r\nfc5qDsLGu+d8o7j5ArkCQQDd4HEkBr0N5DiGR0J4eNVbnq/meHTDRCfUS4wjmMh1\nP7RD3R7hkiP92AIySVOnSWTWiniZ8mdfNyKEwtWMvK3VAkEA2hamKv4hMdczrhTH\nBa5ovpa3/uh1yqAwf/CldVVDAvuhgGRLw9kLsT23IpmjjLyIcqhGYLMh+UjgSQcj\nrlYtbwJBAKAS902YlvjYuHcYHjqwYq3RFPLf4M2n9FxTjO15otYEedekRk1TlCfl\nmeARywqcBuZJzKy0mCO3sW266zq4PWkCQQC8iB3oRr7Nhlt/3yhaKfcU49h1/eFu\nZGLpB1ESCL4ggwWPp6SzzxtDgrWhrK3tSUKv0/bbO6BgD3cMyqY23PrzAkEAtdlU\npnK0A8CRKYgSl5hq6YRVdrTc37/2up0nVP7Mm/zTsPQaEpeNh8JXPk6nO/s9Zgyt\nTSuUPQy0zj/RY8u8vw==\n-----END PRIVATE KEY-----\n'),(10,'system','site_pubkey','-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9BMGnM0bzvgoLbB1AiXXvqud8\npyZrnPGx2IQUSeYWEAP9tBp3+iz+ShV4Hs5dcfAJnBntFGFE/9I41mi+pttGhABF\n13QpN9wbmx5FPjena29Hw2uZjuE0OXcIi/vZ478KHqQHvL831emy+zDYi0zEcjmW\nUPGpk9s/fyD9W+vQWwIDAQAB\n-----END PUBLIC KEY-----\n');
+/*!40000 ALTER TABLE `config` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `contact`
+--
+
+DROP TABLE IF EXISTS `contact`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `contact` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `self` tinyint(1) NOT NULL DEFAULT '0',
+  `remote_self` tinyint(1) NOT NULL DEFAULT '0',
+  `rel` tinyint(1) NOT NULL DEFAULT '0',
+  `duplex` tinyint(1) NOT NULL DEFAULT '0',
+  `network` varchar(255) NOT NULL DEFAULT '',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `nick` varchar(255) NOT NULL DEFAULT '',
+  `location` varchar(255) NOT NULL DEFAULT '',
+  `about` text NOT NULL,
+  `keywords` text NOT NULL,
+  `gender` varchar(32) NOT NULL DEFAULT '',
+  `attag` varchar(255) NOT NULL DEFAULT '',
+  `photo` text NOT NULL,
+  `thumb` text NOT NULL,
+  `micro` text NOT NULL,
+  `site-pubkey` text NOT NULL,
+  `issued-id` varchar(255) NOT NULL DEFAULT '',
+  `dfrn-id` varchar(255) NOT NULL DEFAULT '',
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `nurl` varchar(255) NOT NULL DEFAULT '',
+  `addr` varchar(255) NOT NULL DEFAULT '',
+  `alias` varchar(255) NOT NULL DEFAULT '',
+  `pubkey` text NOT NULL,
+  `prvkey` text NOT NULL,
+  `batch` varchar(255) NOT NULL DEFAULT '',
+  `request` text NOT NULL,
+  `notify` text NOT NULL,
+  `poll` text NOT NULL,
+  `confirm` text NOT NULL,
+  `poco` text NOT NULL,
+  `aes_allow` tinyint(1) NOT NULL DEFAULT '0',
+  `ret-aes` tinyint(1) NOT NULL DEFAULT '0',
+  `usehub` tinyint(1) NOT NULL DEFAULT '0',
+  `subhub` tinyint(1) NOT NULL DEFAULT '0',
+  `hub-verify` varchar(255) NOT NULL DEFAULT '',
+  `last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `success_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `term-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `priority` tinyint(3) NOT NULL DEFAULT '0',
+  `blocked` tinyint(1) NOT NULL DEFAULT '1',
+  `readonly` tinyint(1) NOT NULL DEFAULT '0',
+  `writable` tinyint(1) NOT NULL DEFAULT '0',
+  `forum` tinyint(1) NOT NULL DEFAULT '0',
+  `prv` tinyint(1) NOT NULL DEFAULT '0',
+  `hidden` tinyint(1) NOT NULL DEFAULT '0',
+  `archive` tinyint(1) NOT NULL DEFAULT '0',
+  `pending` tinyint(1) NOT NULL DEFAULT '1',
+  `rating` tinyint(1) NOT NULL DEFAULT '0',
+  `reason` text NOT NULL,
+  `closeness` tinyint(2) NOT NULL DEFAULT '99',
+  `info` mediumtext NOT NULL,
+  `profile-id` int(11) NOT NULL DEFAULT '0',
+  `bdyear` varchar(4) NOT NULL DEFAULT '',
+  `bd` date NOT NULL DEFAULT '0000-00-00',
+  `notify_new_posts` tinyint(1) NOT NULL DEFAULT '0',
+  `fetch_further_information` tinyint(1) NOT NULL DEFAULT '0',
+  `ffi_keyword_blacklist` mediumtext NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`)
+) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `contact`
+--
+
+LOCK TABLES `contact` WRITE;
+/*!40000 ALTER TABLE `contact` DISABLE KEYS */;
+INSERT INTO `contact` VALUES (1,1,'2015-02-02 11:24:17',1,0,0,0,'','admin','admin','','','','','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/avatar/1.jpg','http://192.168.22.10/photo/micro/1.jpg','','','','http://192.168.22.10/profile/admin','http://192.168.22.10/profile/admin','','','','','','http://192.168.22.10/dfrn_request/admin','http://192.168.22.10/dfrn_notify/admin','http://192.168.22.10/dfrn_poll/admin','http://192.168.22.10/dfrn_confirm/admin','http://192.168.22.10/poco/admin',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 11:24:17','2015-02-02 11:24:17','2015-02-02 11:24:17','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(2,2,'2015-02-02 12:02:11',1,0,0,0,'','friendica1','friendica1','','','','','','http://192.168.22.10/photo/profile/2.jpg','http://192.168.22.10/photo/avatar/2.jpg','http://192.168.22.10/photo/micro/2.jpg','','','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','','','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:02:11','2015-02-02 12:02:11','2015-02-02 12:02:11','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(3,3,'2015-02-02 12:02:40',1,0,0,0,'','friendica2','friendica2','','','','','','http://192.168.22.10/photo/profile/3.jpg','http://192.168.22.10/photo/avatar/3.jpg','http://192.168.22.10/photo/micro/3.jpg','','','','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','','','','','','http://192.168.22.10/dfrn_request/friendica2','http://192.168.22.10/dfrn_notify/friendica2','http://192.168.22.10/dfrn_poll/friendica2','http://192.168.22.10/dfrn_confirm/friendica2','http://192.168.22.10/poco/friendica2',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:02:40','2015-02-02 12:02:40','2015-02-02 12:02:40','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(4,4,'2015-02-02 12:03:07',1,0,0,0,'','friendica3','friendica3','','','','','','http://192.168.22.10/photo/profile/4.jpg','http://192.168.22.10/photo/avatar/4.jpg','http://192.168.22.10/photo/micro/4.jpg','','','','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','','','','','','http://192.168.22.10/dfrn_request/friendica3','http://192.168.22.10/dfrn_notify/friendica3','http://192.168.22.10/dfrn_poll/friendica3','http://192.168.22.10/dfrn_confirm/friendica3','http://192.168.22.10/poco/friendica3',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:03:07','2015-02-02 12:03:07','2015-02-02 12:03:07','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(5,5,'2015-02-02 12:04:06',1,0,0,0,'','friendica5','friendica5','','','','','','http://192.168.22.10/photo/profile/5.jpg','http://192.168.22.10/photo/avatar/5.jpg','http://192.168.22.10/photo/micro/5.jpg','','','','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','','','','','','http://192.168.22.10/dfrn_request/friendica5','http://192.168.22.10/dfrn_notify/friendica5','http://192.168.22.10/dfrn_poll/friendica5','http://192.168.22.10/dfrn_confirm/friendica5','http://192.168.22.10/poco/friendica5',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:04:06','2015-02-02 12:04:06','2015-02-02 12:04:06','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(6,6,'2015-02-02 12:04:29',1,0,0,0,'','friendica4','friendica4','','','','','','http://192.168.22.10/photo/profile/6.jpg','http://192.168.22.10/photo/avatar/6.jpg','http://192.168.22.10/photo/micro/6.jpg','','','','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','','','','','','http://192.168.22.10/dfrn_request/friendica4','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/dfrn_poll/friendica4','http://192.168.22.10/dfrn_confirm/friendica4','http://192.168.22.10/poco/friendica4',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:04:29','2015-02-02 12:04:29','2015-02-02 12:04:29','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(7,4,'2015-02-02 18:41:17',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','http://192.168.22.10/photo/343e3e9f0f5a36ea763c101490db9ca6-4.jpg','http://192.168.22.10/photo/343e3e9f0f5a36ea763c101490db9ca6-5.jpg','http://192.168.22.10/photo/343e3e9f0f5a36ea763c101490db9ca6-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4QpA4flE9v17fh+yrMpR\nU4iKSxLOF/8ROTotrdQsk8HcHkPS7E60QUaRK45gDc9O+7FU1+90V+oo0BqdkJFL\nbFtTogP5fdNSD3ApHz7s03oBX9JenU/8JhxaH1VwEs3lLDlFrywngiYcEDZIeLGZ\nIFK1GWP79+ZwJ9WWoBhzCD4hg4excOWPwwQMjCLYAzI5INEPTw+R3CKD6EsnVLu0\nS+u3zBBsL/A+bgDDfgZoD6igJQlvenK5jStgfbiuVp1mqdXKJ8D+rYz5FQ72Yn3r\nn6AvrXcPQMbLSaUK5m1Ug7beasuhRJ5Z7TVtJ/RLNgA3mOX2A2Vy1i38VYmcTaG5\nom8AYeI/nSvMzJt7FYXOBdxKnSW0UhkXsjBQavefz7sp2Lhcw5U+7eaPi2fIkYio\nVHKU2r8uiJPFfUMAbHA2+rScBjn2lYZH0nfMKrZTzva7y6d19EOsO2aP5e4XNjU8\n0tX/C1iy6LPMCf7xG844iROXi7NPJJoTgx/Sl6+o0oqBl9J5wJDK5U33rUSqYI/p\nsPEfaStqA5CgBAvAsq0N+NQQndJzGfuYaIdfleyUSLIchHhEICE4SN62RHZ6VTlg\nIVCva4xdBrGlkGV/IgE228FwgX4GWELclfUH/KwcGHChlY8dTtVZHbTCuizvPLvl\nXuZQ9ROdQiwkYwGJA/bhM3kCAwEAAQ==\n-----END PUBLIC KEY-----\n','af2c1bff1518afaf2df6d3600a7f2f036cc758f0044c4c3c7649cf53edcb4faa','','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','','','','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCp8Dy/Kp04TBGT\n4n0FpcvC2VuOXQb62qzikK7x7PXny/ObmM0L/Ew5tw71qsOnZECDy6tcow7NAMxQ\nbrALF/xJexHxVPBTj4RYxLIPGCzxFhTWYhzWm+R4pYOsvfqJJ7X6Re9Qc6NXb7U9\nAnrHYjJgHAA9POPDE5JOE+6Z9P0zzCpLIJi+pjm49CKu7VXLwQR25lKmjyXq6EDj\nYIk/WkzhBsiknaA9Rg7IDM0ssp820i8SRr3GQLyMfyTNPCIqB3lejaDZNpyo9AEI\nSGuc8O2ei9LJ/cg6aWR1D4hZxMg4LzZneggrh9jdZhyED+ZPhWtpp179T8KhxMqP\ng5Z+EZr2RIHwBiSbcuzGZQ1QgQb57/gJTsKlKWGHptdg1H/KxHGlexylpIF5X5pQ\nPLxBcmE3VtxJEIUP9Sf1/11DBrCl6ZQ1xhBiD31MGqz3pJiR5k2gQBalqPlVODPY\nBlaOTPS5duCbUTn+DqR+8igAJTsw/dIa1xOoRjtMB5nNyrijIIHZigF/3DtnnMEo\n1iNJFUgRr+R6B1sly8W2qFjgVln4ybJdf8HV8UWGNR7hZozPG6lU15CebAeH7ZEV\n1FURc0T1yHYJDWIXauonr2G8q+JkCx59tMSuzb4JwOjfEXgUWApSTay1KNXIc1/z\nJYv4Taac6VAAAf4MDvDbyRN5P76j7QIDAQABAoICAA6miXYppFhAJpvLQOAFxSVN\nO9lwJ7PkulbmBk8RELolGSFm8PaBj8jCAWYojKmXuQAjxOg9nn8J/JNKl569OKDV\nHVzi570seEp22qr2eJloP++jkbzmv7GvA0UXM8wzQjsLYHBdJ83X8ZYK6q7ZxmIG\nx/Z/k1s0Cr70dPOM7W9TwKmta72z8vIBCiRujaD9SPc/MAzv9mLkFwQDRJHTpSEZ\nRp76f+AIdCnHAMFDvPoq8KfwtVesKRUruO6AqqlY75u5Ng7D6ImgT555L93d3351\nq3yChoqSn3iAGE806dX+LACLwryN/6JGtVqlTEO6yuHW7heEktEDeDsbKxQ/TE6e\n7T3PZDqb54COe/YEpeiaA+t6CDfsWIOqi7YZen2PEqr1rYVTSt9RR9ZV+yLaDyfJ\n9Wm2j8Uk6x7KJ/AS/gakiVTJu2BOWfFySz+R8CO61XL6ZqUhOeRmYivv/sJj7eAu\nurjhQt9L8rWOt619PqlI1GxIWtKTgBQNuUN1vTVKb8QF9A8Yo34OkrXgwXCx9OyO\nPZl0vhvpHbEAX7qE4v3GDNOMJ7ACJWhJ1z7UHpt+q6Q6TgqwYoQqVeFmrqVYQgwY\nnDLNJyWZwcy6Hn13DHiC3yvslKXvP/McmAg+Hfn5Bq5bFq4auDYbJr/MDQLpTqhi\n8sWGkdtFJ4sCTf7wZn05AoIBAQDURDfn5JI7E4gWUfwtucSAsVEtDbO5yKFuVR2x\nKHC2XJgooNeWoIY1AsqfMAY2pkMUaQZ79RkV6zJLq3UCn9aAXzFn/7ce7qPzZdrS\n73Ku3NNlIyd/0icQ8kSvNf4OyoZjl6ByeaweE0y2PboZJysubD3cnVuNDVCAwMq2\nOUsgTb94i4Am/6gK8IoZf/OlLXmYJgcHKGsc63upBzNSnJRB+pRaKtUBfOEV+zNv\n1z8YB8d3P5GVfAu5kKOm9prwqkEq5FIUkoUrftHukxTGPaaLRcisJM+9JroshneX\nTUS2fsJErdwXJl74u1qvxBCQlHau5h/GMeRTDeXDl8v+6q83AoIBAQDM83fuT4gr\nhPJHRwq2/IAy/ZzESr02qxz/Wy0QSM4/uz8lsiGRijML0c7A6c21+cKj5v76tsNH\nQavPqbqr+p/90v9Vz7EdOKsK4eWT9kEQa7vqjgUwiZwnI79IgYJBmKjabPk9XoQy\nRBn5WC+IISN3PQi2W1fyDxn73k4RS6TcuTN0UrNIvDcX/NJqBiJD5horZr5KQQR7\nfT/jSNhkuY6HyAZccwU0C/ShBKhIkG0RWo53Ul1J8IA+DvUBmQB7kESrsUbnr6Ob\nEA8qDUrxPudlOAC2UOsfL6A00dQIVtkZxH/qUbXvmRUM9GNpVFJiG8TUgTv4Z5Mp\nrjaMpE79tG/7AoIBAEckWgxpii0snabFcZytr1NmmotcFUmGGbzN4Da5FBW6sPCk\n/7ynLnPj7J8vzFVSohbcIGU5P2AeROwhmgT4Jz89KGTvyqMeXmq8T3v07t32ew9h\nmeJ4P8mpOSX0FaNFc4c7kXXsm6g01bgath2qCAn2E0G2p7F9reaJNyedyjUYebzg\nHGJ1uw93kQF85d8Nf7xjumVGwaeesQJ0vFnKytHWNxSFWIC4JwRj/dhVLvtR2CN6\ndcPBIHjgJklWS5WvqknC3lOwy9tJFPk96G+MyB3TlK9FYy7FJQ65PqnCJu53S4sT\nLjnADYKV4I4aS2b5q1FxJWMa46iGduR4ItHcPD8CggEBAJpsiF0Dh/Jihbq3CJe/\nwUiqVsiAF/ltDLhLFrVCZkUW7QmWIjzrCHNLbqFkiR8oRUQB9PUraA/0p2Qc2w5i\nFNLHfKRHjYga/qWAd974mSWqRzkAMWDVDtde0+3pxx9tyyxpF5Lp+Gl3bqq1i3ri\nnTpmvn3IbYdxYX6pjeDyQhIdaWuoNHYFeu2UDWbdoEvQwL8a9x4zxxDU2qKCbKnY\nNlCQolpeP/lrWLNKMxIZ4FRHCzlU0f24PKiF1I2Tnw17MoK7XFWNvZREkWh6A5Gq\nd+eIPuEgL0icNfYWc9Ckv4fuywLe9lrF2VqdeZoPctOBYNlNVsZgJD4vieKGmw4G\nOqkCggEBALkyBL734pf4dlyKmZeTGvv3Y8f45QmJSivGIksuTBDSF5MSLOL5hQwX\nnTnbi48X2fmFxfuPxkO4fhAjioVG0HXwr9+6CTYQmi6MK6lfFEKAh6JNO45GBRuO\nCWbsFUIrIcPULYkArtyeVz7bWs0yWUpzguddO1ekso3bZlk3fPp5Kt5b1wJAkz56\nPsYvAp9oLG0Pc1wPDJVBocsDtDVnZCxxz/rViuajut84llz5/9l0iGzB4bJrA2uG\nVX0A1gkaHRb3VdpF4856/pJAoH2ljh1U+5iquHBuvvK4vMxFeN+1fVm9c/Ksb2OU\ndLrR3o8mxnuDuIMDIUjpEZaR+FYKCSQ=\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica2','http://192.168.22.10/dfrn_notify/friendica2','http://192.168.22.10/dfrn_poll/friendica2','http://192.168.22.10/dfrn_confirm/friendica2','http://192.168.22.10/poco/friendica2',0,0,0,0,'','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:41:48','2015-02-02 18:41:48','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(8,3,'2015-02-02 18:41:21',0,0,3,1,'dfrn','friendica3','friendica3','','','','','','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-4.jpg','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-5.jpg','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAliSi9id9Ll1dpzXC/lL6\n2/5FYxdn0XYb5I2JeXBNopwbXOLDsnnzXlV2NN8riZaYRQcIbS00OuAvyYj/IG3i\nDykD2zPjVnLEWADtj1YhLSgKcfQgv6Cj/7CPdb1Rg3icbvWdVY9wabcblVa9k+qr\ngK273C47lCQzXgvMtPst1DOzxtVCGmPJJHKjXZ8hDvf/IS0pVGa0zIv9kdofqQV9\nD5u5LuNzRuEGnrpAzpfzMueDppBrrrr37sKrZfCvyYHZ/ouFgZ3bY9NNVnjuFItP\nrcDlJPL8NhGmmzuYtI03MLor+1yVdBKLIJ3G2Bxzn5tynjSX9XZzOQgC3+YVH4TU\n7WDUHjTWJ9mliD2M1WXCp2Lwc/pV1Prnvv057pAqdiMhnddzucV9nLk9X9fR8xyy\nC7PRwx0hkB427EtAYaOTr3RtInP6+cm+3M7wd6ZKTqWAU+Pi20RNrQRsqfHJ7+hx\n+i5rIG6/knB/C+MAAutEH25oY8kJYtJzXid2OBSE462DTuYaee9aGHUDNy+HQau8\nBhJ4/Wsc7Nf/7GRZ38SVT/HQShl47B1AG5AyomyWgwn9J2KJ8kMuScPmBv5u7Mwq\nSjLk5pLkwyUtZwUu8UtsFKw9HLcRksGSze5s2cbw3rf/6jgKycT72Bfm1fjRnv6s\nXt1GdSzfG9zVHuEwRDgTX3UCAwEAAQ==\n-----END PUBLIC KEY-----\n','','af2c1bff1518afaf2df6d3600a7f2f036cc758f0044c4c3c7649cf53edcb4faa','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqfA8vyqdOEwRk+J9BaXL\nwtlbjl0G+tqs4pCu8ez158vzm5jNC/xMObcO9arDp2RAg8urXKMOzQDMUG6wCxf8\nSXsR8VTwU4+EWMSyDxgs8RYU1mIc1pvkeKWDrL36iSe1+kXvUHOjV2+1PQJ6x2Iy\nYBwAPTzjwxOSThPumfT9M8wqSyCYvqY5uPQiru1Vy8EEduZSpo8l6uhA42CJP1pM\n4QbIpJ2gPUYOyAzNLLKfNtIvEka9xkC8jH8kzTwiKgd5Xo2g2TacqPQBCEhrnPDt\nnovSyf3IOmlkdQ+IWcTIOC82Z3oIK4fY3WYchA/mT4Vraade/U/CocTKj4OWfhGa\n9kSB8AYkm3LsxmUNUIEG+e/4CU7CpSlhh6bXYNR/ysRxpXscpaSBeV+aUDy8QXJh\nN1bcSRCFD/Un9f9dQwawpemUNcYQYg99TBqs96SYkeZNoEAWpaj5VTgz2AZWjkz0\nuXbgm1E5/g6kfvIoACU7MP3SGtcTqEY7TAeZzcq4oyCB2YoBf9w7Z5zBKNYjSRVI\nEa/kegdbJcvFtqhY4FZZ+MmyXX/B1fFFhjUe4WaMzxupVNeQnmwHh+2RFdRVEXNE\n9ch2CQ1iF2rqJ69hvKviZAsefbTErs2+CcDo3xF4FFgKUk2stSjVyHNf8yWL+E2m\nnOlQAAH+DA7w28kTeT++o+0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica3','http://192.168.22.10/dfrn_notify/friendica3','http://192.168.22.10/dfrn_poll/friendica3','http://192.168.22.10/dfrn_confirm/friendica3','http://192.168.22.10/poco/friendica3',1,0,0,0,'','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:41:48','2015-02-02 18:41:48','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(9,6,'2015-02-02 18:44:07',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-4.jpg','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-5.jpg','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyvuTsaZaTgPDm69uxixR\n8qd0ylkeA/IY3KDsI4vjrLuF7WLmU07lzQXmilQJ+MlipIju+wFXx3a8ksavEYpP\n9ZU9YrpXe7zneHRLTxgMDH9IMbSCIUAkEsozpzF02Ft0+G36tzIET2oTuU6uLtx6\nI5ifmF/qFC+4avAoABQg8qfOPpuaP3AJ6FppqEifUsb0lTWqP4zg7PQXC36oKIJ0\nUDuQniVy8lTxVfkhoi/aHZw0khVXe6tDK7C0ALg5U7jLTDNdJ1R0v5iC41QK4CEt\n5x4x008mdk6xLKGZiou1UuEPv/+WSQU1Q21JFzNVGBASkRu7dUVH6k+59VQr3ONI\n5bdbAZviVY3ezFNtBeWWfDk06BWoZwX67eGG/dVsCPnEkuP9CpemcwwGZbYCIqf0\n++5h0CU41CjNShHdBD+Q+ZQmT3I4sAlPZ7x90nA9KfuKM9QyTPQ9EmK2bxq7TKvV\nzLqHptL5mC/VH4FbO1eKf7p/f7XxOaeXGANUaRSPwLSO7lk8lkl/wj7sNJYGYygC\nMLTqH8GTizpyPkSDv5xO6bYn/g3BYFuUM5x1MZVS8MdG2a3L8UzRiXUsm/AjnfSV\nImN2+8bHJI0wy9zRxfEaG8pvbupb7UU5zWr3WRkSVr84Bq1SJNxLfWZj3GHLaesr\nu3exEdYGfxLuG1zHIROVwlcCAwEAAQ==\n-----END PUBLIC KEY-----\n','','1457f73164eefae32c107b310f3720c83bb5c7f9df88de0114714f4c77055337','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4HA9qXSYftx7tS6kTVvs\nBhVx7hPK57GIpUU6azuFGqmrAqEEsBh2+oLTDzYGvq7UW5NAbL6QdvoFkJC4tTJK\nwfMO7noAhBzzrLpGjJn6W1v7OaGX1VAQM32+dqgUP7aJF91DKx8nCcAqo8yPp4gr\nUe1Ev5Yrsa9so6XRXEI0n7PHTgRir8HIAHC4sDl1THuUdahD0q5hy+7ymyUHHEsF\nJJIC4zCuFNGdk2wqDdG534FAU5CKOL/OZW1n9vbumU8zwk3hdt5rmzxyxx6ji9KU\nJiSLSErGLo0xQklT2N+DND61SgSqKk2JDmnD6NtCb9u9Q06E+jpT4mKrTrxURqa0\nQ0So/7ZbJJWb2y7Yd7KTN8pvVzC3Set9+YXH8EVypVsAW/Io6KoUiFEuJhp1291R\nVXjt4opm3unxNVCYnl/Ui/p0mw9QjuaEx9/7Iu/RUKjXFWzqmzpXEinfVk6rscC5\nTJn7BAZFkhZD85YSmSuPkDbtiAS99uIyO2jaD1G29lkVzdG74KW54r2Np6rIOgqK\n4Gsr8H7LM/R03jBMPCjHtWT0bOyT6ySzqdq9YHsW/9Fr5uBL5EeOuL/xKuRNaaQs\nIflXwfcb35ouz5PDeP3T8m1tBhwWN2kiWVCiQuRQINhG1vFHU28Yof3XAQ3iWiV+\nfPp/WfEiQ/HnkJdmlwq82eECAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica5','http://192.168.22.10/dfrn_notify/friendica5','http://192.168.22.10/dfrn_poll/friendica5','http://192.168.22.10/dfrn_confirm/friendica5','http://192.168.22.10/poco/friendica5',0,1,0,0,'','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:45:30','2015-02-02 18:45:30','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(10,5,'2015-02-02 18:45:10',0,0,3,1,'dfrn','friendica4','friendica4','','','','','','http://192.168.22.10/photo/d04134664ffd0d558b08ee01f6859f3a-4.jpg','http://192.168.22.10/photo/d04134664ffd0d558b08ee01f6859f3a-5.jpg','http://192.168.22.10/photo/d04134664ffd0d558b08ee01f6859f3a-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3nCYawg+HTyQgV7a7Osg\nCXeACOitKLhcb2WDTN/lLOMO7n1lSm3Kdv1dbOc0/lkAPeB2XsLF/aDfoUPWWg4Q\n/oRPrXFIi2dK/cIQVvgOhebQheztAYPJyaYYMWVK7bLbPuKVTyzALqkWD8Zjjtit\n4Uvm3kjmcofKr+/Lw+VFaEBMESQDbP5eTDtQeDGGjluWQMj1/D+V/Tcm+SMrAVIv\njyklQEhBJlYGJ+LsfXv4XXbeH73dkIXkQW5JgWQyPCloJ+PxmmjjEDozsdgmFQXq\n6T9HFVHvW2O2lmDoaTrbIGrULWBpslKZJJrV+LgtkzhP4uuKfJPD2DpMJ4+ixtBE\nzM/o+EuYDTz0P3dTvwruq1t8gUYcQOVUzEp1LM0qYDMVY86XneW1W5xghztl5zqy\nGBMBvjVIFvMVL1cVeXze4zpwwKln2cArepToSpN7lmy9EgBd9mZrVLWosZShB9R0\n05kBc2Tfv7FlixwZ1P8rwJn9sEEs9oa6TnRLL+7L8eqapg6vUI1G7e0HWWEjdHsR\nrYVHYW+ogtOYjrQ1Tfh1W2PtNaez5fGYVBDjC+1vy0scJmqrgy00z7MHBT2WTOAL\noHbdedhpa3UZ0FrsCto+vqil8BcF5aBhi2Hi5YdKtbY3EBsaabcSO2joc7rlmee4\nxdKfDRYXCPysFPhZNgIW708CAwEAAQ==\n-----END PUBLIC KEY-----\n','1457f73164eefae32c107b310f3720c83bb5c7f9df88de0114714f4c77055337','','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','','','','-----BEGIN PRIVATE KEY-----\nMIIJRAIBADANBgkqhkiG9w0BAQEFAASCCS4wggkqAgEAAoICAQDgcD2pdJh+3Hu1\nLqRNW+wGFXHuE8rnsYilRTprO4UaqasCoQSwGHb6gtMPNga+rtRbk0BsvpB2+gWQ\nkLi1MkrB8w7uegCEHPOsukaMmfpbW/s5oZfVUBAzfb52qBQ/tokX3UMrHycJwCqj\nzI+niCtR7US/liuxr2yjpdFcQjSfs8dOBGKvwcgAcLiwOXVMe5R1qEPSrmHL7vKb\nJQccSwUkkgLjMK4U0Z2TbCoN0bnfgUBTkIo4v85lbWf29u6ZTzPCTeF23mubPHLH\nHqOL0pQmJItISsYujTFCSVPY34M0PrVKBKoqTYkOacPo20Jv271DToT6OlPiYqtO\nvFRGprRDRKj/tlsklZvbLth3spM3ym9XMLdJ6335hcfwRXKlWwBb8ijoqhSIUS4m\nGnXb3VFVeO3iimbe6fE1UJieX9SL+nSbD1CO5oTH3/si79FQqNcVbOqbOlcSKd9W\nTquxwLlMmfsEBkWSFkPzlhKZK4+QNu2IBL324jI7aNoPUbb2WRXN0bvgpbnivY2n\nqsg6Corgayvwfssz9HTeMEw8KMe1ZPRs7JPrJLOp2r1gexb/0Wvm4EvkR464v/Eq\n5E1ppCwh+VfB9xvfmi7Pk8N4/dPybW0GHBY3aSJZUKJC5FAg2EbW8UdTbxih/dcB\nDeJaJX58+n9Z8SJD8eeQl2aXCrzZ4QIDAQABAoICAQCwFwAaIvO+nQimV8jrNRLS\nlyLDU14gOMdoPA+gsJs3FyWoM2M1Moyu8dPcnFvgYdUVYEvsxfscjf+ttA5ng+Tp\nlOUDME+VWA3LWH8fs3OdGGbcia9R2rZLX/3+pNL2RiX7xkr72z5KxS3vRAD1xb2P\nUuRcmNsBVwyavO+tPfiB0JCv4nr3QMfFqKsPAJXKgy8wvOsxskXitkA8f2m7xhRr\n4+9GBxyeEvRaBURdgU4fUQ6CQeZgrgSmyZcHSihbuqt2aJpcJBgzPNMk7SIOAxLf\ndk6dUqV5QqgCRPv3LS6I4CZmw5ArDphY6Zye5uCSWMp+s21b0kWcWiPj65kHsaW9\npU/ffgJGr3YQBBJ+bca6XGuABvm4edolk4OS08CKa/Jh3YLO95Pvvn0Uj15alq2D\n7itEUv8LF6r9EA0KyulEAPYyTeiDEXcis0vxo4aimmq3SbhxxwngMIWvDmTrI5C1\nnjYsRw/4D6GWta32dLpYr5MgGMlJmw8gVa8yauDANnOoM5Qn3rKNT/meuxE1EwZU\nz7q8mfdiO6SMec9Q+X/irbJ4l+IRKW5qgqUOVFKRs5DuJI8FbpQioHs/fEDtmTUP\nvIMBXncX74vhoTUX+gZpuGMFWqCMmE11YR6wA4DnmLUCf8VSHez9noBmEiTDT8eu\nIBVR/p9qsc9JkYNo2FG9nQKCAQEA789ecTua3S5BXSA0w4bjnvLAMVG4PejLNuE6\nqRosRFx3+SgnH7/WMMLfwTRgUkWQA+ehMgr43pfI28ECuWqlqfsNJK3IRC33i777\nMefCQ3CXNpTWjLnVvv4hMjqLCKfjxzSlCt0a4gYsZRdMtqzn6XhgD/mCCV8xBq5s\nevMZGnmxeAuGSpfHcj0NzIz388r3t9T7mDP2x2SQ2NS68kbdWiddkbayUWRnvlhO\n8gxjECCqzmMnjeDH4I0H61KCBKxwTdR31u4upBktRE2zf6gLyjUMwcYVGmSt2a2o\nRgiR7lqSLweND6Wa02IvhpvlwPoWLUQu7ZXUi9AT+bhjw6yOIwKCAQEA75c0fvEp\nsUZlau1JgmHWXLyZS6HGNylBYNqKLgupIq9F1GLedGpByPgOsIINNwPP9CyxgQxQ\nRsE7Idd6tg+7FAHo6CW8YhKvMtbwQb8/HrOABv0noevDk89uPIKMlfwLgL3noFx8\ne8WpAQ2juEm+kpzfclu48u3WxnGi28SSHWrc9dbUxKPL/aMvLQ9CuZiXzSBrE6Xr\nkKJFrDSVAleUW9k9zfLW22MdFYBfMPa1FJCGVHLdzknZF1zErvHYIjTYLrAkrvmy\nV5flXjz7wpjL4g0ajCzb2YWi1CbJ5SWVRL3OaT2hL4ijSR122TxH6QKxHXDZGDQD\nBCkk9PZVwGG+KwKCAQEAraUrjrSJU8UtoWAztK1U3wCJ+GxjC7kohOmcD1ybVzjZ\nyrmvcsb3MsG5Qe5KHOiv+pPb3h+hy5R+5dkhvt8hbC8Uek236N6cFD3LKHzX5vt9\nExG9NZNO2gisQvGvQSpIvjM5mt81mxq7RMwVSWV0XFNEw+x4o46hMmRUusaSk+Aw\niGtX52V2Dxt0hXxCAu8iZqO7Np/R/tmsJMYNRGfZ2nEMyPlQr60Tjfnl2FDt3ny5\nEc8skgiE0u1sIZLSAM5YV5MU37YCYeK1K3NUGYi2WMoHHbzwBPeIB0o+wc9s0/oT\nRiiilQTmUlATd9YlDJJKQqbPkEvg5whZnoZM/yBQnwKCAQBFZt9mBiW1nFa0apfo\nlL6rjlY5elsYj3LIw4VTYT1VNsBbjWgzALSdqn1W09VQImKSsH+aih6W4FJosypw\noo3mdccpuAShxBfL+kcORH/cPNLRM3PPi6PTpTqhfI+Mwr3yRRBbe27zy4XxMCpE\nr9fsUFTJo5gnho24XiJ21rIco1/uNpTbgTcN+b8opksFyBXw7XsW7fEWrGrSP0kK\nrKPlF0C376gdVNCP8eehH1XE5ziCLePiZbHk+pJeut+IyRX2MD/wD5SBmxZt/exP\nqkMk7/bItBXbJMLOAY5qOkDK8NBh2+BdDI+AFnDe7H9IF+eGR7IbOLXG9sQl0VV1\nrNqRAoIBAQDcaPs8IbbP5SdAGRUMotS94XRdnJOTuJ6jev1zS1yvp/8ptMdkByoy\nqXw4UKUXpQOUDr82B/MPWSRAS5xjXogfbYIeBLm6CpYtjV+XhGJcGbBg/wVUMKvz\nFreSCIEICWi7OiGQG9j7E1hLWpMI59LBFHgLBX6KvNAiuQbTeEHus243FXFlD9Sl\ne+k4tw1/CNgPozRfrLJF+uxUH0P9kYXFXFxXff2PK7VLr3/2Je7uV1ckPLlAJCFI\nnEQpdPjPmRhmohiHv5NHlqLVNX8I0XincM1XPdD/qiIqP+asrc9CF4z/Od9F0XSP\nuAn81wfguN+AIeC3BnIO1RLZnpAEwUWW\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica4','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/dfrn_poll/friendica4','http://192.168.22.10/dfrn_confirm/friendica4','http://192.168.22.10/poco/friendica4',0,0,0,0,'','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:45:30','2015-02-02 18:45:30','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(11,3,'2015-02-02 18:49:20',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/389cca68d9a2e64538a81680925703b8-4.jpg','http://192.168.22.10/photo/389cca68d9a2e64538a81680925703b8-5.jpg','http://192.168.22.10/photo/389cca68d9a2e64538a81680925703b8-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','4968c78f8a9df6fc4e43949748a0e94567dc0f83166cf83cd8e0f98f406e1b3f','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCjZo+s91a7V4+A\nBcZd/axeCE1p9HDhxwEwDWGoAePFzaksP4MyreLJWgf51LwAzYaEoeyYv+iyUEMt\nfkn/9VLWuA4qRG8yKQVqh28OdDPUdwsvIo7TmFgkVBL3yOuPts0EeJddle+CBOCO\nViXl5LgVf2pPY5ELIPmOUOQdk6IX6aixV42gt4L8V+hQVCS+b4S+LmGBTxr8e8XD\nTYEY1kQQpUtXU9G1A0kdr4bxGuA0WNY3pplbOwV1/F1YYpwtANslhuV6FTKgEjCd\noQhRaKFH0lp0HMu7s48R7UgPjVkP1c5MOAXqJo3biqMyFctAx78jaHij0VONr2qL\nayYTPfY0fypBb5uKfYquvcRQO6v/oaiZ4jP0hLszekBo4sPqtDduMWwlzEmEDqNT\nMctn0ADpgnvmPT69OSSyFE6d2dxcPbP77v5hjF3UJ6inzqzuxE2NxYK5UfhUwL3Y\nBynrZISwN+THekkABx9/tqwLCd2z68ocoaJi/tc2oQKSGwNgk/pa7Gg9zkgMdhQK\nAzYcn+cNpODx6LOKi7ILhiNEISHU6CnobbUpwNZrESL0fhSwxqTMV6s9zCQxdtVX\nhhrzhh9MCz0fRi8wYvU3ZIbEsP36iXAyqUhRHm3LZoH6VL/qHLZIlZGKEK48cbLo\npqiPzsGMazBECJvRg3mWC7mfzEQqAQIDAQABAoICAGFrR2PHP0WIiby5NLBbCoYx\niv4Nx7NEc5fTkpKZNdR7rk38O9teQqTrcW/o/oG4B2hSJf5YBIMzSSn5bmMVP2NW\n7tMSY/1S6bC+uF60tyYIJ3ndr6vF218lZP2oI5FWWls9Dnm0Z8xr3fnesM+kkn/2\nrEpSwWoSKddIsQhVOcHqBDJfUcgtQQHz40TpNdL4J/s/KdDvedZocNrk/X/yVzhZ\nZFbXWWMDZ3c0bE6ZSGzNPkKFqE71HGdgo8KLYDOQnBd+mpgzxTAcSDHijVQD/owU\nhOtPM8Rf5H+6qUjka+H+BfX5PMWCYPcwa+Xzim+/51xT8AEzTw5dNDeVFWlJetyT\nul/OUTUZL9oFdFlxaMvLZkhcKeVEvms6/QvUiouIe3g6l+yfqbqAnGSQLtil07Kv\nfNBmX3/PR3d0/NjClr9afWrLUXUSgcWXF70JwkUk3pes8WNg5v1/rk2i6Cqj7ns8\nv1Vlq9FThQcNbCNK/Qh44ytJeox7+7HzNWqYeRjYm7pUTm5aIrSUR7avETUDwSPg\nmd+IfL0m0gp3tFycY/gDNmE7BLoXZuPl0/vm48BVOuVszJ7dV/YQ1gP+HKtzPntI\n7CFXl2zxr9gLOoFC687eMVUagTQjvq/M1LLOlkr8RNqPKS/a7F7mwW+X0l0T5RER\nir5g5xsSqkJbVrPSvP7VAoIBAQDQxgkdBMDqK0PtxsBsFhSD1K8ueTXk99OzRTxj\nCU8fSGJr/lKbsG5jRHBmlj1HViRoD2JXnTfzwtIkbiZMjRJG4cjj0d8UDb4dUwZ6\ndU08Mb2Y8p7oKl+Dv6lI5GylP6vy2N7bcvHLgxWteeByhOIp9mNHKD4c5Cg3iOLD\n3HuUOEGY9DBqcpj94QYsQUdpLTp1cAq5Np6B4ZC1lGFfyzAr32NN+sQpXVHt/RsE\nMqKKu6R1U1rWpXCCGlJWkLdC9QI/raJKfQXGvixYLMngmb5nuyfp46rUmaur/Ogn\nq8KA4eNQdDa1UP1YKEzkbXCebcxtiJK+9kGeUCalUZx6d0lLAoIBAQDIXQDAfvta\nnU32dDJTA5GT6upTYF9NwYAe+89/kAvoBIL+nnbiOPsvReBb+XQsD6UucxgQy4yo\nCcEWhi2Bvg4ACoEIK+XULwm5SurFlptpTbpivVkbHv66O4uHbWRoegHAlz7lISIV\nLPNYrn71WcDVkfFDOBu7llXJ0wOUAeaX1ESAnDRHKZ4q/z4bSvMfiAbeL89Ghb/t\nfVC74Ac5cWYIgY10jGpSPxYUVb0Z1dka9BmBPqhaXk5ss2Nz5cR4F2VWIRF+29bU\nw+ws7iBwPiuK2zliesH/F8mqs02bH207PlcGtBH5scrlQWwPRItF1E91glJEyDcF\nXldTHFns5zZjAoIBAQCbEi3cvxYoGaDoMdPltPTiAw1oIKJWg3pc01WKXnTF0LdC\nbfKgMAmedExk9r1nimWaYarzVxUjW5dJdgO+op5rxfO4vL/NHnQTRgMu3IhU6MFi\npPxBiI/PxYIRYZINoGCxDkNij1toheKJK1j61xdCgf+17/9K6HGy5ltBjjjAnJSk\n7uQzfRGEqisynf5T8kNUzbc5YYeVA53AMgmt5LfQLqqNVnF0JBviATmbAZ1YHQ6I\nEzUK8HHEQZbdM7rb4i8ca3V7jKfIuqMnj4UX7jrOw+ZexTuzlL0+D6nFJcBgiOiW\nbuvf+9tiKvUKSvv2wamxxlrxuup8lB5Qd3EaShZHAoIBAQDBG8HpxXkEMLA/ZGZM\nVBgu9C68BRpVmrWdJx0p2O9gw1hthtUV281cFoDSpG4vOTT+u7bqGQSLwDr1NoUN\nkttzdqw97/Emu98nUulLXoiSyXNmTxBeb1UasOEduXUYrN6bfCoGNBThS92OD0AV\nwFd2f56EJsOz3IT6bAH62Iois1cCjYplO9tRnYeCTo5cSYI1Cuc/FRGSF0GEkbrk\nxkKM2DA5sEuY0Wy6VJhZGh6RN8qNIpKn5lS3t32W6lCdXg8xH9X46nD3x40NEMT6\n6TCWOAvqul3XOloHx6B4baWdf8vojgz1F0JyCsfXPzzsJGAg5WXdHQrKhc6sL5sM\nFRv5AoIBACzRCOFP9Yys7eBDF9E7vHOllH3yfKFZl23kywn8VqWBApd8azn3ThFr\niKvpQI4LjR0s62al/oLYRQeAQYX9zQBJQntQp7oIRMRCn4IqPNTuwWJ3A/RLlBGX\nsShEJhIEBQRMb/ZqOQ4Hgu1/k5AhYmdbT7YMNGXKscqRRWUqT7MDRsDCQhx2ue8v\nVSB49HqYqGBpTPWix27sO/VzcAvEjXEAJi5jOvLbkkHlRJqu3tZ/+szkoWx1YFwi\nHHJ6L6Urou7sxdnXULT+iMW+/oEob8ZezbDRLWjiln95rhwUnu17B7paZmIVe6Cy\n/FhZIOns6kkCi8CcaS3V3qLfXQrQSfI=\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','2015-02-02 19:00:09','2015-02-02 19:00:09','2015-02-02 19:00:14','2015-02-02 18:51:35','2015-02-02 18:51:35','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(12,2,'2015-02-02 18:49:41',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-4.jpg','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-5.jpg','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4QpA4flE9v17fh+yrMpR\nU4iKSxLOF/8ROTotrdQsk8HcHkPS7E60QUaRK45gDc9O+7FU1+90V+oo0BqdkJFL\nbFtTogP5fdNSD3ApHz7s03oBX9JenU/8JhxaH1VwEs3lLDlFrywngiYcEDZIeLGZ\nIFK1GWP79+ZwJ9WWoBhzCD4hg4excOWPwwQMjCLYAzI5INEPTw+R3CKD6EsnVLu0\nS+u3zBBsL/A+bgDDfgZoD6igJQlvenK5jStgfbiuVp1mqdXKJ8D+rYz5FQ72Yn3r\nn6AvrXcPQMbLSaUK5m1Ug7beasuhRJ5Z7TVtJ/RLNgA3mOX2A2Vy1i38VYmcTaG5\nom8AYeI/nSvMzJt7FYXOBdxKnSW0UhkXsjBQavefz7sp2Lhcw5U+7eaPi2fIkYio\nVHKU2r8uiJPFfUMAbHA2+rScBjn2lYZH0nfMKrZTzva7y6d19EOsO2aP5e4XNjU8\n0tX/C1iy6LPMCf7xG844iROXi7NPJJoTgx/Sl6+o0oqBl9J5wJDK5U33rUSqYI/p\nsPEfaStqA5CgBAvAsq0N+NQQndJzGfuYaIdfleyUSLIchHhEICE4SN62RHZ6VTlg\nIVCva4xdBrGlkGV/IgE228FwgX4GWELclfUH/KwcGHChlY8dTtVZHbTCuizvPLvl\nXuZQ9ROdQiwkYwGJA/bhM3kCAwEAAQ==\n-----END PUBLIC KEY-----\n','','4968c78f8a9df6fc4e43949748a0e94567dc0f83166cf83cd8e0f98f406e1b3f','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAo2aPrPdWu1ePgAXGXf2s\nXghNafRw4ccBMA1hqAHjxc2pLD+DMq3iyVoH+dS8AM2GhKHsmL/oslBDLX5J//VS\n1rgOKkRvMikFaodvDnQz1HcLLyKO05hYJFQS98jrj7bNBHiXXZXvggTgjlYl5eS4\nFX9qT2ORCyD5jlDkHZOiF+mosVeNoLeC/FfoUFQkvm+Evi5hgU8a/HvFw02BGNZE\nEKVLV1PRtQNJHa+G8RrgNFjWN6aZWzsFdfxdWGKcLQDbJYblehUyoBIwnaEIUWih\nR9JadBzLu7OPEe1ID41ZD9XOTDgF6iaN24qjMhXLQMe/I2h4o9FTja9qi2smEz32\nNH8qQW+bin2Krr3EUDur/6GomeIz9IS7M3pAaOLD6rQ3bjFsJcxJhA6jUzHLZ9AA\n6YJ75j0+vTkkshROndncXD2z++7+YYxd1Ceop86s7sRNjcWCuVH4VMC92Acp62SE\nsDfkx3pJAAcff7asCwnds+vKHKGiYv7XNqECkhsDYJP6WuxoPc5IDHYUCgM2HJ/n\nDaTg8eiziouyC4YjRCEh1Ogp6G21KcDWaxEi9H4UsMakzFerPcwkMXbVV4Ya84Yf\nTAs9H0YvMGL1N2SGxLD9+olwMqlIUR5ty2aB+lS/6hy2SJWRihCuPHGy6Kaoj87B\njGswRAib0YN5lgu5n8xEKgECAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica2','http://192.168.22.10/dfrn_notify/friendica2','http://192.168.22.10/dfrn_poll/friendica2','http://192.168.22.10/dfrn_confirm/friendica2','http://192.168.22.10/poco/friendica2',1,0,0,0,'','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 18:51:34','2015-02-02 18:51:34','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(13,4,'2015-02-02 18:50:05',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/ba266e976726cba185c218750c545814-4.jpg','http://192.168.22.10/photo/ba266e976726cba185c218750c545814-5.jpg','http://192.168.22.10/photo/ba266e976726cba185c218750c545814-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','1993beda190780abf81b6585d66643d9c14726c3fc5876604985b687f74877f5','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQClyqb0yY9wQ4jm\nPo9836jQWx2FxXtGZ/hPVNSG9/ig+PGdwL+kQy/95yz80A2J+Bu5zd9ePe9Xt2fL\nEw8qX1pVqxMb1WL6L6rmRIy7JGEcRbmggoN/sp+1bCstxVWKTgJYcYv6rgL7aeEP\n3RRt1LcwpqLD9oeIpkHMJ/LnCksCJTgxGwsbJcsRGFd4smgVjL+kcAfiWQjajkim\nU6FbB6K3KrxeNcM//i6vRX0fx7B1PLuEroMfE6VfX/2TW0Gcn4P6VTCJeCMDU+iq\nD4ae880zykRKZyKeFnlG4oe7yYI/n3YD6PglfNgmfH4HoK5oYK6YhZHLWUOg+pQl\nbIf69b60U5f7tnlhtz3mkF0w7HO1TS/6W0BAQABXohv/96RMeZOV1rvHR1fNiDSg\nSWjDbHDeTbaSPyR9czOg+DysfIZc4xVK8Bt10MWz/3Telij95UZS5Lw7YYHlCVVC\n8Q1aeeNM9fm0w8mFcQ0FTYBAkWxP9E9cUbKkGS17lma1uq0sePLTCvzHtrM0zScA\nmneY5ZYAHfhsXmTVuK4tKuDP4d6sfH7zTDm39zSJnI9DNTzK+D8CCPEULqJdeHKa\nuWcL3lO/mtmlL/RwaLIGuvd2OG1+6iGQ8pvxtt792FkzmHWP5HgaQ3+ikYUcTda4\nk4DPhzz9STz+dXYPzgRid0PJ+wQAUQIDAQABAoICAD/VO90J8glGZ2JG+hYZQzUd\nr8s+ks0z4L4iqkVhGkBYOScE/IRxPfwjUwXv0RarCXnLk1IExK9gNT1SFEe7ONu9\nJ3lS+m3bhpBsGkc/pYguLF9pgNnc23MNt75CuUGr8Wk+JqgY8Zr9VCM4etIi0XmQ\n3yBWPi7V3IWPaA2ev+yOigkWIXuNXJczaRJWlo6dh3f3joGOyELl/4DSuFCFKxgd\nAzO+vXNZGX5wYdGnoAAzpvtZ+bAwbz6+hbKDs0prfHQY8rwrHkf8uZsoqStwMTTc\njtiaxxBZFM6/D4W0+0olylmNDGXaoJqI2jlzm1MiznZ5Dv5dWxWTBRE3rU9p6MeE\nlIWRrZpFe/BavvRPAr3XTVHTc7JgRYCgiUA1Q/yQ27BMTzeW8gudXDWQE9/IyI1+\ncqo8Fdiz+OgNvB1q2ohS9YrDU3LQrdTbdu9ryVCgJM3Gn0qmLxtOWyTVC6KL6dS3\nGzFPT2e1V0G+TzHG+40eMy/UWZPSiksxhUMhSfqK/CVZ7oEnG90DzcKsCvgMAxch\ni12a9aCWiJEaMX2xzcblx1DFA++IY/U8uV701ANtZJZM11VPqpQEtH5nkhFNhu9J\nG6L/Z/sZ6yPXi5e6QB3oE7Yjw/5iVN+sofdi8yn2d/dVBESmd9Z3DEYdSpEz0tem\niGFywmhRi/3ZZeIHP6ABAoIBAQDWvenT4DTrl1YTzmX9Di/3vS9mppvQWDlx6Vuo\n/jKzM+1TkTiEdveUt6Gvs3XcPHxq2xpNp/SCtu4QEktR33vnbtIgbCLhz7zrcR28\njiB7npYDS5UcXTqk3iDVS/NadZVReElXAVRrKpcE3USwbzPPHu02vq9sBx3L10K0\nrJGgJngUoed222oVmV9P+b2DN2gEHyKTX0WCjxwOcKJMT+ffYpbu2//lzfdSONAw\nfdea7XUxDhHYWm+8rsvpdQWSGX2YBwZqfa9jpjOFVrIoR0NYU/yNrgw1q7kovGMG\nW/hsTUwFyKtz36nNs1O4VTWr0YNIEBK+Q5tUkZVi3ErGQCIBAoIBAQDFpR6I1GeT\nzD8IL7gdnmM21oVuWa/rzsiCdVSW14K9wfIbgUgtgB0RCzGhDJC6yBjjwjWnzzZY\n4KbJZyEB0719P+JOEIQRCGTb6ZbhkmEOK12ZtggMDBFsxRlccr/UN3FoBPN6+nZE\nqjQyALd/LFNo98Lhg/VddMsZo7QCc0pqBffHmJmZtgv/BSDfN6OyM97HIMBRqNlE\nYmAbH5gMKc23++EyFq9pHPrsb3igf8MhA44bbb8dAtTLB1CFaYTYk8XkJ2JinfYC\nqNk4AfylVFzIpJ7Mc7k6BwDwkT0Tu52FEqvwgw3vgo7Jhd0vfgmyT15vhFq5w+4B\n1Jv7YNEefT5RAoIBAAbA0DKukVt7VeSnkAOGR7HlzDDROoMx0xSm/w/wdo22K1d+\ncKWRzDVsFPSeky1K5arCmzAoAQN/VztAKAg6G/5qOMd2Px6U1t8cno/IdHMOyK7v\n2I+cyvRWW/f5PHzyx7BZNQ08aHg6TaeEgd1+kcWItnMLSh7+lkxLx7hA2Q+NRid3\n8/yD5/En8pxkQTZ4Lpg6lm7GBzyU3ZACsMfvl14qDo8Schi7AnUefkWYH4iqwQ26\n4IrKRUtMv/LmkDdI/+8hAW2l6DcdCe++iznDC/YiJgYanB2v+dGzIvYXPFfDkol4\nBxRMy11Br3dTjq2JmDRS9RPwsljVfzotrVhQugECggEAbdybvXk73ebhfp5v3F7n\nTVsvLijCZfQ6dnHbxEElFm+RMYLKaShWf9vWCWxfosOJOkkA5DeFQSAW9crSiR52\nrQFuvO/nSUR+M9ODH/3q3yJx0/hgProSkYB52W6bfM4YxrZB1TEVvpNRkh3d4d30\nu1tFQ2/DWuCJ6MWbUOVfDtIkahlEADI2NtpV7F4UKwE0K0HkRT/zDVUVkN4d+Vzf\nUg67nckIVgha3kQULDr4bwh33H1Dh0/EktqNAqulwXFaxbiyspiVX+MVY1GPayMa\ntBj1gDYvVrb/6bkB108pfwfi9T0T6PeMgS5cxYJsx2Xg22IZwDrNuMzCq5ekhise\nEQKCAQB4AUuBYKS4cAA7t5PSZG3TWrej9+8QMygzDDSpxQt/nyBM3Gzy58YOIczS\nQhgUGhwSA9HF2ghdJ5pyHpuT0OVWNtCpZr7NGlq28dYjC6vbr36b79xrW+poPFv7\nfOSSLHOxW/rqvWxconkMYfUDgSay333r+t3KNPzNwPRjawZBL91I2Dnjy2XgogT+\nXV9Xr0mQ5g8iQAV+HNYXYuQxlAkbVkpLyJAvacPjrgQ6+BrQMhzklKo6h4RW9PS9\n9PopqjwsXCKR1VnZhkhbt66xqmkEOtyl6ytYhUKDlzI3z8V1yK8V7hGhM2P17ksr\nNjUrIANF0eZWxtdfweUXB3ncY1qM\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 18:52:24','2015-02-02 18:52:24','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(14,2,'2015-02-02 18:50:08',0,0,3,1,'dfrn','friendica3','friendica3','','','','','','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-4.jpg','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-5.jpg','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAliSi9id9Ll1dpzXC/lL6\n2/5FYxdn0XYb5I2JeXBNopwbXOLDsnnzXlV2NN8riZaYRQcIbS00OuAvyYj/IG3i\nDykD2zPjVnLEWADtj1YhLSgKcfQgv6Cj/7CPdb1Rg3icbvWdVY9wabcblVa9k+qr\ngK273C47lCQzXgvMtPst1DOzxtVCGmPJJHKjXZ8hDvf/IS0pVGa0zIv9kdofqQV9\nD5u5LuNzRuEGnrpAzpfzMueDppBrrrr37sKrZfCvyYHZ/ouFgZ3bY9NNVnjuFItP\nrcDlJPL8NhGmmzuYtI03MLor+1yVdBKLIJ3G2Bxzn5tynjSX9XZzOQgC3+YVH4TU\n7WDUHjTWJ9mliD2M1WXCp2Lwc/pV1Prnvv057pAqdiMhnddzucV9nLk9X9fR8xyy\nC7PRwx0hkB427EtAYaOTr3RtInP6+cm+3M7wd6ZKTqWAU+Pi20RNrQRsqfHJ7+hx\n+i5rIG6/knB/C+MAAutEH25oY8kJYtJzXid2OBSE462DTuYaee9aGHUDNy+HQau8\nBhJ4/Wsc7Nf/7GRZ38SVT/HQShl47B1AG5AyomyWgwn9J2KJ8kMuScPmBv5u7Mwq\nSjLk5pLkwyUtZwUu8UtsFKw9HLcRksGSze5s2cbw3rf/6jgKycT72Bfm1fjRnv6s\nXt1GdSzfG9zVHuEwRDgTX3UCAwEAAQ==\n-----END PUBLIC KEY-----\n','','1993beda190780abf81b6585d66643d9c14726c3fc5876604985b687f74877f5','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApcqm9MmPcEOI5j6PfN+o\n0FsdhcV7Rmf4T1TUhvf4oPjxncC/pEMv/ecs/NANifgbuc3fXj3vV7dnyxMPKl9a\nVasTG9Vi+i+q5kSMuyRhHEW5oIKDf7KftWwrLcVVik4CWHGL+q4C+2nhD90UbdS3\nMKaiw/aHiKZBzCfy5wpLAiU4MRsLGyXLERhXeLJoFYy/pHAH4lkI2o5IplOhWwei\ntyq8XjXDP/4ur0V9H8ewdTy7hK6DHxOlX1/9k1tBnJ+D+lUwiXgjA1Poqg+GnvPN\nM8pESmcinhZ5RuKHu8mCP592A+j4JXzYJnx+B6CuaGCumIWRy1lDoPqUJWyH+vW+\ntFOX+7Z5Ybc95pBdMOxztU0v+ltAQEAAV6Ib//ekTHmTlda7x0dXzYg0oElow2xw\n3k22kj8kfXMzoPg8rHyGXOMVSvAbddDFs/903pYo/eVGUuS8O2GB5QlVQvENWnnj\nTPX5tMPJhXENBU2AQJFsT/RPXFGypBkte5ZmtbqtLHjy0wr8x7azNM0nAJp3mOWW\nAB34bF5k1biuLSrgz+HerHx+80w5t/c0iZyPQzU8yvg/AgjxFC6iXXhymrlnC95T\nv5rZpS/0cGiyBrr3djhtfuohkPKb8bbe/dhZM5h1j+R4GkN/opGFHE3WuJOAz4c8\n/Uk8/nV2D84EYndDyfsEAFECAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica3','http://192.168.22.10/dfrn_notify/friendica3','http://192.168.22.10/dfrn_poll/friendica3','http://192.168.22.10/dfrn_confirm/friendica3','http://192.168.22.10/poco/friendica3',1,0,0,0,'','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 18:52:24','2015-02-02 18:52:24','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(15,5,'2015-02-02 18:50:52',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/73de577b8bcc76d9358ab8536f0a5cca-4.jpg','http://192.168.22.10/photo/73de577b8bcc76d9358ab8536f0a5cca-5.jpg','http://192.168.22.10/photo/73de577b8bcc76d9358ab8536f0a5cca-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','0bc099852fd312feafb2cba2fa0019cf973e643951ddbf6ffdf6fad5aa58f25a','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDbCtvcmn1RIKfD\nUusiez0aVlimCIEltnEjNeKz/2PTRZqMWdrkhbWMGtYuWBq6FmK3yWB9MkNtyKDE\npo4ncGeWMKtPk2oyY7wyV2KazTKGpfrymwKqF3/YYmbiLSAWpzpBThP0Dd7Eg35Y\nyeCTbKzYN7hp2VUR52j6XxhxgLbj97bnd7+oBst+TN4ZTZ061xjWDexpWYiQR1ck\nBS+0JKxh89t6n3oA64CPY/e3W8vJ5BIaW/PW4rHAwWU4fa4PKUcepHin5yYC1n5h\nQLBbpPOShLBeGisJ1370bVi/yfdYUohxGVFmy1u863VF3I0iTDuvSDSvdfud/Vrt\nJaCnHL9FKhhYMpW8cDTxCttNZ0fu927f5ftLbnmm/JQOGR7E/6JFmDkMWUCGGr7z\nTXyqnGkn3N1KjmBNfRGifA0pJQqZHWYyDsXTW/barNsGykz3njjo045RLvGHfAoM\nafuOg+trniQfi7kDJr+/ipnxAMYphXORfnFljX2RLPWIHOLGxKUgdprjdxOoc7L7\nEDniw+mUl7/IxKkCjeK23sMjPfcdwmfDBHFMpMtnCp/E4Het27YZWksDokgS+Xs4\n4sV85xJL71BqeQkr8ntd79qV2ZapAGiDH10tbtcZM9IMX+6c1y1rODQrzhpZRsfs\n1z1sLka+zO5OxV+Jq+u4rRQITSpC2QIDAQABAoICAQCcKTK0JQQAybow+7WdIKVg\nWHzc6iVAwMAKLUmRsBr4LaBQPWNcFqNm3l8iLTfowTrh8lSzDRmbdDSB3ohsP6vq\nHIqVsfA9OnOapEgtOuuxqTWurqqInzZLC2R0DV3aKKDUnBiHnzfZfDGglVRhZlIX\n2CnGdOY8XHGwRgnEKdK51gn1HZ9q6GU9hwm0mmvk3iLbwJNyTB2bVvEeQgBPevHW\n56bq1jWB4GQIVmnttCkmp03ssu+1nGrDlF1Yl+l276O/idxnP9kOnuL87MSOoZvx\nMl4WyKs0Wgkts6NZIGER+81AbJ9nHMYreuZhxyprcFQA1AaTrRaU/WJMvc26Njl5\ngLfvYnzbgy3Qsi32Dp+99PNGUKLLK/WnLZ/lkvRgrG2XALGa0Y3zb6pzh41kenLZ\ntHq1JGf2I1qBxolCXTtpm4dr2YmEBvrvk4Bq5EvE43okK85Gm0/3bpq1X21Vkpno\nkd0aLWLymIGT6V80fmp/9k4pLfsnfLOB8uVrRgwt+fb9QweIhQNMgpsSwkfpuaUj\nkQW1mt5nicT5sYTq0ZZ3895l2lVWHNfT0zxlG/p+24086eExlKGD5WWXyyV1NlmM\nbnQbeRx2q/nnXk4EZAZjvdI1+w/Jg1m2eDDCRWINtP1wgb9cv2/blTjRyyhhvJrS\nMqWWZh1fLoVe0p6vCaGEgQKCAQEA+b38DbuibKhuzgHPg4ne0L4NI8OM8MbSsebt\nvcHPG9pqExV8dvMpYqnxPIY2ETI/Q1Uh9ff6cdrYTnWyGk8H18z8IdNJb/a7+oCW\nCOUIKIi0heFoyIkl5Jy9dUkRHZNTf5D77h74z2xUiExQHiBKMwCdG7GbNms62ANX\nFFtLKgDMi1ITAk2RglWrnuksoqNQsMCsfVRZQYhB/XLsfkeL3Wp1ajsggLQKdRZW\nMZMFw+ZNLEUFzeQqWoGF3ob44/OoEsoHPZ8EnZXykwZd4yNDvnrRcrwxSRFbadg5\nOKh/KcrYes33MKpHeN+N4hH04Z0U2uerKF/xyiYIWNE858Y8aQKCAQEA4IfyC1nU\nlR8MRzZiFHmCyVvDpzzx4BfbjjNGjXE/BTfb4VDjSTZAWxozgRDG1G4ODZUaL0eK\nOkJwB7yCfvvmAahQf9tFes7VFSQ4/DypEufKrXg1IxgGsKseR14ULfNZXD5rygUl\nXI60frYHKQm4rdWTZj+df/1VEF4cyRWRFNN2mKC6mj2poqM4vaQU1rGWtQPA2IFA\n5J7F3pY9ikNVMfai997M3SolVSD6FfwQcTVLnK8n/gaCUNMFchJGhAy5gPz3epmZ\nLe/F4x035ChBpdAQbERij+gmrm/JjaH2KtE59JoVnB/8pipjdi4CRuPkLiIByMF5\noH2/DpjL3ZPE8QKCAQBLHtNvSg5MQsm5m5/QwCrOfSw0osCFODjuHDlMx7xFc4hO\nnzrmCLRdIiMXAoPG3mdbGINzmhiyIJLJ3usosLb6OYVpo0VGsV/PtNfsav/uOVib\noLbFA0PrpR3z5nuIeuU1zOWKtbQ/qCUxLks3FJ1dBAU97El0sAJuMWsDC4brZnwg\nOBrRqYVoP960mQy9CwTddccsl6+VX6gB1Yy/W0P94OTahFh9fipbF9HrbX7hcyep\ndkWNreDzglxDGDRLVOIsbKqK5Ycc45qokNSy2suowwa3TVZB1T+68bgci8pcRtCg\n980vzThcaloiMyaGqpo4UlEQfvOay5/dH2sDiIRpAoIBAHfHzlZD2+aZo6Ex3+zw\nTddBvwSuvJJB5/zaWd8G9QnBnOl8j2P1LyvqtGM8IfYdqB2S1181mQYvfziBVlSL\n6U4lDpzGyzASuxYGNuhJLCFLypH0ONS58oe5IfQMulMxKRDOtA4X5LCV6LBYR0Wb\nTAxgjbvUYB9xdDnBGzYi7Tzg+rm9tQ6nqqF61cBFkmBeaPm0QOK/QXE1SnXOTJJA\nDWkUHCiDkWLDIxtg9klYKSVbuzShNIKN0mNvz83k9f1oFGY9jYC4BEG/UiAw7Cop\nV6wvbTN03+fJfyk7tZh7OKnq6DIXKUQaxFuY7WqUbN6IoKgDuFPy8wGtU4lj9g4E\n0OECggEAG+9Bz9Tzp+JWhGXVsQ5NAKFHw2SJFFFCqFe27hVS7R7E+wJx84i6AEuh\nMWA7bxKHU4XJ5waCmxLLiY9BTb8lkYzT0gttl7O6J5mWTW/wT4VDZGSywQpt0uVD\nNPRpKAvFumXJccaWDz9Oz9oChk4P93a0kZi/H59uePb95xW8MXsVPIjiq/PjVewY\nsKRqEXeE3qeahieyz9ac9Dc2MJVvuuot3wRM3YERgjzZAfSqK8Lo4rSHgiGg4iYj\n2IoxAN007n4ZSiXH/qUtMAIOQGFfO1jqmt6dZkt3kJ9+2JkYa01vnLUvA9KViPI3\n3fhPNAoXmu3k6cGhzDjNG5bQVWIU8g==\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 18:51:07','2015-02-02 18:51:07','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(16,2,'2015-02-02 18:50:55',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-4.jpg','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-5.jpg','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyvuTsaZaTgPDm69uxixR\n8qd0ylkeA/IY3KDsI4vjrLuF7WLmU07lzQXmilQJ+MlipIju+wFXx3a8ksavEYpP\n9ZU9YrpXe7zneHRLTxgMDH9IMbSCIUAkEsozpzF02Ft0+G36tzIET2oTuU6uLtx6\nI5ifmF/qFC+4avAoABQg8qfOPpuaP3AJ6FppqEifUsb0lTWqP4zg7PQXC36oKIJ0\nUDuQniVy8lTxVfkhoi/aHZw0khVXe6tDK7C0ALg5U7jLTDNdJ1R0v5iC41QK4CEt\n5x4x008mdk6xLKGZiou1UuEPv/+WSQU1Q21JFzNVGBASkRu7dUVH6k+59VQr3ONI\n5bdbAZviVY3ezFNtBeWWfDk06BWoZwX67eGG/dVsCPnEkuP9CpemcwwGZbYCIqf0\n++5h0CU41CjNShHdBD+Q+ZQmT3I4sAlPZ7x90nA9KfuKM9QyTPQ9EmK2bxq7TKvV\nzLqHptL5mC/VH4FbO1eKf7p/f7XxOaeXGANUaRSPwLSO7lk8lkl/wj7sNJYGYygC\nMLTqH8GTizpyPkSDv5xO6bYn/g3BYFuUM5x1MZVS8MdG2a3L8UzRiXUsm/AjnfSV\nImN2+8bHJI0wy9zRxfEaG8pvbupb7UU5zWr3WRkSVr84Bq1SJNxLfWZj3GHLaesr\nu3exEdYGfxLuG1zHIROVwlcCAwEAAQ==\n-----END PUBLIC KEY-----\n','','0bc099852fd312feafb2cba2fa0019cf973e643951ddbf6ffdf6fad5aa58f25a','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2wrb3Jp9USCnw1LrIns9\nGlZYpgiBJbZxIzXis/9j00WajFna5IW1jBrWLlgauhZit8lgfTJDbcigxKaOJ3Bn\nljCrT5NqMmO8Mldims0yhqX68psCqhd/2GJm4i0gFqc6QU4T9A3exIN+WMngk2ys\n2De4adlVEedo+l8YcYC24/e253e/qAbLfkzeGU2dOtcY1g3saVmIkEdXJAUvtCSs\nYfPbep96AOuAj2P3t1vLyeQSGlvz1uKxwMFlOH2uDylHHqR4p+cmAtZ+YUCwW6Tz\nkoSwXhorCdd+9G1Yv8n3WFKIcRlRZstbvOt1RdyNIkw7r0g0r3X7nf1a7SWgpxy/\nRSoYWDKVvHA08QrbTWdH7vdu3+X7S255pvyUDhkexP+iRZg5DFlAhhq+8018qpxp\nJ9zdSo5gTX0RonwNKSUKmR1mMg7F01v22qzbBspM95446NOOUS7xh3wKDGn7joPr\na54kH4u5Aya/v4qZ8QDGKYVzkX5xZY19kSz1iBzixsSlIHaa43cTqHOy+xA54sPp\nlJe/yMSpAo3itt7DIz33HcJnwwRxTKTLZwqfxOB3rdu2GVpLA6JIEvl7OOLFfOcS\nS+9QankJK/J7Xe/aldmWqQBogx9dLW7XGTPSDF/unNctazg0K84aWUbH7Nc9bC5G\nvszuTsVfiavruK0UCE0qQtkCAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica5','http://192.168.22.10/dfrn_notify/friendica5','http://192.168.22.10/dfrn_poll/friendica5','http://192.168.22.10/dfrn_confirm/friendica5','http://192.168.22.10/poco/friendica5',1,0,0,0,'','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 18:51:07','2015-02-02 18:51:07','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(17,6,'2015-02-02 18:51:55',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/b4cbb73d1178aab3424a788419bbe016-4.jpg','http://192.168.22.10/photo/b4cbb73d1178aab3424a788419bbe016-5.jpg','http://192.168.22.10/photo/b4cbb73d1178aab3424a788419bbe016-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','cd8d6796a986b38a7fb102d05cb41dabe3bdd042f05bf2e5d184a9fdae0255fc','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDCyqFtB4TgbrcJ\n59saeXpo/P+01pHCILBzYKhWhrPDhzI2S+ByaeGbMm/ID2EqGrMxBiJs8gPzPVLk\nF1o/V2HWwelM/adgSoT8zihpebfOTjMFB3ExenheLqym7dbigt2f11ArDCF9wPli\nKgOuSwhb9JQSBkhHtfByVVTlKHKP9nmyyWVeo5ZI9cCJ9DlNw/c9uoSX4gW43df0\n/onnVwd6Z4MtoapKmiI6WDljsTveRliJerXFRbmXhzb/AnYUp4aZa8lpeH7TqGQ3\nl93zRjrz29JGxCho9eexOt3Kaq41kiLvIbElT+5nPxkPXnw9DALm5wYTWhyQDw8h\nRSLoNwll9IVCO7OuUWyopolLsxBz6fKwtF2tuMFxApAcRhtADY8dFn2tT/1+UgI1\nNI9Xh/mLtbCJyNTUG9hwP/VYRpw49hnvo0Jp7hVom9o/pxCl69x3fD0hs3WILclV\n/z2gpikEs+lP9PdUjR3XtS6CD/nVjP7hFOZhlJn9IyAJR8bi4TX2bzL+PZ9JQLpF\nOohIGwYMJFsi7uudSRLke9zG1UrCQdPpwA1VQVq0Ugh/Lj97RoTtE7tO8Kon5YG4\nrtYDS5JptsXEE/p794NQMRAjxMga4yf9+cdFOpyGc+a6hMoBlqKGHU1TYmjz4riz\nsBs9zBlmnOLWgmdaFLGwYR4aKXKWTwIDAQABAoICAGTRe7tyqNOAejwmRMDvHuw4\nBiES7V4MjUcqP/aIwYHx94siuoh9RMeO00w4qZGhQB2fjzHUETdUBhMIAy3FjF4a\n/yVaI8cyyqIOEdyFoxykXMO9lliFisc0YSgE8bNLCGoyhsvA+5SazHiCRmVvcGQn\nsnuhxMdY45pJkCcLSEA60cI3esAA60fX6k98mCwnwU+xue7ijROhvqSPGdEiujwg\nV0TG59y06gJIp2tx0Aq7XhfJ60qvS9+hnFVgcL0/9+pwX063juz9uuELOVUwhFKy\n86Ks5D1vCPwx+5lIneIcQPiD96vYMww9HDtYK/VswhPAfuSFP0NQiAQwRGDsG3BC\nKf00QdRtcPIof2jleYeuptzn0dshgCve8/0Txy32t1ziNo9bBQV1XepgoGF/3vfu\nj31Tnv+zKxYE3M7RZHyAJ5UA4ewIxVNFWlVPNRu+9X3kusi4p9kDfl7JZY6hz09D\nMfgi4MjgqEb4lzhEnuUBNuOUtbo6c93+DSDyj6vkYmnQyG66ljvfHZEFC7dCqKMU\n90iRXUQv9+/hFyIukPikB+BApSYpAD7sMXOBkOgZdoGH5UZrF9TlwSV1QssEYk0o\nd6BjB68IsXSbUezDRyTxPphYqnR9L9+2Qo5mh6RTv9PDPplb//wlvKVnfJgMZPxR\nUn4sl3TLwurAPAUN24QBAoIBAQDq6qya37jQN5zJIt6VAWrSvNmyjULLaf/9t/7f\nnG5e6+vmODBhTq5GKfDoImVXwG/og7/t/G4P4yNdxNHUZhx9H0nnsUdYMaveYINm\n2njw4oBVH70GylgDRstMFnQ445NjaAy/H7dXefemxjnAh6yyTAVuE7a89o4GzHao\njYUKFTwVsXxuYcT2gmUcaQ47Q4CJx3SZ2WtUEb4ixHiyMR43ApdRh4t7pr6/nKWd\nP3UQEHlUmSk0p7AxtCwvVUUsm85KCUvFkBodgwgN7izRhrm2cD0n6/4F5JF0l6XV\nEXOxou/hltG0Rd4IX4UovvV7yi0gIIi0KSWJDzg+XQn4msvjAoIBAQDURg+ajla3\nv28suV/MKzFcaesu3W/aTDsrPslL5bBeqFuATkqQ0stCKLD9IRiWIvOb2dxteCHN\nzxKPNbCaZdNCm9DmJB3qh0Te8VKjoofgw2h23kH97q1sgczQlZp/4g2sROugZr2P\nl/vSxKdBQ3nCVlLeqX99cvKZGleyLYtVkiFUS+VJ479McP3NuVZDgQ2N0cR8ZKDz\nla3jL3cmlAgcM9NVXWec1usX2jjRsPpM7QDM2RqAXrlpQGw1TBds3s6LIVqkFyqp\n7+EoZYa61VzijDWI5knOC00aGW43xBCV/lKWYcMrh9qj0lXdFMyX0ZLrQi/diU3h\nMQgNNW5OD6+lAoIBAQDQaM4kwGJX516jWtoZW56Hw59nNseRa0L+tuPZQhDxCWDJ\naAQT8BfQi5j8eLdr+H/PykLWQeLrGVng8KIvSz/vCXkpoi9nYPnXWcx5zU0KeAfe\nfT/X7F/U2FO39xu49L1nrYHRdbPUWZKKVMYbtsJRk/wlQjwWvK4X/gEvXA4xedFK\ndaGs0/RHtjs5z0Ie9a3tjhQ2AZukg/EpKyDhBY6Gwze3zwbB9pa3q6OKNCgIznS1\nxwO1gSdhkTS58W5jOv7y0/hzF3rzv7G/mhQM9vd/kWfQKR+93p/kzj0DIG6Bo8op\nWwJEas+mogeitHdZEW6jV/mvy+lPBT+ipCwacEp9AoIBAQCr9T16tMfm/jsvfdPu\n7yaDeII+ar/LlWlxNOGYjC7932CQZdvdygVCSPhndkIWjaXOoQQB4glwUcj1Hkc8\nLDShhtwJM0TQ0lemStPpHyb3mxSrBo1rCciPV+71IdwQsKzm2sYOIGx7QGGNciUT\np3ehSJDFM4XFuDJyeHaGLoLrBP/e68SIwOgdIoNX/kW1VXwHYODM7C++Y4iDu9XH\n+K9BOXJ/erUOxsOXhP32UGnTm0LErzLavuFwM/H0kvl/BldHOfPVbbbwBxTcxrIH\n9APUukQ77GHpehoxhFxW7IuLFoUMsZGLV/h0MVXBTLIYYnuj/PANhMcEH9Yn7Rq4\nPdjJAoIBAEYONbywm3BUYvpQeN+PZPgfNAdRsFCU+dlPCFGA02fzF5H/NmKxIT6A\naqU7AA2W7ZmgRHuXMVGf+0q19xPvzi2LVZpSnfHI0eq28c5ai/Tig6stW/FYNDdl\n828a+ZAXvksesiGwD2R53aAF5NNvOIGsaL31T5d5aka1wUQw7bzx8w7OhW+jP+qj\nAq/pMBapUML5TTAhE5wBJI+F6qoIpp7BomMO36nSzaofqS4I96r2kcTb1bNBGErw\no8HHBbXTrZ/vz8i8h5bGoikI0YbxplPaLTylUxuxv0x+gmlaZLbSfjosgfxTGmDu\nyi/YAMIgyQM3WSd9kEzLbr40D8NRK8w=\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','2015-02-02 19:00:03','2015-02-02 19:00:03','2015-02-02 19:00:16','2015-02-02 18:53:04','2015-02-02 18:53:04','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(18,2,'2015-02-02 18:52:03',0,0,3,1,'dfrn','friendica4','friendica4','','','','','','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-4.jpg','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-5.jpg','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3nCYawg+HTyQgV7a7Osg\nCXeACOitKLhcb2WDTN/lLOMO7n1lSm3Kdv1dbOc0/lkAPeB2XsLF/aDfoUPWWg4Q\n/oRPrXFIi2dK/cIQVvgOhebQheztAYPJyaYYMWVK7bLbPuKVTyzALqkWD8Zjjtit\n4Uvm3kjmcofKr+/Lw+VFaEBMESQDbP5eTDtQeDGGjluWQMj1/D+V/Tcm+SMrAVIv\njyklQEhBJlYGJ+LsfXv4XXbeH73dkIXkQW5JgWQyPCloJ+PxmmjjEDozsdgmFQXq\n6T9HFVHvW2O2lmDoaTrbIGrULWBpslKZJJrV+LgtkzhP4uuKfJPD2DpMJ4+ixtBE\nzM/o+EuYDTz0P3dTvwruq1t8gUYcQOVUzEp1LM0qYDMVY86XneW1W5xghztl5zqy\nGBMBvjVIFvMVL1cVeXze4zpwwKln2cArepToSpN7lmy9EgBd9mZrVLWosZShB9R0\n05kBc2Tfv7FlixwZ1P8rwJn9sEEs9oa6TnRLL+7L8eqapg6vUI1G7e0HWWEjdHsR\nrYVHYW+ogtOYjrQ1Tfh1W2PtNaez5fGYVBDjC+1vy0scJmqrgy00z7MHBT2WTOAL\noHbdedhpa3UZ0FrsCto+vqil8BcF5aBhi2Hi5YdKtbY3EBsaabcSO2joc7rlmee4\nxdKfDRYXCPysFPhZNgIW708CAwEAAQ==\n-----END PUBLIC KEY-----\n','','cd8d6796a986b38a7fb102d05cb41dabe3bdd042f05bf2e5d184a9fdae0255fc','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwsqhbQeE4G63CefbGnl6\naPz/tNaRwiCwc2CoVoazw4cyNkvgcmnhmzJvyA9hKhqzMQYibPID8z1S5BdaP1dh\n1sHpTP2nYEqE/M4oaXm3zk4zBQdxMXp4Xi6spu3W4oLdn9dQKwwhfcD5YioDrksI\nW/SUEgZIR7XwclVU5Shyj/Z5ssllXqOWSPXAifQ5TcP3PbqEl+IFuN3X9P6J51cH\nemeDLaGqSpoiOlg5Y7E73kZYiXq1xUW5l4c2/wJ2FKeGmWvJaXh+06hkN5fd80Y6\n89vSRsQoaPXnsTrdymquNZIi7yGxJU/uZz8ZD158PQwC5ucGE1ockA8PIUUi6DcJ\nZfSFQjuzrlFsqKaJS7MQc+nysLRdrbjBcQKQHEYbQA2PHRZ9rU/9flICNTSPV4f5\ni7WwicjU1BvYcD/1WEacOPYZ76NCae4VaJvaP6cQpevcd3w9IbN1iC3JVf89oKYp\nBLPpT/T3VI0d17Uugg/51Yz+4RTmYZSZ/SMgCUfG4uE19m8y/j2fSUC6RTqISBsG\nDCRbIu7rnUkS5HvcxtVKwkHT6cANVUFatFIIfy4/e0aE7RO7TvCqJ+WBuK7WA0uS\nabbFxBP6e/eDUDEQI8TIGuMn/fnHRTqchnPmuoTKAZaihh1NU2Jo8+K4s7AbPcwZ\nZpzi1oJnWhSxsGEeGilylk8CAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica4','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/dfrn_poll/friendica4','http://192.168.22.10/dfrn_confirm/friendica4','http://192.168.22.10/poco/friendica4',1,0,0,0,'','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 18:53:03','2015-02-02 18:53:03','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,'');
+/*!40000 ALTER TABLE `contact` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `conv`
+--
+
+DROP TABLE IF EXISTS `conv`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `conv` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `guid` varchar(64) NOT NULL DEFAULT '',
+  `recips` mediumtext NOT NULL,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `creator` varchar(255) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `subject` mediumtext NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `conv`
+--
+
+LOCK TABLES `conv` WRITE;
+/*!40000 ALTER TABLE `conv` DISABLE KEYS */;
+/*!40000 ALTER TABLE `conv` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `deliverq`
+--
+
+DROP TABLE IF EXISTS `deliverq`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `deliverq` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `cmd` varchar(32) NOT NULL DEFAULT '',
+  `item` int(11) NOT NULL DEFAULT '0',
+  `contact` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `deliverq`
+--
+
+LOCK TABLES `deliverq` WRITE;
+/*!40000 ALTER TABLE `deliverq` DISABLE KEYS */;
+/*!40000 ALTER TABLE `deliverq` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `dsprphotoq`
+--
+
+DROP TABLE IF EXISTS `dsprphotoq`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `dsprphotoq` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `msg` mediumtext NOT NULL,
+  `attempt` tinyint(4) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `dsprphotoq`
+--
+
+LOCK TABLES `dsprphotoq` WRITE;
+/*!40000 ALTER TABLE `dsprphotoq` DISABLE KEYS */;
+/*!40000 ALTER TABLE `dsprphotoq` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `event`
+--
+
+DROP TABLE IF EXISTS `event`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `event` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `cid` int(11) NOT NULL DEFAULT '0',
+  `uri` varchar(255) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `start` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `finish` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `summary` text NOT NULL,
+  `desc` text NOT NULL,
+  `location` text NOT NULL,
+  `type` varchar(255) NOT NULL DEFAULT '',
+  `nofinish` tinyint(1) NOT NULL DEFAULT '0',
+  `adjust` tinyint(1) NOT NULL DEFAULT '1',
+  `ignore` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `allow_cid` mediumtext NOT NULL,
+  `allow_gid` mediumtext NOT NULL,
+  `deny_cid` mediumtext NOT NULL,
+  `deny_gid` mediumtext NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `event`
+--
+
+LOCK TABLES `event` WRITE;
+/*!40000 ALTER TABLE `event` DISABLE KEYS */;
+/*!40000 ALTER TABLE `event` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `fcontact`
+--
+
+DROP TABLE IF EXISTS `fcontact`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `fcontact` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `photo` varchar(255) NOT NULL DEFAULT '',
+  `request` varchar(255) NOT NULL DEFAULT '',
+  `nick` varchar(255) NOT NULL DEFAULT '',
+  `addr` varchar(255) NOT NULL DEFAULT '',
+  `batch` varchar(255) NOT NULL DEFAULT '',
+  `notify` varchar(255) NOT NULL DEFAULT '',
+  `poll` varchar(255) NOT NULL DEFAULT '',
+  `confirm` varchar(255) NOT NULL DEFAULT '',
+  `priority` tinyint(1) NOT NULL DEFAULT '0',
+  `network` varchar(32) NOT NULL DEFAULT '',
+  `alias` varchar(255) NOT NULL DEFAULT '',
+  `pubkey` text NOT NULL,
+  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`),
+  KEY `addr` (`addr`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `fcontact`
+--
+
+LOCK TABLES `fcontact` WRITE;
+/*!40000 ALTER TABLE `fcontact` DISABLE KEYS */;
+/*!40000 ALTER TABLE `fcontact` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `ffinder`
+--
+
+DROP TABLE IF EXISTS `ffinder`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `ffinder` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `cid` int(10) unsigned NOT NULL DEFAULT '0',
+  `fid` int(10) unsigned NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `ffinder`
+--
+
+LOCK TABLES `ffinder` WRITE;
+/*!40000 ALTER TABLE `ffinder` DISABLE KEYS */;
+/*!40000 ALTER TABLE `ffinder` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `fserver`
+--
+
+DROP TABLE IF EXISTS `fserver`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `fserver` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `server` varchar(255) NOT NULL DEFAULT '',
+  `posturl` varchar(255) NOT NULL DEFAULT '',
+  `key` text NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `server` (`server`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `fserver`
+--
+
+LOCK TABLES `fserver` WRITE;
+/*!40000 ALTER TABLE `fserver` DISABLE KEYS */;
+/*!40000 ALTER TABLE `fserver` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `fsuggest`
+--
+
+DROP TABLE IF EXISTS `fsuggest`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `fsuggest` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `cid` int(11) NOT NULL DEFAULT '0',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `request` varchar(255) NOT NULL DEFAULT '',
+  `photo` varchar(255) NOT NULL DEFAULT '',
+  `note` text NOT NULL,
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `fsuggest`
+--
+
+LOCK TABLES `fsuggest` WRITE;
+/*!40000 ALTER TABLE `fsuggest` DISABLE KEYS */;
+/*!40000 ALTER TABLE `fsuggest` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `gcign`
+--
+
+DROP TABLE IF EXISTS `gcign`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `gcign` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `gcid` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`),
+  KEY `gcid` (`gcid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `gcign`
+--
+
+LOCK TABLES `gcign` WRITE;
+/*!40000 ALTER TABLE `gcign` DISABLE KEYS */;
+/*!40000 ALTER TABLE `gcign` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `gcontact`
+--
+
+DROP TABLE IF EXISTS `gcontact`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `gcontact` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `nurl` varchar(255) NOT NULL DEFAULT '',
+  `photo` varchar(255) NOT NULL DEFAULT '',
+  `connect` varchar(255) NOT NULL DEFAULT '',
+  `updated` datetime DEFAULT '0000-00-00 00:00:00',
+  `location` varchar(255) NOT NULL DEFAULT '',
+  `about` text NOT NULL,
+  `keywords` text NOT NULL,
+  `gender` varchar(32) NOT NULL DEFAULT '',
+  `network` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `nurl` (`nurl`)
+) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `gcontact`
+--
+
+LOCK TABLES `gcontact` WRITE;
+/*!40000 ALTER TABLE `gcontact` DISABLE KEYS */;
+INSERT INTO `gcontact` VALUES (1,'Keith','https://friendika.me4.it/profile/keith','http://friendika.me4.it/profile/keith','https://friendika.me4.it/photo/custom/300/1.jpg?rev=2014-07-27+19%3A34%3A36','','0000-00-00 00:00:00','','','','','dspr'),(2,'Manuel Freiria','https://friendika.me4.it/profile/manolofreiria','http://friendika.me4.it/profile/manolofreiria','https://friendika.me4.it/photo/custom/300/254.jpg?rev=2014-09-06+23%3A58%3A50','','0000-00-00 00:00:00','','','','','dspr'),(3,'José Manuel Goig','https://friendika.me4.it/profile/jmgoig','http://friendika.me4.it/profile/jmgoig','https://friendika.me4.it/photo/custom/300/283.jpg?rev=2014-12-16+10%3A11%3A40','','0000-00-00 00:00:00','','','','','dspr'),(4,'Keith','https://friendica.eu/profile/support','http://friendica.eu/profile/support','https://friendica.eu/photo/custom/300/1.jpg?rev=2011-12-21+14%3A41%3A44','','0000-00-00 00:00:00','','','','','dspr'),(5,'Henrike Van Mortis','https://friendica.eu/profile/hvm','http://friendica.eu/profile/hvm','https://friendica.eu/photo/custom/300/250.jpg','','0000-00-00 00:00:00','','','','','dspr'),(6,'offene Ablage: nothing to hide','https://friendica.eu/profile/o2myfrdca01','http://friendica.eu/profile/o2myfrdca01','https://friendica.eu/photo/custom/300/259.jpg?rev=2012-02-16+16%3A49%3A37','','0000-00-00 00:00:00','','','','','dspr'),(7,'Friendica Theme Developers','https://friendica.eu/profile/ftdevs','http://friendica.eu/profile/ftdevs','https://friendica.eu/photo/custom/300/366.jpg?rev=2012-03-01+11%3A58%3A18','','0000-00-00 00:00:00','','','','','dspr'),(8,'Nepesh Hacker','https://friendica.eu/profile/arescorpio','http://friendica.eu/profile/arescorpio','https://friendica.eu/photo/custom/300/516.jpg?rev=2012-11-07+22%3A39%3A38','','0000-00-00 00:00:00','','','','','dspr'),(9,'Rolf Rupp','https://friendica.eu/profile/rcr','http://friendica.eu/profile/rcr','https://friendica.eu/photo/custom/300/841.jpg?rev=2014-01-09+22%3A15%3A09','','0000-00-00 00:00:00','','','','','dspr'),(10,'Daniel Steinbacher','https://friendica.eu/profile/damez','http://friendica.eu/profile/damez','https://friendica.eu/photo/custom/300/1791.jpg?rev=2015-01-15+16%3A49%3A29','','0000-00-00 00:00:00','','','','','dspr'),(11,'Pirate Times','https://friendica.eu/profile/piratetimes','http://friendica.eu/profile/piratetimes','https://friendica.eu/photo/custom/300/885.jpg?rev=2014-01-21+11%3A09%3A35','','0000-00-00 00:00:00','','','','','dspr'),(12,'Jacques','https://friendica.eu/profile/jacques','http://friendica.eu/profile/jacques','https://friendica.eu/photo/custom/300/907.jpg?rev=2015-01-15+14%3A37%3A37','','0000-00-00 00:00:00','','','','','dspr'),(13,'Montse Freire','https://friendica.eu/profile/auga09','http://friendica.eu/profile/auga09','https://friendica.eu/photo/custom/300/934.jpg?rev=2014-02-16+14%3A17%3A30','','0000-00-00 00:00:00','','','','','dspr'),(14,'oremus','https://friendica.eu/profile/oremus','http://friendica.eu/profile/oremus','https://friendica.eu/photo/custom/300/1073.jpg?rev=2014-04-29+15%3A09%3A50','','0000-00-00 00:00:00','','','','','dspr'),(15,'ppp','https://friendica.eu/profile/ppp','http://friendica.eu/profile/ppp','https://friendica.eu/photo/custom/300/1134.jpg?rev=2014-06-01+12%3A58%3A28','','0000-00-00 00:00:00','','','','','dspr'),(16,'Krin Bouch','https://friendica.eu/profile/krinbouch','http://friendica.eu/profile/krinbouch','https://friendica.eu/photo/custom/300/1471.jpg?rev=2014-09-20+14%3A18%3A24','','0000-00-00 00:00:00','','','','','dspr'),(17,'Miguel Menéndez','https://friendica.eu/profile/miguelmenendez','http://friendica.eu/profile/miguelmenendez','https://friendica.eu/photo/custom/300/1508.jpg?rev=2014-10-26+15%3A21%3A28','','0000-00-00 00:00:00','','','','','dspr'),(18,'Alexandre Pólvora','https://friendica.eu/profile/discomplex','http://friendica.eu/profile/discomplex','https://friendica.eu/photo/custom/300/1522.jpg?rev=2014-11-05+23%3A54%3A57','','0000-00-00 00:00:00','','','','','dspr'),(19,'Chak\'pur','https://friendica.eu/profile/murokka','http://friendica.eu/profile/murokka','https://friendica.eu/photo/custom/300/1535.jpg?rev=2014-11-13+09%3A13%3A55','','0000-00-00 00:00:00','','','','','dspr'),(20,'Samuel Contraste','https://friendica.eu/profile/stace-melunor','http://friendica.eu/profile/stace-melunor','https://friendica.eu/photo/custom/300/1586.jpg?rev=2014-11-28+13%3A01%3A22','','0000-00-00 00:00:00','','','','','dspr'),(21,'Martin Langlotz','https://friendica.eu/profile/numan','http://friendica.eu/profile/numan','https://friendica.eu/photo/custom/300/1621.jpg?rev=2014-12-02+10%3A37%3A34','','0000-00-00 00:00:00','','','','','dspr'),(22,'Elie Bissery','https://friendica.eu/profile/eilsib','http://friendica.eu/profile/eilsib','https://friendica.eu/photo/custom/300/1680.jpg?rev=2014-12-17+16%3A05%3A23','','0000-00-00 00:00:00','','','','','dspr'),(23,'Cécile Maitre','https://friendica.eu/profile/cecile','http://friendica.eu/profile/cecile','https://friendica.eu/photo/custom/300/1703.jpg?rev=2014-12-23+19%3A29%3A41','','0000-00-00 00:00:00','','','','','dspr'),(24,'Ralf Gerdes','https://friendica.eu/profile/ralf','http://friendica.eu/profile/ralf','https://friendica.eu/photo/custom/300/1739.jpg?rev=2014-12-30+12%3A43%3A12','','0000-00-00 00:00:00','','','','','dspr'),(25,'Loran Btn','https://friendica.eu/profile/loran_mcfly','http://friendica.eu/profile/loran_mcfly','https://friendica.eu/photo/custom/300/1781.jpg?rev=2015-01-11+09%3A10%3A33','','0000-00-00 00:00:00','','','','','dspr'),(26,'Jörn Rinne','https://friendica.eu/profile/lefou','http://friendica.eu/profile/lefou','https://friendica.eu/photo/custom/300/1782.jpg?rev=2015-01-11+15%3A39%3A33','','0000-00-00 00:00:00','','','','','dspr'),(27,'Lud Wig','https://friendica.eu/profile/ludwig','http://friendica.eu/profile/ludwig','https://friendica.eu/photo/custom/300/1810.jpg?rev=2015-01-25+04%3A41%3A20','','0000-00-00 00:00:00','','','','','dspr'),(28,'Rike','http://mist.loozah.com/profile/rike','http://mist.loozah.com/profile/rike','http://mist.loozah.com/photo/custom/300/2.jpg?rev=2012-02-03+14%3A10%3A17','','0000-00-00 00:00:00','','','','','dspr'),(29,'Torsten Peh','http://mist.loozah.com/profile/torsten_peh','http://mist.loozah.com/profile/torsten_peh','http://mist.loozah.com/photo/custom/300/13.jpg?rev=2012-05-15+12%3A58%3A18','','0000-00-00 00:00:00','','','','','dspr'),(30,'der buffer','http://mist.loozah.com/profile/derbuffer','http://mist.loozah.com/profile/derbuffer','http://mist.loozah.com/photo/custom/300/98.jpg?rev=2013-07-27+00%3A10%3A59','','0000-00-00 00:00:00','','','','','dspr'),(31,'Marcel','http://mist.loozah.com/profile/mkay','http://mist.loozah.com/profile/mkay','http://mist.loozah.com/photo/custom/300/24.jpg?rev=2012-06-14+19%3A06%3A37','','0000-00-00 00:00:00','','','','','dspr'),(32,'Gianluca Zoni','http://mist.loozah.com/profile/zoninoz','http://mist.loozah.com/profile/zoninoz','http://mist.loozah.com/photo/custom/300/56.jpg?rev=2012-09-12+15%3A38%3A42','','0000-00-00 00:00:00','','','','','dspr'),(33,'Jo A','http://mist.loozah.com/profile/joooo','http://mist.loozah.com/profile/joooo','http://mist.loozah.com/photo/custom/300/64.jpg?rev=2012-11-12+15%3A32%3A02','','0000-00-00 00:00:00','','','','','dspr'),(34,'Lass Mi Randa Den Sie Will Ja','https://friendica.styliztique.biz/profile/stb','http://friendica.styliztique.biz/profile/stb','https://friendica.styliztique.biz/photo/custom/300/20.jpg?rev=2013-09-06+16%3A04%3A10','','0000-00-00 00:00:00','','','','','dspr'),(35,'кαÑ\8fισz Ð¼â˜ Ñ\8fку','https://karl.marx.pm/profile/kmarky','http://karl.marx.pm/profile/kmarky','https://karl.marx.pm/photo/custom/300/11.jpg?rev=2014-01-17+09%3A48%3A33','','0000-00-00 00:00:00','','','','','dspr'),(36,'Indignados','https://karl.marx.pm/profile/indignados','http://karl.marx.pm/profile/indignados','https://karl.marx.pm/photo/custom/300/44.jpg?rev=2012-05-27+14%3A53%3A52','','0000-00-00 00:00:00','','','','','dspr'),(37,'Anarkia','https://karl.marx.pm/profile/anarquia','http://karl.marx.pm/profile/anarquia','https://karl.marx.pm/photo/custom/300/45.jpg?rev=2012-05-29+11%3A01%3A11','','0000-00-00 00:00:00','','','','','dspr'),(38,'Planeta Pirata','https://karl.marx.pm/profile/pirata','http://karl.marx.pm/profile/pirata','https://karl.marx.pm/photo/custom/300/46.jpg?rev=2012-05-27+15%3A20%3A12','','0000-00-00 00:00:00','','','','','dspr'),(39,'Grupo GNU | Linux','https://karl.marx.pm/profile/gnu','http://karl.marx.pm/profile/gnu','https://karl.marx.pm/photo/custom/300/47.jpg?rev=2012-05-27+15%3A34%3A20','','0000-00-00 00:00:00','','','','','dspr'),(40,'Ecologia','https://karl.marx.pm/profile/eco','http://karl.marx.pm/profile/eco','https://karl.marx.pm/photo/custom/300/57.jpg?rev=2012-06-09+06%3A42%3A04','','0000-00-00 00:00:00','','','','','dspr'),(41,'Grupo antiFa Friendica','https://karl.marx.pm/profile/antifa','http://karl.marx.pm/profile/antifa','https://karl.marx.pm/photo/custom/300/60.jpg?rev=2012-06-11+08%3A46%3A48','','0000-00-00 00:00:00','','','','','dspr'),(42,'Facebook (alias Feisbuk)','https://karl.marx.pm/profile/facebook','http://karl.marx.pm/profile/facebook','https://karl.marx.pm/photo/custom/300/61.jpg?rev=2014-01-17+09%3A50%3A44','','0000-00-00 00:00:00','','','','','dspr'),(43,'Todo Cine','https://karl.marx.pm/profile/cine','http://karl.marx.pm/profile/cine','https://karl.marx.pm/photo/custom/300/65.jpg?rev=2012-06-15+07%3A20%3A01','','0000-00-00 00:00:00','','','','','dspr'),(44,'Rivera Valdez','https://karl.marx.pm/profile/riveravaldez','http://karl.marx.pm/profile/riveravaldez','https://karl.marx.pm/photo/custom/300/205.jpg?rev=2013-06-18+10%3A58%3A46','','0000-00-00 00:00:00','','','','','dspr'),(45,'Tazman Devil','https://karl.marx.pm/profile/tazman','http://karl.marx.pm/profile/tazman','https://karl.marx.pm/photo/custom/300/228.jpg?rev=2013-08-24+02%3A59%3A52','','0000-00-00 00:00:00','','','','','dspr'),(46,'Tiago Casal Ribeiro','https://karl.marx.pm/profile/tiago','http://karl.marx.pm/profile/tiago','https://karl.marx.pm/photo/custom/300/391.jpg?rev=2014-10-30+17%3A10%3A40','','0000-00-00 00:00:00','','','','','dspr'),(47,'Protestation','https://karl.marx.pm/profile/protestation_','http://karl.marx.pm/profile/protestation_','https://karl.marx.pm/photo/custom/300/414.jpg','','0000-00-00 00:00:00','','','','','dspr'),(48,'Arto','https://myfriendica.net/profile/arto','http://myfriendica.net/profile/arto','https://myfriendica.net/photo/custom/300/5.jpg?rev=2012-04-29+18%3A36%3A29','','0000-00-00 00:00:00','','','','','dspr'),(49,'Gatoso Kot','https://myfriendica.net/profile/gatoso','http://myfriendica.net/profile/gatoso','https://myfriendica.net/photo/custom/300/159.jpg?rev=2013-04-05+05%3A51%3A58','','0000-00-00 00:00:00','','','','','dspr'),(50,'Believing Prayer','https://myfriendica.net/profile/believingprayer','http://myfriendica.net/profile/believingprayer','https://myfriendica.net/photo/custom/300/11.jpg?rev=2012-03-19+13%3A12%3A07','','0000-00-00 00:00:00','','','','','dspr'),(51,'Avery Jenkins','https://myfriendica.net/profile/docaltmed','http://myfriendica.net/profile/docaltmed','https://myfriendica.net/photo/custom/300/17.jpg?rev=2012-03-27+11%3A05%3A26','','0000-00-00 00:00:00','','','','','dspr'),(52,'Vincent','https://myfriendica.net/profile/influencepc','http://myfriendica.net/profile/influencepc','https://myfriendica.net/photo/custom/300/55.jpg?rev=2012-04-26+12%3A47%3A48','','0000-00-00 00:00:00','','','','','dspr'),(53,'Berlin Group','https://myfriendica.net/profile/berlin','http://myfriendica.net/profile/berlin','https://myfriendica.net/photo/custom/300/65.jpg?rev=2012-04-28+09%3A21%3A19','','0000-00-00 00:00:00','','','','','dspr'),(54,'jcsesecuneta@myfriendica.net','https://myfriendica.net/profile/jcsesecuneta','http://myfriendica.net/profile/jcsesecuneta','https://myfriendica.net/photo/custom/300/281.jpg?rev=2013-09-06+11%3A51%3A59','','0000-00-00 00:00:00','','','','','dspr'),(55,'Sam I','https://myfriendica.net/profile/sam01','http://myfriendica.net/profile/sam01','https://myfriendica.net/photo/custom/300/183.jpg?rev=2013-06-28+15%3A34%3A46','','0000-00-00 00:00:00','','','','','dspr'),(56,'Stephen Judge','https://myfriendica.net/profile/stephen','http://myfriendica.net/profile/stephen','https://myfriendica.net/photo/custom/300/294.jpg?rev=2014-02-25+15%3A07%3A05','','0000-00-00 00:00:00','','','','','dspr'),(57,'潘隆å\90‰ Tony Phuah','https://myfriendica.net/profile/tonyphuah','http://myfriendica.net/profile/tonyphuah','https://myfriendica.net/photo/custom/300/304.jpg?rev=2013-11-02+00%3A37%3A59','','0000-00-00 00:00:00','','','','','dspr'),(58,'Lina María Largo','https://myfriendica.net/profile/linamaria','http://myfriendica.net/profile/linamaria','https://myfriendica.net/photo/custom/300/332.jpg?rev=2013-12-18+08%3A14%3A24','','0000-00-00 00:00:00','','','','','dspr'),(59,'Petra L.','https://myfriendica.net/profile/petra-l','http://myfriendica.net/profile/petra-l','https://myfriendica.net/photo/custom/300/349.jpg?rev=2014-04-05+13%3A41%3A25','','0000-00-00 00:00:00','','','','','dspr'),(60,'Panko','https://myfriendica.net/profile/panko','http://myfriendica.net/profile/panko','https://myfriendica.net/photo/custom/300/354.jpg?rev=2014-07-30+14%3A22%3A42','','0000-00-00 00:00:00','','','','','dspr'),(61,'Jorge','https://myfriendica.net/profile/soloojos','http://myfriendica.net/profile/soloojos','https://myfriendica.net/photo/custom/300/370.jpg?rev=2014-03-02+16%3A20%3A32','','0000-00-00 00:00:00','','','','','dspr'),(62,'Sebas Pedersen','https://myfriendica.net/profile/sebasped','http://myfriendica.net/profile/sebasped','https://myfriendica.net/photo/custom/300/373.jpg?rev=2015-01-15+23%3A04%3A06','','0000-00-00 00:00:00','','','','','dspr'),(63,'ivan zlax','https://myfriendica.net/profile/zlaxyi','http://myfriendica.net/profile/zlaxyi','https://myfriendica.net/photo/custom/300/376.jpg?rev=2014-03-09+09%3A56%3A13','','0000-00-00 00:00:00','','','','','dspr'),(64,'Shimriez','https://myfriendica.net/profile/shimriez','http://myfriendica.net/profile/shimriez','https://myfriendica.net/photo/custom/300/403.jpg?rev=2014-06-21+17%3A18%3A05','','0000-00-00 00:00:00','','','','','dspr'),(65,'Sitesonix Web Solutions','https://myfriendica.net/profile/sitesonix','http://myfriendica.net/profile/sitesonix','https://myfriendica.net/photo/custom/300/445.jpg?rev=2014-06-13+17%3A25%3A54','','0000-00-00 00:00:00','','','','','dspr'),(66,'Bastian Lang','https://myfriendica.net/profile/raudy93','http://myfriendica.net/profile/raudy93','https://myfriendica.net/photo/custom/300/436.jpg?rev=2014-05-29+12%3A40%3A00','','0000-00-00 00:00:00','','','','','dspr'),(67,'Simó Albert i Beltran','https://myfriendica.net/profile/sim6','http://myfriendica.net/profile/sim6','https://myfriendica.net/photo/custom/300/419.jpg?rev=2014-05-14+16%3A14%3A04','','0000-00-00 00:00:00','','','','','dspr'),(68,'RT Griffiti','https://myfriendica.net/profile/rtgriffiti','http://myfriendica.net/profile/rtgriffiti','https://myfriendica.net/photo/custom/300/437.jpg?rev=2014-05-30+01%3A17%3A19','','0000-00-00 00:00:00','','','','','dspr'),(69,'Damian','https://myfriendica.net/profile/deb92','http://myfriendica.net/profile/deb92','https://myfriendica.net/photo/custom/300/462.jpg?rev=2014-07-29+18%3A18%3A26','','0000-00-00 00:00:00','','','','','dspr'),(70,'Ciril Earth','https://myfriendica.net/profile/cirilearth','http://myfriendica.net/profile/cirilearth','https://myfriendica.net/photo/custom/300/519.jpg?rev=2014-12-22+12%3A19%3A09','','0000-00-00 00:00:00','','','','','dspr'),(71,'The SOS Card Project','https://myfriendica.net/profile/the_sos_card_project','http://myfriendica.net/profile/the_sos_card_project','https://myfriendica.net/photo/custom/300/524.jpg?rev=2014-12-26+19%3A54%3A41','','0000-00-00 00:00:00','','','','','dspr'),(72,'Hauke Altmann','https://snarl.de/profile/tugelblend','http://snarl.de/profile/tugelblend','https://www.snarl.de/photo/profile/5.jpg','','2015-01-25 05:02:28','Berlin','Softwaredeveloper, friendica enthusiast, member of <a href=\"http://www.graffitiresearchlab.de/,\" target=\"_blank\">http://www.graffitiresearchlab.de/,</a> cyclist','graffiti, friendica, graffiti, research, lab, diy, collectivism, urban, art, surfing, berlin, opensource, critical, mass, freifunk','','dfrn'),(73,'Chris Thina','https://snarl.de/profile/chillkroete','http://snarl.de/profile/chillkroete','https://snarl.de/photo/profile/69.jpg','','2014-01-11 11:59:56','','','','','dfrn'),(74,'Dirk Schlechter','https://snarl.de/profile/viewfinder','http://snarl.de/profile/viewfinder','https://snarl.de/photo/profile/106.jpg','','2014-03-24 16:20:54','','','','Männlich','dfrn'),(75,'Tauschring Prenzelberg','https://snarl.de/profile/prenzeltausch','http://snarl.de/profile/prenzeltausch','https://snarl.de/photo/profile/117.jpg','','2015-01-25 19:31:54','Berlin','Haareschneiden gegen Waschmaschinenreparatur?<br>Autotransport gegen Katze gie&szlig;en?<br>Der Prenzelberger Tauschring<br>sucht weitere Mitglieder.<br>Komm doch mal vorbei:<br>Treffen jeden 2. &amp; 4. Montag im Monat<br>im Kiezladen in der Dunckerstr. 14, 19-20 Uhr<br>prenzeltausch.thing.de','tauschring, zeitkonto','Intersex','dfrn'),(76,'Panko','https://snarl.de/profile/panko','http://snarl.de/profile/panko','https://snarl.de/photo/profile/141.jpg','@','2015-02-02 11:31:46','La Vila Joiosa','','debian, linux, gnu, gnu/linux, scifi, horror, xmpp, jabber, friendica, pump, freesoftware, darts, dardos, dards, punk, rock, ska, reggae, beer','Home','dfrn'),(77,'Berlin Group','https://snarl.de/profile/berlin','http://snarl.de/profile/berlin','https://snarl.de/photo/profile/0.jpg','','2012-04-28 09:21:19','Berlin','Eine Gruppe f&uuml;r alle Friendicianer, die an der geilsten Stadt Deutschlands interessiert sind.','berlin','','dfrn'),(78,'Daniel C. Würl','https://snarl.de/profile/decadentgray','http://snarl.de/profile/decadentgray','https://snarl.de/photo/profile/158.jpg','','2014-08-29 02:20:44','','','','','dfrn'),(79,'Michaela Gruber','https://snarl.de/profile/starling','http://snarl.de/profile/starling','https://snarl.de/photo/profile/160.jpg','','2014-09-03 18:19:10','','','','','dfrn'),(80,'Kristian R.','https://snarl.de/profile/z428','http://snarl.de/profile/z428','https://snarl.de/photo/profile/181.jpg','','2015-01-30 13:47:31','','Software engineer (#java, #javaee, #python, mainly server-sided and backend), art and imaging addict mainly using #gimp, #opensource / #softwarelibre # freesoftware software user and promoter, lover of bizarre #music (especially #netaudio stuff, #metal, #postrock, more open-minded #indie), #vegetarian, 30something and a few other things.<br>kr428 virtually everywhere, including twitter, identica et al.','linux, gimp, photography, music, java, opensource, gnome, philosophy, spirituality, art','Männlich','dfrn'),(81,'Georg Hofer','https://snarl.de/profile/ironhead','http://snarl.de/profile/ironhead','https://snarl.de/photo/profile/228.jpg','','2014-12-31 15:47:14','','','','','dfrn'),(82,'Nick Power','https://snarl.de/profile/veganvincent','http://snarl.de/profile/veganvincent','https://snarl.de/photo/profile/240.jpg','','2015-01-26 16:59:02','','','','','dfrn'),(83,'Yushin W','https://snarl.de/profile/opduur','http://snarl.de/profile/opduur','https://snarl.de/photo/profile/254.jpg','','2015-01-28 19:44:40','','','freesoftware, floss, foss, opensource, linux, vim, cli, command-line, creativecommons, ocw, oer, commons, sustainability, energy, lohas, mdg, sdg','','dfrn'),(84,'Oradon','https://oradon.pegasus.uberspace.de/profile/oradon','http://oradon.pegasus.uberspace.de/profile/oradon','https://oradon.pegasus.uberspace.de/photo/custom/300/1.jpg','','0000-00-00 00:00:00','','','','','dspr'),(85,'Stuttgart','https://oradon.pegasus.uberspace.de/profile/stuttgart','http://oradon.pegasus.uberspace.de/profile/stuttgart','https://oradon.pegasus.uberspace.de/photo/custom/300/12.jpg','','0000-00-00 00:00:00','','','','','dspr'),(86,'Olivier','https://friendica.free-beer.ch/profile/olivier','http://friendica.free-beer.ch/profile/olivier','https://friendica.free-beer.ch/photo/custom/300/1.jpg?rev=2012-05-02+09%3A02%3A19','','0000-00-00 00:00:00','','','','','dspr'),(87,'pogonator','https://friendica.free-beer.ch/profile/pogonator','http://friendica.free-beer.ch/profile/pogonator','https://friendica.free-beer.ch/photo/custom/300/396.jpg?rev=2013-06-22+07%3A51%3A38','','0000-00-00 00:00:00','','','','','dspr'),(88,'Claus Muehlenkamp','https://friendica.free-beer.ch/profile/clausmuehlenkamp','http://friendica.free-beer.ch/profile/clausmuehlenkamp','https://friendica.free-beer.ch/photo/custom/300/368.jpg?rev=2013-06-12+21%3A21%3A07','','0000-00-00 00:00:00','','','','','dspr'),(89,'Jörg Hartmann','https://friendica.free-beer.ch/profile/jh72de','http://friendica.free-beer.ch/profile/jh72de','https://friendica.free-beer.ch/photo/custom/300/295.jpg?rev=2013-04-09+19%3A21%3A01','','0000-00-00 00:00:00','','','','','dspr'),(90,'Carlos Solís','https://friendica.free-beer.ch/profile/csolisr','http://friendica.free-beer.ch/profile/csolisr','https://friendica.free-beer.ch/photo/custom/300/22.jpg?rev=2012-05-31+23%3A00%3A24','','0000-00-00 00:00:00','','','','','dspr'),(91,'Frederic Guilbault','https://friendica.free-beer.ch/profile/border','http://friendica.free-beer.ch/profile/border','https://friendica.free-beer.ch/photo/custom/300/23.jpg?rev=2012-06-01+02%3A24%3A09','','0000-00-00 00:00:00','','','','','dspr'),(92,'Sun Sunich','https://friendica.free-beer.ch/profile/sunsunich','http://friendica.free-beer.ch/profile/sunsunich','https://friendica.free-beer.ch/photo/custom/300/337.jpg?rev=2013-06-06+19%3A54%3A58','','0000-00-00 00:00:00','','','','','dspr'),(93,'Jaun Santiago','https://friendica.free-beer.ch/profile/juansantiago','http://friendica.free-beer.ch/profile/juansantiago','https://friendica.free-beer.ch/photo/custom/300/94.jpg?rev=2012-08-05+21%3A12%3A40','','0000-00-00 00:00:00','','','','','dspr'),(94,'Axel','https://friendica.free-beer.ch/profile/axel','http://friendica.free-beer.ch/profile/axel','https://friendica.free-beer.ch/photo/custom/300/61.jpg?rev=2014-01-08+17%3A14%3A05','','0000-00-00 00:00:00','','','','','dspr'),(95,'Alexander Jobst','https://friendica.free-beer.ch/profile/alexanderjobst','http://friendica.free-beer.ch/profile/alexanderjobst','https://friendica.free-beer.ch/photo/custom/300/77.jpg?rev=2012-07-11+08%3A19%3A36','','0000-00-00 00:00:00','','','','','dspr'),(96,'Matija Å uklje','https://friendica.free-beer.ch/profile/hook','http://friendica.free-beer.ch/profile/hook','https://friendica.free-beer.ch/photo/custom/300/336.jpg?rev=2013-06-02+20%3A40%3A51','','0000-00-00 00:00:00','','','','','dspr'),(97,'Brando','https://friendica.free-beer.ch/profile/dysfunctional','http://friendica.free-beer.ch/profile/dysfunctional','https://friendica.free-beer.ch/photo/custom/300/89.jpg?rev=2012-07-28+04%3A35%3A53','','0000-00-00 00:00:00','','','','','dspr'),(98,'Max Anton','https://friendica.free-beer.ch/profile/ntimes','http://friendica.free-beer.ch/profile/ntimes','https://friendica.free-beer.ch/photo/custom/300/98.jpg?rev=2012-08-08+21%3A32%3A00','','0000-00-00 00:00:00','','','','','dspr'),(99,'Inyan','https://friendica.free-beer.ch/profile/inyan','http://friendica.free-beer.ch/profile/inyan','https://friendica.free-beer.ch/photo/custom/300/111.jpg?rev=2012-08-18+19%3A01%3A17','','0000-00-00 00:00:00','','','','','dspr'),(100,'亗 Dr. Emporio Efikz äº—','https://friendica.free-beer.ch/profile/dr_emporio_efikz','http://friendica.free-beer.ch/profile/dr_emporio_efikz','https://friendica.free-beer.ch/photo/custom/300/108.jpg?rev=2012-08-17+01%3A48%3A09','','0000-00-00 00:00:00','','','','','dspr'),(101,'w2bh.- free-beer.ch','https://friendica.free-beer.ch/profile/w2bh','http://friendica.free-beer.ch/profile/w2bh','https://friendica.free-beer.ch/photo/custom/300/104.jpg?rev=2012-08-15+10%3A52%3A29','','0000-00-00 00:00:00','','','','','dspr'),(102,'Torsten Schilinsky','https://friendica.free-beer.ch/profile/torsten1968','http://friendica.free-beer.ch/profile/torsten1968','https://friendica.free-beer.ch/photo/custom/300/107.jpg?rev=2012-09-18+11%3A17%3A42','','0000-00-00 00:00:00','','','','','dspr'),(103,'Ecologie Libidinale','https://friendica.free-beer.ch/profile/ecologielibidinale','http://friendica.free-beer.ch/profile/ecologielibidinale','https://friendica.free-beer.ch/photo/custom/300/118.jpg?rev=2012-08-23+18%3A19%3A23','','0000-00-00 00:00:00','','','','','dspr'),(104,'Robert Bonie','https://friendica.free-beer.ch/profile/robrob','http://friendica.free-beer.ch/profile/robrob','https://friendica.free-beer.ch/photo/custom/300/138.jpg?rev=2012-09-07+17%3A57%3A21','','0000-00-00 00:00:00','','','','','dspr'),(105,'Marius Katcá','https://friendica.free-beer.ch/profile/marius_katca','http://friendica.free-beer.ch/profile/marius_katca','https://friendica.free-beer.ch/photo/custom/300/143.jpg?rev=2012-09-10+11%3A02%3A55','','0000-00-00 00:00:00','','','','','dspr'),(106,'Yossefa Mekyton','https://friendica.free-beer.ch/profile/jooxz','http://friendica.free-beer.ch/profile/jooxz','https://friendica.free-beer.ch/photo/custom/300/413.jpg?rev=2013-06-29+18%3A54%3A44','','0000-00-00 00:00:00','','','','','dspr'),(107,'Xurxo Ventos','https://friendica.free-beer.ch/profile/xurxoventos','http://friendica.free-beer.ch/profile/xurxoventos','https://friendica.free-beer.ch/photo/custom/300/412.jpg?rev=2013-06-29+10%3A07%3A23','','0000-00-00 00:00:00','','','','','dspr'),(108,'Fergus Ferrier','https://friendica.free-beer.ch/profile/rufusson','http://friendica.free-beer.ch/profile/rufusson','https://friendica.free-beer.ch/photo/custom/300/146.jpg?rev=2012-09-14+01%3A11%3A23','','0000-00-00 00:00:00','','','','','dspr'),(109,'Arescorpio Nepesh','https://friendica.free-beer.ch/profile/arescorpio','http://friendica.free-beer.ch/profile/arescorpio','https://friendica.free-beer.ch/photo/custom/300/158.jpg?rev=2012-10-05+19%3A05%3A49','','0000-00-00 00:00:00','','','','','dspr'),(110,'Shiroikuma','https://friendica.free-beer.ch/profile/shiroikuma','http://friendica.free-beer.ch/profile/shiroikuma','https://friendica.free-beer.ch/photo/custom/300/334.jpg?rev=2013-06-02+09%3A59%3A35','','0000-00-00 00:00:00','','','','','dspr'),(111,'FreeBeer Klampf','https://friendica.free-beer.ch/profile/klampfattacke','http://friendica.free-beer.ch/profile/klampfattacke','https://friendica.free-beer.ch/photo/custom/300/167.jpg?rev=2012-10-27+02%3A34%3A19','','0000-00-00 00:00:00','','','','','dspr'),(112,'Raphael Vieira','https://friendica.free-beer.ch/profile/barba_negra','http://friendica.free-beer.ch/profile/barba_negra','https://friendica.free-beer.ch/photo/custom/300/772.jpg?rev=2014-05-04+03%3A45%3A51','','0000-00-00 00:00:00','','','','','dspr'),(113,'Marina Soler','https://friendica.free-beer.ch/profile/marisoler','http://friendica.free-beer.ch/profile/marisoler','https://friendica.free-beer.ch/photo/custom/300/514.jpg?rev=2013-09-01+18%3A38%3A55','','0000-00-00 00:00:00','','','','','dspr'),(114,'Als Ob','https://friendica.free-beer.ch/profile/derhuaba','http://friendica.free-beer.ch/profile/derhuaba','https://friendica.free-beer.ch/photo/custom/300/842.jpg?rev=2014-08-06+23%3A24%3A06','','0000-00-00 00:00:00','','','','','dspr'),(115,'Colin Steele','https://friendica.free-beer.ch/profile/emberleaf','http://friendica.free-beer.ch/profile/emberleaf','https://friendica.free-beer.ch/photo/custom/300/245.jpg?rev=2013-02-23+16%3A54%3A57','','0000-00-00 00:00:00','','','','','dspr'),(116,'Max Mustermann','https://friendica.free-beer.ch/profile/jan_sofasurfer','http://friendica.free-beer.ch/profile/jan_sofasurfer','https://friendica.free-beer.ch/photo/custom/300/246.jpg?rev=2013-02-24+13%3A17%3A05','','0000-00-00 00:00:00','','','','','dspr'),(117,'Nicola Sisto Alessandro Vaccarone','https://friendica.free-beer.ch/profile/nk','http://friendica.free-beer.ch/profile/nk','https://friendica.free-beer.ch/photo/custom/300/286.jpg?rev=2014-03-05+18%3A14%3A39','','0000-00-00 00:00:00','','','','','dspr'),(118,'Pascal Daniel Angst','https://friendica.free-beer.ch/profile/pascala','http://friendica.free-beer.ch/profile/pascala','https://friendica.free-beer.ch/photo/custom/300/268.jpg?rev=2013-03-16+14%3A39%3A19','','0000-00-00 00:00:00','','','','','dspr'),(119,'Bodhi SparkleSnapdragon Goforth','https://friendica.free-beer.ch/profile/snapdragon','http://friendica.free-beer.ch/profile/snapdragon','https://friendica.free-beer.ch/photo/custom/300/494.jpg?rev=2013-08-15+14%3A51%3A39','','0000-00-00 00:00:00','','','','','dspr'),(120,'AntiChristos44 BodhiSattva','https://friendica.free-beer.ch/profile/ac44bo','http://friendica.free-beer.ch/profile/ac44bo','https://friendica.free-beer.ch/photo/custom/300/440.jpg?rev=2013-07-15+01%3A55%3A24','','0000-00-00 00:00:00','','','','','dspr'),(121,'Michael Moroni','https://friendica.free-beer.ch/profile/airon90','http://friendica.free-beer.ch/profile/airon90','https://friendica.free-beer.ch/photo/custom/300/547.jpg?rev=2013-09-27+11%3A19%3A56','','0000-00-00 00:00:00','','','','','dspr'),(122,'Martin Neujahr','https://friendica.free-beer.ch/profile/funkymartin','http://friendica.free-beer.ch/profile/funkymartin','https://friendica.free-beer.ch/photo/custom/300/557.jpg?rev=2013-10-04+06%3A33%3A29','','0000-00-00 00:00:00','','','','','dspr'),(123,'Florian Traverse','https://friendica.free-beer.ch/profile/temsa','http://friendica.free-beer.ch/profile/temsa','https://friendica.free-beer.ch/photo/custom/300/548.jpg?rev=2013-09-28+06%3A16%3A05','','0000-00-00 00:00:00','','','','','dspr'),(124,'Picaflor Azul','https://friendica.free-beer.ch/profile/picaflor','http://friendica.free-beer.ch/profile/picaflor','https://friendica.free-beer.ch/photo/custom/300/549.jpg?rev=2013-09-28+15%3A36%3A46','','0000-00-00 00:00:00','','','','','dspr'),(125,'edson duarte','https://friendica.free-beer.ch/profile/vaugs3roty','http://friendica.free-beer.ch/profile/vaugs3roty','https://friendica.free-beer.ch/photo/custom/300/570.jpg?rev=2013-10-13+18%3A01%3A06','','0000-00-00 00:00:00','','','','','dspr'),(126,'Don Viktoranghelo De Cuyo','https://friendica.free-beer.ch/profile/lechju','http://friendica.free-beer.ch/profile/lechju','https://friendica.free-beer.ch/photo/custom/300/583.jpg?rev=2013-11-02+22%3A56%3A06','','0000-00-00 00:00:00','','','','','dspr'),(127,'Liselotte Vinberg','https://friendica.free-beer.ch/profile/musikmamma','http://friendica.free-beer.ch/profile/musikmamma','https://friendica.free-beer.ch/photo/custom/300/589.jpg?rev=2013-11-02+18%3A22%3A16','','0000-00-00 00:00:00','','','','','dspr'),(128,'Arlo James Barnes','https://friendica.free-beer.ch/profile/arlojamesbarnes','http://friendica.free-beer.ch/profile/arlojamesbarnes','https://friendica.free-beer.ch/photo/custom/300/593.jpg?rev=2013-11-04+21%3A56%3A10','','0000-00-00 00:00:00','','','','','dspr'),(129,'Roxana Diaz','https://friendica.free-beer.ch/profile/heindys','http://friendica.free-beer.ch/profile/heindys','https://friendica.free-beer.ch/photo/custom/300/774.jpg?rev=2014-05-10+09%3A51%3A52','','0000-00-00 00:00:00','','','','','dspr'),(130,'Armin Lutz','https://friendica.free-beer.ch/profile/zebra','http://friendica.free-beer.ch/profile/zebra','https://friendica.free-beer.ch/photo/custom/300/612.jpg?rev=2013-11-20+12%3A36%3A03','','0000-00-00 00:00:00','','','','','dspr'),(131,'Philipp Obenauer','https://friendica.free-beer.ch/profile/clandestino','http://friendica.free-beer.ch/profile/clandestino','https://friendica.free-beer.ch/photo/custom/300/621.jpg?rev=2013-12-14+11%3A09%3A01','','0000-00-00 00:00:00','','','','','dspr'),(132,'ѕтєιикαмÏ\81f','https://friendica.free-beer.ch/profile/steinkampf','http://friendica.free-beer.ch/profile/steinkampf','https://friendica.free-beer.ch/photo/custom/300/652.jpg?rev=2014-01-19+13%3A36%3A41','','0000-00-00 00:00:00','','','','','dspr'),(133,'Jerry Briardy','https://friendica.free-beer.ch/profile/bookman37','http://friendica.free-beer.ch/profile/bookman37','https://friendica.free-beer.ch/photo/custom/300/651.jpg?rev=2013-12-31+06%3A49%3A25','','0000-00-00 00:00:00','','','','','dspr'),(134,'D2O','https://friendica.free-beer.ch/profile/d2o','http://friendica.free-beer.ch/profile/d2o','https://friendica.free-beer.ch/photo/custom/300/673.jpg?rev=2014-01-16+14%3A57%3A25','','0000-00-00 00:00:00','','','','','dspr'),(135,'Marc Leunig','https://friendica.free-beer.ch/profile/miefda','http://friendica.free-beer.ch/profile/miefda','https://friendica.free-beer.ch/photo/custom/300/675.jpg?rev=2014-01-16+20%3A51%3A38','','0000-00-00 00:00:00','','','','','dspr'),(136,'Sebas Pesersen','https://friendica.free-beer.ch/profile/sebasped','http://friendica.free-beer.ch/profile/sebasped','https://friendica.free-beer.ch/photo/custom/300/714.jpg?rev=2014-02-16+21%3A33%3A10','','0000-00-00 00:00:00','','','','','dspr'),(137,'Redrick Deckard','https://friendica.free-beer.ch/profile/red','http://friendica.free-beer.ch/profile/red','https://friendica.free-beer.ch/photo/custom/300/724.jpg?rev=2014-03-02+17%3A12%3A30','','0000-00-00 00:00:00','','','','','dspr'),(138,'Rui Bernardo','https://friendica.free-beer.ch/profile/rui_miguel','http://friendica.free-beer.ch/profile/rui_miguel','https://friendica.free-beer.ch/photo/custom/300/729.jpg?rev=2014-03-05+15%3A46%3A11','','0000-00-00 00:00:00','','','','','dspr'),(139,'Manoel Nascimento','https://friendica.free-beer.ch/profile/manoelnascimento','http://friendica.free-beer.ch/profile/manoelnascimento','https://friendica.free-beer.ch/photo/custom/300/734.jpg?rev=2014-03-09+14%3A15%3A23','','0000-00-00 00:00:00','','','','','dspr'),(140,'ilma','https://friendica.free-beer.ch/profile/ilma','http://friendica.free-beer.ch/profile/ilma','https://friendica.free-beer.ch/photo/custom/300/739.jpg?rev=2014-03-14+03%3A41%3A44','','0000-00-00 00:00:00','','','','','dspr'),(141,'David Mccauley','https://friendica.free-beer.ch/profile/opticalrevenge','http://friendica.free-beer.ch/profile/opticalrevenge','https://friendica.free-beer.ch/photo/custom/300/746.jpg?rev=2014-03-22+18%3A30%3A05','','0000-00-00 00:00:00','','','','','dspr'),(142,'Atterratio Aeternus','https://friendica.free-beer.ch/profile/atterratio','http://friendica.free-beer.ch/profile/atterratio','https://friendica.free-beer.ch/photo/custom/300/753.jpg?rev=2014-04-04+01%3A23%3A23','','0000-00-00 00:00:00','','','','','dspr'),(143,'Markus Krüger','https://friendica.free-beer.ch/profile/kreuzmacher','http://friendica.free-beer.ch/profile/kreuzmacher','https://friendica.free-beer.ch/photo/custom/300/800.jpg?rev=2014-06-26+05%3A48%3A58','','0000-00-00 00:00:00','','','','','dspr'),(144,'Master O Disaster','https://friendica.free-beer.ch/profile/masterodisaster','http://friendica.free-beer.ch/profile/masterodisaster','https://friendica.free-beer.ch/photo/custom/300/855.jpg?rev=2014-08-18+20%3A31%3A42','','0000-00-00 00:00:00','','','','','dspr'),(145,'eyal72','https://friendica.free-beer.ch/profile/eyal72','http://friendica.free-beer.ch/profile/eyal72','https://friendica.free-beer.ch/photo/custom/300/872.jpg?rev=2014-09-03+22%3A35%3A36','','0000-00-00 00:00:00','','','','','dspr'),(146,'Ed Wes','https://friendica.free-beer.ch/profile/edwes','http://friendica.free-beer.ch/profile/edwes','https://friendica.free-beer.ch/photo/custom/300/1206.jpg','','0000-00-00 00:00:00','','','','','dspr'),(147,'Romoli Marco','https://friendica.free-beer.ch/profile/redleghorn','http://friendica.free-beer.ch/profile/redleghorn','https://friendica.free-beer.ch/photo/custom/300/1270.jpg?rev=2014-11-26+16%3A57%3A51','','0000-00-00 00:00:00','','','','','dspr'),(148,'Michael Rueetschli','http://social.rueetschli.org/profile/rueetschli','http://social.rueetschli.org/profile/rueetschli','http://social.rueetschli.org/photo/custom/300/1.jpg?rev=2014-03-14+09%3A30%3A42','','0000-00-00 00:00:00','','','','','dspr'),(149,'Land Ei','http://social.rueetschli.org/profile/land_ei','http://social.rueetschli.org/profile/land_ei','http://social.rueetschli.org/photo/custom/300/32.jpg?rev=2014-07-25+17%3A03%3A43','','0000-00-00 00:00:00','','','','','dspr'),(150,'Jim Wiskey','http://social.rueetschli.org/profile/gsxrpilot','http://social.rueetschli.org/profile/gsxrpilot','http://social.rueetschli.org/photo/custom/300/36.jpg?rev=2014-08-21+01%3A47%3A44','','0000-00-00 00:00:00','','','','','dspr'),(151,'Kevin K.','http://social.rueetschli.org/profile/dj-atropine','http://social.rueetschli.org/profile/dj-atropine','http://social.rueetschli.org/photo/custom/300/66.jpg?rev=2014-12-31+13%3A05%3A29','','0000-00-00 00:00:00','','','','','dspr'),(152,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','2015-02-02 19:00:21','','','','','stat'),(153,'friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','','2015-02-02 19:00:18','','','','','stat'),(154,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','2015-02-02 19:00:24','','','','','stat'),(155,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg','','2015-02-02 12:02:11','','','','','stat'),(156,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-4.jpg','','2015-02-02 19:00:12','','','','','dfrn');
+/*!40000 ALTER TABLE `gcontact` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `glink`
+--
+
+DROP TABLE IF EXISTS `glink`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `glink` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `cid` int(11) NOT NULL DEFAULT '0',
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `gcid` int(11) NOT NULL DEFAULT '0',
+  `zcid` int(11) NOT NULL DEFAULT '0',
+  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`),
+  KEY `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`),
+  KEY `gcid` (`gcid`),
+  KEY `zcid` (`zcid`)
+) ENGINE=InnoDB AUTO_INCREMENT=189 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `glink`
+--
+
+LOCK TABLES `glink` WRITE;
+/*!40000 ALTER TABLE `glink` DISABLE KEYS */;
+INSERT INTO `glink` VALUES (1,0,0,1,0,'2015-02-02 11:31:20'),(2,0,0,2,0,'2015-02-02 11:31:21'),(3,0,0,3,0,'2015-02-02 11:31:22'),(4,0,0,4,0,'2015-02-02 11:31:23'),(5,0,0,5,0,'2015-02-02 11:31:24'),(6,0,0,6,0,'2015-02-02 11:31:25'),(7,0,0,7,0,'2015-02-02 11:31:26'),(8,0,0,8,0,'2015-02-02 11:31:27'),(9,0,0,9,0,'2015-02-02 11:31:28'),(10,0,0,10,0,'2015-02-02 11:31:28'),(11,0,0,11,0,'2015-02-02 11:31:29'),(12,0,0,12,0,'2015-02-02 11:31:30'),(13,0,0,13,0,'2015-02-02 11:31:31'),(14,0,0,14,0,'2015-02-02 11:31:32'),(15,0,0,15,0,'2015-02-02 11:31:33'),(16,0,0,16,0,'2015-02-02 11:31:34'),(17,0,0,17,0,'2015-02-02 11:31:35'),(18,0,0,18,0,'2015-02-02 11:31:35'),(19,0,0,19,0,'2015-02-02 11:31:36'),(20,0,0,20,0,'2015-02-02 11:31:37'),(21,0,0,21,0,'2015-02-02 11:31:38'),(22,0,0,22,0,'2015-02-02 11:31:39'),(23,0,0,23,0,'2015-02-02 11:31:40'),(24,0,0,24,0,'2015-02-02 11:31:41'),(25,0,0,25,0,'2015-02-02 11:31:41'),(26,0,0,26,0,'2015-02-02 11:31:42'),(27,0,0,27,0,'2015-02-02 11:31:43'),(28,0,0,28,0,'2015-02-02 11:31:44'),(29,0,0,29,0,'2015-02-02 11:31:44'),(30,0,0,30,0,'2015-02-02 11:31:45'),(31,0,0,31,0,'2015-02-02 11:31:45'),(32,0,0,32,0,'2015-02-02 11:31:45'),(33,0,0,33,0,'2015-02-02 11:31:46'),(34,0,0,34,0,'2015-02-02 11:31:47'),(35,0,0,35,0,'2015-02-02 11:32:53'),(36,0,0,36,0,'2015-02-02 11:32:54'),(37,0,0,37,0,'2015-02-02 11:32:55'),(38,0,0,38,0,'2015-02-02 11:32:56'),(39,0,0,39,0,'2015-02-02 11:32:57'),(40,0,0,40,0,'2015-02-02 11:32:57'),(41,0,0,41,0,'2015-02-02 11:32:58'),(42,0,0,42,0,'2015-02-02 11:32:59'),(43,0,0,43,0,'2015-02-02 11:33:00'),(44,0,0,44,0,'2015-02-02 11:33:01'),(45,0,0,45,0,'2015-02-02 11:33:02'),(46,0,0,46,0,'2015-02-02 11:33:02'),(47,0,0,47,0,'2015-02-02 11:33:03'),(48,0,0,48,0,'2015-02-02 11:33:05'),(49,0,0,49,0,'2015-02-02 11:33:06'),(50,0,0,50,0,'2015-02-02 11:33:07'),(51,0,0,51,0,'2015-02-02 11:33:08'),(52,0,0,52,0,'2015-02-02 11:33:10'),(53,0,0,53,0,'2015-02-02 11:33:11'),(54,0,0,54,0,'2015-02-02 11:33:12'),(55,0,0,55,0,'2015-02-02 11:33:13'),(56,0,0,56,0,'2015-02-02 11:33:14'),(57,0,0,57,0,'2015-02-02 11:33:15'),(58,0,0,58,0,'2015-02-02 11:33:16'),(59,0,0,59,0,'2015-02-02 11:33:17'),(60,0,0,60,0,'2015-02-02 11:33:18'),(61,0,0,61,0,'2015-02-02 11:33:19'),(62,0,0,62,0,'2015-02-02 11:33:21'),(63,0,0,63,0,'2015-02-02 11:33:22'),(64,0,0,64,0,'2015-02-02 11:33:23'),(65,0,0,65,0,'2015-02-02 11:33:24'),(66,0,0,66,0,'2015-02-02 11:33:25'),(67,0,0,67,0,'2015-02-02 11:33:26'),(68,0,0,68,0,'2015-02-02 11:33:29'),(69,0,0,69,0,'2015-02-02 11:33:32'),(70,0,0,70,0,'2015-02-02 11:33:33'),(71,0,0,71,0,'2015-02-02 11:33:34'),(72,0,0,72,0,'2015-02-02 11:34:38'),(73,0,0,73,0,'2015-02-02 11:34:38'),(74,0,0,74,0,'2015-02-02 11:34:38'),(75,0,0,75,0,'2015-02-02 11:34:38'),(76,0,0,76,0,'2015-02-02 11:34:38'),(77,0,0,77,0,'2015-02-02 11:34:38'),(78,0,0,78,0,'2015-02-02 11:34:38'),(79,0,0,79,0,'2015-02-02 11:34:38'),(80,0,0,80,0,'2015-02-02 11:34:38'),(81,0,0,81,0,'2015-02-02 11:34:38'),(82,0,0,82,0,'2015-02-02 11:34:38'),(83,0,0,83,0,'2015-02-02 11:34:38'),(84,0,0,84,0,'2015-02-02 11:34:41'),(85,0,0,85,0,'2015-02-02 11:34:42'),(86,0,0,86,0,'2015-02-02 11:34:43'),(87,0,0,87,0,'2015-02-02 11:34:44'),(88,0,0,88,0,'2015-02-02 11:34:45'),(89,0,0,89,0,'2015-02-02 11:34:46'),(90,0,0,90,0,'2015-02-02 11:34:46'),(91,0,0,91,0,'2015-02-02 11:34:47'),(92,0,0,92,0,'2015-02-02 11:34:48'),(93,0,0,93,0,'2015-02-02 11:34:49'),(94,0,0,94,0,'2015-02-02 11:34:49'),(95,0,0,95,0,'2015-02-02 11:34:50'),(96,0,0,96,0,'2015-02-02 11:34:51'),(97,0,0,97,0,'2015-02-02 11:34:51'),(98,0,0,98,0,'2015-02-02 11:34:52'),(99,0,0,99,0,'2015-02-02 11:34:53'),(100,0,0,100,0,'2015-02-02 11:34:54'),(101,0,0,101,0,'2015-02-02 11:34:55'),(102,0,0,102,0,'2015-02-02 11:34:55'),(103,0,0,103,0,'2015-02-02 11:34:56'),(104,0,0,104,0,'2015-02-02 11:34:57'),(105,0,0,105,0,'2015-02-02 11:34:58'),(106,0,0,106,0,'2015-02-02 11:34:58'),(107,0,0,107,0,'2015-02-02 11:34:59'),(108,0,0,108,0,'2015-02-02 11:35:00'),(109,0,0,109,0,'2015-02-02 11:35:01'),(110,0,0,110,0,'2015-02-02 11:35:02'),(111,0,0,111,0,'2015-02-02 11:35:02'),(112,0,0,112,0,'2015-02-02 11:35:03'),(113,0,0,113,0,'2015-02-02 11:35:04'),(114,0,0,114,0,'2015-02-02 11:35:05'),(115,0,0,115,0,'2015-02-02 11:35:06'),(116,0,0,116,0,'2015-02-02 11:35:06'),(117,0,0,117,0,'2015-02-02 11:35:07'),(118,0,0,118,0,'2015-02-02 11:35:08'),(119,0,0,119,0,'2015-02-02 11:35:09'),(120,0,0,120,0,'2015-02-02 11:35:09'),(121,0,0,121,0,'2015-02-02 11:35:10'),(122,0,0,122,0,'2015-02-02 11:35:11'),(123,0,0,123,0,'2015-02-02 11:35:12'),(124,0,0,124,0,'2015-02-02 11:35:13'),(125,0,0,125,0,'2015-02-02 11:35:14'),(126,0,0,126,0,'2015-02-02 11:35:15'),(127,0,0,127,0,'2015-02-02 11:35:15'),(128,0,0,128,0,'2015-02-02 11:35:16'),(129,0,0,129,0,'2015-02-02 11:35:17'),(130,0,0,130,0,'2015-02-02 11:35:18'),(131,0,0,131,0,'2015-02-02 11:35:18'),(132,0,0,132,0,'2015-02-02 11:35:19'),(133,0,0,133,0,'2015-02-02 11:35:20'),(134,0,0,134,0,'2015-02-02 11:35:21'),(135,0,0,135,0,'2015-02-02 11:35:22'),(136,0,0,136,0,'2015-02-02 11:35:23'),(137,0,0,137,0,'2015-02-02 11:35:23'),(138,0,0,138,0,'2015-02-02 11:35:24'),(139,0,0,139,0,'2015-02-02 11:35:25'),(140,0,0,140,0,'2015-02-02 11:35:26'),(141,0,0,141,0,'2015-02-02 11:35:27'),(142,0,0,142,0,'2015-02-02 11:35:28'),(143,0,0,143,0,'2015-02-02 11:35:29'),(144,0,0,144,0,'2015-02-02 11:35:29'),(145,0,0,145,0,'2015-02-02 11:35:30'),(146,0,0,146,0,'2015-02-02 11:35:31'),(147,0,0,147,0,'2015-02-02 11:35:32'),(148,0,0,148,0,'2015-02-02 11:35:35'),(149,0,0,149,0,'2015-02-02 11:35:36'),(150,0,0,150,0,'2015-02-02 11:35:37'),(151,0,0,151,0,'2015-02-02 11:35:39'),(152,0,0,152,152,'2015-02-02 18:40:44'),(153,0,0,153,153,'2015-02-02 18:44:01'),(154,0,0,154,154,'2015-02-02 18:45:06'),(155,0,0,155,155,'2015-02-02 18:51:50'),(156,8,3,156,0,'2015-02-02 18:50:03'),(157,9,6,153,0,'2015-02-02 18:50:06'),(158,9,6,154,0,'2015-02-02 18:50:06'),(159,7,4,152,0,'2015-02-02 18:50:08'),(160,7,4,156,0,'2015-02-02 18:50:08'),(161,10,5,154,0,'2015-02-02 18:50:11'),(162,10,5,153,0,'2015-02-02 18:50:11'),(163,0,0,152,155,'2015-02-02 18:51:50'),(164,0,0,153,155,'2015-02-02 18:51:50'),(165,17,6,155,0,'2015-02-02 19:00:03'),(166,17,6,152,0,'2015-02-02 19:00:03'),(167,17,6,156,0,'2015-02-02 19:00:03'),(168,17,6,153,0,'2015-02-02 19:00:03'),(169,17,6,154,0,'2015-02-02 19:00:03'),(170,15,5,155,0,'2015-02-02 19:00:06'),(171,15,5,152,0,'2015-02-02 19:00:06'),(172,15,5,156,0,'2015-02-02 19:00:06'),(173,15,5,153,0,'2015-02-02 19:00:06'),(174,15,5,154,0,'2015-02-02 19:00:06'),(175,11,3,155,0,'2015-02-02 19:00:09'),(176,11,3,152,0,'2015-02-02 19:00:09'),(177,11,3,156,0,'2015-02-02 19:00:09'),(178,11,3,153,0,'2015-02-02 19:00:09'),(179,11,3,154,0,'2015-02-02 19:00:09'),(180,14,2,156,0,'2015-02-02 19:00:12'),(181,13,4,155,0,'2015-02-02 19:00:15'),(182,13,4,152,0,'2015-02-02 19:00:15'),(183,13,4,156,0,'2015-02-02 19:00:15'),(184,13,4,153,0,'2015-02-02 19:00:15'),(185,13,4,154,0,'2015-02-02 19:00:15'),(186,16,2,153,0,'2015-02-02 19:00:18'),(187,12,2,152,0,'2015-02-02 19:00:21'),(188,18,2,154,0,'2015-02-02 19:00:24');
+/*!40000 ALTER TABLE `glink` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `group`
+--
+
+DROP TABLE IF EXISTS `group`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `group` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `visible` tinyint(1) NOT NULL DEFAULT '0',
+  `deleted` tinyint(1) NOT NULL DEFAULT '0',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `group`
+--
+
+LOCK TABLES `group` WRITE;
+/*!40000 ALTER TABLE `group` DISABLE KEYS */;
+INSERT INTO `group` VALUES (1,1,0,0,'Friends'),(2,2,0,0,'Friends'),(3,3,0,0,'Friends'),(4,4,0,0,'Friends'),(5,5,0,0,'Friends'),(6,6,0,0,'Friends'),(7,2,0,0,'group1'),(8,2,0,0,'group2');
+/*!40000 ALTER TABLE `group` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `group_member`
+--
+
+DROP TABLE IF EXISTS `group_member`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `group_member` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `gid` int(10) unsigned NOT NULL DEFAULT '0',
+  `contact-id` int(10) unsigned NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `uid_gid_contactid` (`uid`,`gid`,`contact-id`)
+) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `group_member`
+--
+
+LOCK TABLES `group_member` WRITE;
+/*!40000 ALTER TABLE `group_member` DISABLE KEYS */;
+INSERT INTO `group_member` VALUES (4,2,2,12),(5,2,2,14),(6,2,2,16),(9,2,2,18),(12,2,7,12),(13,2,7,18),(14,2,8,14),(15,2,8,16),(1,3,3,8),(8,3,3,11),(2,4,4,7),(10,4,4,13),(3,5,5,10),(7,5,5,15),(11,6,6,17);
+/*!40000 ALTER TABLE `group_member` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `guid`
+--
+
+DROP TABLE IF EXISTS `guid`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `guid` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `guid` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `guid` (`guid`)
+) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `guid`
+--
+
+LOCK TABLES `guid` WRITE;
+/*!40000 ALTER TABLE `guid` DISABLE KEYS */;
+INSERT INTO `guid` VALUES (2,'043683592163744406954cf601a6ea7c'),(4,'06554cf6760d7bd9'),(26,'115265984886425346054cfc8cd2b30d'),(16,'134524908174756698954cfc6f6af694'),(3,'14654cf674381248'),(27,'147164917208927777754cfc90495ae1'),(25,'173326339068575320654cfc86b794cc'),(1,'19754cf5e616d58b'),(20,'21254cfc73701af6'),(18,'27554cfc71bcb2e8'),(12,'32554cfc4ecad9ed'),(10,'384434952122597196054cfc3e54fb70'),(11,'43554cfc4ec523d0'),(9,'480886065162043563354cfc37dd52a5'),(23,'48654cfc78f98728'),(17,'49454cfc71b75a4e'),(8,'513563952202228973954cfc33761f0c'),(6,'51854cf67b60ceec'),(24,'52754cfc79010af9'),(15,'57054cfc5cac8e5c'),(19,'58354cfc7369ebdb'),(22,'69454cfc7686a537'),(5,'75354cf677be64c1'),(14,'79554cfc5ca68cdc'),(21,'83254cfc7681d1da'),(7,'84554cf67cd393c4'),(13,'855416271212197658654cfc567bcd52'),(28,'962929709188110261054cfc93d1c583');
+/*!40000 ALTER TABLE `guid` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `hook`
+--
+
+DROP TABLE IF EXISTS `hook`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `hook` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `hook` varchar(255) NOT NULL DEFAULT '',
+  `file` varchar(255) NOT NULL DEFAULT '',
+  `function` varchar(255) NOT NULL DEFAULT '',
+  `priority` int(11) unsigned NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `hook_file_function` (`hook`(30),`file`(60),`function`(30))
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `hook`
+--
+
+LOCK TABLES `hook` WRITE;
+/*!40000 ALTER TABLE `hook` DISABLE KEYS */;
+/*!40000 ALTER TABLE `hook` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `intro`
+--
+
+DROP TABLE IF EXISTS `intro`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `intro` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `fid` int(11) NOT NULL DEFAULT '0',
+  `contact-id` int(11) NOT NULL DEFAULT '0',
+  `knowyou` tinyint(1) NOT NULL DEFAULT '0',
+  `duplex` tinyint(1) NOT NULL DEFAULT '0',
+  `note` text NOT NULL,
+  `hash` varchar(255) NOT NULL DEFAULT '',
+  `datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `blocked` tinyint(1) NOT NULL DEFAULT '1',
+  `ignore` tinyint(1) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `intro`
+--
+
+LOCK TABLES `intro` WRITE;
+/*!40000 ALTER TABLE `intro` DISABLE KEYS */;
+INSERT INTO `intro` VALUES (2,6,0,9,1,0,'','4142285f3a13a4470e6e8bca48f18f9452574c9f608050678d82b5156ba9272e1422902647','2015-02-02 18:44:07',1,0);
+/*!40000 ALTER TABLE `intro` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `item`
+--
+
+DROP TABLE IF EXISTS `item`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `item` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `guid` varchar(255) NOT NULL DEFAULT '',
+  `uri` varchar(255) NOT NULL DEFAULT '',
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `contact-id` int(11) NOT NULL DEFAULT '0',
+  `type` varchar(255) NOT NULL DEFAULT '',
+  `wall` tinyint(1) NOT NULL DEFAULT '0',
+  `gravity` tinyint(1) NOT NULL DEFAULT '0',
+  `parent` int(10) unsigned NOT NULL DEFAULT '0',
+  `parent-uri` varchar(255) NOT NULL DEFAULT '',
+  `extid` varchar(255) NOT NULL DEFAULT '',
+  `thr-parent` varchar(255) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `owner-name` varchar(255) NOT NULL DEFAULT '',
+  `owner-link` varchar(255) NOT NULL DEFAULT '',
+  `owner-avatar` varchar(255) NOT NULL DEFAULT '',
+  `author-name` varchar(255) NOT NULL DEFAULT '',
+  `author-link` varchar(255) NOT NULL DEFAULT '',
+  `author-avatar` varchar(255) NOT NULL DEFAULT '',
+  `title` varchar(255) NOT NULL DEFAULT '',
+  `body` mediumtext NOT NULL,
+  `app` varchar(255) NOT NULL DEFAULT '',
+  `verb` varchar(255) NOT NULL DEFAULT '',
+  `object-type` varchar(255) NOT NULL DEFAULT '',
+  `object` text NOT NULL,
+  `target-type` varchar(255) NOT NULL DEFAULT '',
+  `target` text NOT NULL,
+  `postopts` text NOT NULL,
+  `plink` varchar(255) NOT NULL DEFAULT '',
+  `resource-id` varchar(255) NOT NULL DEFAULT '',
+  `event-id` int(11) NOT NULL DEFAULT '0',
+  `tag` mediumtext NOT NULL,
+  `attach` mediumtext NOT NULL,
+  `inform` mediumtext NOT NULL,
+  `file` mediumtext NOT NULL,
+  `location` varchar(255) NOT NULL DEFAULT '',
+  `coord` varchar(255) NOT NULL DEFAULT '',
+  `allow_cid` mediumtext NOT NULL,
+  `allow_gid` mediumtext NOT NULL,
+  `deny_cid` mediumtext NOT NULL,
+  `deny_gid` mediumtext NOT NULL,
+  `private` tinyint(1) NOT NULL DEFAULT '0',
+  `pubmail` tinyint(1) NOT NULL DEFAULT '0',
+  `moderated` tinyint(1) NOT NULL DEFAULT '0',
+  `visible` tinyint(1) NOT NULL DEFAULT '0',
+  `spam` tinyint(1) NOT NULL DEFAULT '0',
+  `starred` tinyint(1) NOT NULL DEFAULT '0',
+  `bookmark` tinyint(1) NOT NULL DEFAULT '0',
+  `unseen` tinyint(1) NOT NULL DEFAULT '1',
+  `deleted` tinyint(1) NOT NULL DEFAULT '0',
+  `origin` tinyint(1) NOT NULL DEFAULT '0',
+  `forum_mode` tinyint(1) NOT NULL DEFAULT '0',
+  `last-child` tinyint(1) unsigned NOT NULL DEFAULT '1',
+  `mention` tinyint(1) NOT NULL DEFAULT '0',
+  `network` varchar(32) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `guid` (`guid`),
+  KEY `uri` (`uri`),
+  KEY `parent` (`parent`),
+  KEY `parent-uri` (`parent-uri`),
+  KEY `extid` (`extid`),
+  KEY `uid_id` (`uid`,`id`),
+  KEY `uid_created` (`uid`,`created`),
+  KEY `uid_unseen` (`uid`,`unseen`),
+  KEY `uid_network_received` (`uid`,`network`,`received`),
+  KEY `uid_received` (`uid`,`received`),
+  KEY `uid_network_commented` (`uid`,`network`,`commented`),
+  KEY `uid_commented` (`uid`,`commented`),
+  KEY `uid_title` (`uid`,`title`),
+  KEY `uid_thrparent` (`uid`,`thr-parent`),
+  KEY `uid_parenturi` (`uid`,`parent-uri`),
+  KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
+  KEY `wall_body` (`wall`,`body`(6)),
+  KEY `uid_visible_moderated_created` (`uid`,`visible`,`moderated`,`created`),
+  KEY `uid_uri` (`uid`,`uri`),
+  KEY `uid_wall_created` (`uid`,`wall`,`created`),
+  KEY `resource-id` (`resource-id`),
+  KEY `uid_type` (`uid`,`type`),
+  KEY `uid_starred` (`uid`,`starred`),
+  KEY `contactid_allowcid_allowpid_denycid_denygid` (`contact-id`,`allow_cid`(10),`allow_gid`(10),`deny_cid`(10),`deny_gid`(10)),
+  KEY `uid_wall_parent_created` (`uid`,`wall`,`parent`,`created`),
+  KEY `uid_type_changed` (`uid`,`type`,`changed`),
+  KEY `contactid_verb` (`contact-id`,`verb`),
+  KEY `deleted_changed` (`deleted`,`changed`),
+  KEY `uid_wall_changed` (`uid`,`wall`,`changed`),
+  KEY `uid_eventid` (`uid`,`event-id`),
+  KEY `uid_authorlink` (`uid`,`author-link`),
+  KEY `uid_ownerlink` (`uid`,`owner-link`)
+) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `item`
+--
+
+LOCK TABLES `item` WRITE;
+/*!40000 ALTER TABLE `item` DISABLE KEYS */;
+INSERT INTO `item` VALUES (1,'043683592163744406954cf601a6ea7c','urn:X-dfrn:192.168.22.10:1:d2aa595d1d0a1dcd796ffa5adf071f2d9a6f8e5ca39c6d5b024f5ddacdc9d2bb',1,1,'wall',1,0,1,'urn:X-dfrn:192.168.22.10:1:d2aa595d1d0a1dcd796ffa5adf071f2d9a6f8e5ca39c6d5b024f5ddacdc9d2bb','','urn:X-dfrn:192.168.22.10:1:d2aa595d1d0a1dcd796ffa5adf071f2d9a6f8e5ca39c6d5b024f5ddacdc9d2bb','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','admin','http://192.168.22.10/profile/admin','http://192.168.22.10/photo/avatar/1.jpg','admin','http://192.168.22.10/profile/admin','http://192.168.22.10/photo/avatar/1.jpg','Initial admin post','Hello world!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=pidgin;0.25363636363636:english;0.20848484848485:hawaiian;0.1730303030303','http://192.168.22.10/display/043683592163744406954cf601a6ea7c','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(2,'513563952202228973954cfc33761f0c','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65',3,3,'wall',1,0,2,'urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','Friendica2 is here!','Hi, this is my first post!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=latin;0.27460317460317:english;0.26285714285714:french;0.15936507936508','http://192.168.22.10/display/513563952202228973954cfc33761f0c','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(3,'480886065162043563354cfc37dd52a5','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b',4,4,'wall',1,0,3,'urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','Friendica3 says hi','Here I am!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=danish;0.54814814814815:english;0.48925925925926:italian;0.43','http://192.168.22.10/display/480886065162043563354cfc37dd52a5','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(4,'384434952122597196054cfc3e54fb70','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7',6,6,'wall',1,0,4,'urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','Friendica4 check-in','Hey ho!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=hawaiian;0.42722222222222:english;0.41388888888889:vietnamese;0.25333333333333','http://192.168.22.10/display/384434952122597196054cfc3e54fb70','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(5,'855416271212197658654cfc567bcd52','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b',5,5,'wall',1,0,5,'urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','Friendica5 mic check','There we go!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=pidgin;0.6330303030303:english;0.54242424242424:dutch;0.29969696969697','http://192.168.22.10/display/855416271212197658654cfc567bcd52','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(6,'480886065162043563354cfc37dd52a5','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b',3,8,'remote',0,0,6,'urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:50:03','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','Friendica3 says hi','Here I am!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=danish;0.54814814814815:english;0.48925925925926:italian;0.43','http://192.168.22.10/display/friendica3/3','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(7,'855416271212197658654cfc567bcd52','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b',6,9,'remote',0,0,7,'urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:50:05','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','Friendica5 mic check','There we go!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=pidgin;0.6330303030303:english;0.54242424242424:dutch;0.29969696969697','http://192.168.22.10/display/friendica5/5','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(8,'513563952202228973954cfc33761f0c','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65',4,7,'remote',0,0,8,'urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:50:08','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','Friendica2 is here!','Hi, this is my first post!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=latin;0.27460317460317:english;0.26285714285714:french;0.15936507936508','http://192.168.22.10/display/friendica2/2','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(9,'384434952122597196054cfc3e54fb70','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7',5,10,'remote',0,0,9,'urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:50:11','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','Friendica4 check-in','Hey ho!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=hawaiian;0.42722222222222:english;0.41388888888889:vietnamese;0.25333333333333','http://192.168.22.10/display/friendica4/4','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(10,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',2,2,'wall',1,0,10,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','','http://192.168.22.10/display/134524908174756698954cfc6f6af694','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(11,'173326339068575320654cfc86b794cc','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592',2,2,'wall',1,0,11,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:13','2015-02-02 18:56:43','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group1','This post goes to group1, containing friendica2 and friendica4.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.33489361702128:pidgin;0.26085106382979:lithuanian;0.23836879432624','http://192.168.22.10/display/173326339068575320654cfc86b794cc','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,1,0,0,0,'dfrn'),(12,'173326339068575320654cfc86b794cc','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592',3,11,'remote',0,0,12,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:13','2015-02-02 18:56:44','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group1','This post goes to group1, containing friendica2 and friendica4.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.33489361702128:pidgin;0.26085106382979:lithuanian;0.23836879432624','http://192.168.22.10/display/friendica1/11','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(13,'173326339068575320654cfc86b794cc','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592',6,17,'remote',0,0,13,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:16','2015-02-02 18:56:46','2015-02-02 19:00:16','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group1','This post goes to group1, containing friendica2 and friendica4.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.33489361702128:pidgin;0.26085106382979:lithuanian;0.23836879432624','http://192.168.22.10/display/friendica1/11','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(14,'115265984886425346054cfc8cd2b30d','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9',2,2,'wall',1,0,14,'urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group2','This post is visible to group2, that is friendica3 and friendica5.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.34785185185185:lithuanian;0.22888888888889:pidgin;0.22266666666667','http://192.168.22.10/display/115265984886425346054cfc8cd2b30d','',0,'','','','','','','','<8>','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(15,'115265984886425346054cfc8cd2b30d','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9',4,13,'remote',0,0,15,'urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:22','2015-02-02 18:58:22','2015-02-02 18:58:22','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group2','This post is visible to group2, that is friendica3 and friendica5.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.34785185185185:lithuanian;0.22888888888889:pidgin;0.22266666666667','http://192.168.22.10/display/friendica1/14','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(16,'115265984886425346054cfc8cd2b30d','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9',5,15,'remote',0,0,16,'urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:24','2015-02-02 18:58:24','2015-02-02 18:58:24','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group2','This post is visible to group2, that is friendica3 and friendica5.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.34785185185185:lithuanian;0.22888888888889:pidgin;0.22266666666667','http://192.168.22.10/display/friendica1/14','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(17,'147164917208927777754cfc90495ae1','urn:X-dfrn:192.168.22.10:6:867f4977b76e9c71928e8cc4630d51b89b86669b1d0124f3c22412406dad62ee',6,6,'remote-comment',0,6,13,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','This is a comment on a group1 post.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=english;0.42811111111111:french;0.37277777777778:latin;0.29722222222222','http://192.168.22.10/display/147164917208927777754cfc90495ae1','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(18,'147164917208927777754cfc90495ae1','urn:X-dfrn:192.168.22.10:6:867f4977b76e9c71928e8cc4630d51b89b86669b1d0124f3c22412406dad62ee',2,18,'remote-comment',1,6,11,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:17','2015-02-02 18:59:17','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','This is a comment on a group1 post.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.42811111111111:french;0.37277777777778:latin;0.29722222222222','http://192.168.22.10/display/friendica4/17','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(19,'147164917208927777754cfc90495ae1','urn:X-dfrn:192.168.22.10:6:867f4977b76e9c71928e8cc4630d51b89b86669b1d0124f3c22412406dad62ee',3,11,'remote',0,6,12,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:18','2015-02-02 18:59:18','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','This is a comment on a group1 post.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.42811111111111:french;0.37277777777778:latin;0.29722222222222','http://192.168.22.10/display/friendica1/18','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(20,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',6,17,'remote',0,0,20,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:03','2015-02-02 19:00:03','2015-02-02 19:00:03','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(21,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',5,15,'remote',0,0,21,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 19:00:06','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(22,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',3,11,'remote',0,0,22,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:09','2015-02-02 19:00:09','2015-02-02 19:00:09','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(23,'480886065162043563354cfc37dd52a5','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b',2,14,'remote',0,0,23,'urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 19:00:12','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','Friendica3 says hi','Here I am!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=danish;0.54814814814815:english;0.48925925925926:italian;0.43','http://192.168.22.10/display/friendica3/3','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(24,'962929709188110261054cfc93d1c583','urn:X-dfrn:192.168.22.10:3:3168271a1dea83d54e5a024e8f82a38b7fe8a15a9cce3bcf8370d583170d4fac',3,3,'remote-comment',0,6,12,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','I am in group1 and I can read the post and the comment.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=english;0.43734848484848:italian;0.32325757575758:romanian;0.31931818181818','http://192.168.22.10/display/962929709188110261054cfc93d1c583','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(25,'962929709188110261054cfc93d1c583','urn:X-dfrn:192.168.22.10:3:3168271a1dea83d54e5a024e8f82a38b7fe8a15a9cce3bcf8370d583170d4fac',2,12,'remote-comment',1,6,11,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','I am in group1 and I can read the post and the comment.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.43734848484848:italian;0.32325757575758:romanian;0.31931818181818','http://192.168.22.10/display/friendica2/24','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(26,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',4,13,'remote',0,0,26,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 19:00:15','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(27,'962929709188110261054cfc93d1c583','urn:X-dfrn:192.168.22.10:3:3168271a1dea83d54e5a024e8f82a38b7fe8a15a9cce3bcf8370d583170d4fac',6,17,'remote',0,6,13,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:16','2015-02-02 19:00:16','2015-02-02 19:00:16','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','I am in group1 and I can read the post and the comment.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.43734848484848:italian;0.32325757575758:romanian;0.31931818181818','http://192.168.22.10/display/friendica1/25','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(28,'855416271212197658654cfc567bcd52','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b',2,16,'remote',0,0,28,'urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 19:00:18','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','Friendica5 mic check','There we go!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=pidgin;0.6330303030303:english;0.54242424242424:dutch;0.29969696969697','http://192.168.22.10/display/friendica5/5','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(29,'513563952202228973954cfc33761f0c','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65',2,12,'remote',0,0,29,'urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 19:00:21','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','Friendica2 is here!','Hi, this is my first post!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=latin;0.27460317460317:english;0.26285714285714:french;0.15936507936508','http://192.168.22.10/display/friendica2/2','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(30,'384434952122597196054cfc3e54fb70','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7',2,18,'remote',0,0,30,'urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 19:00:24','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','Friendica4 check-in','Hey ho!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=hawaiian;0.42722222222222:english;0.41388888888889:vietnamese;0.25333333333333','http://192.168.22.10/display/friendica4/4','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn');
+/*!40000 ALTER TABLE `item` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `item_id`
+--
+
+DROP TABLE IF EXISTS `item_id`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `item_id` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `iid` int(11) NOT NULL DEFAULT '0',
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `sid` varchar(255) NOT NULL DEFAULT '',
+  `service` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`),
+  KEY `sid` (`sid`),
+  KEY `service` (`service`),
+  KEY `iid` (`iid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `item_id`
+--
+
+LOCK TABLES `item_id` WRITE;
+/*!40000 ALTER TABLE `item_id` DISABLE KEYS */;
+/*!40000 ALTER TABLE `item_id` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `locks`
+--
+
+DROP TABLE IF EXISTS `locks`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `locks` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `name` varchar(128) NOT NULL DEFAULT '',
+  `locked` tinyint(1) NOT NULL DEFAULT '0',
+  `created` datetime DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `locks`
+--
+
+LOCK TABLES `locks` WRITE;
+/*!40000 ALTER TABLE `locks` DISABLE KEYS */;
+/*!40000 ALTER TABLE `locks` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `mail`
+--
+
+DROP TABLE IF EXISTS `mail`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `mail` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `guid` varchar(64) NOT NULL DEFAULT '',
+  `from-name` varchar(255) NOT NULL DEFAULT '',
+  `from-photo` varchar(255) NOT NULL DEFAULT '',
+  `from-url` varchar(255) NOT NULL DEFAULT '',
+  `contact-id` varchar(255) NOT NULL DEFAULT '',
+  `convid` int(11) unsigned NOT NULL DEFAULT '0',
+  `title` varchar(255) NOT NULL DEFAULT '',
+  `body` mediumtext NOT NULL,
+  `seen` tinyint(1) NOT NULL DEFAULT '0',
+  `reply` tinyint(1) NOT NULL DEFAULT '0',
+  `replied` tinyint(1) NOT NULL DEFAULT '0',
+  `unknown` tinyint(1) NOT NULL DEFAULT '0',
+  `uri` varchar(255) NOT NULL DEFAULT '',
+  `parent-uri` varchar(255) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`),
+  KEY `guid` (`guid`),
+  KEY `convid` (`convid`),
+  KEY `reply` (`reply`),
+  KEY `uri` (`uri`),
+  KEY `parent-uri` (`parent-uri`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `mail`
+--
+
+LOCK TABLES `mail` WRITE;
+/*!40000 ALTER TABLE `mail` DISABLE KEYS */;
+/*!40000 ALTER TABLE `mail` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `mailacct`
+--
+
+DROP TABLE IF EXISTS `mailacct`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `mailacct` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `server` varchar(255) NOT NULL DEFAULT '',
+  `port` int(11) NOT NULL DEFAULT '0',
+  `ssltype` varchar(16) NOT NULL DEFAULT '',
+  `mailbox` varchar(255) NOT NULL DEFAULT '',
+  `user` varchar(255) NOT NULL DEFAULT '',
+  `pass` text NOT NULL,
+  `reply_to` varchar(255) NOT NULL DEFAULT '',
+  `action` int(11) NOT NULL DEFAULT '0',
+  `movetofolder` varchar(255) NOT NULL DEFAULT '',
+  `pubmail` tinyint(1) NOT NULL DEFAULT '0',
+  `last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `mailacct`
+--
+
+LOCK TABLES `mailacct` WRITE;
+/*!40000 ALTER TABLE `mailacct` DISABLE KEYS */;
+/*!40000 ALTER TABLE `mailacct` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `manage`
+--
+
+DROP TABLE IF EXISTS `manage`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `manage` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `mid` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `uid_mid` (`uid`,`mid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `manage`
+--
+
+LOCK TABLES `manage` WRITE;
+/*!40000 ALTER TABLE `manage` DISABLE KEYS */;
+/*!40000 ALTER TABLE `manage` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `notify`
+--
+
+DROP TABLE IF EXISTS `notify`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `notify` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `hash` varchar(64) NOT NULL DEFAULT '',
+  `type` int(11) NOT NULL DEFAULT '0',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `photo` varchar(255) NOT NULL DEFAULT '',
+  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `msg` mediumtext NOT NULL,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `link` varchar(255) NOT NULL DEFAULT '',
+  `parent` int(11) NOT NULL DEFAULT '0',
+  `seen` tinyint(1) NOT NULL DEFAULT '0',
+  `verb` varchar(255) NOT NULL DEFAULT '',
+  `otype` varchar(16) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`)
+) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `notify`
+--
+
+LOCK TABLES `notify` WRITE;
+/*!40000 ALTER TABLE `notify` DISABLE KEYS */;
+INSERT INTO `notify` VALUES (1,'3d5423a2cc45d4b8c8b290c660e2c6b8e57b9e88b671e4c579a559be08b27561',1,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/profile/3.jpg?rev=2015-02-02+12%3A02%3A40','2015-02-02 18:41:22','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica2]friendica2[/url].',4,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(2,'fbda244c49b754cb9f025d492d75dd0117a3124a5be71aa8ec92b97f9d49ee56',2,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-4.jpg','2015-02-02 18:41:48','[url=http://192.168.22.10/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',3,'http://192.168.22.10/contacts/8',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(3,'cfe0cdc5cc637ec14db44138a3763b8e837891649081f3537ed45ff900415468',1,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/profile/6.jpg?rev=2015-02-02+12%3A04%3A29','2015-02-02 18:45:15','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica4]friendica4[/url].',5,'http://192.168.22.10/notifications/intros',0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(4,'babf1684421dae503abe820f19e2f4714e61b1813cef84bc79fb743992cc56d4',2,'friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-4.jpg','2015-02-02 18:45:30','[url=http://192.168.22.10/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',6,'http://192.168.22.10/contacts/9',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(5,'7d70a57209f952be69671134ea646cdd180308ecfbc11608cbc938a12b2b3a00',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:49:41','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',3,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(6,'44f69e938a6125af6e7487da7b7933966f6f3bfc69da02989105e74110e4a061',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:50:09','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',4,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(7,'f3f9b580032f30d6bc0832b66bbaaab56769d3aca16d1d790c256139eebee1b4',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:50:55','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',5,'http://192.168.22.10/notifications/intros',0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(8,'7c94e6c1e7ca90e651b8c0cea37d1f1466562b6e3248863336d32280d908c1fc',2,'friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-4.jpg','2015-02-02 18:51:07','[url=http://192.168.22.10/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/16',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(9,'31c4206b3a7dae13c8e9932d496dbab0b8a74b6230eb2656926523e85634d561',2,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-4.jpg','2015-02-02 18:51:34','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/12',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(10,'d644bd370f1171b59135aa13f1fad8ac50f3043866b3d46315088f378018c35e',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:52:03','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',6,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(11,'26d24ba1d23e382fba4b92ad1d9147a5a67128ea39fec7d86e324837fd32961d',2,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-4.jpg','2015-02-02 18:52:24','[url=http://192.168.22.10/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/14',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(12,'a3257549c21f341cbcbf5b91837dfba6c0266f2c8d511dcce9616f5dffb4813c',2,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-4.jpg','2015-02-02 18:53:03','[url=http://192.168.22.10/profile/friendica4]friendica4[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/18',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(13,'a3b65a351066f8cac0690e182e4692f31744a73fc8b015f70ea18bcb52673c2d',8,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-5.jpg','2015-02-02 18:59:17','[url=http://192.168.22.10/profile/friendica4]friendica4[/url] commented on [url=]your post[/url]',2,'http://192.168.22.10/display/147164917208927777754cfc90495ae1',11,0,'http://activitystrea.ms/schema/1.0/post','item'),(14,'bf0e548a4452320ec6415d395bfcec49f833ec1a6e1d377c4ccf856ce9729d17',8,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-5.jpg','2015-02-02 19:00:13','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] commented on [url=]your post[/url]',2,'http://192.168.22.10/display/962929709188110261054cfc93d1c583',11,0,'http://activitystrea.ms/schema/1.0/post','item'),(15,'c294b4af1bfc2c1f229db33d7b165265858e19321a8f5065c4c1095183689921',8,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','2015-02-02 19:00:16','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] commented on [url=]friendica1\'s post[/url]',6,'http://192.168.22.10/display/962929709188110261054cfc93d1c583',13,0,'http://activitystrea.ms/schema/1.0/post','item');
+/*!40000 ALTER TABLE `notify` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `notify-threads`
+--
+
+DROP TABLE IF EXISTS `notify-threads`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `notify-threads` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `notify-id` int(11) NOT NULL DEFAULT '0',
+  `master-parent-item` int(10) unsigned NOT NULL DEFAULT '0',
+  `parent-item` int(10) unsigned NOT NULL DEFAULT '0',
+  `receiver-uid` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `master-parent-item` (`master-parent-item`),
+  KEY `receiver-uid` (`receiver-uid`)
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `notify-threads`
+--
+
+LOCK TABLES `notify-threads` WRITE;
+/*!40000 ALTER TABLE `notify-threads` DISABLE KEYS */;
+INSERT INTO `notify-threads` VALUES (1,13,11,0,2),(2,15,13,0,6);
+/*!40000 ALTER TABLE `notify-threads` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `pconfig`
+--
+
+DROP TABLE IF EXISTS `pconfig`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `pconfig` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `cat` varchar(255) NOT NULL DEFAULT '',
+  `k` varchar(255) NOT NULL DEFAULT '',
+  `v` mediumtext NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `uid_cat_k` (`uid`,`cat`(30),`k`(30))
+) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `pconfig`
+--
+
+LOCK TABLES `pconfig` WRITE;
+/*!40000 ALTER TABLE `pconfig` DISABLE KEYS */;
+INSERT INTO `pconfig` VALUES (1,1,'expire','items','1'),(2,1,'expire','notes','1'),(3,1,'expire','starred','1'),(4,1,'expire','photos','0'),(5,1,'expire','network_only','0'),(6,1,'system','suggestme','0'),(7,1,'system','post_newfriend','0'),(8,1,'system','post_joingroup','0'),(9,1,'system','post_profilechange','0'),(10,1,'system','email_textonly','0'),(11,1,'network.view','group.selected','0'),(12,1,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(13,1,'network.view','net.selected','all'),(14,2,'expire','items','1'),(15,2,'expire','notes','1'),(16,2,'expire','starred','1'),(17,2,'expire','photos','0'),(18,2,'expire','network_only','0'),(19,2,'system','suggestme','0'),(20,2,'system','post_newfriend','0'),(21,2,'system','post_joingroup','0'),(22,2,'system','post_profilechange','0'),(23,2,'system','email_textonly','0'),(24,3,'expire','items','1'),(25,3,'expire','notes','1'),(26,3,'expire','starred','1'),(27,3,'expire','photos','0'),(28,3,'expire','network_only','0'),(29,3,'system','suggestme','0'),(30,3,'system','post_newfriend','0'),(31,3,'system','post_joingroup','0'),(32,3,'system','post_profilechange','0'),(33,3,'system','email_textonly','0'),(34,4,'expire','items','1'),(35,4,'expire','notes','1'),(36,4,'expire','starred','1'),(37,4,'expire','photos','0'),(38,4,'expire','network_only','0'),(39,4,'system','suggestme','0'),(40,4,'system','post_newfriend','0'),(41,4,'system','post_joingroup','0'),(42,4,'system','post_profilechange','0'),(43,4,'system','email_textonly','0'),(44,4,'network.view','group.selected','0'),(45,4,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(46,4,'network.view','net.selected','all'),(47,6,'expire','items','1'),(48,6,'expire','notes','1'),(49,6,'expire','starred','1'),(50,6,'expire','photos','0'),(51,6,'expire','network_only','0'),(52,6,'system','suggestme','0'),(53,6,'system','post_newfriend','0'),(54,6,'system','post_joingroup','0'),(55,6,'system','post_profilechange','0'),(56,6,'system','email_textonly','0'),(57,5,'expire','items','1'),(58,5,'expire','notes','1'),(59,5,'expire','starred','1'),(60,5,'expire','photos','0'),(61,5,'expire','network_only','0'),(62,5,'system','suggestme','0'),(63,5,'system','post_newfriend','0'),(64,5,'system','post_joingroup','0'),(65,5,'system','post_profilechange','0'),(66,5,'system','email_textonly','0'),(67,3,'network.view','group.selected','0'),(68,3,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(69,3,'network.view','net.selected','all'),(70,6,'network.view','group.selected','0'),(71,6,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(72,6,'network.view','net.selected','all'),(73,5,'network.view','group.selected','0'),(74,5,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(75,5,'network.view','net.selected','all'),(76,2,'network.view','group.selected','0'),(77,2,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(78,2,'network.view','net.selected','all');
+/*!40000 ALTER TABLE `pconfig` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `photo`
+--
+
+DROP TABLE IF EXISTS `photo`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `photo` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `contact-id` int(10) unsigned NOT NULL DEFAULT '0',
+  `guid` varchar(64) NOT NULL DEFAULT '',
+  `resource-id` varchar(255) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `title` varchar(255) NOT NULL DEFAULT '',
+  `desc` text NOT NULL,
+  `album` varchar(255) NOT NULL DEFAULT '',
+  `filename` varchar(255) NOT NULL DEFAULT '',
+  `type` varchar(128) NOT NULL DEFAULT 'image/jpeg',
+  `height` smallint(6) NOT NULL DEFAULT '0',
+  `width` smallint(6) NOT NULL DEFAULT '0',
+  `datasize` int(10) unsigned NOT NULL DEFAULT '0',
+  `data` mediumblob NOT NULL,
+  `scale` tinyint(3) NOT NULL DEFAULT '0',
+  `profile` tinyint(1) NOT NULL DEFAULT '0',
+  `allow_cid` mediumtext NOT NULL,
+  `allow_gid` mediumtext NOT NULL,
+  `deny_cid` mediumtext NOT NULL,
+  `deny_gid` mediumtext NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`),
+  KEY `resource-id` (`resource-id`),
+  KEY `guid` (`guid`)
+) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `photo`
+--
+
+LOCK TABLES `photo` WRITE;
+/*!40000 ALTER TABLE `photo` DISABLE KEYS */;
+INSERT INTO `photo` VALUES (1,1,0,'19754cf5e616d58b','29cf28c92e2f9327de1fd8f3772ff6eb','2015-02-02 11:24:17','2015-02-02 11:24:17','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0     \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Õà¢ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK\93\1eå¿H®\8eÝrË\8aÏÑ\9e\15\1cqi÷\11·9\18Â+sJG#Hq\9b\18\19ªIÃ\18±\88\90ZYs\19\9cYüça±\82G\8dÎ__\14\94¶=ï\1d\14\r»Jÿ\0,{.1äì\14¯\9eÝÃwd.ÿ\0æ\9f0p\88j|¹Zà\9dÁfx¬\84\fp£x¤)(¦\94\99\9d\93zëÈKx±×-í\0XÛ\r\8fM¢fbtEuæ\98¸2£\7föNÃï\e/4ì·#§ÖN®\nG5æ\9c\89̲OìÜ\86~A\8fdJ¯F¬A,\ 6\ 5úmSç\ 3Z3¥<óXã\1cì6GdÇ\1eà\93\18¤\a¬\14·T\9føÝ\11ßÉÂè[áäÉ\b¼\9aêÕ¸E)þR\9e\96\14L\\t_!\94\8cݠˤp\aøÚeùÑBøq_\9b+D\12VË_¯&\\xl~m\\xÒÊÚzì\84\91Å\91ɧ TÚ¹\v¤È\952t¸>&Æ\8ew´a\83-éU\ 2*\94Øn¢\85G\84\1f+Íîé\94ä/­aX¸|R\9eÕæÂë¡\fDu\96w\1e)\1d·RêtíÜ¥\99a-`\86±3Àôxã® \8d^¹@Ç\ 3\Z¨Ýèçp\16±v\98)\"öÝKíõ(G\b\91±#{<Ç4ÒÚ[N¿\1ey°ð\9a)\10\16¦Ë\8b   ò\9e³R»\91ÄÚL\ eÚ$íþ;\86V5Ú\9f礼\97ïF\Zj\93ðŽÛ\ 4/óìwóÑÜ\93ïµ5=\'×\86{¦1´S?SÕU\94P\9b_\aÿ\0\9b\10w?FÑT³ëZyã\1ceC5{\8d\ eû.ojSÇ}m¥kû?ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0P\10\0\ 1\ 3\ 2\ 2\ 4\ 4\f\12\b\a\0\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14#\a!$0\15 \"1234BCScd\10\16%ADQRTaqst\83\84\93\94³Ã@Ubru\81£ðEP\85¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04ÛîÙÆ1 U\17\943\13\9fØhÐX¹yô\rë¡\ 3kZ\92s4JµRîIèaÀ¿(!\b\12N>ñ³W@µ\8a±`NW\vÊnÌj\98|ì«ñcÈ;|Úü\e6\83swØ\11\ 5õY\84\9e/Dµ?\84ì.j/¬¹mú\11-ËiMäoC\v\9d[;xe\1eäÎÇá\9fW\88ícëÅNêw\856fÎÜKÏJº\96\92r­cºx\\âW¯»\1f\16äTÇ\88\0äôÇJFB\ e\80d,µËM¹I*Â-¹q¦ò´íÏ\1co6Xúr\97XcÜtræ\83L#\ 4;\98Põ_\\/P3I»_\85Ë/°Ã×Ü7Ã\ f_hÃ\1fÐ\9fO\'QS\ eUÐÈ\ 6äð²\8e\86\\¢\17\1f\ 1\1e\Z\15û¯\80;.<¦\9a<\92\92pg\92\ f\8eG/\1d¸V¹Ü8)3JRü\7fßµH«R\16\89SÉ#j¨Ë¦¸\184\16õã÷\\\\Al\n\10Õ§·É©\8b\97\14Ñ\85µ\0Þ\82fÕ5QÜ׺¤\9e\17\f×ï\vÅR\9dÇ­ë5¦KF¼\95½)èV´¦µ}Î\9d\ esÁrØ\ 1j^Ã--1µ1\91\1f\8djH¶û?ÐtKi§²°Ñ)¸,vËn®Úhy\82\80èù6¯@ã;ïM´Rí©NZ\11P¯!\1f§b\96f\8f\8e\86\ f\97láËo\87\9eek\88\95S\eV,zÃJº\8e\89Ëå<1~ãÐð\7f/Aýúð\14è\8dʵ³\8cR\93¼\14$yr\8b\95Çþ!(\"Ö¿\ 36ý#»~ã\8do\'\18øZ¥\ 1\91Ø\13\8e£3bÒ\99Àp\ fb¸oÊ\ezÚ\Z ºî!ß$\8f\1d\8f×íEóØþÐî\94ò\ e¸¨æ\9a4\99\86zhé&\ 6AÚ»n­B\ 5\7fÊ\9d«È×\8bF³5¢\ 34É[\rÀÌ}\88d\ 2\8ao\85O\11 \1eP×Úßµö7;Â\11É\\uny\16Éù8òlbþ\88\ 6\9aUJZ\90\9dòË¥½o\ 1\14Há¡ØGu=úÚ6\10\8aO§6iúYi\n\ 55\92´\96\89æ$Õêöpîe\85ò;     Jããf\ fBjÞª«²ÍÛäs\97Þí\91\ eBP\93ì\1d;çx@\ 2©TëÜo\1f\'\8bÁÉeH\8bþÞ\96àÉÚ×=\10\95~æÞ\1e\9aþ«\9c2=\'\\\99\9aßÁÞz\ f\8eÏ\ fm?YUÞfH\15£@\8fñ~Ë\9d\89¼\ 2>GrG!\9b¢%;´JDn·¿8bV\9f`}\Z»Gljå»\91þøKBÓHÙfª¢ÛJG4\91n¤ö\v\ 3¶Â8ÿ\0ؽ+È!\16\94\98¼\89Ð\96¡J·\88\8f\11\ 4iw?#\91\94Ãë Ó\nuô¬\8c¸ª\19û¥mä^\ 4\89Ô38ñ#Ô\86\ 4ÇÃd\94Î\1d|/6Z÷7;)o`\84I\8fÕ\b\'\nÃs.×7\'¯\8eéÆ%nçÍ\8d\8fÄò6@\ 5\89ÈÙãc\'PÍ\9c\b\99E\11t\r¸ä鬽\98¾\87\11\nVð°åßD¹ÃÅ\ 2\99Ñÿ\0\ 6Æ\1f|t\92s\92EÉc\10ÅÄ\8bÂ{\86í\a\9c_ÃÑõÇ,º¡$VDT~¾¸\"¢ÄBÕ£\10ñùZ\9dÑý\94èÇuëá¢xGº[PÑí\1djÚì\f\9dÃç\8d    ½\94t>:\18\r\8fÉÚ\ 3­WA?½©¥9é\ e\12íô¡¼¼S\\û\89¢S¨9Xö\9eÏùìx:þúj/7¦\8c.hÚ,Â\1f&\95a\9b¨\89(²×\95µ/\95íN\Z\9fØÎ\84\r\"g\18Õua1\1cÒQ\9dH\9dEìò\rDì9\83âãÉ-?¾?Fä 1FÜö\11\89ÕNËg,£B\97ðr?\9e\83\n8ÖU iú] -ö\94M\eCÅ0`-TöY-\84\"\97ãplÓ×åyÅ\10«B\ 4\84ë(\8a\12\8d\r\1f\f§\17\94¨«ªªD¨h\89\11<¬±·&ÿ\0NnëãÑ/bmË_\83û|ýP$n\16ÏÝ>(|cV\86>qúý¿¡­\9aèx[æþ\98\9adôyR-!#¡í¦\8eÇá\e\14\80néþF8îz% Éé\\®j%kr©\89\93\r\7f*-»{ \Z¶\12\0Ù¨Ð\0\0iÕ\18@\14PA\18Çâ¨.*z7t\ 3Af¾4vÝ\1c4öe\7f\12ä2M\e\ fç5i³ý6\81.\18\11¹Æ]ZøÁ\13\1d\"f\19\11%g)\1cÍûR\'¿\ 3¶Â0¿\17\9b{-,ì,#£ÀG/\1d8V \e\80CÍ)Kñh\9b\14\88m§o\12Â:%¦ºd®\"W¬æW\'\rÏ\87Ø;\99¢z§xÖ\98Ñ´ýÖ\16³×\8dR\87 IS\9d\13\ 2O\14Ð&§-xßõ\81þ§³wK\9e·O!~XQëzÉéHòvÝf<Çm\1e\13zíüP\ 5ÛÙ8®ýÓ\16ø¹jç>­1g\\\Z\83\83{ÕØØQ¹\16;jYê¨\0!\ 6\'\1c\97\88\eìvC¸ööO{iJҸҼи2\89sD²\8eÈ\7fr¨jî\87åßÇÆ\13\8f´Ç\83\9e¾.\8e\ eµ[h\vÖy¢kuÜ-\90Vh:w\90°\86íB\17\16éä\88ppëͲ\Z{ë\9a[\9b\8eÎ\8b\9dµøRXé\"ü´\84a\9a¸7Ö\1cWJ0¶§.ȶ\88\e.t³`l?\14Ñ­Ì      ¶íÃóvôÐ\92vMÁoÞ@\12u\95nÜp\8d£¤\94\8f5\90\8c<kw\86ùÇC)¥m~\10áÍaO\8cû\19\béDèV×â\9dç\81»\88SWÎv\86ÞwÇ¥\16\9aÒ©¯T\95\'¾é¤%\\W\ 6ѬÞ>p¯r\ 6\82)\8bøZ!ÔÒ*é\99¤ßÝ÷\ZUÕ\8dm\ 2ëkÙIä\1c¾+F\1f66\98R\94¥?g\9cãÑÍÅ\nÍ\ 2½¡\9b\10\8dH\84ê\12\87½\8bu\87n>\14õ$þùä½ÊçBðgpºY\1c°lG6Ã\87\nßlm+Êá\8bónèií6Ú\Zã\83fÝ7\bN\aZ¥iµe\ 4\95\'Î\9bd~n\97ÅÊ´o\fæ.\11©=ÈÂ#<v?ë4û.~(ѨÉk#uAʶ\18ú\84l\979D\19\11\vÈçº\90\a\ 3|1×´\'ðýñ01\7f+I\17\15§\e˾MTWº\18XD\aþsyþ\bëÇ\84\87¥4«WÍ.×\9f\93Ó\\¬°¢¶»~a®ª»ìæ\ 6\16\90ËÃ\r²NqÒ¿k\97\95\9fþ^\7f\80#×Â:\94Ocú ¡\92üÞ\99À«Mj\14\ 4\16¯ºÍ\1e\96\83J¦©ªE(U%^VvH¼ÿ\0\ 1ïkJr\17\97ç{ã­Ðå~\17O\r\19TU\15\89ÕW{Ê\8c_Íçì×øSÔÇ\13\8aûÜ9\83Óñsô­iLSØþ\95ÿÄ\0)\10\ 1\0\ 1\ 3\ 1\a\ 4\ 3\ 1\ 1\0\0\0\0\0\0\ 1\11\0!1A 0Qaq\81\91\10¡±ð@PÁáñÿÚ\0\b\ 1\ 1\0\ 1?!ý «\91\Z\ 5ËG(\80Må¨ô(MÇÆlxSS¶\ 1/\8eÞ\89ÎjÞ½[\7f©|¨ü\eË%g;        \11I\8a\91j\9a}¤e\0\90\10\84Z!\17ë`\81\18\81\16+p¡\12\ 4\17̬£\"ÒÐ~\r\92\17ÚY   àÙ\84\vN¦¦Y\95*c\84\14\b\90£\9c\16\89t$Â6¨\86\86öy@¥\8eW È\ 4i\ f\19\9c\90\90¦\13\9d¯¿¬Ã\99ݹA£$4Ì\90,3+:\rèF\94b4\11iÎÁ\'Ó]¯`\9dC\84¤ÂÖ}VB\"Vd°&`·W\8ad\8341\\¤\9acb\n£½1\ 5\eXmFd.\12 ×¸ÄZ&\8d\85¨\9dìÔ?Vò\86Oöë ù\ f\ZT¥?\98.®·4fë0L\e\ 5ñ\ 4¯\8b\8cLHo¯\13è¹.\97i\b\8f8Þô\9eR\90»\ 3þÓmåp¾Û]¯.\8b_ÏF\ 6&2[=ü7¼2\f\1d\ 2Ð8ê9\90¿µ\ 5p«¼!\v\9cÞÈG,ì\94U\0\13é\ 3\19\13®,R*   wB¯¹ YRjÍéNÔ\90\ e  °       \98XHQ1£¨Ê\9bÙ³tz]\1dn?)\96γ\83­\83>¼êí\"\9e\8a·\7f¹Äë,(\95\12)f\8fÅe\8b       Ô8\90¨\eÔS\95\82Ø#Æ\81\8e½\9c½ýû   %zdµ-dL¶Ï\82s\98¾rô~-\99Öõ²I<\93^BoYý«i¢#8\17Ém\0±»ë|Z\9d~>f\n\82\96»£\12\'p\8asbÕûÍáâ$R\bN\91¡{µª[À\10c´Ì\85¦\9eÑ×H\80wÅêÃúÑ\nð\ e\ 1b-:z\'M3¼\9e(óq¢\ f@     \83Ñ=«ü\19\96\v\ eïP­\1e±\ e\84¶Jy±«\92\17\84S^\94)\99\Z¼$#UlH1j6\83U:ÿ\0¯ \19&¯AE\98\ 6·\ 2\'¹Ã\ 4±\ 3vîý/\83.\\\11X`\rsÞ®Æ\92\9f#\9d\98\ eâ\1c*v)g^bæÔ\96#Éðì\fè\Z\8a\9f$3\16ý¹y9[\94\19?¹²©\b±Äâ\88õú\16\eXíÂ^W\8asÞÏ2\1c«Ø\0ßcð\e\ 3Ù¹\Z\"¸\92AÞI(Úë°\91 a\19E +FÏ6\9c9J¼ëT\biâï\93E\8d§\93ì#\90È\Z6P/³ÿ\0÷\97j\81Ù½ ÞÏ£~\7f×\84êl¢?º\88çâ¾/Õþ.ÿ\0¿ð(8\e<»­&\95®M\0?\Zïÿ\0Þå\17ï¦Øç\1cãn\7f\85Of.þWÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0â\0\0P\0\0\0\0\18\10\ 2$\0\0\0\0Î0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 3\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 3\ 5\ 1\0\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10\91¡@±ÑáðPÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5تf-:\13Â\ 3\ 6`\8a\"è\88\18\16#J\81Aw\81¨\ 5\ 2\84\10°2Z\Z!cX`åÚúü\1f¡­]\ 5+\eNC\\º    \8e8p\1cpÄòA¡\ 19¹±V\97÷Q\9ea-°\82¿^¥sÚúü\1f¡\95\9f(\86s¸È\ 6²TFâe\"\94\99/\ 5\r\ 6]ò¹^\1cõM®$gî~\'Ñ8\85\ 1\e\8a¾\9b\9dï|áÓÇÀ+\98\\\82§%ãzÁ)E        ´´\ 5-@ÔÆÀG${LñHSVÎ\13\9fÜÈüukò\"\94PQT \ 1ÏÑ\89\8cäú\84#- (|\13æCÐ\ 2÷qú\173a*ä\9dX¸`\80Á:$æNÝ\10\0\r¸\ 3\98Ï¥I*\17\ 5N\88u\14®1onç\ 3tnc\\\16\8f3T¥X<©\ 6¥+fSÑhä\bÀ<;¸RÁiB\92¡           ð÷øÒéßØ­Ç!t     \ 5\b=Dc\95d\\\ 6\0°­¨\"F\9f\14åv\8d\8cñc+ò \87Û\86n̺áïñ­û`C\17\82ª8Õ\ 4à\ e¥ î\ 4\ 4@\ 6ÿ\0* Ú.é\840\8a\7f¥\9dôÏ=â\ 4S\90\85 J@<\ 4\9b¢\13\94X\nL\b@²Zg\15\1fn=ôxÒ ±P[P¥Qê\1cÀO\84 ªîC=\\ês\12jCv \90\95\1cbÂU)E4Î\'³øþ~¢Û>Ìè\97w\80ÊìK¤ºD,¢HËr0\ah$u8\810\r\ 3 }Ù/«ýwÏV{¿\8fãA¬$¤\88Æcd\0:        \9bï+Q\100\13=\95\983ÀÙPàR}Kç\98¼e\ e\ 4ÈA@\80ô!w* &b9ç\ 5ßm/\84å\1c\111\"ÄÆ:\83\94ÑÂ\8b\Z\80\ 3L\1c\ 6A\8a\8d³,\11,\ 36\03º\82\9c\ 4q\ 3rhº-O3@ûÎ\18\13\87L\81\95Ë\"?«\80+\80\9a\n¡jâ»r\n\10\89õÛá\14\9b`=uY\0ëd»\v\18Êãq\1c*,ÎJJ\90±¸Ë\8aàC;¯HÔtZ}!\ 2È3-\1dhÝBù\ 4¡\87¨:`f\ 4B!·($mQ\1f\82{^\'?Ûâø¾4SÝÑÊÇ\n)ÝDí\86c¨\'\84`c- #Éÿ\0lys\9dî:#¼¡aª\81¹T1=\15\ 6Ô\vo8§Ñ_%ªA\94g¨¤Ò\ 3\fÌ9ɯ¶\10n\94\nê¡0ÿ\0\ 6fø\"\n\1343h{a4DkA\ 6\v# @ý\88LKmpµY\99·\88Ñ&%\ fMÌ~ûö08\82J)U.dz\80\ 6Ø,L3¿&<÷~ýLxóaøÞíßíä¬0òG!\ 5\ 4/V\9cú;Æã\83Rl\17ÍóáÌJ\16Ep娲L3\9d\11cÏ\n9\98\13\90\9dm¿_\97B\99-ªõ\91<6\90k\7f×äð°­S2\83w0\84î\ et\8c­É\1d\11ç\18íYpë\ 2\82Û\f£Ü«\8eìÅ\9bþ¿\'\84è\94I\e×2NÇuç ·\9e¹ß\8b\8cÔíöÏ[ÏRVV\8a«Ø\e9\9bëð¼;wÎ\e#¶à¤\99\8dí«Wb\8d\1e\9bl1=Ñ:ò§¥ËÕ\18\8a8\9c\0ñné8ý\9c\'Î\9a\1c(ãæ)\84o\13®W\8cÓ½Æ÷É\8b«Ç\8c\ eø\9dÿ\0\9bó¶Ø:è©\912¤á¾Äól\7fUÿÙ',4,1,'','','',''),(2,1,0,'19754cf5e616d58b','29cf28c92e2f9327de1fd8f3772ff6eb','2015-02-02 11:24:17','2015-02-02 11:24:17','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà0Ùæ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8c\1cî`Í\0\8dw\ 4§1Ö¦4i\14H\85\ 2A\89\1e\rÄ®öÅ»-W\10\1d÷\84°\93zR\99\93ìm%Øåhô$¶\\Ì\ 1æÑÄÏ×   \"¼6\85ô¸\1c«\17ò¹.\a\8cø>ò¬g¹\ 3\8e\94öË¥=üÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\09\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 2\v\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa$\91%0CRqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þµºSI¦¦[U\0Dݳc\931Ø> ò\ 5±k!\9by\1e\13\aá¹\8a«A\ 1X\93-ëö\rY¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ    ÆÔ±\92°¥ÿ\0m\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɽö\a1\93±\95Ô\16äç¬t\93,¿\93d³Ô[k\89 \19ù]`\vµzT«ª­J¨MjÕ\90\10´¡\b\bZ\92 \1d\84\16°\18\0\18ò\81\88\8eÍÃe\99z¬ñaS¿\8f¶êÖiY\91ø\1d\ 2\f\14Ù\b\9f\9e½\90b\98>[     lcwMä2·2\98üFB+ä°¶ì¾Æ7%\8e>\fUÌpÙ#ð-³Q\81\84tÈH\85vE\90&®ØÌÕ\ 3êQËQ«\91¦ÏI*×\12\16\133\1fIàÈÞ>\93¼{º÷\1dTHì;Mä\18\95\87Ìè¿\19\v\18\8fYgC\84G×~Ù\bw\1e¬é\1c\9f\86ß×\97\8fÅK8þý.^\9f\97\7fiס\10ËHÀàéÝ\15G#+Åâ\1cµÌ\ eó-ð\96)\8eÞs·\11ý»hÌ\1dø!»\8cÓ\98ºÖÀ½W`j®\\¯úY$¯øû¤\ 5\10BQÄ\84£q\91\9f)\89\8f¬LzÇ׶\1fZãë1ú3!\93°ê½\r¾\Z7\84×\97À\9eó\11\16©×q¶\87Rx=aY\9cù.À®\86_\15d.c²U\11v\95¥ü\8f¯`!\8a8ßi\8dÆ|Ä¢\bKq(\82\89\88Ôú \17\ ev\17\ fnåe\1eü\19lC\85@fÛOH¬\9a¡»L~\1f/>Ú\83½MdE\98µ\8dË\ 4Òñ{\18ØÔ/Úëò\ e\r¸OÙê*þ\11;tA\8f\12\ 1\1f\n¨\8frþ Ô\17\17C\15\8eOZÃÏÖ|ø­)\bø\9d\91R\12\11\10\88Ç\9fo¶qÏ>ì{¹a\97ÙÖWR­Íc¨«\89LuÔË˱C\15Q\91\1f\ 5\85UaAy ®/ñ\86­MGIº¸*\115GªîZÏL<Ç\81Ø\15^k*%¤;\8fðÕ\9003\"\"#åÚ½\n\15\91N\95D\85zµ*¨\11\15\1cV\94©q\0µ\80ÆÂ#\11\11\1d³ºfé\12ëg1w1ÆÑ\8eD\89²¢\ 5Ø\ 1\9f\":íàà\89ò\92\b\89òí¨{§ï\ 1q\84·\93Ê\ eSMdìî¬Nm\9d\15Ózhßg\146l)5]P7\16IËë4Wj\ 5\13îh¾ê\18Lû¯\82Ç}ôÕª\ 2!\e\7f\8aÅU¨Þ3\13æ\10\84\fÆÒ!\95s#â\\lªÕÔ  B\16      JT0µ©K\18\15­`1\ 2\0\ 3\10\"\ 3\10\"1\11\11´{\9e\1f!R­Úó12\8buÓe31é2§\ 1\84Ì\7f\87i\1c\9e\94Ê!\7fÑùm5qØÆVdGáõéWbèd«DíÔ«z»Va\1cFU;\18êNîõØ£ïÆ\8b$˯V_F¶¢ÂÙÛÁfë¦\"\ 5dpJñ@\ 2\0%a;\0\1c±Jöw\95\94(ÞKFè¥(§ò®É^\ 6\0ÏèG\89\12\9fÜ}úÙ5\ f\bµÝ\ 5вQåÕe}YAkçúÈ­\83\11¿ÐcÛ©²»mãôÞ\90«¿êToêò8ßoîÚO×Óo~¦c\8fɤ28Þ_êfqv`\7fò\99öÉí\1c¦ f~³\ 3¾Ñ¿íȶÿ\04þ¾ÿ\0ShåÆG\97×\8cÌLÇó\88þ^ÏÿÄ\0\1f\10\ 1\ 1\0\ 3\0\ 2\ 2\ 3\0\0\0\0\0\0\0\0\ 1\11\0!1 A\10aQq\91ÿÚ\0\b\ 1\ 1\0\ 1?!ð§äþå<Öw\ZÛ*íEWUÀeèý    )7×´\9ceÎu\ f\n»v_#\18Þ\11^oÉÑõÏ4\1e\88»\'\Zà\1es\fÐm\98æ\17¥\817\98\Z ¡\f\bò\ fÔ,\11»\81\8fP\ 4ãe\83\\\ 4\ 6\9f»0\ 1#.\9bf>\8f\10\8aÜ.ú©\ 2©÷\9a\b\ 6\8a\95­êOQê8c\97>\87¦[\fÂTF\8cu\18\7fDú>.\86@\ 2×i\ 4M\ 6:Å)ÃNtê4º²«ráYY¢y|ÿ\0{«çHoaÀ$\ 6f\93Ã\ 2`\8d\ 5Û/ !<\1fhë¨\8a\15 ï&#è[5\ f¢ÕÄ\99ío\12\8e\ eh]ι(Zåè³av\00g\85µ\11\ 2%Bb\9cÒ\85B\98+\'ò\81T       iýùs\9e\a|hvJ\16\9bò\12<M\85\11\80ðQJ\1e{ea\8beÉwÄïÒÙÛC\e\81wEìi\95è\8fÁóÇõ\96<k*\82\a0\9d³Æyia\83Ö(\83J\14!£G3qÎ\v\ 5:öô\'°Ó\93̨¯C\n\'ªÅõ~`B\86KMºFÃÖ\9e¼õt¡\8d\ 4/áCö>?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 1\1cp\0\b£B$\0    8@\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\ 1\0\ 2\ 1\ 4\ 2\ 3\ 1\0\0\0\0\0\0\0\ 1\11\0!1 AQa\10\81q\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ùPå\ fË3¿«M\8e\16\ f\1e]`\9c#x\88ß×X\ 5P?ß\95ôo\nõ¬.;\vÒWç\a\1ddiù{i\96HN}\ e9¬&\14 \9e \80\85V@÷³\\ÄdÁ\e;3ï§Î\90\10·(\ 5\ 5\8b©x\vNéiTÜ@ÞÔãJ\9e|\10`¬+K%¯9\9c®-\8fR\98\8c\8a\98²@Å01ô÷µÌ\15®\94å\8e3\98F´9\17        £6/B\18à½ò9a\ 4á    ø\9aòb\82ø\17|hï\96e2Æ\fe£]7­À½ûÀ\ 6\1cbEè|\89\89E\18q+\ 6¤ÃY§FéG\15\99\83K5;\8e\aró±ÌÑö@à\n¢\ 5\14¬\8f^\v:i=\97î±È\0:\ f\Z\ fç×BaDë\v¨B8X\17·FÝO\80ítâ\81dV\95\9dr\96ºÏ\'8\97\811\91²Ïª\90\bõ´Ò\a\86\8bÉï?\bßÏ!e\89àÝ\8dì\9a{e\1e\11û>\14\17À¿¢á\85#lm\ 1\88Î8§\ 3\"ÖL\91Î[\7f:\86¸0i\80\9f¢%qjx¼Ñ  _\1eB\82\1fDUâ\11\88\0\84\Z\ f\9c÷\r¶sÃǼyXN3Ä$º­\9dQ)2Z+Xjºp\9c`Lp}ÿ\0\\\b\ZÑ\ 1yÓ®u\8fÀ_Q9\ 4\19(   uº\93°\ 1\81v\a\9c\8ep\0-:\8fõª\94h\ 6½TBª½8\81ø\82\88¥øÿÙ',5,1,'','','',''),(3,1,0,'19754cf5e616d58b','29cf28c92e2f9327de1fd8f3772ff6eb','2015-02-02 11:24:17','2015-02-02 11:24:17','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a  \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\8d÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2lk3®\90!b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!#\a\10\"1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤Þ\84á´Æ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\bçô7¶u\84ï\8fÎ\16æGëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&·XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨Ow@8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]XUÆ¥«bêÙ\nÁ2J^B\93Jµ®\8c\97ÅÑa\87Y0S$+`\81\11HÉO»Pé\9a»~Ðr\ 2î/|í   ÉcÎ-TQ\17Ð6\r}±\1fÑ\ e\92\9f\97\14\91*\9a\87C¶Æ\9cÎã\1c=;\15\e\89¨f©ø [[hîåË®\9b\ 1\1f\83\8cG³L2:Ùÿ\0iÙ\14á+\19Ï$Ô¦«t\8eÛ\99>g\9b\8f\ 3;Tv\eø\96\10X]%Q½ÏÙÈ\92µk\96Þîý\92\97ݱ\ 3ô\ 3,\19ô\82fd\15°ffc\9f»\'\9cÉ·£C\13FÅûlùÌ&²É\87¶>£-»@~ds\ 3\1f>\11¬µ­ËØúy(\e\9a\7fDcí6\8d,v-Þ¥\'g\99XÂÎ[-a\12·XCÝ\14*ÉJb\9eýÛl3\e\8c£A\97\ f«q\95+%\f¶ØçêYbÀMçñ\17ÆÙ\"ø§Ï\99ãLæñ\17Q\8dÕZ/.\19\8c\r«`l¢ùÞ©³\8eÈ\ 2½nÖؤ#ª\9fU$0b\'\12a5r\Z£\eg\1fRaa\93ÈÒ\98Éã1M-¡Ô¶Ål¼º\eçøòÇÂ\10¿RìÕ\ esÂÜ\93\ 6) ,[\0 \80Àãp\98\10ó\82\12\19\89\82\8f\1c¼Ç\19\\`ó\98½oO×hÇ×]\9a\93\11\16\97\95º _´§\9f\ 2\ 3\10\"\"\"#\11Ê\"\"9DD\7fH\8f\97¾Í+J\a\87\96\f\185\ fY)«1\9f\ 4&\ 4BQ>&\'\8d-JÉ\99\9e7´æs2]:ÏrP\133çÓ@,#ô\18âk·ÈI¥\9fä\87-áþë\1fºªªðµDÀÿ\0s#ÿ\0¥ÇÿÄ\0#\10\ 1\0\ 2\ 2\ 1\ 3\ 4\ 3\0\0\0\0\0\0\0\0\ 1\0\11!1ðA\81áQa¡Ñ\10qÁÿÚ\0\b\ 1\ 1\0\ 1?!\98ëß=åH¾kzí\v\10¢LËLâYã2Ð\9aÄ\879\89ç\9dúN\9cçö_àÏ3Èb~\1dÆÊBã¦ÊööM 5ÂþfBøbD\89ÈÒ\1c¢\1co\ 6>9Îó¤B\ e}\rÏ\v\11`¢\"0p\ 1IAͦH9 Ë\0f¡T\7fA\89\ 4×fÝ\97õi$\17\nñÎn\ 2\86¡È(v±\10Ñ\7fO\83Vèãq\1eã¥a\84\8dz5¹X\e\r\8fFD1_8\19\82Ô7{\82è\80\14]óÕ%cTÄn\vÙ/p°Ý\a¤\96.\b³\ 4<3\0\0\Z\ f\9e}üATö¨\9fJĤ#p\90\"\98±\n²[\8e\92\16¶q¼\9dÙÞÕ\ e\9f\9a\9c×9¸éýzCR\8aUPÇÉ?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ²ñ{\96\8a_\v$\1dÔÇL¸YÐ\98mº2g\1e#\8dG+}í\9b×ïò>=Ôp\9c.¿Ý\1d{*Ð=çë#\b\"ÚT\1eÁ§Z\ 3³Qô\rÎ;G¿ \17\'ÝÍÚU¤\96é\15¸¯ß\81¼úó¼S\85±ÃÆô<<_t¯\90L\8d\"4uHÅ0B\8cÌ\9fS¢Exêi\89P\88Ä.Z<\ 6Lzÿ\0c}CÎøèðõÝÍvÇ4»A\86\15§ËÒ8©\81Â.[¸Øãj3ÝÖ\aÐÅèÿ\0B^ÿ\0³\'¤ ¹\82À2;·af±\98ó(\82·Ø g´\r\v\8cbBr駲ä)cÃWÂ\83ª\ 2\ 1\12¿\9a\rÚyg\11i»f½qÃ\9bøéyáS\8fì& £¨Þ\ 5\15Z;º\8b#Pl\b,í`0dÙ´sp¹B\ 1kA\93\8e\96|}ñF­£÷¾ûäÅëç³ù µÔ$\ 3(0øN³7Å\ e|\17Ï PÁã.kÿÙ',6,1,'','','',''),(4,2,0,'14654cf674381248','ca76a172375b6d5a37bf290a402534ea','2015-02-02 12:02:11','2015-02-02 12:02:11','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0       \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Õà¢ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK\93\1eå¿H®\8eÝrË\8aÏÑ\9e\15\1cqi÷\11·9\18Â+sJG#Hq\9b\18\19ªIÃ\18±\88\90ZYs\19\9cYüça±\82G\8dÎ__\14\94¶=ï\1d\14\r»Jÿ\0,{.1äì\14¯\9eÝÃwd.ÿ\0æ\9f0p\88j|¹Zà\9dÁfx¬\84\fp£x¤)(¦\94\99\9d\93zëÈKx±×-í\0XÛ\r\8fM¢fbtEuæ\98¸2£\7föNÃï\e/4ì·#§ÖN®\nG5æ\9c\89̲OìÜ\86~A\8fdJ¯F¬A,\ 6\ 5úmSç\ 3Z3¥<óXã\1cì6GdÇ\1eà\93\18¤\a¬\14·T\9føÝ\11ßÉÂè[áäÉ\b¼\9aêÕ¸E)þR\9e\96\14L\\t_!\94\8cݠˤp\aøÚeùÑBøq_\9b+D\12VË_¯&\\xl~m\\xÒÊÚzì\84\91Å\91ɧ TÚ¹\v¤È\952t¸>&Æ\8ew´a\83-éU\ 2*\94Øn¢\85G\84\1f+Íîé\94ä/­aX¸|R\9eÕæÂë¡\fDu\96w\1e)\1d·RêtíÜ¥\99a-`\86±3Àôxã® \8d^¹@Ç\ 3\Z¨Ýèçp\16±v\98)\"öÝKíõ(G\b\91±#{<Ç4ÒÚ[N¿\1ey°ð\9a)\10\16¦Ë\8b   ò\9e³R»\91ÄÚL\ eÚ$íþ;\86V5Ú\9f礼\97ïF\Zj\93ðŽÛ\ 4/óìwóÑÜ\93ïµ5=\'×\86{¦1´S?SÕU\94P\9b_\aÿ\0\9b\10w?FÑT³ëZyã\1ceC5{\8d\ eû.ojSÇ}m¥kû?ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0P\10\0\ 1\ 3\ 2\ 2\ 4\ 4\f\12\b\a\0\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14#\a!$0\15 \"1234BCScd\10\16%ADQRTaqst\83\84\93\94³Ã@Ubru\81£ðEP\85¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04ÛîÙÆ1 U\17\943\13\9fØhÐX¹yô\rë¡\ 3kZ\92s4JµRîIèaÀ¿(!\b\12N>ñ³W@µ\8a±`NW\vÊnÌj\98|ì«ñcÈ;|Úü\e6\83swØ\11\ 5õY\84\9e/Dµ?\84ì.j/¬¹mú\11-ËiMäoC\v\9d[;xe\1eäÎÇá\9fW\88ícëÅNêw\856fÎÜKÏJº\96\92r­cºx\\âW¯»\1f\16äTÇ\88\0äôÇJFB\ e\80d,µËM¹I*Â-¹q¦ò´íÏ\1co6Xúr\97XcÜtræ\83L#\ 4;\98Põ_\\/P3I»_\85Ë/°Ã×Ü7Ã\ f_hÃ\1fÐ\9fO\'QS\ eUÐÈ\ 6äð²\8e\86\\¢\17\1f\ 1\1e\Z\15û¯\80;.<¦\9a<\92\92pg\92\ f\8eG/\1d¸V¹Ü8)3JRü\7fßµH«R\16\89SÉ#j¨Ë¦¸\184\16õã÷\\\\Al\n\10Õ§·É©\8b\97\14Ñ\85µ\0Þ\82fÕ5QÜ׺¤\9e\17\f×ï\vÅR\9dÇ­ë5¦KF¼\95½)èV´¦µ}Î\9d\ esÁrØ\ 1j^Ã--1µ1\91\1f\8djH¶û?ÐtKi§²°Ñ)¸,vËn®Úhy\82\80èù6¯@ã;ïM´Rí©NZ\11P¯!\1f§b\96f\8f\8e\86\ f\97láËo\87\9eek\88\95S\eV,zÃJº\8e\89Ëå<1~ãÐð\7f/Aýúð\14è\8dʵ³\8cR\93¼\14$yr\8b\95Çþ!(\"Ö¿\ 36ý#»~ã\8do\'\18øZ¥\ 1\91Ø\13\8e£3bÒ\99Àp\ fb¸oÊ\ezÚ\Z ºî!ß$\8f\1d\8f×íEóØþÐî\94ò\ e¸¨æ\9a4\99\86zhé&\ 6AÚ»n­B\ 5\7fÊ\9d«È×\8bF³5¢\ 34É[\rÀÌ}\88d\ 2\8ao\85O\11 \1eP×Úßµö7;Â\11É\\uny\16Éù8òlbþ\88\ 6\9aUJZ\90\9dòË¥½o\ 1\14Há¡ØGu=úÚ6\10\8aO§6iúYi\n\ 55\92´\96\89æ$Õêöpîe\85ò;     Jããf\ fBjÞª«²ÍÛäs\97Þí\91\ eBP\93ì\1d;çx@\ 2©TëÜo\1f\'\8bÁÉeH\8bþÞ\96àÉÚ×=\10\95~æÞ\1e\9aþ«\9c2=\'\\\99\9aßÁÞz\ f\8eÏ\ fm?YUÞfH\15£@\8fñ~Ë\9d\89¼\ 2>GrG!\9b¢%;´JDn·¿8bV\9f`}\Z»Gljå»\91þøKBÓHÙfª¢ÛJG4\91n¤ö\v\ 3¶Â8ÿ\0ؽ+È!\16\94\98¼\89Ð\96¡J·\88\8f\11\ 4iw?#\91\94Ãë Ó\nuô¬\8c¸ª\19û¥mä^\ 4\89Ô38ñ#Ô\86\ 4ÇÃd\94Î\1d|/6Z÷7;)o`\84I\8fÕ\b\'\nÃs.×7\'¯\8eéÆ%nçÍ\8d\8fÄò6@\ 5\89ÈÙãc\'PÍ\9c\b\99E\11t\r¸ä鬽\98¾\87\11\nVð°åßD¹ÃÅ\ 2\99Ñÿ\0\ 6Æ\1f|t\92s\92EÉc\10ÅÄ\8bÂ{\86í\a\9c_ÃÑõÇ,º¡$VDT~¾¸\"¢ÄBÕ£\10ñùZ\9dÑý\94èÇuëá¢xGº[PÑí\1djÚì\f\9dÃç\8d    ½\94t>:\18\r\8fÉÚ\ 3­WA?½©¥9é\ e\12íô¡¼¼S\\û\89¢S¨9Xö\9eÏùìx:þúj/7¦\8c.hÚ,Â\1f&\95a\9b¨\89(²×\95µ/\95íN\Z\9fØÎ\84\r\"g\18Õua1\1cÒQ\9dH\9dEìò\rDì9\83âãÉ-?¾?Fä 1FÜö\11\89ÕNËg,£B\97ðr?\9e\83\n8ÖU iú] -ö\94M\eCÅ0`-TöY-\84\"\97ãplÓ×åyÅ\10«B\ 4\84ë(\8a\12\8d\r\1f\f§\17\94¨«ªªD¨h\89\11<¬±·&ÿ\0NnëãÑ/bmË_\83û|ýP$n\16ÏÝ>(|cV\86>qúý¿¡­\9aèx[æþ\98\9adôyR-!#¡í¦\8eÇá\e\14\80néþF8îz% Éé\\®j%kr©\89\93\r\7f*-»{ \Z¶\12\0Ù¨Ð\0\0iÕ\18@\14PA\18Çâ¨.*z7t\ 3Af¾4vÝ\1c4öe\7f\12ä2M\e\ fç5i³ý6\81.\18\11¹Æ]ZøÁ\13\1d\"f\19\11%g)\1cÍûR\'¿\ 3¶Â0¿\17\9b{-,ì,#£ÀG/\1d8V \e\80CÍ)Kñh\9b\14\88m§o\12Â:%¦ºd®\"W¬æW\'\rÏ\87Ø;\99¢z§xÖ\98Ñ´ýÖ\16³×\8dR\87 IS\9d\13\ 2O\14Ð&§-xßõ\81þ§³wK\9e·O!~XQëzÉéHòvÝf<Çm\1e\13zíüP\ 5ÛÙ8®ýÓ\16ø¹jç>­1g\\\Z\83\83{ÕØØQ¹\16;jYê¨\0!\ 6\'\1c\97\88\eìvC¸ööO{iJҸҼи2\89sD²\8eÈ\7fr¨jî\87åßÇÆ\13\8f´Ç\83\9e¾.\8e\ eµ[h\vÖy¢kuÜ-\90Vh:w\90°\86íB\17\16éä\88ppëͲ\Z{ë\9a[\9b\8eÎ\8b\9dµøRXé\"ü´\84a\9a¸7Ö\1cWJ0¶§.ȶ\88\e.t³`l?\14Ñ­Ì      ¶íÃóvôÐ\92vMÁoÞ@\12u\95nÜp\8d£¤\94\8f5\90\8c<kw\86ùÇC)¥m~\10áÍaO\8cû\19\béDèV×â\9dç\81»\88SWÎv\86ÞwÇ¥\16\9aÒ©¯T\95\'¾é¤%\\W\ 6ѬÞ>p¯r\ 6\82)\8bøZ!ÔÒ*é\99¤ßÝ÷\ZUÕ\8dm\ 2ëkÙIä\1c¾+F\1f66\98R\94¥?g\9cãÑÍÅ\nÍ\ 2½¡\9b\10\8dH\84ê\12\87½\8bu\87n>\14õ$þùä½ÊçBðgpºY\1c°lG6Ã\87\nßlm+Êá\8bónèií6Ú\Zã\83fÝ7\bN\aZ¥iµe\ 4\95\'Î\9bd~n\97ÅÊ´o\fæ.\11©=ÈÂ#<v?ë4û.~(ѨÉk#uAʶ\18ú\84l\979D\19\11\vÈçº\90\a\ 3|1×´\'ðýñ01\7f+I\17\15§\e˾MTWº\18XD\aþsyþ\bëÇ\84\87¥4«WÍ.×\9f\93Ó\\¬°¢¶»~a®ª»ìæ\ 6\16\90ËÃ\r²NqÒ¿k\97\95\9fþ^\7f\80#×Â:\94Ocú ¡\92üÞ\99À«Mj\14\ 4\16¯ºÍ\1e\96\83J¦©ªE(U%^VvH¼ÿ\0\ 1ïkJr\17\97ç{ã­Ðå~\17O\r\19TU\15\89ÕW{Ê\8c_Íçì×øSÔÇ\13\8aûÜ9\83Óñsô­iLSØþ\95ÿÄ\0)\10\ 1\0\ 1\ 3\ 1\a\ 4\ 3\ 1\ 1\0\0\0\0\0\0\ 1\11\0!1A 0Qaq\81\91\10¡±ð@PÁáñÿÚ\0\b\ 1\ 1\0\ 1?!ý «\91\Z\ 5ËG(\80Må¨ô(MÇÆlxSS¶\ 1/\8eÞ\89ÎjÞ½[\7f©|¨ü\eË%g;        \11I\8a\91j\9a}¤e\0\90\10\84Z!\17ë`\81\18\81\16+p¡\12\ 4\17̬£\"ÒÐ~\r\92\17ÚY   àÙ\84\vN¦¦Y\95*c\84\14\b\90£\9c\16\89t$Â6¨\86\86öy@¥\8eW È\ 4i\ f\19\9c\90\90¦\13\9d¯¿¬Ã\99ݹA£$4Ì\90,3+:\rèF\94b4\11iÎÁ\'Ó]¯`\9dC\84¤ÂÖ}VB\"Vd°&`·W\8ad\8341\\¤\9acb\n£½1\ 5\eXmFd.\12 ×¸ÄZ&\8d\85¨\9dìÔ?Vò\86Oöë ù\ f\ZT¥?\98.®·4fë0L\e\ 5ñ\ 4¯\8b\8cLHo¯\13è¹.\97i\b\8f8Þô\9eR\90»\ 3þÓmåp¾Û]¯.\8b_ÏF\ 6&2[=ü7¼2\f\1d\ 2Ð8ê9\90¿µ\ 5p«¼!\v\9cÞÈG,ì\94U\0\13é\ 3\19\13®,R*   wB¯¹ YRjÍéNÔ\90\ e  °       \98XHQ1£¨Ê\9bÙ³tz]\1dn?)\96γ\83­\83>¼êí\"\9e\8a·\7f¹Äë,(\95\12)f\8fÅe\8b       Ô8\90¨\eÔS\95\82Ø#Æ\81\8e½\9c½ýû   %zdµ-dL¶Ï\82s\98¾rô~-\99Öõ²I<\93^BoYý«i¢#8\17Ém\0±»ë|Z\9d~>f\n\82\96»£\12\'p\8asbÕûÍáâ$R\bN\91¡{µª[À\10c´Ì\85¦\9eÑ×H\80wÅêÃúÑ\nð\ e\ 1b-:z\'M3¼\9e(óq¢\ f@     \83Ñ=«ü\19\96\v\ eïP­\1e±\ e\84¶Jy±«\92\17\84S^\94)\99\Z¼$#UlH1j6\83U:ÿ\0¯ \19&¯AE\98\ 6·\ 2\'¹Ã\ 4±\ 3vîý/\83.\\\11X`\rsÞ®Æ\92\9f#\9d\98\ eâ\1c*v)g^bæÔ\96#Éðì\fè\Z\8a\9f$3\16ý¹y9[\94\19?¹²©\b±Äâ\88õú\16\eXíÂ^W\8asÞÏ2\1c«Ø\0ßcð\e\ 3Ù¹\Z\"¸\92AÞI(Úë°\91 a\19E +FÏ6\9c9J¼ëT\biâï\93E\8d§\93ì#\90È\Z6P/³ÿ\0÷\97j\81Ù½ ÞÏ£~\7f×\84êl¢?º\88çâ¾/Õþ.ÿ\0¿ð(8\e<»­&\95®M\0?\Zïÿ\0Þå\17ï¦Øç\1cãn\7f\85Of.þWÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0â\0\0P\0\0\0\0\18\10\ 2$\0\0\0\0Î0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 3\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 3\ 5\ 1\0\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10\91¡@±ÑáðPÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5تf-:\13Â\ 3\ 6`\8a\"è\88\18\16#J\81Aw\81¨\ 5\ 2\84\10°2Z\Z!cX`åÚúü\1f¡­]\ 5+\eNC\\º    \8e8p\1cpÄòA¡\ 19¹±V\97÷Q\9ea-°\82¿^¥sÚúü\1f¡\95\9f(\86s¸È\ 6²TFâe\"\94\99/\ 5\r\ 6]ò¹^\1cõM®$gî~\'Ñ8\85\ 1\e\8a¾\9b\9dï|áÓÇÀ+\98\\\82§%ãzÁ)E        ´´\ 5-@ÔÆÀG${LñHSVÎ\13\9fÜÈüukò\"\94PQT \ 1ÏÑ\89\8cäú\84#- (|\13æCÐ\ 2÷qú\173a*ä\9dX¸`\80Á:$æNÝ\10\0\r¸\ 3\98Ï¥I*\17\ 5N\88u\14®1onç\ 3tnc\\\16\8f3T¥X<©\ 6¥+fSÑhä\bÀ<;¸RÁiB\92¡           ð÷øÒéßØ­Ç!t     \ 5\b=Dc\95d\\\ 6\0°­¨\"F\9f\14åv\8d\8cñc+ò \87Û\86n̺áïñ­û`C\17\82ª8Õ\ 4à\ e¥ î\ 4\ 4@\ 6ÿ\0* Ú.é\840\8a\7f¥\9dôÏ=â\ 4S\90\85 J@<\ 4\9b¢\13\94X\nL\b@²Zg\15\1fn=ôxÒ ±P[P¥Qê\1cÀO\84 ªîC=\\ês\12jCv \90\95\1cbÂU)E4Î\'³øþ~¢Û>Ìè\97w\80ÊìK¤ºD,¢HËr0\ah$u8\810\r\ 3 }Ù/«ýwÏV{¿\8fãA¬$¤\88Æcd\0:        \9bï+Q\100\13=\95\983ÀÙPàR}Kç\98¼e\ e\ 4ÈA@\80ô!w* &b9ç\ 5ßm/\84å\1c\111\"ÄÆ:\83\94ÑÂ\8b\Z\80\ 3L\1c\ 6A\8a\8d³,\11,\ 36\03º\82\9c\ 4q\ 3rhº-O3@ûÎ\18\13\87L\81\95Ë\"?«\80+\80\9a\n¡jâ»r\n\10\89õÛá\14\9b`=uY\0ëd»\v\18Êãq\1c*,ÎJJ\90±¸Ë\8aàC;¯HÔtZ}!\ 2È3-\1dhÝBù\ 4¡\87¨:`f\ 4B!·($mQ\1f\82{^\'?Ûâø¾4SÝÑÊÇ\n)ÝDí\86c¨\'\84`c- #Éÿ\0lys\9dî:#¼¡aª\81¹T1=\15\ 6Ô\vo8§Ñ_%ªA\94g¨¤Ò\ 3\fÌ9ɯ¶\10n\94\nê¡0ÿ\0\ 6fø\"\n\1343h{a4DkA\ 6\v# @ý\88LKmpµY\99·\88Ñ&%\ fMÌ~ûö08\82J)U.dz\80\ 6Ø,L3¿&<÷~ýLxóaøÞíßíä¬0òG!\ 5\ 4/V\9cú;Æã\83Rl\17ÍóáÌJ\16Ep娲L3\9d\11cÏ\n9\98\13\90\9dm¿_\97B\99-ªõ\91<6\90k\7f×äð°­S2\83w0\84î\ et\8c­É\1d\11ç\18íYpë\ 2\82Û\f£Ü«\8eìÅ\9bþ¿\'\84è\94I\e×2NÇuç ·\9e¹ß\8b\8cÔíöÏ[ÏRVV\8a«Ø\e9\9bëð¼;wÎ\e#¶à¤\99\8dí«Wb\8d\1e\9bl1=Ñ:ò§¥ËÕ\18\8a8\9c\0ñné8ý\9c\'Î\9a\1c(ãæ)\84o\13®W\8cÓ½Æ÷É\8b«Ç\8c\ eø\9dÿ\0\9bó¶Ø:è©\912¤á¾Äól\7fUÿÙ',4,1,'','','',''),(5,2,0,'14654cf674381248','ca76a172375b6d5a37bf290a402534ea','2015-02-02 12:02:11','2015-02-02 12:02:11','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà0Ùæ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8c\1cî`Í\0\8dw\ 4§1Ö¦4i\14H\85\ 2A\89\1e\rÄ®öÅ»-W\10\1d÷\84°\93zR\99\93ìm%Øåhô$¶\\Ì\ 1æÑÄÏ×   \"¼6\85ô¸\1c«\17ò¹.\a\8cø>ò¬g¹\ 3\8e\94öË¥=üÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\09\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 2\v\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa$\91%0CRqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þµºSI¦¦[U\0Dݳc\931Ø> ò\ 5±k!\9by\1e\13\aá¹\8a«A\ 1X\93-ëö\rY¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ    ÆÔ±\92°¥ÿ\0m\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɽö\a1\93±\95Ô\16äç¬t\93,¿\93d³Ô[k\89 \19ù]`\vµzT«ª­J¨MjÕ\90\10´¡\b\bZ\92 \1d\84\16°\18\0\18ò\81\88\8eÍÃe\99z¬ñaS¿\8f¶êÖiY\91ø\1d\ 2\f\14Ù\b\9f\9e½\90b\98>[     lcwMä2·2\98üFB+ä°¶ì¾Æ7%\8e>\fUÌpÙ#ð-³Q\81\84tÈH\85vE\90&®ØÌÕ\ 3êQËQ«\91¦ÏI*×\12\16\133\1fIàÈÞ>\93¼{º÷\1dTHì;Mä\18\95\87Ìè¿\19\v\18\8fYgC\84G×~Ù\bw\1e¬é\1c\9f\86ß×\97\8fÅK8þý.^\9f\97\7fiס\10ËHÀàéÝ\15G#+Åâ\1cµÌ\ eó-ð\96)\8eÞs·\11ý»hÌ\1dø!»\8cÓ\98ºÖÀ½W`j®\\¯úY$¯øû¤\ 5\10BQÄ\84£q\91\9f)\89\8f¬LzÇ׶\1fZãë1ú3!\93°ê½\r¾\Z7\84×\97À\9eó\11\16©×q¶\87Rx=aY\9cù.À®\86_\15d.c²U\11v\95¥ü\8f¯`!\8a8ßi\8dÆ|Ä¢\bKq(\82\89\88Ôú \17\ ev\17\ fnåe\1eü\19lC\85@fÛOH¬\9a¡»L~\1f/>Ú\83½MdE\98µ\8dË\ 4Òñ{\18ØÔ/Úëò\ e\r¸OÙê*þ\11;tA\8f\12\ 1\1f\n¨\8frþ Ô\17\17C\15\8eOZÃÏÖ|ø­)\bø\9d\91R\12\11\10\88Ç\9fo¶qÏ>ì{¹a\97ÙÖWR­Íc¨«\89LuÔË˱C\15Q\91\1f\ 5\85UaAy ®/ñ\86­MGIº¸*\115GªîZÏL<Ç\81Ø\15^k*%¤;\8fðÕ\9003\"\"#åÚ½\n\15\91N\95D\85zµ*¨\11\15\1cV\94©q\0µ\80ÆÂ#\11\11\1d³ºfé\12ëg1w1ÆÑ\8eD\89²¢\ 5Ø\ 1\9f\":íàà\89ò\92\b\89òí¨{§ï\ 1q\84·\93Ê\ eSMdìî¬Nm\9d\15Ózhßg\146l)5]P7\16IËë4Wj\ 5\13îh¾ê\18Lû¯\82Ç}ôÕª\ 2!\e\7f\8aÅU¨Þ3\13æ\10\84\fÆÒ!\95s#â\\lªÕÔ  B\16      JT0µ©K\18\15­`1\ 2\0\ 3\10\"\ 3\10\"1\11\11´{\9e\1f!R­Úó12\8buÓe31é2§\ 1\84Ì\7f\87i\1c\9e\94Ê!\7fÑùm5qØÆVdGáõéWbèd«DíÔ«z»Va\1cFU;\18êNîõØ£ïÆ\8b$˯V_F¶¢ÂÙÛÁfë¦\"\ 5dpJñ@\ 2\0%a;\0\1c±Jöw\95\94(ÞKFè¥(§ò®É^\ 6\0ÏèG\89\12\9fÜ}úÙ5\ f\bµÝ\ 5вQåÕe}YAkçúÈ­\83\11¿ÐcÛ©²»mãôÞ\90«¿êToêò8ßoîÚO×Óo~¦c\8fɤ28Þ_êfqv`\7fò\99öÉí\1c¦ f~³\ 3¾Ñ¿íȶÿ\04þ¾ÿ\0ShåÆG\97×\8cÌLÇó\88þ^ÏÿÄ\0\1f\10\ 1\ 1\0\ 3\0\ 2\ 2\ 3\0\0\0\0\0\0\0\0\ 1\11\0!1 A\10aQq\91ÿÚ\0\b\ 1\ 1\0\ 1?!ð§äþå<Öw\ZÛ*íEWUÀeèý    )7×´\9ceÎu\ f\n»v_#\18Þ\11^oÉÑõÏ4\1e\88»\'\Zà\1es\fÐm\98æ\17¥\817\98\Z ¡\f\bò\ fÔ,\11»\81\8fP\ 4ãe\83\\\ 4\ 6\9f»0\ 1#.\9bf>\8f\10\8aÜ.ú©\ 2©÷\9a\b\ 6\8a\95­êOQê8c\97>\87¦[\fÂTF\8cu\18\7fDú>.\86@\ 2×i\ 4M\ 6:Å)ÃNtê4º²«ráYY¢y|ÿ\0{«çHoaÀ$\ 6f\93Ã\ 2`\8d\ 5Û/ !<\1fhë¨\8a\15 ï&#è[5\ f¢ÕÄ\99ío\12\8e\ eh]ι(Zåè³av\00g\85µ\11\ 2%Bb\9cÒ\85B\98+\'ò\81T       iýùs\9e\a|hvJ\16\9bò\12<M\85\11\80ðQJ\1e{ea\8beÉwÄïÒÙÛC\e\81wEìi\95è\8fÁóÇõ\96<k*\82\a0\9d³Æyia\83Ö(\83J\14!£G3qÎ\v\ 5:öô\'°Ó\93̨¯C\n\'ªÅõ~`B\86KMºFÃÖ\9e¼õt¡\8d\ 4/áCö>?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 1\1cp\0\b£B$\0    8@\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\ 1\0\ 2\ 1\ 4\ 2\ 3\ 1\0\0\0\0\0\0\0\ 1\11\0!1 AQa\10\81q\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ùPå\ fË3¿«M\8e\16\ f\1e]`\9c#x\88ß×X\ 5P?ß\95ôo\nõ¬.;\vÒWç\a\1ddiù{i\96HN}\ e9¬&\14 \9e \80\85V@÷³\\ÄdÁ\e;3ï§Î\90\10·(\ 5\ 5\8b©x\vNéiTÜ@ÞÔãJ\9e|\10`¬+K%¯9\9c®-\8fR\98\8c\8a\98²@Å01ô÷µÌ\15®\94å\8e3\98F´9\17        £6/B\18à½ò9a\ 4á    ø\9aòb\82ø\17|hï\96e2Æ\fe£]7­À½ûÀ\ 6\1cbEè|\89\89E\18q+\ 6¤ÃY§FéG\15\99\83K5;\8e\aró±ÌÑö@à\n¢\ 5\14¬\8f^\v:i=\97î±È\0:\ f\Z\ fç×BaDë\v¨B8X\17·FÝO\80ítâ\81dV\95\9dr\96ºÏ\'8\97\811\91²Ïª\90\bõ´Ò\a\86\8bÉï?\bßÏ!e\89àÝ\8dì\9a{e\1e\11û>\14\17À¿¢á\85#lm\ 1\88Î8§\ 3\"ÖL\91Î[\7f:\86¸0i\80\9f¢%qjx¼Ñ  _\1eB\82\1fDUâ\11\88\0\84\Z\ f\9c÷\r¶sÃǼyXN3Ä$º­\9dQ)2Z+Xjºp\9c`Lp}ÿ\0\\\b\ZÑ\ 1yÓ®u\8fÀ_Q9\ 4\19(   uº\93°\ 1\81v\a\9c\8ep\0-:\8fõª\94h\ 6½TBª½8\81ø\82\88¥øÿÙ',5,1,'','','',''),(6,2,0,'14654cf674381248','ca76a172375b6d5a37bf290a402534ea','2015-02-02 12:02:11','2015-02-02 12:02:11','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a  \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\8d÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2lk3®\90!b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!#\a\10\"1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤Þ\84á´Æ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\bçô7¶u\84ï\8fÎ\16æGëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&·XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨Ow@8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]XUÆ¥«bêÙ\nÁ2J^B\93Jµ®\8c\97ÅÑa\87Y0S$+`\81\11HÉO»Pé\9a»~Ðr\ 2î/|í   ÉcÎ-TQ\17Ð6\r}±\1fÑ\ e\92\9f\97\14\91*\9a\87C¶Æ\9cÎã\1c=;\15\e\89¨f©ø [[hîåË®\9b\ 1\1f\83\8cG³L2:Ùÿ\0iÙ\14á+\19Ï$Ô¦«t\8eÛ\99>g\9b\8f\ 3;Tv\eø\96\10X]%Q½ÏÙÈ\92µk\96Þîý\92\97ݱ\ 3ô\ 3,\19ô\82fd\15°ffc\9f»\'\9cÉ·£C\13FÅûlùÌ&²É\87¶>£-»@~ds\ 3\1f>\11¬µ­ËØúy(\e\9a\7fDcí6\8d,v-Þ¥\'g\99XÂÎ[-a\12·XCÝ\14*ÉJb\9eýÛl3\e\8c£A\97\ f«q\95+%\f¶ØçêYbÀMçñ\17ÆÙ\"ø§Ï\99ãLæñ\17Q\8dÕZ/.\19\8c\r«`l¢ùÞ©³\8eÈ\ 2½nÖؤ#ª\9fU$0b\'\12a5r\Z£\eg\1fRaa\93ÈÒ\98Éã1M-¡Ô¶Ål¼º\eçøòÇÂ\10¿RìÕ\ esÂÜ\93\ 6) ,[\0 \80Àãp\98\10ó\82\12\19\89\82\8f\1c¼Ç\19\\`ó\98½oO×hÇ×]\9a\93\11\16\97\95º _´§\9f\ 2\ 3\10\"\"\"#\11Ê\"\"9DD\7fH\8f\97¾Í+J\a\87\96\f\185\ fY)«1\9f\ 4&\ 4BQ>&\'\8d-JÉ\99\9e7´æs2]:ÏrP\133çÓ@,#ô\18âk·ÈI¥\9fä\87-áþë\1fºªªðµDÀÿ\0s#ÿ\0¥ÇÿÄ\0#\10\ 1\0\ 2\ 2\ 1\ 3\ 4\ 3\0\0\0\0\0\0\0\0\ 1\0\11!1ðA\81áQa¡Ñ\10qÁÿÚ\0\b\ 1\ 1\0\ 1?!\98ëß=åH¾kzí\v\10¢LËLâYã2Ð\9aÄ\879\89ç\9dúN\9cçö_àÏ3Èb~\1dÆÊBã¦ÊööM 5ÂþfBøbD\89ÈÒ\1c¢\1co\ 6>9Îó¤B\ e}\rÏ\v\11`¢\"0p\ 1IAͦH9 Ë\0f¡T\7fA\89\ 4×fÝ\97õi$\17\nñÎn\ 2\86¡È(v±\10Ñ\7fO\83Vèãq\1eã¥a\84\8dz5¹X\e\r\8fFD1_8\19\82Ô7{\82è\80\14]óÕ%cTÄn\vÙ/p°Ý\a¤\96.\b³\ 4<3\0\0\Z\ f\9e}üATö¨\9fJĤ#p\90\"\98±\n²[\8e\92\16¶q¼\9dÙÞÕ\ e\9f\9a\9c×9¸éýzCR\8aUPÇÉ?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ²ñ{\96\8a_\v$\1dÔÇL¸YÐ\98mº2g\1e#\8dG+}í\9b×ïò>=Ôp\9c.¿Ý\1d{*Ð=çë#\b\"ÚT\1eÁ§Z\ 3³Qô\rÎ;G¿ \17\'ÝÍÚU¤\96é\15¸¯ß\81¼úó¼S\85±ÃÆô<<_t¯\90L\8d\"4uHÅ0B\8cÌ\9fS¢Exêi\89P\88Ä.Z<\ 6Lzÿ\0c}CÎøèðõÝÍvÇ4»A\86\15§ËÒ8©\81Â.[¸Øãj3ÝÖ\aÐÅèÿ\0B^ÿ\0³\'¤ ¹\82À2;·af±\98ó(\82·Ø g´\r\v\8cbBr駲ä)cÃWÂ\83ª\ 2\ 1\12¿\9a\rÚyg\11i»f½qÃ\9bøéyáS\8fì& £¨Þ\ 5\15Z;º\8b#Pl\b,í`0dÙ´sp¹B\ 1kA\93\8e\96|}ñF­£÷¾ûäÅëç³ù µÔ$\ 3(0øN³7Å\ e|\17Ï PÁã.kÿÙ',6,1,'','','',''),(7,3,0,'06554cf6760d7bd9','5a6c31caf8e43479b07178eaf39bea94','2015-02-02 12:02:40','2015-02-02 12:02:40','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0       \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Õà¢ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK\93\1eå¿H®\8eÝrË\8aÏÑ\9e\15\1cqi÷\11·9\18Â+sJG#Hq\9b\18\19ªIÃ\18±\88\90ZYs\19\9cYüça±\82G\8dÎ__\14\94¶=ï\1d\14\r»Jÿ\0,{.1äì\14¯\9eÝÃwd.ÿ\0æ\9f0p\88j|¹Zà\9dÁfx¬\84\fp£x¤)(¦\94\99\9d\93zëÈKx±×-í\0XÛ\r\8fM¢fbtEuæ\98¸2£\7föNÃï\e/4ì·#§ÖN®\nG5æ\9c\89̲OìÜ\86~A\8fdJ¯F¬A,\ 6\ 5úmSç\ 3Z3¥<óXã\1cì6GdÇ\1eà\93\18¤\a¬\14·T\9føÝ\11ßÉÂè[áäÉ\b¼\9aêÕ¸E)þR\9e\96\14L\\t_!\94\8cݠˤp\aøÚeùÑBøq_\9b+D\12VË_¯&\\xl~m\\xÒÊÚzì\84\91Å\91ɧ TÚ¹\v¤È\952t¸>&Æ\8ew´a\83-éU\ 2*\94Øn¢\85G\84\1f+Íîé\94ä/­aX¸|R\9eÕæÂë¡\fDu\96w\1e)\1d·RêtíÜ¥\99a-`\86±3Àôxã® \8d^¹@Ç\ 3\Z¨Ýèçp\16±v\98)\"öÝKíõ(G\b\91±#{<Ç4ÒÚ[N¿\1ey°ð\9a)\10\16¦Ë\8b   ò\9e³R»\91ÄÚL\ eÚ$íþ;\86V5Ú\9f礼\97ïF\Zj\93ðŽÛ\ 4/óìwóÑÜ\93ïµ5=\'×\86{¦1´S?SÕU\94P\9b_\aÿ\0\9b\10w?FÑT³ëZyã\1ceC5{\8d\ eû.ojSÇ}m¥kû?ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0P\10\0\ 1\ 3\ 2\ 2\ 4\ 4\f\12\b\a\0\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14#\a!$0\15 \"1234BCScd\10\16%ADQRTaqst\83\84\93\94³Ã@Ubru\81£ðEP\85¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04ÛîÙÆ1 U\17\943\13\9fØhÐX¹yô\rë¡\ 3kZ\92s4JµRîIèaÀ¿(!\b\12N>ñ³W@µ\8a±`NW\vÊnÌj\98|ì«ñcÈ;|Úü\e6\83swØ\11\ 5õY\84\9e/Dµ?\84ì.j/¬¹mú\11-ËiMäoC\v\9d[;xe\1eäÎÇá\9fW\88ícëÅNêw\856fÎÜKÏJº\96\92r­cºx\\âW¯»\1f\16äTÇ\88\0äôÇJFB\ e\80d,µËM¹I*Â-¹q¦ò´íÏ\1co6Xúr\97XcÜtræ\83L#\ 4;\98Põ_\\/P3I»_\85Ë/°Ã×Ü7Ã\ f_hÃ\1fÐ\9fO\'QS\ eUÐÈ\ 6äð²\8e\86\\¢\17\1f\ 1\1e\Z\15û¯\80;.<¦\9a<\92\92pg\92\ f\8eG/\1d¸V¹Ü8)3JRü\7fßµH«R\16\89SÉ#j¨Ë¦¸\184\16õã÷\\\\Al\n\10Õ§·É©\8b\97\14Ñ\85µ\0Þ\82fÕ5QÜ׺¤\9e\17\f×ï\vÅR\9dÇ­ë5¦KF¼\95½)èV´¦µ}Î\9d\ esÁrØ\ 1j^Ã--1µ1\91\1f\8djH¶û?ÐtKi§²°Ñ)¸,vËn®Úhy\82\80èù6¯@ã;ïM´Rí©NZ\11P¯!\1f§b\96f\8f\8e\86\ f\97láËo\87\9eek\88\95S\eV,zÃJº\8e\89Ëå<1~ãÐð\7f/Aýúð\14è\8dʵ³\8cR\93¼\14$yr\8b\95Çþ!(\"Ö¿\ 36ý#»~ã\8do\'\18øZ¥\ 1\91Ø\13\8e£3bÒ\99Àp\ fb¸oÊ\ezÚ\Z ºî!ß$\8f\1d\8f×íEóØþÐî\94ò\ e¸¨æ\9a4\99\86zhé&\ 6AÚ»n­B\ 5\7fÊ\9d«È×\8bF³5¢\ 34É[\rÀÌ}\88d\ 2\8ao\85O\11 \1eP×Úßµö7;Â\11É\\uny\16Éù8òlbþ\88\ 6\9aUJZ\90\9dòË¥½o\ 1\14Há¡ØGu=úÚ6\10\8aO§6iúYi\n\ 55\92´\96\89æ$Õêöpîe\85ò;     Jããf\ fBjÞª«²ÍÛäs\97Þí\91\ eBP\93ì\1d;çx@\ 2©TëÜo\1f\'\8bÁÉeH\8bþÞ\96àÉÚ×=\10\95~æÞ\1e\9aþ«\9c2=\'\\\99\9aßÁÞz\ f\8eÏ\ fm?YUÞfH\15£@\8fñ~Ë\9d\89¼\ 2>GrG!\9b¢%;´JDn·¿8bV\9f`}\Z»Gljå»\91þøKBÓHÙfª¢ÛJG4\91n¤ö\v\ 3¶Â8ÿ\0ؽ+È!\16\94\98¼\89Ð\96¡J·\88\8f\11\ 4iw?#\91\94Ãë Ó\nuô¬\8c¸ª\19û¥mä^\ 4\89Ô38ñ#Ô\86\ 4ÇÃd\94Î\1d|/6Z÷7;)o`\84I\8fÕ\b\'\nÃs.×7\'¯\8eéÆ%nçÍ\8d\8fÄò6@\ 5\89ÈÙãc\'PÍ\9c\b\99E\11t\r¸ä鬽\98¾\87\11\nVð°åßD¹ÃÅ\ 2\99Ñÿ\0\ 6Æ\1f|t\92s\92EÉc\10ÅÄ\8bÂ{\86í\a\9c_ÃÑõÇ,º¡$VDT~¾¸\"¢ÄBÕ£\10ñùZ\9dÑý\94èÇuëá¢xGº[PÑí\1djÚì\f\9dÃç\8d    ½\94t>:\18\r\8fÉÚ\ 3­WA?½©¥9é\ e\12íô¡¼¼S\\û\89¢S¨9Xö\9eÏùìx:þúj/7¦\8c.hÚ,Â\1f&\95a\9b¨\89(²×\95µ/\95íN\Z\9fØÎ\84\r\"g\18Õua1\1cÒQ\9dH\9dEìò\rDì9\83âãÉ-?¾?Fä 1FÜö\11\89ÕNËg,£B\97ðr?\9e\83\n8ÖU iú] -ö\94M\eCÅ0`-TöY-\84\"\97ãplÓ×åyÅ\10«B\ 4\84ë(\8a\12\8d\r\1f\f§\17\94¨«ªªD¨h\89\11<¬±·&ÿ\0NnëãÑ/bmË_\83û|ýP$n\16ÏÝ>(|cV\86>qúý¿¡­\9aèx[æþ\98\9adôyR-!#¡í¦\8eÇá\e\14\80néþF8îz% Éé\\®j%kr©\89\93\r\7f*-»{ \Z¶\12\0Ù¨Ð\0\0iÕ\18@\14PA\18Çâ¨.*z7t\ 3Af¾4vÝ\1c4öe\7f\12ä2M\e\ fç5i³ý6\81.\18\11¹Æ]ZøÁ\13\1d\"f\19\11%g)\1cÍûR\'¿\ 3¶Â0¿\17\9b{-,ì,#£ÀG/\1d8V \e\80CÍ)Kñh\9b\14\88m§o\12Â:%¦ºd®\"W¬æW\'\rÏ\87Ø;\99¢z§xÖ\98Ñ´ýÖ\16³×\8dR\87 IS\9d\13\ 2O\14Ð&§-xßõ\81þ§³wK\9e·O!~XQëzÉéHòvÝf<Çm\1e\13zíüP\ 5ÛÙ8®ýÓ\16ø¹jç>­1g\\\Z\83\83{ÕØØQ¹\16;jYê¨\0!\ 6\'\1c\97\88\eìvC¸ööO{iJҸҼи2\89sD²\8eÈ\7fr¨jî\87åßÇÆ\13\8f´Ç\83\9e¾.\8e\ eµ[h\vÖy¢kuÜ-\90Vh:w\90°\86íB\17\16éä\88ppëͲ\Z{ë\9a[\9b\8eÎ\8b\9dµøRXé\"ü´\84a\9a¸7Ö\1cWJ0¶§.ȶ\88\e.t³`l?\14Ñ­Ì      ¶íÃóvôÐ\92vMÁoÞ@\12u\95nÜp\8d£¤\94\8f5\90\8c<kw\86ùÇC)¥m~\10áÍaO\8cû\19\béDèV×â\9dç\81»\88SWÎv\86ÞwÇ¥\16\9aÒ©¯T\95\'¾é¤%\\W\ 6ѬÞ>p¯r\ 6\82)\8bøZ!ÔÒ*é\99¤ßÝ÷\ZUÕ\8dm\ 2ëkÙIä\1c¾+F\1f66\98R\94¥?g\9cãÑÍÅ\nÍ\ 2½¡\9b\10\8dH\84ê\12\87½\8bu\87n>\14õ$þùä½ÊçBðgpºY\1c°lG6Ã\87\nßlm+Êá\8bónèií6Ú\Zã\83fÝ7\bN\aZ¥iµe\ 4\95\'Î\9bd~n\97ÅÊ´o\fæ.\11©=ÈÂ#<v?ë4û.~(ѨÉk#uAʶ\18ú\84l\979D\19\11\vÈçº\90\a\ 3|1×´\'ðýñ01\7f+I\17\15§\e˾MTWº\18XD\aþsyþ\bëÇ\84\87¥4«WÍ.×\9f\93Ó\\¬°¢¶»~a®ª»ìæ\ 6\16\90ËÃ\r²NqÒ¿k\97\95\9fþ^\7f\80#×Â:\94Ocú ¡\92üÞ\99À«Mj\14\ 4\16¯ºÍ\1e\96\83J¦©ªE(U%^VvH¼ÿ\0\ 1ïkJr\17\97ç{ã­Ðå~\17O\r\19TU\15\89ÕW{Ê\8c_Íçì×øSÔÇ\13\8aûÜ9\83Óñsô­iLSØþ\95ÿÄ\0)\10\ 1\0\ 1\ 3\ 1\a\ 4\ 3\ 1\ 1\0\0\0\0\0\0\ 1\11\0!1A 0Qaq\81\91\10¡±ð@PÁáñÿÚ\0\b\ 1\ 1\0\ 1?!ý «\91\Z\ 5ËG(\80Må¨ô(MÇÆlxSS¶\ 1/\8eÞ\89ÎjÞ½[\7f©|¨ü\eË%g;        \11I\8a\91j\9a}¤e\0\90\10\84Z!\17ë`\81\18\81\16+p¡\12\ 4\17̬£\"ÒÐ~\r\92\17ÚY   àÙ\84\vN¦¦Y\95*c\84\14\b\90£\9c\16\89t$Â6¨\86\86öy@¥\8eW È\ 4i\ f\19\9c\90\90¦\13\9d¯¿¬Ã\99ݹA£$4Ì\90,3+:\rèF\94b4\11iÎÁ\'Ó]¯`\9dC\84¤ÂÖ}VB\"Vd°&`·W\8ad\8341\\¤\9acb\n£½1\ 5\eXmFd.\12 ×¸ÄZ&\8d\85¨\9dìÔ?Vò\86Oöë ù\ f\ZT¥?\98.®·4fë0L\e\ 5ñ\ 4¯\8b\8cLHo¯\13è¹.\97i\b\8f8Þô\9eR\90»\ 3þÓmåp¾Û]¯.\8b_ÏF\ 6&2[=ü7¼2\f\1d\ 2Ð8ê9\90¿µ\ 5p«¼!\v\9cÞÈG,ì\94U\0\13é\ 3\19\13®,R*   wB¯¹ YRjÍéNÔ\90\ e  °       \98XHQ1£¨Ê\9bÙ³tz]\1dn?)\96γ\83­\83>¼êí\"\9e\8a·\7f¹Äë,(\95\12)f\8fÅe\8b       Ô8\90¨\eÔS\95\82Ø#Æ\81\8e½\9c½ýû   %zdµ-dL¶Ï\82s\98¾rô~-\99Öõ²I<\93^BoYý«i¢#8\17Ém\0±»ë|Z\9d~>f\n\82\96»£\12\'p\8asbÕûÍáâ$R\bN\91¡{µª[À\10c´Ì\85¦\9eÑ×H\80wÅêÃúÑ\nð\ e\ 1b-:z\'M3¼\9e(óq¢\ f@     \83Ñ=«ü\19\96\v\ eïP­\1e±\ e\84¶Jy±«\92\17\84S^\94)\99\Z¼$#UlH1j6\83U:ÿ\0¯ \19&¯AE\98\ 6·\ 2\'¹Ã\ 4±\ 3vîý/\83.\\\11X`\rsÞ®Æ\92\9f#\9d\98\ eâ\1c*v)g^bæÔ\96#Éðì\fè\Z\8a\9f$3\16ý¹y9[\94\19?¹²©\b±Äâ\88õú\16\eXíÂ^W\8asÞÏ2\1c«Ø\0ßcð\e\ 3Ù¹\Z\"¸\92AÞI(Úë°\91 a\19E +FÏ6\9c9J¼ëT\biâï\93E\8d§\93ì#\90È\Z6P/³ÿ\0÷\97j\81Ù½ ÞÏ£~\7f×\84êl¢?º\88çâ¾/Õþ.ÿ\0¿ð(8\e<»­&\95®M\0?\Zïÿ\0Þå\17ï¦Øç\1cãn\7f\85Of.þWÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0â\0\0P\0\0\0\0\18\10\ 2$\0\0\0\0Î0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 3\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 3\ 5\ 1\0\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10\91¡@±ÑáðPÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5تf-:\13Â\ 3\ 6`\8a\"è\88\18\16#J\81Aw\81¨\ 5\ 2\84\10°2Z\Z!cX`åÚúü\1f¡­]\ 5+\eNC\\º    \8e8p\1cpÄòA¡\ 19¹±V\97÷Q\9ea-°\82¿^¥sÚúü\1f¡\95\9f(\86s¸È\ 6²TFâe\"\94\99/\ 5\r\ 6]ò¹^\1cõM®$gî~\'Ñ8\85\ 1\e\8a¾\9b\9dï|áÓÇÀ+\98\\\82§%ãzÁ)E        ´´\ 5-@ÔÆÀG${LñHSVÎ\13\9fÜÈüukò\"\94PQT \ 1ÏÑ\89\8cäú\84#- (|\13æCÐ\ 2÷qú\173a*ä\9dX¸`\80Á:$æNÝ\10\0\r¸\ 3\98Ï¥I*\17\ 5N\88u\14®1onç\ 3tnc\\\16\8f3T¥X<©\ 6¥+fSÑhä\bÀ<;¸RÁiB\92¡           ð÷øÒéßØ­Ç!t     \ 5\b=Dc\95d\\\ 6\0°­¨\"F\9f\14åv\8d\8cñc+ò \87Û\86n̺áïñ­û`C\17\82ª8Õ\ 4à\ e¥ î\ 4\ 4@\ 6ÿ\0* Ú.é\840\8a\7f¥\9dôÏ=â\ 4S\90\85 J@<\ 4\9b¢\13\94X\nL\b@²Zg\15\1fn=ôxÒ ±P[P¥Qê\1cÀO\84 ªîC=\\ês\12jCv \90\95\1cbÂU)E4Î\'³øþ~¢Û>Ìè\97w\80ÊìK¤ºD,¢HËr0\ah$u8\810\r\ 3 }Ù/«ýwÏV{¿\8fãA¬$¤\88Æcd\0:        \9bï+Q\100\13=\95\983ÀÙPàR}Kç\98¼e\ e\ 4ÈA@\80ô!w* &b9ç\ 5ßm/\84å\1c\111\"ÄÆ:\83\94ÑÂ\8b\Z\80\ 3L\1c\ 6A\8a\8d³,\11,\ 36\03º\82\9c\ 4q\ 3rhº-O3@ûÎ\18\13\87L\81\95Ë\"?«\80+\80\9a\n¡jâ»r\n\10\89õÛá\14\9b`=uY\0ëd»\v\18Êãq\1c*,ÎJJ\90±¸Ë\8aàC;¯HÔtZ}!\ 2È3-\1dhÝBù\ 4¡\87¨:`f\ 4B!·($mQ\1f\82{^\'?Ûâø¾4SÝÑÊÇ\n)ÝDí\86c¨\'\84`c- #Éÿ\0lys\9dî:#¼¡aª\81¹T1=\15\ 6Ô\vo8§Ñ_%ªA\94g¨¤Ò\ 3\fÌ9ɯ¶\10n\94\nê¡0ÿ\0\ 6fø\"\n\1343h{a4DkA\ 6\v# @ý\88LKmpµY\99·\88Ñ&%\ fMÌ~ûö08\82J)U.dz\80\ 6Ø,L3¿&<÷~ýLxóaøÞíßíä¬0òG!\ 5\ 4/V\9cú;Æã\83Rl\17ÍóáÌJ\16Ep娲L3\9d\11cÏ\n9\98\13\90\9dm¿_\97B\99-ªõ\91<6\90k\7f×äð°­S2\83w0\84î\ et\8c­É\1d\11ç\18íYpë\ 2\82Û\f£Ü«\8eìÅ\9bþ¿\'\84è\94I\e×2NÇuç ·\9e¹ß\8b\8cÔíöÏ[ÏRVV\8a«Ø\e9\9bëð¼;wÎ\e#¶à¤\99\8dí«Wb\8d\1e\9bl1=Ñ:ò§¥ËÕ\18\8a8\9c\0ñné8ý\9c\'Î\9a\1c(ãæ)\84o\13®W\8cÓ½Æ÷É\8b«Ç\8c\ eø\9dÿ\0\9bó¶Ø:è©\912¤á¾Äól\7fUÿÙ',4,1,'','','',''),(8,3,0,'06554cf6760d7bd9','5a6c31caf8e43479b07178eaf39bea94','2015-02-02 12:02:40','2015-02-02 12:02:40','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà0Ùæ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8c\1cî`Í\0\8dw\ 4§1Ö¦4i\14H\85\ 2A\89\1e\rÄ®öÅ»-W\10\1d÷\84°\93zR\99\93ìm%Øåhô$¶\\Ì\ 1æÑÄÏ×   \"¼6\85ô¸\1c«\17ò¹.\a\8cø>ò¬g¹\ 3\8e\94öË¥=üÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\09\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 2\v\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa$\91%0CRqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þµºSI¦¦[U\0Dݳc\931Ø> ò\ 5±k!\9by\1e\13\aá¹\8a«A\ 1X\93-ëö\rY¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ    ÆÔ±\92°¥ÿ\0m\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɽö\a1\93±\95Ô\16äç¬t\93,¿\93d³Ô[k\89 \19ù]`\vµzT«ª­J¨MjÕ\90\10´¡\b\bZ\92 \1d\84\16°\18\0\18ò\81\88\8eÍÃe\99z¬ñaS¿\8f¶êÖiY\91ø\1d\ 2\f\14Ù\b\9f\9e½\90b\98>[     lcwMä2·2\98üFB+ä°¶ì¾Æ7%\8e>\fUÌpÙ#ð-³Q\81\84tÈH\85vE\90&®ØÌÕ\ 3êQËQ«\91¦ÏI*×\12\16\133\1fIàÈÞ>\93¼{º÷\1dTHì;Mä\18\95\87Ìè¿\19\v\18\8fYgC\84G×~Ù\bw\1e¬é\1c\9f\86ß×\97\8fÅK8þý.^\9f\97\7fiס\10ËHÀàéÝ\15G#+Åâ\1cµÌ\ eó-ð\96)\8eÞs·\11ý»hÌ\1dø!»\8cÓ\98ºÖÀ½W`j®\\¯úY$¯øû¤\ 5\10BQÄ\84£q\91\9f)\89\8f¬LzÇ׶\1fZãë1ú3!\93°ê½\r¾\Z7\84×\97À\9eó\11\16©×q¶\87Rx=aY\9cù.À®\86_\15d.c²U\11v\95¥ü\8f¯`!\8a8ßi\8dÆ|Ä¢\bKq(\82\89\88Ôú \17\ ev\17\ fnåe\1eü\19lC\85@fÛOH¬\9a¡»L~\1f/>Ú\83½MdE\98µ\8dË\ 4Òñ{\18ØÔ/Úëò\ e\r¸OÙê*þ\11;tA\8f\12\ 1\1f\n¨\8frþ Ô\17\17C\15\8eOZÃÏÖ|ø­)\bø\9d\91R\12\11\10\88Ç\9fo¶qÏ>ì{¹a\97ÙÖWR­Íc¨«\89LuÔË˱C\15Q\91\1f\ 5\85UaAy ®/ñ\86­MGIº¸*\115GªîZÏL<Ç\81Ø\15^k*%¤;\8fðÕ\9003\"\"#åÚ½\n\15\91N\95D\85zµ*¨\11\15\1cV\94©q\0µ\80ÆÂ#\11\11\1d³ºfé\12ëg1w1ÆÑ\8eD\89²¢\ 5Ø\ 1\9f\":íàà\89ò\92\b\89òí¨{§ï\ 1q\84·\93Ê\ eSMdìî¬Nm\9d\15Ózhßg\146l)5]P7\16IËë4Wj\ 5\13îh¾ê\18Lû¯\82Ç}ôÕª\ 2!\e\7f\8aÅU¨Þ3\13æ\10\84\fÆÒ!\95s#â\\lªÕÔ  B\16      JT0µ©K\18\15­`1\ 2\0\ 3\10\"\ 3\10\"1\11\11´{\9e\1f!R­Úó12\8buÓe31é2§\ 1\84Ì\7f\87i\1c\9e\94Ê!\7fÑùm5qØÆVdGáõéWbèd«DíÔ«z»Va\1cFU;\18êNîõØ£ïÆ\8b$˯V_F¶¢ÂÙÛÁfë¦\"\ 5dpJñ@\ 2\0%a;\0\1c±Jöw\95\94(ÞKFè¥(§ò®É^\ 6\0ÏèG\89\12\9fÜ}úÙ5\ f\bµÝ\ 5вQåÕe}YAkçúÈ­\83\11¿ÐcÛ©²»mãôÞ\90«¿êToêò8ßoîÚO×Óo~¦c\8fɤ28Þ_êfqv`\7fò\99öÉí\1c¦ f~³\ 3¾Ñ¿íȶÿ\04þ¾ÿ\0ShåÆG\97×\8cÌLÇó\88þ^ÏÿÄ\0\1f\10\ 1\ 1\0\ 3\0\ 2\ 2\ 3\0\0\0\0\0\0\0\0\ 1\11\0!1 A\10aQq\91ÿÚ\0\b\ 1\ 1\0\ 1?!ð§äþå<Öw\ZÛ*íEWUÀeèý    )7×´\9ceÎu\ f\n»v_#\18Þ\11^oÉÑõÏ4\1e\88»\'\Zà\1es\fÐm\98æ\17¥\817\98\Z ¡\f\bò\ fÔ,\11»\81\8fP\ 4ãe\83\\\ 4\ 6\9f»0\ 1#.\9bf>\8f\10\8aÜ.ú©\ 2©÷\9a\b\ 6\8a\95­êOQê8c\97>\87¦[\fÂTF\8cu\18\7fDú>.\86@\ 2×i\ 4M\ 6:Å)ÃNtê4º²«ráYY¢y|ÿ\0{«çHoaÀ$\ 6f\93Ã\ 2`\8d\ 5Û/ !<\1fhë¨\8a\15 ï&#è[5\ f¢ÕÄ\99ío\12\8e\ eh]ι(Zåè³av\00g\85µ\11\ 2%Bb\9cÒ\85B\98+\'ò\81T       iýùs\9e\a|hvJ\16\9bò\12<M\85\11\80ðQJ\1e{ea\8beÉwÄïÒÙÛC\e\81wEìi\95è\8fÁóÇõ\96<k*\82\a0\9d³Æyia\83Ö(\83J\14!£G3qÎ\v\ 5:öô\'°Ó\93̨¯C\n\'ªÅõ~`B\86KMºFÃÖ\9e¼õt¡\8d\ 4/áCö>?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 1\1cp\0\b£B$\0    8@\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\ 1\0\ 2\ 1\ 4\ 2\ 3\ 1\0\0\0\0\0\0\0\ 1\11\0!1 AQa\10\81q\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ùPå\ fË3¿«M\8e\16\ f\1e]`\9c#x\88ß×X\ 5P?ß\95ôo\nõ¬.;\vÒWç\a\1ddiù{i\96HN}\ e9¬&\14 \9e \80\85V@÷³\\ÄdÁ\e;3ï§Î\90\10·(\ 5\ 5\8b©x\vNéiTÜ@ÞÔãJ\9e|\10`¬+K%¯9\9c®-\8fR\98\8c\8a\98²@Å01ô÷µÌ\15®\94å\8e3\98F´9\17        £6/B\18à½ò9a\ 4á    ø\9aòb\82ø\17|hï\96e2Æ\fe£]7­À½ûÀ\ 6\1cbEè|\89\89E\18q+\ 6¤ÃY§FéG\15\99\83K5;\8e\aró±ÌÑö@à\n¢\ 5\14¬\8f^\v:i=\97î±È\0:\ f\Z\ fç×BaDë\v¨B8X\17·FÝO\80ítâ\81dV\95\9dr\96ºÏ\'8\97\811\91²Ïª\90\bõ´Ò\a\86\8bÉï?\bßÏ!e\89àÝ\8dì\9a{e\1e\11û>\14\17À¿¢á\85#lm\ 1\88Î8§\ 3\"ÖL\91Î[\7f:\86¸0i\80\9f¢%qjx¼Ñ  _\1eB\82\1fDUâ\11\88\0\84\Z\ f\9c÷\r¶sÃǼyXN3Ä$º­\9dQ)2Z+Xjºp\9c`Lp}ÿ\0\\\b\ZÑ\ 1yÓ®u\8fÀ_Q9\ 4\19(   uº\93°\ 1\81v\a\9c\8ep\0-:\8fõª\94h\ 6½TBª½8\81ø\82\88¥øÿÙ',5,1,'','','',''),(9,3,0,'06554cf6760d7bd9','5a6c31caf8e43479b07178eaf39bea94','2015-02-02 12:02:40','2015-02-02 12:02:40','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a  \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\8d÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2lk3®\90!b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!#\a\10\"1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤Þ\84á´Æ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\bçô7¶u\84ï\8fÎ\16æGëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&·XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨Ow@8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]XUÆ¥«bêÙ\nÁ2J^B\93Jµ®\8c\97ÅÑa\87Y0S$+`\81\11HÉO»Pé\9a»~Ðr\ 2î/|í   ÉcÎ-TQ\17Ð6\r}±\1fÑ\ e\92\9f\97\14\91*\9a\87C¶Æ\9cÎã\1c=;\15\e\89¨f©ø [[hîåË®\9b\ 1\1f\83\8cG³L2:Ùÿ\0iÙ\14á+\19Ï$Ô¦«t\8eÛ\99>g\9b\8f\ 3;Tv\eø\96\10X]%Q½ÏÙÈ\92µk\96Þîý\92\97ݱ\ 3ô\ 3,\19ô\82fd\15°ffc\9f»\'\9cÉ·£C\13FÅûlùÌ&²É\87¶>£-»@~ds\ 3\1f>\11¬µ­ËØúy(\e\9a\7fDcí6\8d,v-Þ¥\'g\99XÂÎ[-a\12·XCÝ\14*ÉJb\9eýÛl3\e\8c£A\97\ f«q\95+%\f¶ØçêYbÀMçñ\17ÆÙ\"ø§Ï\99ãLæñ\17Q\8dÕZ/.\19\8c\r«`l¢ùÞ©³\8eÈ\ 2½nÖؤ#ª\9fU$0b\'\12a5r\Z£\eg\1fRaa\93ÈÒ\98Éã1M-¡Ô¶Ål¼º\eçøòÇÂ\10¿RìÕ\ esÂÜ\93\ 6) ,[\0 \80Àãp\98\10ó\82\12\19\89\82\8f\1c¼Ç\19\\`ó\98½oO×hÇ×]\9a\93\11\16\97\95º _´§\9f\ 2\ 3\10\"\"\"#\11Ê\"\"9DD\7fH\8f\97¾Í+J\a\87\96\f\185\ fY)«1\9f\ 4&\ 4BQ>&\'\8d-JÉ\99\9e7´æs2]:ÏrP\133çÓ@,#ô\18âk·ÈI¥\9fä\87-áþë\1fºªªðµDÀÿ\0s#ÿ\0¥ÇÿÄ\0#\10\ 1\0\ 2\ 2\ 1\ 3\ 4\ 3\0\0\0\0\0\0\0\0\ 1\0\11!1ðA\81áQa¡Ñ\10qÁÿÚ\0\b\ 1\ 1\0\ 1?!\98ëß=åH¾kzí\v\10¢LËLâYã2Ð\9aÄ\879\89ç\9dúN\9cçö_àÏ3Èb~\1dÆÊBã¦ÊööM 5ÂþfBøbD\89ÈÒ\1c¢\1co\ 6>9Îó¤B\ e}\rÏ\v\11`¢\"0p\ 1IAͦH9 Ë\0f¡T\7fA\89\ 4×fÝ\97õi$\17\nñÎn\ 2\86¡È(v±\10Ñ\7fO\83Vèãq\1eã¥a\84\8dz5¹X\e\r\8fFD1_8\19\82Ô7{\82è\80\14]óÕ%cTÄn\vÙ/p°Ý\a¤\96.\b³\ 4<3\0\0\Z\ f\9e}üATö¨\9fJĤ#p\90\"\98±\n²[\8e\92\16¶q¼\9dÙÞÕ\ e\9f\9a\9c×9¸éýzCR\8aUPÇÉ?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ²ñ{\96\8a_\v$\1dÔÇL¸YÐ\98mº2g\1e#\8dG+}í\9b×ïò>=Ôp\9c.¿Ý\1d{*Ð=çë#\b\"ÚT\1eÁ§Z\ 3³Qô\rÎ;G¿ \17\'ÝÍÚU¤\96é\15¸¯ß\81¼úó¼S\85±ÃÆô<<_t¯\90L\8d\"4uHÅ0B\8cÌ\9fS¢Exêi\89P\88Ä.Z<\ 6Lzÿ\0c}CÎøèðõÝÍvÇ4»A\86\15§ËÒ8©\81Â.[¸Øãj3ÝÖ\aÐÅèÿ\0B^ÿ\0³\'¤ ¹\82À2;·af±\98ó(\82·Ø g´\r\v\8cbBr駲ä)cÃWÂ\83ª\ 2\ 1\12¿\9a\rÚyg\11i»f½qÃ\9bøéyáS\8fì& £¨Þ\ 5\15Z;º\8b#Pl\b,í`0dÙ´sp¹B\ 1kA\93\8e\96|}ñF­£÷¾ûäÅëç³ù µÔ$\ 3(0øN³7Å\ e|\17Ï PÁã.kÿÙ',6,1,'','','',''),(10,4,0,'75354cf677be64c1','1e68dd1e2c32ae390c21fc6911d10461','2015-02-02 12:03:07','2015-02-02 12:03:07','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0      \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Õà¢ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK\93\1eå¿H®\8eÝrË\8aÏÑ\9e\15\1cqi÷\11·9\18Â+sJG#Hq\9b\18\19ªIÃ\18±\88\90ZYs\19\9cYüça±\82G\8dÎ__\14\94¶=ï\1d\14\r»Jÿ\0,{.1äì\14¯\9eÝÃwd.ÿ\0æ\9f0p\88j|¹Zà\9dÁfx¬\84\fp£x¤)(¦\94\99\9d\93zëÈKx±×-í\0XÛ\r\8fM¢fbtEuæ\98¸2£\7föNÃï\e/4ì·#§ÖN®\nG5æ\9c\89̲OìÜ\86~A\8fdJ¯F¬A,\ 6\ 5úmSç\ 3Z3¥<óXã\1cì6GdÇ\1eà\93\18¤\a¬\14·T\9føÝ\11ßÉÂè[áäÉ\b¼\9aêÕ¸E)þR\9e\96\14L\\t_!\94\8cݠˤp\aøÚeùÑBøq_\9b+D\12VË_¯&\\xl~m\\xÒÊÚzì\84\91Å\91ɧ TÚ¹\v¤È\952t¸>&Æ\8ew´a\83-éU\ 2*\94Øn¢\85G\84\1f+Íîé\94ä/­aX¸|R\9eÕæÂë¡\fDu\96w\1e)\1d·RêtíÜ¥\99a-`\86±3Àôxã® \8d^¹@Ç\ 3\Z¨Ýèçp\16±v\98)\"öÝKíõ(G\b\91±#{<Ç4ÒÚ[N¿\1ey°ð\9a)\10\16¦Ë\8b   ò\9e³R»\91ÄÚL\ eÚ$íþ;\86V5Ú\9f礼\97ïF\Zj\93ðŽÛ\ 4/óìwóÑÜ\93ïµ5=\'×\86{¦1´S?SÕU\94P\9b_\aÿ\0\9b\10w?FÑT³ëZyã\1ceC5{\8d\ eû.ojSÇ}m¥kû?ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0P\10\0\ 1\ 3\ 2\ 2\ 4\ 4\f\12\b\a\0\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14#\a!$0\15 \"1234BCScd\10\16%ADQRTaqst\83\84\93\94³Ã@Ubru\81£ðEP\85¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04ÛîÙÆ1 U\17\943\13\9fØhÐX¹yô\rë¡\ 3kZ\92s4JµRîIèaÀ¿(!\b\12N>ñ³W@µ\8a±`NW\vÊnÌj\98|ì«ñcÈ;|Úü\e6\83swØ\11\ 5õY\84\9e/Dµ?\84ì.j/¬¹mú\11-ËiMäoC\v\9d[;xe\1eäÎÇá\9fW\88ícëÅNêw\856fÎÜKÏJº\96\92r­cºx\\âW¯»\1f\16äTÇ\88\0äôÇJFB\ e\80d,µËM¹I*Â-¹q¦ò´íÏ\1co6Xúr\97XcÜtræ\83L#\ 4;\98Põ_\\/P3I»_\85Ë/°Ã×Ü7Ã\ f_hÃ\1fÐ\9fO\'QS\ eUÐÈ\ 6äð²\8e\86\\¢\17\1f\ 1\1e\Z\15û¯\80;.<¦\9a<\92\92pg\92\ f\8eG/\1d¸V¹Ü8)3JRü\7fßµH«R\16\89SÉ#j¨Ë¦¸\184\16õã÷\\\\Al\n\10Õ§·É©\8b\97\14Ñ\85µ\0Þ\82fÕ5QÜ׺¤\9e\17\f×ï\vÅR\9dÇ­ë5¦KF¼\95½)èV´¦µ}Î\9d\ esÁrØ\ 1j^Ã--1µ1\91\1f\8djH¶û?ÐtKi§²°Ñ)¸,vËn®Úhy\82\80èù6¯@ã;ïM´Rí©NZ\11P¯!\1f§b\96f\8f\8e\86\ f\97láËo\87\9eek\88\95S\eV,zÃJº\8e\89Ëå<1~ãÐð\7f/Aýúð\14è\8dʵ³\8cR\93¼\14$yr\8b\95Çþ!(\"Ö¿\ 36ý#»~ã\8do\'\18øZ¥\ 1\91Ø\13\8e£3bÒ\99Àp\ fb¸oÊ\ezÚ\Z ºî!ß$\8f\1d\8f×íEóØþÐî\94ò\ e¸¨æ\9a4\99\86zhé&\ 6AÚ»n­B\ 5\7fÊ\9d«È×\8bF³5¢\ 34É[\rÀÌ}\88d\ 2\8ao\85O\11 \1eP×Úßµö7;Â\11É\\uny\16Éù8òlbþ\88\ 6\9aUJZ\90\9dòË¥½o\ 1\14Há¡ØGu=úÚ6\10\8aO§6iúYi\n\ 55\92´\96\89æ$Õêöpîe\85ò;     Jããf\ fBjÞª«²ÍÛäs\97Þí\91\ eBP\93ì\1d;çx@\ 2©TëÜo\1f\'\8bÁÉeH\8bþÞ\96àÉÚ×=\10\95~æÞ\1e\9aþ«\9c2=\'\\\99\9aßÁÞz\ f\8eÏ\ fm?YUÞfH\15£@\8fñ~Ë\9d\89¼\ 2>GrG!\9b¢%;´JDn·¿8bV\9f`}\Z»Gljå»\91þøKBÓHÙfª¢ÛJG4\91n¤ö\v\ 3¶Â8ÿ\0ؽ+È!\16\94\98¼\89Ð\96¡J·\88\8f\11\ 4iw?#\91\94Ãë Ó\nuô¬\8c¸ª\19û¥mä^\ 4\89Ô38ñ#Ô\86\ 4ÇÃd\94Î\1d|/6Z÷7;)o`\84I\8fÕ\b\'\nÃs.×7\'¯\8eéÆ%nçÍ\8d\8fÄò6@\ 5\89ÈÙãc\'PÍ\9c\b\99E\11t\r¸ä鬽\98¾\87\11\nVð°åßD¹ÃÅ\ 2\99Ñÿ\0\ 6Æ\1f|t\92s\92EÉc\10ÅÄ\8bÂ{\86í\a\9c_ÃÑõÇ,º¡$VDT~¾¸\"¢ÄBÕ£\10ñùZ\9dÑý\94èÇuëá¢xGº[PÑí\1djÚì\f\9dÃç\8d    ½\94t>:\18\r\8fÉÚ\ 3­WA?½©¥9é\ e\12íô¡¼¼S\\û\89¢S¨9Xö\9eÏùìx:þúj/7¦\8c.hÚ,Â\1f&\95a\9b¨\89(²×\95µ/\95íN\Z\9fØÎ\84\r\"g\18Õua1\1cÒQ\9dH\9dEìò\rDì9\83âãÉ-?¾?Fä 1FÜö\11\89ÕNËg,£B\97ðr?\9e\83\n8ÖU iú] -ö\94M\eCÅ0`-TöY-\84\"\97ãplÓ×åyÅ\10«B\ 4\84ë(\8a\12\8d\r\1f\f§\17\94¨«ªªD¨h\89\11<¬±·&ÿ\0NnëãÑ/bmË_\83û|ýP$n\16ÏÝ>(|cV\86>qúý¿¡­\9aèx[æþ\98\9adôyR-!#¡í¦\8eÇá\e\14\80néþF8îz% Éé\\®j%kr©\89\93\r\7f*-»{ \Z¶\12\0Ù¨Ð\0\0iÕ\18@\14PA\18Çâ¨.*z7t\ 3Af¾4vÝ\1c4öe\7f\12ä2M\e\ fç5i³ý6\81.\18\11¹Æ]ZøÁ\13\1d\"f\19\11%g)\1cÍûR\'¿\ 3¶Â0¿\17\9b{-,ì,#£ÀG/\1d8V \e\80CÍ)Kñh\9b\14\88m§o\12Â:%¦ºd®\"W¬æW\'\rÏ\87Ø;\99¢z§xÖ\98Ñ´ýÖ\16³×\8dR\87 IS\9d\13\ 2O\14Ð&§-xßõ\81þ§³wK\9e·O!~XQëzÉéHòvÝf<Çm\1e\13zíüP\ 5ÛÙ8®ýÓ\16ø¹jç>­1g\\\Z\83\83{ÕØØQ¹\16;jYê¨\0!\ 6\'\1c\97\88\eìvC¸ööO{iJҸҼи2\89sD²\8eÈ\7fr¨jî\87åßÇÆ\13\8f´Ç\83\9e¾.\8e\ eµ[h\vÖy¢kuÜ-\90Vh:w\90°\86íB\17\16éä\88ppëͲ\Z{ë\9a[\9b\8eÎ\8b\9dµøRXé\"ü´\84a\9a¸7Ö\1cWJ0¶§.ȶ\88\e.t³`l?\14Ñ­Ì      ¶íÃóvôÐ\92vMÁoÞ@\12u\95nÜp\8d£¤\94\8f5\90\8c<kw\86ùÇC)¥m~\10áÍaO\8cû\19\béDèV×â\9dç\81»\88SWÎv\86ÞwÇ¥\16\9aÒ©¯T\95\'¾é¤%\\W\ 6ѬÞ>p¯r\ 6\82)\8bøZ!ÔÒ*é\99¤ßÝ÷\ZUÕ\8dm\ 2ëkÙIä\1c¾+F\1f66\98R\94¥?g\9cãÑÍÅ\nÍ\ 2½¡\9b\10\8dH\84ê\12\87½\8bu\87n>\14õ$þùä½ÊçBðgpºY\1c°lG6Ã\87\nßlm+Êá\8bónèií6Ú\Zã\83fÝ7\bN\aZ¥iµe\ 4\95\'Î\9bd~n\97ÅÊ´o\fæ.\11©=ÈÂ#<v?ë4û.~(ѨÉk#uAʶ\18ú\84l\979D\19\11\vÈçº\90\a\ 3|1×´\'ðýñ01\7f+I\17\15§\e˾MTWº\18XD\aþsyþ\bëÇ\84\87¥4«WÍ.×\9f\93Ó\\¬°¢¶»~a®ª»ìæ\ 6\16\90ËÃ\r²NqÒ¿k\97\95\9fþ^\7f\80#×Â:\94Ocú ¡\92üÞ\99À«Mj\14\ 4\16¯ºÍ\1e\96\83J¦©ªE(U%^VvH¼ÿ\0\ 1ïkJr\17\97ç{ã­Ðå~\17O\r\19TU\15\89ÕW{Ê\8c_Íçì×øSÔÇ\13\8aûÜ9\83Óñsô­iLSØþ\95ÿÄ\0)\10\ 1\0\ 1\ 3\ 1\a\ 4\ 3\ 1\ 1\0\0\0\0\0\0\ 1\11\0!1A 0Qaq\81\91\10¡±ð@PÁáñÿÚ\0\b\ 1\ 1\0\ 1?!ý «\91\Z\ 5ËG(\80Må¨ô(MÇÆlxSS¶\ 1/\8eÞ\89ÎjÞ½[\7f©|¨ü\eË%g;        \11I\8a\91j\9a}¤e\0\90\10\84Z!\17ë`\81\18\81\16+p¡\12\ 4\17̬£\"ÒÐ~\r\92\17ÚY   àÙ\84\vN¦¦Y\95*c\84\14\b\90£\9c\16\89t$Â6¨\86\86öy@¥\8eW È\ 4i\ f\19\9c\90\90¦\13\9d¯¿¬Ã\99ݹA£$4Ì\90,3+:\rèF\94b4\11iÎÁ\'Ó]¯`\9dC\84¤ÂÖ}VB\"Vd°&`·W\8ad\8341\\¤\9acb\n£½1\ 5\eXmFd.\12 ×¸ÄZ&\8d\85¨\9dìÔ?Vò\86Oöë ù\ f\ZT¥?\98.®·4fë0L\e\ 5ñ\ 4¯\8b\8cLHo¯\13è¹.\97i\b\8f8Þô\9eR\90»\ 3þÓmåp¾Û]¯.\8b_ÏF\ 6&2[=ü7¼2\f\1d\ 2Ð8ê9\90¿µ\ 5p«¼!\v\9cÞÈG,ì\94U\0\13é\ 3\19\13®,R*   wB¯¹ YRjÍéNÔ\90\ e  °       \98XHQ1£¨Ê\9bÙ³tz]\1dn?)\96γ\83­\83>¼êí\"\9e\8a·\7f¹Äë,(\95\12)f\8fÅe\8b       Ô8\90¨\eÔS\95\82Ø#Æ\81\8e½\9c½ýû   %zdµ-dL¶Ï\82s\98¾rô~-\99Öõ²I<\93^BoYý«i¢#8\17Ém\0±»ë|Z\9d~>f\n\82\96»£\12\'p\8asbÕûÍáâ$R\bN\91¡{µª[À\10c´Ì\85¦\9eÑ×H\80wÅêÃúÑ\nð\ e\ 1b-:z\'M3¼\9e(óq¢\ f@     \83Ñ=«ü\19\96\v\ eïP­\1e±\ e\84¶Jy±«\92\17\84S^\94)\99\Z¼$#UlH1j6\83U:ÿ\0¯ \19&¯AE\98\ 6·\ 2\'¹Ã\ 4±\ 3vîý/\83.\\\11X`\rsÞ®Æ\92\9f#\9d\98\ eâ\1c*v)g^bæÔ\96#Éðì\fè\Z\8a\9f$3\16ý¹y9[\94\19?¹²©\b±Äâ\88õú\16\eXíÂ^W\8asÞÏ2\1c«Ø\0ßcð\e\ 3Ù¹\Z\"¸\92AÞI(Úë°\91 a\19E +FÏ6\9c9J¼ëT\biâï\93E\8d§\93ì#\90È\Z6P/³ÿ\0÷\97j\81Ù½ ÞÏ£~\7f×\84êl¢?º\88çâ¾/Õþ.ÿ\0¿ð(8\e<»­&\95®M\0?\Zïÿ\0Þå\17ï¦Øç\1cãn\7f\85Of.þWÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0â\0\0P\0\0\0\0\18\10\ 2$\0\0\0\0Î0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 3\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 3\ 5\ 1\0\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10\91¡@±ÑáðPÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5تf-:\13Â\ 3\ 6`\8a\"è\88\18\16#J\81Aw\81¨\ 5\ 2\84\10°2Z\Z!cX`åÚúü\1f¡­]\ 5+\eNC\\º    \8e8p\1cpÄòA¡\ 19¹±V\97÷Q\9ea-°\82¿^¥sÚúü\1f¡\95\9f(\86s¸È\ 6²TFâe\"\94\99/\ 5\r\ 6]ò¹^\1cõM®$gî~\'Ñ8\85\ 1\e\8a¾\9b\9dï|áÓÇÀ+\98\\\82§%ãzÁ)E        ´´\ 5-@ÔÆÀG${LñHSVÎ\13\9fÜÈüukò\"\94PQT \ 1ÏÑ\89\8cäú\84#- (|\13æCÐ\ 2÷qú\173a*ä\9dX¸`\80Á:$æNÝ\10\0\r¸\ 3\98Ï¥I*\17\ 5N\88u\14®1onç\ 3tnc\\\16\8f3T¥X<©\ 6¥+fSÑhä\bÀ<;¸RÁiB\92¡           ð÷øÒéßØ­Ç!t     \ 5\b=Dc\95d\\\ 6\0°­¨\"F\9f\14åv\8d\8cñc+ò \87Û\86n̺áïñ­û`C\17\82ª8Õ\ 4à\ e¥ î\ 4\ 4@\ 6ÿ\0* Ú.é\840\8a\7f¥\9dôÏ=â\ 4S\90\85 J@<\ 4\9b¢\13\94X\nL\b@²Zg\15\1fn=ôxÒ ±P[P¥Qê\1cÀO\84 ªîC=\\ês\12jCv \90\95\1cbÂU)E4Î\'³øþ~¢Û>Ìè\97w\80ÊìK¤ºD,¢HËr0\ah$u8\810\r\ 3 }Ù/«ýwÏV{¿\8fãA¬$¤\88Æcd\0:        \9bï+Q\100\13=\95\983ÀÙPàR}Kç\98¼e\ e\ 4ÈA@\80ô!w* &b9ç\ 5ßm/\84å\1c\111\"ÄÆ:\83\94ÑÂ\8b\Z\80\ 3L\1c\ 6A\8a\8d³,\11,\ 36\03º\82\9c\ 4q\ 3rhº-O3@ûÎ\18\13\87L\81\95Ë\"?«\80+\80\9a\n¡jâ»r\n\10\89õÛá\14\9b`=uY\0ëd»\v\18Êãq\1c*,ÎJJ\90±¸Ë\8aàC;¯HÔtZ}!\ 2È3-\1dhÝBù\ 4¡\87¨:`f\ 4B!·($mQ\1f\82{^\'?Ûâø¾4SÝÑÊÇ\n)ÝDí\86c¨\'\84`c- #Éÿ\0lys\9dî:#¼¡aª\81¹T1=\15\ 6Ô\vo8§Ñ_%ªA\94g¨¤Ò\ 3\fÌ9ɯ¶\10n\94\nê¡0ÿ\0\ 6fø\"\n\1343h{a4DkA\ 6\v# @ý\88LKmpµY\99·\88Ñ&%\ fMÌ~ûö08\82J)U.dz\80\ 6Ø,L3¿&<÷~ýLxóaøÞíßíä¬0òG!\ 5\ 4/V\9cú;Æã\83Rl\17ÍóáÌJ\16Ep娲L3\9d\11cÏ\n9\98\13\90\9dm¿_\97B\99-ªõ\91<6\90k\7f×äð°­S2\83w0\84î\ et\8c­É\1d\11ç\18íYpë\ 2\82Û\f£Ü«\8eìÅ\9bþ¿\'\84è\94I\e×2NÇuç ·\9e¹ß\8b\8cÔíöÏ[ÏRVV\8a«Ø\e9\9bëð¼;wÎ\e#¶à¤\99\8dí«Wb\8d\1e\9bl1=Ñ:ò§¥ËÕ\18\8a8\9c\0ñné8ý\9c\'Î\9a\1c(ãæ)\84o\13®W\8cÓ½Æ÷É\8b«Ç\8c\ eø\9dÿ\0\9bó¶Ø:è©\912¤á¾Äól\7fUÿÙ',4,1,'','','',''),(11,4,0,'75354cf677be64c1','1e68dd1e2c32ae390c21fc6911d10461','2015-02-02 12:03:07','2015-02-02 12:03:07','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b  \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà0Ùæ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8c\1cî`Í\0\8dw\ 4§1Ö¦4i\14H\85\ 2A\89\1e\rÄ®öÅ»-W\10\1d÷\84°\93zR\99\93ìm%Øåhô$¶\\Ì\ 1æÑÄÏ×   \"¼6\85ô¸\1c«\17ò¹.\a\8cø>ò¬g¹\ 3\8e\94öË¥=üÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\09\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 2\v\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa$\91%0CRqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þµºSI¦¦[U\0Dݳc\931Ø> ò\ 5±k!\9by\1e\13\aá¹\8a«A\ 1X\93-ëö\rY¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ    ÆÔ±\92°¥ÿ\0m\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɽö\a1\93±\95Ô\16äç¬t\93,¿\93d³Ô[k\89 \19ù]`\vµzT«ª­J¨MjÕ\90\10´¡\b\bZ\92 \1d\84\16°\18\0\18ò\81\88\8eÍÃe\99z¬ñaS¿\8f¶êÖiY\91ø\1d\ 2\f\14Ù\b\9f\9e½\90b\98>[     lcwMä2·2\98üFB+ä°¶ì¾Æ7%\8e>\fUÌpÙ#ð-³Q\81\84tÈH\85vE\90&®ØÌÕ\ 3êQËQ«\91¦ÏI*×\12\16\133\1fIàÈÞ>\93¼{º÷\1dTHì;Mä\18\95\87Ìè¿\19\v\18\8fYgC\84G×~Ù\bw\1e¬é\1c\9f\86ß×\97\8fÅK8þý.^\9f\97\7fiס\10ËHÀàéÝ\15G#+Åâ\1cµÌ\ eó-ð\96)\8eÞs·\11ý»hÌ\1dø!»\8cÓ\98ºÖÀ½W`j®\\¯úY$¯øû¤\ 5\10BQÄ\84£q\91\9f)\89\8f¬LzÇ׶\1fZãë1ú3!\93°ê½\r¾\Z7\84×\97À\9eó\11\16©×q¶\87Rx=aY\9cù.À®\86_\15d.c²U\11v\95¥ü\8f¯`!\8a8ßi\8dÆ|Ä¢\bKq(\82\89\88Ôú \17\ ev\17\ fnåe\1eü\19lC\85@fÛOH¬\9a¡»L~\1f/>Ú\83½MdE\98µ\8dË\ 4Òñ{\18ØÔ/Úëò\ e\r¸OÙê*þ\11;tA\8f\12\ 1\1f\n¨\8frþ Ô\17\17C\15\8eOZÃÏÖ|ø­)\bø\9d\91R\12\11\10\88Ç\9fo¶qÏ>ì{¹a\97ÙÖWR­Íc¨«\89LuÔË˱C\15Q\91\1f\ 5\85UaAy ®/ñ\86­MGIº¸*\115GªîZÏL<Ç\81Ø\15^k*%¤;\8fðÕ\9003\"\"#åÚ½\n\15\91N\95D\85zµ*¨\11\15\1cV\94©q\0µ\80ÆÂ#\11\11\1d³ºfé\12ëg1w1ÆÑ\8eD\89²¢\ 5Ø\ 1\9f\":íàà\89ò\92\b\89òí¨{§ï\ 1q\84·\93Ê\ eSMdìî¬Nm\9d\15Ózhßg\146l)5]P7\16IËë4Wj\ 5\13îh¾ê\18Lû¯\82Ç}ôÕª\ 2!\e\7f\8aÅU¨Þ3\13æ\10\84\fÆÒ!\95s#â\\lªÕÔ  B\16      JT0µ©K\18\15­`1\ 2\0\ 3\10\"\ 3\10\"1\11\11´{\9e\1f!R­Úó12\8buÓe31é2§\ 1\84Ì\7f\87i\1c\9e\94Ê!\7fÑùm5qØÆVdGáõéWbèd«DíÔ«z»Va\1cFU;\18êNîõØ£ïÆ\8b$˯V_F¶¢ÂÙÛÁfë¦\"\ 5dpJñ@\ 2\0%a;\0\1c±Jöw\95\94(ÞKFè¥(§ò®É^\ 6\0ÏèG\89\12\9fÜ}úÙ5\ f\bµÝ\ 5вQåÕe}YAkçúÈ­\83\11¿ÐcÛ©²»mãôÞ\90«¿êToêò8ßoîÚO×Óo~¦c\8fɤ28Þ_êfqv`\7fò\99öÉí\1c¦ f~³\ 3¾Ñ¿íȶÿ\04þ¾ÿ\0ShåÆG\97×\8cÌLÇó\88þ^ÏÿÄ\0\1f\10\ 1\ 1\0\ 3\0\ 2\ 2\ 3\0\0\0\0\0\0\0\0\ 1\11\0!1 A\10aQq\91ÿÚ\0\b\ 1\ 1\0\ 1?!ð§äþå<Öw\ZÛ*íEWUÀeèý    )7×´\9ceÎu\ f\n»v_#\18Þ\11^oÉÑõÏ4\1e\88»\'\Zà\1es\fÐm\98æ\17¥\817\98\Z ¡\f\bò\ fÔ,\11»\81\8fP\ 4ãe\83\\\ 4\ 6\9f»0\ 1#.\9bf>\8f\10\8aÜ.ú©\ 2©÷\9a\b\ 6\8a\95­êOQê8c\97>\87¦[\fÂTF\8cu\18\7fDú>.\86@\ 2×i\ 4M\ 6:Å)ÃNtê4º²«ráYY¢y|ÿ\0{«çHoaÀ$\ 6f\93Ã\ 2`\8d\ 5Û/ !<\1fhë¨\8a\15 ï&#è[5\ f¢ÕÄ\99ío\12\8e\ eh]ι(Zåè³av\00g\85µ\11\ 2%Bb\9cÒ\85B\98+\'ò\81T       iýùs\9e\a|hvJ\16\9bò\12<M\85\11\80ðQJ\1e{ea\8beÉwÄïÒÙÛC\e\81wEìi\95è\8fÁóÇõ\96<k*\82\a0\9d³Æyia\83Ö(\83J\14!£G3qÎ\v\ 5:öô\'°Ó\93̨¯C\n\'ªÅõ~`B\86KMºFÃÖ\9e¼õt¡\8d\ 4/áCö>?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 1\1cp\0\b£B$\0    8@\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\ 1\0\ 2\ 1\ 4\ 2\ 3\ 1\0\0\0\0\0\0\0\ 1\11\0!1 AQa\10\81q\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ùPå\ fË3¿«M\8e\16\ f\1e]`\9c#x\88ß×X\ 5P?ß\95ôo\nõ¬.;\vÒWç\a\1ddiù{i\96HN}\ e9¬&\14 \9e \80\85V@÷³\\ÄdÁ\e;3ï§Î\90\10·(\ 5\ 5\8b©x\vNéiTÜ@ÞÔãJ\9e|\10`¬+K%¯9\9c®-\8fR\98\8c\8a\98²@Å01ô÷µÌ\15®\94å\8e3\98F´9\17        £6/B\18à½ò9a\ 4á    ø\9aòb\82ø\17|hï\96e2Æ\fe£]7­À½ûÀ\ 6\1cbEè|\89\89E\18q+\ 6¤ÃY§FéG\15\99\83K5;\8e\aró±ÌÑö@à\n¢\ 5\14¬\8f^\v:i=\97î±È\0:\ f\Z\ fç×BaDë\v¨B8X\17·FÝO\80ítâ\81dV\95\9dr\96ºÏ\'8\97\811\91²Ïª\90\bõ´Ò\a\86\8bÉï?\bßÏ!e\89àÝ\8dì\9a{e\1e\11û>\14\17À¿¢á\85#lm\ 1\88Î8§\ 3\"ÖL\91Î[\7f:\86¸0i\80\9f¢%qjx¼Ñ  _\1eB\82\1fDUâ\11\88\0\84\Z\ f\9c÷\r¶sÃǼyXN3Ä$º­\9dQ)2Z+Xjºp\9c`Lp}ÿ\0\\\b\ZÑ\ 1yÓ®u\8fÀ_Q9\ 4\19(   uº\93°\ 1\81v\a\9c\8ep\0-:\8fõª\94h\ 6½TBª½8\81ø\82\88¥øÿÙ',5,1,'','','',''),(12,4,0,'75354cf677be64c1','1e68dd1e2c32ae390c21fc6911d10461','2015-02-02 12:03:07','2015-02-02 12:03:07','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\8d÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2lk3®\90!b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!#\a\10\"1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤Þ\84á´Æ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\bçô7¶u\84ï\8fÎ\16æGëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&·XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨Ow@8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]XUÆ¥«bêÙ\nÁ2J^B\93Jµ®\8c\97ÅÑa\87Y0S$+`\81\11HÉO»Pé\9a»~Ðr\ 2î/|í   ÉcÎ-TQ\17Ð6\r}±\1fÑ\ e\92\9f\97\14\91*\9a\87C¶Æ\9cÎã\1c=;\15\e\89¨f©ø [[hîåË®\9b\ 1\1f\83\8cG³L2:Ùÿ\0iÙ\14á+\19Ï$Ô¦«t\8eÛ\99>g\9b\8f\ 3;Tv\eø\96\10X]%Q½ÏÙÈ\92µk\96Þîý\92\97ݱ\ 3ô\ 3,\19ô\82fd\15°ffc\9f»\'\9cÉ·£C\13FÅûlùÌ&²É\87¶>£-»@~ds\ 3\1f>\11¬µ­ËØúy(\e\9a\7fDcí6\8d,v-Þ¥\'g\99XÂÎ[-a\12·XCÝ\14*ÉJb\9eýÛl3\e\8c£A\97\ f«q\95+%\f¶ØçêYbÀMçñ\17ÆÙ\"ø§Ï\99ãLæñ\17Q\8dÕZ/.\19\8c\r«`l¢ùÞ©³\8eÈ\ 2½nÖؤ#ª\9fU$0b\'\12a5r\Z£\eg\1fRaa\93ÈÒ\98Éã1M-¡Ô¶Ål¼º\eçøòÇÂ\10¿RìÕ\ esÂÜ\93\ 6) ,[\0 \80Àãp\98\10ó\82\12\19\89\82\8f\1c¼Ç\19\\`ó\98½oO×hÇ×]\9a\93\11\16\97\95º _´§\9f\ 2\ 3\10\"\"\"#\11Ê\"\"9DD\7fH\8f\97¾Í+J\a\87\96\f\185\ fY)«1\9f\ 4&\ 4BQ>&\'\8d-JÉ\99\9e7´æs2]:ÏrP\133çÓ@,#ô\18âk·ÈI¥\9fä\87-áþë\1fºªªðµDÀÿ\0s#ÿ\0¥ÇÿÄ\0#\10\ 1\0\ 2\ 2\ 1\ 3\ 4\ 3\0\0\0\0\0\0\0\0\ 1\0\11!1ðA\81áQa¡Ñ\10qÁÿÚ\0\b\ 1\ 1\0\ 1?!\98ëß=åH¾kzí\v\10¢LËLâYã2Ð\9aÄ\879\89ç\9dúN\9cçö_àÏ3Èb~\1dÆÊBã¦ÊööM 5ÂþfBøbD\89ÈÒ\1c¢\1co\ 6>9Îó¤B\ e}\rÏ\v\11`¢\"0p\ 1IAͦH9 Ë\0f¡T\7fA\89\ 4×fÝ\97õi$\17\nñÎn\ 2\86¡È(v±\10Ñ\7fO\83Vèãq\1eã¥a\84\8dz5¹X\e\r\8fFD1_8\19\82Ô7{\82è\80\14]óÕ%cTÄn\vÙ/p°Ý\a¤\96.\b³\ 4<3\0\0\Z\ f\9e}üATö¨\9fJĤ#p\90\"\98±\n²[\8e\92\16¶q¼\9dÙÞÕ\ e\9f\9a\9c×9¸éýzCR\8aUPÇÉ?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ²ñ{\96\8a_\v$\1dÔÇL¸YÐ\98mº2g\1e#\8dG+}í\9b×ïò>=Ôp\9c.¿Ý\1d{*Ð=çë#\b\"ÚT\1eÁ§Z\ 3³Qô\rÎ;G¿ \17\'ÝÍÚU¤\96é\15¸¯ß\81¼úó¼S\85±ÃÆô<<_t¯\90L\8d\"4uHÅ0B\8cÌ\9fS¢Exêi\89P\88Ä.Z<\ 6Lzÿ\0c}CÎøèðõÝÍvÇ4»A\86\15§ËÒ8©\81Â.[¸Øãj3ÝÖ\aÐÅèÿ\0B^ÿ\0³\'¤ ¹\82À2;·af±\98ó(\82·Ø g´\r\v\8cbBr駲ä)cÃWÂ\83ª\ 2\ 1\12¿\9a\rÚyg\11i»f½qÃ\9bøéyáS\8fì& £¨Þ\ 5\15Z;º\8b#Pl\b,í`0dÙ´sp¹B\ 1kA\93\8e\96|}ñF­£÷¾ûäÅëç³ù µÔ$\ 3(0øN³7Å\ e|\17Ï PÁã.kÿÙ',6,1,'','','',''),(13,5,0,'51854cf67b60ceec','2943d936c14c4ba3af6d5acdad543952','2015-02-02 12:04:06','2015-02-02 12:04:06','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0      \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Õà¢ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK\93\1eå¿H®\8eÝrË\8aÏÑ\9e\15\1cqi÷\11·9\18Â+sJG#Hq\9b\18\19ªIÃ\18±\88\90ZYs\19\9cYüça±\82G\8dÎ__\14\94¶=ï\1d\14\r»Jÿ\0,{.1äì\14¯\9eÝÃwd.ÿ\0æ\9f0p\88j|¹Zà\9dÁfx¬\84\fp£x¤)(¦\94\99\9d\93zëÈKx±×-í\0XÛ\r\8fM¢fbtEuæ\98¸2£\7föNÃï\e/4ì·#§ÖN®\nG5æ\9c\89̲OìÜ\86~A\8fdJ¯F¬A,\ 6\ 5úmSç\ 3Z3¥<óXã\1cì6GdÇ\1eà\93\18¤\a¬\14·T\9føÝ\11ßÉÂè[áäÉ\b¼\9aêÕ¸E)þR\9e\96\14L\\t_!\94\8cݠˤp\aøÚeùÑBøq_\9b+D\12VË_¯&\\xl~m\\xÒÊÚzì\84\91Å\91ɧ TÚ¹\v¤È\952t¸>&Æ\8ew´a\83-éU\ 2*\94Øn¢\85G\84\1f+Íîé\94ä/­aX¸|R\9eÕæÂë¡\fDu\96w\1e)\1d·RêtíÜ¥\99a-`\86±3Àôxã® \8d^¹@Ç\ 3\Z¨Ýèçp\16±v\98)\"öÝKíõ(G\b\91±#{<Ç4ÒÚ[N¿\1ey°ð\9a)\10\16¦Ë\8b   ò\9e³R»\91ÄÚL\ eÚ$íþ;\86V5Ú\9f礼\97ïF\Zj\93ðŽÛ\ 4/óìwóÑÜ\93ïµ5=\'×\86{¦1´S?SÕU\94P\9b_\aÿ\0\9b\10w?FÑT³ëZyã\1ceC5{\8d\ eû.ojSÇ}m¥kû?ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0P\10\0\ 1\ 3\ 2\ 2\ 4\ 4\f\12\b\a\0\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14#\a!$0\15 \"1234BCScd\10\16%ADQRTaqst\83\84\93\94³Ã@Ubru\81£ðEP\85¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04ÛîÙÆ1 U\17\943\13\9fØhÐX¹yô\rë¡\ 3kZ\92s4JµRîIèaÀ¿(!\b\12N>ñ³W@µ\8a±`NW\vÊnÌj\98|ì«ñcÈ;|Úü\e6\83swØ\11\ 5õY\84\9e/Dµ?\84ì.j/¬¹mú\11-ËiMäoC\v\9d[;xe\1eäÎÇá\9fW\88ícëÅNêw\856fÎÜKÏJº\96\92r­cºx\\âW¯»\1f\16äTÇ\88\0äôÇJFB\ e\80d,µËM¹I*Â-¹q¦ò´íÏ\1co6Xúr\97XcÜtræ\83L#\ 4;\98Põ_\\/P3I»_\85Ë/°Ã×Ü7Ã\ f_hÃ\1fÐ\9fO\'QS\ eUÐÈ\ 6äð²\8e\86\\¢\17\1f\ 1\1e\Z\15û¯\80;.<¦\9a<\92\92pg\92\ f\8eG/\1d¸V¹Ü8)3JRü\7fßµH«R\16\89SÉ#j¨Ë¦¸\184\16õã÷\\\\Al\n\10Õ§·É©\8b\97\14Ñ\85µ\0Þ\82fÕ5QÜ׺¤\9e\17\f×ï\vÅR\9dÇ­ë5¦KF¼\95½)èV´¦µ}Î\9d\ esÁrØ\ 1j^Ã--1µ1\91\1f\8djH¶û?ÐtKi§²°Ñ)¸,vËn®Úhy\82\80èù6¯@ã;ïM´Rí©NZ\11P¯!\1f§b\96f\8f\8e\86\ f\97láËo\87\9eek\88\95S\eV,zÃJº\8e\89Ëå<1~ãÐð\7f/Aýúð\14è\8dʵ³\8cR\93¼\14$yr\8b\95Çþ!(\"Ö¿\ 36ý#»~ã\8do\'\18øZ¥\ 1\91Ø\13\8e£3bÒ\99Àp\ fb¸oÊ\ezÚ\Z ºî!ß$\8f\1d\8f×íEóØþÐî\94ò\ e¸¨æ\9a4\99\86zhé&\ 6AÚ»n­B\ 5\7fÊ\9d«È×\8bF³5¢\ 34É[\rÀÌ}\88d\ 2\8ao\85O\11 \1eP×Úßµö7;Â\11É\\uny\16Éù8òlbþ\88\ 6\9aUJZ\90\9dòË¥½o\ 1\14Há¡ØGu=úÚ6\10\8aO§6iúYi\n\ 55\92´\96\89æ$Õêöpîe\85ò;     Jããf\ fBjÞª«²ÍÛäs\97Þí\91\ eBP\93ì\1d;çx@\ 2©TëÜo\1f\'\8bÁÉeH\8bþÞ\96àÉÚ×=\10\95~æÞ\1e\9aþ«\9c2=\'\\\99\9aßÁÞz\ f\8eÏ\ fm?YUÞfH\15£@\8fñ~Ë\9d\89¼\ 2>GrG!\9b¢%;´JDn·¿8bV\9f`}\Z»Gljå»\91þøKBÓHÙfª¢ÛJG4\91n¤ö\v\ 3¶Â8ÿ\0ؽ+È!\16\94\98¼\89Ð\96¡J·\88\8f\11\ 4iw?#\91\94Ãë Ó\nuô¬\8c¸ª\19û¥mä^\ 4\89Ô38ñ#Ô\86\ 4ÇÃd\94Î\1d|/6Z÷7;)o`\84I\8fÕ\b\'\nÃs.×7\'¯\8eéÆ%nçÍ\8d\8fÄò6@\ 5\89ÈÙãc\'PÍ\9c\b\99E\11t\r¸ä鬽\98¾\87\11\nVð°åßD¹ÃÅ\ 2\99Ñÿ\0\ 6Æ\1f|t\92s\92EÉc\10ÅÄ\8bÂ{\86í\a\9c_ÃÑõÇ,º¡$VDT~¾¸\"¢ÄBÕ£\10ñùZ\9dÑý\94èÇuëá¢xGº[PÑí\1djÚì\f\9dÃç\8d    ½\94t>:\18\r\8fÉÚ\ 3­WA?½©¥9é\ e\12íô¡¼¼S\\û\89¢S¨9Xö\9eÏùìx:þúj/7¦\8c.hÚ,Â\1f&\95a\9b¨\89(²×\95µ/\95íN\Z\9fØÎ\84\r\"g\18Õua1\1cÒQ\9dH\9dEìò\rDì9\83âãÉ-?¾?Fä 1FÜö\11\89ÕNËg,£B\97ðr?\9e\83\n8ÖU iú] -ö\94M\eCÅ0`-TöY-\84\"\97ãplÓ×åyÅ\10«B\ 4\84ë(\8a\12\8d\r\1f\f§\17\94¨«ªªD¨h\89\11<¬±·&ÿ\0NnëãÑ/bmË_\83û|ýP$n\16ÏÝ>(|cV\86>qúý¿¡­\9aèx[æþ\98\9adôyR-!#¡í¦\8eÇá\e\14\80néþF8îz% Éé\\®j%kr©\89\93\r\7f*-»{ \Z¶\12\0Ù¨Ð\0\0iÕ\18@\14PA\18Çâ¨.*z7t\ 3Af¾4vÝ\1c4öe\7f\12ä2M\e\ fç5i³ý6\81.\18\11¹Æ]ZøÁ\13\1d\"f\19\11%g)\1cÍûR\'¿\ 3¶Â0¿\17\9b{-,ì,#£ÀG/\1d8V \e\80CÍ)Kñh\9b\14\88m§o\12Â:%¦ºd®\"W¬æW\'\rÏ\87Ø;\99¢z§xÖ\98Ñ´ýÖ\16³×\8dR\87 IS\9d\13\ 2O\14Ð&§-xßõ\81þ§³wK\9e·O!~XQëzÉéHòvÝf<Çm\1e\13zíüP\ 5ÛÙ8®ýÓ\16ø¹jç>­1g\\\Z\83\83{ÕØØQ¹\16;jYê¨\0!\ 6\'\1c\97\88\eìvC¸ööO{iJҸҼи2\89sD²\8eÈ\7fr¨jî\87åßÇÆ\13\8f´Ç\83\9e¾.\8e\ eµ[h\vÖy¢kuÜ-\90Vh:w\90°\86íB\17\16éä\88ppëͲ\Z{ë\9a[\9b\8eÎ\8b\9dµøRXé\"ü´\84a\9a¸7Ö\1cWJ0¶§.ȶ\88\e.t³`l?\14Ñ­Ì      ¶íÃóvôÐ\92vMÁoÞ@\12u\95nÜp\8d£¤\94\8f5\90\8c<kw\86ùÇC)¥m~\10áÍaO\8cû\19\béDèV×â\9dç\81»\88SWÎv\86ÞwÇ¥\16\9aÒ©¯T\95\'¾é¤%\\W\ 6ѬÞ>p¯r\ 6\82)\8bøZ!ÔÒ*é\99¤ßÝ÷\ZUÕ\8dm\ 2ëkÙIä\1c¾+F\1f66\98R\94¥?g\9cãÑÍÅ\nÍ\ 2½¡\9b\10\8dH\84ê\12\87½\8bu\87n>\14õ$þùä½ÊçBðgpºY\1c°lG6Ã\87\nßlm+Êá\8bónèií6Ú\Zã\83fÝ7\bN\aZ¥iµe\ 4\95\'Î\9bd~n\97ÅÊ´o\fæ.\11©=ÈÂ#<v?ë4û.~(ѨÉk#uAʶ\18ú\84l\979D\19\11\vÈçº\90\a\ 3|1×´\'ðýñ01\7f+I\17\15§\e˾MTWº\18XD\aþsyþ\bëÇ\84\87¥4«WÍ.×\9f\93Ó\\¬°¢¶»~a®ª»ìæ\ 6\16\90ËÃ\r²NqÒ¿k\97\95\9fþ^\7f\80#×Â:\94Ocú ¡\92üÞ\99À«Mj\14\ 4\16¯ºÍ\1e\96\83J¦©ªE(U%^VvH¼ÿ\0\ 1ïkJr\17\97ç{ã­Ðå~\17O\r\19TU\15\89ÕW{Ê\8c_Íçì×øSÔÇ\13\8aûÜ9\83Óñsô­iLSØþ\95ÿÄ\0)\10\ 1\0\ 1\ 3\ 1\a\ 4\ 3\ 1\ 1\0\0\0\0\0\0\ 1\11\0!1A 0Qaq\81\91\10¡±ð@PÁáñÿÚ\0\b\ 1\ 1\0\ 1?!ý «\91\Z\ 5ËG(\80Må¨ô(MÇÆlxSS¶\ 1/\8eÞ\89ÎjÞ½[\7f©|¨ü\eË%g;        \11I\8a\91j\9a}¤e\0\90\10\84Z!\17ë`\81\18\81\16+p¡\12\ 4\17̬£\"ÒÐ~\r\92\17ÚY   àÙ\84\vN¦¦Y\95*c\84\14\b\90£\9c\16\89t$Â6¨\86\86öy@¥\8eW È\ 4i\ f\19\9c\90\90¦\13\9d¯¿¬Ã\99ݹA£$4Ì\90,3+:\rèF\94b4\11iÎÁ\'Ó]¯`\9dC\84¤ÂÖ}VB\"Vd°&`·W\8ad\8341\\¤\9acb\n£½1\ 5\eXmFd.\12 ×¸ÄZ&\8d\85¨\9dìÔ?Vò\86Oöë ù\ f\ZT¥?\98.®·4fë0L\e\ 5ñ\ 4¯\8b\8cLHo¯\13è¹.\97i\b\8f8Þô\9eR\90»\ 3þÓmåp¾Û]¯.\8b_ÏF\ 6&2[=ü7¼2\f\1d\ 2Ð8ê9\90¿µ\ 5p«¼!\v\9cÞÈG,ì\94U\0\13é\ 3\19\13®,R*   wB¯¹ YRjÍéNÔ\90\ e  °       \98XHQ1£¨Ê\9bÙ³tz]\1dn?)\96γ\83­\83>¼êí\"\9e\8a·\7f¹Äë,(\95\12)f\8fÅe\8b       Ô8\90¨\eÔS\95\82Ø#Æ\81\8e½\9c½ýû   %zdµ-dL¶Ï\82s\98¾rô~-\99Öõ²I<\93^BoYý«i¢#8\17Ém\0±»ë|Z\9d~>f\n\82\96»£\12\'p\8asbÕûÍáâ$R\bN\91¡{µª[À\10c´Ì\85¦\9eÑ×H\80wÅêÃúÑ\nð\ e\ 1b-:z\'M3¼\9e(óq¢\ f@     \83Ñ=«ü\19\96\v\ eïP­\1e±\ e\84¶Jy±«\92\17\84S^\94)\99\Z¼$#UlH1j6\83U:ÿ\0¯ \19&¯AE\98\ 6·\ 2\'¹Ã\ 4±\ 3vîý/\83.\\\11X`\rsÞ®Æ\92\9f#\9d\98\ eâ\1c*v)g^bæÔ\96#Éðì\fè\Z\8a\9f$3\16ý¹y9[\94\19?¹²©\b±Äâ\88õú\16\eXíÂ^W\8asÞÏ2\1c«Ø\0ßcð\e\ 3Ù¹\Z\"¸\92AÞI(Úë°\91 a\19E +FÏ6\9c9J¼ëT\biâï\93E\8d§\93ì#\90È\Z6P/³ÿ\0÷\97j\81Ù½ ÞÏ£~\7f×\84êl¢?º\88çâ¾/Õþ.ÿ\0¿ð(8\e<»­&\95®M\0?\Zïÿ\0Þå\17ï¦Øç\1cãn\7f\85Of.þWÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0â\0\0P\0\0\0\0\18\10\ 2$\0\0\0\0Î0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 3\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 3\ 5\ 1\0\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10\91¡@±ÑáðPÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5تf-:\13Â\ 3\ 6`\8a\"è\88\18\16#J\81Aw\81¨\ 5\ 2\84\10°2Z\Z!cX`åÚúü\1f¡­]\ 5+\eNC\\º    \8e8p\1cpÄòA¡\ 19¹±V\97÷Q\9ea-°\82¿^¥sÚúü\1f¡\95\9f(\86s¸È\ 6²TFâe\"\94\99/\ 5\r\ 6]ò¹^\1cõM®$gî~\'Ñ8\85\ 1\e\8a¾\9b\9dï|áÓÇÀ+\98\\\82§%ãzÁ)E        ´´\ 5-@ÔÆÀG${LñHSVÎ\13\9fÜÈüukò\"\94PQT \ 1ÏÑ\89\8cäú\84#- (|\13æCÐ\ 2÷qú\173a*ä\9dX¸`\80Á:$æNÝ\10\0\r¸\ 3\98Ï¥I*\17\ 5N\88u\14®1onç\ 3tnc\\\16\8f3T¥X<©\ 6¥+fSÑhä\bÀ<;¸RÁiB\92¡           ð÷øÒéßØ­Ç!t     \ 5\b=Dc\95d\\\ 6\0°­¨\"F\9f\14åv\8d\8cñc+ò \87Û\86n̺áïñ­û`C\17\82ª8Õ\ 4à\ e¥ î\ 4\ 4@\ 6ÿ\0* Ú.é\840\8a\7f¥\9dôÏ=â\ 4S\90\85 J@<\ 4\9b¢\13\94X\nL\b@²Zg\15\1fn=ôxÒ ±P[P¥Qê\1cÀO\84 ªîC=\\ês\12jCv \90\95\1cbÂU)E4Î\'³øþ~¢Û>Ìè\97w\80ÊìK¤ºD,¢HËr0\ah$u8\810\r\ 3 }Ù/«ýwÏV{¿\8fãA¬$¤\88Æcd\0:        \9bï+Q\100\13=\95\983ÀÙPàR}Kç\98¼e\ e\ 4ÈA@\80ô!w* &b9ç\ 5ßm/\84å\1c\111\"ÄÆ:\83\94ÑÂ\8b\Z\80\ 3L\1c\ 6A\8a\8d³,\11,\ 36\03º\82\9c\ 4q\ 3rhº-O3@ûÎ\18\13\87L\81\95Ë\"?«\80+\80\9a\n¡jâ»r\n\10\89õÛá\14\9b`=uY\0ëd»\v\18Êãq\1c*,ÎJJ\90±¸Ë\8aàC;¯HÔtZ}!\ 2È3-\1dhÝBù\ 4¡\87¨:`f\ 4B!·($mQ\1f\82{^\'?Ûâø¾4SÝÑÊÇ\n)ÝDí\86c¨\'\84`c- #Éÿ\0lys\9dî:#¼¡aª\81¹T1=\15\ 6Ô\vo8§Ñ_%ªA\94g¨¤Ò\ 3\fÌ9ɯ¶\10n\94\nê¡0ÿ\0\ 6fø\"\n\1343h{a4DkA\ 6\v# @ý\88LKmpµY\99·\88Ñ&%\ fMÌ~ûö08\82J)U.dz\80\ 6Ø,L3¿&<÷~ýLxóaøÞíßíä¬0òG!\ 5\ 4/V\9cú;Æã\83Rl\17ÍóáÌJ\16Ep娲L3\9d\11cÏ\n9\98\13\90\9dm¿_\97B\99-ªõ\91<6\90k\7f×äð°­S2\83w0\84î\ et\8c­É\1d\11ç\18íYpë\ 2\82Û\f£Ü«\8eìÅ\9bþ¿\'\84è\94I\e×2NÇuç ·\9e¹ß\8b\8cÔíöÏ[ÏRVV\8a«Ø\e9\9bëð¼;wÎ\e#¶à¤\99\8dí«Wb\8d\1e\9bl1=Ñ:ò§¥ËÕ\18\8a8\9c\0ñné8ý\9c\'Î\9a\1c(ãæ)\84o\13®W\8cÓ½Æ÷É\8b«Ç\8c\ eø\9dÿ\0\9bó¶Ø:è©\912¤á¾Äól\7fUÿÙ',4,1,'','','',''),(14,5,0,'51854cf67b60ceec','2943d936c14c4ba3af6d5acdad543952','2015-02-02 12:04:06','2015-02-02 12:04:06','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b  \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà0Ùæ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8c\1cî`Í\0\8dw\ 4§1Ö¦4i\14H\85\ 2A\89\1e\rÄ®öÅ»-W\10\1d÷\84°\93zR\99\93ìm%Øåhô$¶\\Ì\ 1æÑÄÏ×   \"¼6\85ô¸\1c«\17ò¹.\a\8cø>ò¬g¹\ 3\8e\94öË¥=üÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\09\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 2\v\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa$\91%0CRqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þµºSI¦¦[U\0Dݳc\931Ø> ò\ 5±k!\9by\1e\13\aá¹\8a«A\ 1X\93-ëö\rY¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ    ÆÔ±\92°¥ÿ\0m\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɽö\a1\93±\95Ô\16äç¬t\93,¿\93d³Ô[k\89 \19ù]`\vµzT«ª­J¨MjÕ\90\10´¡\b\bZ\92 \1d\84\16°\18\0\18ò\81\88\8eÍÃe\99z¬ñaS¿\8f¶êÖiY\91ø\1d\ 2\f\14Ù\b\9f\9e½\90b\98>[     lcwMä2·2\98üFB+ä°¶ì¾Æ7%\8e>\fUÌpÙ#ð-³Q\81\84tÈH\85vE\90&®ØÌÕ\ 3êQËQ«\91¦ÏI*×\12\16\133\1fIàÈÞ>\93¼{º÷\1dTHì;Mä\18\95\87Ìè¿\19\v\18\8fYgC\84G×~Ù\bw\1e¬é\1c\9f\86ß×\97\8fÅK8þý.^\9f\97\7fiס\10ËHÀàéÝ\15G#+Åâ\1cµÌ\ eó-ð\96)\8eÞs·\11ý»hÌ\1dø!»\8cÓ\98ºÖÀ½W`j®\\¯úY$¯øû¤\ 5\10BQÄ\84£q\91\9f)\89\8f¬LzÇ׶\1fZãë1ú3!\93°ê½\r¾\Z7\84×\97À\9eó\11\16©×q¶\87Rx=aY\9cù.À®\86_\15d.c²U\11v\95¥ü\8f¯`!\8a8ßi\8dÆ|Ä¢\bKq(\82\89\88Ôú \17\ ev\17\ fnåe\1eü\19lC\85@fÛOH¬\9a¡»L~\1f/>Ú\83½MdE\98µ\8dË\ 4Òñ{\18ØÔ/Úëò\ e\r¸OÙê*þ\11;tA\8f\12\ 1\1f\n¨\8frþ Ô\17\17C\15\8eOZÃÏÖ|ø­)\bø\9d\91R\12\11\10\88Ç\9fo¶qÏ>ì{¹a\97ÙÖWR­Íc¨«\89LuÔË˱C\15Q\91\1f\ 5\85UaAy ®/ñ\86­MGIº¸*\115GªîZÏL<Ç\81Ø\15^k*%¤;\8fðÕ\9003\"\"#åÚ½\n\15\91N\95D\85zµ*¨\11\15\1cV\94©q\0µ\80ÆÂ#\11\11\1d³ºfé\12ëg1w1ÆÑ\8eD\89²¢\ 5Ø\ 1\9f\":íàà\89ò\92\b\89òí¨{§ï\ 1q\84·\93Ê\ eSMdìî¬Nm\9d\15Ózhßg\146l)5]P7\16IËë4Wj\ 5\13îh¾ê\18Lû¯\82Ç}ôÕª\ 2!\e\7f\8aÅU¨Þ3\13æ\10\84\fÆÒ!\95s#â\\lªÕÔ  B\16      JT0µ©K\18\15­`1\ 2\0\ 3\10\"\ 3\10\"1\11\11´{\9e\1f!R­Úó12\8buÓe31é2§\ 1\84Ì\7f\87i\1c\9e\94Ê!\7fÑùm5qØÆVdGáõéWbèd«DíÔ«z»Va\1cFU;\18êNîõØ£ïÆ\8b$˯V_F¶¢ÂÙÛÁfë¦\"\ 5dpJñ@\ 2\0%a;\0\1c±Jöw\95\94(ÞKFè¥(§ò®É^\ 6\0ÏèG\89\12\9fÜ}úÙ5\ f\bµÝ\ 5вQåÕe}YAkçúÈ­\83\11¿ÐcÛ©²»mãôÞ\90«¿êToêò8ßoîÚO×Óo~¦c\8fɤ28Þ_êfqv`\7fò\99öÉí\1c¦ f~³\ 3¾Ñ¿íȶÿ\04þ¾ÿ\0ShåÆG\97×\8cÌLÇó\88þ^ÏÿÄ\0\1f\10\ 1\ 1\0\ 3\0\ 2\ 2\ 3\0\0\0\0\0\0\0\0\ 1\11\0!1 A\10aQq\91ÿÚ\0\b\ 1\ 1\0\ 1?!ð§äþå<Öw\ZÛ*íEWUÀeèý    )7×´\9ceÎu\ f\n»v_#\18Þ\11^oÉÑõÏ4\1e\88»\'\Zà\1es\fÐm\98æ\17¥\817\98\Z ¡\f\bò\ fÔ,\11»\81\8fP\ 4ãe\83\\\ 4\ 6\9f»0\ 1#.\9bf>\8f\10\8aÜ.ú©\ 2©÷\9a\b\ 6\8a\95­êOQê8c\97>\87¦[\fÂTF\8cu\18\7fDú>.\86@\ 2×i\ 4M\ 6:Å)ÃNtê4º²«ráYY¢y|ÿ\0{«çHoaÀ$\ 6f\93Ã\ 2`\8d\ 5Û/ !<\1fhë¨\8a\15 ï&#è[5\ f¢ÕÄ\99ío\12\8e\ eh]ι(Zåè³av\00g\85µ\11\ 2%Bb\9cÒ\85B\98+\'ò\81T       iýùs\9e\a|hvJ\16\9bò\12<M\85\11\80ðQJ\1e{ea\8beÉwÄïÒÙÛC\e\81wEìi\95è\8fÁóÇõ\96<k*\82\a0\9d³Æyia\83Ö(\83J\14!£G3qÎ\v\ 5:öô\'°Ó\93̨¯C\n\'ªÅõ~`B\86KMºFÃÖ\9e¼õt¡\8d\ 4/áCö>?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 1\1cp\0\b£B$\0    8@\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\ 1\0\ 2\ 1\ 4\ 2\ 3\ 1\0\0\0\0\0\0\0\ 1\11\0!1 AQa\10\81q\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ùPå\ fË3¿«M\8e\16\ f\1e]`\9c#x\88ß×X\ 5P?ß\95ôo\nõ¬.;\vÒWç\a\1ddiù{i\96HN}\ e9¬&\14 \9e \80\85V@÷³\\ÄdÁ\e;3ï§Î\90\10·(\ 5\ 5\8b©x\vNéiTÜ@ÞÔãJ\9e|\10`¬+K%¯9\9c®-\8fR\98\8c\8a\98²@Å01ô÷µÌ\15®\94å\8e3\98F´9\17        £6/B\18à½ò9a\ 4á    ø\9aòb\82ø\17|hï\96e2Æ\fe£]7­À½ûÀ\ 6\1cbEè|\89\89E\18q+\ 6¤ÃY§FéG\15\99\83K5;\8e\aró±ÌÑö@à\n¢\ 5\14¬\8f^\v:i=\97î±È\0:\ f\Z\ fç×BaDë\v¨B8X\17·FÝO\80ítâ\81dV\95\9dr\96ºÏ\'8\97\811\91²Ïª\90\bõ´Ò\a\86\8bÉï?\bßÏ!e\89àÝ\8dì\9a{e\1e\11û>\14\17À¿¢á\85#lm\ 1\88Î8§\ 3\"ÖL\91Î[\7f:\86¸0i\80\9f¢%qjx¼Ñ  _\1eB\82\1fDUâ\11\88\0\84\Z\ f\9c÷\r¶sÃǼyXN3Ä$º­\9dQ)2Z+Xjºp\9c`Lp}ÿ\0\\\b\ZÑ\ 1yÓ®u\8fÀ_Q9\ 4\19(   uº\93°\ 1\81v\a\9c\8ep\0-:\8fõª\94h\ 6½TBª½8\81ø\82\88¥øÿÙ',5,1,'','','',''),(15,5,0,'51854cf67b60ceec','2943d936c14c4ba3af6d5acdad543952','2015-02-02 12:04:06','2015-02-02 12:04:06','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\8d÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2lk3®\90!b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!#\a\10\"1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤Þ\84á´Æ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\bçô7¶u\84ï\8fÎ\16æGëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&·XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨Ow@8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]XUÆ¥«bêÙ\nÁ2J^B\93Jµ®\8c\97ÅÑa\87Y0S$+`\81\11HÉO»Pé\9a»~Ðr\ 2î/|í   ÉcÎ-TQ\17Ð6\r}±\1fÑ\ e\92\9f\97\14\91*\9a\87C¶Æ\9cÎã\1c=;\15\e\89¨f©ø [[hîåË®\9b\ 1\1f\83\8cG³L2:Ùÿ\0iÙ\14á+\19Ï$Ô¦«t\8eÛ\99>g\9b\8f\ 3;Tv\eø\96\10X]%Q½ÏÙÈ\92µk\96Þîý\92\97ݱ\ 3ô\ 3,\19ô\82fd\15°ffc\9f»\'\9cÉ·£C\13FÅûlùÌ&²É\87¶>£-»@~ds\ 3\1f>\11¬µ­ËØúy(\e\9a\7fDcí6\8d,v-Þ¥\'g\99XÂÎ[-a\12·XCÝ\14*ÉJb\9eýÛl3\e\8c£A\97\ f«q\95+%\f¶ØçêYbÀMçñ\17ÆÙ\"ø§Ï\99ãLæñ\17Q\8dÕZ/.\19\8c\r«`l¢ùÞ©³\8eÈ\ 2½nÖؤ#ª\9fU$0b\'\12a5r\Z£\eg\1fRaa\93ÈÒ\98Éã1M-¡Ô¶Ål¼º\eçøòÇÂ\10¿RìÕ\ esÂÜ\93\ 6) ,[\0 \80Àãp\98\10ó\82\12\19\89\82\8f\1c¼Ç\19\\`ó\98½oO×hÇ×]\9a\93\11\16\97\95º _´§\9f\ 2\ 3\10\"\"\"#\11Ê\"\"9DD\7fH\8f\97¾Í+J\a\87\96\f\185\ fY)«1\9f\ 4&\ 4BQ>&\'\8d-JÉ\99\9e7´æs2]:ÏrP\133çÓ@,#ô\18âk·ÈI¥\9fä\87-áþë\1fºªªðµDÀÿ\0s#ÿ\0¥ÇÿÄ\0#\10\ 1\0\ 2\ 2\ 1\ 3\ 4\ 3\0\0\0\0\0\0\0\0\ 1\0\11!1ðA\81áQa¡Ñ\10qÁÿÚ\0\b\ 1\ 1\0\ 1?!\98ëß=åH¾kzí\v\10¢LËLâYã2Ð\9aÄ\879\89ç\9dúN\9cçö_àÏ3Èb~\1dÆÊBã¦ÊööM 5ÂþfBøbD\89ÈÒ\1c¢\1co\ 6>9Îó¤B\ e}\rÏ\v\11`¢\"0p\ 1IAͦH9 Ë\0f¡T\7fA\89\ 4×fÝ\97õi$\17\nñÎn\ 2\86¡È(v±\10Ñ\7fO\83Vèãq\1eã¥a\84\8dz5¹X\e\r\8fFD1_8\19\82Ô7{\82è\80\14]óÕ%cTÄn\vÙ/p°Ý\a¤\96.\b³\ 4<3\0\0\Z\ f\9e}üATö¨\9fJĤ#p\90\"\98±\n²[\8e\92\16¶q¼\9dÙÞÕ\ e\9f\9a\9c×9¸éýzCR\8aUPÇÉ?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ²ñ{\96\8a_\v$\1dÔÇL¸YÐ\98mº2g\1e#\8dG+}í\9b×ïò>=Ôp\9c.¿Ý\1d{*Ð=çë#\b\"ÚT\1eÁ§Z\ 3³Qô\rÎ;G¿ \17\'ÝÍÚU¤\96é\15¸¯ß\81¼úó¼S\85±ÃÆô<<_t¯\90L\8d\"4uHÅ0B\8cÌ\9fS¢Exêi\89P\88Ä.Z<\ 6Lzÿ\0c}CÎøèðõÝÍvÇ4»A\86\15§ËÒ8©\81Â.[¸Øãj3ÝÖ\aÐÅèÿ\0B^ÿ\0³\'¤ ¹\82À2;·af±\98ó(\82·Ø g´\r\v\8cbBr駲ä)cÃWÂ\83ª\ 2\ 1\12¿\9a\rÚyg\11i»f½qÃ\9bøéyáS\8fì& £¨Þ\ 5\15Z;º\8b#Pl\b,í`0dÙ´sp¹B\ 1kA\93\8e\96|}ñF­£÷¾ûäÅëç³ù µÔ$\ 3(0øN³7Å\ e|\17Ï PÁã.kÿÙ',6,1,'','','',''),(16,6,0,'84554cf67cd393c4','c80c222d7c06a142719eb8b2df65808f','2015-02-02 12:04:29','2015-02-02 12:04:29','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0      \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Õà¢ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK\93\1eå¿H®\8eÝrË\8aÏÑ\9e\15\1cqi÷\11·9\18Â+sJG#Hq\9b\18\19ªIÃ\18±\88\90ZYs\19\9cYüça±\82G\8dÎ__\14\94¶=ï\1d\14\r»Jÿ\0,{.1äì\14¯\9eÝÃwd.ÿ\0æ\9f0p\88j|¹Zà\9dÁfx¬\84\fp£x¤)(¦\94\99\9d\93zëÈKx±×-í\0XÛ\r\8fM¢fbtEuæ\98¸2£\7föNÃï\e/4ì·#§ÖN®\nG5æ\9c\89̲OìÜ\86~A\8fdJ¯F¬A,\ 6\ 5úmSç\ 3Z3¥<óXã\1cì6GdÇ\1eà\93\18¤\a¬\14·T\9føÝ\11ßÉÂè[áäÉ\b¼\9aêÕ¸E)þR\9e\96\14L\\t_!\94\8cݠˤp\aøÚeùÑBøq_\9b+D\12VË_¯&\\xl~m\\xÒÊÚzì\84\91Å\91ɧ TÚ¹\v¤È\952t¸>&Æ\8ew´a\83-éU\ 2*\94Øn¢\85G\84\1f+Íîé\94ä/­aX¸|R\9eÕæÂë¡\fDu\96w\1e)\1d·RêtíÜ¥\99a-`\86±3Àôxã® \8d^¹@Ç\ 3\Z¨Ýèçp\16±v\98)\"öÝKíõ(G\b\91±#{<Ç4ÒÚ[N¿\1ey°ð\9a)\10\16¦Ë\8b   ò\9e³R»\91ÄÚL\ eÚ$íþ;\86V5Ú\9f礼\97ïF\Zj\93ðŽÛ\ 4/óìwóÑÜ\93ïµ5=\'×\86{¦1´S?SÕU\94P\9b_\aÿ\0\9b\10w?FÑT³ëZyã\1ceC5{\8d\ eû.ojSÇ}m¥kû?ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0P\10\0\ 1\ 3\ 2\ 2\ 4\ 4\f\12\b\a\0\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14#\a!$0\15 \"1234BCScd\10\16%ADQRTaqst\83\84\93\94³Ã@Ubru\81£ðEP\85¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04ÛîÙÆ1 U\17\943\13\9fØhÐX¹yô\rë¡\ 3kZ\92s4JµRîIèaÀ¿(!\b\12N>ñ³W@µ\8a±`NW\vÊnÌj\98|ì«ñcÈ;|Úü\e6\83swØ\11\ 5õY\84\9e/Dµ?\84ì.j/¬¹mú\11-ËiMäoC\v\9d[;xe\1eäÎÇá\9fW\88ícëÅNêw\856fÎÜKÏJº\96\92r­cºx\\âW¯»\1f\16äTÇ\88\0äôÇJFB\ e\80d,µËM¹I*Â-¹q¦ò´íÏ\1co6Xúr\97XcÜtræ\83L#\ 4;\98Põ_\\/P3I»_\85Ë/°Ã×Ü7Ã\ f_hÃ\1fÐ\9fO\'QS\ eUÐÈ\ 6äð²\8e\86\\¢\17\1f\ 1\1e\Z\15û¯\80;.<¦\9a<\92\92pg\92\ f\8eG/\1d¸V¹Ü8)3JRü\7fßµH«R\16\89SÉ#j¨Ë¦¸\184\16õã÷\\\\Al\n\10Õ§·É©\8b\97\14Ñ\85µ\0Þ\82fÕ5QÜ׺¤\9e\17\f×ï\vÅR\9dÇ­ë5¦KF¼\95½)èV´¦µ}Î\9d\ esÁrØ\ 1j^Ã--1µ1\91\1f\8djH¶û?ÐtKi§²°Ñ)¸,vËn®Úhy\82\80èù6¯@ã;ïM´Rí©NZ\11P¯!\1f§b\96f\8f\8e\86\ f\97láËo\87\9eek\88\95S\eV,zÃJº\8e\89Ëå<1~ãÐð\7f/Aýúð\14è\8dʵ³\8cR\93¼\14$yr\8b\95Çþ!(\"Ö¿\ 36ý#»~ã\8do\'\18øZ¥\ 1\91Ø\13\8e£3bÒ\99Àp\ fb¸oÊ\ezÚ\Z ºî!ß$\8f\1d\8f×íEóØþÐî\94ò\ e¸¨æ\9a4\99\86zhé&\ 6AÚ»n­B\ 5\7fÊ\9d«È×\8bF³5¢\ 34É[\rÀÌ}\88d\ 2\8ao\85O\11 \1eP×Úßµö7;Â\11É\\uny\16Éù8òlbþ\88\ 6\9aUJZ\90\9dòË¥½o\ 1\14Há¡ØGu=úÚ6\10\8aO§6iúYi\n\ 55\92´\96\89æ$Õêöpîe\85ò;     Jããf\ fBjÞª«²ÍÛäs\97Þí\91\ eBP\93ì\1d;çx@\ 2©TëÜo\1f\'\8bÁÉeH\8bþÞ\96àÉÚ×=\10\95~æÞ\1e\9aþ«\9c2=\'\\\99\9aßÁÞz\ f\8eÏ\ fm?YUÞfH\15£@\8fñ~Ë\9d\89¼\ 2>GrG!\9b¢%;´JDn·¿8bV\9f`}\Z»Gljå»\91þøKBÓHÙfª¢ÛJG4\91n¤ö\v\ 3¶Â8ÿ\0ؽ+È!\16\94\98¼\89Ð\96¡J·\88\8f\11\ 4iw?#\91\94Ãë Ó\nuô¬\8c¸ª\19û¥mä^\ 4\89Ô38ñ#Ô\86\ 4ÇÃd\94Î\1d|/6Z÷7;)o`\84I\8fÕ\b\'\nÃs.×7\'¯\8eéÆ%nçÍ\8d\8fÄò6@\ 5\89ÈÙãc\'PÍ\9c\b\99E\11t\r¸ä鬽\98¾\87\11\nVð°åßD¹ÃÅ\ 2\99Ñÿ\0\ 6Æ\1f|t\92s\92EÉc\10ÅÄ\8bÂ{\86í\a\9c_ÃÑõÇ,º¡$VDT~¾¸\"¢ÄBÕ£\10ñùZ\9dÑý\94èÇuëá¢xGº[PÑí\1djÚì\f\9dÃç\8d    ½\94t>:\18\r\8fÉÚ\ 3­WA?½©¥9é\ e\12íô¡¼¼S\\û\89¢S¨9Xö\9eÏùìx:þúj/7¦\8c.hÚ,Â\1f&\95a\9b¨\89(²×\95µ/\95íN\Z\9fØÎ\84\r\"g\18Õua1\1cÒQ\9dH\9dEìò\rDì9\83âãÉ-?¾?Fä 1FÜö\11\89ÕNËg,£B\97ðr?\9e\83\n8ÖU iú] -ö\94M\eCÅ0`-TöY-\84\"\97ãplÓ×åyÅ\10«B\ 4\84ë(\8a\12\8d\r\1f\f§\17\94¨«ªªD¨h\89\11<¬±·&ÿ\0NnëãÑ/bmË_\83û|ýP$n\16ÏÝ>(|cV\86>qúý¿¡­\9aèx[æþ\98\9adôyR-!#¡í¦\8eÇá\e\14\80néþF8îz% Éé\\®j%kr©\89\93\r\7f*-»{ \Z¶\12\0Ù¨Ð\0\0iÕ\18@\14PA\18Çâ¨.*z7t\ 3Af¾4vÝ\1c4öe\7f\12ä2M\e\ fç5i³ý6\81.\18\11¹Æ]ZøÁ\13\1d\"f\19\11%g)\1cÍûR\'¿\ 3¶Â0¿\17\9b{-,ì,#£ÀG/\1d8V \e\80CÍ)Kñh\9b\14\88m§o\12Â:%¦ºd®\"W¬æW\'\rÏ\87Ø;\99¢z§xÖ\98Ñ´ýÖ\16³×\8dR\87 IS\9d\13\ 2O\14Ð&§-xßõ\81þ§³wK\9e·O!~XQëzÉéHòvÝf<Çm\1e\13zíüP\ 5ÛÙ8®ýÓ\16ø¹jç>­1g\\\Z\83\83{ÕØØQ¹\16;jYê¨\0!\ 6\'\1c\97\88\eìvC¸ööO{iJҸҼи2\89sD²\8eÈ\7fr¨jî\87åßÇÆ\13\8f´Ç\83\9e¾.\8e\ eµ[h\vÖy¢kuÜ-\90Vh:w\90°\86íB\17\16éä\88ppëͲ\Z{ë\9a[\9b\8eÎ\8b\9dµøRXé\"ü´\84a\9a¸7Ö\1cWJ0¶§.ȶ\88\e.t³`l?\14Ñ­Ì      ¶íÃóvôÐ\92vMÁoÞ@\12u\95nÜp\8d£¤\94\8f5\90\8c<kw\86ùÇC)¥m~\10áÍaO\8cû\19\béDèV×â\9dç\81»\88SWÎv\86ÞwÇ¥\16\9aÒ©¯T\95\'¾é¤%\\W\ 6ѬÞ>p¯r\ 6\82)\8bøZ!ÔÒ*é\99¤ßÝ÷\ZUÕ\8dm\ 2ëkÙIä\1c¾+F\1f66\98R\94¥?g\9cãÑÍÅ\nÍ\ 2½¡\9b\10\8dH\84ê\12\87½\8bu\87n>\14õ$þùä½ÊçBðgpºY\1c°lG6Ã\87\nßlm+Êá\8bónèií6Ú\Zã\83fÝ7\bN\aZ¥iµe\ 4\95\'Î\9bd~n\97ÅÊ´o\fæ.\11©=ÈÂ#<v?ë4û.~(ѨÉk#uAʶ\18ú\84l\979D\19\11\vÈçº\90\a\ 3|1×´\'ðýñ01\7f+I\17\15§\e˾MTWº\18XD\aþsyþ\bëÇ\84\87¥4«WÍ.×\9f\93Ó\\¬°¢¶»~a®ª»ìæ\ 6\16\90ËÃ\r²NqÒ¿k\97\95\9fþ^\7f\80#×Â:\94Ocú ¡\92üÞ\99À«Mj\14\ 4\16¯ºÍ\1e\96\83J¦©ªE(U%^VvH¼ÿ\0\ 1ïkJr\17\97ç{ã­Ðå~\17O\r\19TU\15\89ÕW{Ê\8c_Íçì×øSÔÇ\13\8aûÜ9\83Óñsô­iLSØþ\95ÿÄ\0)\10\ 1\0\ 1\ 3\ 1\a\ 4\ 3\ 1\ 1\0\0\0\0\0\0\ 1\11\0!1A 0Qaq\81\91\10¡±ð@PÁáñÿÚ\0\b\ 1\ 1\0\ 1?!ý «\91\Z\ 5ËG(\80Må¨ô(MÇÆlxSS¶\ 1/\8eÞ\89ÎjÞ½[\7f©|¨ü\eË%g;        \11I\8a\91j\9a}¤e\0\90\10\84Z!\17ë`\81\18\81\16+p¡\12\ 4\17̬£\"ÒÐ~\r\92\17ÚY   àÙ\84\vN¦¦Y\95*c\84\14\b\90£\9c\16\89t$Â6¨\86\86öy@¥\8eW È\ 4i\ f\19\9c\90\90¦\13\9d¯¿¬Ã\99ݹA£$4Ì\90,3+:\rèF\94b4\11iÎÁ\'Ó]¯`\9dC\84¤ÂÖ}VB\"Vd°&`·W\8ad\8341\\¤\9acb\n£½1\ 5\eXmFd.\12 ×¸ÄZ&\8d\85¨\9dìÔ?Vò\86Oöë ù\ f\ZT¥?\98.®·4fë0L\e\ 5ñ\ 4¯\8b\8cLHo¯\13è¹.\97i\b\8f8Þô\9eR\90»\ 3þÓmåp¾Û]¯.\8b_ÏF\ 6&2[=ü7¼2\f\1d\ 2Ð8ê9\90¿µ\ 5p«¼!\v\9cÞÈG,ì\94U\0\13é\ 3\19\13®,R*   wB¯¹ YRjÍéNÔ\90\ e  °       \98XHQ1£¨Ê\9bÙ³tz]\1dn?)\96γ\83­\83>¼êí\"\9e\8a·\7f¹Äë,(\95\12)f\8fÅe\8b       Ô8\90¨\eÔS\95\82Ø#Æ\81\8e½\9c½ýû   %zdµ-dL¶Ï\82s\98¾rô~-\99Öõ²I<\93^BoYý«i¢#8\17Ém\0±»ë|Z\9d~>f\n\82\96»£\12\'p\8asbÕûÍáâ$R\bN\91¡{µª[À\10c´Ì\85¦\9eÑ×H\80wÅêÃúÑ\nð\ e\ 1b-:z\'M3¼\9e(óq¢\ f@     \83Ñ=«ü\19\96\v\ eïP­\1e±\ e\84¶Jy±«\92\17\84S^\94)\99\Z¼$#UlH1j6\83U:ÿ\0¯ \19&¯AE\98\ 6·\ 2\'¹Ã\ 4±\ 3vîý/\83.\\\11X`\rsÞ®Æ\92\9f#\9d\98\ eâ\1c*v)g^bæÔ\96#Éðì\fè\Z\8a\9f$3\16ý¹y9[\94\19?¹²©\b±Äâ\88õú\16\eXíÂ^W\8asÞÏ2\1c«Ø\0ßcð\e\ 3Ù¹\Z\"¸\92AÞI(Úë°\91 a\19E +FÏ6\9c9J¼ëT\biâï\93E\8d§\93ì#\90È\Z6P/³ÿ\0÷\97j\81Ù½ ÞÏ£~\7f×\84êl¢?º\88çâ¾/Õþ.ÿ\0¿ð(8\e<»­&\95®M\0?\Zïÿ\0Þå\17ï¦Øç\1cãn\7f\85Of.þWÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0â\0\0P\0\0\0\0\18\10\ 2$\0\0\0\0Î0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 3\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 3\ 5\ 1\0\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10\91¡@±ÑáðPÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5تf-:\13Â\ 3\ 6`\8a\"è\88\18\16#J\81Aw\81¨\ 5\ 2\84\10°2Z\Z!cX`åÚúü\1f¡­]\ 5+\eNC\\º    \8e8p\1cpÄòA¡\ 19¹±V\97÷Q\9ea-°\82¿^¥sÚúü\1f¡\95\9f(\86s¸È\ 6²TFâe\"\94\99/\ 5\r\ 6]ò¹^\1cõM®$gî~\'Ñ8\85\ 1\e\8a¾\9b\9dï|áÓÇÀ+\98\\\82§%ãzÁ)E        ´´\ 5-@ÔÆÀG${LñHSVÎ\13\9fÜÈüukò\"\94PQT \ 1ÏÑ\89\8cäú\84#- (|\13æCÐ\ 2÷qú\173a*ä\9dX¸`\80Á:$æNÝ\10\0\r¸\ 3\98Ï¥I*\17\ 5N\88u\14®1onç\ 3tnc\\\16\8f3T¥X<©\ 6¥+fSÑhä\bÀ<;¸RÁiB\92¡           ð÷øÒéßØ­Ç!t     \ 5\b=Dc\95d\\\ 6\0°­¨\"F\9f\14åv\8d\8cñc+ò \87Û\86n̺áïñ­û`C\17\82ª8Õ\ 4à\ e¥ î\ 4\ 4@\ 6ÿ\0* Ú.é\840\8a\7f¥\9dôÏ=â\ 4S\90\85 J@<\ 4\9b¢\13\94X\nL\b@²Zg\15\1fn=ôxÒ ±P[P¥Qê\1cÀO\84 ªîC=\\ês\12jCv \90\95\1cbÂU)E4Î\'³øþ~¢Û>Ìè\97w\80ÊìK¤ºD,¢HËr0\ah$u8\810\r\ 3 }Ù/«ýwÏV{¿\8fãA¬$¤\88Æcd\0:        \9bï+Q\100\13=\95\983ÀÙPàR}Kç\98¼e\ e\ 4ÈA@\80ô!w* &b9ç\ 5ßm/\84å\1c\111\"ÄÆ:\83\94ÑÂ\8b\Z\80\ 3L\1c\ 6A\8a\8d³,\11,\ 36\03º\82\9c\ 4q\ 3rhº-O3@ûÎ\18\13\87L\81\95Ë\"?«\80+\80\9a\n¡jâ»r\n\10\89õÛá\14\9b`=uY\0ëd»\v\18Êãq\1c*,ÎJJ\90±¸Ë\8aàC;¯HÔtZ}!\ 2È3-\1dhÝBù\ 4¡\87¨:`f\ 4B!·($mQ\1f\82{^\'?Ûâø¾4SÝÑÊÇ\n)ÝDí\86c¨\'\84`c- #Éÿ\0lys\9dî:#¼¡aª\81¹T1=\15\ 6Ô\vo8§Ñ_%ªA\94g¨¤Ò\ 3\fÌ9ɯ¶\10n\94\nê¡0ÿ\0\ 6fø\"\n\1343h{a4DkA\ 6\v# @ý\88LKmpµY\99·\88Ñ&%\ fMÌ~ûö08\82J)U.dz\80\ 6Ø,L3¿&<÷~ýLxóaøÞíßíä¬0òG!\ 5\ 4/V\9cú;Æã\83Rl\17ÍóáÌJ\16Ep娲L3\9d\11cÏ\n9\98\13\90\9dm¿_\97B\99-ªõ\91<6\90k\7f×äð°­S2\83w0\84î\ et\8c­É\1d\11ç\18íYpë\ 2\82Û\f£Ü«\8eìÅ\9bþ¿\'\84è\94I\e×2NÇuç ·\9e¹ß\8b\8cÔíöÏ[ÏRVV\8a«Ø\e9\9bëð¼;wÎ\e#¶à¤\99\8dí«Wb\8d\1e\9bl1=Ñ:ò§¥ËÕ\18\8a8\9c\0ñné8ý\9c\'Î\9a\1c(ãæ)\84o\13®W\8cÓ½Æ÷É\8b«Ç\8c\ eø\9dÿ\0\9bó¶Ø:è©\912¤á¾Äól\7fUÿÙ',4,1,'','','',''),(17,6,0,'84554cf67cd393c4','c80c222d7c06a142719eb8b2df65808f','2015-02-02 12:04:29','2015-02-02 12:04:29','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b  \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà0Ùæ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8c\1cî`Í\0\8dw\ 4§1Ö¦4i\14H\85\ 2A\89\1e\rÄ®öÅ»-W\10\1d÷\84°\93zR\99\93ìm%Øåhô$¶\\Ì\ 1æÑÄÏ×   \"¼6\85ô¸\1c«\17ò¹.\a\8cø>ò¬g¹\ 3\8e\94öË¥=üÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\09\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 2\v\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa$\91%0CRqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þµºSI¦¦[U\0Dݳc\931Ø> ò\ 5±k!\9by\1e\13\aá¹\8a«A\ 1X\93-ëö\rY¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ    ÆÔ±\92°¥ÿ\0m\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɽö\a1\93±\95Ô\16äç¬t\93,¿\93d³Ô[k\89 \19ù]`\vµzT«ª­J¨MjÕ\90\10´¡\b\bZ\92 \1d\84\16°\18\0\18ò\81\88\8eÍÃe\99z¬ñaS¿\8f¶êÖiY\91ø\1d\ 2\f\14Ù\b\9f\9e½\90b\98>[     lcwMä2·2\98üFB+ä°¶ì¾Æ7%\8e>\fUÌpÙ#ð-³Q\81\84tÈH\85vE\90&®ØÌÕ\ 3êQËQ«\91¦ÏI*×\12\16\133\1fIàÈÞ>\93¼{º÷\1dTHì;Mä\18\95\87Ìè¿\19\v\18\8fYgC\84G×~Ù\bw\1e¬é\1c\9f\86ß×\97\8fÅK8þý.^\9f\97\7fiס\10ËHÀàéÝ\15G#+Åâ\1cµÌ\ eó-ð\96)\8eÞs·\11ý»hÌ\1dø!»\8cÓ\98ºÖÀ½W`j®\\¯úY$¯øû¤\ 5\10BQÄ\84£q\91\9f)\89\8f¬LzÇ׶\1fZãë1ú3!\93°ê½\r¾\Z7\84×\97À\9eó\11\16©×q¶\87Rx=aY\9cù.À®\86_\15d.c²U\11v\95¥ü\8f¯`!\8a8ßi\8dÆ|Ä¢\bKq(\82\89\88Ôú \17\ ev\17\ fnåe\1eü\19lC\85@fÛOH¬\9a¡»L~\1f/>Ú\83½MdE\98µ\8dË\ 4Òñ{\18ØÔ/Úëò\ e\r¸OÙê*þ\11;tA\8f\12\ 1\1f\n¨\8frþ Ô\17\17C\15\8eOZÃÏÖ|ø­)\bø\9d\91R\12\11\10\88Ç\9fo¶qÏ>ì{¹a\97ÙÖWR­Íc¨«\89LuÔË˱C\15Q\91\1f\ 5\85UaAy ®/ñ\86­MGIº¸*\115GªîZÏL<Ç\81Ø\15^k*%¤;\8fðÕ\9003\"\"#åÚ½\n\15\91N\95D\85zµ*¨\11\15\1cV\94©q\0µ\80ÆÂ#\11\11\1d³ºfé\12ëg1w1ÆÑ\8eD\89²¢\ 5Ø\ 1\9f\":íàà\89ò\92\b\89òí¨{§ï\ 1q\84·\93Ê\ eSMdìî¬Nm\9d\15Ózhßg\146l)5]P7\16IËë4Wj\ 5\13îh¾ê\18Lû¯\82Ç}ôÕª\ 2!\e\7f\8aÅU¨Þ3\13æ\10\84\fÆÒ!\95s#â\\lªÕÔ  B\16      JT0µ©K\18\15­`1\ 2\0\ 3\10\"\ 3\10\"1\11\11´{\9e\1f!R­Úó12\8buÓe31é2§\ 1\84Ì\7f\87i\1c\9e\94Ê!\7fÑùm5qØÆVdGáõéWbèd«DíÔ«z»Va\1cFU;\18êNîõØ£ïÆ\8b$˯V_F¶¢ÂÙÛÁfë¦\"\ 5dpJñ@\ 2\0%a;\0\1c±Jöw\95\94(ÞKFè¥(§ò®É^\ 6\0ÏèG\89\12\9fÜ}úÙ5\ f\bµÝ\ 5вQåÕe}YAkçúÈ­\83\11¿ÐcÛ©²»mãôÞ\90«¿êToêò8ßoîÚO×Óo~¦c\8fɤ28Þ_êfqv`\7fò\99öÉí\1c¦ f~³\ 3¾Ñ¿íȶÿ\04þ¾ÿ\0ShåÆG\97×\8cÌLÇó\88þ^ÏÿÄ\0\1f\10\ 1\ 1\0\ 3\0\ 2\ 2\ 3\0\0\0\0\0\0\0\0\ 1\11\0!1 A\10aQq\91ÿÚ\0\b\ 1\ 1\0\ 1?!ð§äþå<Öw\ZÛ*íEWUÀeèý    )7×´\9ceÎu\ f\n»v_#\18Þ\11^oÉÑõÏ4\1e\88»\'\Zà\1es\fÐm\98æ\17¥\817\98\Z ¡\f\bò\ fÔ,\11»\81\8fP\ 4ãe\83\\\ 4\ 6\9f»0\ 1#.\9bf>\8f\10\8aÜ.ú©\ 2©÷\9a\b\ 6\8a\95­êOQê8c\97>\87¦[\fÂTF\8cu\18\7fDú>.\86@\ 2×i\ 4M\ 6:Å)ÃNtê4º²«ráYY¢y|ÿ\0{«çHoaÀ$\ 6f\93Ã\ 2`\8d\ 5Û/ !<\1fhë¨\8a\15 ï&#è[5\ f¢ÕÄ\99ío\12\8e\ eh]ι(Zåè³av\00g\85µ\11\ 2%Bb\9cÒ\85B\98+\'ò\81T       iýùs\9e\a|hvJ\16\9bò\12<M\85\11\80ðQJ\1e{ea\8beÉwÄïÒÙÛC\e\81wEìi\95è\8fÁóÇõ\96<k*\82\a0\9d³Æyia\83Ö(\83J\14!£G3qÎ\v\ 5:öô\'°Ó\93̨¯C\n\'ªÅõ~`B\86KMºFÃÖ\9e¼õt¡\8d\ 4/áCö>?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 1\1cp\0\b£B$\0    8@\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\ 1\0\ 2\ 1\ 4\ 2\ 3\ 1\0\0\0\0\0\0\0\ 1\11\0!1 AQa\10\81q\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ùPå\ fË3¿«M\8e\16\ f\1e]`\9c#x\88ß×X\ 5P?ß\95ôo\nõ¬.;\vÒWç\a\1ddiù{i\96HN}\ e9¬&\14 \9e \80\85V@÷³\\ÄdÁ\e;3ï§Î\90\10·(\ 5\ 5\8b©x\vNéiTÜ@ÞÔãJ\9e|\10`¬+K%¯9\9c®-\8fR\98\8c\8a\98²@Å01ô÷µÌ\15®\94å\8e3\98F´9\17        £6/B\18à½ò9a\ 4á    ø\9aòb\82ø\17|hï\96e2Æ\fe£]7­À½ûÀ\ 6\1cbEè|\89\89E\18q+\ 6¤ÃY§FéG\15\99\83K5;\8e\aró±ÌÑö@à\n¢\ 5\14¬\8f^\v:i=\97î±È\0:\ f\Z\ fç×BaDë\v¨B8X\17·FÝO\80ítâ\81dV\95\9dr\96ºÏ\'8\97\811\91²Ïª\90\bõ´Ò\a\86\8bÉï?\bßÏ!e\89àÝ\8dì\9a{e\1e\11û>\14\17À¿¢á\85#lm\ 1\88Î8§\ 3\"ÖL\91Î[\7f:\86¸0i\80\9f¢%qjx¼Ñ  _\1eB\82\1fDUâ\11\88\0\84\Z\ f\9c÷\r¶sÃǼyXN3Ä$º­\9dQ)2Z+Xjºp\9c`Lp}ÿ\0\\\b\ZÑ\ 1yÓ®u\8fÀ_Q9\ 4\19(   uº\93°\ 1\81v\a\9c\8ep\0-:\8fõª\94h\ 6½TBª½8\81ø\82\88¥øÿÙ',5,1,'','','',''),(18,6,0,'84554cf67cd393c4','c80c222d7c06a142719eb8b2df65808f','2015-02-02 12:04:29','2015-02-02 12:04:29','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\8d÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2lk3®\90!b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!#\a\10\"1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤Þ\84á´Æ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\bçô7¶u\84ï\8fÎ\16æGëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&·XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨Ow@8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]XUÆ¥«bêÙ\nÁ2J^B\93Jµ®\8c\97ÅÑa\87Y0S$+`\81\11HÉO»Pé\9a»~Ðr\ 2î/|í   ÉcÎ-TQ\17Ð6\r}±\1fÑ\ e\92\9f\97\14\91*\9a\87C¶Æ\9cÎã\1c=;\15\e\89¨f©ø [[hîåË®\9b\ 1\1f\83\8cG³L2:Ùÿ\0iÙ\14á+\19Ï$Ô¦«t\8eÛ\99>g\9b\8f\ 3;Tv\eø\96\10X]%Q½ÏÙÈ\92µk\96Þîý\92\97ݱ\ 3ô\ 3,\19ô\82fd\15°ffc\9f»\'\9cÉ·£C\13FÅûlùÌ&²É\87¶>£-»@~ds\ 3\1f>\11¬µ­ËØúy(\e\9a\7fDcí6\8d,v-Þ¥\'g\99XÂÎ[-a\12·XCÝ\14*ÉJb\9eýÛl3\e\8c£A\97\ f«q\95+%\f¶ØçêYbÀMçñ\17ÆÙ\"ø§Ï\99ãLæñ\17Q\8dÕZ/.\19\8c\r«`l¢ùÞ©³\8eÈ\ 2½nÖؤ#ª\9fU$0b\'\12a5r\Z£\eg\1fRaa\93ÈÒ\98Éã1M-¡Ô¶Ål¼º\eçøòÇÂ\10¿RìÕ\ esÂÜ\93\ 6) ,[\0 \80Àãp\98\10ó\82\12\19\89\82\8f\1c¼Ç\19\\`ó\98½oO×hÇ×]\9a\93\11\16\97\95º _´§\9f\ 2\ 3\10\"\"\"#\11Ê\"\"9DD\7fH\8f\97¾Í+J\a\87\96\f\185\ fY)«1\9f\ 4&\ 4BQ>&\'\8d-JÉ\99\9e7´æs2]:ÏrP\133çÓ@,#ô\18âk·ÈI¥\9fä\87-áþë\1fºªªðµDÀÿ\0s#ÿ\0¥ÇÿÄ\0#\10\ 1\0\ 2\ 2\ 1\ 3\ 4\ 3\0\0\0\0\0\0\0\0\ 1\0\11!1ðA\81áQa¡Ñ\10qÁÿÚ\0\b\ 1\ 1\0\ 1?!\98ëß=åH¾kzí\v\10¢LËLâYã2Ð\9aÄ\879\89ç\9dúN\9cçö_àÏ3Èb~\1dÆÊBã¦ÊööM 5ÂþfBøbD\89ÈÒ\1c¢\1co\ 6>9Îó¤B\ e}\rÏ\v\11`¢\"0p\ 1IAͦH9 Ë\0f¡T\7fA\89\ 4×fÝ\97õi$\17\nñÎn\ 2\86¡È(v±\10Ñ\7fO\83Vèãq\1eã¥a\84\8dz5¹X\e\r\8fFD1_8\19\82Ô7{\82è\80\14]óÕ%cTÄn\vÙ/p°Ý\a¤\96.\b³\ 4<3\0\0\Z\ f\9e}üATö¨\9fJĤ#p\90\"\98±\n²[\8e\92\16¶q¼\9dÙÞÕ\ e\9f\9a\9c×9¸éýzCR\8aUPÇÉ?ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ²ñ{\96\8a_\v$\1dÔÇL¸YÐ\98mº2g\1e#\8dG+}í\9b×ïò>=Ôp\9c.¿Ý\1d{*Ð=çë#\b\"ÚT\1eÁ§Z\ 3³Qô\rÎ;G¿ \17\'ÝÍÚU¤\96é\15¸¯ß\81¼úó¼S\85±ÃÆô<<_t¯\90L\8d\"4uHÅ0B\8cÌ\9fS¢Exêi\89P\88Ä.Z<\ 6Lzÿ\0c}CÎøèðõÝÍvÇ4»A\86\15§ËÒ8©\81Â.[¸Øãj3ÝÖ\aÐÅèÿ\0B^ÿ\0³\'¤ ¹\82À2;·af±\98ó(\82·Ø g´\r\v\8cbBr駲ä)cÃWÂ\83ª\ 2\ 1\12¿\9a\rÚyg\11i»f½qÃ\9bøéyáS\8fì& £¨Þ\ 5\15Z;º\8b#Pl\b,í`0dÙ´sp¹B\ 1kA\93\8e\96|}ñF­£÷¾ûäÅëç³ù µÔ$\ 3(0øN³7Å\ e|\17Ï PÁã.kÿÙ',6,1,'','','',''),(19,3,8,'43554cfc4ec523d0','1f4766db71f0f2d503287947c1d67dcd','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0   \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(20,3,8,'43554cfc4ec523d0','1f4766db71f0f2d503287947c1d67dcd','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b    \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(21,3,8,'43554cfc4ec523d0','1f4766db71f0f2d503287947c1d67dcd','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a        \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(22,4,7,'32554cfc4ecad9ed','343e3e9f0f5a36ea763c101490db9ca6','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0 \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(23,4,7,'32554cfc4ecad9ed','343e3e9f0f5a36ea763c101490db9ca6','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b    \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(24,4,7,'32554cfc4ecad9ed','343e3e9f0f5a36ea763c101490db9ca6','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a        \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(25,6,9,'79554cfc5ca68cdc','75b60a2a1e6b2cdf2eb3637955a7a5c2','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0 \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(26,6,9,'79554cfc5ca68cdc','75b60a2a1e6b2cdf2eb3637955a7a5c2','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b    \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(27,6,9,'79554cfc5ca68cdc','75b60a2a1e6b2cdf2eb3637955a7a5c2','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a        \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(28,5,10,'57054cfc5cac8e5c','d04134664ffd0d558b08ee01f6859f3a','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(29,5,10,'57054cfc5cac8e5c','d04134664ffd0d558b08ee01f6859f3a','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(30,5,10,'57054cfc5cac8e5c','d04134664ffd0d558b08ee01f6859f3a','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(31,2,16,'49454cfc71b75a4e','01072618a17425401fafdeb40fcd79ac','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(32,2,16,'49454cfc71b75a4e','01072618a17425401fafdeb40fcd79ac','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(33,2,16,'49454cfc71b75a4e','01072618a17425401fafdeb40fcd79ac','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(34,5,15,'27554cfc71bcb2e8','73de577b8bcc76d9358ab8536f0a5cca','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(35,5,15,'27554cfc71bcb2e8','73de577b8bcc76d9358ab8536f0a5cca','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(36,5,15,'27554cfc71bcb2e8','73de577b8bcc76d9358ab8536f0a5cca','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(37,2,12,'58354cfc7369ebdb','b18ee0c7f160fdbf8f5d91a56a07a13c','2015-02-02 18:51:34','2015-02-02 18:51:34','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(38,2,12,'58354cfc7369ebdb','b18ee0c7f160fdbf8f5d91a56a07a13c','2015-02-02 18:51:34','2015-02-02 18:51:34','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(39,2,12,'58354cfc7369ebdb','b18ee0c7f160fdbf8f5d91a56a07a13c','2015-02-02 18:51:34','2015-02-02 18:51:34','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(40,3,11,'21254cfc73701af6','389cca68d9a2e64538a81680925703b8','2015-02-02 18:51:35','2015-02-02 18:51:35','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(41,3,11,'21254cfc73701af6','389cca68d9a2e64538a81680925703b8','2015-02-02 18:51:35','2015-02-02 18:51:35','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(42,3,11,'21254cfc73701af6','389cca68d9a2e64538a81680925703b8','2015-02-02 18:51:35','2015-02-02 18:51:35','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(43,2,14,'83254cfc7681d1da','1fc6596c195944666e18cbd313795942','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(44,2,14,'83254cfc7681d1da','1fc6596c195944666e18cbd313795942','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(45,2,14,'83254cfc7681d1da','1fc6596c195944666e18cbd313795942','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(46,4,13,'69454cfc7686a537','ba266e976726cba185c218750c545814','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(47,4,13,'69454cfc7686a537','ba266e976726cba185c218750c545814','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(48,4,13,'69454cfc7686a537','ba266e976726cba185c218750c545814','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(49,2,18,'48654cfc78f98728','0f1ac566d253bcd264437b7f7a347f88','2015-02-02 18:53:03','2015-02-02 18:53:03','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(50,2,18,'48654cfc78f98728','0f1ac566d253bcd264437b7f7a347f88','2015-02-02 18:53:03','2015-02-02 18:53:03','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(51,2,18,'48654cfc78f98728','0f1ac566d253bcd264437b7f7a347f88','2015-02-02 18:53:03','2015-02-02 18:53:03','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','',''),(52,6,17,'52754cfc79010af9','b4cbb73d1178aab3424a788419bbe016','2015-02-02 18:53:04','2015-02-02 18:53:04','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',175,175,5559,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0¯\0¯\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1d\0\ 1\0\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0        \n\a\b\ 3\ 4\ 6\ 2\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1\9fÀ\0\0\0\0\0\0\0\0\0\0\"¤Þ¸°¯în$RY¿WoGÐ\0\0\0\0\0\ZuN¹[\88\137\\Z5¦\84\ 2\19ðLÞÔd´vÒÐöß&æ\80\0\0\0\nYk\ 6Ö`\92ìù<\0F´\94à\82\8f\93\e\ eRÞZ,\0\0\0\0Vz\1fn]M²õÞ®*åHú\ 2.äN\98f¹Û\ e?¬dr\80\0\0\0èF)(ð\99ï¶ØªÅÌô\93}\8fÚ\ 4qÔ¾çTË//\93üg³\0\0\0\1eWÕW`Àr\8bøòìqr\80\0q×\82Ä\7f%~l\ 1¬ýódZ\13\82      mu» \0yz\9bY&/Iãç\0\0\0\08ã\nPxÈ-\9d*¾Z\fä\0\ZÙ£òM¤$\95\80\0\0\0\0 \ e~\"R[O qò\aãéþêb30\0\0\0\0\04sxðþ`\0\ 1ÇÈ\0\0\0\0\0\ e¿`\0ÿÄ\0&\10\0\ 1\ 3\ 4\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\ 5\ 4\ 6\a\ 1\ 2\ 3\b\00\11 \10\14\13@A\15PÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ÿ\0¨ì}´Ø¨\1c\9b¦ÙK~=Ë~\91]\1dºå\97\15\9f£=l*8âÓî#nr1\84\94\8eF\90ã60Cú3T\93\861c\11 ´²æ38³ùÎÃc\ 4\8f\e\9c¾¾))l{Þ:(\ev\95þXö\\cÉØ)_=»\86îÈ]ÿ\0Í>`á\10ÔùrµÁ;\82ÌñY\b¥Ú\18áFñHRQM)3;&õ×\90\96ñc®[Ú\0±¶\e\1e\9bDÌÄè\8aëÍ1pfFÿ\0ì\9d\87Þ6^iÙnGO¬\9d\\\14\8ekÍ9\13\99d\9fÙ¹\fü\83\1eÈ\95^\8dX\82X\f\vôÚ§Î\ 6´gJyæ±Æ9Øl\8eÉ\8e=Á&1H\ fZ)n©?ñº#¿\93\85зÃÉ\92\11y5Õ«p\8aSü¥<wm,(\98¸è¾C)\19»A\97\ fñ´Ëó¢\85ðâ¿6V\88\96¿^L¸ðØüÚ¸ñ¥\95´õÙ       #\8b#\93N@©µr\17I\91*dép|M\8d\1cïhÃ\ 6[Òª\ 4U)°ÝE\n\8f\b>W\9bÝÓ)È_Z±pø¥=«Í\85×B\18\88ë,î<R;n¥ÔéÛ¹K2ÂZÁ\rbg\81èñÇ\\A\Z½r\81\8e\ 65Q»ÑÎà-bí0REíº\97ÛêP\8e\11#bFöy\8ei¥´¶\9d~<óaá4R -M\97\16\13å=f¥w#\89´\98\1d´IÛüw\f¬kµ?ÏIy/Ý\8c4Õ\'á\8b\b_çØï磹\'ßjjzO¯\f÷Lch¦~§ª«(¡6¾\ fÿ\06 î~\8d¢©gÖ´óÆ8Ê\86j÷\Z\1dö\\ÞÔ§\8eúÛJ×ö\7fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1sÿÄ\0Q\10\0\ 1\ 3\ 1\ 3\ 5\a\f\ e\b\a\ 1\0\0\0\0\ 3\ 2\ 4\ 5\ 1\ 6\11\13\0\12\14!#\a\15 $013\"24BCDScdqst\10\16%QRTa\81\83\84\93\94³Ã@AUbru£ðEP\85\91¡±´ÄÿÚ\0\b\ 1\ 1\0\ 6?\ 2ÿ\04Óílã\18\90*\8bÂ\19\89\9cíÏî4h+ܼú\ 6õÈ\81²ÖRNf\89Vj]É=\f8\17ã\ 4!\ 2IÇÞ4jä\16±V\16\ 4åp¼&ìÆ©\87ÎÊ¿\ 6<\a\rñkòhÙ\rͯ°\116Q\82ú¬BO\17|³?\94è.j/¬¹mú\11\9aSy\ehag\17\13«gg\86QìLì}Ùõu\1d¬}uS²\9dÝM\19³·\12óÒ®¥¤\9c«8î\9e\17\18\95ë¶cÕ±\15/Ô\0qz_\95#!\a@2\16\Zå¦Ü¤\95a\16Ü·ÓiZtÏ\1cm4Xúq\97W_Øtræ\83L#\ 4;\98Pó_Z\17¨\19¤Ý¯ºá\97¼ÃÏ°ou߯Hçý    ôòs\150é[Ù\0Ü\9dÖQÐË\84BßÜ#ÃB¿uò\aE¿\8cÓ\'\92RN\fòAñÈåã·\nÏ;\87\ 5&)J_?÷ïR*ÊBÑ*y$lÕ\19\ 3\ 6\82Ú¼~ëV ¶\ 5\bjÓßâÔ½Ë\8adÂÍ@7 YµMTw5ì©\'\85»\15ûÂê©Nâ¿3Z`´kÅAJ{\15­)\9d_\83\96÷9ܹl\0µ/A\96\96\98Ò\98È\8fµ$[}\1fè7ËI§}]\92Sh,;e·WJhy\82\80èôm^\81Æ7Þ\9bd¥Ù©N:\11P¯!\1f§B\96f\8f\ZÖúÐÁñí\9c9mòò̬¸\89U1²±cÎ\ZU³ß9|\'\87/Üw¼\1f7°þÞ¼\ 57ÆÒ­lã\14¤í\ 5  \1e\\\"ákÿ\0\10\94\11k_\91\9b~\ 3»?hã[ÉÆ>\16i@du\84×Q\99±iL`8\az¸oÆ\e\8d\10\\÷\10ï\92G\96~G7²ãóú\"ùl\7f\94ñ\ eµQÍ2i3\fôÑÒL\f\83µvÝY\84\nþjt^&º²k3Z 3L\95 Ú\ 6cëC \14Sl*x      \0ñ\86¾öݯ{r»¡\1c\95¿6ÓȶO£\8f&\86\87$\r4ª\94µ iM;e\97+=g\80\8a$pÐì#º\9eÝm\e\bE\'Ó\9b\14ü\19i\n\ 55\92²KDó\12fõz8v2Âô:    JãÎÌ\1eÄÕ\9eª«¢ÍÙò:ÃítÈ\87!(Iö\ e\9dò» \ 2´ªsí\eÇÉÕÜä°¤Eÿ\0¯+82td\9e\88J¿\83O\ f\nßUÍØ\1eÓ­&&wòw\9eÃÙ4ߣÃÙ§ë*»LI\ 2´h\11þ/Ùr±6À#âv\929\fÝ\11)Ù¢R#eµõ\86%iö\aÉ«´t\8d\\·r?ã      hZe\e,ÕT[iHæ\92\9e±`vØG\17ü\17\82ò\bE¥&-\917¥¨R­¢#ÄA\Z]Ï¡ÀÂaõÐeu9ò¬\8c¸ª\19ûR¶ò/\ 2\19\9cx\91îK\ 2_Ý°Jg\ e½ê¼ÑkØܬ¥\9e¹\b\93\1fº\10N\15vÆ]®.\ f=û\'\17\95»\9f&5þgq²\0+WìNFÏ\e\199\86làDÂ(\8b\90\93¦²ö1{ÜD)[BÃ\97m\12æï\ 4\ncGü\9a\18~1À\93\9c\92.\v\18\86.$^\13à7h<bþ\1e\1c²ê\84\91X\11Qùùà\8a\8b\11\vV\8cC¯ÆÔî\8fßN\8cw_®ì\93º=©mCG´u\9b\19\e\aÏ\Z\13k(èzè`6?\17h\ ejº       þ-L©ËHn\97\86òñMqí\13D§0r±í;ÿ\0×cÁÏñ¦¢òzdÂÓFÑf\10ø´«\f\\ÄIE\96¼m©|oDá©ûÙÐ\81\94Lã\Z®¬&#\9aJ3©\13\98½\1e\9d\87\10zµà\96\9fÞ¿fÒP\17£N{\bÄê§]£\96Q¡Kø8\1f>C\n5¬ª@Óô¹@Yö\94M\eCÅ0`,ÔêV\va\b¥ó¸6)ëéy¹E\10«B\ 4\84ç(\8aVb\12\8c\8d\1f\f§\16ÊTUÍU\"T4D\88\9e6XÛ\13\7f§7uçÉ/blå\97ÜþÏ\9fª\ 4\8d¡lýÓâ\87Â5hcã\1f\9f§ÞÖÍy²<-¹·Ó\13L\9e\8f\nE¤$t=\9ajì}ѱH\ 6î\9fà_~Ç|¼ù\f\9eÕÊæ¢Vw\Z\98\990×éE§mr\ 3VÂ@\e5\Z\0\0\r9£\b\ 2\8a\b#\18ü\15\ 5ª\9eÍ®\80h,WÆ\8eÓ£\86\9e¼¯â\\\86I£aúÍZhÿ\0M\90KuÄnq\97\10D¿(\99\86DIYÊG3~Ø\89íÀí°\8c/ÅäÞËK;\v\bèð\11ËÇN\15\98\ 6à\10ñJRù¿ß$Øû\Z)\10Ù§o\12Â:%¦zd­\11+ÌæW\ 6í\8fwÐ;\19¢z§wÖ\97Ñ´ý«\vYëcT¡ÂRTãDÀ\93Á4        ©Ç^7ý \7f©èÝ\92ç\9b\87!o,\14zÞ²zR<\9d³¬Ç\88í£Âm]¿\8a\0ºvN+·tŽîZ¹Ç«KÙÖæ ÜÞÚ»\e\n7\"Çf¥\9eª\80\ 2\10bk\86~Rê\ 6Úý\10î=ý\13âÙR´­ô¯$-Ì¢\\ÜÊ;\ 1ý¥PÕÙ\ fË·\8f\8c\86<\18OÜóÞèàæ«l\81mg\9a&¶®Ð¶AY éÚBÂ\e¢\10µl\9eH\86ç\ e¼\9b\ 1§Æ¹%¹´v:-ãÒt¯Â\92ÇI\17ÓHF\19«\83}aÅr£\v59k\"Ú!9 l¹ÒÍ\81°ü\13\98\13\87ÕÛÓ\"IØ\9bAgí\90\ 4\9cåYÛG\bÚ:IHòY\bÃÆ·xoXÞÊe[/º\1c\14øÏ¡\90\8e\94MêÒü\13¼p7q\njùN\90ÛÊõåE¦´ªkÕ%Ií¸R\12®+shÖo\1f8WÁ\ 3A\14Åü,\90êi\15tÌÒoí}£Jº±­ ]iz)<C\97ÅhÃÕ\8d\95Ô¥)OÝå5äæÑB³@­´3b\11©\10\9cÂO4\10ö±n®é\8fu=É?Æx¯b¹È»\99Ú\17K#\96\r\88æÌ8p­¶\86Ò¼n\18¾­Ù\r=æÚC[îlÛ\85º\13\81Ö©Zl¬ \92¤ùSl\ fÍÊÜZU£hg1p\8dIðF\11\19ã±ÿ\0Y§ÙrñF\8dF\vY\eU\a*Øcê\11¢Zr\882\"\17\89Çu \ e\16è\rî¿>ÈOæÿ\0\18\98\18¿\95\94\8b\8aÓ[Ë_&ª+á\f,\"\ 3ÿ\0x¼¾äu×t\87µ4«7É-kÏÉáZV7QZ]\9f\98k\9a®Û\19\81\85\941.»L\93\9ct¯Þãågÿ\0ËËî\ 4z÷GR\89ë\7fd\142_\9bÂp*Ó:\85\ 1\ 5\9bð±G\95\90iTÕ*H¥\n¤«ÇNÉ\17\97Ü=íiN\"òÞv¾\ZÎ\87\vð¸pÑ\95EQV­È\9cÕv¼hÅüÞ^Æ?º\9eæ8\9cWÞáÌ\1e\1e®^\95­)zzßÒ¿ÿÄ\0)\10\ 1\0\ 2\ 2\0\ 3\b\ 3\ 1\ 1\ 1\0\0\0\0\0\ 1\11!\010AQ\10 aq\81\91¡ð@±ÁáPÑÿÚ\0\b\ 1\ 1\0\ 1?!ÿ\0¨*Ø\8d\ 2ËG\84@&åÈü(M×ÆèòQ9;`\12ú?)\13½åzõ÷tû<?\ 6å\92³\9d       \11\11sM>Ò\12\80H\bB*!\17ë`\81\18\81\16+a\82$\91B\b/2²\8c\8a\94Áø4\90\9eåd\'£f\10\93\14-:\9a\99fT©®\90`\"B\8ePZ-ÐL3h\86\87vr\ 2\96\83 \11¤<fvBB\98N÷>þ³\ eg«f\ 6\8d\90Ót\15\86eO!Å\bÒ\8a\81@\15;Ú$ösÚö     Ô:JL.sÚò\11\12¦K\ 6f\v\19 Í\rWi\',h\82ÈïLAF¨j\8cÈ]&A¯q¨¹&\8d¥ÌO\16j\1f«y\ 6lÿ\0n²\ fØ{rÉJ\7f0ZºÙ£6º&\ eá<A+Å\8dLHo\\ObÁt=$\"=ñÅé>¥\82\17 =±¶÷\1c/Ç{Òòè«ùØÐÄÆËg×Ó\8bÓ Áä\11 ëÌw!\7fj\nÃ!á\b6qt\84xoºQT\ 2\fdO=ZÄX\12î\85_w@¥O38¥:¤\80pM\0\99¥\84\86\11Z:\8c¡ºi´|­\1dn?)¶Þ§GZ\föøÕÚe=£ñ¬®ÿ\0s©ÖP¢THÅ4~\v*°\'\98u\86@â£\1cªÝì\15\82<r\fyôåïòØI+¦JŬ\89\96³à\9cî/}§â³<ïVÉ\'Á==ÂoSû\95¦\88¶À¾å´\ 5\1c?;âÔë:é¯9\83 ¥®èÔ\89Ý\"\9dÑrûÍáâ\ 12\bn\95\86÷k\\· A\8e¦ÁSOhóÒ \1e¸¼¡ýh\85x\a\0±\15\13§,ï\'ª=ã\9e\10|\80&\ f\92|gø3-\16\ e\18\15£Û±\ e©öKIO6)É\90­\"\9aé\82\99\91«ÂB9ªÄ\83\17\1cØëþ¼\80d\9aº\f,Ð5¸\11=\9d0K\108nî_|¬¹tEa 9ã½]\8d%>Gz`<\btÉØ¥:ø\8b\9aı\1eO\87 ³È9\15?Hf«öË\93·e&OîlªB(êuDzý\n=ívá.W·Ñ\9c÷³Ì\85v/ \ 1ÆÇà6\a³r4EbI\arIF×]   \13\ 6\11\94R\ 39;¾-8r\97ßï<kT      iêñ\93\85\8dËÉö\11à2\a\ eê\rø{ç¼½2\aföÁ¾\1fG\1cÿ\0¯     ýøáÝD_u\11ßë?Wjÿ\0\17\8fëý\f\ e\87wúÒi\9cò`\ 1ý+Çÿ\0{\96\91ß\1e1Î6Ï\1dýñ\8eúýOýãü1uü¯ÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\0\0\0\0\0\0\0\0\0\0\04Ò\0\0\0\0\0\ 2\ 4\10\13À\0\0\0\0Â\0\0P\0\0\0\0\18\10\ 24\0\0\0\0Ê0\0\ 2\0\0\0\0\ 2\0\0\13À\0\0\f\0\0\0\0\0C\0\ 1\0\0\0\0\0\ 1@\0ð\0\0\0\0\0\0\0\0\0\0\0\0\0 \ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 3\ 1\ 1?\10sÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`ÿÚ\0\b\ 1\ 2\ 1\ 1?\10sÿÄ\0)\10\ 1\ 1\0\ 1\ 3\ 2\ 5\ 4\ 3\ 1\ 1\0\0\0\0\0\ 1\11!\01A0Q aq\81Á\10@\91¡±ÑáPðÿÚ\0\b\ 1\ 1\0\ 1?\10ÿ\0¨\ 5Hªf=:\13Â\ 3·\ 6`\8a\"è\88\10\16\86\95\ 2\84ï-\0\15\"öE\f4°\"-\r\10±¬(rí}~\ f±­]\ 5+\eNC\\º\b\8e8p\fpÄò@4@NnlU¥ýÔg¸Kl ¯×©^ö¾¿\aØÊN\94CyÜd\ 3Y\"#q2\91JL\97\82\86\83.ýL¯\ e{S\1d¤\8c}ÏÄú%P¡+6Cq\97Ós½ï\9c;<|\ 2¹\85È*r^7¬\12\94P\9bK@RÔ\rLl\ 4r\8fÜ\1cR\14Õ³\98çù\"?\1e¾}J|\88¨ (¤H\0sôbc9>¡\bÊ\8c\ 5\ f\82<Èz\0^æ?Bæl%\\\93«\17\f\10\18\'D\9cÉÛ¢\0\ 1·\0{\99t©5Bà©Ú\1dE+\8cRÛ¹ÀÝ\9b\98×\ 5£ÌÕ)V\ eåA5)[3\9e\8bG0V\0ðïáK\ 5¥\nKä$\'ÃßãJ¥}b·\1c\85¨\12\n\10z\88Í*Êp\f\ 2¶¡\11\9a}\85«\nr½\9a½Ï&x±\95ùPCñÃ7f]p÷øÖý°!\8bÁU\1cj\82p\aR\90w\ 2\ 2 \ 6ÿ\05A´]Ó\bn(ÿ\0èɾ\99ç½\ 1\nÈBÐ% \1e\0MÑ\ 4í\16\12\90\12\10,\96°mS~qøãßG\8d\"\v0BÚ\81:ÏP¦\ 2|%\ 5Wr\19êæs\98\93v\eµ\ 4\82\1d,¨ã\16\12©J)¦q=\9f×÷õ\17ÙöcD¸^\ 3+±.\92é\10²\89#-ÈÀ\1d \91äâ\11\80h\n\81\8f\92_Wüï\9dº³Ýý\7fZ   a%$L3\e AÐLß{Z\88\81\80\99ìª?\8cÁ\9e\ 6Ê\97\ 2\91})\9e\948\13!\ 5\ 2\Z=\b]ʨ  \98\8eyÁwÛKá9C\ 4\\H \98GPr\9a9*Æ\80\ 3L8\f\83\15\efX\"X\ 6l\0gu\858DP\'\ 1µÐjy\9e\a^pÀ\94:d\f®Y\11ýX\ 1X\814\15BÕÅvä\14!\13ë¶Â)3Àzæ²\ 3­\92ì,c+\8dÀ2¨³9)*ÂÆã.\e\81\ 6î½+ è£é\b\16A\89\98ëFê\17È\n8} °3\n!PÛ\94\12\8fÁ=¯\13\9fõñ|_\Z)ïèåc\85\15ë4\9d°Ìu\ 4ð\8c\f\ 4C¿·èòçÎã¢:º\16\1cT\8dË¡\89èª÷ð6 [yÅ>\8aù-R\f£=E&\90\18fAÎM}°\83T WU      \87x\13\10P\99¡y å\84Á\11­\ 4\18,\8e\81\ 3ö$1*Úáj³=¼B\891(znc÷ß³\ 3\88\95\v³ìá\ 1\v\13\fñ¹ùÝüã§g\1el;ñ½Û¿ãÉXaä\8eB\n\b^­9ôw\8d\87CRl\17ÍóáÌJ\16Er娲L3Lüb,qáE3\ 3\99\8e¶ß¯Ë¡L\96ÕzÈ\9e\eH5¿ëòxXÖ¨åî0Â\13¸9Ò2·$h\8f,Çj¥Ã¬\n\vl2Ïr®;Æìßõù<\'@¢HÞ¹\92v;¯=\ 5¬õÎü\\r\97oÅzÙÜÜVV\8a«À\r\9cÍõú^\1d»çM\91ÛpRLÆöÕ«\91Ä\ e¦\r\86#\9d\94N¼«èrì\95\88£\89À\1e-ÝÇ\1fÃDùôóhp£\8f\98\83\0o\13®W\fÛ\97\98¼*³\1e0;âwÿ\0_>\98:è©\912¡Æ}\89æÙ÷_ÿÙ',4,0,'','','',''),(53,6,17,'52754cfc79010af9','b4cbb73d1178aab3424a788419bbe016','2015-02-02 18:53:04','2015-02-02 18:53:04','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\0P\0P\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\1e\0\ 1\0\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\0\0\0\a\ 1\b   \n\ 2\ 3\ 6\ 4\ 5ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1Ïà\14bLËc^üí\1eÝÃ\98\0\116¡ÛWà4Ùâ\13¸\ 1©FÖ\Z¹ìxO\0\11ùîµ\93ÉÕÝ\12Äy(øã\ 2»\18àó8G5*S\11Ùq°²ú~À\ 3ñ¡©ú\85\8b_M\87_\89Hfhê;@\0\10ÜÉÓÜ\7fÿÄ\0\"\10\0\ 1\ 3\ 3\ 4\ 3\ 1\0\0\0\0\0\0\0\0\0\ 5\ 4\ 6\a\ 2\b \ 1\ 3\10\12\0\11\130ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2ýgk\95O\1eª\8aÚ\93DÑP \88Û£ýé\93íãM\99\185\95ÊÒ\82$IG¥\91c°Ò8!2\14\93o¯ð¥R\1d\11\84Î+|ÔUfº§ÒSâí÷\91­\98¢ðªÛ\91Þ\15Ó¥t<\9b\ 4m¶f\ eY\ 1Ñ\92#£V[&×\18´È\8e\8d0s¹\834\ 2\12\9cÇZ\98ѤQ\"\14   \ 6$x7\12»Û\16ìµ\\@wÞ\12ÂMéJfO±´\97c\95£Ð\92Ùs0\a\9bG\13?\\$\8aðÚ\17Òàr¬_Êä¸\1e3àûʱ\9eä\ e:SÛ.\94÷óÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1OÿÄ\0:\10\0\ 2\ 2\ 1\ 3\ 1\ 5\ 5\ 6\ 1\r\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\11\12\13\0\a\14!1\10 \"2A\15\16#BQa\91$%0CRbqrs\81\82\83£ÿÚ\0\b\ 1\ 1\0\ 6?\ 2þ\95ºSI¦¦[U\0DÞ³c\931Ø> r\ 5±k!\9by\1e\13\aáù\8a«Á\ 1X\93-ëö\rW¬»ÂÕ\98=&ÆIW^.û1Vrü\ fc\8ce:q^\95:bC+\9bÇ]\9c\88x!-øØ  ÆÔ±\92°¥ÿ\0]\97ÊßËÜazI\1d¼\8d\8b\ e\9dýx      \n\86~E\84yvõ÷µ>¥Ú\b°\98\ 5\ 1z\1d\84W2¬¹ý\99\1fïÛ\15\8aɹö\a1\93±\95Ô\16äç¬t\93,¿\93d·Ô[k\89 \19ù\\ð.ÕéR®ªµ*¡5«V@BÒ\84 !jJ\80v\10ZÀ`\0cÊ\ 6\";7\r\96eê³Å\85Nþ>Û«Y¥fGàt\b0Sd\"~zöA\8a`ùl%±\8dÝ7\90ÊÜÊcñ\19\b¯\92ÂÛ²û\18Ü\968ø1W1Ãd\8fÀ¶ÍF\ 5\9aÖ\11Ó!\"\15Ù\16@\9a»c3T\ f©G-F®F\9b=$«\\HXLÌyí<\ e7\8f¤ï\1eî½ÇU\12;\ eÓy\ 6%aó0ê/ÆBÆ#ÖYÐá\11õ߶B\1dÇ«:G\'á·õåãñRÎ?¿K\97§åßÚuèD2Ò08:wEQÈÊñx\87-s\ 3¼Ë|%\8a\9cíÄ\7fnÚ/\a~\n.ã4æ*µ°/UØ\Z«\97\96I+þ>é\ 4Ä\10\94H\90\94n3\13å11õ\89\8fXúöÃë\\}f?Fd2v\1dS¡·ÃFð\9aòø\13Þb\"Õ:î6PêO\a¬+³\9f\15ÐËâ¬\85ÌvJ¢.Ò´¿\91õì\ 41G\eí1¸Ï\98\94A      n%\10Q1\Z\9fT\ 2áÎÂáíܬ£ß\83-\88\fÛié\15\93T7i\8fÃåçÛPw©¬\88³\16±¹`\9a^/c\e\Z\85û]~AÁ·  û=E_Â\'n\881â@#áU\11î_Ô\Z\82âèb±ÉëXyúÏ\9f\15¥!\1f\13¬<äT\84\84\84\"1çÛí\9csÏ»\1eîXeöu\95Ô«sXê*âS\1du2òìPÅTdGÁaUXP^H+\8büa«SQÒn®\n\84MQê»\96³Ó\ f!àv\ 5W\9aÊ\89i\ eãü\9a²\ 6\ 6dDD|»W¡B²)Ò¨\90¯V¥U\ 2+×B£\8aÒ\95\16°\18ØDb\"#¶wLÝ\"]læ.æ8Ú1\ 4H\9b* ]\80\19ò#®Þ\ e\b\9f\88\9f\87º~ð\17\18Ky< å4ÖNÎêÄæÛÑ]7¦\8döqCfÂ\93\ 3qd\9c¾³Ev Q>æ\8bî¡\84Ϻø,wßMZ \"\11·ø¬UZ\8dã1>a\b@Ìm\"\19W2>%ÆÊ­]@\94!`\94¥C\vZ\94±\81\ 3\10 \01\ 2 1\ 2#\11\11\eG¹áò\15*ݯ3\13(·]6S3\1e\93*p\18LÇøv\90Æ]Éé<¢\17üß\96ÓW\1d\8cefD~\1f^\95v/\1f\92­\13·R­êîY\84q\19Tìc©{»×\82\8f¿\Z,\93.½Y}\ZÚ\8b\vgo\ 5\9b®\98\88\15\91Á+Å\0\b\80\95\84ì rÅ+ÙÞVP£y-\e¢\94¢\9fÊ»\ 5x\18\ 3\1e$J\7f¼>ýl\9a\87\84\82èY\98\8dº¬¯«(-|ÿ\0Y\15°b7óØcÛ©²»mãôÞ\90«¿êTr\Z¼\8e=?³i?_M½ú\99\8e?&\90Èãy\7f©\99ÅÙ\81ÿ\0ÊgÛÏhå1\ 3\98\1dö\8dÿ\0Hä[\7f\9a\7f_\7f©´rã#ËëÆf&cøÄ\7f\ fgÿÄ\0\1f\10\ 1\0\ 2\ 2\ 2\ 3\ 1\ 1\0\0\0\0\0\0\0\0\ 1\11!\01 A\10Qaq\91ÿÚ\0\b\ 1\ 1\0\ 1?!á\'³û\92sXÞMo\91Ù\ 5V×àdõ:\84\92Eõï\11\8c¹ÍAá+¶Ëäc\17\84/WÉÑó\9eh;\116G\Zè\1ek\fPkë\98^\96\ 4Þ`h\82\84\18\11ä\ fÔ,\11w\ 3\1e\90\ 4ãe\83.\ 2\ 3\98\0\91\9eÏ\94S\\B+p·Ö\15D\f£ÞP@(\96êº\93·ÄpÇ\'>\87¦[\fÂJ\"\8cm\bÆü\7f  ðñ4r\0<º\90D ÃX¥8$×N£É\9d\9dZ\97\nÅf\86òùüî¯\9d\ e\ 1 1\94\9c\18\13\ 2(.l¼\81\ 4p]¢\97Q\e\n¡\9e\98\87ЬÔ>\8b+\893µ¼Ê<9áw:ä¡k\97¢Í\85Ø\0Èg\85² \11*,ÁÊP¨R\ 5dþP*\81&Oï\975àwÅ\ eÉBÓ?!#ÄØV~Q\18\ e\n$¡ç¬¬0³\'\"ç\bïÑhæÀÆàI¢ö2%úcáùÓù\93\9e5Õm\ 3TOcc\1c½Ì0ÎQ\ 6\94 \9a(Ö\\9¥`£ÛVÉØSS\99H§a\82DêX_\'Í\90\10d\9am²¬&\98v\9eUiC\n\b_J\1f£ÇÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10\ 1Æ\b\0\ 2\1cp\0\f£B$\0    8\0\0\0\ 3ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 3\ 1\ 1?\10OÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@ÿÚ\0\b\ 1\ 2\ 1\ 1?\10OÿÄ\0\"\10\ 1\0\ 2\ 2\ 1\ 4\ 3\ 1\ 1\0\0\0\0\0\0\0\ 1\0\11!1A\10 Qaq\81\91±ðÿÚ\0\b\ 1\ 1\0\ 1?\10ê¡´>Z\9cø°Ý4´;åÁåÄ\13HÞ©\eüï\0ª\83ýò¾\8cƼ)\ 1\87a{­\\À×äº\7f\85É\vÏ°ÛºÂB\84\13\98z)\95¬\1eòctÝT\11ºá¯¾ß:@BÜ°\n\nCi\e\16\92ái\\f ojq¥O>\b ¬+K*×\9cÌ®-\8fR\98\8c\8a\91d\81\8e`CèÎwd\vnÔå\8a3\98[\Z\ eG   f\93\15cAµ®-\94A4\85|V<\91\ 5ΰs.e2Æ\fe£n\9b[\'+öà\ 1£Xª^ÇÌ\10\96`g\10°\nH{4­\97A\87o@¥º\9dÇ\93*¼éå`û p\ 5¨\81E*\1fn\ 2Î\9a§§û¬5\0/\ 1 Æ8Ö\8f]\8d\95\17ØÊ´\12\vË£n§Àvºb\83`F¥é(\9dr\16ºÏ\'8\97\811\16Ë.*a\11ïld\ f\r\15\'¼ì#\7f^Qut¯\ 6n\9bá0ñ,t\8fÙÑP¾\ 5ü.\18R2ÆÐ\11\19Ç\14àdZÉ\929Ëo®!®\f\Z`\'ìR[\16\85\8bͤ\85ã\88PDhªø\94B\101\ 6Áó=Ã,\9bÓ¯q«°\98\n\bQv§p\89eJtVàÅ0ñ0Ð#Gßõ\81A¶Ä\ 5Þ\1co\12 âû\ 3+l`PIAÞêN\0\f\vÈ\1e´÷zn\0&\93\88ß\\T\86\0÷«\10ª¯N ~(QJ_OÿÙ',5,0,'','','',''),(54,6,17,'52754cfc79010af9','b4cbb73d1178aab3424a788419bbe016','2015-02-02 18:53:04','2015-02-02 18:53:04','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',48,48,2064,'ÿØÿà\0\10JFIF\0\ 1\ 1\0\0\ 1\0\ 1\0\0ÿþ\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\nÿÛ\0C\0\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÛ\0C\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1ÿÂ\0\11\b\00\00\ 3\ 1\"\0\ 2\11\ 1\ 3\11\ 1ÿÄ\0\Z\0\0\ 1\ 5\ 1\0\0\0\0\0\0\0\0\0\0\0\0\b\0\ 1\ 5\a       \ 6ÿÄ\0\14\ 1\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÚ\0\f\ 3\ 1\0\ 2\10\ 3\10\0\0\ 1ߦp\90\96,rÎÉ4Y\rd âÝò/\9c\ f\'¡Ã©Ü_\14;\ f\ 4\\l¨é\"6\91 #\ fÿÄ\0\1f\10\0\ 2\ 2\ 2\ 3\0\ 3\0\0\0\0\0\0\0\0\0\ 4\ 6\ 5\a\ 2\ 3\ 1\b\10\0\17 ÿÚ\0\b\ 1\ 1\0\ 1\ 5\ 2òvô@\86\9f\ f~e\rïa\9c\ fIªº¡]\81\ 4\8bØ\12l%Eú\89÷ì¤/.tm¶%uÖ¦]R\95¿fYKáv³F\12¹Jù;2\nô2dk3® !b\"³³ë}\8e¹É7p·\1d«n½úí\98ì¥Ñ0Ç\1c0ðÁG8J°R\ 2¯\8c\13Y£þ\ 2\17XBÿ\0ÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\ 1\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\ 1\1fÿÄ\02\10\0\ 2\ 2\ 1\ 2\ 5\ 1\ 5\ 6\a\0\0\0\0\0\0\ 2\ 3\ 1\ 4\ 5\ 6\12\0\11\13\14!\"\a\10#1B\15 2Aab4CQ\81\82¢±ÿÚ\0\b\ 1\ 1\0\ 6?\ 2÷\ 6\94¯nþ£Ô¤î\84átÆ9ù\8b+oæ\ ej i¬Ãù«îz\89å2à\\G       °Ê¶(\9bB\fªÛèw\b\99ú\eÛ:ÂwÇçÓqÇëÏîj\1c®)§_%k¶ÃS²¹ÚʬÊ3·e\95\14y\a&¿XÒqä\e\0Q<ã\8aÚÚâ\ 5Ú\8fWw\16\87{ëb\86ÓUZ²\98\\Ê\"Ô§¾°Q1-&¨OwD8/h\Z\1fSÙ¦½?5ç1§\9dV\95¼mÚ-°\b+C\r¯/\ 6¤Ü\13`zÛJ¶ó_I\8aæx]VUÆ¥«bêÙ\nÁ2K^B\93Jµ®\8c\97«¢Ã\ e²`¦HVÁ\ 2\"\91\92\9fv¡Ó5vý ä\ 5Ü^ùÚ\13\92Ç\9cZ¨¢/ l\Zûb?¢\1d%?.(i»\"U5\ e\87m\8d9\9dÆ8zv*2½«\13PÍsê\81mm£ºc\97]6\ 2?\a\18\8ff\98du³ÞÓ²)ÂV3\9eI©MVé\1d·2|Ï6É©\1e\ 6v¨ì7ñ, °ºJ£{\8f³\91%j×-½Ýû%/»b\aè\ 6X3é\ 4ÌÈ*\0fg\97?vO9\93oF\86&\8d\8böÙó\98Me\93\ fl}F[v\80üÈæ\ 6>|#Yk[\97±ôòP74þ\88¡i´ic±nø\94\9d\9feb\v9lµ\84JÝa\ ftP«%)\8a{÷r°Ìn2\8d\ 6\\>­ÆT¬\942Û=_\12Ë\16\ 2o?QzÛ$^©óæxÓ9¼EÔcuV\8bË\86c\ 3\e(¾wªlã²\0¯\8dÚÛ\14\84uSñRC\ 6\"q&\13W!ª1¶qõ&\16\19<\8d)\8c\9e3\14ÒÚ\1dKlVËË¡¾\7f\8f,|!\vø\97f¨s\9e\16ä\981M\ 1\ 5\ 4\ 6\a\e\84À\87\9c\10\90ÌL\14xåæ8Êã\a\9cÅëz~»F>ºìÔ\98\88´¹ý¬­Õ\ 2ý¥<ø\10\18\81\11\11\11\18\8eQ\11\11Ê\"#úD|½öiZP:µ´:µ\84°`Á¨zÉMY\8cø!0\"\12\89ñ1<ijVLÍ´ñ½§3\99\92éÖ{\92\80\99\9f?\r\0°\8fÐc\89®ß!&\96\7f\92\1c·\87û¬~ꪫÂÕ\13\ 3ýÌ\8fþ\97\1fÿÄ\0#\10\ 1\0\ 2\ 2\ 2\ 1\ 4\ 3\ 1\0\0\0\0\0\0\0\ 1\0\11!1Að\81Qaqá\10¡ÑÁÿÚ\0\b\ 1\ 1\0\ 1?!\98çÎ|Ï\99\17\85}±c\14I\9c´Î,ã>\0ÚÄ\87{\89÷ß<N;ßö_âÏ3Ècn\1dÆÊBã¦ÊööD(5ÂþfBøbD\88ÉÒ\1dª\1coV\7f\99ÄB\ 6}/Ï\v\10 \82(áÀ\ 5-\ fv\81\83\9a\f°\86j\15Gì`\90MwmÙ\7fVÒAa¯®÷p\12g$5\ eACµ\88\82Ëû|Ly£\8d³Üp­PH×£[\95Á°ØôdC\15ó\81\97O\88-Cw¸.\88\ 1Eß=RV5LFà½\92÷\v\rÐzIbà\8b0CÃ0\0\ 1 ôü}÷ûú\82©íQ>\95\89HFá E1b\15\1cHZÙÅ^Nðïj\87\1fÏiÝNë½ÜtüzCR\8aUPÇì\9fÿÚ\0\f\ 3\ 1\0\ 2\0\ 3\0\0\0\10SÍ\0\ 3\ e4ÃÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 3\ 1\ 1?\10\1fÿÄ\0\14\11\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00ÿÚ\0\b\ 1\ 2\ 1\ 1?\10\1fÿÄ\0%\10\ 1\0\ 1\ 4\ 2\ 1\ 3\ 5\ 1\0\0\0\0\0\0\0\ 1\11\0!1AQa\81\91Áð\10q¡Ñá±ÿÚ\0\b\ 1\ 1\0\ 1?\105Ñ´ÕÅ,ÇS\18{T\v\0\ 6N\0Jm\89ºólZ¡âå+T\9e\14H;©\8e\910\8fTNvb\8c\99Ç\88ãQÊß{fõûü\8f\8fu\1c\'\v¯÷G^Ê(ë\1cédd\84[J\83æM:Ðvú>\91¹Çh÷ô\ 2äú½»NÔÒÝ2£\ 5ûð7\9f^w\8ap¶8xÞ\87\87\8bî\90Ö\bÈ)\ 6ÌÆ= \8a\14vtÚ\94&S\8e·\9a\85\18\84\87\80Í\8f_üo¨qï\1d\1e\1e»¹®Øæ\97h0´ùzG\15\128IË-\9b\1cf³=Íc5\r^\8fô\ 5ïû2zJ\v\98,\ 3#»v\16k\19\8f2\88+}\8a\ 6{@иÆ$\'.\9a{.B\96<5|(:  \11+ù Ý§\96q\16\9b¶k×\1c9¿\8e\97\9e\158þÂj\n:\8dàQU£»¨²5\ 6À\82ÎÖ\ 6 \9b6\8eo\17(@-h2qÒÏ\8f¾(Õ´~÷ß|\98½|ö\7f4\16º\84\80e\ 6\1f       Öfø¡Ï\82ùä\n\18<eÍ\7fÿÙ',6,0,'','','','');
+/*!40000 ALTER TABLE `photo` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `poll`
+--
+
+DROP TABLE IF EXISTS `poll`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `poll` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `q0` mediumtext NOT NULL,
+  `q1` mediumtext NOT NULL,
+  `q2` mediumtext NOT NULL,
+  `q3` mediumtext NOT NULL,
+  `q4` mediumtext NOT NULL,
+  `q5` mediumtext NOT NULL,
+  `q6` mediumtext NOT NULL,
+  `q7` mediumtext NOT NULL,
+  `q8` mediumtext NOT NULL,
+  `q9` mediumtext NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `poll`
+--
+
+LOCK TABLES `poll` WRITE;
+/*!40000 ALTER TABLE `poll` DISABLE KEYS */;
+/*!40000 ALTER TABLE `poll` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `poll_result`
+--
+
+DROP TABLE IF EXISTS `poll_result`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `poll_result` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `poll_id` int(11) NOT NULL DEFAULT '0',
+  `choice` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `poll_id` (`poll_id`),
+  KEY `choice` (`choice`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `poll_result`
+--
+
+LOCK TABLES `poll_result` WRITE;
+/*!40000 ALTER TABLE `poll_result` DISABLE KEYS */;
+/*!40000 ALTER TABLE `poll_result` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `profile`
+--
+
+DROP TABLE IF EXISTS `profile`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `profile` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `profile-name` varchar(255) NOT NULL DEFAULT '',
+  `is-default` tinyint(1) NOT NULL DEFAULT '0',
+  `hide-friends` tinyint(1) NOT NULL DEFAULT '0',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `pdesc` varchar(255) NOT NULL DEFAULT '',
+  `dob` varchar(32) NOT NULL DEFAULT '0000-00-00',
+  `address` varchar(255) NOT NULL DEFAULT '',
+  `locality` varchar(255) NOT NULL DEFAULT '',
+  `region` varchar(255) NOT NULL DEFAULT '',
+  `postal-code` varchar(32) NOT NULL DEFAULT '',
+  `country-name` varchar(255) NOT NULL DEFAULT '',
+  `hometown` varchar(255) NOT NULL DEFAULT '',
+  `gender` varchar(32) NOT NULL DEFAULT '',
+  `marital` varchar(255) NOT NULL DEFAULT '',
+  `with` text NOT NULL,
+  `howlong` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `sexual` varchar(255) NOT NULL DEFAULT '',
+  `politic` varchar(255) NOT NULL DEFAULT '',
+  `religion` varchar(255) NOT NULL DEFAULT '',
+  `pub_keywords` text NOT NULL,
+  `prv_keywords` text NOT NULL,
+  `likes` text NOT NULL,
+  `dislikes` text NOT NULL,
+  `about` text NOT NULL,
+  `summary` varchar(255) NOT NULL DEFAULT '',
+  `music` text NOT NULL,
+  `book` text NOT NULL,
+  `tv` text NOT NULL,
+  `film` text NOT NULL,
+  `interest` text NOT NULL,
+  `romance` text NOT NULL,
+  `work` text NOT NULL,
+  `education` text NOT NULL,
+  `contact` text NOT NULL,
+  `homepage` varchar(255) NOT NULL DEFAULT '',
+  `photo` varchar(255) NOT NULL DEFAULT '',
+  `thumb` varchar(255) NOT NULL DEFAULT '',
+  `publish` tinyint(1) NOT NULL DEFAULT '0',
+  `net-publish` tinyint(1) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `hometown` (`hometown`)
+) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `profile`
+--
+
+LOCK TABLES `profile` WRITE;
+/*!40000 ALTER TABLE `profile` DISABLE KEYS */;
+INSERT INTO `profile` VALUES (1,1,'default',1,0,'admin','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/avatar/1.jpg',0,0),(2,2,'default',1,0,'friendica1','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/2.jpg','http://192.168.22.10/photo/avatar/2.jpg',0,0),(3,3,'default',1,0,'friendica2','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/3.jpg','http://192.168.22.10/photo/avatar/3.jpg',0,0),(4,4,'default',1,0,'friendica3','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/4.jpg','http://192.168.22.10/photo/avatar/4.jpg',0,0),(5,5,'default',1,0,'friendica5','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/5.jpg','http://192.168.22.10/photo/avatar/5.jpg',0,0),(6,6,'default',1,0,'friendica4','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/6.jpg','http://192.168.22.10/photo/avatar/6.jpg',0,0);
+/*!40000 ALTER TABLE `profile` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `profile_check`
+--
+
+DROP TABLE IF EXISTS `profile_check`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `profile_check` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `cid` int(10) unsigned NOT NULL DEFAULT '0',
+  `dfrn_id` varchar(255) NOT NULL DEFAULT '',
+  `sec` varchar(255) NOT NULL DEFAULT '',
+  `expire` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `profile_check`
+--
+
+LOCK TABLES `profile_check` WRITE;
+/*!40000 ALTER TABLE `profile_check` DISABLE KEYS */;
+/*!40000 ALTER TABLE `profile_check` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `push_subscriber`
+--
+
+DROP TABLE IF EXISTS `push_subscriber`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `push_subscriber` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `callback_url` varchar(255) NOT NULL DEFAULT '',
+  `topic` varchar(255) NOT NULL DEFAULT '',
+  `nickname` varchar(255) NOT NULL DEFAULT '',
+  `push` int(11) NOT NULL DEFAULT '0',
+  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `secret` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `push_subscriber`
+--
+
+LOCK TABLES `push_subscriber` WRITE;
+/*!40000 ALTER TABLE `push_subscriber` DISABLE KEYS */;
+/*!40000 ALTER TABLE `push_subscriber` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `queue`
+--
+
+DROP TABLE IF EXISTS `queue`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `queue` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `cid` int(11) NOT NULL DEFAULT '0',
+  `network` varchar(32) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `last` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `content` mediumtext NOT NULL,
+  `batch` tinyint(1) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `cid` (`cid`),
+  KEY `created` (`created`),
+  KEY `last` (`last`),
+  KEY `network` (`network`),
+  KEY `batch` (`batch`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `queue`
+--
+
+LOCK TABLES `queue` WRITE;
+/*!40000 ALTER TABLE `queue` DISABLE KEYS */;
+/*!40000 ALTER TABLE `queue` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `register`
+--
+
+DROP TABLE IF EXISTS `register`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `register` (
+  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
+  `hash` varchar(255) NOT NULL DEFAULT '',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `uid` int(11) unsigned NOT NULL DEFAULT '0',
+  `password` varchar(255) NOT NULL DEFAULT '',
+  `language` varchar(16) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `register`
+--
+
+LOCK TABLES `register` WRITE;
+/*!40000 ALTER TABLE `register` DISABLE KEYS */;
+/*!40000 ALTER TABLE `register` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `search`
+--
+
+DROP TABLE IF EXISTS `search`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `search` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `term` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`),
+  KEY `term` (`term`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `search`
+--
+
+LOCK TABLES `search` WRITE;
+/*!40000 ALTER TABLE `search` DISABLE KEYS */;
+/*!40000 ALTER TABLE `search` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `session`
+--
+
+DROP TABLE IF EXISTS `session`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `session` (
+  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
+  `sid` varchar(255) NOT NULL DEFAULT '',
+  `data` text NOT NULL,
+  `expire` int(10) unsigned NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`),
+  KEY `sid` (`sid`),
+  KEY `expire` (`expire`)
+) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `session`
+--
+
+LOCK TABLES `session` WRITE;
+/*!40000 ALTER TABLE `session` DISABLE KEYS */;
+INSERT INTO `session` VALUES (1,'e5uo85hrg47l37eitmp1603f55','last_login_date|s:19:\"2015-02-02 18:52:53\";new_member|b:1;post-random|s:12:\"677482169573\";sysmsg|a:0:{}uid|s:1:\"6\";theme|s:0:\"\";mobile-theme|b:0;authenticated|i:1;page_flags|s:1:\"0\";my_url|s:39:\"http://192.168.22.10/profile/friendica4\";my_address|s:24:\"friendica4@192.168.22.10\";addr|s:12:\"192.168.22.1\";cid|s:1:\"6\";return_url|s:7:\"network\";sysmsg_info|a:0:{}',1423084041),(2,'1eer3br92tt8r1bg3ru6sci2u5','sysmsg|a:0:{}return_url|s:0:\"\";sysmsg_info|a:0:{}',1423069427),(6,'msfi6i2c9pb1ru7o27m19ibve7','last_login_date|s:19:\"2015-02-02 18:59:46\";new_member|b:1;sysmsg|a:0:{}post-random|s:12:\"997226815254\";return_url|s:0:\"\";',1423083643),(10,'ijeq5r2aikdklvn958lvjpg0g2','sysmsg|a:0:{}last_login_date|s:19:\"2015-02-02 18:48:19\";new_member|b:1;post-random|s:12:\"475784340921\";return_url|s:0:\"\";',1423083738),(103,'qp6tfioltietrj8mvj2nadp3c2','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903903),(104,'k1lmm7fs2tsn6oe4g49ursv365','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903903),(105,'cnj2j5coti8bfvid93mkg55m83','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903903),(106,'v1cti2smq40h8j2flpfvobq765','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903905),(107,'cej2cukgbn8uahkt9i9ju82q90','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903906),(108,'uqrh60tnl04d07tt96lbv1va56','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903906),(109,'t0svkrr59ghr6gln091icjsss1','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903908),(110,'gqqf2ddltfc8unfhu6q3v9ldj6','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903909),(111,'a65jg21e2urroebfg14c6ucvj7','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903909),(112,'ervddehh0rneh1svmmkss0ai32','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903911),(113,'13qmbsjvq2gn5tgcieu954bdf1','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903912),(114,'ehhlnovkjl34mart97ipl5or24','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903914),(115,'oijspnp9vbama2fv95e17g5be5','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903915),(116,'vk8smnnp185mm4f4ka56tokan4','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903915),(117,'darku8a6m7renp4p1umva24g15','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903917),(118,'3rktto33uq0rf1c0ukpmi572a6','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903918),(119,'bnh0ctaih79fjm42skdr451ef2','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903920),(120,'pq6hs2qjs1kntlb8v35quqlem0','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903921),(121,'fmmck608369tjsqq7eidojs532','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903923),(122,'hc6c408uofhm2le3knfim1cha2','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903924);
+/*!40000 ALTER TABLE `session` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `sign`
+--
+
+DROP TABLE IF EXISTS `sign`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `sign` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `iid` int(10) unsigned NOT NULL DEFAULT '0',
+  `retract_iid` int(10) unsigned NOT NULL DEFAULT '0',
+  `signed_text` mediumtext NOT NULL,
+  `signature` text NOT NULL,
+  `signer` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`id`),
+  KEY `iid` (`iid`),
+  KEY `retract_iid` (`retract_iid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `sign`
+--
+
+LOCK TABLES `sign` WRITE;
+/*!40000 ALTER TABLE `sign` DISABLE KEYS */;
+/*!40000 ALTER TABLE `sign` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `spam`
+--
+
+DROP TABLE IF EXISTS `spam`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `spam` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `uid` int(11) NOT NULL DEFAULT '0',
+  `spam` int(11) NOT NULL DEFAULT '0',
+  `ham` int(11) NOT NULL DEFAULT '0',
+  `term` varchar(255) NOT NULL DEFAULT '',
+  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  PRIMARY KEY (`id`),
+  KEY `uid` (`uid`),
+  KEY `spam` (`spam`),
+  KEY `ham` (`ham`),
+  KEY `term` (`term`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `spam`
+--
+
+LOCK TABLES `spam` WRITE;
+/*!40000 ALTER TABLE `spam` DISABLE KEYS */;
+/*!40000 ALTER TABLE `spam` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `term`
+--
+
+DROP TABLE IF EXISTS `term`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `term` (
+  `tid` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `oid` int(10) unsigned NOT NULL DEFAULT '0',
+  `otype` tinyint(3) unsigned NOT NULL DEFAULT '0',
+  `type` tinyint(3) unsigned NOT NULL DEFAULT '0',
+  `term` varchar(255) NOT NULL DEFAULT '',
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `aid` int(10) unsigned NOT NULL DEFAULT '0',
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  PRIMARY KEY (`tid`),
+  KEY `oid_otype_type_term` (`oid`,`otype`,`type`,`term`),
+  KEY `uid_term_tid` (`uid`,`term`,`tid`),
+  KEY `type_term` (`type`,`term`),
+  KEY `uid_otype_type_term_tid` (`uid`,`otype`,`type`,`term`,`tid`),
+  KEY `otype_type_term_tid` (`otype`,`type`,`term`,`tid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `term`
+--
+
+LOCK TABLES `term` WRITE;
+/*!40000 ALTER TABLE `term` DISABLE KEYS */;
+/*!40000 ALTER TABLE `term` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `thread`
+--
+
+DROP TABLE IF EXISTS `thread`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `thread` (
+  `iid` int(10) unsigned NOT NULL DEFAULT '0',
+  `uid` int(10) unsigned NOT NULL DEFAULT '0',
+  `contact-id` int(11) unsigned NOT NULL DEFAULT '0',
+  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `wall` tinyint(1) NOT NULL DEFAULT '0',
+  `private` tinyint(1) NOT NULL DEFAULT '0',
+  `pubmail` tinyint(1) NOT NULL DEFAULT '0',
+  `moderated` tinyint(1) NOT NULL DEFAULT '0',
+  `visible` tinyint(1) NOT NULL DEFAULT '0',
+  `spam` tinyint(1) NOT NULL DEFAULT '0',
+  `starred` tinyint(1) NOT NULL DEFAULT '0',
+  `ignored` tinyint(1) NOT NULL DEFAULT '0',
+  `bookmark` tinyint(1) NOT NULL DEFAULT '0',
+  `unseen` tinyint(1) NOT NULL DEFAULT '1',
+  `deleted` tinyint(1) NOT NULL DEFAULT '0',
+  `origin` tinyint(1) NOT NULL DEFAULT '0',
+  `forum_mode` tinyint(1) NOT NULL DEFAULT '0',
+  `mention` tinyint(1) NOT NULL DEFAULT '0',
+  `network` varchar(32) NOT NULL DEFAULT '',
+  PRIMARY KEY (`iid`),
+  KEY `created` (`created`),
+  KEY `commented` (`commented`),
+  KEY `uid_network_commented` (`uid`,`network`,`commented`),
+  KEY `uid_network_created` (`uid`,`network`,`created`),
+  KEY `uid_contactid_commented` (`uid`,`contact-id`,`commented`),
+  KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
+  KEY `wall_private_received` (`wall`,`private`,`received`),
+  KEY `uid_created` (`uid`,`created`),
+  KEY `uid_commented` (`uid`,`commented`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `thread`
+--
+
+LOCK TABLES `thread` WRITE;
+/*!40000 ALTER TABLE `thread` DISABLE KEYS */;
+INSERT INTO `thread` VALUES (1,1,1,'2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(2,3,3,'2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(3,4,4,'2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(4,6,6,'2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(5,5,5,'2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(6,3,8,'2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:50:03',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(7,6,9,'2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:50:05',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(8,4,7,'2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:50:08',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(9,5,10,'2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:50:11',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(10,2,2,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(11,2,2,'2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:13','2015-02-02 18:56:43','2015-02-02 19:00:13',1,1,0,0,1,0,0,0,0,1,0,1,0,1,'dfrn'),(12,3,11,'2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:13','2015-02-02 18:56:44','2015-02-02 19:00:13',0,1,0,0,1,0,0,0,0,1,0,0,0,1,'dfrn'),(13,6,17,'2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:16','2015-02-02 18:56:46','2015-02-02 19:00:16',0,1,0,0,1,0,0,0,0,1,0,0,0,1,'dfrn'),(14,2,2,'2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21',1,1,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(15,4,13,'2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:22','2015-02-02 18:58:22','2015-02-02 18:58:22',0,1,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(16,5,15,'2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:24','2015-02-02 18:58:24','2015-02-02 18:58:24',0,1,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(17,6,6,'2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16',0,1,0,0,0,0,0,0,0,1,0,1,0,0,'dfrn'),(20,6,17,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:03','2015-02-02 19:00:03','2015-02-02 19:00:03',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(21,5,15,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 19:00:06',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(22,3,11,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:09','2015-02-02 19:00:09','2015-02-02 19:00:09',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(23,2,14,'2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 19:00:12',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(24,3,3,'2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13',0,1,0,0,0,0,0,0,0,1,0,1,0,0,'dfrn'),(26,4,13,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 19:00:15',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(28,2,16,'2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 19:00:18',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(29,2,12,'2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 19:00:21',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(30,2,18,'2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 19:00:24',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn');
+/*!40000 ALTER TABLE `thread` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tokens`
+--
+
+DROP TABLE IF EXISTS `tokens`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `tokens` (
+  `id` varchar(40) NOT NULL,
+  `secret` text NOT NULL,
+  `client_id` varchar(20) NOT NULL DEFAULT '',
+  `expires` int(11) NOT NULL DEFAULT '0',
+  `scope` varchar(200) NOT NULL DEFAULT '',
+  `uid` int(11) NOT NULL DEFAULT '0',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `tokens`
+--
+
+LOCK TABLES `tokens` WRITE;
+/*!40000 ALTER TABLE `tokens` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tokens` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `unique_contacts`
+--
+
+DROP TABLE IF EXISTS `unique_contacts`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `unique_contacts` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `url` varchar(255) NOT NULL DEFAULT '',
+  `nick` varchar(255) NOT NULL DEFAULT '',
+  `name` varchar(255) NOT NULL DEFAULT '',
+  `avatar` varchar(255) NOT NULL DEFAULT '',
+  `location` varchar(255) NOT NULL DEFAULT '',
+  `about` text NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `url` (`url`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `unique_contacts`
+--
+
+LOCK TABLES `unique_contacts` WRITE;
+/*!40000 ALTER TABLE `unique_contacts` DISABLE KEYS */;
+/*!40000 ALTER TABLE `unique_contacts` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `user`
+--
+
+DROP TABLE IF EXISTS `user`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `user` (
+  `uid` int(11) NOT NULL AUTO_INCREMENT,
+  `guid` varchar(64) NOT NULL DEFAULT '',
+  `username` varchar(255) NOT NULL DEFAULT '',
+  `password` varchar(255) NOT NULL DEFAULT '',
+  `nickname` varchar(255) NOT NULL DEFAULT '',
+  `email` varchar(255) NOT NULL DEFAULT '',
+  `openid` varchar(255) NOT NULL DEFAULT '',
+  `timezone` varchar(128) NOT NULL DEFAULT '',
+  `language` varchar(32) NOT NULL DEFAULT 'en',
+  `register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `default-location` varchar(255) NOT NULL DEFAULT '',
+  `allow_location` tinyint(1) NOT NULL DEFAULT '0',
+  `theme` varchar(255) NOT NULL DEFAULT '',
+  `pubkey` text NOT NULL,
+  `prvkey` text NOT NULL,
+  `spubkey` text NOT NULL,
+  `sprvkey` text NOT NULL,
+  `verified` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `blocked` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `blockwall` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `hidewall` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `blocktags` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `unkmail` tinyint(1) NOT NULL DEFAULT '0',
+  `cntunkmail` int(11) NOT NULL DEFAULT '10',
+  `notify-flags` int(11) unsigned NOT NULL DEFAULT '65535',
+  `page-flags` int(11) unsigned NOT NULL DEFAULT '0',
+  `prvnets` tinyint(1) NOT NULL DEFAULT '0',
+  `pwdreset` varchar(255) NOT NULL DEFAULT '',
+  `maxreq` int(11) NOT NULL DEFAULT '10',
+  `expire` int(11) unsigned NOT NULL DEFAULT '0',
+  `account_removed` tinyint(1) NOT NULL DEFAULT '0',
+  `account_expired` tinyint(1) NOT NULL DEFAULT '0',
+  `account_expires_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `expire_notification_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `service_class` varchar(32) NOT NULL DEFAULT '',
+  `def_gid` int(11) NOT NULL DEFAULT '0',
+  `allow_cid` mediumtext NOT NULL,
+  `allow_gid` mediumtext NOT NULL,
+  `deny_cid` mediumtext NOT NULL,
+  `deny_gid` mediumtext NOT NULL,
+  `openidserver` text NOT NULL,
+  PRIMARY KEY (`uid`),
+  KEY `nickname` (`nickname`)
+) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `user`
+--
+
+LOCK TABLES `user` WRITE;
+/*!40000 ALTER TABLE `user` DISABLE KEYS */;
+INSERT INTO `user` VALUES (1,'a76680835da79303','admin','6a4e012bd9583858a5a6fa15f58bd86a25af266d3a4344f1ec2018b778f29ba83be86eb45e6dc204e11276f4a99eff4e2144fbe15e756c2c88e999649aae7d94','admin','vagrant@friendica.dev','','UTC','en','2015-02-02 11:24:17','2015-02-02 11:26:23','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoPnn8yXCAdkLCgHLlA7I\nMZZH4XnzS93NgpoaFWpGgdX9hbHjmHpbY+0rD1Q0FsOC9W+R3qsDypkstJ4CqPZ9\nSHDs2QupZHVa6LrZFYAZaAd8ViR2KJVFl3Ssb4voGnmexkVQfKJnOZRbMxDJylUD\n1xYwnQRRRH89MMAA8m2gMnHzE/wMbIOiDBO9hbZZVYVmcV7G1YPPp250Tsn+O5c8\nWrIG7Wcq4+gWzzXNJiJdqZinD8FrpHEnmxypRzrvuTnZ71zDhRKFiXBRdBL05fMk\nKsyImSwGQMwzRNnVGlpYRVROuJSS2UEPi/VK6k73srNKteD5TN1tJoZyRKCiyOx6\nnohglwzuj69aCsONf+FezF1jpjtTqvqRAJ4PQgMIVW5UMYXLXYt5Ukk4WQi1OI1x\nrj65v1vnpyYRpdULOe7yyizZNxMmlrzom6TaJyBQjg9lyLwQzbIdBPOmC7KViV/h\nwhYVo14m1aCmL/dM8Cn2USdL0cKyxwhBrdgFX+Amm2JD1Umu1IBPxzAIT8++s8JY\nlre707vkZENvGErINnokQp9uZlQHm03NgiPAIHcp7PURyVvnDeT7B9bZ4WQXrIXR\njhiYau/pZ976IRpKw1E8jVdI/Q+JvWzX4vS+jbwikd9pqQ/q7EoG5OMhYf2xkI7m\nmQj4WxHDsvNm37bilj3zAZECAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJRAIBADANBgkqhkiG9w0BAQEFAASCCS4wggkqAgEAAoICAQCg+efzJcIB2QsK\nAcuUDsgxlkfhefNL3c2CmhoVakaB1f2FseOYeltj7SsPVDQWw4L1b5HeqwPKmSy0\nngKo9n1IcOzZC6lkdVroutkVgBloB3xWJHYolUWXdKxvi+gaeZ7GRVB8omc5lFsz\nEMnKVQPXFjCdBFFEfz0wwADybaAycfMT/Axsg6IME72FtllVhWZxXsbVg8+nbnRO\nyf47lzxasgbtZyrj6BbPNc0mIl2pmKcPwWukcSebHKlHOu+5OdnvXMOFEoWJcFF0\nEvTl8yQqzIiZLAZAzDNE2dUaWlhFVE64lJLZQQ+L9UrqTveys0q14PlM3W0mhnJE\noKLI7HqeiGCXDO6Pr1oKw41/4V7MXWOmO1Oq+pEAng9CAwhVblQxhctdi3lSSThZ\nCLU4jXGuPrm/W+enJhGl1Qs57vLKLNk3EyaWvOibpNonIFCOD2XIvBDNsh0E86YL\nspWJX+HCFhWjXibVoKYv90zwKfZRJ0vRwrLHCEGt2AVf4CabYkPVSa7UgE/HMAhP\nz76zwliWt7vTu+RkQ28YSsg2eiRCn25mVAebTc2CI8Agdyns9RHJW+cN5PsH1tnh\nZBeshdGOGJhq7+ln3vohGkrDUTyNV0j9D4m9bNfi9L6NvCKR32mpD+rsSgbk4yFh\n/bGQjuaZCPhbEcOy82bftuKWPfMBkQIDAQABAoICAQCfhulxkeKQmDoTYbIQ+RE1\n6vszHPqaHaYTHopo3JghBSMoQiENs3wsLBY3K7gvMvPuLPH/G7U3KtMd71UtgpCn\noJlnguIM1ywPZVPKtdb3vCtg5uNd1ohPzuUv6hNLYWmSjZB04zCu5DH5ClMfu16B\n4dCtWmD7I6lNTYnitfdC5qABFxBs3YpSs6FnCE3BreDWyxj68ZRxFcoXZqAXCApc\nyv6IeGwNzawFDwlOGFJ/xvMQbxswrJ6WXjH3kBWPlyA90M1GbBOAH5npEPw3gdw+\nudFJElLkFjlcqw8//XZqxmD5FOvud0Zj6eOjDjz0kC+izN/iZ7FKs4Q8NID94zSj\nojaEc3/wkrj1+Yi03dLZAmYUjk6o65R0v8ZesE2RguaAD4KHkVXT/B2UGFHHn02+\nzJbj1H+gok3yMs5kpty19yeH2HpVUApprH5vEwjqq1CRcJR44DK41B5IfzJN+won\n7lfjdk+X+3uOQR0e176IKeaPckVe1k7iZrocCGgU+ls7ARBTXCjSb6CD0dJX0HnK\n/3xrS2KvLcz9ZXY4u0ucBM9W6jn4bdNxIVsrbRaUeqeXjhZJ6gdCQw6cVoMGl0xe\nL0+V5RtvQp5L6/2QQ6Q6S0zS87z65eeADw1ZyZiH18Xr2Lg1zbw71S2hYfrvnQLZ\nxh1qJmdYKdz1PkeH0uA4AQKCAQEA1H9z0vrOO2vxaimP3totO63a9GZyY5D0QWMv\nleiTKQezdxGgTY96b3lfzq+Jpcmh7YaN5ID6Uhj3NAU4dj06UuqsUwZzVsFEZ1mp\nzvnP47EQkA1JykRgkPGROCy9V8QwQLzYjeGvJyJ6eaLDI+HxRoX5ZAC3SHpPtt8o\nSkDE9OnIY2k96ohzkozosGL1P68zAhsQwLc9/C11NZpLOTJy5kiQc80p4zx38BuS\n38EjtLRmpw1dtPvgTpEnqdX9Yw3EAkYqa/p6hH99sDzxAF8wxt0tjmm7mtXvl7Nt\nlu4QXSDxrjKma3oxL5HsyQxitQ9U7+DFxRGgqxNjUCaBq6ImgQKCAQEAwe5Q4fr1\n9RGvh20s3P+VNKA5spe4pWPHffyaPvE/cdPutuodd3DODD+a+EKA5bg5bqpMFD4T\nSMTT0da6PI7N2baK6HrONsmi7r8u/qqKRA1/reNqmPKD4xfCSSSlDRXeJGrlqdiw\no1JcNpZEQq1sGXWLRHfm0/MN7wZhk/9Zvgp9fQUYx9hWJ+DfIiP7lFl6YIB88jya\nRKNx652sLk+ZMUPXL61aJDhRHP8mQGOQq/PZrukt07+9VqOhfFvoXh5kDuVl3CmX\n9vcfSMO+oFvEde/B1RtMWZmFIN1BxaBICcCiq2zLsH6z7KlfRI96U9mEfkk4PMLq\neIU/ygrKkKLzEQKCAQEAjXTmup0BKqdZxw0x2+0rTV4Xsrh8D3HQV7LaW5W+WQLq\nYioWp2sK2yhWMfXC0N1f8QmwbVu6x2odLcEH7BYoPEhCPOa/YxI3IgGbO9Aqpu0Z\nFHv0EjTgf7x/qoCF7uYIJSBRnGmPOqMGGvDRrJJdFlBbS0n6uMHLTPZTENL7CfqS\nzjKh5/27yeQJhlnp3uIXN6Ciz1dsaPIt42f6CXJe8JN/rcb2ynFXejww0sj0pves\nmioYpkFB+atBVxq/me/w+n6RAN52LrvcBLUczd2QT+Gu0O3r2E/wNfFY069Yr1Yd\n7JOFG2j1UzB2CwQ2tUcmiKT9oolwhlHau+FWUtYXgQKCAQEArs/oUQwsElFy7JzZ\nSA2LrfiQihCB/XRIK6U8VWiaTD1Cfdfj3/rrgdcEFq28C1dZTgxssAKU14+1cP4i\nutvva0VFSfMJWBHCsXvdHOsV3+pbIaBSQrS5dkfAdrZ1oaoIqMNDaytNbqubPAmQ\nVpqFSx3OAFYk2QHLmZ8i7onLl6dVHxEtGVhFsYTfHqNY8I0H511rQ+ClHyJGWqGy\nx7ww11vT6cJV8zhgxcap8HjPvHD/1M+U479/KU4vDy65871pbJQUkbVcqt5wcOMi\nPuL54WXSUAtfc5UTkGBiHYcx6Lig6e4UXnCYN8kle2PqXRNCf6P48ayyNxnGOpYn\nquF4QQKCAQAjlYJvGcWRxpYrmydnp5ZxkDQhHe+yGjRkarvYv6N78u8hi5mLZhkC\nRcYZOdJd+Oo5QxRxIqoReDStwFscJnswtH4oyPkrg0v/Qlde5+giu26LouAG3edD\nKrj5sGPJxRFUFHczs6Qoj2gd2phc2sNUVcsZcDMeqKzcit8lBO/dTGDoQBsGv63b\n3iwXvorXK5T20QmpDCgDcgNVjCTCXwVHqJhUL0PzGpoROG0+Izt1AE2NQMpwSIWB\nT7g/+ulqim88wxkqdXgaK0B4/JA3u72G1CL+aYiSRCxZBzMVWjrwGFH7FEefMdlp\n2BhqpyDqneDnzk0bxsH7Igoz2hCH+fMv\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKlFbwaAOe6kwcpj8W+IsEKN1iFGOcno\nbzRNnlH0/WaH5e62Kx3Y4lfl2SLoKNVd4eNTR/y0pmIPIlISSZ46sBsCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAqUVvBoA57qTBymPx\nb4iwQo3WIUY5yehvNE2eUfT9Zofl7rYrHdjiV+XZIugo1V3h41NH/LSmYg8iUhJJ\nnjqwGwIDAQABAkAl8HMXEOxrKbBpzYbSyd8/u4yv/o57S8aJAZCnq/KT5Spolsoj\n5FUtU9BHEmDdiyaFizpRbd7BQo2oZRPGoDEhAiEA2Fjcj5mCi0s5Fd6K+kEeRz0i\neuqHQF1DXUr1EENJAqsCIQDIS74g1E5fzeY60z6qpoNCLCoBrLnCrmHuR+GZkCKI\nUQIgF1NtZGYutwoDO6Jk5ZqDwzaKMyp6LqxfiP198qTuiEUCID2lqlgaYCD2k3Tp\njbEiXOXiB+/KBMaZu4SGVTZZeXdxAiEAo0RKX6prYeQ+rXTpuxMczrHkZuD+DTSB\nRRHgZxABlf4=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,'',10,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','',1,'','','','',''),(2,'ea011657ce99b36d','friendica1','dbfada587308ebdfd1da52a5acd46c889d8467ea5051e16fe3dd034d153f897d4878f4b99f43282c2b7425c5136482833a79070ed1846fe40804aecd77738435','friendica1','friendica1@friendica.dev','','UTC','en','2015-02-02 12:02:11','2015-02-02 18:48:19','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJRAIBADANBgkqhkiG9w0BAQEFAASCCS4wggkqAgEAAoICAQDz+0jFEGzzW7RX\nq6DhVeEbyiaj7xghyRCovmbuNYmpDe/R8KuPI7wRyuNeEoLp6xp9I6VWGDHMU6So\n0fytEYW0XTSy40lfL/R+HoQUW+J9fWFDDVkJdeUfGaYzjI2QY7NtFc95W5LHKfU6\n1A0ZGcFIZ6p0JlzhAy2A9tU/BNNZgHitJtUZhsRrm+mpjQ4WeUjAL4G1Ct3TEUQ7\nv4UZ+a/aNG3siZGLIVrN5/Q2Fkvz3QgV4Hn6sXx+J8Lejs4/STMHvn7PkuQF+ey9\n5kKuJqPAeNSYw5r+FM5UfDipgirpdjhDY6BoZOzbGoHPj+CeIqM1IFtHJjLjmmsU\n64lMuY6zTvTvyd+Dc1tarkmSzPA96f6By9zg+/fzPYMFzZHGOBTRhtjhlXTncYjN\n3yG60Dib54PUKXQ1lwR305iLd21dYAI+x/YLT8Wyi4CPWO5dbF5Fn17EemGzS0Je\n39E+DIo6oU9o9EIEvoxS8zQ3XJHZNWTezdSrST/gATFymUka5m3xswMgZHqDdEX5\ntefd4tv1KemctIgykdL838lVDMyzhby2R3CLY6Ih41aFisUf+y19Tso9hd3BV924\nNMC/0sBjliTygyiZ8vlvT3t4oN3NcUnespReS2huXvhES2AB9cQDc6CoJdQY8ttL\njkjyCxnEEVGaY8fdK44JBJGRjSBv9QIDAQABAoICAQDacXCs59D0bnXgTM0lE1QS\nIoNIIYj0ruXYf2j+/DY9gznmONoRtYfsUkAR+Pb3YsT7p8+fbtgfPgBeGmxltBuG\n6jCFvdPygqgfx0iwRbhabMiJVUkTnFfA6aER5FTXIz0BfRaebGvVH+7tdfAoOhQA\ntLg7eCGOYN776YPyAWsNZmYleXAwg6YXRqgFY0JqwrptP9uc8Za8JGh4KjiMki5t\naqXEs0L5U6rOUlAnoPzt4Ucc9zefSgvRk934j9l/dhVXaKp3ROgdpa/eMmwfKn9Q\nk56dC/0YYh5+LB47Pk0Xa/5h77At57bdUTVKVmJgk1iW91piMIQ9ngMj3uK2LCjj\nCFQJSd2I5LccaTrCuNRZNLfG4QzMY9CD14haWtxmHBDk1MZLL0mpe7bPCJApoLUO\nfDzkQ7uxSJfw5OIARmgWsjwy55ZiMSLGdimBp3sFtjVGwmG4PYfIeJrDoQ+VcDTy\nJMlEufHvYZNNN9FO9hT7DBUjdwmBrlc70ogV1ea9wV7yUAmExGvRcr9GIOuPwqsF\n4Uok2H31BROWdUUuTd8OoZiAkG9kZqnQyNDxBRxeWo801y8AcdhQYu97QDdwD2DY\nGHNy4lIbD1xtpyodUStXqS4xuTpXU0qcePrnOgv+w4l8ysIDDLV/zifMSJYs2NBU\n/Iot1uCdR2do87A+h1ZLgQKCAQEA+8s0zjVC9pX2lIxiw6S7I0jQxlzs020IceqK\nFtlKaUeKBTpG10dqbAAcxkhn6Ba2GZhzT2ySlSaOk0E34Ttc1jqFyr1wAAkFHzue\nP4QF1nblbl0qveRbHmR8/qGRTwMD2mVdNO1VTBPq70Q4mWthSrsd31jIkon1t0FL\n/QAPZokNHkfwse0NzoqwY62TJsdOPCOb1LJxxi3BykS4Txg9oSeyBIvv3oaPCm+F\n5X/tyddO+LqVseVe7Zy3MoY8oqyyELQazvJqNoVcCeq5ha7m77I//HlHu0RsKNF8\nkNSF6Qqfp+sRh1MUnWz1tBKHDutSQty4jPtIhqNmUgpu5USqlQKCAQEA+A6rUQIE\nMz98PkBIhuE7McC1oSIpyvSGuDlBY9ceq/FKdz59nAacoiEMcNjcTYJnSeSfVpt7\nLomKNP+EzE5vOQYg4y2LHT7l0DJSZmdrDTpx5KC3Sg0vDtKvqwvlpoeiuWjMTTeU\nSB3zrdImVg+2DWZB94zSz81E11bLXrE0nWEyXdsUaZBIbH3x7YDm6CscFoAvEMzg\ndgae6nMJP+v/ZQHDyYAxRDRp8VBT41JZHBz7aB6oIBcbU00r0YgWX9MXI89+WVv+\nUN8nMKRhtYMtvagQZIvLyhoEyZNU8R1ZYmfLRe57ImHhmjjZWzUdqphS0UzpjEnB\nR9cpmecqXv634QKCAQAychHQRmd2E7FlLYMUA0ri1NHPDAr+iNeqSv0DeuEnmoeS\naIyM0OgHXzZkm1kF7JbrJdnkTbJIY4MpCWXyn/wHh44Kgk2QFD6MdVtNClxJDWUF\n6XCIvtlqi2NneGMuW0JIXQqBchMmvM7SxO45/oNtf3OKrbTxduZdop1gwMRVHJwe\nNveIDiA4Ax03uyzCFigccF3mDSIyPDSZG495eTfPs648rvSNtpOt2Y4P3sN7LsHJ\nn0gibfvIyx8A5lf7l3HNWugMEhEpfypjaj1lBReLakDbikjOwfSRcPbt5UY23EQE\nVloarJBywcOwIg4g9RB0CNiIlkd/gfkb8q8pC8rJAoIBAQCAeGh1vgua1yhrvTNS\n19emft4So/TtLhOP2edp5AH4nzEn7O91HV+GAIPG9imy4vTHqmZznnb/tTAlHqkS\nfxTPfcMOpYnFDcxMNaPDcZBZ+4j9FdeXvJhAnxFoDvNTei/mwsX8v+pGJ20K+ynr\nrJtm+Sz1HrQX94HN3R/a3QAY+jvxrAM4YQeBWQExNm9gkuMrLBw0IUenGOq5FfcW\nag2NrIpQE9pwLo0n86hetUl9a+0xEZ+VbyIx1Gf7TvX3jwYO/+m6MhDWpZxQbvJD\n5bqM3TwQNu7Grw8HrwxxC/g9JPB8OXUAa51CGGtJ94pzzgwmZiUXCSPXJzJeiQDC\nzj1BAoIBAQDLbKMPtVrmZY82tZvETtM6hcAJsdhZGHVIMkV3QysrMdgxV+pTBUmR\nGALfZtI/OrQggWCtH4StNseDuq7dRi+AKdMnFGkVp34wcIxQyugHp3yn5/q0ZPCS\nbBP6bi+oh8AJ+FCtkwkIMP3DtTK0j7XuQh+r3XBGl/2yFg0zjsxnNx8tiWa6iTXD\nfai6tjup3C3Dz3hn0oIkSHtk0cbDEYODQFOm+yxU5LmMQ10lPpKf0//q5gOMwgqe\nEk81drQ0dOIvjtf9wV3gNG+1YsIK0H8DsWolySmnjPZ8BP2CusBGIrdUY9Q/ukDo\nvmU1V1rzKCbc8QX/G36jwrNistIgKWf8\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALg2gbuc+ZJFLmGwm4gzIJ5Lu6yci9rm\nRr6KGQS5FZ5ELZzqABX/hAi1psB3UvzywfVgus/3Al65CTCI+CdH5nMCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVgIBADANBgkqhkiG9w0BAQEFAASCAUAwggE8AgEAAkEAuDaBu5z5kkUuYbCb\niDMgnku7rJyL2uZGvooZBLkVnkQtnOoAFf+ECLWmwHdS/PLB9WC6z/cCXrkJMIj4\nJ0fmcwIDAQABAkEAiiS+F275rdpZlQL3MCV/UZZjsGdZbhgAd4Vii6ss7hjXCA2l\n/74l9K0YiP3R2gg3pepvONN0ohXbzxflkIKs2QIhANyzg9YTIUKolr0xoOjVkjrf\nAPhdbQWgkHz/GVB2XFAPAiEA1az/r0XRIsTkImmI+FicYmfocH1kCHm+HDqVnngj\nH10CIQClg2dCm5QdBowNlPOEye5hgi6bFI2XY8QYScO1SR6P1wIgOPmnN9IzAMVl\nW3OujSH7mRXB2fTlbokf0yEf8iBwpRUCIQC94ofddRjyue2GlUcnNjLjJ9aNVkz7\njdZ8ohUKgtkFJw==\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,'',10,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','',2,'','','','',''),(3,'9e44e9d0b279a4a3','friendica2','2d8912fdf66ea84e9904308bc9fe9e1e6e822af2028749ef2f63e25189f30880fb0378912d08ddbfd100a900d3df2d1a40ca1f1f3a0fcf3571de7a8e9dba6beb','friendica2','friendica2@friendica.dev','','UTC','en','2015-02-02 12:02:40','2015-02-02 18:59:46','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4QpA4flE9v17fh+yrMpR\nU4iKSxLOF/8ROTotrdQsk8HcHkPS7E60QUaRK45gDc9O+7FU1+90V+oo0BqdkJFL\nbFtTogP5fdNSD3ApHz7s03oBX9JenU/8JhxaH1VwEs3lLDlFrywngiYcEDZIeLGZ\nIFK1GWP79+ZwJ9WWoBhzCD4hg4excOWPwwQMjCLYAzI5INEPTw+R3CKD6EsnVLu0\nS+u3zBBsL/A+bgDDfgZoD6igJQlvenK5jStgfbiuVp1mqdXKJ8D+rYz5FQ72Yn3r\nn6AvrXcPQMbLSaUK5m1Ug7beasuhRJ5Z7TVtJ/RLNgA3mOX2A2Vy1i38VYmcTaG5\nom8AYeI/nSvMzJt7FYXOBdxKnSW0UhkXsjBQavefz7sp2Lhcw5U+7eaPi2fIkYio\nVHKU2r8uiJPFfUMAbHA2+rScBjn2lYZH0nfMKrZTzva7y6d19EOsO2aP5e4XNjU8\n0tX/C1iy6LPMCf7xG844iROXi7NPJJoTgx/Sl6+o0oqBl9J5wJDK5U33rUSqYI/p\nsPEfaStqA5CgBAvAsq0N+NQQndJzGfuYaIdfleyUSLIchHhEICE4SN62RHZ6VTlg\nIVCva4xdBrGlkGV/IgE228FwgX4GWELclfUH/KwcGHChlY8dTtVZHbTCuizvPLvl\nXuZQ9ROdQiwkYwGJA/bhM3kCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDhCkDh+UT2/Xt+\nH7KsylFTiIpLEs4X/xE5Oi2t1CyTwdweQ9LsTrRBRpErjmANz077sVTX73RX6ijQ\nGp2QkUtsW1OiA/l901IPcCkfPuzTegFf0l6dT/wmHFofVXASzeUsOUWvLCeCJhwQ\nNkh4sZkgUrUZY/v35nAn1ZagGHMIPiGDh7Fw5Y/DBAyMItgDMjkg0Q9PD5HcIoPo\nSydUu7RL67fMEGwv8D5uAMN+BmgPqKAlCW96crmNK2B9uK5WnWap1conwP6tjPkV\nDvZifeufoC+tdw9AxstJpQrmbVSDtt5qy6FEnlntNW0n9Es2ADeY5fYDZXLWLfxV\niZxNobmibwBh4j+dK8zMm3sVhc4F3EqdJbRSGReyMFBq95/PuynYuFzDlT7t5o+L\nZ8iRiKhUcpTavy6Ik8V9QwBscDb6tJwGOfaVhkfSd8wqtlPO9rvLp3X0Q6w7Zo/l\n7hc2NTzS1f8LWLLos8wJ/vEbzjiJE5eLs08kmhODH9KXr6jSioGX0nnAkMrlTfet\nRKpgj+mw8R9pK2oDkKAEC8CyrQ341BCd0nMZ+5hoh1+V7JRIshyEeEQgIThI3rZE\ndnpVOWAhUK9rjF0GsaWQZX8iATbbwXCBfgZYQtyV9Qf8rBwYcKGVjx1O1VkdtMK6\nLO88u+Ve5lD1E51CLCRjAYkD9uEzeQIDAQABAoICAQCYigG26ucjYGi/8i6Dz1PX\nAntzLdkDDQMYvmXOKT7aHRLedOzY/vRSNsoaMxTK55XLJ8Wx5P8AxJlLjm71Wnc8\niJ8k9/q6nm5GRqmpI1cWdeHOmONHULtC/f7ctGYWaPgJxPyGI7DYGIr3NkRjg0af\nUVCuWEaoH8wwRCgodsoqcSr4ZBcTxpdvAiSbLNctO3Lb2rm8xnoBNGgjIiYT2nP4\n7luUeCFNUVSP7faVSzRoQM3krQOihXdeyGNMdM2/qku3nVG9JqW68A66hnzeACqh\n9cu7kjOFnfqX/cZosP0TlvYmf8bdo1SjZI6MAZylivokquPaI372zQ740CFhwdj4\nixl341WCyi3WV84BGF1HJsMu5zp0pF7brPLl9R1V+U6mY/fHLPf43/v2fAl9s8sO\n5oODG6TMWxrsHbc7KCpwml3AijNO49TgL1jU+rAWEr0CbmTUv0dThRBQtMo5wlr5\n/jrPbRbhM4nIcEvYSW2wRBQtxA4nzFJQn9V2nLn3F5Tcbh7rO7EM2Slmwighehci\nuKWAVKWuc3vs++wSPrZtCBfcxEJ5luNxrwywLWSHFTiW/JonfZKMgCk3h3DHvsWH\n2bxiWVxMFroHvvXHryoFeKLscJeoBpRXXS2K176SVan0pt/kjvz7o5pGr5WPZ89W\njo9qHJruI+yMJ45qdySJMQKCAQEA+MIIoDgs9ejDw2G8298NucGLBB9TLJ7SyXeJ\notfV5mmX34PcnJ+nxa/Z+WHDU3W3FtikJ8cocQ0FfJjfHzwtw3YQDZG/IyB4AbLO\nFf8pCC15doRnFqy1+OYzk7QAg4IaBbR5Han23pJzm3nkMmK1CC4Hrzcok/XhRCj9\nDNSzxPUqy2NsudE//lNNMOdN5dytr7yEHzVwLg3f+zh4g3XHyWcFnjQvpm+amKa7\nOQhYlTJUL97OwuPsPKc2OQApMZSr1XE/Ef8gLThHzZBvuNAOLSLrZa0HuhPivkrz\naB5Ad9MwkTddxh8kER7izkLG1OTg8KvWmbS5za5Svf4A5SsGHQKCAQEA55dz7eDu\nQvf5/WBeD7glHPjwmdfp+KPoqeTSO4zNnAqohwa+i/bOQ0jHy+6A0Vpoj+0kNQ6G\nZTFRX7ofMuZ5/9jbLNDBq1ht2g9m4BKIfaascJSXW6RDUj6YxAaEnLhFTx0rEleZ\nY5ygcbK4Z8HVTV1YeJgyFmmIvjVcRSgzQVVVaXM6LLBrtfzVng7POhgA4Guki0TT\nga0aK7cAsoC1r7QPgSSWCdKGyz0Ok9MAdqG0AeA1Zz0S86lSP6pRpwfDSH6Vdz7T\nMFR3YDQKwNtecLczSg1kZDkIxVVM3ftyJGffcLlnhRbpKPlUmgL4srNNoLC0QatL\nB+IKUOjNFgQ0DQKCAQBPHgd4TeWe4MVCoxdaJvtKlVANo5jknC8WfLp93H/fpL31\nDQ9hkTXfHisJshpZtRriXUz4idNHAYk5M7XjTVSQ0kAQ0MYl+fGxOJlrTZhTTYNQ\nOpQ/FfdajnzhAWMYcIyuO9Q5pxEpgRLb5Ey76cECNQGkrLpvNMjM0OyK5Cu4/PD7\nd0fhYbgkv4HRh/+ymBl1x1OOSYTAYRFX6YIK7a75U5bp1ldBbEWTP5RUc18ZNMSp\n5QeF3NAKCnSodHCloE92t2oD40zslPXhX4rpEOMxX+XWlM3cVO7M7zGzb8u5UKYl\nyaI9nTHvcA9a4soydAlHAqBiiqR90m/mlZ7bRG/RAoIBAQC4MmidUaKPlyW5FhWa\nEQ9LrN/IrMdF4DAkOH/Rp1q9emiyBHY3YlSJhXCLzaWdXXf+yVFb9bKE96XOKn24\nAUIVcMhaK6tt+cZdgpSDMZpnvdI3NKfx1oNI/cqJVtnQwGs30m44h33TkXa3F7u9\nophhkRXVzM9Brix5hH1f7+pcU1+8oE4rzyHMPE03CnZdsUu5M0RLFLHY2PIQxNwE\nHYTkO6V9RLklFNHrAiP/BPrAYDqIp2gyNYxGSmzFgFSzMeRrW2rLzicwsG3GEX5g\nB9pkcgGUK3SmlgpY0VBy2hPdytQXlw8z9pX55d0ZJbXig+QBI6oq9O+XVHx5/79m\nfG9dAoIBAEk3rpte1r7Dt/lCSCFlUfj63nmG8Q1DdqKQQa7w/PnsT0qw7mayZvRL\nPMEvPqBrlmkZen+51r8rGtmAqGnpxD/CcZW4Yi6h91e5fCCq2F5uW33SeV7fHMXy\n6PPEgFF8kpyjgKtq6DAgVvvYm+T5DcBWwTbAkI9IKxCeFDwcDjuFQ2wLX29RVXuf\nRzRrJZ5C36unxRnothJA8sxx8Tv4yNSS7eQ6krGr1xtQtqApPRIDdvzovTecfP51\nGTGHOTn2k1+QgQzFT46XN64zP1QZO05JDEo7M/Ffzov5bz4FvcGyxZfCXlvmfc+a\n3XJwnl4GIBdvQSoa/8wxMTsWdV8Jslk=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMr1t2Z+nHjBXTuRT8qj8aGt2mkqAT5W\nI/Nl9my/Vo+z3AqfysE9KKXBKtUy/8tRDe1rru1rlGX7aNu8OaXUzzMCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAyvW3Zn6ceMFdO5FP\nyqPxoa3aaSoBPlYj82X2bL9Wj7PcCp/KwT0opcEq1TL/y1EN7Wuu7WuUZfto27w5\npdTPMwIDAQABAkBbbD211JiFKIzntTgdDqZcbuSwdHRk8QZ2sFpFeBb02YEzDD4C\n70N82B4ewogtvat+PYh7Wf8suQ9PoQMJasihAiEA8ao57LgZKM7xX1YrQrwMOreb\nn03bLsO14CwUJZzAaVECIQDW/70AQMj+cSfbdkiNUa3CqBJyLeGhOpbxxg2RMRWP\nQwIgW2AN/t+tQ6zbvzyJpvYLebgq85UwpwIBJv4DsCUQ68ECIApY0G28sG+eXn6v\nWJqEfcpKcGjSUHOD8FO+ZlTAefslAiEAi6bjWnnaFDqwO2amwtlUeylNM6Qxp7lG\nSo91wUVaDd4=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,'',10,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','',3,'','','','',''),(4,'8f624e0d807c4b3a','friendica3','a4fe179880e01243799458e9090e87bc40746eac1c7f9c2373678d7cb3b15a547fdef510a3670988f567ceaef2aa5a52e98aaac0bf677d0ddff56cbe845814f2','friendica3','friendica3@friendica.dev','','UTC','en','2015-02-02 12:03:07','2015-02-02 18:57:06','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAliSi9id9Ll1dpzXC/lL6\n2/5FYxdn0XYb5I2JeXBNopwbXOLDsnnzXlV2NN8riZaYRQcIbS00OuAvyYj/IG3i\nDykD2zPjVnLEWADtj1YhLSgKcfQgv6Cj/7CPdb1Rg3icbvWdVY9wabcblVa9k+qr\ngK273C47lCQzXgvMtPst1DOzxtVCGmPJJHKjXZ8hDvf/IS0pVGa0zIv9kdofqQV9\nD5u5LuNzRuEGnrpAzpfzMueDppBrrrr37sKrZfCvyYHZ/ouFgZ3bY9NNVnjuFItP\nrcDlJPL8NhGmmzuYtI03MLor+1yVdBKLIJ3G2Bxzn5tynjSX9XZzOQgC3+YVH4TU\n7WDUHjTWJ9mliD2M1WXCp2Lwc/pV1Prnvv057pAqdiMhnddzucV9nLk9X9fR8xyy\nC7PRwx0hkB427EtAYaOTr3RtInP6+cm+3M7wd6ZKTqWAU+Pi20RNrQRsqfHJ7+hx\n+i5rIG6/knB/C+MAAutEH25oY8kJYtJzXid2OBSE462DTuYaee9aGHUDNy+HQau8\nBhJ4/Wsc7Nf/7GRZ38SVT/HQShl47B1AG5AyomyWgwn9J2KJ8kMuScPmBv5u7Mwq\nSjLk5pLkwyUtZwUu8UtsFKw9HLcRksGSze5s2cbw3rf/6jgKycT72Bfm1fjRnv6s\nXt1GdSzfG9zVHuEwRDgTX3UCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCWJKL2J30uXV2n\nNcL+Uvrb/kVjF2fRdhvkjYl5cE2inBtc4sOyefNeVXY03yuJlphFBwhtLTQ64C/J\niP8gbeIPKQPbM+NWcsRYAO2PViEtKApx9CC/oKP/sI91vVGDeJxu9Z1Vj3BptxuV\nVr2T6quArbvcLjuUJDNeC8y0+y3UM7PG1UIaY8kkcqNdnyEO9/8hLSlUZrTMi/2R\n2h+pBX0Pm7ku43NG4QaeukDOl/My54OmkGuuuvfuwqtl8K/Jgdn+i4WBndtj001W\neO4Ui0+twOUk8vw2EaabO5i0jTcwuiv7XJV0EosgncbYHHOfm3KeNJf1dnM5CALf\n5hUfhNTtYNQeNNYn2aWIPYzVZcKnYvBz+lXU+ue+/TnukCp2IyGd13O5xX2cuT1f\n19HzHLILs9HDHSGQHjbsS0Bho5OvdG0ic/r5yb7czvB3pkpOpYBT4+LbRE2tBGyp\n8cnv6HH6Lmsgbr+ScH8L4wAC60QfbmhjyQli0nNeJ3Y4FITjrYNO5hp571oYdQM3\nL4dBq7wGEnj9axzs1//sZFnfxJVP8dBKGXjsHUAbkDKibJaDCf0nYonyQy5Jw+YG\n/m7szCpKMuTmkuTDJS1nBS7xS2wUrD0ctxGSwZLN7mzZxvDet//qOArJxPvYF+bV\n+NGe/qxe3UZ1LN8b3NUe4TBEOBNfdQIDAQABAoICAApJVEjdB7yHdQUhr8xQzxMH\nZqWVUu2M0/hiogqJ4SfE3jMM7i9qH3xVCpYwvADfKmuAQdmJAU0PUvbRxfjozlYP\nj04TTf38Out0lNH/KqK3XY/VE/FNBi9cX1fHsq/5MW6AsVjNTPxRKTigCrj5mOpl\n/LrnB/nsSQCmek3j743cRPLYZYD9WSiAGiUt48vsvbP+Lhi0OKrS5Hp7oTOpRpot\nJxDJUHqIrDVvuUTuMCFKr0BYIKiF8rqO58NCLCj4FoFT+b+ZmxBJx8Cm5FjP+pOC\n5bAUXacuqmV0PdAQ5LkX6C9+dlbPdmyzoo3n1RwYQFAKdmbAyMAdhmTklInmRdgq\nrkmu6RTIuw4Xg+a9v07dGByuS9334Y35JRaAH0Xyn0OomePjuHrhLO467scAkC8j\nPIDVrOPD6BbBsbH+Pxe80p5ZOITqhznRjeqQdbXR7YZwBBo8hAgPPUB6Nmo6hAp/\niKL6g50zxE3C/Xabo/WZW7Ig/RWcyvX50aaKYbnWIA/C4sBLrUwHFqV4+Wh6fGBk\nET0ued0NvU2TVTJbTpu/K4rOPLxb0AcojvDTmmTncjrsxqcZ+H3Ung03VS82Hes4\npBXxMrHCgsl2HKjIsrQ3lnsIJngim/wZrYvUyYa+WWu0RLG7PaMOOK5GARu3MCk/\n0EzZVZgWPbbERg7H5uU5AoIBAQDGzoT8eJ4HI4BkMgg6Eko4LnRO6aRTOtTmJVVG\nR1rZDlS39oK8dCPv1asZfRXnhCJm7MZfFhvv4sQaMZpCZr5Ddk9Qa6VK9d+/LW7x\nINphRVHnMU1CPkZMNTaBwkEq7RqLZT6nl2coqLCIaHixSINYsL8lf64s+E2GqSX9\n2RPTyDZa/QL8wZfB0ycbyFzx0uo7avCNQfNDXSQqbKkYqBrVUwLYsCxn1SaqQ1lr\nEDsU6LyIvTOvWWXcB019v0kbx/u7Pnqh8r8EGM8/HANJfQFqvACbFHMFWNk7b8vv\ndqsHwPGgFoi+0j3xTepKJq0orUrMqrp219KWwE4AEOXYAam/AoIBAQDBVjKjSHXD\ndwlpt/NG8IdV64TVsmsNpYK873Hg/ckxYCBr6m3K3nKmEPZRt2QHui/N/41wECk3\nktYZ/2cGzQr3lg8+FGWKS05vcvo0SoHbW/Ei+i2dz70yYh1f5pagbPu2dSWsyCvF\npFL0sThKB2X1fJqt2HeIXr3MCkjvixKRNnvsslJu6bWz1WBDPxiAnkEaWrjXhimc\nQXBFoLdiUksElVcdsE/tRWKQEEZ3XPkOjt2fcJ0+rGunVchcoSBdaz0aTE3DhlDq\n4mu02S3JobW70ewuJe5MWt7TDSkTfo/VLsaNNmRgoBBLjvjBvwe2h+QPJs9B62Gv\nkk6K3jJcjXvLAoIBAGKkuiujlZWpMd2FTbuys4zoz+EP4O9DM7v2Ljeu1A77I2Ic\nOIZVgjdQZ5NAE4xKbd9wAIXRrI78j50Hm6jy3dkPbQ9UOjHVie2MF44hZPn6sUbr\nmZAS4kKR7Le5sSgheZhM5ie14gO0n9MvMyOT/UgWeuGaVswNcDou16D7AvGEWCQR\nglfznt8XbEJGyodaxcoxp6YPYSq9nmJGhCit0JKkm7b0wzPJ+WNmA4oyBX68dD/M\n0UZiLz5biUGplhboxakEuUh97/WScdK4jZD7K6bQHeTU4rV2fmMVd7UbxoUUYU+z\nnqpAG2gN5wBf7G9QfNrMo7SwJdeTF6DEwabKPHUCggEBAJgZHgFC8hJyRV98LdFz\nTKUVgg00LfAwc2f739UnEu7bNuZvKSzeT8fBtGaZJgLGQPGIyFaPAD4OMI2HViAN\nk0EwNpGaLj/b+rrG83vL2dkevdfMhbKPScKnWYCmwX03/9aM1rTVTUpRekmyWhwz\nMc0s1+tITtFj52Dr/nElMdg3yspth1hmWGI/zVlZ/AbDeWgoUx6LF5UsDg1Y4Kxj\nHU1fx4c9u8NoQKAhja494FnJnyTdzXcO4ipk3BmzUOjtgsZ7nPnjYylGM4G1EcZ8\nh6JZBbtQb+Z13rKeud/yQ2ltQRq63cD+a5NlyOFzTbgVtB8PYyHy8YjUSyIIqAoT\n7H0CggEBAISlEJboyX8su7AQPH4xIk6qDNfKQsNPqYxLY9CJpNwSpKrIUiR8LtW8\nKCz3MVOXwtSpkS5WIKABtxsJoGRWgUpaH92QPGrw/pPa1uFa3MJylGBeU6zXe11r\n9JR9UhOHMwmQqB+nIONnY/0kTaH/FKdFBYzOzfRbdXbhFwtzzYfgYCoQw1i2WI5o\nkaof0K6KFYY6smvEAvxlVa9/9MmPEdBHvTgLZq8j2fQY4aJ/NmRpqY+E19HQ1xrV\nLojLXcrFzbQN8JvLYaaAAmawArysgxcIFtC4Wx7vVvUiwb6hOoXEVEWvmPE/O54L\nFeFvwaeMJIKLN32PSSd6TCZHTZk16hM=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANGB/ZPJ5PxQqJbvJ9DQ8Jrn6fI4KaOJ\neODR0GlUPR8M0Phu7IT+LM6Wlu+E0BxRLLvnH8NTdVDX5/wS4FhDYhsCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEA0YH9k8nk/FColu8n\n0NDwmufp8jgpo4l44NHQaVQ9HwzQ+G7shP4szpaW74TQHFEsu+cfw1N1UNfn/BLg\nWENiGwIDAQABAkBrZJDRgvpoBAiHZgwo1BGhtiOL0BI4DC30QFjuxQmXshIf+RpN\nzDTdQBMNYMUavTtlXthCBAzHYV7equiFEPDxAiEA+H4kcGLEvUMYy1u7aZRuX6Hk\n4Cqa6TvGgis0bw5d5g8CIQDX1lYM8fAEAoPX8Rekp/cdvHV04xvlYfEGOaa2iwov\nNQIgZrsPqX7Lw0r39yqnYlDBCLxPePVkMcRKnwnplXglDbUCICzAD89XSkBKlTNs\nlU5aVO4haOj3PY1tpR95TIuEgHQRAiEAyfKMJJImU9/HKDONz60iLndP98DOf/UP\naA7kFdSlfhc=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,'',10,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','',4,'','','','',''),(5,'c23f1ab5f7ca5c73','friendica5','c4020916e31735b16a8e851be06c5a94e7c95d544ad69c05a92b9ebf2992216a2dcb65d4c731405af0e4c098edaf53f49444f01842db3bed2c561ce982639600','friendica5','friendica5@friendica.dev','','UTC','en','2015-02-02 12:04:05','2015-02-02 18:43:16','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyvuTsaZaTgPDm69uxixR\n8qd0ylkeA/IY3KDsI4vjrLuF7WLmU07lzQXmilQJ+MlipIju+wFXx3a8ksavEYpP\n9ZU9YrpXe7zneHRLTxgMDH9IMbSCIUAkEsozpzF02Ft0+G36tzIET2oTuU6uLtx6\nI5ifmF/qFC+4avAoABQg8qfOPpuaP3AJ6FppqEifUsb0lTWqP4zg7PQXC36oKIJ0\nUDuQniVy8lTxVfkhoi/aHZw0khVXe6tDK7C0ALg5U7jLTDNdJ1R0v5iC41QK4CEt\n5x4x008mdk6xLKGZiou1UuEPv/+WSQU1Q21JFzNVGBASkRu7dUVH6k+59VQr3ONI\n5bdbAZviVY3ezFNtBeWWfDk06BWoZwX67eGG/dVsCPnEkuP9CpemcwwGZbYCIqf0\n++5h0CU41CjNShHdBD+Q+ZQmT3I4sAlPZ7x90nA9KfuKM9QyTPQ9EmK2bxq7TKvV\nzLqHptL5mC/VH4FbO1eKf7p/f7XxOaeXGANUaRSPwLSO7lk8lkl/wj7sNJYGYygC\nMLTqH8GTizpyPkSDv5xO6bYn/g3BYFuUM5x1MZVS8MdG2a3L8UzRiXUsm/AjnfSV\nImN2+8bHJI0wy9zRxfEaG8pvbupb7UU5zWr3WRkSVr84Bq1SJNxLfWZj3GHLaesr\nu3exEdYGfxLuG1zHIROVwlcCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDK+5OxplpOA8Ob\nr27GLFHyp3TKWR4D8hjcoOwji+Osu4XtYuZTTuXNBeaKVAn4yWKkiO77AVfHdryS\nxq8Rik/1lT1iuld7vOd4dEtPGAwMf0gxtIIhQCQSyjOnMXTYW3T4bfq3MgRPahO5\nTq4u3HojmJ+YX+oUL7hq8CgAFCDyp84+m5o/cAnoWmmoSJ9SxvSVNao/jODs9BcL\nfqgognRQO5CeJXLyVPFV+SGiL9odnDSSFVd7q0MrsLQAuDlTuMtMM10nVHS/mILj\nVArgIS3nHjHTTyZ2TrEsoZmKi7VS4Q+//5ZJBTVDbUkXM1UYEBKRG7t1RUfqT7n1\nVCvc40jlt1sBm+JVjd7MU20F5ZZ8OTToFahnBfrt4Yb91WwI+cSS4/0Kl6ZzDAZl\ntgIip/T77mHQJTjUKM1KEd0EP5D5lCZPcjiwCU9nvH3ScD0p+4oz1DJM9D0SYrZv\nGrtMq9XMuoem0vmYL9UfgVs7V4p/un9/tfE5p5cYA1RpFI/AtI7uWTyWSX/CPuw0\nlgZjKAIwtOofwZOLOnI+RIO/nE7ptif+DcFgW5QznHUxlVLwx0bZrcvxTNGJdSyb\n8COd9JUiY3b7xsckjTDL3NHF8Robym9u6lvtRTnNavdZGRJWvzgGrVIk3Et9ZmPc\nYctp6yu7d7ER1gZ/Eu4bXMchE5XCVwIDAQABAoICACAJpT4c65P0tCMWhX1x8V1D\nYQOvHTWyOIpaO+tAYScaUgEt4vyzL0I09DZRHWHPJ2qg0ld71sb8zra79VXnZsd0\nTsQOdVBqeH5inKBXQ0+Vp2dw/jkRTqBIme6Bt9eOV9/+O9w+YL/IFmThLkznL7/+\njvIV8XROM+VtEmMwyiKCqeLn3Gi23ll2K8cL71m5XVFPrxdovPepbxm5XAFI1eL0\nA9dyQbpN/el78PsQYnTZ+tIz3CMA3RFASqjyatn0COJ2GPXkNqknAUGwOic2FXCt\nK2AW1hNGSGCrAPkFJBF4xGuhg67yy31g+nBXAc9Sehu9LNFNphQtkURPjLzIgvC3\nEiElZvGUta8nv+Vjiq13iDBf+tIWF9Wz3PIlSs4njKoEBHgOmG12zNsg1CYp8jYi\nhNIzYzwlGmbub8gA3lP1yjuD6SFoWYYJstdnPZbL+1Cn7YQF23fhZUX5TOC0SGqA\nkoYxNYekghf13AkyyL68OEoEnTrIDZbHAH3H8lQZTtqp6bPgx4u6Yo2GpyVmBW40\nRhElGohCnUuqp6zk9rCkEAGadGKsO4TgL7JzpKM4aas3BABt5tczVk7ZILtccTtw\nmh3BAIwaNmsSOvd5zL0HgpTd1lsW9ZmlpRvZCA0BbzWOpvvujOPYj368W0D/rrY+\nlJdAK29yCw4yMXf0cI+BAoIBAQDlGs6gevh3cztgzU5kr6Shw33zYcVCzBxkmlM6\nORqCy+wYJqJoUultBbVHX4f4cKrr47XnRGW5ZwVlj2sb5JIUX9al9M5sFRT4FqnE\nc3DDQqJYeo+xdxwqvzMB/LfMnZattHT6YFUVHrdATtKrngrw0q6mcK5kSokwWrDI\nGIsxdMmNJ0n4MZzU1qNEXj9qVLYe43LoDvCz/LbXzpbOlq8yL/zfKx0XHv8K3taI\npeQyN1CaALyC/33YhWR0FVdhkTsgHeigv8PWISJrD4CgieZeqEMJdYRgnObgHEFw\nIl4ncUkGkNSjLTMUhI3bO1K/4QhDzIPDvLDU8q+twntrJn8pAoIBAQDiz7xl63KT\n9qgtDd6ey+QCnPl5T+Lg1W5m4dOI3IXeQHueI7hLbcUJdqScMMkP7aUJvrpo+19h\nLiMxL4reOHYMZG9XI3o6KSNeOAKbCIjfIdXoQtPyNEw5OWD1O9vr3PfbZrorEWuk\nRaQMSNGikfADHbbN/IALdPoFSGa3YInD+DB1pt/0wnPFM6oJq80XfqYZ+qlnx/w0\nWqUfzh3/U4LpUr3OBJ0jounVx8mkjmOSkFYtWpBpBZghXhrKRZn/Zk6RaondaKmB\nvV2ZNQ/wCc2RzTNkSPxDbsEKyaHnAm7Bcp7RaIzeaz+xBbvrF5SfH2RFpEMdHHnD\nXWtbFDwudeV/AoIBAA+8EJba+zeQ9XIHh6vImGD3wS22+EpHJGgQZUjpZRW4laVu\n+dZ6Y0e2jaWyPO9mJYb/451XiDj8h1VbTTrkLtgxYNeTAZ5QsFj9jXlNiGAQsn+r\nIzVH/eo9qW4ogiMOa6vQafxMI2vI6UMEZtmciBnUDmSl9oQyzktA30VO0jh6UeFc\n4mqmVaQUfbATXP2bhcqHSnv/kq5528Dkklzr4mpq+04EcwIEgfWoKknGQu7j96gs\nBsZkb6swNh723EJ6K/pfs3te0D9jlS6PKQFdlzHHEpuSs53DCOQ5bJEb+yVwVVib\nF8+BKjHtjKSS5XMCLIQjhqUpz2dAp6oiYkGQqkkCggEAG7UQ6Mp4dsbdCJP3LCLw\nObl/aGhv6NNp5zuTIdb+q4XpFAp9Cwnf1iYeOc5j4YRAcw5Pq1956V8/gVSzfC4d\njan/R//XgJ9h6LKi7tl+DvQNM5BmX+IvpZXy2EJ1vTyDMtQ7zeMU6T5wqeeDZH67\neUX5/PPpmHyzxk1v7trmOYBqOxUlqrrOdbq3/PJ13XblR6stYrY1gxfHsDj3xSco\niORIt5Asuhu+wRTk9ytF0rO7M1Mq7Ql36iuazjbudxrCYlVHfjq46lZ9xqeKyOIJ\nsNQGgSvBVWOERZMYKiZL7WnZKO/CtbEYWMHAkRmSWFX3Y+KLKFVAMrOI19mC+JIC\ndQKCAQBtwU+T0DG3ESoWcbL02m3CYbMU7gbuyDNY6/a0YcH+D1uTVtM4IZPnlWhO\nUhLoe5gGbkY/hLrS5DrkzgHv9Tt8hugXpfC2x7gzaFNmakFxnkMjIiVOoqcPNq0H\n4TZFZlKgtJbgUwER1RK4Waot/1f++JnT5t96n8A3RalfbCT6ScnAGK/P34pSt79r\n1XxSD2SUKNnAnlFoN5vV2TmDGAO3XG4pS0RPTnJTJITz47HNQONgEEiXnBoLYhGQ\nkYu8+UY2B2DkMejLKCMigB8Z3i5N1E0X57X89yUk+/QQ9LzheVTM/pk8UdDrEZ6n\nv2axspuwOp1lOGArmT34cpZbY+U1\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMio2DnP8bcB7Mfx3BlXepLHE57Ydu9y\nZh0zSne7YDPZdubU7ouhaHAZMyWntP449ybQr3eUyNeuUZZDoVmq++0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVQIBADANBgkqhkiG9w0BAQEFAASCAT8wggE7AgEAAkEAyKjYOc/xtwHsx/Hc\nGVd6kscTnth273JmHTNKd7tgM9l25tTui6FocBkzJae0/jj3JtCvd5TI165RlkOh\nWar77QIDAQABAkBvctglxAlMzBTnOL42lQ/PViLfpvroI3Hz5fkGZ1wXb0UW/64T\nxFC3UPC8NXWfuvTWSnZ6KbY8PGgQfy7fu/lBAiEA8F2wO7YP05ruqBeNHE/ToJfz\noChbi+e+PBUWiMnH9N8CIQDVtgId76iBZWotVvpmkewdKQf0m6Dff2RLbVICZtm8\nswIgY7VZj8t8UTkp2wy5+o6aqTmfVEapgyXE4kOVL3UUv10CIQCMtW+jYj4iJDHK\ndHAdxIofkPpp9WXwgaH5f5r1dd56vQIhANL5tpKSMdGSNThQZz8UnDSt7kIc6btK\nORPv/J3wm0N+\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,'',10,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','',5,'','','','',''),(6,'ac116e1d642da69c','friendica4','537485cc08fae106246d8990a7f6d615900611eea6356c8efa75fc6cd6b4221fec27c0a753bac3366eca50426a12fa186277036eaf5ab3fc8a533089cb43f954','friendica4','friendica4@friendica.dev','','UTC','en','2015-02-02 12:04:29','2015-02-02 18:52:53','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3nCYawg+HTyQgV7a7Osg\nCXeACOitKLhcb2WDTN/lLOMO7n1lSm3Kdv1dbOc0/lkAPeB2XsLF/aDfoUPWWg4Q\n/oRPrXFIi2dK/cIQVvgOhebQheztAYPJyaYYMWVK7bLbPuKVTyzALqkWD8Zjjtit\n4Uvm3kjmcofKr+/Lw+VFaEBMESQDbP5eTDtQeDGGjluWQMj1/D+V/Tcm+SMrAVIv\njyklQEhBJlYGJ+LsfXv4XXbeH73dkIXkQW5JgWQyPCloJ+PxmmjjEDozsdgmFQXq\n6T9HFVHvW2O2lmDoaTrbIGrULWBpslKZJJrV+LgtkzhP4uuKfJPD2DpMJ4+ixtBE\nzM/o+EuYDTz0P3dTvwruq1t8gUYcQOVUzEp1LM0qYDMVY86XneW1W5xghztl5zqy\nGBMBvjVIFvMVL1cVeXze4zpwwKln2cArepToSpN7lmy9EgBd9mZrVLWosZShB9R0\n05kBc2Tfv7FlixwZ1P8rwJn9sEEs9oa6TnRLL+7L8eqapg6vUI1G7e0HWWEjdHsR\nrYVHYW+ogtOYjrQ1Tfh1W2PtNaez5fGYVBDjC+1vy0scJmqrgy00z7MHBT2WTOAL\noHbdedhpa3UZ0FrsCto+vqil8BcF5aBhi2Hi5YdKtbY3EBsaabcSO2joc7rlmee4\nxdKfDRYXCPysFPhZNgIW708CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDecJhrCD4dPJCB\nXtrs6yAJd4AI6K0ouFxvZYNM3+Us4w7ufWVKbcp2/V1s5zT+WQA94HZewsX9oN+h\nQ9ZaDhD+hE+tcUiLZ0r9whBW+A6F5tCF7O0Bg8nJphgxZUrtsts+4pVPLMAuqRYP\nxmOO2K3hS+beSOZyh8qv78vD5UVoQEwRJANs/l5MO1B4MYaOW5ZAyPX8P5X9Nyb5\nIysBUi+PKSVASEEmVgYn4ux9e/hddt4fvd2QheRBbkmBZDI8KWgn4/GaaOMQOjOx\n2CYVBerpP0cVUe9bY7aWYOhpOtsgatQtYGmyUpkkmtX4uC2TOE/i64p8k8PYOkwn\nj6LG0ETMz+j4S5gNPPQ/d1O/Cu6rW3yBRhxA5VTMSnUszSpgMxVjzped5bVbnGCH\nO2XnOrIYEwG+NUgW8xUvVxV5fN7jOnDAqWfZwCt6lOhKk3uWbL0SAF32ZmtUtaix\nlKEH1HTTmQFzZN+/sWWLHBnU/yvAmf2wQSz2hrpOdEsv7svx6pqmDq9QjUbt7QdZ\nYSN0exGthUdhb6iC05iOtDVN+HVbY+01p7Pl8ZhUEOML7W/LSxwmaquDLTTPswcF\nPZZM4Augdt152GlrdRnQWuwK2j6+qKXwFwXloGGLYeLlh0q1tjcQGxpptxI7aOhz\nuuWZ57jF0p8NFhcI/KwU+Fk2AhbvTwIDAQABAoICAQDEVfHSl0XsHGcYKZdnAuoW\nMQor0uP0SzYbhShtlDn+crPdQYVEOsA4Ys4xr6oQzpHuC8+vOI/1nCeHeg8bEcti\nO3rwhksX8KY6cS5m9TAsdFyduVBAxAg6GobEIroOMI5gZTKQ3dkL1mcIqX16ujpP\n3+T5UrNFaCI5RJlAYX/v0sDRaE41yBeHhdszG9O+l4x5xmeIrL9A74tQ3/+3fMlJ\nvXGJ2bzXj5qDXkKLR/8i0CajMbz9MZEVR7lNohjNDWdHvmSke+vfiN/UHAsRB1Yf\nZqDhap6wtcSV2xeIulBrvp9lJfJlWY6exqQSks53YX7xtiFYcDyvAFXznU552Z6+\n24ZbkU0CNRortT+8hTg9kCuyOIPRxxr75L5CWLjbr6BzCR6QcIwtBtdUnkhT9Nan\n2OYwfuuOzayWtIP0PVo0o48T0aoeznmMcKyjLuF7/AX5j0JFq5zQdinjb4iqplJb\nKOAdEglGqe/QDj6erfr93kpbqFM6kN0CmwE7DHQDLSos7G2gkBJ9SY/B/+wes3Ru\nocplcfGTYkWCEajxD14xGsWSjemYMAVf9OvIUqj1uehwfTMMlySn+bhK2y/eif75\n/crcwU7q7Rc46+tenAxxtFQHJD0OvB6Xk4Zm+gT1ybF4KngbUDPDiWhp55aSJZPy\naoAn0Hz5jqdDH3raXWYhwQKCAQEA8KwbYbZDH3qW74gm3cRD03MgpSvGbhsY1uzO\nDG9uQyjkFxkFsqov3KVlmGFmsN8nt6ZVnnUpu+M5te0xr/8+xTfp5geIhZZ2k77s\nmezgGRXlTPns1/419OkOfY4Fww0LRfB2uqZuEVHgbIjUsnOTwhepNYmFqJsb0Svl\nZLUcoKXYDzSM5NugWg0uzMBFLDKI1DK47pp5QdaA4oW5hAsrWmknIvqsaG+M8gZm\nAJYBg320qrMtaX4obYM020UG5WjrTLRFQ4kxztG7nexGHywb+LzKfPmlmiDHNTpz\nJv/VnsZ4yMie5fgUky6JEKMq03xLR/TQ6l8nWABwNe5bhXVJsQKCAQEA7Js6eJps\n5R5h3/IbRkXW3g4FxXVybMKR3NVaINR8zL16ntZPjbhlvJ0jL/wTJscRCXv9+Q/Z\nkdC1/oHAtY7Qd2+hQU0JnK+b7rYORd5b/GPtB4eq7g0e88F/YOjZezvAKswQVNX/\naTl6htt2FllBvC9OT7eSu0SmK52WTBmvUkUy3wLmAqI1iw9JdmZA3Jcam/4rxelq\nIGXwb+mK4GI4NhiE3BnOr+lKABHz5rzg+8TP4f7lBLymRQtrQPsnSvzmesOXrXTw\nrBrcWg9zRJZk1RPfmOn9+O9hxH1ZPvxyXJsBkf42X7TDfnIlb7CT+D+qQ8Yq7Q7V\nlLMSFbTLz4UI/wKCAQEAvWCgFy4k+TMsa4U2GBDk0hDoYi/k7yTxUcV6iTxxhfU6\nLZap7iGOkc+v9szF0m12QkNnYc2NrmOpOKdRDs0JJoTNzwykd4GjArUcVi6XVAXv\nrbeHj5pf+Lweg9tqW0X7VehWdJ6bQ5OqxZyRyW26meKmahMxki+jHt+snKcKxLpb\nHfPa3gaX0eRHrCOrCpElK9xRuqbgvVa9igFxrh5f2b+eZR7c5TzJqnQwdUuUG1Si\nAiQFmtoDk9DHmbZiK8h4Rp4fVnoxMC3GtQiDUOoThJGBv/9tOK+MMS0yCUEMZeiE\niHGc3xZrkjju76GFBG7sic1xSsrfGZcWtMk/SO+2sQKCAQBXudo9Gyyi6tfpO5AH\nRx+6p0JWiwxI7P89/ND0+TPoiZxsRhOq/SKjgzOnt/O13fsgJBvve4P0v4iq+5ri\n9jevAPGuD40vziCnqlKybxZ2Buq8bv3eU3kVcbnzyYHRYj8G3zBy9AFGF2ypkbc/\n5AouZu/HOM4rpvFhnIU8ZA2QGF4bN6zmbxQhIiLfxlvoLhJMojnCoJ+bsZArPlEi\njug+jmq8XMk4ievJCN8Avyk/0CIvrd1mGzgew3QZ3MUd1ZTzEZAsXP5bIX5v2eio\nFob+RecSgDeNU9xRCRTM+LbCRSqY4cNxSsltGY9t0O+cDKbpiBEkYeqovphG+gjT\nQYUrAoIBAFvrF5g6ns04lcEuoKG1SXfxyLcyGvKpaEUMeMrsZFyzjKJsX8zcghgg\nsJUDrC1Qlmj8AokM+h+jYrTB5RnZ1Pf2sClxR+nVpjzLFU746PVM6196ZObUHtva\nXbDOLokhxMzPGC+d9kqJn+R7qiX0LH7wBUq2/8QAyKeZtlVzin58YkFPWSLgdNZr\nSILuvb6O0Ei46Prjog2fl+pnX8tVnXewdWTQHv9mys6wtCW6ANDzHvcOj4onX4Tq\nL3GF2z1HFFZ5mx39P+wcirffJecKeyJ5SvDSkWwPesPF/lmCqW+f5Vu6PLDjkAhP\nigTbSRJm04IWeuH+480HXjZRuHMclA4=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALwNfVA38nGCbi/oAewWsIAfRzrAC9np\nPTYGiYfhOxgI3uXkdwMvcrvW98XGugYAHMAJbuHP2aPOnKiZCNKRLeMCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVQIBADANBgkqhkiG9w0BAQEFAASCAT8wggE7AgEAAkEAvA19UDfycYJuL+gB\n7BawgB9HOsAL2ek9NgaJh+E7GAje5eR3Ay9yu9b3xca6BgAcwAlu4c/Zo86cqJkI\n0pEt4wIDAQABAkBUfKsEU151aOggVdgnPbpmlabm2kl4ybVahG1dwu9NyEjttz0/\nEFyN2IQzorUefkhow1jpNC8LGJ8t1dyrXZLhAiEA6eYzvYBXdPUoia4yF8ChRRFp\nSFYgmPIj5FR3MEfKHpUCIQDN0k3BfXBtFLawe1VDEs8CvtWOCjJux+15Si07Mj+U\nlwIhAOgQlV88Ogl5v8myglLctWUwnDO/+EGnZQMC5uqJH7ltAiBJ2/QnQTp9Cnfc\nsQWRwkgjNhQwmpwqgPhJFENTAN8sFQIhAIO04kWVXMXGVCGRVlvPOlHzrIBp3d+N\no/Wp+OK69U1n\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,'',10,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','',6,'','','','','');
+/*!40000 ALTER TABLE `user` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `userd`
+--
+
+DROP TABLE IF EXISTS `userd`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `userd` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `username` varchar(255) NOT NULL,
+  PRIMARY KEY (`id`),
+  KEY `username` (`username`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `userd`
+--
+
+LOCK TABLES `userd` WRITE;
+/*!40000 ALTER TABLE `userd` DISABLE KEYS */;
+/*!40000 ALTER TABLE `userd` ENABLE KEYS */;
+UNLOCK TABLES;
+/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
+
+/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
+/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
+/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
+/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
+/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
+/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
+/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
+
+-- Dump completed on 2015-02-02 19:07:24
diff --git a/images/rm-16.png b/images/rm-16.png
new file mode 100644 (file)
index 0000000..9361ef2
Binary files /dev/null and b/images/rm-16.png differ
index a6429bbf49eced95df08533580c48bfd3087327f..6777df65a1a963467b9df8f7cbc2ee54383faf69 100644 (file)
@@ -15,7 +15,7 @@ function user_remove($uid) {
 
        call_hooks('remove_user',$r[0]);
 
-       // save username (actually the nickname as it is guaranteed 
+       // save username (actually the nickname as it is guaranteed
        // unique), so it cannot be re-registered in the future.
 
        q("insert into userd ( username ) values ( '%s' )",
@@ -191,7 +191,7 @@ if(! function_exists('contact_photo_menu')){
 function contact_photo_menu($contact) {
 
        $a = get_app();
-       
+
        $contact_url="";
        $pm_url="";
        $status_link="";
@@ -222,24 +222,24 @@ function contact_photo_menu($contact) {
        $contact_url = $a->get_baseurl() . '/contacts/' . $contact['id'];
        $posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id'];
        $contact_drop_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/drop?confirm=1';
-       
+
 
        $menu = Array(
                'poke' => array(t("Poke"), $poke_link),
                'status' => array(t("View Status"), $status_link),
                'profile' => array(t("View Profile"), $profile_link),
-               'photos' => array(t("View Photos"), $photos_link),              
-               'network' => array(t("Network Posts"), $posts_link), 
+               'photos' => array(t("View Photos"), $photos_link),
+               'network' => array(t("Network Posts"), $posts_link),
                'edit' => array(t("Edit Contact"), $contact_url),
                'drop' => array(t("Drop Contact"), $contact_drop_link),
                'pm' => array(t("Send PM"), $pm_url),
        );
-       
-       
+
+
        $args = array('contact' => $contact, 'menu' => &$menu);
-       
+
        call_hooks('contact_photo_menu', $args);
-       
+
 /*     $o = "";
        foreach($menu as $k=>$v){
                if ($v!="") {
@@ -293,3 +293,107 @@ function contacts_not_grouped($uid,$start = 0,$count = 0) {
        return $r;
 }
 
+function get_contact($url, $uid = 0) {
+       require_once("include/Scrape.php");
+
+       $data = array();
+       $contactid = 0;
+
+       // is it an address in the format user@server.tld?
+       if (!strstr($url, "http") OR strstr($url, "@")) {
+               $data = probe_url($url);
+               $url = $data["url"];
+               if ($url == "")
+                       return 0;
+       }
+
+       $contact = q("SELECT `id`, `avatar-date` FROM `contact` WHERE `nurl` = '%s' AND `uid` = %d",
+                       dbesc(normalise_link($url)),
+                       intval($uid));
+
+       if (!$contact)
+               $contact = q("SELECT `id`, `avatar-date` FROM `contact` WHERE `alias` IN ('%s', '%s') AND `uid` = %d",
+                               dbesc($url),
+                               dbesc(normalise_link($url)),
+                               intval($uid));
+
+       if ($contact) {
+               $contactid = $contact[0]["id"];
+
+               // Update the contact every 7 days
+               $update_photo = ($contact[0]['avatar-date'] < datetime_convert('','','now -7 days'));
+               //$update_photo = ($contact[0]['avatar-date'] < datetime_convert('','','now -12 hours'));
+
+               if (!$update_photo)
+                       return($contactid);
+       }
+
+       if (!count($data))
+               $data = probe_url($url);
+
+       // Does this address belongs to a valid network?
+       if (!in_array($data["network"], array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA)))
+               return 0;
+
+       // tempory programming. Can be deleted after 2015-02-07
+       if (($data["alias"] == "") AND (normalise_link($data["url"]) != normalise_link($url)))
+               $data["alias"] = normalise_link($url);
+
+       if ($contactid == 0) {
+               q("INSERT INTO `contact` (`uid`, `created`, `url`, `nurl`, `addr`, `alias`, `notify`, `poll`,
+                                       `name`, `nick`, `photo`, `network`, `pubkey`, `rel`, `priority`,
+                                       `batch`, `request`, `confirm`, `poco`,
+                                       `writable`, `blocked`, `readonly`, `pending`)
+                                       VALUES (%d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s', 1, 0, 0, 0)",
+                       intval($uid),
+                       dbesc(datetime_convert()),
+                       dbesc($data["url"]),
+                       dbesc(normalise_link($data["url"])),
+                       dbesc($data["addr"]),
+                       dbesc($data["alias"]),
+                       dbesc($data["notify"]),
+                       dbesc($data["poll"]),
+                       dbesc($data["name"]),
+                       dbesc($data["nick"]),
+                       dbesc($data["photo"]),
+                       dbesc($data["network"]),
+                       dbesc($data["pubkey"]),
+                       intval(CONTACT_IS_SHARING),
+                       intval($data["priority"]),
+                       dbesc($data["batch"]),
+                       dbesc($data["request"]),
+                       dbesc($data["confirm"]),
+                       dbesc($data["poco"])
+               );
+
+               $contact = q("SELECT `id` FROM `contact` WHERE `nurl` = '%s' AND `uid` = %d",
+                               dbesc(normalise_link($data["url"])),
+                               intval($uid));
+               if (!$contact)
+                       return 0;
+
+               $contactid = $contact[0]["id"];
+       }
+
+       require_once("Photo.php");
+
+       $photos = import_profile_photo($data["photo"],$uid,$contactid);
+
+       q("UPDATE `contact` SET `photo` = '%s', `thumb` = '%s', `micro` = '%s',
+               `addr` = '%s', `alias` = '%s', `name` = '%s', `nick` = '%s',
+               `name-date` = '%s', `uri-date` = '%s', `avatar-date` = '%s' WHERE `id` = %d",
+               dbesc($photos[0]),
+               dbesc($photos[1]),
+               dbesc($photos[2]),
+               dbesc($data["addr"]),
+               dbesc($data["alias"]),
+               dbesc($data["name"]),
+               dbesc($data["nick"]),
+               dbesc(datetime_convert()),
+               dbesc(datetime_convert()),
+               dbesc(datetime_convert()),
+               intval($contactid)
+       );
+
+       return $contactid;
+}
index 2f7c990256c392b7f00d083b49075b70f9d332f2..ccb6af29e92c22447a715e9d41c4483cd8501b99 100644 (file)
@@ -516,7 +516,12 @@ class Photo {
            return FALSE;
 
        $string = $this->imageString();
+
+       $a = get_app();
+
+       $stamp1 = microtime(true);
        file_put_contents($path, $string);
+       $a->save_timestamp($stamp1, "file");
     }
 
     public function imageString() {
@@ -767,7 +772,12 @@ function get_photo_info($url) {
                $filesize = strlen($img_str);
 
                $tempfile = tempnam(get_temppath(), "cache");
+
+               $a = get_app();
+               $stamp1 = microtime(true);
                file_put_contents($tempfile, $img_str);
+               $a->save_timestamp($stamp1, "file");
+
                $data = getimagesize($tempfile);
                unlink($tempfile);
 
@@ -851,7 +861,10 @@ function store_photo($a, $uid, $imagedata = "", $url = "") {
                return(array());
        } elseif (strlen($imagedata) == 0) {
                logger("Uploading picture from ".$url, LOGGER_DEBUG);
+
+               $stamp1 = microtime(true);
                $imagedata = @file_get_contents($url);
+               $a->save_timestamp($stamp1, "file");
        }
 
        $maximagesize = get_config('system','maximagesize');
@@ -875,7 +888,11 @@ function store_photo($a, $uid, $imagedata = "", $url = "") {
 */
 
        $tempfile = tempnam(get_temppath(), "cache");
+
+       $stamp1 = microtime(true);
        file_put_contents($tempfile, $imagedata);
+       $a->save_timestamp($stamp1, "file");
+
        $data = getimagesize($tempfile);
 
        if (!isset($data["mime"])) {
index 7df86d9f2d7cd4fe3d85372a85e8f80b61873cf9..ce18bb10333f5c5dddf573c609263512716a28e3 100644 (file)
@@ -364,16 +364,6 @@ function probe_url($url, $mode = PROBE_NORMAL) {
                $network = NETWORK_TWITTER;
        }
 
-       if (strpos($url,'www.facebook.com')) {
-               $connectornetworks = true;
-               $network = NETWORK_FACEBOOK;
-       }
-
-       if (strpos($url,'alpha.app.net')) {
-               $appnet = true;
-               $network = NETWORK_APPNET;
-       }
-
        // Twitter is deactivated since twitter closed its old API
        //$twitter = ((strpos($url,'twitter.com') !== false) ? true : false);
        $lastfm  = ((strpos($url,'last.fm/user') !== false) ? true : false);
@@ -433,7 +423,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
                        // to a contact on incoming messages to prevent spam, and we won't know which one
                        // to match. So in case of two, one of them is stored as an alias. Only store URL's
                        // and not webfinger user@host aliases. If they've got more than two non-email style
-                       // aliases, let's hope we're lucky and get one that matches the feed author-uri because 
+                       // aliases, let's hope we're lucky and get one that matches the feed author-uri because
                        // otherwise we're screwed.
 
                        foreach($links as $link) {
@@ -448,6 +438,10 @@ function probe_url($url, $mode = PROBE_NORMAL) {
                                        }
                                }
                        }
+
+                       // If the profile is different from the url then the url is abviously an alias
+                       if (($alias == "") AND ($profile != "") AND !$at_addr AND (normalise_link($profile) != normalise_link($url)))
+                               $alias = $url;
                }
                elseif($mode == PROBE_NORMAL) {
 
@@ -522,8 +516,8 @@ function probe_url($url, $mode = PROBE_NORMAL) {
                                if($j) {
                                        $network = NETWORK_ZOT;
                                        $vcard   = array(
-                                               'fn'    => $j->fullname, 
-                                               'nick'  => $j->nickname, 
+                                               'fn'    => $j->fullname,
+                                               'nick'  => $j->nickname,
                                                'photo' => $j->photo
                                        );
                                        $profile  = $j->url;
@@ -565,6 +559,10 @@ function probe_url($url, $mode = PROBE_NORMAL) {
                        $network = NETWORK_DIASPORA;
                elseif($has_lrdd)
                        $network  = NETWORK_OSTATUS;
+
+               if(strpos($url,'@'))
+                       $addr = str_replace('acct:', '', $url);
+
                $priority = 0;
 
                if($hcard && ! $vcard) {
@@ -758,6 +756,22 @@ function probe_url($url, $mode = PROBE_NORMAL) {
        if(($network === NETWORK_FEED) && ($poll) && (! x($vcard,'fn')))
                $vcard['fn'] = $url;
 
+       if (($notify != "") AND ($poll != "")) {
+               $baseurl = matching($notify, $poll);
+
+               $baseurl2 = matching($baseurl, $profile);
+               if ($baseurl2 != "")
+                       $baseurl = $baseurl2;
+       }
+
+       if (($baseurl == "") AND ($notify != ""))
+               $baseurl = matching($profile, $notify);
+
+       if (($baseurl == "") AND ($poll != ""))
+               $baseurl = matching($profile, $poll);
+
+       $baseurl = rtrim($baseurl, "/");
+
        $vcard['fn'] = notags($vcard['fn']);
        $vcard['nick'] = str_replace(' ','',notags($vcard['nick']));
 
@@ -776,11 +790,12 @@ function probe_url($url, $mode = PROBE_NORMAL) {
        $result['network'] = $network;
        $result['alias'] = $alias;
        $result['pubkey'] = $pubkey;
+       $result['baseurl'] = $baseurl;
 
        logger('probe_url: ' . print_r($result,true), LOGGER_DEBUG);
 
        // Trying if it maybe a diaspora account
-       if ($result['network'] == NETWORK_FEED) {
+       if (($result['network'] == NETWORK_FEED) OR ($result['addr'] == "")) {
                require_once('include/bbcode.php');
                $address = GetProfileUsername($url, "", true);
                $result2 = probe_url($address, $mode);
@@ -792,3 +807,20 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 
        return $result;
 }
+
+function matching($part1, $part2) {
+       $len = min(strlen($part1), strlen($part2));
+
+       $match = "";
+       $matching = true;
+       $i = 0;
+       while (($i <= $len) AND $matching) {
+               if (substr($part1, $i, 1) == substr($part2, $i, 1))
+                       $match .= substr($part1, $i, 1);
+               else
+                       $matching = false;
+
+               $i++;
+       }
+       return($match);
+}
index 2d3c31af0c3f7a32209d702d2d8dd315d619541e..4d714e583f0d2fb395a47433fb353539c3d38b43 100644 (file)
                                $_REQUEST['body'] = html2bbcode($txt);
                        }
 
-               }
-               else
+               } else
                        $_REQUEST['body'] = requestdata('status');
 
                $_REQUEST['title'] = requestdata('title');
                        }
 
                        $_REQUEST['type'] = 'wall';
-                       if(x($_FILES,'media')) {
-                               // upload the image if we have one
-                               $_REQUEST['hush']='yeah'; //tell wall_upload function to return img info instead of echo
-                               require_once('mod/wall_upload.php');
-                               $media = wall_upload_post($a);
-                               if(strlen($media)>0)
-                                       $_REQUEST['body'] .= "\n\n".$media;
-                       }
+               }
+
+               if(x($_FILES,'media')) {
+                       // upload the image if we have one
+                       $_REQUEST['hush']='yeah'; //tell wall_upload function to return img info instead of echo
+                       require_once('mod/wall_upload.php');
+                       $media = wall_upload_post($a);
+                       if(strlen($media)>0)
+                               $_REQUEST['body'] .= "\n\n".$media;
                }
 
                // set this so that the item_post() function is quiet and doesn't redirect or emit json
                // get last public wall message
                $lastwall = q("SELECT `item`.*, `i`.`contact-id` as `reply_uid`, `i`.`author-link` AS `item-author`
                                FROM `item`, `item` as `i`
-                               WHERE `item`.`contact-id` = %d
+                               WHERE `item`.`contact-id` = %d AND `item`.`uid` = %d
                                        AND ((`item`.`author-link` IN ('%s', '%s')) OR (`item`.`owner-link` IN ('%s', '%s')))
                                        AND `i`.`id` = `item`.`parent`
                                        AND `item`.`type`!='activity'
                                ORDER BY `item`.`created` DESC
                                LIMIT 1",
                                intval($user_info['cid']),
+                               intval(api_user()),
                                dbesc($user_info['url']),
                                dbesc(normalise_link($user_info['url'])),
                                dbesc($user_info['url']),
index 7107c4913950f130e3638c7cb59a40293b386af3..919bfc331d2ca95891be5b2fa2d262e532ebf806 100644 (file)
@@ -5,7 +5,7 @@ require_once("include/event.php");
 require_once("library/markdown.php");
 require_once("include/html2bbcode.php");
 require_once("include/bbcode.php");
-require_once("include/markdownify/markdownify.php");
+require_once("library/html-to-markdown/HTML_To_Markdown.php");
 
 
 // we don't want to support a bbcode specific markdown interpreter
@@ -17,19 +17,21 @@ function diaspora2bb($s) {
 
        $s = html_entity_decode($s,ENT_COMPAT,'UTF-8');
 
-       // Simply remove cr.
+       // Remove CR to avoid problems with following code
        $s = str_replace("\r","",$s);
 
-       // <br/> is invalid. Replace it with the valid expression
-       $s = str_replace(array("<br/>", "</p>", "<p>", '<p dir="ltr">'),array("<br />", "<br />", "<br />", "<br />"),$s);
+       $s = str_replace("\n"," \n",$s);
 
-       $s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s);
+       // The parser cannot handle paragraphs correctly
+       $s = str_replace(array("</p>", "<p>", '<p dir="ltr">'),array("<br>", "<br>", "<br>"),$s);
 
        // Escaping the hash tags
        $s = preg_replace('/\#([^\s\#])/','&#35;$1',$s);
 
        $s = Markdown($s);
 
+       $s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s);
+
        $s = str_replace('&#35;','#',$s);
 
        $s = html2bbcode($s);
@@ -56,6 +58,8 @@ function diaspora2bb($s) {
 
 function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) {
 
+       $a = get_app();
+
        $OriginalText = $Text;
 
        // Since Diaspora is creating a summary for links, this function removes them before posting
@@ -88,41 +92,22 @@ function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) {
                        $Text = $Text."<br />".$tagline;
                }
 
-       } else {
+       } else
                $Text = bbcode($Text, $preserve_nl, false, 4);
 
-               // Libertree doesn't convert a harizontal rule if there isn't a linefeed
-               $Text = str_replace(array("<hr />", "<hr>"), array("<br /><hr />", "<br><hr>"), $Text);
-       }
+       // If a link is followed by a quote then there should be a newline before it
+       // Maybe we should make this newline at every time before a quote.
+       $Text = str_replace(array("</a><blockquote>"), array("</a><br><blockquote>"), $Text);
+
+       $stamp1 = microtime(true);
 
        // Now convert HTML to Markdown
-       $md = new Markdownify(false, false, false);
-       $Text = $md->parseString($Text);
-
-       // The Markdownify converter converts underscores '_' in URLs to '\_', which
-       // messes up the URL. Manually fix these
-       $count = 1;
-       $pos = bb_find_open_close($Text, '[', ']', $count);
-       while($pos !== false) {
-               $start = substr($Text, 0, $pos['start']);
-               $subject = substr($Text, $pos['start'], $pos['end'] - $pos['start'] + 1);
-               $end = substr($Text, $pos['end'] + 1);
-
-               $subject = str_replace('\_', '_', $subject);
-               $Text = $start . $subject . $end;
-
-               $count++;
-               $pos = bb_find_open_close($Text, '[', ']', $count);
-       }
-
-       // If the text going into bbcode() has a plain URL in it, i.e.
-       // with no [url] tags around it, it will come out of parseString()
-       // looking like: <http://url.com>, which gets removed by strip_tags().
-       // So take off the angle brackets of any such URL
-       $Text = preg_replace("/<http(.*?)>/is", "http$1", $Text);
-
-       // Remove all unconverted tags
-       $Text = strip_tags($Text);
+       $Text = new HTML_To_Markdown($Text);
+
+       $a->save_timestamp($stamp1, "parser");
+
+       // Libertree has a problem with escaped hashtags.
+       $Text = str_replace(array('\#'), array('#'), $Text);
 
        // Remove any leading or trailing whitespace, as this will mess up
        // the Diaspora signature verification and cause the item to disappear
index c2ebf35e6308b7464359a8af2b3efe36d13628f7..63406689a160ba20da15a1c9c68b724c627ce43b 100644 (file)
@@ -42,7 +42,7 @@ function bb_attachment($Text, $plaintext = false, $tryoembed = true) {
                                $title = $matches[1];
 
                        //$title = htmlentities($title, ENT_QUOTES, 'UTF-8', false);
-                       $title = bbcode(html_entity_decode($title), false, false, true);
+                       $title = bbcode(html_entity_decode($title, ENT_QUOTES, 'UTF-8'), false, false, true);
                        $title = str_replace(array("[", "]"), array("&#91;", "&#93;"), $title);
 
                        $image = "";
@@ -168,6 +168,8 @@ function bb_remove_share_information($Text, $plaintext = false, $nolink = false)
 }
 
 function bb_cleanup_share($shared, $plaintext, $nolink) {
+       $shared[1] = trim($shared[1]);
+
        if (!in_array($shared[2], array("type-link", "type-video")))
                return($shared[0]);
 
@@ -178,7 +180,7 @@ function bb_cleanup_share($shared, $plaintext, $nolink) {
                return($shared[0]);
 
        if ($nolink)
-               return(trim($shared[1]));
+               return($shared[1]);
 
        $title = "";
        $link = "";
@@ -189,6 +191,9 @@ function bb_cleanup_share($shared, $plaintext, $nolink) {
        if (isset($bookmark[1][0]))
                $link = $bookmark[1][0];
 
+       if (($shared[1] != "") AND (strpos($title, $shared[1]) !== false))
+               $shared[1] = $title;
+
        if (($title != "") AND ((strpos($shared[1],$title) !== false) OR
                (similar_text($shared[1],$title) / strlen($title)) > 0.9))
                $title = "";
@@ -664,12 +669,20 @@ function GetProfileUsername($profile, $username, $compact = false, $getnetwork =
        return($username);
 }
 
+function bb_DiasporaLinks($match) {
+       $a = get_app();
+
+       return "[url=".$a->get_baseurl()."/display/".$match[1]."]".$match[2]."[/url]";
+}
+
 function bb_RemovePictureLinks($match) {
        $text = Cache::get($match[1]);
 
        if(is_null($text)){
                $a = get_app();
 
+               $stamp1 = microtime(true);
+
                $ch = @curl_init($match[1]);
                @curl_setopt($ch, CURLOPT_NOBODY, true);
                @curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
@@ -677,6 +690,8 @@ function bb_RemovePictureLinks($match) {
                @curl_exec($ch);
                $curl_info = @curl_getinfo($ch);
 
+               $a->save_timestamp($stamp1, "network");
+
                if (substr($curl_info["content_type"], 0, 6) == "image/")
                        $text = "[url=".$match[1]."]".$match[1]."[/url]";
                else {
@@ -720,6 +735,8 @@ function bb_CleanPictureLinksSub($match) {
        if(is_null($text)){
                $a = get_app();
 
+               $stamp1 = microtime(true);
+
                $ch = @curl_init($match[1]);
                @curl_setopt($ch, CURLOPT_NOBODY, true);
                @curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
@@ -727,6 +744,8 @@ function bb_CleanPictureLinksSub($match) {
                @curl_exec($ch);
                $curl_info = @curl_getinfo($ch);
 
+               $a->save_timestamp($stamp1, "network");
+
                // if its a link to a picture then embed this picture
                if (substr($curl_info["content_type"], 0, 6) == "image/")
                        $text = "[img]".$match[1]."[/img]";
@@ -768,8 +787,6 @@ function bb_CleanPictureLinks($text) {
 
 function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = false, $forplaintext = false) {
 
-       $stamp1 = microtime(true);
-
        $a = get_app();
 
        // Hide all [noparse] contained bbtags by spacefying them
@@ -831,8 +848,10 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
 
        // removing multiplicated newlines
        if (get_config("system", "remove_multiplicated_lines")) {
-               $search = array("\n\n\n", "\n ", " \n", "[/quote]\n\n", "\n[/quote]", "[/li]\n", "\n[li]", "\n[ul]", "[/ul]\n", "\n\n[share ", "[/attachment]\n");
-               $replace = array("\n\n", "\n", "\n", "[/quote]\n", "[/quote]", "[/li]", "[li]", "[ul]", "[/ul]", "\n[share ", "[/attachment]");
+               $search = array("\n\n\n", "\n ", " \n", "[/quote]\n\n", "\n[/quote]", "[/li]\n", "\n[li]", "\n[ul]", "[/ul]\n", "\n\n[share ", "[/attachment]\n",
+                               "\n[h1]", "[/h1]\n", "\n[h2]", "[/h2]\n", "\n[h3]", "[/h3]\n", "\n[h4]", "[/h4]\n", "\n[h5]", "[/h5]\n", "\n[h6]", "[/h6]\n");
+               $replace = array("\n\n", "\n", "\n", "[/quote]\n", "[/quote]", "[/li]", "[li]", "[ul]", "[/ul]", "\n[share ", "[/attachment]",
+                               "[h1]", "[/h1]", "[h2]", "[/h2]", "[h3]", "[/h3]", "[h4]", "[/h4]", "[h5]", "[/h5]", "[h6]", "[/h6]");
                do {
                        $oldtext = $Text;
                        $Text = str_replace($search, $replace, $Text);
@@ -880,6 +899,9 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
        else
                $Text = preg_replace("/\[bookmark\=([^\]]*)\](.*?)\[\/bookmark\]/ism",'[url=$1]$2[/url]',$Text);
 
+       // Handle Diaspora posts
+       $Text = preg_replace_callback("&\[url=/posts/([^\[\]]*)\](.*)\[\/url\]&Usi", 'bb_DiasporaLinks', $Text);
+
        // if the HTML is used to generate plain text, then don't do this search, but replace all URL of that kind to text
        if (!$forplaintext)
                $Text = preg_replace("/([^\]\='".'"'."]|^)(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\_\~\#\%\$\!\+\,]+)/ism", '$1<a href="$2" target="_blank">$2</a>', $Text);
@@ -909,6 +931,14 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
        $Text = preg_replace("/\[mail\]([$MAILSearchString]*)\[\/mail\]/", '<a href="mailto:$1">$1</a>', $Text);
        $Text = preg_replace("/\[mail\=([$MAILSearchString]*)\](.*?)\[\/mail\]/", '<a href="mailto:$1">$2</a>', $Text);
 
+       // Check for headers
+       $Text = preg_replace("(\[h1\](.*?)\[\/h1\])ism",'<h1>$1</h1>',$Text);
+       $Text = preg_replace("(\[h2\](.*?)\[\/h2\])ism",'<h2>$1</h2>',$Text);
+       $Text = preg_replace("(\[h3\](.*?)\[\/h3\])ism",'<h3>$1</h3>',$Text);
+       $Text = preg_replace("(\[h4\](.*?)\[\/h4\])ism",'<h4>$1</h4>',$Text);
+       $Text = preg_replace("(\[h5\](.*?)\[\/h5\])ism",'<h5>$1</h5>',$Text);
+       $Text = preg_replace("(\[h6\](.*?)\[\/h6\])ism",'<h6>$1</h6>',$Text);
+
        // Check for bold text
        $Text = preg_replace("(\[b\](.*?)\[\/b\])ism",'<strong>$1</strong>',$Text);
 
@@ -1089,8 +1119,8 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
                                        '<a href="https://www.youtube.com/watch?v=$1" target="_blank">https://www.youtube.com/watch?v=$1</a>', $Text);
 
        if ($tryoembed) {
-               $Text = preg_replace_callback("/\[vimeo\](https?:\/\/player.vimeo.com\/video\/[0-9]+).*?\[\/vimeo\]/ism",'tryoembed',$Text); 
-               $Text = preg_replace_callback("/\[vimeo\](https?:\/\/vimeo.com\/[0-9]+).*?\[\/vimeo\]/ism",'tryoembed',$Text); 
+               $Text = preg_replace_callback("/\[vimeo\](https?:\/\/player.vimeo.com\/video\/[0-9]+).*?\[\/vimeo\]/ism",'tryoembed',$Text);
+               $Text = preg_replace_callback("/\[vimeo\](https?:\/\/vimeo.com\/[0-9]+).*?\[\/vimeo\]/ism",'tryoembed',$Text);
        }
 
        $Text = preg_replace("/\[vimeo\]https?:\/\/player.vimeo.com\/video\/([0-9]+)(.*?)\[\/vimeo\]/ism",'[vimeo]$1[/vimeo]',$Text); 
@@ -1104,7 +1134,6 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
 
 //     $Text = preg_replace("/\[youtube\](.*?)\[\/youtube\]/", '<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/$1" ><param name="movie" value="http://www.youtube.com/v/$1"></param><!--[if IE]><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="425" height="350" /><![endif]--></object>', $Text);
 
-
        // oembed tag
        $Text = oembed_bbcode2html($Text);
 
@@ -1174,16 +1203,8 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
        //$Text = str_replace('<br /><li>','<li>', $Text);
        //      $Text = str_replace('<br /><ul','<ul ', $Text);
 
-       // Remove all hashtag addresses
-/*     if (!$tryoembed AND get_config("system", "remove_hashtags_on_export")) {
-               $pattern = '/#<a.*?href="(.*?)".*?>(.*?)<\/a>/is';
-               $Text = preg_replace($pattern, '#$2', $Text);
-       }
-*/
        call_hooks('bbcode',$Text);
 
-       $a->save_timestamp($stamp1, "parser");
-
        return trim($Text);
 }
 ?>
index adb826c8b4cb38db469cfe37f00625dd032169c3..f131abe64f13b489621c85114536ce3b3f6524cd 100644 (file)
@@ -106,29 +106,17 @@ function table_structure($table) {
 }
 
 function print_structure($database) {
+       echo "-- ------------------------------------------\n";
+       echo "-- ".FRIENDICA_PLATFORM." ".FRIENDICA_VERSION." (".FRIENDICA_CODENAME,")\n";
+       echo "-- DB_UPDATE_VERSION ".DB_UPDATE_VERSION."\n";
+       echo "-- ------------------------------------------\n\n\n";
        foreach ($database AS $name => $structure) {
-               echo "\t".'$database["'.$name."\"] = array(\n";
+               echo "--\n";
+               echo "-- TABLE $name\n";
+               echo "--\n";
+               db_create_table($name, $structure['fields'], true, false, $structure["indexes"]);
 
-               echo "\t\t\t".'"fields" => array('."\n";
-               foreach ($structure["fields"] AS $fieldname => $parameters) {
-                       echo "\t\t\t\t\t".'"'.$fieldname.'" => array(';
-
-                       $data = "";
-                       foreach ($parameters AS $name => $value) {
-                               if ($data != "")
-                                       $data .= ", ";
-                               $data .= '"'.$name.'" => "'.$value.'"';
-                       }
-
-                       echo $data."),\n";
-               }
-               echo "\t\t\t\t\t),\n";
-               echo "\t\t\t".'"indexes" => array('."\n";
-               foreach ($structure["indexes"] AS $indexname => $fieldnames) {
-                       echo "\t\t\t\t\t".'"'.$indexname.'" => array("'.implode($fieldnames, '","').'"'."),\n";
-               }
-               echo "\t\t\t\t\t)\n";
-               echo "\t\t\t);\n";
+               echo "\n";
        }
 }
 
@@ -231,9 +219,13 @@ function db_field_command($parameters, $create = true) {
        if ($parameters["not null"])
                $fieldstruct .= " NOT NULL";
 
-       if (isset($parameters["default"]))
-               $fieldstruct .= " DEFAULT '".$parameters["default"]."'";
-
+       if (isset($parameters["default"])){
+               if (strpos(strtolower($parameters["type"]),"int")!==false) {
+                       $fieldstruct .= " DEFAULT ".$parameters["default"];
+               } else {
+                       $fieldstruct .= " DEFAULT '".$parameters["default"]."'";
+               }
+       }
        if ($parameters["extra"] != "")
                $fieldstruct .= " ".$parameters["extra"];
 
@@ -243,20 +235,28 @@ function db_field_command($parameters, $create = true) {
        return($fieldstruct);
 }
 
-function db_create_table($name, $fields, $verbose, $action) {
+function db_create_table($name, $fields, $verbose, $action, $indexes=null) {
        global $a, $db;
 
        $r = true;
 
        $sql = "";
+       $sql_rows = array();
        foreach($fields AS $fieldname => $field) {
-               if ($sql != "")
-                       $sql .= ",\n";
+               $sql_rows[] = "`".dbesc($fieldname)."` ".db_field_command($field);
+       }
 
-               $sql .= "`".dbesc($fieldname)."` ".db_field_command($field);
+       if (!is_null($indexes)) {
+
+               foreach ($indexes AS $indexname => $fieldnames) {
+                       $sql_index = db_create_index($indexname, $fieldnames, "");
+                       if (!is_null($sql_index)) $sql_rows[] = $sql_index;
+               }
        }
 
-       $sql = sprintf("CREATE TABLE IF NOT EXISTS `%s` (\n", dbesc($name)).$sql."\n) DEFAULT CHARSET=utf8";
+       $sql = implode(",\n\t", $sql_rows);
+
+       $sql = sprintf("CREATE TABLE IF NOT EXISTS `%s` (\n\t", dbesc($name)).$sql."\n) DEFAULT CHARSET=utf8";
 
        if ($verbose)
                echo $sql.";\n";
@@ -282,7 +282,7 @@ function db_drop_index($indexname) {
        return($sql);
 }
 
-function db_create_index($indexname, $fieldnames) {
+function db_create_index($indexname, $fieldnames, $method="ADD") {
 
        if ($indexname == "PRIMARY")
                return;
@@ -298,7 +298,13 @@ function db_create_index($indexname, $fieldnames) {
                        $names .= "`".dbesc($fieldname)."`";
        }
 
-       $sql = sprintf("ADD INDEX `%s` (%s)", dbesc($indexname), $names);
+       $method = strtoupper(trim($method));
+       if ($method!="" && $method!="ADD") {
+               throw new Exception("Invalid parameter 'method' in db_create_index(): '$method'");
+               killme();
+       }
+
+       $sql = sprintf("%s INDEX `%s` (%s)", $method, dbesc($indexname), $names);
        return($sql);
 }
 
@@ -626,6 +632,7 @@ function db_definition() {
                                        "keywords" => array("type" => "text", "not null" => "1"),
                                        "gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
                                        "network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "generation" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"),
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),
@@ -775,6 +782,9 @@ function db_definition() {
                                        "last-child" => array("type" => "tinyint(1) unsigned", "not null" => "1", "default" => "1"),
                                        "mention" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        "network" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
+                                       "rendered-hash" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
+                                       "rendered-html" => array("type" => "mediumtext", "not null" => "1"),
+                                       "global" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),
@@ -1187,6 +1197,10 @@ function db_definition() {
                                        "type" => array("type" => "tinyint(3) unsigned", "not null" => "1", "default" => "0"),
                                        "term" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "url" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "guid" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "created" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
+                                       "received" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
+                                       "global" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        "aid" => array("type" => "int(10) unsigned", "not null" => "1", "default" => "0"),
                                        "uid" => array("type" => "int(10) unsigned", "not null" => "1", "default" => "0"),
                                        ),
@@ -1195,8 +1209,9 @@ function db_definition() {
                                        "oid_otype_type_term" => array("oid","otype","type","term"),
                                        "uid_term_tid" => array("uid","term","tid"),
                                        "type_term" => array("type","term"),
-                                       "uid_otype_type_term_tid" => array("uid","otype","type","term","tid"),
+                                       "uid_otype_type_term_global_created" => array("uid","otype","type","term","global","created"),
                                        "otype_type_term_tid" => array("otype","type","term","tid"),
+                                       "guid" => array("guid"),
                                        )
                        );
        $database["thread"] = array(
@@ -1348,7 +1363,29 @@ function dbstructure_run(&$argv, &$argc) {
                        unset($db_host, $db_user, $db_pass, $db_data);
        }
 
-       update_structure(true, true);
+       if ($argc==2) {
+               switch ($argv[1]) {
+                       case "update":
+                               update_structure(true, true);
+                               return;
+                       case "dumpsql":
+                               print_structure(db_definition());
+                               return;
+               }
+       }
+
+
+       // print help
+       echo $argv[0]." <command>\n";
+       echo "\n";
+       echo "commands:\n";
+       echo "update            update database schema\n";
+       echo "dumpsql           dump database schema\n";
+       return;
+
+
+
+
 }
 
 if (array_search(__file__,get_included_files())===0){
index affd59d489fa8887802cca18a4bc4760398fd764..f24487ae51327cde16d68d65f07bc4910c6a0fee 100755 (executable)
@@ -6,6 +6,7 @@ require_once('include/bb2diaspora.php');
 require_once('include/contact_selectors.php');
 require_once('include/queue_fn.php');
 require_once('include/lock.php');
+require_once('include/threads.php');
 
 function diaspora_dispatch_public($msg) {
 
@@ -589,7 +590,7 @@ function diaspora_request($importer,$xml) {
                        intval($importer['uid'])
                );
 
-               if((count($r)) && (! $r[0]['hide-friends']) && (! $contact['hidden'])) {
+               if((count($r)) && (!$r[0]['hide-friends']) && (!$contact['hidden']) && intval(get_pconfig($importer['uid'],'system','post_newfriend'))) {
                        require_once('include/items.php');
 
                        $self = q("SELECT * FROM `contact` WHERE `self` = 1 AND `uid` = %d LIMIT 1",
@@ -833,31 +834,6 @@ function diaspora_post($importer,$xml,$msg) {
 
        $str_tags = '';
 
-       $tags = get_tags($body);
-
-       if(count($tags)) {
-               foreach($tags as $tag) {
-                       if(strpos($tag,'#') === 0) {
-                               if(strpos($tag,'[url='))
-                                       continue;
-
-                               // don't link tags that are already embedded in links
-
-                               if(preg_match('/\[(.*?)' . preg_quote($tag,'/') . '(.*?)\]/',$body))
-                                       continue;
-                               if(preg_match('/\[(.*?)\]\((.*?)' . preg_quote($tag,'/') . '(.*?)\)/',$body))
-                                       continue;
-
-                               $basetag = str_replace('_',' ',substr($tag,1));
-                               $body = str_replace($tag,'#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]',$body);
-                               if(strlen($str_tags))
-                                       $str_tags .= ',';
-                               $str_tags .= '#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]';
-                               continue;
-                       }
-               }
-       }
-
        $cnt = preg_match_all('/@\[url=(.*?)\[\/url\]/ism',$body,$matches,PREG_SET_ORDER);
        if($cnt) {
                foreach($matches as $mtch) {
@@ -895,19 +871,92 @@ function diaspora_post($importer,$xml,$msg) {
 
        $datarray['visible'] = ((strlen($body)) ? 1 : 0);
 
+       DiasporaFetchGuid($datarray);
        $message_id = item_store($datarray);
 
-       //if($message_id) {
-       //      q("update item set plink = '%s' where id = %d",
-       //              dbesc($a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $message_id),
-       //              intval($message_id)
-       //      );
-       //}
-
        return;
 
 }
 
+function DiasporaFetchGuid($item) {
+       preg_replace_callback("&\[url=/posts/([^\[\]]*)\](.*)\[\/url\]&Usi",
+               function ($match) use ($item){
+                       return(DiasporaFetchGuidSub($match, $item));
+               },$item["body"]);
+}
+
+function DiasporaFetchGuidSub($match, $item) {
+       $a = get_app();
+
+       $author = parse_url($item["author-link"]);
+       $authorserver = $author["scheme"]."://".$author["host"];
+
+       $owner = parse_url($item["owner-link"]);
+       $ownerserver = $owner["scheme"]."://".$owner["host"];
+
+       if (!diaspora_store_by_guid($match[1], $authorserver))
+               diaspora_store_by_guid($match[1], $ownerserver);
+}
+
+function diaspora_store_by_guid($guid, $server) {
+       require_once("include/Contact.php");
+
+       logger("fetching item ".$guid." from ".$server, LOGGER_DEBUG);
+
+       $item = diaspora_fetch_message($guid, $server);
+
+       if (!$item)
+               return false;
+
+       $body = $item["body"];
+       $str_tags = $item["tag"];
+       $app = $item["app"];
+       $created = $item["created"];
+       $author = $item["author"];
+       $guid = $item["guid"];
+       $private = $item["private"];
+
+       $message_id = $author.':'.$guid;
+       $r = q("SELECT `id` FROM `item` WHERE `uid` = 0 AND `uri` = '%s' AND `guid` = '%s' LIMIT 1",
+               dbesc($message_id),
+               dbesc($guid)
+       );
+       if(count($r))
+               return $r[0]["id"];
+
+       $person = find_diaspora_person_by_handle($author);
+
+        $datarray = array();
+       $datarray['uid'] = 0;
+       $datarray['contact-id'] = get_contact($person['url'], 0);
+       $datarray['wall'] = 0;
+       $datarray['network']  = NETWORK_DIASPORA;
+       $datarray['guid'] = $guid;
+       $datarray['uri'] = $datarray['parent-uri'] = $message_id;
+       $datarray['changed'] = $datarray['created'] = $datarray['edited'] = datetime_convert('UTC','UTC',$created);
+       $datarray['private'] = $private;
+       $datarray['parent'] = 0;
+       $datarray['plink'] = 'https://'.substr($author,strpos($author,'@')+1).'/posts/'.$guid;
+       $datarray['author-name'] = $person['name'];
+       $datarray['author-link'] = $person['url'];
+       $datarray['author-avatar'] = ((x($person,'thumb')) ? $person['thumb'] : $person['photo']);
+       $datarray['owner-name'] = $datarray['author-name'];
+       $datarray['owner-link'] = $datarray['author-link'];
+       $datarray['owner-avatar'] = $datarray['author-avatar'];
+       $datarray['body'] = $body;
+       $datarray['tag'] = $str_tags;
+       $datarray['app']  = $app;
+       $datarray['visible'] = ((strlen($body)) ? 1 : 0);
+
+       DiasporaFetchGuid($datarray);
+       $message_id = item_store($datarray);
+
+       // To-Do:
+       // Looking if there is some subscribe mechanism in Diaspora to get all comments for this post
+
+       return $message_id;
+}
+
 function diaspora_fetch_message($guid, $server, $level = 0) {
 
        if ($level > 5)
@@ -981,34 +1030,8 @@ function diaspora_fetch_message($guid, $server, $level = 0) {
                return false;
 
        $item["tag"] = '';
-
-       $tags = get_tags($body);
-
-       if(count($tags)) {
-               foreach($tags as $tag) {
-                       if(strpos($tag,'#') === 0) {
-                               if(strpos($tag,'[url='))
-                                       continue;
-
-                               // don't link tags that are already embedded in links
-
-                               if(preg_match('/\[(.*?)' . preg_quote($tag,'/') . '(.*?)\]/',$body))
-                                       continue;
-                               if(preg_match('/\[(.*?)\]\((.*?)' . preg_quote($tag,'/') . '(.*?)\)/',$body))
-                                       continue;
-
-
-                               $basetag = str_replace('_',' ',substr($tag,1));
-                               $body = str_replace($tag,'#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]',$body);
-                               if(strlen($item["tag"]))
-                                       $item["tag"] .= ',';
-                               $item["tag"] .= '#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]';
-                               continue;
-                       }
-               }
-       }
-
        $item["body"] = $body;
+
        return $item;
 }
 
@@ -1102,7 +1125,8 @@ function diaspora_reshare($importer,$xml,$msg) {
                        $orig_created = $item["created"];
                        $orig_author = $item["author"];
                        $orig_guid = $item["guid"];
-                       //$create_original_post = ($body != "");
+                       $create_original_post = ($body != "");
+                       $orig_url = $a->get_baseurl()."/display/".$orig_guid;
                }
        }
 
@@ -1144,6 +1168,8 @@ function diaspora_reshare($importer,$xml,$msg) {
                $prefix = "[share author='".str_replace(array("'", "[", "]"), array("&#x27;", "&#x5B;", "&#x5D;"),$person['name']).
                                "' profile='".$person['url'].
                                "' avatar='".((x($person,'thumb')) ? $person['thumb'] : $person['photo']).
+                               "' guid='".$orig_guid.
+                               "' posted='".$orig_created.
                                "' link='".str_replace(array("'", "[", "]"), array("&#x27;", "&#x5B;", "&#x5D;"),$orig_url)."']";
                $datarray['author-name'] = $contact['name'];
                $datarray['author-link'] = $contact['url'];
@@ -1164,12 +1190,13 @@ function diaspora_reshare($importer,$xml,$msg) {
        $datarray['visible'] = ((strlen($body)) ? 1 : 0);
 
        // Store the original item of a reshare
-       // Deactivated by now. Items without a matching contact can't be shown via "mod/display.php" by now.
        if ($create_original_post) {
+               require_once("include/Contact.php");
+
                $datarray2 = $datarray;
 
                $datarray2['uid'] = 0;
-               $datarray2['contact-id'] = 0;
+               $datarray2['contact-id'] = get_contact($person['url'], 0);
                $datarray2['guid'] = $orig_guid;
                $datarray2['uri'] = $datarray2['parent-uri'] = $orig_author.':'.$orig_guid;
                $datarray2['changed'] = $datarray2['created'] = $datarray2['edited'] = datetime_convert('UTC','UTC',$orig_created);
@@ -1183,11 +1210,13 @@ function diaspora_reshare($importer,$xml,$msg) {
                $datarray2['owner-avatar'] = $datarray2['author-avatar'];
                $datarray2['body'] = $body;
 
+               DiasporaFetchGuid($datarray2);
                $message_id = item_store($datarray2);
 
                logger("Store original item ".$orig_guid." under message id ".$message_id);
        }
 
+       DiasporaFetchGuid($datarray);
        $message_id = item_store($datarray);
 
        return;
@@ -1280,6 +1309,7 @@ function diaspora_asphoto($importer,$xml,$msg) {
 
        $datarray['app']  = 'Diaspora/Cubbi.es';
 
+       DiasporaFetchGuid($datarray);
        $message_id = item_store($datarray);
 
        //if($message_id) {
@@ -1403,34 +1433,6 @@ function diaspora_comment($importer,$xml,$msg) {
 
        $datarray = array();
 
-       $str_tags = '';
-
-       $tags = get_tags($body);
-
-       if(count($tags)) {
-               foreach($tags as $tag) {
-                       if(strpos($tag,'#') === 0) {
-                               if(strpos($tag,'[url='))
-                                       continue;
-
-                               // don't link tags that are already embedded in links
-
-                               if(preg_match('/\[(.*?)' . preg_quote($tag,'/') . '(.*?)\]/',$body))
-                                       continue;
-                               if(preg_match('/\[(.*?)\]\((.*?)' . preg_quote($tag,'/') . '(.*?)\)/',$body))
-                                       continue;
-
-
-                               $basetag = str_replace('_',' ',substr($tag,1));
-                               $body = str_replace($tag,'#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]',$body);
-                               if(strlen($str_tags))
-                                       $str_tags .= ',';
-                               $str_tags .= '#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]';
-                               continue;
-                       }
-               }
-       }
-
        $datarray['uid'] = $importer['uid'];
        $datarray['contact-id'] = $contact['id'];
        $datarray['type'] = 'remote-comment';
@@ -1454,12 +1456,12 @@ function diaspora_comment($importer,$xml,$msg) {
        $datarray['author-link'] = $person['url'];
        $datarray['author-avatar'] = ((x($person,'thumb')) ? $person['thumb'] : $person['photo']);
        $datarray['body'] = $body;
-       $datarray['tag'] = $str_tags;
 
        // We can't be certain what the original app is if the message is relayed.
        if(($parent_item['origin']) && (! $parent_author_signature))
                $datarray['app']  = 'Diaspora';
 
+       DiasporaFetchGuid($datarray);
        $message_id = item_store($datarray);
 
        //if($message_id) {
@@ -1854,11 +1856,12 @@ function diaspora_photo($importer,$xml,$msg,$attempt=1) {
                                           array($remote_photo_name, 'scaled_full_' . $remote_photo_name));
 
        if(strpos($parent_item['body'],$link_text) === false) {
-               $r = q("update item set `body` = '%s', `visible` = 1 where `id` = %d and `uid` = %d",
+               $r = q("UPDATE `item` SET `body` = '%s', `visible` = 1 WHERE `id` = %d AND `uid` = %d",
                        dbesc($link_text . $parent_item['body']),
                        intval($parent_item['id']),
                        intval($parent_item['uid'])
                );
+               update_thread($parent_item['id']);
        }
 
        return;
@@ -1933,7 +1936,7 @@ function diaspora_like($importer,$xml,$msg) {
        if($positive === 'false') {
                logger('diaspora_like: received a like with positive set to "false"');
                logger('diaspora_like: unlike received with no corresponding like...ignoring');
-               return; 
+               return;
        }
 
 
@@ -1949,26 +1952,28 @@ function diaspora_like($importer,$xml,$msg) {
             who sent the salmon
        */
 
-       $signed_data = $guid . ';' . $target_type . ';' . $parent_guid . ';' . $positive . ';' . $diaspora_handle;
+       // Diaspora has changed the way they are signing the likes.
+       // Just to make sure that we don't miss any likes we will check the old and the current way.
+       $old_signed_data = $guid . ';' . $target_type . ';' . $parent_guid . ';' . $positive . ';' . $diaspora_handle;
+
+       $signed_data = $positive . ';' . $guid . ';' . $target_type . ';' . $parent_guid . ';' . $diaspora_handle;
+
        $key = $msg['key'];
 
-       if($parent_author_signature) {
+       if ($parent_author_signature) {
                // If a parent_author_signature exists, then we've received the like
                // relayed from the top-level post owner. There's no need to check the
                // author_signature if the parent_author_signature is valid
 
                $parent_author_signature = base64_decode($parent_author_signature);
 
-               if(! rsa_verify($signed_data,$parent_author_signature,$key,'sha256')) {
-                       if (intval(get_config('system','ignore_diaspora_like_signature')))
-                               logger('diaspora_like: top-level owner verification failed. Proceeding anyway.');
-                       else {
-                               logger('diaspora_like: top-level owner verification failed.');
-                               return;
-                       }
+               if (!rsa_verify($signed_data,$parent_author_signature,$key,'sha256') AND
+                       !rsa_verify($old_signed_data,$parent_author_signature,$key,'sha256')) {
+
+                       logger('diaspora_like: top-level owner verification failed.');
+                       return;
                }
-       }
-       else {
+       } else {
                // If there's no parent_author_signature, then we've received the like
                // from the like creator. In that case, the person is "like"ing
                // our post, so he/she must be a contact of ours and his/her public key
@@ -1976,13 +1981,11 @@ function diaspora_like($importer,$xml,$msg) {
 
                $author_signature = base64_decode($author_signature);
 
-               if(! rsa_verify($signed_data,$author_signature,$key,'sha256')) {
-                       if (intval(get_config('system','ignore_diaspora_like_signature')))
-                               logger('diaspora_like: like creator verification failed. Proceeding anyway');
-                       else {
-                               logger('diaspora_like: like creator verification failed.');
-                               return;
-                       }
+               if (!rsa_verify($signed_data,$author_signature,$key,'sha256') AND
+                       !rsa_verify($old_signed_data,$author_signature,$key,'sha256')) {
+
+                       logger('diaspora_like: like creator verification failed.');
+                       return;
                }
        }
 
@@ -2319,7 +2322,7 @@ function diaspora_profile($importer,$xml,$msg) {
        if (unxmlify($xml->searchable) == "true") {
                require_once('include/socgraph.php');
                poco_check($contact['url'], $name, NETWORK_DIASPORA, $images[0], $about, $location, $gender, $keywords, "",
-                       datetime_convert(), $contact['id'], $importer['uid']);
+                       datetime_convert(), 2, $contact['id'], $importer['uid']);
        }
 
        $profileurl = "";
index 99bc0fd324a260ce2238a877bcec64e8eadf5945..4327e75b837d5c25fb36fbad03c7f123e861b5eb 100644 (file)
@@ -23,12 +23,15 @@ function notification($params) {
        $site_admin = sprintf( t('%s Administrator'), $sitename);
        $nickname = "";
 
-       $sender_name = $product;
+       $sender_name = $sitename;
        $hostname = $a->get_hostname();
        if(strpos($hostname,':'))
                $hostname = substr($hostname,0,strpos($hostname,':'));
-
-       $sender_email = t('noreply') . '@' . $hostname;
+       
+       $sender_email = $a->config['sender_email'];
+       if (empty($sender_email)) {
+               $sender_email = t('noreply') . '@' . $hostname;
+       }
 
        $user = q("SELECT `nickname` FROM `user` WHERE `uid` = %d", intval($params['uid']));
        if ($user)
index 52c5483c87c2ef213f114fb88b5aa38a33f69f3c..03cdbd072ba6debb9e5e03ef3b5468d2e58a3d10 100644 (file)
@@ -41,7 +41,23 @@ function gprobe_run(&$argv, &$argc){
 
        if(! count($r)) {
 
+               // Is it a DDoS attempt?
+               $urlparts = parse_url($url);
+
+               $result = Cache::get("gprobe:".$urlparts["host"]);
+               if (!is_null($result)) {
+                       $result = unserialize($result);
+                       if ($result["network"] == NETWORK_FEED) {
+                               logger("DDoS attempt detected for ".$urlparts["host"]." by ".$_SERVER["REMOTE_ADDR"].". server data: ".print_r($_SERVER, true), LOGGER_DEBUG);
+                               return;
+                       }
+               }
+
                $arr = probe_url($url);
+
+               if (is_null($result))
+                       Cache::set("gprobe:".$urlparts["host"],serialize($arr));
+
                if(count($arr) && x($arr,'network') && $arr['network'] === NETWORK_DFRN) {
                        q("insert into `gcontact` (`name`,`url`,`nurl`,`photo`)
                                values ( '%s', '%s', '%s', '%s') ",
index 650bbdcae8c07d1071a6724463b4ef0f227809df..d2699460e31a43ace5fdcd60b8dd9f5c6d7b3d4c 100644 (file)
@@ -88,9 +88,6 @@ function deletenode(&$doc, $node)
 function html2bbcode($message)
 {
 
-       //$file = tempnam("/tmp/", "html");
-       //file_put_contents($file, $message);
-
        $message = str_replace("\r", "", $message);
 
        $message = str_replace(array(
@@ -207,12 +204,19 @@ function html2bbcode($message)
        //node2bbcode($doc, 'tr', array(), "[tr]", "[/tr]");
        //node2bbcode($doc, 'td', array(), "[td]", "[/td]");
 
-       node2bbcode($doc, 'h1', array(), "\n\n[size=xx-large][b]", "[/b][/size]\n");
-       node2bbcode($doc, 'h2', array(), "\n\n[size=x-large][b]", "[/b][/size]\n");
-       node2bbcode($doc, 'h3', array(), "\n\n[size=large][b]", "[/b][/size]\n");
-       node2bbcode($doc, 'h4', array(), "\n\n[size=medium][b]", "[/b][/size]\n");
-       node2bbcode($doc, 'h5', array(), "\n\n[size=small][b]", "[/b][/size]\n");
-       node2bbcode($doc, 'h6', array(), "\n\n[size=x-small][b]", "[/b][/size]\n");
+       //node2bbcode($doc, 'h1', array(), "\n\n[size=xx-large][b]", "[/b][/size]\n");
+       //node2bbcode($doc, 'h2', array(), "\n\n[size=x-large][b]", "[/b][/size]\n");
+       //node2bbcode($doc, 'h3', array(), "\n\n[size=large][b]", "[/b][/size]\n");
+       //node2bbcode($doc, 'h4', array(), "\n\n[size=medium][b]", "[/b][/size]\n");
+       //node2bbcode($doc, 'h5', array(), "\n\n[size=small][b]", "[/b][/size]\n");
+       //node2bbcode($doc, 'h6', array(), "\n\n[size=x-small][b]", "[/b][/size]\n");
+
+       node2bbcode($doc, 'h1', array(), "\n\n[h1]", "[/h1]\n");
+       node2bbcode($doc, 'h2', array(), "\n\n[h2]", "[/h2]\n");
+       node2bbcode($doc, 'h3', array(), "\n\n[h3]", "[/h3]\n");
+       node2bbcode($doc, 'h4', array(), "\n\n[h4]", "[/h4]\n");
+       node2bbcode($doc, 'h5', array(), "\n\n[h5]", "[/h5]\n");
+       node2bbcode($doc, 'h6', array(), "\n\n[h6]", "[/h6]\n");
 
        node2bbcode($doc, 'a', array('href'=>'/mailto:(.+)/'), '[mail=$1]', '[/mail]');
        node2bbcode($doc, 'a', array('href'=>'/(.+)/'), '[url=$1]', '[/url]');
index f09087e0b0179fab68fb4e42328ba5037dbabf61..1d5910d83bea975a11a02b2aef1e8c3eba01e68b 100644 (file)
@@ -113,12 +113,6 @@ function html2plain($html, $wraplength = 75, $compact = false)
 
        $message = str_replace("\r", "", $html);
 
-       // replace all hashtag addresses
-/*     if (get_config("system", "remove_hashtags_on_export")) {
-               $pattern = '/#<a.*?href="(.*?)".*?>(.*?)<\/a>/is';
-               $message = preg_replace($pattern, '#$2', $message);
-       }
-*/
        $doc = new DOMDocument();
        $doc->preserveWhiteSpace = false;
 
index 344b06ec8b3dca05b04449d299cf15d06ea7fe87..0b8bf8fea9de84067b7490326340f2267e57b22e 100644 (file)
@@ -1210,8 +1210,8 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
        $arr['attach']        = ((x($arr,'attach'))        ? notags(trim($arr['attach']))        : '');
        $arr['app']           = ((x($arr,'app'))           ? notags(trim($arr['app']))           : '');
        $arr['origin']        = ((x($arr,'origin'))        ? intval($arr['origin'])              : 0 );
-       $arr['guid']          = ((x($arr,'guid'))          ? notags(trim($arr['guid']))          : get_guid(30));
        $arr['network']       = ((x($arr,'network'))       ? trim($arr['network'])               : '');
+       $arr['guid']          = ((x($arr,'guid'))          ? notags(trim($arr['guid']))          : get_guid(32, $arr['network']));
        $arr['postopts']      = ((x($arr,'postopts'))      ? trim($arr['postopts'])              : '');
        $arr['resource-id']   = ((x($arr,'resource-id'))   ? trim($arr['resource-id'])           : '');
        $arr['event-id']      = ((x($arr,'event-id'))      ? intval($arr['event-id'])            : 0 );
@@ -1239,6 +1239,9 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
                logger("item_store: Set network to ".$arr["network"]." for ".$arr["uri"], LOGGER_DEBUG);
        }
 
+       // Check for hashtags in the body and repair or add hashtag links
+       item_body_set_hashtags($arr);
+
        $arr['thr-parent'] = $arr['parent-uri'];
        if($arr['parent-uri'] === $arr['uri']) {
                $parent_id = 0;
@@ -1343,6 +1346,20 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
                return 0;
        }
 
+       // Is this item available in the global items (with uid=0)?
+       if ($arr["uid"] == 0) {
+               $arr["global"] = true;
+
+               q("UPDATE `item` SET `global` = 1 WHERE `guid` = '%s'", dbesc($arr["guid"]));
+       }  else {
+               $isglobal = q("SELECT `global` FROM `item` WHERE `uid` = 0 AND `guid` = '%s'", dbesc($arr["guid"]));
+
+               $arr["global"] = (count($isglobal) > 0);
+       }
+
+       // Fill the cache field
+       put_item_in_cache($arr);
+
        call_hooks('post_remote',$arr);
 
        if(x($arr,'cancel')) {
@@ -1376,16 +1393,6 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
                $current_post = $r[0]['id'];
                logger('item_store: created item ' . $current_post);
 
-               // Add every contact to the global contact table
-               // Contacts from the statusnet connector are also added since you could add them in OStatus as well.
-               if (!$arr['private'] AND in_array($arr["network"],
-                       array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_STATUSNET, ""))) {
-                       poco_check($arr["author-link"], $arr["author-name"], $arr["network"], $arr["author-avatar"], "", "", "", "", "", $arr["received"], $arr["contact-id"], $arr["uid"]);
-
-                       // Maybe its a body with a shared item? Then extract a global contact from it.
-                       poco_contact_from_body($arr["body"], $arr["received"], $arr["contact-id"], $arr["uid"]);
-               }
-
                // Set "success_update" to the date of the last time we heard from this contact
                // This can be used to filter for inactive contacts and poco.
                // Only do this for public postings to avoid privacy problems, since poco data is public.
@@ -1395,56 +1402,12 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
                                dbesc($arr['received']),
                                intval($arr['contact-id'])
                        );
-
-               // Only check for notifications on start posts
-               if ($arr['parent-uri'] === $arr['uri']) {
-                       add_thread($r[0]['id']);
-                       logger('item_store: Check notification for contact '.$arr['contact-id'].' and post '.$current_post, LOGGER_DEBUG);
-
-                       // Send a notification for every new post?
-                       $r = q("SELECT `notify_new_posts` FROM `contact` WHERE `id` = %d AND `uid` = %d AND `notify_new_posts` LIMIT 1",
-                               intval($arr['contact-id']),
-                               intval($arr['uid'])
-                       );
-
-                       if(count($r)) {
-                               logger('item_store: Send notification for contact '.$arr['contact-id'].' and post '.$current_post, LOGGER_DEBUG);
-                               $u = q("SELECT * FROM user WHERE uid = %d LIMIT 1",
-                                       intval($arr['uid']));
-
-                               $item = q("SELECT * FROM `item` WHERE `id` = %d AND `uid` = %d",
-                                       intval($current_post),
-                                       intval($arr['uid'])
-                               );
-
-                               $a = get_app();
-
-                               require_once('include/enotify.php');
-                               notification(array(
-                                       'type'         => NOTIFY_SHARE,
-                                       'notify_flags' => $u[0]['notify-flags'],
-                                       'language'     => $u[0]['language'],
-                                       'to_name'      => $u[0]['username'],
-                                       'to_email'     => $u[0]['email'],
-                                       'uid'          => $u[0]['uid'],
-                                       'item'         => $item[0],
-                                       'link'         => $a->get_baseurl().'/display/'.urlencode($arr['guid']),
-                                       'source_name'  => $item[0]['author-name'],
-                                       'source_link'  => $item[0]['author-link'],
-                                       'source_photo' => $item[0]['author-avatar'],
-                                       'verb'         => ACTIVITY_TAG,
-                                       'otype'        => 'item'
-                               ));
-                               logger('item_store: Notification sent for contact '.$arr['contact-id'].' and post '.$current_post, LOGGER_DEBUG);
-                       }
-               }
-
        } else {
                logger('item_store: could not locate created item');
                return 0;
        }
        if(count($r) > 1) {
-               logger('item_store: duplicated post occurred. Removing duplicates.');
+               logger('item_store: duplicated post occurred. Removing duplicates. uri = '.$arr['uri'].' uid = '.$arr['uid']);
                q("DELETE FROM `item` WHERE `uri` = '%s' AND `uid` = %d AND `id` != %d ",
                        dbesc($arr['uri']),
                        intval($arr['uid']),
@@ -1488,13 +1451,18 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
        $arr['deleted'] = $parent_deleted;
 
        // update the commented timestamp on the parent
-
-       q("UPDATE `item` set `commented` = '%s', `changed` = '%s' WHERE `id` = %d",
-               dbesc(datetime_convert()),
-               dbesc(datetime_convert()),
-               intval($parent_id)
-       );
-       update_thread($parent_id);
+       // Only update "commented" if it is really a comment
+       if (($arr['verb'] == ACTIVITY_POST) OR !get_config("system", "like_no_comment"))
+               q("UPDATE `item` SET `commented` = '%s', `changed` = '%s' WHERE `id` = %d",
+                       dbesc(datetime_convert()),
+                       dbesc(datetime_convert()),
+                       intval($parent_id)
+               );
+       else
+               q("UPDATE `item` SET `changed` = '%s' WHERE `id` = %d",
+                       dbesc(datetime_convert()),
+                       intval($parent_id)
+               );
 
        if($dsprsig) {
                q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ",
@@ -1520,39 +1488,157 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
 
        $deleted = tag_deliver($arr['uid'],$current_post);
 
-       // current post can be deleted if is for a communuty page and no mention are
+       // current post can be deleted if is for a community page and no mention are
        // in it.
        if (!$deleted AND !$dontcache) {
 
-               // Store the fresh generated item into the cache
-               $cachefile = get_cachefile(urlencode($arr["guid"])."-".hash("md5", $arr['body']));
-
-               if (($cachefile != '') AND !file_exists($cachefile)) {
-                       $s = prepare_text($arr['body']);
-                       $a = get_app();
-                       $stamp1 = microtime(true);
-                       file_put_contents($cachefile, $s);
-                       $a->save_timestamp($stamp1, "file");
-                       logger('item_store: put item '.$current_post.' into cachefile '.$cachefile);
-               }
-
                $r = q('SELECT * FROM `item` WHERE id = %d', intval($current_post));
                if (count($r) == 1) {
                        call_hooks('post_remote_end', $r[0]);
-               } else {
+               } else
                        logger('item_store: new item not found in DB, id ' . $current_post);
-               }
        }
 
-       create_tags_from_item($current_post, $dontcache);
+       // Add every contact of the post to the global contact table
+       poco_store($arr);
+
+       create_tags_from_item($current_post);
        create_files_from_item($current_post);
 
+       // Only check for notifications on start posts
+       if ($arr['parent-uri'] === $arr['uri']) {
+               add_thread($current_post);
+               logger('item_store: Check notification for contact '.$arr['contact-id'].' and post '.$current_post, LOGGER_DEBUG);
+
+               // Send a notification for every new post?
+               $r = q("SELECT `notify_new_posts` FROM `contact` WHERE `id` = %d AND `uid` = %d AND `notify_new_posts` LIMIT 1",
+                       intval($arr['contact-id']),
+                       intval($arr['uid'])
+               );
+               $send_notification = count($r);
+
+               if (!$send_notification) {
+                       $tags = q("SELECT `url` FROM `term` WHERE `otype` = %d AND `oid` = %d AND `type` = %d AND `uid` = %d",
+                               intval(TERM_OBJ_POST), intval($current_post), intval(TERM_MENTION), intval($arr['uid']));
+
+                       if (count($tags)) {
+                               foreach ($tags AS $tag) {
+                                       $r = q("SELECT `id` FROM `contact` WHERE `nurl` = '%s' AND `uid` = %d AND `notify_new_posts`",
+                                               normalise_link($tag["url"]), intval($arr['uid']));
+                                       if (count($r))
+                                               $send_notification = true;
+                               }
+                       }
+               }
+
+               if ($send_notification) {
+                       logger('item_store: Send notification for contact '.$arr['contact-id'].' and post '.$current_post, LOGGER_DEBUG);
+                       $u = q("SELECT * FROM user WHERE uid = %d LIMIT 1",
+                               intval($arr['uid']));
+
+                       $item = q("SELECT * FROM `item` WHERE `id` = %d AND `uid` = %d",
+                               intval($current_post),
+                               intval($arr['uid'])
+                       );
+
+                       $a = get_app();
+
+                       require_once('include/enotify.php');
+                       notification(array(
+                               'type'         => NOTIFY_SHARE,
+                               'notify_flags' => $u[0]['notify-flags'],
+                               'language'     => $u[0]['language'],
+                               'to_name'      => $u[0]['username'],
+                               'to_email'     => $u[0]['email'],
+                               'uid'          => $u[0]['uid'],
+                               'item'         => $item[0],
+                               'link'         => $a->get_baseurl().'/display/'.urlencode($arr['guid']),
+                               'source_name'  => $item[0]['author-name'],
+                               'source_link'  => $item[0]['author-link'],
+                               'source_photo' => $item[0]['author-avatar'],
+                               'verb'         => ACTIVITY_TAG,
+                               'otype'        => 'item'
+                       ));
+                       logger('item_store: Notification sent for contact '.$arr['contact-id'].' and post '.$current_post, LOGGER_DEBUG);
+               }
+       } else {
+               update_thread($parent_id);
+               add_shadow_entry($arr);
+       }
+
        if ($notify)
                proc_run('php', "include/notifier.php", $notify_type, $current_post);
 
        return $current_post;
 }
 
+function item_body_set_hashtags(&$item) {
+
+       $tags = get_tags($item["body"]);
+
+       // No hashtags?
+       if(!count($tags))
+               return(false);
+
+       // This sorting is important when there are hashtags that are part of other hashtags
+       // Otherwise there could be problems with hashtags like #test and #test2
+       rsort($tags);
+
+       $a = get_app();
+
+       $URLSearchString = "^\[\]";
+
+       // All hashtags should point to the home server
+       //$item["body"] = preg_replace("/#\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism",
+       //              "#[url=".$a->get_baseurl()."/search?tag=$2]$2[/url]", $item["body"]);
+
+       //$item["tag"] = preg_replace("/#\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism",
+       //              "#[url=".$a->get_baseurl()."/search?tag=$2]$2[/url]", $item["tag"]);
+
+       // mask hashtags inside of url, bookmarks and attachments to avoid urls in urls
+       $item["body"] = preg_replace_callback("/\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism",
+               function ($match){
+                       return("[url=".$match[1]."]".str_replace("#", "&num;", $match[2])."[/url]");
+               },$item["body"]);
+
+       $item["body"] = preg_replace_callback("/\[bookmark\=([$URLSearchString]*)\](.*?)\[\/bookmark\]/ism",
+               function ($match){
+                       return("[bookmark=".$match[1]."]".str_replace("#", "&num;", $match[2])."[/bookmark]");
+               },$item["body"]);
+
+       $item["body"] = preg_replace_callback("/\[attachment (.*)\](.*?)\[\/attachment\]/ism",
+               function ($match){
+                       return("[attachment ".str_replace("#", "&num;", $match[1])."]".$match[2]."[/attachment]");
+               },$item["body"]);
+
+       // Repair recursive urls
+       $item["body"] = preg_replace("/&num;\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism",
+                       "&num;$2", $item["body"]);
+
+       foreach($tags as $tag) {
+               if(strpos($tag,'#') !== 0)
+                       continue;
+
+               if(strpos($tag,'[url='))
+                       continue;
+
+               $basetag = str_replace('_',' ',substr($tag,1));
+
+               $newtag = '#[url='.$a->get_baseurl().'/search?tag='.rawurlencode($basetag).']'.$basetag.'[/url]';
+
+               $item["body"] = str_replace($tag, $newtag, $item["body"]);
+
+               if(!stristr($item["tag"],"/search?tag=".$basetag."]".$basetag."[/url]")) {
+                       if(strlen($item["tag"]))
+                               $item["tag"] = ','.$item["tag"];
+                       $item["tag"] = $newtag.$item["tag"];
+               }
+       }
+
+       // Convert back the masked hashtags
+       $item["body"] = str_replace("&num;", "#", $item["body"]);
+}
+
 function get_item_guid($id) {
        $r = q("SELECT `guid` FROM `item` WHERE `id` = %d LIMIT 1", intval($id));
        if (count($r))
@@ -2078,6 +2164,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
        $photo_timestamp = '';
        $photo_url = '';
        $birthday = '';
+       $contact_updated = '';
 
        $hubs = $feed->get_links('hub');
        logger('consume_feed: hubs: ' . print_r($hubs,true), LOGGER_DATA);
@@ -2093,9 +2180,16 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
                if($elems['name'][0]['attribs'][NAMESPACE_DFRN]['updated']) {
                        $name_updated = $elems['name'][0]['attribs'][NAMESPACE_DFRN]['updated'];
                        $new_name = $elems['name'][0]['data'];
+
+                       // Manually checking for changed contact names
+                       if (($new_name != $contact['name']) AND ($new_name != "") AND ($name_updated <= $contact['name-date'])) {
+                               $name_updated = date("c");
+                               $photo_timestamp = date("c");
+                       }
                }
                if((x($elems,'link')) && ($elems['link'][0]['attribs']['']['rel'] === 'photo') && ($elems['link'][0]['attribs'][NAMESPACE_DFRN]['updated'])) {
-                       $photo_timestamp = datetime_convert('UTC','UTC',$elems['link'][0]['attribs'][NAMESPACE_DFRN]['updated']);
+                       if ($photo_timestamp == "")
+                               $photo_timestamp = datetime_convert('UTC','UTC',$elems['link'][0]['attribs'][NAMESPACE_DFRN]['updated']);
                        $photo_url = $elems['link'][0]['attribs']['']['href'];
                }
 
@@ -2106,6 +2200,9 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
 
        if((is_array($contact)) && ($photo_timestamp) && (strlen($photo_url)) && ($photo_timestamp > $contact['avatar-date'])) {
                logger('consume_feed: Updating photo for '.$contact['name'].' from '.$photo_url.' uid: '.$contact['uid']);
+
+               $contact_updated = $photo_timestamp;
+
                require_once("include/Photo.php");
                $photo_failure = false;
                $have_photo = false;
@@ -2163,6 +2260,9 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
        }
 
        if((is_array($contact)) && ($name_updated) && (strlen($new_name)) && ($name_updated > $contact['name-date'])) {
+               if ($name_updated > $contact_updated)
+                       $contact_updated = $name_updated;
+
                $r = q("select * from contact where uid = %d and id = %d limit 1",
                        intval($contact['uid']),
                        intval($contact['id'])
@@ -2187,6 +2287,9 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
                }
        }
 
+       if ($contact_updated AND $new_name AND $photo_url)
+               poco_check($contact['url'], $new_name, NETWORK_DFRN, $photo_url, "", "", "", "", "", $contact_updated, 2, $contact['id'], $contact['uid']);
+
        if(strlen($birthday)) {
                if(substr($birthday,0,4) != $contact['bdyear']) {
                        logger('consume_feed: updating birthday: ' . $birthday);
@@ -2233,7 +2336,6 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
 
                        $contact['bdyear'] = substr($birthday,0,4);
                }
-
        }
 
        $community_page = 0;
@@ -2715,6 +2817,10 @@ function item_is_remote_self($contact, &$datarray) {
        if ($datarray["app"] == $a->get_hostname())
                return false;
 
+       // Only forward posts
+       if ($datarray["verb"] != ACTIVITY_POST)
+               return false;
+
        if (($contact['network'] != NETWORK_FEED) AND $datarray['private'])
                return false;
 
@@ -2795,6 +2901,7 @@ function local_delivery($importer,$data) {
        $new_name = '';
        $photo_timestamp = '';
        $photo_url = '';
+       $contact_updated = '';
 
 
        $rawtags = $feed->get_feed_tags( NAMESPACE_DFRN, 'owner');
@@ -2808,14 +2915,24 @@ function local_delivery($importer,$data) {
                if($elems['name'][0]['attribs'][NAMESPACE_DFRN]['updated']) {
                        $name_updated = $elems['name'][0]['attribs'][NAMESPACE_DFRN]['updated'];
                        $new_name = $elems['name'][0]['data'];
+
+                       // Manually checking for changed contact names
+                       if (($new_name != $importer['name']) AND ($new_name != "") AND ($name_updated <= $importer['name-date'])) {
+                               $name_updated = date("c");
+                               $photo_timestamp = date("c");
+                       }
                }
                if((x($elems,'link')) && ($elems['link'][0]['attribs']['']['rel'] === 'photo') && ($elems['link'][0]['attribs'][NAMESPACE_DFRN]['updated'])) {
-                       $photo_timestamp = datetime_convert('UTC','UTC',$elems['link'][0]['attribs'][NAMESPACE_DFRN]['updated']);
+                       if ($photo_timestamp == "")
+                               $photo_timestamp = datetime_convert('UTC','UTC',$elems['link'][0]['attribs'][NAMESPACE_DFRN]['updated']);
                        $photo_url = $elems['link'][0]['attribs']['']['href'];
                }
        }
 
        if(($photo_timestamp) && (strlen($photo_url)) && ($photo_timestamp > $importer['avatar-date'])) {
+
+               $contact_updated = $photo_timestamp;
+
                logger('local_delivery: Updating photo for ' . $importer['name']);
                require_once("include/Photo.php");
                $photo_failure = false;
@@ -2874,6 +2991,9 @@ function local_delivery($importer,$data) {
        }
 
        if(($name_updated) && (strlen($new_name)) && ($name_updated > $importer['name-date'])) {
+               if ($name_updated > $contact_updated)
+                       $contact_updated = $name_updated;
+
                $r = q("select * from contact where uid = %d and id = %d limit 1",
                        intval($importer['importer_uid']),
                        intval($importer['id'])
@@ -2898,7 +3018,8 @@ function local_delivery($importer,$data) {
                }
        }
 
-
+       if ($contact_updated AND $new_name AND $photo_url)
+               poco_check($importer['url'], $new_name, NETWORK_DFRN, $photo_url, "", "", "", "", "", $contact_updated, 2, $importer['id'], $importer['importer_uid']);
 
        // Currently unsupported - needs a lot of work
        $reloc = $feed->get_feed_tags( NAMESPACE_DFRN, 'relocate' );
@@ -2937,6 +3058,7 @@ function local_delivery($importer,$data) {
                                        thumb = '%s',
                                        micro = '%s',
                                        url = '%s',
+                                       nurl = '%s',
                                        request = '%s',
                                        confirm = '%s',
                                        notify = '%s',
@@ -2948,6 +3070,7 @@ function local_delivery($importer,$data) {
                                        dbesc($newloc['thumb']),
                                        dbesc($newloc['micro']),
                                        dbesc($newloc['url']),
+                                       dbesc(normalise_link($newloc['url'])),
                                        dbesc($newloc['request']),
                                        dbesc($newloc['confirm']),
                                        dbesc($newloc['notify']),
@@ -4649,8 +4772,8 @@ function drop_item($id,$interactive = true) {
                                dbesc($item['parent-uri']),
                                intval($item['uid'])
                        );
-                       create_tags_from_item($item['parent-uri'], $item['uid']);
-                       create_files_from_item($item['parent-uri'], $item['uid']);
+                       create_tags_from_itemuri($item['parent-uri'], $item['uid']);
+                       create_files_from_itemuri($item['parent-uri'], $item['uid']);
                        delete_thread_uri($item['parent-uri'], $item['uid']);
                        // ignore the result
                }
diff --git a/include/markdownify/LICENSE_LGPL.txt b/include/markdownify/LICENSE_LGPL.txt
deleted file mode 100644 (file)
index 5ab7695..0000000
+++ /dev/null
@@ -1,504 +0,0 @@
-                 GNU LESSER GENERAL PUBLIC LICENSE
-                      Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-                           Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-\f
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-\f
-                 GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-\f
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-\f
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-\f
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-\f
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-\f
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-\f
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-                           NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-                    END OF TERMS AND CONDITIONS
-\f
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-
diff --git a/include/markdownify/TODO b/include/markdownify/TODO
deleted file mode 100644 (file)
index 06ec850..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Markdownify
-===========
-* handle non-markdownifiable lists (i.e. `<ul><li id="foobar">asdf</li></ul>`)
-* organize methods better (i.e. flushlinebreaks & setlinebreaks close to each other)
-* take a look at function names etc.
-* is the new (in rev. 93) lastclosedtag property needed?
-* word wrapping (some work is done but it's still very buggy)
-
-
-Markdownify Extra
-=================
-
-* handle table alignment with KEEP_HTML=false
-* handle tables without headings when KEEP_HTML=false is set
-* handle Markdown inside non-markdownable tags
-
-
-Implementation Thoughts
-=======================
-* non-markdownifiable lists and markdown inside non-markdownable tags as well as the current
-  table implementation could be rewritten by using a rollback mechanism.
-  
-  example:
-  
-      <ul><li>asdf</li><li id="foobar">asdf</li></ul>
-  
-  we come to `<ul>`, know that this might fail and create a snapshot of our current parser
-  we keep on parsing and when we reach `<li id="foobar">` we gotta rollback and keep this
-  list in HTML format.
diff --git a/include/markdownify/example.php b/include/markdownify/example.php
deleted file mode 100644 (file)
index ef86dca..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<?php
-       error_reporting(E_ALL);
-       if (!empty($_POST['input'])) {
-               include 'markdownify_extra.php';
-               if (!isset($_POST['leap'])) {
-                       $leap = MDFY_LINKS_EACH_PARAGRAPH;
-               } else {
-                       $leap = $_POST['leap'];
-               }
-               
-               if (!isset($_POST['keepHTML'])) {
-                       $keephtml = MDFY_KEEPHTML;
-               } else {
-                       $keephtml = $_POST['keepHTML'];
-               }
-               if (!empty($_POST['extra'])) {
-                       $md = new Markdownify_Extra($leap, MDFY_BODYWIDTH, $keephtml);
-               } else {
-                       $md = new Markdownify($leap, MDFY_BODYWIDTH, $keephtml);
-               }
-               if (ini_get('magic_quotes_gpc')) {
-                       $_POST['input'] = stripslashes($_POST['input']);
-               }
-               $output = $md->parseString($_POST['input']);
-       } else {
-               $_POST['input'] = '';
-       }
-?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
-       <head>
-               <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-               <title>HTML to Markdown Converter</title>
-       </head>
-       <body>
-               <?php if (empty($_POST['input'])): ?>
-               <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
-                       <fieldset>
-                               <legend>HTML Input</legend>
-                               <textarea style="width:100%;" cols="85" rows="40" name="input"><?php echo htmlspecialchars($_POST['input'], ENT_NOQUOTES, 'UTF-8'); ?></textarea>
-                       </fieldset>
-                       <label for="extra">Markdownify Extra: <input name="extra" checked="checked" id="extra" type="checkbox" value="1"  /></label>
-                       <label for="leap">Links after each block elem: <input name="leap" id="leap" type="checkbox" value="1"  /></label>
-                       <label for="keepHTML">keep HTML: <input name="keepHTML" id="keepHTML" type="checkbox" value="1" checked="checked" /></label>
-                       <input type="submit" name="submit" value="submit" />
-               </form>
-               <?php else: ?>
-               <h1 style="text-align:right;"><a href="<?php echo $_SERVER['PHP_SELF']; ?>">BACK</a></h1>
-               <pre><?php echo htmlspecialchars($output, ENT_NOQUOTES, 'UTF-8'); ?></pre>
-               <?php endif; ?>
-       </body>
-</html>
\ No newline at end of file
diff --git a/include/markdownify/markdownify.php b/include/markdownify/markdownify.php
deleted file mode 100644 (file)
index 0d4429a..0000000
+++ /dev/null
@@ -1,1197 +0,0 @@
-<?php
-/**
- * Markdownify converts HTML Markup to [Markdown][1] (by [John Gruber][2]. It
- * also supports [Markdown Extra][3] by [Michel Fortin][4] via Markdownify_Extra.
- *
- * It all started as `html2text.php` - a port of [Aaron Swartz'][5] [`html2text.py`][6] - but
- * got a long way since. This is far more than a mere port now!
- * Starting with version 2.0.0 this is a complete rewrite and cannot be
- * compared to Aaron Swatz' `html2text.py` anylonger. I'm now using a HTML parser
- * (see `parsehtml.php` which I also wrote) which makes most of the evil
- * RegEx magic go away and additionally it gives a much cleaner class
- * structure. Also notably is the fact that I now try to prevent regressions by
- * utilizing testcases of Michel Fortin's [MDTest][7].
- *
- * [1]: http://daringfireball.com/projects/markdown
- * [2]: http://daringfireball.com/
- * [3]: http://www.michelf.com/projects/php-markdown/extra/
- * [4]: http://www.michelf.com/
- * [5]: http://www.aaronsw.com/
- * [6]: http://www.aaronsw.com/2002/html2text/
- * [7]: http://article.gmane.org/gmane.text.markdown.general/2540
- *
- * @version 2.0.0 alpha
- * @author Milian Wolff (<mail@milianw.de>, <http://milianw.de>)
- * @license LGPL, see LICENSE_LGPL.txt and the summary below
- * @copyright (C) 2007  Milian Wolff
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-/**
- * HTML Parser, see http://sf.net/projects/parseHTML
- */
-require_once dirname(__FILE__).'/parsehtml/parsehtml.php';
-
-/**
- * default configuration
- */
-define('MDFY_LINKS_EACH_PARAGRAPH', false);
-define('MDFY_BODYWIDTH', false);
-define('MDFY_KEEPHTML', true);
-
-/**
- * HTML to Markdown converter class
- */
-class Markdownify {
-  /**
-   * html parser object
-   *
-   * @var parseHTML
-   */
-  var $parser;
-  /**
-   * markdown output
-   *
-   * @var string
-   */
-  var $output;
-  /**
-   * stack with tags which where not converted to html
-   *
-   * @var array<string>
-   */
-  var $notConverted = array();
-  /**
-   * skip conversion to markdown
-   *
-   * @var bool
-   */
-  var $skipConversion = false;
-  /* options */
-  /**
-   * keep html tags which cannot be converted to markdown
-   *
-   * @var bool
-   */
-  var $keepHTML = false;
-  /**
-   * wrap output, set to 0 to skip wrapping
-   *
-   * @var int
-   */
-  var $bodyWidth = 0;
-  /**
-   * minimum body width
-   *
-   * @var int
-   */
-  var $minBodyWidth = 25;
-  /**
-   * display links after each paragraph
-   *
-   * @var bool
-   */
-  var $linksAfterEachParagraph = false;
-  /**
-   * constructor, set options, setup parser
-   *
-   * @param bool $linksAfterEachParagraph wether or not to flush stacked links after each paragraph
-   *             defaults to false
-   * @param int $bodyWidth wether or not to wrap the output to the given width
-   *             defaults to false
-   * @param bool $keepHTML wether to keep non markdownable HTML or to discard it
-   *             defaults to true (HTML will be kept)
-   * @return void
-   */
-  function Markdownify($linksAfterEachParagraph = MDFY_LINKS_EACH_PARAGRAPH, $bodyWidth = MDFY_BODYWIDTH, $keepHTML = MDFY_KEEPHTML) {
-    $this->linksAfterEachParagraph = $linksAfterEachParagraph;
-    $this->keepHTML = $keepHTML;
-
-    if ($bodyWidth > $this->minBodyWidth) {
-      $this->bodyWidth = intval($bodyWidth);
-    } else {
-      $this->bodyWidth = false;
-    }
-
-    $this->parser = new parseHTML;
-    $this->parser->noTagsInCode = true;
-
-    # we don't have to do this every time
-    $search = array();
-    $replace = array();
-    foreach ($this->escapeInText as $s => $r) {
-      array_push($search, '#(?<!\\\)'.$s.'#U');
-      array_push($replace, $r);
-    }
-    $this->escapeInText = array(
-      'search' => $search,
-      'replace' => $replace
-    );
-  }
-  /**
-   * parse a HTML string
-   *
-   * @param string $html
-   * @return string markdown formatted
-   */
-  function parseString($html) {
-    $this->parser->html = $html;
-    $this->parse();
-    return $this->output;
-  }
-  /**
-   * tags with elements which can be handled by markdown
-   *
-   * @var array<string>
-   */
-  var $isMarkdownable = array(
-    'p' => array(),
-    'ul' => array(),
-    'ol' => array(),
-    'li' => array(),
-    'br' => array(),
-    'blockquote' => array(),
-    'code' => array(),
-    'pre' => array(),
-    'a' => array(
-      'href' => 'required',
-      'title' => 'optional',
-    ),
-    'strong' => array(),
-    'b' => array(),
-    'em' => array(),
-    'i' => array(),
-    'img' => array(
-      'src' => 'required',
-      'alt' => 'optional',
-      'title' => 'optional',
-    ),
-    'h1' => array(),
-    'h2' => array(),
-    'h3' => array(),
-    'h4' => array(),
-    'h5' => array(),
-    'h6' => array(),
-    'hr' => array(),
-  );
-  /**
-   * html tags to be ignored (contents will be parsed)
-   *
-   * @var array<string>
-   */
-  var $ignore = array(
-    'html',
-    'body',
-  );
-  /**
-   * html tags to be dropped (contents will not be parsed!)
-   *
-   * @var array<string>
-   */
-  var $drop = array(
-    'script',
-    'head',
-    'style',
-    'form',
-    'area',
-    'object',
-    'param',
-    'iframe',
-  );
-  /**
-   * Markdown indents which could be wrapped
-   * @note: use strings in regex format
-   *
-   * @var array<string>
-   */
-  var $wrappableIndents = array(
-    '\*   ', # ul
-    '\d.  ', # ol
-    '\d\d. ', # ol
-    '> ', # blockquote
-    '', # p
-  );
-  /**
-   * list of chars which have to be escaped in normal text
-   * @note: use strings in regex format
-   *
-   * @var array
-   *
-   * TODO: what's with block chars / sequences at the beginning of a block?
-   */
-  var $escapeInText = array(
-    '([-*_])([ ]{0,2}\1){2,}' => '\\\\$0|', # hr
-    '\*\*([^*\s]+)\*\*' => '\*\*$1\*\*', # strong
-    '\*([^*\s]+)\*' => '\*$1\*', # em
-    '__(?! |_)(.+)(?!<_| )__' => '\_\_$1\_\_', # em
-    '_(?! |_)(.+)(?!<_| )_' => '\_$1\_', # em
-    '`(.+)`' => '\`$1\`', # code
-    '\[(.+)\](\s*\()' => '\[$1\]$2', # links: [text] (url) => [text\] (url)
-    '\[(.+)\](\s*)\[(.*)\]' => '\[$1\]$2\[$3\]', # links: [text][id] => [text\][id\]
-  );
-  /**
-   * wether last processed node was a block tag or not
-   *
-   * @var bool
-   */
-  var $lastWasBlockTag = false;
-  /**
-   * name of last closed tag
-   *
-   * @var string
-   */
-  var $lastClosedTag = '';
-  /**
-   * iterate through the nodes and decide what we
-   * shall do with the current node
-   *
-   * @param void
-   * @return void
-   */
-  function parse() {
-    $this->output = '';
-    # drop tags
-    $this->parser->html = preg_replace('#<('.implode('|', $this->drop).')[^>]*>.*</\\1>#sU', '', $this->parser->html);
-    while ($this->parser->nextNode()) {
-      switch ($this->parser->nodeType) {
-        case 'doctype':
-          break;
-        case 'pi':
-        case 'comment':
-          if ($this->keepHTML) {
-            $this->flushLinebreaks();
-            $this->out($this->parser->node);
-            $this->setLineBreaks(2);
-          }
-          # else drop
-          break;
-        case 'text':
-          $this->handleText();
-          break;
-        case 'tag':
-          if (in_array($this->parser->tagName, $this->ignore)) {
-            break;
-          }
-          if ($this->parser->isStartTag) {
-            $this->flushLinebreaks();
-          }
-          if ($this->skipConversion) {
-            $this->isMarkdownable(); # update notConverted
-            $this->handleTagToText();
-            continue;
-          }
-          if (!$this->parser->keepWhitespace && $this->parser->isBlockElement && $this->parser->isStartTag) {
-            $this->parser->html = ltrim($this->parser->html);
-          }
-          if ($this->isMarkdownable()) {
-            if ($this->parser->isBlockElement && $this->parser->isStartTag && !$this->lastWasBlockTag && !empty($this->output)) {
-              if (!empty($this->buffer)) {
-                $str =& $this->buffer[count($this->buffer) -1];
-              } else {
-                $str =& $this->output;
-              }
-              if (substr($str, -strlen($this->indent)-1) != "\n".$this->indent) {
-                $str .= "\n".$this->indent;
-              }
-            }
-            $func = 'handleTag_'.$this->parser->tagName;
-            $this->$func();
-            if ($this->linksAfterEachParagraph && $this->parser->isBlockElement && !$this->parser->isStartTag && empty($this->parser->openTags)) {
-              $this->flushStacked();
-            }
-            if (!$this->parser->isStartTag) {
-              $this->lastClosedTag = $this->parser->tagName;
-            }
-          } else {
-            $this->handleTagToText();
-            $this->lastClosedTag = '';
-          }
-          break;
-        default:
-          trigger_error('invalid node type', E_USER_ERROR);
-          break;
-      }
-      $this->lastWasBlockTag = $this->parser->nodeType == 'tag' && $this->parser->isStartTag && $this->parser->isBlockElement;
-    }
-    if (!empty($this->buffer)) {
-      trigger_error('buffer was not flushed, this is a bug. please report!', E_USER_WARNING);
-      while (!empty($this->buffer)) {
-        $this->out($this->unbuffer());
-      }
-    }
-    ### cleanup
-    $this->output = rtrim(str_replace('&amp;', '&', str_replace('&lt;', '<', str_replace('&gt;', '>', $this->output))));
-    # end parsing, flush stacked tags
-    $this->flushStacked();
-    $this->stack = array();
-  }
-  /**
-   * check if current tag can be converted to Markdown
-   *
-   * @param void
-   * @return bool
-   */
-  function isMarkdownable() {
-    if (!isset($this->isMarkdownable[$this->parser->tagName])) {
-      # simply not markdownable
-      return false;
-    }
-    if ($this->parser->isStartTag) {
-      $return = true;
-      if ($this->keepHTML) {
-        $diff = array_diff(array_keys($this->parser->tagAttributes), array_keys($this->isMarkdownable[$this->parser->tagName]));
-        if (!empty($diff)) {
-          # non markdownable attributes given
-          $return = false;
-        }
-      }
-      if ($return) {
-        foreach ($this->isMarkdownable[$this->parser->tagName] as $attr => $type) {
-          if ($type == 'required' && !isset($this->parser->tagAttributes[$attr])) {
-            # required markdown attribute not given
-            $return = false;
-            break;
-          }
-        }
-      }
-      if (!$return) {
-        array_push($this->notConverted, $this->parser->tagName.'::'.implode('/', $this->parser->openTags));
-      }
-      return $return;
-    } else {
-      if (!empty($this->notConverted) && end($this->notConverted) === $this->parser->tagName.'::'.implode('/', $this->parser->openTags)) {
-        array_pop($this->notConverted);
-        return false;
-      }
-      return true;
-    }
-  }
-  /**
-   * output all stacked tags
-   *
-   * @param void
-   * @return void
-   */
-  function flushStacked() {
-    # links
-    foreach ($this->stack as $tag => $a) {
-      if (!empty($a)) {
-        call_user_func(array(&$this, 'flushStacked_'.$tag));
-      }
-    }
-  }
-  /**
-   * output link references (e.g. [1]: http://example.com "title");
-   *
-   * @param void
-   * @return void
-   */
-  function flushStacked_a() {
-    $out = false;
-    foreach ($this->stack['a'] as $k => $tag) {
-      if (!isset($tag['unstacked'])) {
-        if (!$out) {
-          $out = true;
-          $this->out("\n\n", true);
-        } else {
-          $this->out("\n", true);
-        }
-        $this->out(' ['.$tag['linkID'].']: '.$tag['href'].(isset($tag['title']) ? ' "'.$tag['title'].'"' : ''), true);
-        $tag['unstacked'] = true;
-        $this->stack['a'][$k] = $tag;
-      }
-    }
-  }
-  /**
-   * flush enqued linebreaks
-   *
-   * @param void
-   * @return void
-   */
-  function flushLinebreaks() {
-    if ($this->lineBreaks && !empty($this->output)) {
-      $this->out(str_repeat("\n".$this->indent, $this->lineBreaks), true);
-    }
-    $this->lineBreaks = 0;
-  }
-  /**
-   * handle non Markdownable tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTagToText() {
-    if (!$this->keepHTML) {
-      if (!$this->parser->isStartTag && $this->parser->isBlockElement) {
-        $this->setLineBreaks(2);
-      }
-    } else {
-      # dont convert to markdown inside this tag
-      /** TODO: markdown extra **/
-      if (!$this->parser->isEmptyTag) {
-        if ($this->parser->isStartTag) {
-          if (!$this->skipConversion) {
-            $this->skipConversion = $this->parser->tagName.'::'.implode('/', $this->parser->openTags);
-          }
-        } else {
-          if ($this->skipConversion == $this->parser->tagName.'::'.implode('/', $this->parser->openTags)) {
-            $this->skipConversion = false;
-          }
-        }
-      }
-
-      if ($this->parser->isBlockElement) {
-        if ($this->parser->isStartTag) {
-          if (in_array($this->parent(), array('ins', 'del'))) {
-            # looks like ins or del are block elements now
-            $this->out("\n", true);
-            $this->indent('  ');
-          }
-          if ($this->parser->tagName != 'pre') {
-            $this->out($this->parser->node."\n".$this->indent);
-            if (!$this->parser->isEmptyTag) {
-              $this->indent('  ');
-            } else {
-              $this->setLineBreaks(1);
-            }
-            $this->parser->html = ltrim($this->parser->html);
-          } else {
-            # don't indent inside <pre> tags
-            $this->out($this->parser->node);
-            static $indent;
-            $indent =  $this->indent;
-            $this->indent = '';
-          }
-        } else {
-          if (!$this->parser->keepWhitespace) {
-            $this->output = rtrim($this->output);
-          }
-          if ($this->parser->tagName != 'pre') {
-            $this->indent('  ');
-            $this->out("\n".$this->indent.$this->parser->node);
-          } else {
-            # reset indentation
-            $this->out($this->parser->node);
-            static $indent;
-            $this->indent = $indent;
-          }
-
-          if (in_array($this->parent(), array('ins', 'del'))) {
-            # ins or del was block element
-            $this->out("\n");
-            $this->indent('  ');
-          }
-          if ($this->parser->tagName == 'li') {
-            $this->setLineBreaks(1);
-          } else {
-            $this->setLineBreaks(2);
-          }
-        }
-      } else {
-        $this->out($this->parser->node);
-      }
-      if (in_array($this->parser->tagName, array('code', 'pre'))) {
-        if ($this->parser->isStartTag) {
-          $this->buffer();
-        } else {
-          # add stuff so cleanup just reverses this
-          $this->out(str_replace('&lt;', '&amp;lt;', str_replace('&gt;', '&amp;gt;', $this->unbuffer())));
-        }
-      }
-    }
-  }
-  /**
-   * handle plain text
-   *
-   * @param void
-   * @return void
-   */
-  function handleText() {
-    if ($this->hasParent('pre') && strpos($this->parser->node, "\n") !== false) {
-      $this->parser->node = str_replace("\n", "\n".$this->indent, $this->parser->node);
-    }
-    if (!$this->hasParent('code') && !$this->hasParent('pre')) {
-      # entity decode
-      $this->parser->node = $this->decode($this->parser->node);
-      if (!$this->skipConversion) {
-        # escape some chars in normal Text
-        $this->parser->node = preg_replace($this->escapeInText['search'], $this->escapeInText['replace'], $this->parser->node);
-      }
-    } else {
-      $this->parser->node = str_replace(array('&quot;', '&apos'), array('"', '\''), $this->parser->node);
-    }
-    $this->out($this->parser->node);
-    $this->lastClosedTag = '';
-  }
-  /**
-   * handle <em> and <i> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_em() {
-    $this->out('*', true);
-  }
-  function handleTag_i() {
-    $this->handleTag_em();
-  }
-  /**
-   * handle <strong> and <b> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_strong() {
-    $this->out('**', true);
-  }
-  function handleTag_b() {
-    $this->handleTag_strong();
-  }
-  /**
-   * handle <h1> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_h1() {
-    $this->handleHeader(1);
-  }
-  /**
-   * handle <h2> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_h2() {
-    $this->handleHeader(2);
-  }
-  /**
-   * handle <h3> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_h3() {
-    $this->handleHeader(3);
-  }
-  /**
-   * handle <h4> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_h4() {
-    $this->handleHeader(4);
-  }
-  /**
-   * handle <h5> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_h5() {
-    $this->handleHeader(5);
-  }
-  /**
-   * handle <h6> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_h6() {
-    $this->handleHeader(6);
-  }
-  /**
-   * number of line breaks before next inline output
-   */
-  var $lineBreaks = 0;
-  /**
-   * handle header tags (<h1> - <h6>)
-   *
-   * @param int $level 1-6
-   * @return void
-   */
-  function handleHeader($level) {
-    if ($this->parser->isStartTag) {
-      $this->out(str_repeat('#', $level).' ', true);
-    } else {
-      $this->setLineBreaks(2);
-    }
-  }
-  /**
-   * handle <p> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_p() {
-    if (!$this->parser->isStartTag) {
-      $this->setLineBreaks(2);
-    }
-  }
-  /**
-   * handle <a> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_a() {
-    if ($this->parser->isStartTag) {
-      $this->buffer();
-      if (isset($this->parser->tagAttributes['title'])) {
-        $this->parser->tagAttributes['title'] = $this->decode($this->parser->tagAttributes['title']);
-      } else {
-        $this->parser->tagAttributes['title'] = null;
-      }
-      $this->parser->tagAttributes['href'] = $this->decode(trim($this->parser->tagAttributes['href']));
-      $this->stack();
-    } else {
-      $tag = $this->unstack();
-      $buffer = $this->unbuffer();
-
-      if (empty($tag['href']) && empty($tag['title'])) {
-        # empty links... testcase mania, who would possibly do anything like that?!
-        $this->out('['.$buffer.']()', true);
-        return;
-      }
-
-      if ($buffer == $tag['href'] && empty($tag['title'])) {
-        # <http://example.com>
-        $this->out('<'.$buffer.'>', true);
-        return;
-      }
-
-      $bufferDecoded = $this->decode(trim($buffer));
-      if (substr($tag['href'], 0, 7) == 'mailto:' && 'mailto:'.$bufferDecoded == $tag['href']) {
-        if (is_null($tag['title'])) {
-          # <mail@example.com>
-          $this->out('<'.$bufferDecoded.'>', true);
-          return;
-        }
-        # [mail@example.com][1]
-        # ...
-        #  [1]: mailto:mail@example.com Title
-        $tag['href'] = 'mailto:'.$bufferDecoded;
-      }
-
-      $this->out('['.$buffer.']('.$tag['href'].' "'.$tag['title'].'")', true);
-
-/*
-      # [This link][id]
-      foreach ($this->stack['a'] as $tag2) {
-        if ($tag2['href'] == $tag['href'] && $tag2['title'] === $tag['title']) {
-          $tag['linkID'] = $tag2['linkID'];
-          break;
-        }
-      }
-      if (!isset($tag['linkID'])) {
-        $tag['linkID'] = count($this->stack['a']) + 1;
-        array_push($this->stack['a'], $tag);
-      }
-
-      $this->out('['.$buffer.']['.$tag['linkID'].']', true);
-*/
-    }
-  }
-  /**
-   * handle <img /> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_img() {
-    if (!$this->parser->isStartTag) {
-      return; # just to be sure this is really an empty tag...
-    }
-
-    if (isset($this->parser->tagAttributes['title'])) {
-      $this->parser->tagAttributes['title'] = $this->decode($this->parser->tagAttributes['title']);
-    } else {
-      $this->parser->tagAttributes['title'] = null;
-    }
-    if (isset($this->parser->tagAttributes['alt'])) {
-      $this->parser->tagAttributes['alt'] = $this->decode($this->parser->tagAttributes['alt']);
-    } else {
-      $this->parser->tagAttributes['alt'] = null;
-    }
-
-    if (empty($this->parser->tagAttributes['src'])) {
-      # support for "empty" images... dunno if this is really needed
-      # but there are some testcases which do that...
-      if (!empty($this->parser->tagAttributes['title'])) {
-        $this->parser->tagAttributes['title'] = ' '.$this->parser->tagAttributes['title'].' ';
-      }
-      $this->out('!['.$this->parser->tagAttributes['alt'].']('.$this->parser->tagAttributes['title'].')', true);
-      return;
-    } else {
-      $this->parser->tagAttributes['src'] = $this->decode($this->parser->tagAttributes['src']);
-    }
-
-// ![Alt text](/path/to/img.jpg "Optional title")
-    if ($this->parser->tagAttributes['title'] != "")
-      $this->out('!['.$this->parser->tagAttributes['alt'].']('.$this->parser->tagAttributes['src'].' "'.$this->parser->tagAttributes['title'].'")', true);
-    else
-      $this->out('!['.$this->parser->tagAttributes['alt'].']('.$this->parser->tagAttributes['src'].')', true);
-
-/*
-    # [This link][id]
-    $link_id = false;
-    if (!empty($this->stack['a'])) {
-      foreach ($this->stack['a'] as $tag) {
-        if ($tag['href'] == $this->parser->tagAttributes['src']
-            && $tag['title'] === $this->parser->tagAttributes['title']) {
-          $link_id = $tag['linkID'];
-          break;
-        }
-      }
-    } else {
-      $this->stack['a'] = array();
-    }
-    if (!$link_id) {
-      $link_id = count($this->stack['a']) + 1;
-      $tag = array(
-        'href' => $this->parser->tagAttributes['src'],
-        'linkID' => $link_id,
-        'title' => $this->parser->tagAttributes['title']
-      );
-      array_push($this->stack['a'], $tag);
-    }
-
-    $this->out('!['.$this->parser->tagAttributes['alt'].']['.$link_id.']', true);
-*/
-  }
-  /**
-   * handle <code> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_code() {
-    if ($this->hasParent('pre')) {
-      # ignore code blocks inside <pre>
-      return;
-    }
-    if ($this->parser->isStartTag) {
-      $this->buffer();
-    } else {
-      $buffer = $this->unbuffer();
-      # use as many backticks as needed
-      preg_match_all('#`+#', $buffer, $matches);
-      if (!empty($matches[0])) {
-        rsort($matches[0]);
-
-        $ticks = '`';
-        while (true) {
-          if (!in_array($ticks, $matches[0])) {
-            break;
-          }
-          $ticks .= '`';
-        }
-      } else {
-        $ticks = '`';
-      }
-      if ($buffer[0] == '`' || substr($buffer, -1) == '`') {
-        $buffer = ' '.$buffer.' ';
-      }
-      $this->out($ticks.$buffer.$ticks, true);
-    }
-  }
-  /**
-   * handle <pre> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_pre() {
-    if ($this->keepHTML && $this->parser->isStartTag) {
-      # check if a simple <code> follows
-      if (!preg_match('#^\s*<code\s*>#Us', $this->parser->html)) {
-        # this is no standard markdown code block
-        $this->handleTagToText();
-        return;
-      }
-    }
-    $this->indent('    ');
-    if (!$this->parser->isStartTag) {
-      $this->setLineBreaks(2);
-    } else {
-      $this->parser->html = ltrim($this->parser->html);
-    }
-  }
-  /**
-   * handle <blockquote> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_blockquote() {
-    $this->indent('> ');
-  }
-  /**
-   * handle <ul> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_ul() {
-    if ($this->parser->isStartTag) {
-      $this->stack();
-      if (!$this->keepHTML && $this->lastClosedTag == $this->parser->tagName) {
-        $this->out("\n".$this->indent.'<!-- -->'."\n".$this->indent."\n".$this->indent);
-      }
-    } else {
-      $this->unstack();
-      if ($this->parent() != 'li' || preg_match('#^\s*(</li\s*>\s*<li\s*>\s*)?<(p|blockquote)\s*>#sU', $this->parser->html)) {
-        # dont make Markdown add unneeded paragraphs
-        $this->setLineBreaks(2);
-      }
-    }
-  }
-  /**
-   * handle <ul> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_ol() {
-    # same as above
-    $this->parser->tagAttributes['num'] = 0;
-    $this->handleTag_ul();
-  }
-  /**
-   * handle <li> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_li() {
-    if ($this->parent() == 'ol') {
-      $parent =& $this->getStacked('ol');
-      if ($this->parser->isStartTag) {
-        $parent['num']++;
-        $this->out($parent['num'].'.'.str_repeat(' ', 3 - strlen($parent['num'])), true);
-      }
-      $this->indent('    ', false);
-    } else {
-      if ($this->parser->isStartTag) {
-        $this->out('*   ', true);
-      }
-      $this->indent('    ', false);
-    }
-    if (!$this->parser->isStartTag) {
-      $this->setLineBreaks(1);
-    }
-  }
-  /**
-   * handle <hr /> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_hr() {
-    if (!$this->parser->isStartTag) {
-      return; # just to be sure this really is an empty tag
-    }
-    $this->out('* * *', true);
-    $this->setLineBreaks(2);
-  }
-  /**
-   * handle <br /> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_br() {
-    $this->out("  \n".$this->indent, true);
-    $this->parser->html = ltrim($this->parser->html);
-  }
-  /**
-   * node stack, e.g. for <a> and <abbr> tags
-   *
-   * @var array<array>
-   */
-  var $stack = array();
-  /**
-   * add current node to the stack
-   * this only stores the attributes
-   *
-   * @param void
-   * @return void
-   */
-  function stack() {
-    if (!isset($this->stack[$this->parser->tagName])) {
-      $this->stack[$this->parser->tagName] = array();
-    }
-    array_push($this->stack[$this->parser->tagName], $this->parser->tagAttributes);
-  }
-  /**
-   * remove current tag from stack
-   *
-   * @param void
-   * @return array
-   */
-  function unstack() {
-    if (!isset($this->stack[$this->parser->tagName]) || !is_array($this->stack[$this->parser->tagName])) {
-      trigger_error('Trying to unstack from empty stack. This must not happen.', E_USER_ERROR);
-    }
-    return array_pop($this->stack[$this->parser->tagName]);
-  }
-  /**
-   * get last stacked element of type $tagName
-   *
-   * @param string $tagName
-   * @return array
-   */
-  function & getStacked($tagName) {
-    // no end() so it can be referenced
-    return $this->stack[$tagName][count($this->stack[$tagName])-1];
-  }
-  /**
-   * set number of line breaks before next start tag
-   *
-   * @param int $number
-   * @return void
-   */
-  function setLineBreaks($number) {
-    if ($this->lineBreaks < $number) {
-      $this->lineBreaks = $number;
-    }
-  }
-  /**
-   * stores current buffers
-   *
-   * @var array<string>
-   */
-  var $buffer = array();
-  /**
-   * buffer next parser output until unbuffer() is called
-   *
-   * @param void
-   * @return void
-   */
-  function buffer() {
-    array_push($this->buffer, '');
-  }
-  /**
-   * end current buffer and return buffered output
-   *
-   * @param void
-   * @return string
-   */
-  function unbuffer() {
-    return array_pop($this->buffer);
-  }
-  /**
-   * append string to the correct var, either
-   * directly to $this->output or to the current
-   * buffers
-   *
-   * @param string $put
-   * @return void
-   */
-  function out($put, $nowrap = false) {
-    if (empty($put)) {
-      return;
-    }
-    if (!empty($this->buffer)) {
-      $this->buffer[count($this->buffer) - 1] .= $put;
-    } else {
-      if ($this->bodyWidth && !$this->parser->keepWhitespace) { # wrap lines
-        // get last line
-        $pos = strrpos($this->output, "\n");
-        if ($pos === false) {
-          $line = $this->output;
-        } else {
-          $line = substr($this->output, $pos);
-        }
-
-        if ($nowrap) {
-          if ($put[0] != "\n" && $this->strlen($line) + $this->strlen($put) > $this->bodyWidth) {
-            $this->output .= "\n".$this->indent.$put;
-          } else {
-            $this->output .= $put;
-          }
-          return;
-        } else {
-          $put .= "\n"; # make sure we get all lines in the while below
-          $lineLen = $this->strlen($line);
-          while ($pos = strpos($put, "\n")) {
-            $putLine = substr($put, 0, $pos+1);
-            $put = substr($put, $pos+1);
-            $putLen = $this->strlen($putLine);
-            if ($lineLen + $putLen < $this->bodyWidth) {
-              $this->output .= $putLine;
-              $lineLen = $putLen;
-            } else {
-              $split = preg_split('#^(.{0,'.($this->bodyWidth - $lineLen).'})\b#', $putLine, 2, PREG_SPLIT_OFFSET_CAPTURE | PREG_SPLIT_DELIM_CAPTURE);
-              $this->output .= rtrim($split[1][0])."\n".$this->indent.$this->wordwrap(ltrim($split[2][0]), $this->bodyWidth, "\n".$this->indent, false);
-            }
-          }
-          $this->output = substr($this->output, 0, -1);
-          return;
-        }
-      } else {
-        $this->output .= $put;
-      }
-    }
-  }
-  /**
-   * current indentation
-   *
-   * @var string
-   */
-  var $indent = '';
-  /**
-   * indent next output (start tag) or unindent (end tag)
-   *
-   * @param string $str indentation
-   * @param bool $output add indendation to output
-   * @return void
-   */
-  function indent($str, $output = true) {
-    if ($this->parser->isStartTag) {
-      $this->indent .= $str;
-      if ($output) {
-        $this->out($str, true);
-      }
-    } else {
-      $this->indent = substr($this->indent, 0, -strlen($str));
-    }
-  }
-  /**
-   * decode email addresses
-   *
-   * @author derernst@gmx.ch <http://www.php.net/manual/en/function.html-entity-decode.php#68536>
-   * @author Milian Wolff <http://milianw.de>
-   */
-  function decode($text, $quote_style = ENT_QUOTES) {
-    if (version_compare(PHP_VERSION, '5', '>=')) {
-      # UTF-8 is only supported in PHP 5.x.x and above
-      $text = html_entity_decode($text, $quote_style, 'UTF-8');
-    } else {
-      if (function_exists('html_entity_decode')) {
-        $text = html_entity_decode($text, $quote_style, 'ISO-8859-1');
-      } else {
-        static $trans_tbl;
-        if (!isset($trans_tbl)) {
-          $trans_tbl = array_flip(get_html_translation_table(HTML_ENTITIES, $quote_style));
-        }
-        $text = strtr($text, $trans_tbl);
-      }
-      $text = preg_replace_callback('~&#x([0-9a-f]+);~i', array(&$this, '_decode_hex'), $text);
-      $text = preg_replace_callback('~&#(\d{2,5});~', array(&$this, '_decode_numeric'), $text);
-    }
-    return $text;
-  }
-  /**
-   * callback for decode() which converts a hexadecimal entity to UTF-8
-   *
-   * @param array $matches
-   * @return string UTF-8 encoded
-   */
-  function _decode_hex($matches) {
-    return $this->unichr(hexdec($matches[1]));
-  }
-  /**
-   * callback for decode() which converts a numerical entity to UTF-8
-   *
-   * @param array $matches
-   * @return string UTF-8 encoded
-   */
-  function _decode_numeric($matches) {
-    return $this->unichr($matches[1]);
-  }
-  /**
-   * UTF-8 chr() which supports numeric entities
-   *
-   * @author grey - greywyvern - com <http://www.php.net/manual/en/function.chr.php#55978>
-   * @param array $matches
-   * @return string UTF-8 encoded
-   */
-  function unichr($dec) {
-    if ($dec < 128) {
-      $utf = chr($dec);
-    } else if ($dec < 2048) {
-      $utf = chr(192 + (($dec - ($dec % 64)) / 64));
-      $utf .= chr(128 + ($dec % 64));
-    } else {
-      $utf = chr(224 + (($dec - ($dec % 4096)) / 4096));
-      $utf .= chr(128 + ((($dec % 4096) - ($dec % 64)) / 64));
-      $utf .= chr(128 + ($dec % 64));
-    }
-    return $utf;
-  }
-  /**
-   * UTF-8 strlen()
-   *
-   * @param string $str
-   * @return int
-   *
-   * @author dtorop 932 at hotmail dot com <http://www.php.net/manual/en/function.strlen.php#37975>
-   * @author Milian Wolff <http://milianw.de>
-   */
-  function strlen($str) {
-    if (function_exists('mb_strlen')) {
-      return mb_strlen($str, 'UTF-8');
-    } else {
-      return preg_match_all('/[\x00-\x7F\xC0-\xFD]/', $str, $var_empty);
-    }
-  }
-  /**
-  * wordwrap for utf8 encoded strings
-  *
-  * @param string $str
-  * @param integer $len
-  * @param string $what
-  * @return string
-  */
-  function wordwrap($str, $width, $break, $cut = false){
-    if (!$cut) {
-      $regexp = '#^(?:[\x00-\x7F]|[\xC0-\xFF][\x80-\xBF]+){1,'.$width.'}\b#';
-    } else {
-      $regexp = '#^(?:[\x00-\x7F]|[\xC0-\xFF][\x80-\xBF]+){'.$width.'}#';
-    }
-    $return = '';
-    while (preg_match($regexp, $str, $matches)) {
-      $string = $matches[0];
-      $str = ltrim(substr($str, strlen($string)));
-      if (!$cut && isset($str[0]) && in_array($str[0], array('.', '!', ';', ':', '?', ','))) {
-        $string .= $str[0];
-        $str = ltrim(substr($str, 1));
-      }
-      $return .= $string.$break;
-    }
-    return $return.ltrim($str);
-  }
-  /**
-   * check if current node has a $tagName as parent (somewhere, not only the direct parent)
-   *
-   * @param string $tagName
-   * @return bool
-   */
-  function hasParent($tagName) {
-    return in_array($tagName, $this->parser->openTags);
-  }
-  /**
-   * get tagName of direct parent tag
-   *
-   * @param void
-   * @return string $tagName
-   */
-  function parent() {
-    return end($this->parser->openTags);
-  }
-}
diff --git a/include/markdownify/markdownify_cli.php b/include/markdownify/markdownify_cli.php
deleted file mode 100755 (executable)
index b3fffbd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/usr/bin/php
-<?php
-require dirname(__FILE__) .'/markdownify_extra.php';
-
-function param($name, $default = false) {
-  if (!in_array('--'.$name, $_SERVER['argv']))
-    return $default;
-  reset($_SERVER['argv']);
-  while (each($_SERVER['argv'])) {
-    if (current($_SERVER['argv']) == '--'.$name)
-      break;
-  }
-  $value = next($_SERVER['argv']);
-  if ($value === false || substr($value, 0, 2) == '--')
-    return true;
-  else
-    return $value;
-}
-
-
-$input = stream_get_contents(STDIN);
-
-$linksAfterEachParagraph = param('links');
-$bodyWidth = param('width');
-$keepHTML = param('html', true);
-
-if (param('no_extra')) {
-  $parser = new Markdownify($linksAfterEachParagraph, $bodyWidth, $keepHTML);
-} else {
-  $parser = new Markdownify_Extra($linksAfterEachParagraph, $bodyWidth, $keepHTML);
-}
-
-echo $parser->parseString($input) ."\n";
\ No newline at end of file
diff --git a/include/markdownify/markdownify_extra.php b/include/markdownify/markdownify_extra.php
deleted file mode 100644 (file)
index e978a1c..0000000
+++ /dev/null
@@ -1,489 +0,0 @@
-<?php
-/**
- * Class to convert HTML to Markdown with PHP Markdown Extra syntax support.
- *
- * @version 1.0.0 alpha
- * @author Milian Wolff (<mail@milianw.de>, <http://milianw.de>)
- * @license LGPL, see LICENSE_LGPL.txt and the summary below
- * @copyright (C) 2007  Milian Wolff
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-/**
- * standard Markdownify class
- */
-require_once dirname(__FILE__).'/markdownify.php';
-
-class Markdownify_Extra extends Markdownify {
-  /**
-   * table data, including rows with content and the maximum width of each col
-   *
-   * @var array
-   */
-  var $table = array();
-  /**
-   * current col
-   *
-   * @var int
-   */
-  var $col = -1;
-  /**
-   * current row
-   *
-   * @var int
-   */
-  var $row = 0;
-  /**
-   * constructor, see Markdownify::Markdownify() for more information
-   */
-  function Markdownify_Extra($linksAfterEachParagraph = MDFY_LINKS_EACH_PARAGRAPH, $bodyWidth = MDFY_BODYWIDTH, $keepHTML = MDFY_KEEPHTML) {
-    parent::Markdownify($linksAfterEachParagraph, $bodyWidth, $keepHTML);
-
-    ### new markdownable tags & attributes
-    # header ids: # foo {bar}
-    $this->isMarkdownable['h1']['id'] = 'optional';
-    $this->isMarkdownable['h2']['id'] = 'optional';
-    $this->isMarkdownable['h3']['id'] = 'optional';
-    $this->isMarkdownable['h4']['id'] = 'optional';
-    $this->isMarkdownable['h5']['id'] = 'optional';
-    $this->isMarkdownable['h6']['id'] = 'optional';
-    # tables
-    $this->isMarkdownable['table'] = array();
-    $this->isMarkdownable['th'] = array(
-      'align' => 'optional',
-    );
-    $this->isMarkdownable['td'] = array(
-      'align' => 'optional',
-    );
-    $this->isMarkdownable['tr'] = array();
-    array_push($this->ignore, 'thead');
-    array_push($this->ignore, 'tbody');
-    array_push($this->ignore, 'tfoot');
-    # definition lists
-    $this->isMarkdownable['dl'] = array();
-    $this->isMarkdownable['dd'] = array();
-    $this->isMarkdownable['dt'] = array();
-    # footnotes
-    $this->isMarkdownable['fnref'] = array(
-      'target' => 'required',
-    );
-    $this->isMarkdownable['footnotes'] = array();
-    $this->isMarkdownable['fn'] = array(
-      'name' => 'required',
-    );
-    $this->parser->blockElements['fnref'] = false;
-    $this->parser->blockElements['fn'] = true;
-    $this->parser->blockElements['footnotes'] = true;
-    # abbr
-    $this->isMarkdownable['abbr'] = array(
-      'title' => 'required',
-    );
-    # build RegEx lookahead to decide wether table can pe parsed or not
-    $inlineTags = array_keys($this->parser->blockElements, false);
-    $colContents = '(?:[^<]|<(?:'.implode('|', $inlineTags).'|[^a-z]))+';
-    $this->tableLookaheadHeader = '{
-    ^\s*(?:<thead\s*>)?\s*                               # open optional thead
-      <tr\s*>\s*(?:                                    # start required row with headers
-        <th(?:\s+align=("|\')(?:left|center|right)\1)?\s*>   # header with optional align
-        \s*'.$colContents.'\s*                       # contents
-        </th>\s*                                     # close header
-      )+</tr>                                          # close row with headers
-    \s*(?:</thead>)?                                     # close optional thead
-    }sxi';
-    $this->tdSubstitute = '\s*'.$colContents.'\s*        # contents
-          </td>\s*';
-    $this->tableLookaheadBody = '{
-      \s*(?:<tbody\s*>)?\s*                            # open optional tbody
-        (?:<tr\s*>\s*                                # start row
-          %s                                       # cols to be substituted
-        </tr>)+                                      # close row
-      \s*(?:</tbody>)?                                 # close optional tbody
-    \s*</table>                                          # close table
-    }sxi';
-  }
-  /**
-   * handle header tags (<h1> - <h6>)
-   *
-   * @param int $level 1-6
-   * @return void
-   */
-  function handleHeader($level) {
-    static $id = null;
-    if ($this->parser->isStartTag) {
-      if (isset($this->parser->tagAttributes['id'])) {
-        $id = $this->parser->tagAttributes['id'];
-      }
-    } else {
-      if (!is_null($id)) {
-        $this->out(' {#'.$id.'}');
-        $id = null;
-      }
-    }
-    parent::handleHeader($level);
-  }
-  /**
-   * handle <abbr> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_abbr() {
-    if ($this->parser->isStartTag) {
-      $this->stack();
-      $this->buffer();
-    } else {
-      $tag = $this->unstack();
-      $tag['text'] = $this->unbuffer();
-      $add = true;
-      foreach ($this->stack['abbr'] as $stacked) {
-        if ($stacked['text'] == $tag['text']) {
-          /** TODO: differing abbr definitions, i.e. different titles for same text **/
-          $add = false;
-          break;
-        }
-      }
-      $this->out($tag['text']);
-      if ($add) {
-        array_push($this->stack['abbr'], $tag);
-      }
-    }
-  }
-  /**
-   * flush stacked abbr tags
-   *
-   * @param void
-   * @return void
-   */
-  function flushStacked_abbr() {
-    $out = array();
-    foreach ($this->stack['abbr'] as $k => $tag) {
-      if (!isset($tag['unstacked'])) {
-        array_push($out, ' *['.$tag['text'].']: '.$tag['title']);
-        $tag['unstacked'] = true;
-        $this->stack['abbr'][$k] = $tag;
-      }
-    }
-    if (!empty($out)) {
-      $this->out("\n\n".implode("\n", $out));
-    }
-  }
-  /**
-   * handle <table> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_table() {
-    if ($this->parser->isStartTag) {
-      # check if upcoming table can be converted
-      if ($this->keepHTML) {
-        if (preg_match($this->tableLookaheadHeader, $this->parser->html, $matches)) {
-          # header seems good, now check body
-          # get align & number of cols
-          preg_match_all('#<th(?:\s+align=("|\')(left|right|center)\1)?\s*>#si', $matches[0], $cols);
-          $regEx = '';
-          $i = 1;
-          $aligns = array();
-          foreach ($cols[2] as $align) {
-            $align = strtolower($align);
-            array_push($aligns, $align);
-            if (empty($align)) {
-              $align = 'left'; # default value
-            }
-            $td = '\s+align=("|\')'.$align.'\\'.$i;
-            $i++;
-            if ($align == 'left') {
-              # look for empty align or left
-              $td = '(?:'.$td.')?';
-            }
-            $td = '<td'.$td.'\s*>';
-            $regEx .= $td.$this->tdSubstitute;
-          }
-          $regEx = sprintf($this->tableLookaheadBody, $regEx);
-          if (preg_match($regEx, $this->parser->html, $matches, null, strlen($matches[0]))) {
-            # this is a markdownable table tag!
-            $this->table = array(
-              'rows' => array(),
-              'col_widths' => array(),
-              'aligns' => $aligns,
-            );
-            $this->row = 0;
-          } else {
-            # non markdownable table
-            $this->handleTagToText();
-          }
-        } else {
-          # non markdownable table
-          $this->handleTagToText();
-        }
-      } else {
-        $this->table = array(
-          'rows' => array(),
-          'col_widths' => array(),
-          'aligns' => array(),
-        );
-        $this->row = 0;
-      }
-    } else {
-      # finally build the table in Markdown Extra syntax
-      $separator = array();
-      # seperator with correct align identifikators
-      foreach($this->table['aligns'] as $col => $align) {
-        if (!$this->keepHTML && !isset($this->table['col_widths'][$col])) {
-          break;
-        }
-        $left = ' ';
-        $right = ' ';
-        switch ($align) {
-          case 'left':
-            $left = ':';
-            break;
-          case 'center':
-            $right = ':';
-            $left = ':';
-          case 'right':
-            $right = ':';
-            break;
-        }
-        array_push($separator, $left.str_repeat('-', $this->table['col_widths'][$col]).$right);
-      }
-      $separator = '|'.implode('|', $separator).'|';
-
-      $rows = array();
-      # add padding
-      array_walk_recursive($this->table['rows'], array(&$this, 'alignTdContent'));
-      $header = array_shift($this->table['rows']);
-      array_push($rows, '| '.implode(' | ', $header).' |');
-      array_push($rows, $separator);
-      foreach ($this->table['rows'] as $row) {
-        array_push($rows, '| '.implode(' | ', $row).' |');
-      }
-      $this->out(implode("\n".$this->indent, $rows));
-      $this->table = array();
-      $this->setLineBreaks(2);
-    }
-  }
-  /**
-   * properly pad content so it is aligned as whished
-   * should be used with array_walk_recursive on $this->table['rows']
-   *
-   * @param string &$content
-   * @param int $col
-   * @return void
-   */
-  function alignTdContent(&$content, $col) {
-    switch ($this->table['aligns'][$col]) {
-      default:
-      case 'left':
-        $content .= str_repeat(' ', $this->table['col_widths'][$col] - $this->strlen($content));
-        break;
-      case 'right':
-        $content = str_repeat(' ', $this->table['col_widths'][$col] - $this->strlen($content)).$content;
-        break;
-      case 'center':
-        $paddingNeeded = $this->table['col_widths'][$col] - $this->strlen($content);
-        $left = floor($paddingNeeded / 2);
-        $right = $paddingNeeded - $left;
-        $content = str_repeat(' ', $left).$content.str_repeat(' ', $right);
-        break;
-    }
-  }
-  /**
-   * handle <tr> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_tr() {
-    if ($this->parser->isStartTag) {
-      $this->col = -1;
-    } else {
-      $this->row++;
-    }
-  }
-  /**
-   * handle <td> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_td() {
-    if ($this->parser->isStartTag) {
-      $this->col++;
-      if (!isset($this->table['col_widths'][$this->col])) {
-        $this->table['col_widths'][$this->col] = 0;
-      }
-      $this->buffer();
-    } else {
-      $buffer = trim($this->unbuffer());
-      $this->table['col_widths'][$this->col] = max($this->table['col_widths'][$this->col], $this->strlen($buffer));
-      $this->table['rows'][$this->row][$this->col] = $buffer;
-    }
-  }
-  /**
-   * handle <th> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_th() {
-    if (!$this->keepHTML && !isset($this->table['rows'][1]) && !isset($this->table['aligns'][$this->col+1])) {
-      if (isset($this->parser->tagAttributes['align'])) {
-        $this->table['aligns'][$this->col+1] = $this->parser->tagAttributes['align'];
-      } else {
-        $this->table['aligns'][$this->col+1] = '';
-      }
-    }
-    $this->handleTag_td();
-  }
-  /**
-   * handle <dl> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_dl() {
-    if (!$this->parser->isStartTag) {
-      $this->setLineBreaks(2);
-    }
-  }
-  /**
-   * handle <dt> tags
-   *
-   * @param void
-   * @return void
-   **/
-  function handleTag_dt() {
-    if (!$this->parser->isStartTag) {
-      $this->setLineBreaks(1);
-    }
-  }
-  /**
-   * handle <dd> tags
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_dd() {
-    if ($this->parser->isStartTag) {
-      if (substr(ltrim($this->parser->html), 0, 3) == '<p>') {
-        # next comes a paragraph, so we'll need an extra line
-        $this->out("\n".$this->indent);
-      } elseif (substr($this->output, -2) == "\n\n") {
-        $this->output = substr($this->output, 0, -1);
-      }
-      $this->out(':   ');
-      $this->indent('    ', false);
-    } else {
-      # lookahead for next dt
-      if (substr(ltrim($this->parser->html), 0, 4) == '<dt>') {
-        $this->setLineBreaks(2);
-      } else {
-        $this->setLineBreaks(1);
-      }
-      $this->indent('    ');
-    }
-  }
-  /**
-   * handle <fnref /> tags (custom footnote references, see markdownify_extra::parseString())
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_fnref() {
-    $this->out('[^'.$this->parser->tagAttributes['target'].']');
-  }
-  /**
-   * handle <fn> tags (custom footnotes, see markdownify_extra::parseString()
-   * and markdownify_extra::_makeFootnotes())
-   *
-   * @param void
-   * @return void
-   */
-  function handleTag_fn() {
-    if ($this->parser->isStartTag) {
-      $this->out('[^'.$this->parser->tagAttributes['name'].']:');
-      $this->setLineBreaks(1);
-    } else {
-      $this->setLineBreaks(2);
-    }
-    $this->indent('    ');
-  }
-  /**
-   * handle <footnotes> tag (custom footnotes, see markdownify_extra::parseString()
-   *  and markdownify_extra::_makeFootnotes())
-   *
-   *  @param void
-   *  @return void
-   */
-  function handleTag_footnotes() {
-    if (!$this->parser->isStartTag) {
-      $this->setLineBreaks(2);
-    }
-  }
-  /**
-   * parse a HTML string, clean up footnotes prior
-   *
-   * @param string $HTML input
-   * @return string Markdown formatted output
-   */
-  function parseString($html) {
-    /** TODO: custom markdown-extra options, e.g. titles & classes **/
-    # <sup id="fnref:..."><a href"#fn..." rel="footnote">...</a></sup>
-    # => <fnref target="..." />
-    $html = preg_replace('@<sup id="fnref:([^"]+)">\s*<a href="#fn:\1" rel="footnote">\s*\d+\s*</a>\s*</sup>@Us', '<fnref target="$1" />', $html);
-    # <div class="footnotes">
-    # <hr />
-    # <ol>
-    #
-    # <li id="fn:...">...</li>
-    # ...
-    #
-    # </ol>
-    # </div>
-    # =>
-    # <footnotes>
-    #   <fn name="...">...</fn>
-    #   ...
-    # </footnotes>
-    $html = preg_replace_callback('#<div class="footnotes">\s*<hr />\s*<ol>\s*(.+)\s*</ol>\s*</div>#Us', array(&$this, '_makeFootnotes'), $html);
-    return parent::parseString($html);
-  }
-  /**
-   * replace HTML representation of footnotes with something more easily parsable
-   *
-   * @note this is a callback to be used in parseString()
-   *
-   * @param array $matches
-   * @return string
-   */
-  function _makeFootnotes($matches) {
-    # <li id="fn:1">
-    #   ...
-    #   <a href="#fnref:block" rev="footnote">&#8617;</a></p>
-    # </li>
-    # => <fn name="1">...</fn>
-    # remove footnote link
-    $fns = preg_replace('@\s*(&#160;\s*)?<a href="#fnref:[^"]+" rev="footnote"[^>]*>&#8617;</a>\s*@s', '', $matches[1]);
-    # remove empty paragraph
-    $fns = preg_replace('@<p>\s*</p>@s', '', $fns);
-    # <li id="fn:1">...</li> -> <footnote nr="1">...</footnote>
-    $fns = str_replace('<li id="fn:', '<fn name="', $fns);
-
-    $fns = '<footnotes>'.$fns.'</footnotes>';
-    return preg_replace('#</li>\s*(?=(?:<fn|</footnotes>))#s', '</fn>$1', $fns);
-  }
-}
\ No newline at end of file
diff --git a/include/markdownify/parsehtml/parsehtml.php b/include/markdownify/parsehtml/parsehtml.php
deleted file mode 100644 (file)
index 1a8ecac..0000000
+++ /dev/null
@@ -1,618 +0,0 @@
-<?php
-/**
- * parseHTML is a HTML parser which works with PHP 4 and above.
- * It tries to handle invalid HTML to some degree.
- *
- * @version 1.0 beta
- * @author Milian Wolff (mail@milianw.de, http://milianw.de)
- * @license LGPL, see LICENSE_LGPL.txt and the summary below
- * @copyright (C) 2007  Milian Wolff
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-class parseHTML {
-  /**
-   * tags which are always empty (<br /> etc.)
-   *
-   * @var array<string>
-   */
-  var $emptyTags = array(
-    'br',
-    'hr',
-    'input',
-    'img',
-    'area',
-    'link',
-    'meta',
-    'param',
-  );
-  /**
-   * tags with preformatted text
-   * whitespaces wont be touched in them
-   *
-   * @var array<string>
-   */
-  var $preformattedTags = array(
-    'script',
-    'style',
-    'pre',
-    'code',
-  );
-  /**
-   * supress HTML tags inside preformatted tags (see above)
-   *
-   * @var bool
-   */
-  var $noTagsInCode = false;
-  /**
-   * html to be parsed
-   *
-   * @var string
-   */
-  var $html = '';
-  /**
-   * node type:
-   *
-   * - tag (see isStartTag)
-   * - text (includes cdata)
-   * - comment
-   * - doctype
-   * - pi (processing instruction)
-   *
-   * @var string
-   */
-  var $nodeType = '';
-  /**
-   * current node content, i.e. either a
-   * simple string (text node), or something like
-   * <tag attrib="value"...>
-   *
-   * @var string
-   */
-  var $node = '';
-  /**
-   * wether current node is an opening tag (<a>) or not (</a>)
-   * set to NULL if current node is not a tag
-   * NOTE: empty tags (<br />) set this to true as well!
-   *
-   * @var bool | null
-   */
-  var $isStartTag = null;
-  /**
-   * wether current node is an empty tag (<br />) or not (<a></a>)
-   *
-   * @var bool | null
-   */
-  var $isEmptyTag = null;
-  /**
-   * tag name
-   *
-   * @var string | null
-   */
-  var $tagName = '';
-  /**
-   * attributes of current tag
-   *
-   * @var array (attribName=>value) | null
-   */
-  var $tagAttributes = null;
-  /**
-   * wether the current tag is a block element
-   *
-   * @var bool | null
-   */
-  var $isBlockElement = null;
-
-  /**
-   * keep whitespace
-   *
-   * @var int
-   */
-  var $keepWhitespace = 0;
-  /**
-   * list of open tags
-   * count this to get current depth
-   *
-   * @var array
-   */
-  var $openTags = array();
-  /**
-   * list of block elements
-   *
-   * @var array
-   * TODO: what shall we do with <del> and <ins> ?!
-   */
-  var $blockElements = array (
-    # tag name => <bool> is block
-    # block elements
-    'address' => true,
-    'blockquote' => true,
-    'center' => true,
-    'del' => true,
-    'dir' => true,
-    'div' => true,
-    'dl' => true,
-    'fieldset' => true,
-    'form' => true,
-    'h1' => true,
-    'h2' => true,
-    'h3' => true,
-    'h4' => true,
-    'h5' => true,
-    'h6' => true,
-    'hr' => true,
-    'ins' => true,
-    'isindex' => true,
-    'menu' => true,
-    'noframes' => true,
-    'noscript' => true,
-    'ol' => true,
-    'p' => true,
-    'pre' => true,
-    'table' => true,
-    'ul' => true,
-    # set table elements and list items to block as well
-    'thead' => true,
-    'tbody' => true,
-    'tfoot' => true,
-    'td' => true,
-    'tr' => true,
-    'th' => true,
-    'li' => true,
-    'dd' => true,
-    'dt' => true,
-    # header items and html / body as well
-    'html' => true,
-    'body' => true,
-    'head' => true,
-    'meta' => true,
-    'link' => true,
-    'style' => true,
-    'title' => true,
-    # unfancy media tags, when indented should be rendered as block
-    'map' => true,
-    'object' => true,
-    'param' => true,
-    'embed' => true,
-    'area' => true,
-    # inline elements
-    'a' => false,
-    'abbr' => false,
-    'acronym' => false,
-    'applet' => false,
-    'b' => false,
-    'basefont' => false,
-    'bdo' => false,
-    'big' => false,
-    'br' => false,
-    'button' => false,
-    'cite' => false,
-    'code' => false,
-    'del' => false,
-    'dfn' => false,
-    'em' => false,
-    'font' => false,
-    'i' => false,
-    'img' => false,
-    'ins' => false,
-    'input' => false,
-    'iframe' => false,
-    'kbd' => false,
-    'label' => false,
-    'q' => false,
-    'samp' => false,
-    'script' => false,
-    'select' => false,
-    'small' => false,
-    'span' => false,
-    'strong' => false,
-    'sub' => false,
-    'sup' => false,
-    'textarea' => false,
-    'tt' => false,
-    'var' => false,
-  );
-  /**
-   * get next node, set $this->html prior!
-   *
-   * @param void
-   * @return bool
-   */
-  function nextNode() {
-    if (empty($this->html)) {
-      # we are done with parsing the html string
-      return false;
-    }
-    static $skipWhitespace = true;
-    if ($this->isStartTag && !$this->isEmptyTag) {
-      array_push($this->openTags, $this->tagName);
-      if (in_array($this->tagName, $this->preformattedTags)) {
-        # dont truncate whitespaces for <code> or <pre> contents
-        $this->keepWhitespace++;
-      }
-    }
-
-    if ($this->html[0] == '<') {
-      $token = substr($this->html, 0, 9);
-      if (substr($token, 0, 2) == '<?') {
-        # xml prolog or other pi's
-        /** TODO **/
-        #trigger_error('this might need some work', E_USER_NOTICE);
-        $pos = strpos($this->html, '>');
-        $this->setNode('pi', $pos + 1);
-        return true;
-      }
-      if (substr($token, 0, 4) == '<!--') {
-        # comment
-        $pos = strpos($this->html, '-->');
-        if ($pos === false) {
-          # could not find a closing -->, use next gt instead
-          # this is firefox' behaviour
-          $pos = strpos($this->html, '>') + 1;
-        } else {
-          $pos += 3;
-        }
-        $this->setNode('comment', $pos);
-
-        $skipWhitespace = true;
-        return true;
-      }
-      if ($token == '<!DOCTYPE') {
-        # doctype
-        $this->setNode('doctype', strpos($this->html, '>')+1);
-
-        $skipWhitespace = true;
-        return true;
-      }
-      if ($token == '<![CDATA[') {
-        # cdata, use text node
-
-        # remove leading <![CDATA[
-        $this->html = substr($this->html, 9);
-
-        $this->setNode('text', strpos($this->html, ']]>')+3);
-
-        # remove trailing ]]> and trim
-        $this->node = substr($this->node, 0, -3);
-        $this->handleWhitespaces();
-
-        $skipWhitespace = true;
-        return true;
-      }
-      if ($this->parseTag()) {
-        # seems to be a tag
-        # handle whitespaces
-        if ($this->isBlockElement) {
-          $skipWhitespace = true;
-        } else {
-          $skipWhitespace = false;
-        }
-        return true;
-      }
-    }
-    if ($this->keepWhitespace) {
-      $skipWhitespace = false;
-    }
-    # when we get here it seems to be a text node
-    $pos = strpos($this->html, '<');
-    if ($pos === false) {
-      $pos = strlen($this->html);
-    }
-    $this->setNode('text', $pos);
-    $this->handleWhitespaces();
-    if ($skipWhitespace && $this->node == ' ') {
-      return $this->nextNode();
-    }
-    $skipWhitespace = false;
-    return true;
-  }
-  /**
-   * parse tag, set tag name and attributes, see if it's a closing tag and so forth...
-   *
-   * @param void
-   * @return bool
-   */
-  function parseTag() {
-    static $a_ord, $z_ord, $special_ords;
-    if (!isset($a_ord)) {
-      $a_ord = ord('a');
-      $z_ord = ord('z');
-      $special_ords = array(
-        ord(':'), // for xml:lang
-        ord('-'), // for http-equiv
-      );
-    }
-
-    $tagName = '';
-
-    $pos = 1;
-    $isStartTag = $this->html[$pos] != '/';
-    if (!$isStartTag) {
-      $pos++;
-    }
-    # get tagName
-    while (isset($this->html[$pos])) {
-      $pos_ord = ord(strtolower($this->html[$pos]));
-      if (($pos_ord >= $a_ord && $pos_ord <= $z_ord) || (!empty($tagName) && is_numeric($this->html[$pos]))) {
-        $tagName .= $this->html[$pos];
-        $pos++;
-      } else {
-        $pos--;
-        break;
-      }
-    }
-
-    $tagName = strtolower($tagName);
-    if (empty($tagName) || !isset($this->blockElements[$tagName])) {
-      # something went wrong => invalid tag
-      $this->invalidTag();
-      return false;
-    }
-    if ($this->noTagsInCode && end($this->openTags) == 'code' && !($tagName == 'code' && !$isStartTag)) {
-      # we supress all HTML tags inside code tags
-      $this->invalidTag();
-      return false;
-    }
-
-    # get tag attributes
-    /** TODO: in html 4 attributes do not need to be quoted **/
-    $isEmptyTag = false;
-    $attributes = array();
-    $currAttrib = '';
-    while (isset($this->html[$pos+1])) {
-      $pos++;
-      # close tag
-      if ($this->html[$pos] == '>' || $this->html[$pos].$this->html[$pos+1] == '/>') {
-        if ($this->html[$pos] == '/') {
-          $isEmptyTag = true;
-          $pos++;
-        }
-        break;
-      }
-
-      $pos_ord = ord(strtolower($this->html[$pos]));
-      if ( ($pos_ord >= $a_ord && $pos_ord <= $z_ord) || in_array($pos_ord, $special_ords)) {
-        # attribute name
-        $currAttrib .= $this->html[$pos];
-      } elseif (in_array($this->html[$pos], array(' ', "\t", "\n"))) {
-        # drop whitespace
-      } elseif (in_array($this->html[$pos].$this->html[$pos+1], array('="', "='"))) {
-        # get attribute value
-        $pos++;
-        $await = $this->html[$pos]; # single or double quote
-        $pos++;
-        $value = '';
-        while (isset($this->html[$pos]) && $this->html[$pos] != $await) {
-          $value .= $this->html[$pos];
-          $pos++;
-        }
-        $attributes[$currAttrib] = $value;
-        $currAttrib = '';
-      } else {
-        $this->invalidTag();
-        return false;
-      }
-    }
-    if ($this->html[$pos] != '>') {
-      $this->invalidTag();
-      return false;
-    }
-
-    if (!empty($currAttrib)) {
-      # html 4 allows something like <option selected> instead of <option selected="selected">
-      $attributes[$currAttrib] = $currAttrib;
-    }
-    if (!$isStartTag) {
-      if (!empty($attributes) || $tagName != end($this->openTags)) {
-        # end tags must not contain any attributes
-        # or maybe we did not expect a different tag to be closed
-        $this->invalidTag();
-        return false;
-      }
-      array_pop($this->openTags);
-      if (in_array($tagName, $this->preformattedTags)) {
-        $this->keepWhitespace--;
-      }
-    }
-    $pos++;
-    $this->node = substr($this->html, 0, $pos);
-    $this->html = substr($this->html, $pos);
-    $this->tagName = $tagName;
-    $this->tagAttributes = $attributes;
-    $this->isStartTag = $isStartTag;
-    $this->isEmptyTag = $isEmptyTag || in_array($tagName, $this->emptyTags);
-    if ($this->isEmptyTag) {
-      # might be not well formed
-      $this->node = preg_replace('# */? *>$#', ' />', $this->node);
-    }
-    $this->nodeType = 'tag';
-    $this->isBlockElement = $this->blockElements[$tagName];
-    return true;
-  }
-  /**
-   * handle invalid tags
-   *
-   * @param void
-   * @return void
-   */
-  function invalidTag() {
-    $this->html = substr_replace($this->html, '&lt;', 0, 1);
-  }
-  /**
-   * update all vars and make $this->html shorter
-   *
-   * @param string $type see description for $this->nodeType
-   * @param int $pos to which position shall we cut?
-   * @return void
-   */
-  function setNode($type, $pos) {
-    if ($this->nodeType == 'tag') {
-      # set tag specific vars to null
-      # $type == tag should not be called here
-      # see this::parseTag() for more
-      $this->tagName = null;
-      $this->tagAttributes = null;
-      $this->isStartTag = null;
-      $this->isEmptyTag = null;
-      $this->isBlockElement = null;
-
-    }
-    $this->nodeType = $type;
-    $this->node = substr($this->html, 0, $pos);
-    $this->html = substr($this->html, $pos);
-  }
-  /**
-   * check if $this->html begins with $str
-   *
-   * @param string $str
-   * @return bool
-   */
-  function match($str) {
-    return substr($this->html, 0, strlen($str)) == $str;
-  }
-  /**
-   * truncate whitespaces
-   *
-   * @param void
-   * @return void
-   */
-  function handleWhitespaces() {
-    if ($this->keepWhitespace) {
-      # <pre> or <code> before...
-      return;
-    }
-    # truncate multiple whitespaces to a single one
-    $this->node = preg_replace('#\s+#s', ' ', $this->node);
-  }
-  /**
-   * normalize self::node
-   *
-   * @param void
-   * @return void
-   */
-  function normalizeNode() {
-    $this->node = '<';
-    if (!$this->isStartTag) {
-      $this->node .= '/'.$this->tagName.'>';
-      return;
-    }
-    $this->node .= $this->tagName;
-    foreach ($this->tagAttributes as $name => $value) {
-      $this->node .= ' '.$name.'="'.str_replace('"', '&quot;', $value).'"';
-    }
-    if ($this->isEmptyTag) {
-      $this->node .= ' /';
-    }
-    $this->node .= '>';
-  }
-}
-
-/**
- * indent a HTML string properly
- *
- * @param string $html
- * @param string $indent optional
- * @return string
- */
-function indentHTML($html, $indent = "  ", $noTagsInCode = false) {
-  $parser = new parseHTML;
-  $parser->noTagsInCode = $noTagsInCode;
-  $parser->html = $html;
-  $html = '';
-  $last = true; # last tag was block elem
-  $indent_a = array();
-  while($parser->nextNode()) {
-    if ($parser->nodeType == 'tag') {
-      $parser->normalizeNode();
-    }
-    if ($parser->nodeType == 'tag' && $parser->isBlockElement) {
-      $isPreOrCode = in_array($parser->tagName, array('code', 'pre'));
-      if (!$parser->keepWhitespace && !$last && !$isPreOrCode) {
-        $html = rtrim($html)."\n";
-      }
-      if ($parser->isStartTag) {
-        $html .= implode($indent_a);
-        if (!$parser->isEmptyTag) {
-          array_push($indent_a, $indent);
-        }
-      } else {
-        array_pop($indent_a);
-        if (!$isPreOrCode) {
-          $html .= implode($indent_a);
-        }
-      }
-      $html .= $parser->node;
-      if (!$parser->keepWhitespace && !($isPreOrCode && $parser->isStartTag)) {
-        $html .= "\n";
-      }
-      $last = true;
-    } else {
-      if ($parser->nodeType == 'tag' && $parser->tagName == 'br') {
-        $html .= $parser->node."\n";
-        $last = true;
-        continue;
-      } elseif ($last && !$parser->keepWhitespace) {
-        $html .= implode($indent_a);
-        $parser->node = ltrim($parser->node);
-      }
-      $html .= $parser->node;
-
-      if (in_array($parser->nodeType, array('comment', 'pi', 'doctype'))) {
-        $html .= "\n";
-      } else {
-        $last = false;
-      }
-    }
-  }
-  return $html;
-}
-/*
-# testcase / example
-error_reporting(E_ALL);
-
-$html = '<p>Simple block on one line:</p>
-
-<div>foo</div>
-
-<p>And nested without indentation:</p>
-
-<div>
-<div>
-<div>
-foo
-</div>
-<div style=">"/>
-</div>
-<div>bar</div>
-</div>
-
-<p>And with attributes:</p>
-
-<div>
-    <div id="foo">
-    </div>
-</div>
-
-<p>This was broken in 1.0.2b7:</p>
-
-<div class="inlinepage">
-<div class="toggleableend">
-foo
-</div>
-</div>';
-#$html = '<a href="asdfasdf"       title=\'asdf\' foo="bar">asdf</a>';
-echo indentHTML($html);
-die();
-*/
index 7708f09e6b812d9dff9a158e601c0b821dea5987..9ea3b4b7f54b327a92b0a44cc785f58f3a01979b 100644 (file)
@@ -125,8 +125,10 @@ function nav_info(&$a) {
                if(strlen($gdir))
                        $gdirpath = $gdir;
        }
-       elseif(! get_config('system','no_community_page'))
+       elseif(get_config('system','community_page_style') == CP_USERS_ON_SERVER)
                $nav['community'] = array('community', t('Community'), "", t('Conversations on this site'));
+       elseif(get_config('system','community_page_style') == CP_GLOBAL_COMMUNITY)
+               $nav['community'] = array('community', t('Community'), "", t('Conversations on the network'));
 
        $nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));
 
index 1fa7486b0a836b0e3019ab7605a0b8336fdeee95..a07507da1fa09a51a277400d52b70d58fa1bffec 100644 (file)
@@ -50,6 +50,7 @@ function fetch_url($url,$binary = false, &$redirects = 0, $timeout = 0, $accept_
 
        $check_cert = get_config('system','verifyssl');
        @curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, (($check_cert) ? true : false));
+       @curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, (($check_cert) ? 2 : false));
 
        $prx = get_config('system','proxy');
        if(strlen($prx)) {
@@ -71,6 +72,7 @@ function fetch_url($url,$binary = false, &$redirects = 0, $timeout = 0, $accept_
 
        $base = $s;
        $curl_info = @curl_getinfo($ch);
+       @curl_close($ch);
        $http_code = $curl_info['http_code'];
        logger('fetch_url '.$url.': '.$http_code." ".$s, LOGGER_DATA);
        $header = '';
@@ -94,7 +96,7 @@ function fetch_url($url,$binary = false, &$redirects = 0, $timeout = 0, $accept_
                        $newurl = $new_location_info["scheme"]."://".$new_location_info["host"].$old_location_info["path"];
 
                $matches = array();
-               if (preg_match('/(Location:|URI:)(.*?)\n/', $header, $matches)) {
+               if (preg_match('/(Location:|URI:)(.*?)\n/i', $header, $matches)) {
                        $newurl = trim(array_pop($matches));
                }
                if(strpos($newurl,'/') === 0)
@@ -110,7 +112,6 @@ function fetch_url($url,$binary = false, &$redirects = 0, $timeout = 0, $accept_
 
        $body = substr($s,strlen($header));
        $a->set_curl_headers($header);
-       @curl_close($ch);
 
        $a->save_timestamp($stamp1, "network");
 
@@ -158,6 +159,7 @@ function post_url($url,$params, $headers = null, &$redirects = 0, $timeout = 0)
 
        $check_cert = get_config('system','verifyssl');
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, (($check_cert) ? true : false));
+       curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, (($check_cert) ? 2 : false));
        $prx = get_config('system','proxy');
        if(strlen($prx)) {
                curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1);
@@ -259,43 +261,43 @@ function http_status_exit($val) {
 if(! function_exists('convert_xml_element_to_array')) {
 function convert_xml_element_to_array($xml_element, &$recursion_depth=0) {
 
-        // If we're getting too deep, bail out
-        if ($recursion_depth > 512) {
-                return(null);
-        }
-
-        if (!is_string($xml_element) &&
-        !is_array($xml_element) &&
-        (get_class($xml_element) == 'SimpleXMLElement')) {
-                $xml_element_copy = $xml_element;
-                $xml_element = get_object_vars($xml_element);
-        }
-
-        if (is_array($xml_element)) {
-                $result_array = array();
-                if (count($xml_element) <= 0) {
-                        return (trim(strval($xml_element_copy)));
-                }
-
-                foreach($xml_element as $key=>$value) {
-
-                        $recursion_depth++;
-                        $result_array[strtolower($key)] =
-                convert_xml_element_to_array($value, $recursion_depth);
-                        $recursion_depth--;
-                }
-                if ($recursion_depth == 0) {
-                        $temp_array = $result_array;
-                        $result_array = array(
-                                strtolower($xml_element_copy->getName()) => $temp_array,
-                        );
-                }
-
-                return ($result_array);
-
-        } else {
-                return (trim(strval($xml_element)));
-        }
+       // If we're getting too deep, bail out
+       if ($recursion_depth > 512) {
+               return(null);
+       }
+
+       if (!is_string($xml_element) &&
+       !is_array($xml_element) &&
+       (get_class($xml_element) == 'SimpleXMLElement')) {
+               $xml_element_copy = $xml_element;
+               $xml_element = get_object_vars($xml_element);
+       }
+
+       if (is_array($xml_element)) {
+               $result_array = array();
+               if (count($xml_element) <= 0) {
+                       return (trim(strval($xml_element_copy)));
+               }
+
+               foreach($xml_element as $key=>$value) {
+
+                       $recursion_depth++;
+                       $result_array[strtolower($key)] =
+               convert_xml_element_to_array($value, $recursion_depth);
+                       $recursion_depth--;
+               }
+               if ($recursion_depth == 0) {
+                       $temp_array = $result_array;
+                       $result_array = array(
+                               strtolower($xml_element_copy->getName()) => $temp_array,
+                       );
+               }
+
+               return ($result_array);
+
+       } else {
+               return (trim(strval($xml_element)));
+       }
 }}
 
 // Given an email style address, perform webfinger lookup and
@@ -868,13 +870,6 @@ function scale_external_images($srctext, $include_link = true, $scale_replace =
                        if(! $i)
                                return $srctext;
 
-                       $cachefile = get_cachefile(hash("md5", $scaled));
-                       if ($cachefile != '') {
-                               $stamp1 = microtime(true);
-                               file_put_contents($cachefile, $i);
-                               $a->save_timestamp($stamp1, "file");
-                       }
-
                        // guess mimetype from headers or filename
                        $type = guess_image_type($mtch[1],true);
 
@@ -969,8 +964,8 @@ function xml2array($contents, $namespaces = true, $get_attributes=1, $priority =
     if(!$contents) return array();
 
     if(!function_exists('xml_parser_create')) {
-        logger('xml2array: parser function missing');
-        return array();
+       logger('xml2array: parser function missing');
+       return array();
     }
 
 
@@ -1013,29 +1008,29 @@ function xml2array($contents, $namespaces = true, $get_attributes=1, $priority =
     // Go through the tags.
     $repeated_tag_index = array(); // Multiple tags with same name will be turned into an array
     foreach($xml_values as $data) {
-        unset($attributes,$value); // Remove existing values, or there will be trouble
+       unset($attributes,$value); // Remove existing values, or there will be trouble
 
-        // This command will extract these variables into the foreach scope
-        // tag(string), type(string), level(int), attributes(array).
-        extract($data); // We could use the array by itself, but this cooler.
+       // This command will extract these variables into the foreach scope
+       // tag(string), type(string), level(int), attributes(array).
+       extract($data); // We could use the array by itself, but this cooler.
 
-        $result = array();
-        $attributes_data = array();
+       $result = array();
+       $attributes_data = array();
 
-        if(isset($value)) {
-            if($priority == 'tag') $result = $value;
-            else $result['value'] = $value; // Put the value in a assoc array if we are in the 'Attribute' mode
-        }
+       if(isset($value)) {
+           if($priority == 'tag') $result = $value;
+           else $result['value'] = $value; // Put the value in a assoc array if we are in the 'Attribute' mode
+       }
 
-        //Set the attributes too.
-        if(isset($attributes) and $get_attributes) {
-            foreach($attributes as $attr => $val) {
-                if($priority == 'tag') $attributes_data[$attr] = $val;
-                else $result['@attributes'][$attr] = $val; // Set all the attributes in a array called 'attr'
-            }
-        }
+       //Set the attributes too.
+       if(isset($attributes) and $get_attributes) {
+           foreach($attributes as $attr => $val) {
+               if($priority == 'tag') $attributes_data[$attr] = $val;
+               else $result['@attributes'][$attr] = $val; // Set all the attributes in a array called 'attr'
+           }
+       }
 
-        // See tag status and do the needed.
+       // See tag status and do the needed.
                if($namespaces && strpos($tag,':')) {
                        $namespc = substr($tag,0,strrpos($tag,':'));
                        $tag = strtolower(substr($tag,strlen($namespc)+1));
@@ -1044,72 +1039,72 @@ function xml2array($contents, $namespaces = true, $get_attributes=1, $priority =
                $tag = strtolower($tag);
 
                if($type == "open") {   // The starting of the tag '<tag>'
-            $parent[$level-1] = &$current;
-            if(!is_array($current) or (!in_array($tag, array_keys($current)))) { // Insert New tag
-                $current[$tag] = $result;
-                if($attributes_data) $current[$tag. '_attr'] = $attributes_data;
-                $repeated_tag_index[$tag.'_'.$level] = 1;
-
-                $current = &$current[$tag];
-
-            } else { // There was another element with the same tag name
-
-                if(isset($current[$tag][0])) { // If there is a 0th element it is already an array
-                    $current[$tag][$repeated_tag_index[$tag.'_'.$level]] = $result;
-                    $repeated_tag_index[$tag.'_'.$level]++;
-                } else { // This section will make the value an array if multiple tags with the same name appear together
-                    $current[$tag] = array($current[$tag],$result); // This will combine the existing item and the new item together to make an array
-                    $repeated_tag_index[$tag.'_'.$level] = 2;
-
-                    if(isset($current[$tag.'_attr'])) { // The attribute of the last(0th) tag must be moved as well
-                        $current[$tag]['0_attr'] = $current[$tag.'_attr'];
-                        unset($current[$tag.'_attr']);
-                    }
-
-                }
-                $last_item_index = $repeated_tag_index[$tag.'_'.$level]-1;
-                $current = &$current[$tag][$last_item_index];
-            }
-
-        } elseif($type == "complete") { // Tags that ends in 1 line '<tag />'
-            //See if the key is already taken.
-            if(!isset($current[$tag])) { //New Key
-                $current[$tag] = $result;
-                $repeated_tag_index[$tag.'_'.$level] = 1;
-                if($priority == 'tag' and $attributes_data) $current[$tag. '_attr'] = $attributes_data;
-
-            } else { // If taken, put all things inside a list(array)
-                if(isset($current[$tag][0]) and is_array($current[$tag])) { // If it is already an array...
-
-                    // ...push the new element into that array.
-                    $current[$tag][$repeated_tag_index[$tag.'_'.$level]] = $result;
-
-                    if($priority == 'tag' and $get_attributes and $attributes_data) {
-                        $current[$tag][$repeated_tag_index[$tag.'_'.$level] . '_attr'] = $attributes_data;
-                    }
-                    $repeated_tag_index[$tag.'_'.$level]++;
-
-                } else { // If it is not an array...
-                    $current[$tag] = array($current[$tag],$result); //...Make it an array using using the existing value and the new value
-                    $repeated_tag_index[$tag.'_'.$level] = 1;
-                    if($priority == 'tag' and $get_attributes) {
-                        if(isset($current[$tag.'_attr'])) { // The attribute of the last(0th) tag must be moved as well
-
-                            $current[$tag]['0_attr'] = $current[$tag.'_attr'];
-                            unset($current[$tag.'_attr']);
-                        }
-
-                        if($attributes_data) {
-                            $current[$tag][$repeated_tag_index[$tag.'_'.$level] . '_attr'] = $attributes_data;
-                        }
-                    }
-                    $repeated_tag_index[$tag.'_'.$level]++; // 0 and 1 indexes are already taken
-                }
-            }
-
-        } elseif($type == 'close') { // End of tag '</tag>'
-            $current = &$parent[$level-1];
-        }
+           $parent[$level-1] = &$current;
+           if(!is_array($current) or (!in_array($tag, array_keys($current)))) { // Insert New tag
+               $current[$tag] = $result;
+               if($attributes_data) $current[$tag. '_attr'] = $attributes_data;
+               $repeated_tag_index[$tag.'_'.$level] = 1;
+
+               $current = &$current[$tag];
+
+           } else { // There was another element with the same tag name
+
+               if(isset($current[$tag][0])) { // If there is a 0th element it is already an array
+                   $current[$tag][$repeated_tag_index[$tag.'_'.$level]] = $result;
+                   $repeated_tag_index[$tag.'_'.$level]++;
+               } else { // This section will make the value an array if multiple tags with the same name appear together
+                   $current[$tag] = array($current[$tag],$result); // This will combine the existing item and the new item together to make an array
+                   $repeated_tag_index[$tag.'_'.$level] = 2;
+
+                   if(isset($current[$tag.'_attr'])) { // The attribute of the last(0th) tag must be moved as well
+                       $current[$tag]['0_attr'] = $current[$tag.'_attr'];
+                       unset($current[$tag.'_attr']);
+                   }
+
+               }
+               $last_item_index = $repeated_tag_index[$tag.'_'.$level]-1;
+               $current = &$current[$tag][$last_item_index];
+           }
+
+       } elseif($type == "complete") { // Tags that ends in 1 line '<tag />'
+           //See if the key is already taken.
+           if(!isset($current[$tag])) { //New Key
+               $current[$tag] = $result;
+               $repeated_tag_index[$tag.'_'.$level] = 1;
+               if($priority == 'tag' and $attributes_data) $current[$tag. '_attr'] = $attributes_data;
+
+           } else { // If taken, put all things inside a list(array)
+               if(isset($current[$tag][0]) and is_array($current[$tag])) { // If it is already an array...
+
+                   // ...push the new element into that array.
+                   $current[$tag][$repeated_tag_index[$tag.'_'.$level]] = $result;
+
+                   if($priority == 'tag' and $get_attributes and $attributes_data) {
+                       $current[$tag][$repeated_tag_index[$tag.'_'.$level] . '_attr'] = $attributes_data;
+                   }
+                   $repeated_tag_index[$tag.'_'.$level]++;
+
+               } else { // If it is not an array...
+                   $current[$tag] = array($current[$tag],$result); //...Make it an array using using the existing value and the new value
+                   $repeated_tag_index[$tag.'_'.$level] = 1;
+                   if($priority == 'tag' and $get_attributes) {
+                       if(isset($current[$tag.'_attr'])) { // The attribute of the last(0th) tag must be moved as well
+
+                           $current[$tag]['0_attr'] = $current[$tag.'_attr'];
+                           unset($current[$tag.'_attr']);
+                       }
+
+                       if($attributes_data) {
+                           $current[$tag][$repeated_tag_index[$tag.'_'.$level] . '_attr'] = $attributes_data;
+                       }
+                   }
+                   $repeated_tag_index[$tag.'_'.$level]++; // 0 and 1 indexes are already taken
+               }
+           }
+
+       } elseif($type == 'close') { // End of tag '</tag>'
+           $current = &$parent[$level-1];
+       }
     }
 
     return($xml_array);
@@ -1151,32 +1146,36 @@ function original_url($url, $depth=1, $fetchbody = false) {
                        $url = substr($url, 0, -1);
        }
 
-        if ($depth > 10)
-               return($url);
+       if ($depth > 10)
+               return($url);
 
-        $url = trim($url, "'");
+       $url = trim($url, "'");
 
-        $siteinfo = array();
-        $ch = curl_init();
-        curl_setopt($ch, CURLOPT_URL, $url);
+       $stamp1 = microtime(true);
+
+       $siteinfo = array();
+       $ch = curl_init();
+       curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_HEADER, 1);
        curl_setopt($ch, CURLOPT_NOBODY, 1);
-        curl_setopt($ch, CURLOPT_TIMEOUT, 10);
-        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
+       curl_setopt($ch, CURLOPT_TIMEOUT, 10);
+       curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_USERAGENT, $a->get_useragent());
 
-        $header = curl_exec($ch);
-        $curl_info = @curl_getinfo($ch);
-        $http_code = $curl_info['http_code'];
-        curl_close($ch);
+       $header = curl_exec($ch);
+       $curl_info = @curl_getinfo($ch);
+       $http_code = $curl_info['http_code'];
+       curl_close($ch);
+
+       $a->save_timestamp($stamp1, "network");
 
-        if ((($curl_info['http_code'] == "301") OR ($curl_info['http_code'] == "302"))
-                AND (($curl_info['redirect_url'] != "") OR ($curl_info['location'] != ""))) {
-                if ($curl_info['redirect_url'] != "")
-                        return(original_url($curl_info['redirect_url'], ++$depth, $fetchbody));
-                else
-                        return(original_url($curl_info['location'], ++$depth, $fetchbody));
-        }
+       if ((($curl_info['http_code'] == "301") OR ($curl_info['http_code'] == "302"))
+               AND (($curl_info['redirect_url'] != "") OR ($curl_info['location'] != ""))) {
+               if ($curl_info['redirect_url'] != "")
+                       return(original_url($curl_info['redirect_url'], ++$depth, $fetchbody));
+               else
+                       return(original_url($curl_info['location'], ++$depth, $fetchbody));
+       }
 
        // Check for redirects in the meta elements of the body if there are no redirects in the header.
        if (!$fetchbody)
@@ -1190,6 +1189,8 @@ function original_url($url, $depth=1, $fetchbody = false) {
        if (($curl_info["content_type"] != "") AND !strstr(strtolower($curl_info["content_type"]),"html"))
                return($url);
 
+       $stamp1 = microtime(true);
+
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_HEADER, 0);
@@ -1201,33 +1202,35 @@ function original_url($url, $depth=1, $fetchbody = false) {
        $body = curl_exec($ch);
        curl_close($ch);
 
-        if (trim($body) == "")
+       $a->save_timestamp($stamp1, "network");
+
+       if (trim($body) == "")
                return($url);
 
        // Check for redirect in meta elements
-        $doc = new DOMDocument();
-        @$doc->loadHTML($body);
-
-        $xpath = new DomXPath($doc);
-
-        $list = $xpath->query("//meta[@content]");
-        foreach ($list as $node) {
-                $attr = array();
-                if ($node->attributes->length)
-                        foreach ($node->attributes as $attribute)
-                                $attr[$attribute->name] = $attribute->value;
-
-                if (@$attr["http-equiv"] == 'refresh') {
-                        $path = $attr["content"];
-                        $pathinfo = explode(";", $path);
-                        $content = "";
-                        foreach ($pathinfo AS $value)
-                                if (substr(strtolower($value), 0, 4) == "url=")
-                                        return(original_url(substr($value, 4), ++$depth));
-                }
-        }
-
-        return($url);
+       $doc = new DOMDocument();
+       @$doc->loadHTML($body);
+
+       $xpath = new DomXPath($doc);
+
+       $list = $xpath->query("//meta[@content]");
+       foreach ($list as $node) {
+               $attr = array();
+               if ($node->attributes->length)
+                       foreach ($node->attributes as $attribute)
+                               $attr[$attribute->name] = $attribute->value;
+
+               if (@$attr["http-equiv"] == 'refresh') {
+                       $path = $attr["content"];
+                       $pathinfo = explode(";", $path);
+                       $content = "";
+                       foreach ($pathinfo AS $value)
+                               if (substr(strtolower($value), 0, 4) == "url=")
+                                       return(original_url(substr($value, 4), ++$depth));
+               }
+       }
+
+       return($url);
 }
 
 if (!function_exists('short_link')) {
index 00489193f388bd02ebef83a1883f4152b396e50f..69583167cfedfdf7a8ef03dd6fe1a4ba9582eed9 100755 (executable)
@@ -11,7 +11,6 @@ function oembed_replacecb($matches){
 
 
 function oembed_fetch_url($embedurl, $no_rich_type = false){
-
        $embedurl = trim($embedurl, "'");
        $embedurl = trim($embedurl, '"');
 
@@ -163,6 +162,7 @@ function oembed_format_object($j){
 
        // add link to source if not present in "rich" type
        if ($j->type!='rich' || !strpos($j->html,$embedurl) ){
+               $ret .= "<h4>";
                if (isset($j->title)) {
                        if (isset($j->provider_name))
                                $ret .= $j->provider_name.": ";
@@ -189,11 +189,12 @@ function oembed_format_object($j){
                }
                //if (isset($j->author_name)) $ret.=" by ".$j->author_name;
                //if (isset($j->provider_name)) $ret.=" on ".$j->provider_name;
+               $ret .= "</h4>";
        } else {
                // add <a> for html2bbcode conversion
                $ret .= "<a href='$embedurl' rel='oembed'>$embedurl</a>";
+               $ret.="<br style='clear:left'></span>";
        }
-       $ret.="<br style='clear:left'></span>";
        return  mb_convert_encoding($ret, 'HTML-ENTITIES', mb_detect_encoding($ret));
 }
 
index 72c1d65c007694e0bb7132746691190ed59769ac..7b93a9a2f0d0a63e7ee422f0919b2b08c28597cf 100644 (file)
@@ -176,7 +176,7 @@ function onepoll_run(&$argv, &$argc){
                        return;
                }
 
-               if(! strstr($handshake_xml,'<?xml')) {
+               if(! strstr($handshake_xml,'<')) {
                        logger('poller: response from ' . $url . ' did not contain XML.');
 
                        mark_for_death($contact);
@@ -284,13 +284,13 @@ function onepoll_run(&$argv, &$argc){
        }
        elseif($contact['network'] === NETWORK_MAIL || $contact['network'] === NETWORK_MAIL2) {
 
-               logger("onepoll: mail: Fetching", LOGGER_DEBUG);
+               logger("Mail: Fetching", LOGGER_DEBUG);
 
                $mail_disabled = ((function_exists('imap_open') && (! get_config('system','imap_disabled'))) ? 0 : 1);
                if($mail_disabled)
                        return;
 
-               logger("onepoll: Mail: Enabled", LOGGER_DEBUG);
+               logger("Mail: Enabled", LOGGER_DEBUG);
 
                $mbox = null;
                $x = q("SELECT `prvkey` FROM `user` WHERE `uid` = %d LIMIT 1",
@@ -312,7 +312,9 @@ function onepoll_run(&$argv, &$argc){
                                        intval($mailconf[0]['id']),
                                        intval($importer_uid)
                                );
-                       }
+                               logger("Mail: Connected to " . $mailconf[0]['user']);
+                       } else
+                               logger("Mail: Connection error ".$mailconf[0]['user']." ".print_r(imap_errors()));
                }
                if($mbox) {
 
@@ -523,7 +525,10 @@ function onepoll_run(&$argv, &$argc){
                                                }
                                        }
                                }
-                       }
+                       } else
+                               logger("Mail: no mails for ".$mailconf[0]['user']);
+
+                       logger("Mail: closing connection for ".$mailconf[0]['user']);
                        imap_close($mbox);
                }
        }
@@ -537,7 +542,7 @@ function onepoll_run(&$argv, &$argc){
 
        if($xml) {
                logger('poller: received xml : ' . $xml, LOGGER_DATA);
-               if((! strstr($xml,'<?xml')) && (! strstr($xml,'<rss'))) {
+               if(! strstr($xml,'<')) {
                        logger('poller: post_handshake: response from ' . $url . ' did not contain XML.');
                        $r = q("UPDATE `contact` SET `last-update` = '%s' WHERE `id` = %d",
                                dbesc(datetime_convert()),
index 403f95f4b0ca249ee33aa019a4be3da970771f21..667f7dde427bdfd4d0c81a7c7bcf241fbdc36617 100644 (file)
@@ -52,7 +52,7 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio
 
        $a->last_ostatus_conversation_url = $conversation_url;
 
-       $messages = q("SELECT `uid`, `parent`, `created` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid));
+       $messages = q("SELECT `uid`, `parent`, `created`, `received`, `guid` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid));
        if (!$messages)
                return;
        $message = $messages[0];
@@ -62,8 +62,9 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio
                intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION));
 
        if (!$conversation) {
-               $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`) VALUES (%d, %d, %d, %d, '%s', '%s')",
-                       intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION), dbesc($message["created"]), dbesc($conversation_url));
+               $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`, `created`, `received`, `guid`) VALUES (%d, %d, %d, %d, '%s', '%s', '%s', '%s', '%s')",
+                       intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION),
+                       dbesc($message["created"]), dbesc($conversation_url), dbesc($message["created"]), dbesc($message["received"]), dbesc($message["guid"]));
                logger('complete_conversation: Storing conversation url '.$conversation_url.' for id '.$itemid);
        }
 
index 68f65999e327432f7466be40a4cb643f56e48de7..cef11a74431a111fa268fe93ea919ab4539a89f9 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
+       $directory = dirname($_SERVER["argv"][0]);
+
+       if (substr($directory, 0, 1) != "/")
+               $directory = $_SERVER["PWD"]."/".$directory;
+
+       $directory = realpath($directory."/..");
+
+       chdir($directory);
+}
 
 require_once("boot.php");
 
@@ -74,8 +84,8 @@ function poller_run(&$argv, &$argc){
 
        // expire any expired accounts
 
-       q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0 
-               AND `account_expires_on` != '0000-00-00 00:00:00' 
+       q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0
+               AND `account_expires_on` != '0000-00-00 00:00:00'
                AND `account_expires_on` < UTC_TIMESTAMP() ");
 
        // delete user and contact records for recently removed accounts
@@ -149,7 +159,6 @@ function poller_run(&$argv, &$argc){
 
        $manual_id  = 0;
        $generation = 0;
-       $hub_update = false;
        $force      = false;
        $restart    = false;
 
@@ -169,7 +178,7 @@ function poller_run(&$argv, &$argc){
        }
 
        $interval = intval(get_config('system','poll_interval'));
-       if(! $interval) 
+       if(! $interval)
                $interval = ((get_config('system','delivery_interval') === false) ? 3 : intval(get_config('system','delivery_interval')));
 
        $sql_extra = (($manual_id) ? " AND `id` = $manual_id " : "");
@@ -182,26 +191,27 @@ function poller_run(&$argv, &$argc){
                proc_run('php','include/cronhooks.php');
 
        // Only poll from those with suitable relationships,
-       // and which have a polling address and ignore Diaspora since 
+       // and which have a polling address and ignore Diaspora since
        // we are unable to match those posts with a Diaspora GUID and prevent duplicates.
 
-       $abandon_sql = (($abandon_days) 
-               ? sprintf(" AND `user`.`login_date` > UTC_TIMESTAMP() - INTERVAL %d DAY ", intval($abandon_days)) 
-               : '' 
+       $abandon_sql = (($abandon_days)
+               ? sprintf(" AND `user`.`login_date` > UTC_TIMESTAMP() - INTERVAL %d DAY ", intval($abandon_days))
+               : ''
        );
 
-       $contacts = q("SELECT `contact`.`id` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid` 
-               WHERE ( `rel` = %d OR `rel` = %d ) AND `poll` != ''
-               AND NOT `network` IN ( '%s', '%s', '%s' )
-               $sql_extra 
-               AND `self` = 0 AND `contact`.`blocked` = 0 AND `contact`.`readonly` = 0 
-               AND `contact`.`archive` = 0 
-               AND `user`.`account_expired` = 0 AND `user`.`account_removed` = 0 $abandon_sql ORDER BY RAND()",
+       $contacts = q("SELECT `contact`.`id` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid`
+               WHERE `rel` IN (%d, %d) AND `poll` != '' AND `network` IN ('%s', '%s', '%s', '%s', '%s', '%s')
+               $sql_extra
+               AND NOT `self` AND NOT `contact`.`blocked` AND NOT `contact`.`readonly` AND NOT `contact`.`archive`
+               AND NOT `user`.`account_expired` AND NOT `user`.`account_removed` $abandon_sql ORDER BY RAND()",
                intval(CONTACT_IS_SHARING),
                intval(CONTACT_IS_FRIEND),
-               dbesc(NETWORK_DIASPORA),
-               dbesc(NETWORK_FACEBOOK),
-               dbesc(NETWORK_PUMPIO)
+               dbesc(NETWORK_DFRN),
+               dbesc(NETWORK_ZOT),
+               dbesc(NETWORK_OSTATUS),
+               dbesc(NETWORK_FEED),
+               dbesc(NETWORK_MAIL),
+               dbesc(NETWORK_MAIL2)
        );
 
        if(! count($contacts)) {
@@ -224,35 +234,24 @@ function poller_run(&$argv, &$argc){
                        if($manual_id)
                                $contact['last-update'] = '0000-00-00 00:00:00';
 
-                       if($contact['network'] === NETWORK_DFRN)
+                       if(in_array($contact['network'], array(NETWORK_DFRN, NETWORK_ZOT, NETWORK_OSTATUS)))
                                $contact['priority'] = 2;
 
-                       if(!get_config('system','ostatus_use_priority') and ($contact['network'] === NETWORK_OSTATUS))
-                               $contact['priority'] = 2;
-
-                       if($contact['priority'] || $contact['subhub']) {
-
-                               $hub_update = true;
-                               $update     = false;
-
-                               $t = $contact['last-update'];
-
+                       if($contact['subhub'] AND in_array($contact['network'], array(NETWORK_DFRN, NETWORK_ZOT, NETWORK_OSTATUS))) {
                                // We should be getting everything via a hub. But just to be sure, let's check once a day.
                                // (You can make this more or less frequent if desired by setting 'pushpoll_frequency' appropriately)
                                // This also lets us update our subscription to the hub, and add or replace hubs in case it
                                // changed. We will only update hubs once a day, regardless of 'pushpoll_frequency'.
 
+                               $poll_interval = get_config('system','pushpoll_frequency');
+                               $contact['priority'] = (($poll_interval !== false) ? intval($poll_interval) : 3);
+                       }
 
-                               if($contact['subhub']) {
-                                       $poll_interval = get_config('system','pushpoll_frequency');
-                                       $contact['priority'] = (($poll_interval !== false) ? intval($poll_interval) : 3);
-                                       $hub_update = false;
+                       if($contact['priority'] AND !$force) {
 
-                                       if((datetime_convert('UTC','UTC', 'now') > datetime_convert('UTC','UTC', $t . " + 1 day")) || $force)
-                                                       $hub_update = true;
-                               }
-                               else
-                                       $hub_update = false;
+                               $update     = false;
+
+                               $t = $contact['last-update'];
 
                                /**
                                 * Based on $contact['priority'], should we poll this site now? Or later?
@@ -281,22 +280,21 @@ function poller_run(&$argv, &$argc){
                                                        $update = true;
                                                break;
                                }
-                               if((! $update) && (! $force))
+                               if(!$update)
                                        continue;
                        }
 
-                       // Don't run onepoll.php if the contact isn't pollable
-                       // This check also is inside the onepoll.php - but this will reduce the load
-                       if (in_array($contact["rel"], array(CONTACT_IS_SHARING, CONTACT_IS_FRIEND)) AND ($contact["poll"] != "")
-                               AND !in_array($contact['network'], array(NETWORK_DIASPORA, NETWORK_FACEBOOK, NETWORK_PUMPIO, NETWORK_TWITTER, NETWORK_APPNET))
-                               AND !$contact["self"] AND !$contact["blocked"] AND !$contact["readonly"] AND !$contact["archive"])
-                               proc_run('php','include/onepoll.php',$contact['id']);
+                       logger("Polling ".$contact["network"]." ".$contact["id"]." ".$contact["nick"]." ".$contact["name"]);
+
+                       proc_run('php','include/onepoll.php',$contact['id']);
 
                        if($interval)
                                @time_sleep_until(microtime(true) + (float) $interval);
                }
        }
 
+       logger('poller: end');
+
        return;
 }
 
index fc9d3aecb0cf902e37ce71976e59f1b95aff78ec..23db35cabd885fdb41006c817920fa523d09f06d 100644 (file)
@@ -42,7 +42,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) {
        if(! $url)
                return;
 
-       $url = $url . (($uid) ? '/@me/@all?fields=displayName,urls,photos,updated,network,aboutMe,currentLocation,tags,gender' : '?fields=displayName,urls,photos,updated,network,aboutMe,currentLocation,tags,gender') ;
+       $url = $url . (($uid) ? '/@me/@all?fields=displayName,urls,photos,updated,network,aboutMe,currentLocation,tags,gender,generation' : '?fields=displayName,urls,photos,updated,network,aboutMe,currentLocation,tags,gender,generation') ;
 
        logger('poco_load: ' . $url, LOGGER_DEBUG);
 
@@ -76,6 +76,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) {
                $about = '';
                $keywords = '';
                $gender = '';
+               $generation = 0;
 
                $name = $entry->displayName;
 
@@ -115,11 +116,18 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) {
                if(isset($entry->gender))
                        $gender = $entry->gender;
 
+               if(isset($entry->generation) AND ($entry->generation > 0))
+                       $generation = ++$entry->generation;
+
                if(isset($entry->tags))
                        foreach($entry->tags as $tag)
                                $keywords = implode(", ", $tag);
 
-               poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $cid, $uid, $zcid);
+               // If you query a Friendica server for its profiles, the network has to be Friendica
+               if ($uid == 0)
+                       $network = NETWORK_DFRN;
+
+               poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $generation, $cid, $uid, $zcid);
 
                // Update the Friendica contacts. Diaspora is doing it via a message. (See include/diaspora.php)
                if (($location != "") OR ($about != "") OR ($keywords != "") OR ($gender != ""))
@@ -142,16 +150,51 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) {
 
 }
 
-function poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $cid = 0, $uid = 0, $zcid = 0) {
+function poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $generation, $cid = 0, $uid = 0, $zcid = 0) {
+
+       $a = get_app();
+
+       // Generation:
+       //  0: No definition
+       //  1: Profiles on this server
+       //  2: Contacts of profiles on this server
+       //  3: Contacts of contacts of profiles on this server
+       //  4: ...
+
        $gcid = "";
 
        if ($profile_url == "")
                return $gcid;
 
+       // Don't store the statusnet connector as network
+       // We can't simply set this to NETWORK_OSTATUS since the connector could have fetched posts from friendica as well
+       if ($network == NETWORK_STATUSNET)
+               $network = "";
+
+       // The global contacts should contain the original picture, not the cached one
+       if (($generation != 1) AND stristr(normalise_link($profile_photo), normalise_link($a->get_baseurl()."/photo/")))
+               $profile_photo = "";
+
+       $r = q("SELECT `network` FROM `contact` WHERE `nurl` = '%s' AND `network` != '' AND `network` != '%s' LIMIT 1",
+               dbesc(normalise_link($profile_url)), dbesc(NETWORK_STATUSNET)
+       );
+       if(count($r))
+               $network = $r[0]["network"];
+
+       if (($network == "") OR ($network == NETWORK_OSTATUS)) {
+               $r = q("SELECT `network`, `url` FROM `contact` WHERE `alias` IN ('%s', '%s') AND `network` != '' AND `network` != '%s' LIMIT 1",
+                       dbesc($profile_url), dbesc(normalise_link($profile_url)), dbesc(NETWORK_STATUSNET)
+               );
+               if(count($r)) {
+                       $network = $r[0]["network"];
+                       $profile_url = $r[0]["url"];
+               }
+       }
+
        $x = q("SELECT * FROM `gcontact` WHERE `nurl` = '%s' LIMIT 1",
                dbesc(normalise_link($profile_url))
        );
-       if(count($x))
+       if(count($x) AND ($network == "") AND ($x[0]["network"] != NETWORK_STATUSNET))
                $network = $x[0]["network"];
 
        if (($network == "") OR ($name == "") OR ($profile_photo == "")) {
@@ -160,6 +203,7 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca
                $data = probe_url($profile_url);
                $network = $data["network"];
                $name = $data["name"];
+               $profile_url = $data["url"];
                $profile_photo = $data["photo"];
        }
 
@@ -173,10 +217,10 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca
        if (($name == "") OR ($profile_photo == ""))
                return $gcid;
 
-       if (!in_array($network, array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA, NETWORK_STATUSNET)))
+       if (!in_array($network, array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA)))
                return $gcid;
 
-       logger("profile-check URL: ".$profile_url." name: ".$name." avatar: ".$profile_photo, LOGGER_DEBUG);
+       logger("profile-check generation: ".$generation." Network: ".$network." URL: ".$profile_url." name: ".$name." avatar: ".$profile_photo, LOGGER_DEBUG);
 
        if(count($x)) {
                $gcid = $x[0]['id'];
@@ -193,10 +237,13 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca
                if (($keywords == "") AND ($x[0]['keywords'] != ""))
                        $keywords = $x[0]['keywords'];
 
+               if (($generation == 0) AND ($x[0]['generation'] > 0))
+                       $generation = $x[0]['generation'];
+
                if($x[0]['name'] != $name || $x[0]['photo'] != $profile_photo || $x[0]['updated'] < $updated) {
-                       q("update gcontact set `name` = '%s', `network` = '%s', `photo` = '%s', `connect` = '%s', `url` = '%s',
-                               `updated` = '%s', `location` = '%s', `about` = '%s', `keywords` = '%s', `gender` = '%s'
-                               where `nurl` = '%s'",
+                       q("UPDATE `gcontact` SET `name` = '%s', `network` = '%s', `photo` = '%s', `connect` = '%s', `url` = '%s',
+                               `updated` = '%s', `location` = '%s', `about` = '%s', `keywords` = '%s', `gender` = '%s', `generation` = %d
+                               WHERE (`generation` >= %d OR `generation` = 0) AND `nurl` = '%s'",
                                dbesc($name),
                                dbesc($network),
                                dbesc($profile_photo),
@@ -207,12 +254,14 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca
                                dbesc($about),
                                dbesc($keywords),
                                dbesc($gender),
+                               intval($generation),
+                               intval($generation),
                                dbesc(normalise_link($profile_url))
                        );
                }
        } else {
-               q("insert into `gcontact` (`name`,`network`, `url`,`nurl`,`photo`,`connect`, `updated`, `location`, `about`, `keywords`, `gender`)
-                       values ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s', '%s', '%s')",
+               q("INSERT INTO `gcontact` (`name`,`network`, `url`,`nurl`,`photo`,`connect`, `updated`, `location`, `about`, `keywords`, `gender`, `generation`)
+                       VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s', '%s', '%s', %d)",
                        dbesc($name),
                        dbesc($network),
                        dbesc($profile_url),
@@ -223,7 +272,8 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca
                        dbesc($location),
                        dbesc($about),
                        dbesc($keywords),
-                       dbesc($gender)
+                       dbesc($gender),
+                       intval($generation)
                );
                $x = q("SELECT * FROM `gcontact` WHERE `nurl` = '%s' LIMIT 1",
                        dbesc(normalise_link($profile_url))
@@ -290,7 +340,65 @@ function sub_poco_from_share($share, $created, $cid, $uid) {
                return;
 
        logger("prepare poco_check for profile ".$profile, LOGGER_DEBUG);
-        poco_check($profile, "", "", "", "", "", "", "", "", $created, $cid, $uid);
+        poco_check($profile, "", "", "", "", "", "", "", "", $created, 3, $cid, $uid);
+}
+
+function poco_store($item) {
+
+       // Isn't it public?
+       if ($item['private'])
+               return;
+
+       // Or is it from a network where we don't store the global contacts?
+       if (!in_array($item["network"], array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_STATUSNET, "")))
+               return;
+
+       // Is it a global copy?
+       $store_gcontact = ($item["uid"] == 0);
+
+       // Is it a comment on a global copy?
+       if (!$store_gcontact AND ($item["uri"] != $item["parent-uri"])) {
+               $q = q("SELECT `id` FROM `item` WHERE `uri`='%s' AND `uid` = 0", $item["parent-uri"]);
+               $store_gcontact = count($q);
+       }
+
+       if (!$store_gcontact)
+               return;
+
+       // "3" means: We don't know this contact directly (Maybe a reshared item)
+       $generation = 3;
+       $network = "";
+       $profile_url = $item["author-link"];
+
+       // Is it a user from our server?
+       $q = q("SELECT `id` FROM `contact` WHERE `self` AND `nurl` = '%s' LIMIT 1",
+               dbesc(normalise_link($item["author-link"])));
+       if (count($q)) {
+               logger("Our user (generation 1): ".$item["author-link"], LOGGER_DEBUG);
+               $generation = 1;
+               $network = NETWORK_DFRN;
+       } else { // Is it a contact from a user on our server?
+               $q = q("SELECT `network`, `url` FROM `contact` WHERE `uid` != 0 AND `network` != ''
+                       AND (`nurl` = '%s' OR `alias` IN ('%s', '%s')) AND `network` != '%s' LIMIT 1",
+                       dbesc(normalise_link($item["author-link"])),
+                       dbesc(normalise_link($item["author-link"])),
+                       dbesc($item["author-link"]),
+                       dbesc(NETWORK_STATUSNET));
+               if (count($q)) {
+                       $generation = 2;
+                       $network = $q[0]["network"];
+                       $profile_url = $q[0]["url"];
+                       logger("Known contact (generation 2): ".$profile_url, LOGGER_DEBUG);
+               }
+       }
+
+       if ($generation == 3)
+               logger("Unknown contact (generation 3): ".$item["author-link"], LOGGER_DEBUG);
+
+       poco_check($profile_url, $item["author-name"], $network, $item["author-avatar"], "", "", "", "", "", $item["received"], $generation, $item["contact-id"], $item["uid"]);
+
+       // Maybe its a body with a shared item? Then extract a global contact from it.
+       poco_contact_from_body($item["body"], $item["received"], $item["contact-id"], $item["uid"]);
 }
 
 function count_common_friends($uid,$cid) {
index 05e11b47edfce2a21bf2b5b66e8c5c4d73371dd5..a8bcae86dcc3783c13bbbc8ab6466517db431f1e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-function create_tags_from_item($itemid, $dontcache = false) {
+function create_tags_from_item($itemid) {
        global $a;
 
        $profile_base = $a->get_baseurl();
@@ -9,7 +9,7 @@ function create_tags_from_item($itemid, $dontcache = false) {
 
        $searchpath = $a->get_baseurl()."/search?tag=";
 
-       $messages = q("SELECT `guid`, `uid`, `id`, `edited`, `deleted`, `title`, `body`, `tag`, `parent` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid));
+       $messages = q("SELECT `guid`, `uid`, `id`, `edited`, `deleted`, `created`, `received`, `title`, `body`, `tag`, `parent` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid));
 
        if (!$messages)
                return;
@@ -26,18 +26,6 @@ function create_tags_from_item($itemid, $dontcache = false) {
        if ($message["deleted"])
                return;
 
-       if (!$dontcache) {
-               $cachefile = get_cachefile(urlencode($message["guid"])."-".hash("md5", $message['body']));
-
-               if (($cachefile != '') AND !file_exists($cachefile)) {
-                       $s = prepare_text($message['body']);
-                       $stamp1 = microtime(true);
-                       file_put_contents($cachefile, $s);
-                       $a->save_timestamp($stamp1, "file");
-                       logger('create_tags_from_item: put item '.$message["id"].' into cachefile '.$cachefile);
-               }
-       }
-
        $taglist = explode(",", $message["tag"]);
 
        $tags = "";
@@ -49,6 +37,9 @@ function create_tags_from_item($itemid, $dontcache = false) {
 
        $data = " ".$message["title"]." ".$message["body"]." ".$tags." ";
 
+       // ignore anything in a code block
+       $data = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$data);
+
        $tags = array();
 
        $pattern = "/\W\#([^\[].*?)[\s'\".,:;\?!\[\]\/]/ism";
@@ -81,8 +72,22 @@ function create_tags_from_item($itemid, $dontcache = false) {
                        $term = $tag;
                }
 
-               $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`) VALUES (%d, %d, %d, %d, '%s', '%s')",
-                       intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval($type), dbesc($term), dbesc($link));
+               if ($message["uid"] == 0) {
+                       $global = true;
+
+                       q("UPDATE `term` SET `global` = 1 WHERE `otype` = %d AND `guid` = '%s'",
+                               intval(TERM_OBJ_POST), dbesc($message["guid"]));
+               } else {
+                       $isglobal = q("SELECT `global` FROM `term` WHERE `uid` = 0 AND `otype` = %d AND `guid` = '%s'",
+                               intval(TERM_OBJ_POST), dbesc($message["guid"]));
+
+                       $global = (count($isglobal) > 0);
+               }
+
+               $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`, `guid`, `created`, `received`, `global`)
+                               VALUES (%d, %d, %d, %d, '%s', '%s', '%s', '%s', '%s', %d)",
+                       intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval($type), dbesc($term),
+                       dbesc($link), dbesc($message["guid"]), dbesc($message["created"]), dbesc($message["received"]), intval($global));
 
                // Search for mentions
                if ((substr($tag, 0, 1) == '@') AND (strpos($link, $profile_base_friendica) OR strpos($link, $profile_base_diaspora))) {
@@ -108,10 +113,39 @@ function create_tags_from_itemuri($itemuri, $uid) {
 }
 
 function update_items() {
-       //$messages = q("SELECT `id` FROM `item` where tag !='' ORDER BY `created` DESC limit 10");
-       $messages = q("SELECT `id` FROM `item` where tag !=''");
+       global $db;
+
+        $messages = $db->q("SELECT `oid`,`item`.`guid`, `item`.`created`, `item`.`received` FROM `term` INNER JOIN `item` ON `item`.`id`=`term`.`oid` WHERE `term`.`otype` = 1 AND `term`.`guid` = ''", true);
+
+        logger("fetched messages: ".count($messages));
+        while ($message = $db->qfetch()) {
+
+               if ($message["uid"] == 0) {
+                       $global = true;
+
+                       q("UPDATE `term` SET `global` = 1 WHERE `otype` = %d AND `guid` = '%s'",
+                               intval(TERM_OBJ_POST), dbesc($message["guid"]));
+               } else {
+                       $isglobal = q("SELECT `global` FROM `term` WHERE `uid` = 0 AND `otype` = %d AND `guid` = '%s'",
+                               intval(TERM_OBJ_POST), dbesc($message["guid"]));
+
+                       $global = (count($isglobal) > 0);
+               }
+
+               q("UPDATE `term` SET `guid` = '%s', `created` = '%s', `received` = '%s', `global` = %d WHERE `otype` = %d AND `oid` = %d",
+                       dbesc($message["guid"]), dbesc($message["created"]), dbesc($message["received"]),
+                       intval($global), intval(TERM_OBJ_POST), intval($message["oid"]));
+       }
+
+        $db->qclose();
+
+       $messages = $db->q("SELECT `guid` FROM `item` WHERE `uid` = 0", true);
+
+       logger("fetched messages: ".count($messages));
+       while ($message = $db->qfetch()) {
+               q("UPDATE `item` SET `global` = 1 WHERE `guid` = '%s'", dbesc($message["guid"]));
+       }
 
-       foreach ($messages as $message)
-               create_tags_from_item($message["id"]);
+       $db->qclose();
 }
 ?>
diff --git a/include/tagupdate.php b/include/tagupdate.php
new file mode 100644 (file)
index 0000000..b12e809
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+require_once("boot.php");
+require_once("include/tags.php");
+
+global $a, $db;
+
+if(is_null($a))
+       $a = new App;
+
+if(is_null($db)) {
+       @include(".htconfig.php");
+       require_once("include/dba.php");
+       $db = new dba($db_host, $db_user, $db_pass, $db_data);
+       unset($db_host, $db_user, $db_pass, $db_data);
+}
+
+load_config('config');
+load_config('system');
+
+update_items();
+killme();
+?>
index c664fd7d37adf67f8c4139a1fd3edb90487284c7..8ce54b3c6786c130a6c93e5e72402e855946418b 100644 (file)
@@ -270,7 +270,7 @@ if(! function_exists('paginate_data')) {
  * @return Array data for pagination template
  */
 function paginate_data(&$a, $count=null) {
-       $stripped = preg_replace('/(&page=[0-9]*)/','',$a->query_string);
+       $stripped = preg_replace('/([&?]page=[0-9]*)/','',$a->query_string);
 
        $stripped = str_replace('q=','',$stripped);
        $stripped = trim($stripped,'/');
@@ -385,6 +385,18 @@ function alt_pager(&$a, $i) {
 
 }}
 
+if(! function_exists('scroll_loader')) {
+/**
+ * Loader for infinite scrolling
+ * @return string html for loader
+ */
+function scroll_loader() {
+       $tpl = get_markup_template("scroll_loader.tpl");
+       return replace_macros($tpl, array(
+               'wait' => t('Loading more entries...'),
+               'end' => t('The end')
+       ));
+}}
 
 if(! function_exists('expand_acl')) {
 /**
@@ -740,6 +752,9 @@ if(! function_exists('get_tags')) {
 function get_tags($s) {
        $ret = array();
 
+       // Convert hashtag links to hashtags
+       $s = preg_replace("/#\[url\=([^\[\]]*)\](.*?)\[\/url\]/ism", "#$2", $s);
+
        // ignore anything in a code block
        $s = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$s);
 
@@ -1110,7 +1125,8 @@ function smilies($s, $sample = false) {
                ':like',
                ':dislike',
                 '~friendica',
-                'red#'
+                'red#',
+               'red#matrix'
 
        );
 
@@ -1148,7 +1164,8 @@ function smilies($s, $sample = false) {
                '<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
                '<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
                '<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>',
-               '<a href="http://redmatrix.me/">red <img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red" /></a>'
+               '<a href="http://redmatrix.me/">red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red" />matrix</a>',
+               '<a href="http://redmatrix.me/">red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red" />matrix</a>'
        );
 
        $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);
@@ -1279,6 +1296,28 @@ function redir_private_images($a, &$item) {
 
 }}
 
+function put_item_in_cache(&$item, $update = false) {
+
+       if (($item["rendered-hash"] != hash("md5", $item["body"])) OR ($item["rendered-hash"] == "") OR
+               ($item["rendered-html"] == "") OR get_config("system", "ignore_cache")) {
+
+               // The function "redir_private_images" changes the body.
+               // I'm not sure if we should store it permanently, so we save the old value.
+               $body = $item["body"];
+
+               $a = get_app();
+               redir_private_images($a, $item);
+
+               $item["rendered-html"] = prepare_text($item["body"]);
+               $item["rendered-hash"] = hash("md5", $item["body"]);
+               $item["body"] = $body;
+
+               if ($update AND ($item["id"] != 0)) {
+                       q("UPDATE `item` SET `rendered-html` = '%s', `rendered-hash` = '%s' WHERE `id` = %d",
+                               dbesc($item["rendered-html"]), dbesc($item["rendered-hash"]), intval($item["id"]));
+               }
+       }
+}
 
 // Given an item array, convert the body element from bbcode to html and add smilie icons.
 // If attach is true, also add icons for item attachments
@@ -1330,28 +1369,8 @@ function prepare_body(&$item,$attach = false, $preview = false) {
        $item['hashtags'] = $hashtags;
        $item['mentions'] = $mentions;
 
-
-       $cachefile = get_cachefile(urlencode($item["guid"])."-".hash("md5", $item['body']));
-
-       if (($cachefile != '')) {
-               if (file_exists($cachefile)) {
-                       $stamp1 = microtime(true);
-                       $s = file_get_contents($cachefile);
-                       $a->save_timestamp($stamp1, "file");
-               } else {
-                       redir_private_images($a, $item);
-                       $s = prepare_text($item['body']);
-
-                       $stamp1 = microtime(true);
-                       file_put_contents($cachefile, $s);
-                       $a->save_timestamp($stamp1, "file");
-
-                       logger('prepare_body: put item '.$item["id"].' into cachefile '.$cachefile);
-               }
-       } else {
-               redir_private_images($a, $item);
-               $s = prepare_text($item['body']);
-       }
+       put_item_in_cache($item, true);
+       $s = $item["rendered-html"];
 
        require_once("mod/proxy.php");
        $s = proxy_parse_html($s);
index e9a0d7f1f271d7a4c5710d8e9b1a9f6e7005749c..d88307ecfb648ff1c653b0f7bfb55ab22fbf77b3 100644 (file)
@@ -19,10 +19,6 @@ function add_thread($itemid, $onlyshadow = false) {
                logger("add_thread: Add thread for item ".$itemid." - ".print_r($result, true), LOGGER_DEBUG);
        }
 
-       // Store a shadow copy of public items for displaying a global community page?
-       if (!get_config('system', 'global_community'))
-               return;
-
        // is it already a copy?
        if (($itemid == 0) OR ($item['uid'] == 0))
                return;
@@ -66,9 +62,11 @@ function add_thread($itemid, $onlyshadow = false) {
                if (!$r) {
                        // Preparing public shadow (removing user specific data)
                        require_once("include/items.php");
+                       require_once("include/Contact.php");
+
                        unset($item[0]['id']);
                        $item[0]['uid'] = 0;
-                       $item[0]['contact-id'] = 0;
+                       $item[0]['contact-id'] = get_contact($item[0]['author-link'], 0);
                        $public_shadow = item_store($item[0], false, false, true);
 
                        logger("add_thread: Stored public shadow for post ".$itemid." under id ".$public_shadow, LOGGER_DEBUG);
@@ -76,6 +74,35 @@ function add_thread($itemid, $onlyshadow = false) {
        }
 }
 
+function add_shadow_entry($item) {
+
+       // Is this a shadow entry?
+       if ($item['uid'] == 0)
+               return;
+
+       // Is there a shadow parent?
+       $r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' AND `uid` = 0 LIMIT 1", dbesc($item['parent-uri']));
+       if (!count($r))
+               return;
+
+       // Is there already a shadow entry?
+       $r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' AND `uid` = 0 LIMIT 1", dbesc($item['uri']));
+
+       if (count($r))
+               return;
+
+       // Preparing public shadow (removing user specific data)
+       require_once("include/items.php");
+       require_once("include/Contact.php");
+
+       unset($item['id']);
+       $item['uid'] = 0;
+       $item['contact-id'] = get_contact($item['author-link'], 0);
+       $public_shadow = item_store($item, false, false, true);
+
+       logger("Stored public shadow for comment ".$item['uri']." under id ".$public_shadow, LOGGER_DEBUG);
+}
+
 function update_thread_uri($itemuri, $uid) {
        $messages = q("SELECT `id` FROM `item` WHERE uri ='%s' AND uid=%d", dbesc($itemuri), intval($uid));
 
index 5dcb9a54a0da070f7e606c3c3b3862cf7a034c78..a4a86244332415168f5b47a0456e15190cd65cd9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -115,7 +115,6 @@ if((x($_GET,'zrl')) && (!$install && !$maintenance)) {
  *
  * What we really need to do is output the raw headers ourselves so we can keep them separate.
  *
-
  */
 
 // header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');
@@ -498,30 +497,38 @@ $(document).ready(function() {
 });
 
 function loadcontent() {
-       //$("div.loader").show();
+       if (lockLoadContent) return;
+       lockLoadContent = true;
+
+       $("#scroll-loader").fadeIn('normal');
 
        num+=1;
 
        console.log('Loading page ' + num);
 
        $.get('/network?mode=raw$reload_uri&page=' + num, function(data) {
-               $(data).insertBefore('#conversation-end');
+               $("#scroll-loader").hide();
+               if ($(data).length > 0) {
+                       $(data).insertBefore('#conversation-end');
+                       lockLoadContent = false;
+               } else {
+                       $("#scroll-end").fadeIn('normal');
+               }
        });
-
-       //$("div.loader").fadeOut('normal');
 }
 
 var num = $pageno;
+var lockLoadContent = false;
 
 $(window).scroll(function(e){
 
        if ($(document).height() != $(window).height()) {
                // First method that is expected to work - but has problems with Chrome
-               if ($(window).scrollTop() == $(document).height() - $(window).height())
+               if ($(window).scrollTop() > ($(document).height() - $(window).height() * 1.5))
                        loadcontent();
        } else {
                // This method works with Chrome - but seems to be much slower in Firefox
-               if ($(window).scrollTop() > (($("section").height() + $("header").height() + $("footer").height()) - $(window).height()))
+               if ($(window).scrollTop() > (($("section").height() + $("header").height() + $("footer").height()) - $(window).height() * 1.5))
                        loadcontent();
        }
 });
index ab28a24729b320bffd3d2f60302af949db39ab85..e6a051d0d1d32752ae08d9cf30fe5952da22a9b0 100644 (file)
@@ -1,4 +1,4 @@
-/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
-!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.1",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=lb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=mb(b);function pb(){}pb.prototype=d.filters=d.pseudos,d.setFilters=new pb,g=fb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fb.error(a):z(a,i).slice(0)};function qb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;
-if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==cb()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===cb()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ab:bb):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:bb,isPropagationStopped:bb,isImmediatePropagationStopped:bb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ab,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ab,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ab,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,"form")?!1:void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,"form")?!1:void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=bb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=bb),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function db(a){var b=eb.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var eb="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fb=/ jQuery\d+="(?:null|\d+)"/g,gb=new RegExp("<(?:"+eb+")[\\s/>]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/<tbody/i,lb=/<|&#?\w+;/,mb=/<(?:script|style|link)/i,nb=/checked\s*(?:[^=]|=\s*.checked.)/i,ob=/^$|\/(?:java|ecma)script/i,pb=/^true\/(.*)/,qb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,rb={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1></$2>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?"<table>"!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Cb[0].contentWindow||Cb[0].contentDocument).document,b.write(),b.close(),c=Eb(a,b),Cb.detach()),Db[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Gb=/^margin/,Hb=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ib,Jb,Kb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ib=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Hb.test(g)&&Gb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ib=function(a){return a.currentStyle},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Hb.test(g)&&!Kb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Lb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement("div"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=d&&d.style){c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Mb=/alpha\([^)]*\)/i,Nb=/opacity\s*=\s*([^)]*)/,Ob=/^(none|table(?!-c[ea]).+)/,Pb=new RegExp("^("+S+")(.*)$","i"),Qb=new RegExp("^([+-])=("+S+")","i"),Rb={position:"absolute",visibility:"hidden",display:"block"},Sb={letterSpacing:"0",fontWeight:"400"},Tb=["Webkit","O","Moz","ms"];function Ub(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Tb.length;while(e--)if(b=Tb[e]+c,b in a)return b;return d}function Vb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fb(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wb(a,b,c){var d=Pb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Yb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ib(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Jb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Hb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xb(a,b,c||(g?"border":"content"),d,f)+"px"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Jb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ub(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ub(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Jb(a,b,d)),"normal"===f&&b in Sb&&(f=Sb[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Ob.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Rb,function(){return Yb(a,b,d)}):Yb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ib(a);return Wb(a,c,d?Xb(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Nb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Mb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Mb.test(f)?f.replace(Mb,e):f+" "+e)}}),m.cssHooks.marginRight=Lb(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Jb,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Gb.test(a)||(m.cssHooks[a+b].set=Wb)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ib(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Vb(this,!0)},hide:function(){return Vb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)}m.Tween=Zb,Zb.prototype={constructor:Zb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")
-},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Zb.propHooks._default.set(this),this}},Zb.prototype.init.prototype=Zb.prototype,Zb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Zb.propHooks.scrollTop=Zb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Zb.prototype.init,m.fx.step={};var $b,_b,ac=/^(?:toggle|show|hide)$/,bc=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cc=/queueHooks$/,dc=[ic],ec={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bc.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bc.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fc(){return setTimeout(function(){$b=void 0}),$b=m.now()}function gc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hc(a,b,c){for(var d,e=(ec[b]||[]).concat(ec["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ic(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fb(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fb(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ac.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fb(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hc(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jc(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kc(a,b,c){var d,e,f=0,g=dc.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$b||fc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jc(k,j.opts.specialEasing);g>f;f++)if(d=dc[f].call(j,a,k,j.opts))return d;return m.map(k,hc,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kc,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],ec[c]=ec[c]||[],ec[c].unshift(b)},prefilter:function(a,b){b?dc.unshift(a):dc.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kc(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gc(b,!0),a,d,e)}}),m.each({slideDown:gc("show"),slideUp:gc("hide"),slideToggle:gc("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($b=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$b=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_b),_b=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lc=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lc,""):null==c?"":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mc,nc,oc=m.expr.attrHandle,pc=/^(?:checked|selected)$/i,qc=k.getSetAttribute,rc=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nc:mc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rc&&qc||!pc.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qc?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nc={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rc&&qc||!pc.test(c)?a.setAttribute(!qc&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=oc[b]||m.find.attr;oc[b]=rc&&qc||!pc.test(b)?function(a,b,d){var e,f;return d||(f=oc[b],oc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,oc[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rc&&qc||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mc&&mc.set(a,b,c)}}),qc||(mc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},oc.id=oc.name=oc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mc.set},m.attrHooks.contenteditable={set:function(a,b,c){mc.set(a,""===b?!1:b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sc=/^(?:input|select|textarea|button|object)$/i,tc=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sc.test(a.nodeName)||tc.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var uc=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(uc," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vc=m.now(),wc=/\?/,xc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yc,zc,Ac=/#.*$/,Bc=/([?&])_=[^&]*/,Cc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Dc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ec=/^(?:GET|HEAD)$/,Fc=/^\/\//,Gc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hc={},Ic={},Jc="*/".concat("*");try{zc=location.href}catch(Kc){zc=y.createElement("a"),zc.href="",zc=zc.href}yc=Gc.exec(zc.toLowerCase())||[];function Lc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mc(a,b,c,d){var e={},f=a===Ic;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Nc(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Oc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zc,type:"GET",isLocal:Dc.test(yc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},ajaxPrefilter:Lc(Hc),ajaxTransport:Lc(Ic),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+"").replace(Ac,"").replace(Fc,yc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yc[1]&&c[2]===yc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yc[3]||("http:"===yc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mc(Hc,k,b,v),2===t)return v;h=k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Ec.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,"$1_="+vc++):e+(wc.test(e)?"&":"?")+"_="+vc++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mc(Ic,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Oc(k,v,c)),u=Pc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qc=/%20/g,Rc=/\[\]$/,Sc=/\r?\n/g,Tc=/^(?:submit|button|image|reset|file)$/i,Uc=/^(?:input|select|textarea|keygen)/i;function Vc(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rc.test(a)?d(a,e):Vc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Vc(a+"["+e+"]",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vc(c,a[c],b,e);return d.join("&").replace(Qc,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Uc.test(this.nodeName)&&!Tc.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sc,"\r\n")}}):{name:b.name,value:c.replace(Sc,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr();a.ActiveXObject&&m(a).on("unload",function(){for(var a in Xc)Xc[a](void 0,!0)}),k.cors=!!Yc&&"withCredentials"in Yc,Yc=k.ajax=!!Yc,Yc&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xc[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zc(){try{return new a.XMLHttpRequest}catch(b){}}function $c(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _c=[],ad=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_c.pop()||m.expando+"_"+vc++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ad.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&ad.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ad,"$1"+e):b.jsonp!==!1&&(b.url+=(wc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_c.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bd=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&bd)return bd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});
+/*! jQuery v1.11.2 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
+!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.2",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=mb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=nb(b);function qb(){}qb.prototype=d.filters=d.pseudos,d.setFilters=new qb,g=gb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?gb.error(a):z(a,i).slice(0)};function rb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;
+return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==cb()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===cb()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ab:bb):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:bb,isPropagationStopped:bb,isImmediatePropagationStopped:bb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ab,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ab,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ab,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,"form")?!1:void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,"form")?!1:void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=bb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=bb),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function db(a){var b=eb.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var eb="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fb=/ jQuery\d+="(?:null|\d+)"/g,gb=new RegExp("<(?:"+eb+")[\\s/>]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/<tbody/i,lb=/<|&#?\w+;/,mb=/<(?:script|style|link)/i,nb=/checked\s*(?:[^=]|=\s*.checked.)/i,ob=/^$|\/(?:java|ecma)script/i,pb=/^true\/(.*)/,qb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,rb={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1></$2>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?"<table>"!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Cb[0].contentWindow||Cb[0].contentDocument).document,b.write(),b.close(),c=Eb(a,b),Cb.detach()),Db[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Gb=/^margin/,Hb=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ib,Jb,Kb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ib=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Hb.test(g)&&Gb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ib=function(a){return a.currentStyle},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Hb.test(g)&&!Kb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Lb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement("div"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=d&&d.style){c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight),b.removeChild(i)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Mb=/alpha\([^)]*\)/i,Nb=/opacity\s*=\s*([^)]*)/,Ob=/^(none|table(?!-c[ea]).+)/,Pb=new RegExp("^("+S+")(.*)$","i"),Qb=new RegExp("^([+-])=("+S+")","i"),Rb={position:"absolute",visibility:"hidden",display:"block"},Sb={letterSpacing:"0",fontWeight:"400"},Tb=["Webkit","O","Moz","ms"];function Ub(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Tb.length;while(e--)if(b=Tb[e]+c,b in a)return b;return d}function Vb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fb(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wb(a,b,c){var d=Pb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Yb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ib(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Jb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Hb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xb(a,b,c||(g?"border":"content"),d,f)+"px"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Jb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ub(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ub(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Jb(a,b,d)),"normal"===f&&b in Sb&&(f=Sb[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Ob.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Rb,function(){return Yb(a,b,d)}):Yb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ib(a);return Wb(a,c,d?Xb(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Nb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Mb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Mb.test(f)?f.replace(Mb,e):f+" "+e)}}),m.cssHooks.marginRight=Lb(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Jb,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Gb.test(a)||(m.cssHooks[a+b].set=Wb)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ib(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Vb(this,!0)},hide:function(){return Vb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)
+}m.Tween=Zb,Zb.prototype={constructor:Zb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Zb.propHooks._default.set(this),this}},Zb.prototype.init.prototype=Zb.prototype,Zb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Zb.propHooks.scrollTop=Zb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Zb.prototype.init,m.fx.step={};var $b,_b,ac=/^(?:toggle|show|hide)$/,bc=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cc=/queueHooks$/,dc=[ic],ec={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bc.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bc.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fc(){return setTimeout(function(){$b=void 0}),$b=m.now()}function gc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hc(a,b,c){for(var d,e=(ec[b]||[]).concat(ec["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ic(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fb(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fb(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ac.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fb(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hc(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jc(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kc(a,b,c){var d,e,f=0,g=dc.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$b||fc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jc(k,j.opts.specialEasing);g>f;f++)if(d=dc[f].call(j,a,k,j.opts))return d;return m.map(k,hc,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kc,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],ec[c]=ec[c]||[],ec[c].unshift(b)},prefilter:function(a,b){b?dc.unshift(a):dc.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kc(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gc(b,!0),a,d,e)}}),m.each({slideDown:gc("show"),slideUp:gc("hide"),slideToggle:gc("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($b=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$b=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_b),_b=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lc=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lc,""):null==c?"":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mc,nc,oc=m.expr.attrHandle,pc=/^(?:checked|selected)$/i,qc=k.getSetAttribute,rc=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nc:mc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rc&&qc||!pc.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qc?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nc={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rc&&qc||!pc.test(c)?a.setAttribute(!qc&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=oc[b]||m.find.attr;oc[b]=rc&&qc||!pc.test(b)?function(a,b,d){var e,f;return d||(f=oc[b],oc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,oc[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rc&&qc||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mc&&mc.set(a,b,c)}}),qc||(mc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},oc.id=oc.name=oc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mc.set},m.attrHooks.contenteditable={set:function(a,b,c){mc.set(a,""===b?!1:b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sc=/^(?:input|select|textarea|button|object)$/i,tc=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sc.test(a.nodeName)||tc.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var uc=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(uc," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vc=m.now(),wc=/\?/,xc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yc,zc,Ac=/#.*$/,Bc=/([?&])_=[^&]*/,Cc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Dc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ec=/^(?:GET|HEAD)$/,Fc=/^\/\//,Gc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hc={},Ic={},Jc="*/".concat("*");try{zc=location.href}catch(Kc){zc=y.createElement("a"),zc.href="",zc=zc.href}yc=Gc.exec(zc.toLowerCase())||[];function Lc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mc(a,b,c,d){var e={},f=a===Ic;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Nc(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Oc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zc,type:"GET",isLocal:Dc.test(yc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},ajaxPrefilter:Lc(Hc),ajaxTransport:Lc(Ic),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+"").replace(Ac,"").replace(Fc,yc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yc[1]&&c[2]===yc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yc[3]||("http:"===yc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mc(Hc,k,b,v),2===t)return v;h=m.event&&k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Ec.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,"$1_="+vc++):e+(wc.test(e)?"&":"?")+"_="+vc++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mc(Ic,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Oc(k,v,c)),u=Pc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qc=/%20/g,Rc=/\[\]$/,Sc=/\r?\n/g,Tc=/^(?:submit|button|image|reset|file)$/i,Uc=/^(?:input|select|textarea|keygen)/i;function Vc(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rc.test(a)?d(a,e):Vc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Vc(a+"["+e+"]",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vc(c,a[c],b,e);return d.join("&").replace(Qc,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Uc.test(this.nodeName)&&!Tc.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sc,"\r\n")}}):{name:b.name,value:c.replace(Sc,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Xc)Xc[a](void 0,!0)}),k.cors=!!Yc&&"withCredentials"in Yc,Yc=k.ajax=!!Yc,Yc&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xc[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zc(){try{return new a.XMLHttpRequest}catch(b){}}function $c(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _c=[],ad=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_c.pop()||m.expando+"_"+vc++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ad.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&ad.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ad,"$1"+e):b.jsonp!==!1&&(b.url+=(wc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_c.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bd=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&bd)return bd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});
index 23f63f8224616274d08e5c61c45e0d4dae5eb39d..5f4b56f4d856ec0793f5502fc31d6ec4cb03e6e7 100644 (file)
                        });
                        eSysmsg.children("info").each(function(){
                                text = $(this).text();
-                               $.jGrowl(text, { sticky: false, theme: 'info', life: 10000 });
+                               $.jGrowl(text, { sticky: false, theme: 'info', life: 5000 });
                        });
                        
                });
                        if(livetime) {
                                clearTimeout(livetime);
                        }
-                       livetime = setTimeout(liveUpdate, 10000);
+                       livetime = setTimeout(liveUpdate, 5000);
                        return;
                }
                if(livetime != null)
diff --git a/library/Mobile_Detect/.gitignore b/library/Mobile_Detect/.gitignore
new file mode 100644 (file)
index 0000000..48b35e7
--- /dev/null
@@ -0,0 +1,11 @@
+vendor/
+nbproject/
+/*.buildpath
+/*.project
+/.settings
+/error.log
+/export/nicejson
+.idea/
+*.iml
+/coverage
+/phpunit.phar
diff --git a/library/Mobile_Detect/.gitmodules b/library/Mobile_Detect/.gitmodules
new file mode 100644 (file)
index 0000000..306e55a
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "export/nicejson"]
+       path = export/nicejson
+       url = https://github.com/GerHobbelt/nicejson-php.git
diff --git a/library/Mobile_Detect/.php_cs b/library/Mobile_Detect/.php_cs
new file mode 100644 (file)
index 0000000..336ef0c
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+
+use Symfony\CS\FixerInterface;
+
+$finder = Symfony\CS\Finder\DefaultFinder::create()
+    ->notName('LICENSE')
+    ->notName('README.md')
+    ->notName('.php_cs')
+    ->notName('composer.*')
+    ->notName('phpunit.xml*')
+    ->notName('*.phar')
+    ->exclude('vendor')
+    ->exclude('examples')
+    ->exclude('Symfony/CS/Tests/Fixer')
+    ->notName('ElseifFixer.php')
+    ->exclude('data')
+    ->in(__DIR__)
+;
+
+return Symfony\CS\Config\Config::create()
+    ->finder($finder)
+;
+
+
diff --git a/library/Mobile_Detect/.travis.yml b/library/Mobile_Detect/.travis.yml
new file mode 100644 (file)
index 0000000..29af524
--- /dev/null
@@ -0,0 +1,17 @@
+language: php
+php:
+  - "5.2"
+  - "5.3"
+  - "5.4"
+  - "5.5"
+  - "5.6"
+
+branches:
+  only:
+    - devel
+
+script:
+  - phpunit -v -c tests/phpunit.xml
+
+notifications:
+  email: false
diff --git a/library/Mobile_Detect/LICENSE.txt b/library/Mobile_Detect/LICENSE.txt
new file mode 100644 (file)
index 0000000..101abf8
--- /dev/null
@@ -0,0 +1,48 @@
+MIT License
+
+Copyright (c) <2011-2014> <Serban Ghita> <serbanghita@gmail.com>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Developer’s Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+    have the right to submit it under the open source license
+    indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+    of my knowledge, is covered under an appropriate open source
+    license and I have the right under that license to submit that
+    work with modifications, whether created in whole or in part
+    by me, under the same open source license (unless I am
+    permitted to submit under a different license), as indicated
+    in the file; or
+
+(c) The contribution was provided directly to me by some other
+    person who certified (a), (b) or (c) and I have not modified
+    it.
+
+(d) I understand and agree that this project and the contribution
+    are public and that a record of the contribution (including all
+    personal information I submit with it, including my sign-off) is
+    maintained indefinitely and may be redistributed consistent with
+    this project or the open source license(s) involved.
diff --git a/library/Mobile_Detect/Mobile_Detect.json b/library/Mobile_Detect/Mobile_Detect.json
new file mode 100644 (file)
index 0000000..0ba0163
--- /dev/null
@@ -0,0 +1 @@
+{"version":"2.8.11","headerMatch":{"HTTP_ACCEPT":{"matches":["application\/x-obml2d","application\/vnd.rim.html","text\/vnd.wap.wml","application\/vnd.wap.xhtml+xml"]},"HTTP_X_WAP_PROFILE":null,"HTTP_X_WAP_CLIENTID":null,"HTTP_WAP_CONNECTION":null,"HTTP_PROFILE":null,"HTTP_X_OPERAMINI_PHONE_UA":null,"HTTP_X_NOKIA_GATEWAY_ID":null,"HTTP_X_ORANGE_ID":null,"HTTP_X_VODAFONE_3GPDPCONTEXT":null,"HTTP_X_HUAWEI_USERID":null,"HTTP_UA_OS":null,"HTTP_X_MOBILE_GATEWAY":null,"HTTP_X_ATT_DEVICEID":null,"HTTP_UA_CPU":{"matches":["ARM"]}},"uaHttpHeaders":["HTTP_USER_AGENT","HTTP_X_OPERAMINI_PHONE_UA","HTTP_X_DEVICE_USER_AGENT","HTTP_X_ORIGINAL_USER_AGENT","HTTP_X_SKYFIRE_PHONE","HTTP_X_BOLT_PHONE_UA","HTTP_DEVICE_STOCK_UA","HTTP_X_UCBROWSER_DEVICE_UA"],"uaMatch":{"phones":{"iPhone":"\\biPhone\\b|\\biPod\\b","BlackBerry":"BlackBerry|\\bBB10\\b|rim[0-9]+","HTC":"HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m","Nexus":"Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6","Dell":"Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b","Motorola":"Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925","Samsung":"Samsung|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750","LG":"\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802)","Sony":"SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533","Asus":"Asus.*Galaxy|PadFone.*Mobile","Micromax":"Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b","Palm":"PalmSource|Palm","Vertu":"Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature","Pantech":"PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790","Fly":"IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250","iMobile":"i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)","SimValley":"\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b","Wolfgang":"AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q","Alcatel":"Alcatel","Nintendo":"Nintendo 3DS","Amoi":"Amoi","INQ":"INQ","GenericPhone":"Tapatalk|PDA;|SAGEM|\\bmmp\\b|pocket|\\bpsp\\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\\bwap\\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser"},"tablets":{"iPad":"iPad|iPad.*Mobile","NexusTablet":"Android.*Nexus[\\s]+(7|9|10)|^.*Android.*Nexus(?:(?!Mobile).)*$","SamsungTablet":"SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-I9205|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T707A|SM-T807A|SM-T237P|SM-T807P|SM-P607T|SM-T217T|SM-T337T","Kindle":"Kindle|Silk.*Accelerated|Android.*\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI)\\b","SurfaceTablet":"Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)","HPTablet":"HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10","AsusTablet":"^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\\bK00F\\b|\\bK00C\\b|\\bK00E\\b|\\bK00L\\b|TX201LA|ME176C|ME102A|\\bM80TA\\b|ME372CL|ME560CG|ME372CG","BlackBerryTablet":"PlayBook|RIM Tablet","HTCtablet":"HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410","MotorolaTablet":"xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617","NookTablet":"Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2","AcerTablet":"Android.*; \\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\b|W3-810|\\bA3-A10\\b","ToshibaTablet":"Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO","LGTablet":"\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b","FujitsuTablet":"Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b","PrestigioTablet":"PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD","LenovoTablet":"Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)","DellTablet":"Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7","YarvikTablet":"Android.*\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\b","MedionTablet":"Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB","ArnovaTablet":"AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2","IntensoTablet":"INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004","IRUTablet":"M702pro","MegafonTablet":"MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b","EbodaTablet":"E-Boda (Supreme|Impresspeed|Izzycomm|Essential)","AllViewTablet":"Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)","ArchosTablet":"\\b(101G9|80G9|A101IT)\\b|Qilive 97R|Archos5|\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\b","AinolTablet":"NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark","SonyTablet":"Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551","PhilipsTablet":"\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b","CubeTablet":"Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT","CobyTablet":"MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010","MIDTablet":"M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733","MSITablet":"MSI \\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\b","SMiTTablet":"Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)","RockChipTablet":"Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A","FlyTablet":"IQ310|Fly Vision","bqTablet":"bq.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant)|Maxwell.*Lite|Maxwell.*Plus","HuaweiTablet":"MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim","NecTablet":"\\bN-06D|\\bN-08D","PantechTablet":"Pantech.*P4100","BronchoTablet":"Broncho.*(N701|N708|N802|a710)","VersusTablet":"TOUCHPAD.*[78910]|\\bTOUCHTAB\\b","ZyncTablet":"z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900","PositivoTablet":"TB07STA|TB10STA|TB07FTA|TB10FTA","NabiTablet":"Android.*\\bNabi","KoboTablet":"Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build","DanewTablet":"DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b","TexetTablet":"NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE","PlaystationTablet":"Playstation.*(Portable|Vita)","TrekstorTablet":"ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab","PyleAudioTablet":"\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b","AdvanTablet":"Android.* \\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\b ","DanyTechTablet":"Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1","GalapadTablet":"Android.*\\bG1\\b","MicromaxTablet":"Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b","KarbonnTablet":"Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b","AllFineTablet":"Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide","PROSCANTablet":"\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\b","YONESTablet":"BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026","ChangJiaTablet":"TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503","GUTablet":"TX-A1301|TX-M9002|Q702|kf026","PointOfViewTablet":"TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10","OvermaxTablet":"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)","HCLTablet":"HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync","DPSTablet":"DPS Dream 9|DPS Dual 7","VistureTablet":"V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10","CrestaTablet":"CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989","MediatekTablet":"\\bMT8125|MT8389|MT8135|MT8377\\b","ConcordeTablet":"Concorde([ ]+)?Tab|ConCorde ReadMan","GoCleverTablet":"GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042","ModecomTablet":"FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003","VoninoTablet":"\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\\bQ8\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\b","ECSTablet":"V07OT2|TM105A|S10OT1|TR10CS1","StorexTablet":"eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab","VodafoneTablet":"SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7","EssentielBTablet":"Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2","RossMoorTablet":"RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711","iMobileTablet":"i-mobile i-note","TolinoTablet":"tolino tab [0-9.]+|tolino shine","AudioSonicTablet":"\\bC-22Q|T7-QC|T-17B|T-17P\\b","AMPETablet":"Android.* A78 ","SkkTablet":"Android.* (SKYPAD|PHOENIX|CYCLOPS)","TecnoTablet":"TECNO P9","JXDTablet":"Android.*\\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\\b","iJoyTablet":"Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)","FX2Tablet":"FX2 PAD7|FX2 PAD10","XoroTablet":"KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151","ViewsonicTablet":"ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a","OdysTablet":"LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10","CaptivaTablet":"CAPTIVA PAD","IconbitTablet":"NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S","TeclastTablet":"T98 4G|\\bP80\\b|\\bX90HD\\b|X98 Air|X98 Air 3G|\\bX89\\b|P80 3G|\\bX80h\\b|P98 Air|\\bX89HD\\b|P98 3G|\\bP90HD\\b|P89 3G|X98 3G|\\bP70h\\b|P79HD 3G|G18d 3G|\\bP79HD\\b|\\bP89s\\b|\\bA88\\b|\\bP10HD\\b|\\bP19HD\\b|G18 3G|\\bP78HD\\b|\\bA78\\b|\\bP75\\b|G17s 3G|G17h 3G|\\bP85t\\b|\\bP90\\b|\\bP11\\b|\\bP98t\\b|\\bP98HD\\b|\\bG18d\\b|\\bP85s\\b|\\bP11HD\\b|\\bP88s\\b|\\bA80HD\\b|\\bA80se\\b|\\bA10h\\b|\\bP89\\b|\\bP78s\\b|\\bG18\\b|\\bP85\\b|\\bA70h\\b|\\bA70\\b|\\bG17\\b|\\bP18\\b|\\bA80s\\b|\\bA11s\\b|\\bP88HD\\b|\\bA80h\\b|\\bP76s\\b|\\bP76h\\b|\\bP98\\b|\\bA10HD\\b|\\bP78\\b|\\bP88\\b|\\bA11\\b|\\bA10t\\b|\\bP76a\\b|\\bP76t\\b|\\bP76e\\b|\\bP85HD\\b|\\bP85a\\b|\\bP86\\b|\\bP75HD\\b|\\bP76v\\b|\\bA12\\b|\\bP75a\\b|\\bA15\\b|\\bP76Ti\\b|\\bP81HD\\b|\\bA10\\b|\\bT760VE\\b|\\bT720HD\\b|\\bP76\\b|\\bP73\\b|\\bP71\\b|\\bP72\\b|\\bT720SE\\b|\\bC520Ti\\b|\\bT760\\b|\\bT720VE\\b|T720-3GE|T720-WiFi","JaytechTablet":"TPC-PA762","BlaupunktTablet":"Endeavour 800NG|Endeavour 1010","DigmaTablet":"\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b","EvolioTablet":"ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b","LavaTablet":"QPAD E704|\\bIvoryS\\b|E-TAB IVORY","CelkonTablet":"CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b","MiTablet":"\\bMI PAD\\b|\\bHM NOTE 1W\\b","NibiruTablet":"Nibiru M1|Nibiru Jupiter One","NexoTablet":"NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI","UbislateTablet":"UbiSlate[\\s]?7C","PocketBookTablet":"Pocketbook","Hudl":"Hudl HT7S3","TelstraTablet":"T-Hub2","GenericTablet":"Android.*\\b97D\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\bA7EB\\b|CatNova8|A1_07|CT704|CT1002|\\bM721\\b|rk30sdk|\\bEVOTAB\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\\bM6pro\\b|CT1020W|arc 10HD|\\bJolla\\b"},"browsers":{"Chrome":"\\bCrMo\\b|CriOS|Android.*Chrome\/[.0-9]* (Mobile)?","Dolfin":"\\bDolfin\\b","Opera":"Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR\/[0-9.]+|Coast\/[0-9.]+","Skyfire":"Skyfire","IE":"IEMobile|MSIEMobile","Firefox":"fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile","Bolt":"bolt","TeaShark":"teashark","Blazer":"Blazer","Safari":"Version.*Mobile.*Safari|Safari.*Mobile|MobileSafari","Tizen":"Tizen","UCBrowser":"UC.*Browser|UCWEB","baiduboxapp":"baiduboxapp","baidubrowser":"baidubrowser","DiigoBrowser":"DiigoBrowser","Puffin":"Puffin","Mercury":"\\bMercury\\b","ObigoBrowser":"Obigo","NetFront":"NF-Browser","GenericBrowser":"NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger"},"os":{"AndroidOS":"Android","BlackBerryOS":"blackberry|\\bBB10\\b|rim tablet os","PalmOS":"PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino","SymbianOS":"Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\\bS60\\b","WindowsMobileOS":"Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window Mobile|Windows Phone [0-9.]+|WCE;","WindowsPhoneOS":"Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;","iOS":"\\biPhone.*Mobile|\\biPod|\\biPad","MeeGoOS":"MeeGo","MaemoOS":"Maemo","JavaOS":"J2ME\/|\\bMIDP\\b|\\bCLDC\\b","webOS":"webOS|hpwOS","badaOS":"\\bBada\\b","BREWOS":"BREW"},"utilities":{"DesktopMode":"WPDesktop","TV":"SonyDTV|HbbTV","WebKit":"(webkit)[ \/]([\\w.]+)","Bot":"Googlebot|YandexBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|facebookexternalhit","MobileBot":"Googlebot-Mobile|YahooSeeker\/M1A1-R2D2","Console":"\\b(Nintendo|Nintendo WiiU|Nintendo 3DS|PLAYSTATION|Xbox)\\b","Watch":"SM-V700"}}}
\ No newline at end of file
index 4b8c9fecb1e152585a585e78f6f63b396439b568..3a82c296904e972a6a5cfb61c467b8397ed905fc 100644 (file)
-<?php\r
-/**\r
- * Mobile Detect\r
- * $Id: Mobile_Detect.php 49 2012-06-06 20:46:30Z serbanghita@gmail.com $\r
- * \r
- * @usage      require_once 'Mobile_Detect.php';\r
- *             $detect = new Mobile_Detect();\r
- *             $detect->isMobile() or $detect->isTablet()\r
- * \r
- *             For more specific usage see the documentation navigate to:\r
- *             http://code.google.com/p/php-mobile-detect/wiki/Mobile_Detect\r
- * \r
- * @license    http://www.opensource.org/licenses/mit-license.php The MIT License\r
- */\r
-\r
-class Mobile_Detect {\r
-    \r
-    protected $detectionRules;\r
-    protected $userAgent = null;\r
-    protected $accept = null;\r
-    // Assume the visitor has a desktop environment.\r
-    protected $isMobile = false;\r
-    protected $isTablet = false;\r
-    protected $phoneDeviceName = null;\r
-    protected $tabletDevicename = null;\r
-    protected $operatingSystemName = null;\r
-    protected $userAgentName = null;\r
-    // List of mobile devices (phones)\r
-    protected $phoneDevices = array(     \r
-            'iPhone'        => '(iPhone.*Mobile|iPod|iTunes)',\r
-            'BlackBerry'    => 'BlackBerry|rim[0-9]+',\r
-            'HTC'           => 'HTC|HTC.*(6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT',\r
-            'Nexus'         => 'Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus',\r
-            'Dell'          => 'Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35',\r
-            'Motorola'      => '\bDroid\b.*Build|DROIDX|HRI39|MOT\-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT909|XT910|XT912|XT928',\r
-            'Samsung'       => 'Samsung|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9300 |GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-P6810|GT-P7100|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100',\r
-            'Sony'          => 'E10i|SonyEricsson|SonyEricssonLT15iv',\r
-            'Asus'          => 'Asus.*Galaxy',\r
-            'Palm'          => 'PalmSource|Palm', // avantgo|blazer|elaine|hiptop|plucker|xiino ; @todo - complete the regex.\r
-               'Vertu'         => 'Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature', // Just for fun ;)\r
-            'GenericPhone'  => '(mmp|pocket|psp|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|wap|nokia|Series40|Series60|S60|SonyEricsson|N900|PPC;|MAUI.*WAP.*Browser|LG-P500)'\r
-    );\r
-    // List of tablet devices.\r
-    protected $tabletDevices = array(\r
-        'BlackBerryTablet'  => 'PlayBook|RIM Tablet',\r
-        'iPad'              => 'iPad|iPad.*Mobile', // @todo: check for mobile friendly emails topic.\r
-        'Kindle'            => 'Kindle|Silk.*Accelerated',\r
-        'SamsungTablet'     => 'SAMSUNG.*Tablet|Galaxy.*Tab|GT-P1000|GT-P1010|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P1000|GT-P3100|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7300|GT-P7320|GT-P7500|GT-P7510|GT-P7511',\r
-        'HTCtablet'         => 'HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200',\r
-           'MotorolaTablet'    => 'xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617',\r
-        'AsusTablet'        => 'Transformer|TF101',\r
-        'NookTablet'        => 'NookColor|nook browser|BNTV250A|LogicPD Zoom2',\r
-        'AcerTablet'        => 'Android.*\b(A100|A101|A200|A500|A501|A510|W500|W500P|W501|W501P)\b',\r
-           'YarvikTablet'      => 'Android.*(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468)',\r
-        'GenericTablet'     => 'Tablet(?!.*PC)|ViewPad7|LG-V909|MID7015|BNTV250A|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b',\r
-    );\r
-    // List of mobile Operating Systems.\r
-    protected $operatingSystems = array(\r
-        'AndroidOS'         => '(android.*mobile|android(?!.*mobile))',\r
-        'BlackBerryOS'      => '(blackberry|rim tablet os)',\r
-        'PalmOS'            => '(avantgo|blazer|elaine|hiptop|palm|plucker|xiino)',\r
-        'SymbianOS'         => 'Symbian|SymbOS|Series60|Series40|\bS60\b',\r
-        'WindowsMobileOS'   => 'IEMobile|Windows Phone|Windows CE.*(PPC|Smartphone)|MSIEMobile|Window Mobile|XBLWP7',\r
-        'iOS'               => '(iphone|ipod|ipad)',\r
-        'FlashLiteOS'       => '',\r
-        'JavaOS'            => '',\r
-        'NokiaOS'           => '',\r
-        'webOS'             => '',\r
-        'badaOS'            => '\bBada\b',\r
-        'BREWOS'            => '',\r
-    );\r
-    // List of mobile User Agents.\r
-    protected $userAgents = array(      \r
-      'Chrome'          => '\bCrMo\b|Chrome\/[.0-9]* Mobile',\r
-      'Dolfin'          => '\bDolfin\b',\r
-      'Opera'           => 'Opera.*Mini|Opera.*Mobi|Android.*Opera',\r
-      'Skyfire'         => 'skyfire',\r
-      'IE'              => 'IEMobile|MSIEMobile',\r
-      'Firefox'         => 'fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile',\r
-      'Bolt'            => 'bolt',\r
-      'TeaShark'        => 'teashark',\r
-      'Blazer'          => 'Blazer',\r
-      'Safari'          => 'Mobile.*Safari|Safari.*Mobile',\r
-      'Midori'          => 'midori',\r
-      'GenericBrowser'  => 'NokiaBrowser|OviBrowser|SEMC.*Browser'\r
-    );\r
-    \r
-    function __construct(){\r
-        \r
-        // Merge all rules together.\r
-        $this->detectionRules = array_merge(\r
-                                            $this->phoneDevices, \r
-                                            $this->tabletDevices, \r
-                                            $this->operatingSystems, \r
-                                            $this->userAgents\r
-                                            );\r
-        $this->userAgent    = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : null;\r
-        $this->accept       = isset($_SERVER['HTTP_ACCEPT']) ? $_SERVER['HTTP_ACCEPT'] : null;\r
-        \r
-        if (\r
-               isset($_SERVER['HTTP_X_WAP_PROFILE']) ||\r
-        isset($_SERVER['HTTP_X_WAP_CLIENTID']) ||\r
-        isset($_SERVER['HTTP_WAP_CONNECTION']) ||\r
-               isset($_SERVER['HTTP_PROFILE']) ||\r
-               isset($_SERVER['HTTP_X_OPERAMINI_PHONE_UA']) || // Reported by Nokia devices (eg. C3)\r
-        isset($_SERVER['HTTP_X_NOKIA_IPADDRESS']) ||\r
-        isset($_SERVER['HTTP_X_NOKIA_GATEWAY_ID']) ||\r
-        isset($_SERVER['HTTP_X_ORANGE_ID']) ||\r
-        isset($_SERVER['HTTP_X_VODAFONE_3GPDPCONTEXT']) ||\r
-        isset($_SERVER['HTTP_X_HUAWEI_USERID']) ||\r
-        isset($_SERVER['HTTP_UA_OS']) || // Reported by Windows Smartphones\r
-        (isset($_SERVER['HTTP_UA_CPU']) && $_SERVER['HTTP_UA_CPU'] == 'ARM') // Seen this on a HTC\r
-               ) {\r
-                $this->isMobile = true;\r
-        } elseif (!empty($this->accept) && (strpos($this->accept, 'text/vnd.wap.wml') !== false || strpos($this->accept, 'application/vnd.wap.xhtml+xml') !== false)) {\r
-                $this->isMobile = true;\r
-        } else {\r
-                $this->_detect();\r
-        }        \r
-        \r
-    }\r
-       \r
-    public function getRules()\r
-    {\r
-        return $this->detectionRules;\r
-    }\r
-    \r
-    /**\r
-     * Magic overloading method.\r
-     * \r
-     * @method boolean is[...]()\r
-     * @param string $name\r
-     * @param array $arguments\r
-     * @return mixed \r
-     */\r
-    public function __call($name, $arguments)\r
-    {\r
-                \r
-        $key = substr($name, 2);\r
-        return $this->_detect($key);\r
-        \r
-    }\r
-    \r
-    /**\r
-     * Private method that does the detection of the \r
-     * mobile devices.\r
-     * \r
-     * @param string $key\r
-     * @return boolean|null \r
-     */\r
-    private function _detect($key='')\r
-    {\r
-\r
-        if(empty($key)){ \r
-\r
-            // Begin general search.\r
-            foreach($this->detectionRules as $_regex){\r
-                if(empty($_regex)){ continue; }\r
-                if(preg_match('/'.$_regex.'/is', $this->userAgent)){\r
-                    $this->isMobile = true;\r
-                    return true;\r
-                } \r
-            }\r
-            return false;\r
-\r
-        } else {\r
-            \r
-            // Search for a certain key.\r
-            // Make the keys lowecase so we can match: isIphone(), isiPhone(), isiphone(), etc.\r
-            $key = strtolower($key);\r
-            $_rules = array_change_key_case($this->detectionRules);\r
-            \r
-            if(array_key_exists($key, $_rules)){\r
-                if(empty($_rules[$key])){ return null; }\r
-                if(preg_match('/'.$_rules[$key].'/is', $this->userAgent)){\r
-                    $this->isMobile = true;\r
-                    return true;\r
-                } else {\r
-                    return false;\r
-                }           \r
-            } else {\r
-                trigger_error("Method $key is not defined", E_USER_WARNING);\r
-            }\r
-            \r
-            return false;\r
-\r
-        }\r
-\r
-    }\r
-        \r
-    /**\r
-    * Check if the device is mobile.\r
-    * Returns true if any type of mobile device detected, including special ones\r
-    * @return bool\r
-    */\r
-    public function isMobile()\r
-    {\r
-           return $this->isMobile;\r
-    } \r
-    \r
-    /**\r
-    * Check if the device is a tablet.\r
-    * Return true if any type of tablet device is detected.\r
-    * @return boolean \r
-    */\r
-    public function isTablet()\r
-    {\r
-\r
-       foreach($this->tabletDevices as $_regex){\r
-           if(preg_match('/'.$_regex.'/is', $this->userAgent)){\r
-               $this->isTablet = true;\r
-               return true;\r
-           }\r
-       }\r
-\r
-       return false;        \r
-\r
-    }\r
-    \r
-    \r
-}
\ No newline at end of file
+<?php
+/**
+ * Mobile Detect Library
+ * =====================
+ *
+ * Motto: "Every business should have a mobile detection script to detect mobile readers"
+ *
+ * Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets).
+ * It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
+ *
+ * @author      Current authors: Serban Ghita <serbanghita@gmail.com>
+ *                               Nick Ilyin <nick.ilyin@gmail.com>
+ *
+ *              Original author: Victor Stanciu <vic.stanciu@gmail.com>
+ *
+ * @license     Code and contributions have 'MIT License'
+ *              More details: https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
+ *
+ * @link        Homepage:     http://mobiledetect.net
+ *              GitHub Repo:  https://github.com/serbanghita/Mobile-Detect
+ *              Google Code:  http://code.google.com/p/php-mobile-detect/
+ *              README:       https://github.com/serbanghita/Mobile-Detect/blob/master/README.md
+ *              HOWTO:        https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples
+ *
+ * @version     2.8.11
+ */
+
+class Mobile_Detect
+{
+    /**
+     * Mobile detection type.
+     *
+     * @deprecated since version 2.6.9
+     */
+    const DETECTION_TYPE_MOBILE     = 'mobile';
+
+    /**
+     * Extended detection type.
+     *
+     * @deprecated since version 2.6.9
+     */
+    const DETECTION_TYPE_EXTENDED   = 'extended';
+
+    /**
+     * A frequently used regular expression to extract version #s.
+     *
+     * @deprecated since version 2.6.9
+     */
+    const VER                       = '([\w._\+]+)';
+
+    /**
+     * Top-level device.
+     */
+    const MOBILE_GRADE_A            = 'A';
+
+    /**
+     * Mid-level device.
+     */
+    const MOBILE_GRADE_B            = 'B';
+
+    /**
+     * Low-level device.
+     */
+    const MOBILE_GRADE_C            = 'C';
+
+    /**
+     * Stores the version number of the current release.
+     */
+    const VERSION                   = '2.8.11';
+
+    /**
+     * A type for the version() method indicating a string return value.
+     */
+    const VERSION_TYPE_STRING       = 'text';
+
+    /**
+     * A type for the version() method indicating a float return value.
+     */
+    const VERSION_TYPE_FLOAT        = 'float';
+
+    /**
+     * The User-Agent HTTP header is stored in here.
+     * @var string
+     */
+    protected $userAgent = null;
+
+    /**
+     * HTTP headers in the PHP-flavor. So HTTP_USER_AGENT and SERVER_SOFTWARE.
+     * @var array
+     */
+    protected $httpHeaders = array();
+
+    /**
+     * The matching Regex.
+     * This is good for debug.
+     * @var string
+     */
+    protected $matchingRegex = null;
+
+    /**
+     * The matches extracted from the regex expression.
+     * This is good for debug.
+     * @var string
+     */
+    protected $matchesArray = null;
+
+    /**
+     * The detection type, using self::DETECTION_TYPE_MOBILE or self::DETECTION_TYPE_EXTENDED.
+     *
+     * @deprecated since version 2.6.9
+     *
+     * @var string
+     */
+    protected $detectionType = self::DETECTION_TYPE_MOBILE;
+
+    /**
+     * HTTP headers that trigger the 'isMobile' detection
+     * to be true.
+     *
+     * @var array
+     */
+    protected static $mobileHeaders = array(
+
+            'HTTP_ACCEPT'                  => array('matches' => array(
+                                                                        // Opera Mini; @reference: http://dev.opera.com/articles/view/opera-binary-markup-language/
+                                                                        'application/x-obml2d',
+                                                                        // BlackBerry devices.
+                                                                        'application/vnd.rim.html',
+                                                                        'text/vnd.wap.wml',
+                                                                        'application/vnd.wap.xhtml+xml'
+                                            )),
+            'HTTP_X_WAP_PROFILE'           => null,
+            'HTTP_X_WAP_CLIENTID'          => null,
+            'HTTP_WAP_CONNECTION'          => null,
+            'HTTP_PROFILE'                 => null,
+            // Reported by Opera on Nokia devices (eg. C3).
+            'HTTP_X_OPERAMINI_PHONE_UA'    => null,
+            'HTTP_X_NOKIA_GATEWAY_ID'      => null,
+            'HTTP_X_ORANGE_ID'             => null,
+            'HTTP_X_VODAFONE_3GPDPCONTEXT' => null,
+            'HTTP_X_HUAWEI_USERID'         => null,
+            // Reported by Windows Smartphones.
+            'HTTP_UA_OS'                   => null,
+            // Reported by Verizon, Vodafone proxy system.
+            'HTTP_X_MOBILE_GATEWAY'        => null,
+            // Seen this on HTC Sensation. SensationXE_Beats_Z715e.
+            'HTTP_X_ATT_DEVICEID'          => null,
+            // Seen this on a HTC.
+            'HTTP_UA_CPU'                  => array('matches' => array('ARM')),
+    );
+
+    /**
+     * List of mobile devices (phones).
+     *
+     * @var array
+     */
+    protected static $phoneDevices = array(
+        'iPhone'        => '\biPhone\b|\biPod\b', // |\biTunes
+        'BlackBerry'    => 'BlackBerry|\bBB10\b|rim[0-9]+',
+        'HTC'           => 'HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\bEVO\b|T-Mobile G1|Z520m',
+        'Nexus'         => 'Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6',
+        // @todo: Is 'Dell Streak' a tablet or a phone? ;)
+        'Dell'          => 'Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35|\b001DL\b|\b101DL\b|\bGS01\b',
+        'Motorola'      => 'Motorola|DROIDX|DROID BIONIC|\bDroid\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925',
+        'Samsung'       => 'Samsung|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750',
+        'LG'            => '\bLG\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802)',
+        'Sony'          => 'SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533',
+        'Asus'          => 'Asus.*Galaxy|PadFone.*Mobile',
+        // http://www.micromaxinfo.com/mobiles/smartphones
+        // Added because the codes might conflict with Acer Tablets.
+        'Micromax'      => 'Micromax.*\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\b',
+        // @todo Complete the regex.
+        'Palm'          => 'PalmSource|Palm', // avantgo|blazer|elaine|hiptop|plucker|xiino ;
+        'Vertu'         => 'Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature', // Just for fun ;)
+        // http://www.pantech.co.kr/en/prod/prodList.do?gbrand=VEGA (PANTECH)
+        // Most of the VEGA devices are legacy. PANTECH seem to be newer devices based on Android.
+        'Pantech'       => 'PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790',
+        // http://www.fly-phone.com/devices/smartphones/ ; Included only smartphones.
+        'Fly'           => 'IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250',
+       'iMobile'        => 'i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)',
+        // Added simvalley mobile just for fun. They have some interesting devices.
+        // http://www.simvalley.fr/telephonie---gps-_22_telephonie-mobile_telephones_.html
+        'SimValley'     => '\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\b',
+         // Wolfgang - a brand that is sold by Aldi supermarkets.
+         // http://www.wolfgangmobile.com/
+        'Wolfgang'      => 'AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q',
+        'Alcatel'       => 'Alcatel',
+        'Nintendo' => 'Nintendo 3DS',
+        // http://en.wikipedia.org/wiki/Amoi
+        'Amoi'          => 'Amoi',
+        // http://en.wikipedia.org/wiki/INQ
+        'INQ'           => 'INQ',
+        // @Tapatalk is a mobile app; http://support.tapatalk.com/threads/smf-2-0-2-os-and-browser-detection-plugin-and-tapatalk.15565/#post-79039
+        'GenericPhone'  => 'Tapatalk|PDA;|SAGEM|\bmmp\b|pocket|\bpsp\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\bwap\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser',
+    );
+
+    /**
+     * List of tablet devices.
+     *
+     * @var array
+     */
+    protected static $tabletDevices = array(
+        'iPad'              => 'iPad|iPad.*Mobile', // @todo: check for mobile friendly emails topic.
+        'NexusTablet'       => 'Android.*Nexus[\s]+(7|9|10)|^.*Android.*Nexus(?:(?!Mobile).)*$',
+        'SamsungTablet'     => 'SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-I9205|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T707A|SM-T807A|SM-T237P|SM-T807P|SM-P607T|SM-T217T|SM-T337T', // SCH-P709|SCH-P729|SM-T2558 - Samsung Mega - treat them like a regular phone.
+        // http://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html
+        'Kindle'            => 'Kindle|Silk.*Accelerated|Android.*\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI)\b',
+        // Only the Surface tablets with Windows RT are considered mobile.
+        // http://msdn.microsoft.com/en-us/library/ie/hh920767(v=vs.85).aspx
+        'SurfaceTablet'     => 'Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)',
+        // http://shopping1.hp.com/is-bin/INTERSHOP.enfinity/WFS/WW-USSMBPublicStore-Site/en_US/-/USD/ViewStandardCatalog-Browse?CatalogCategoryID=JfIQ7EN5lqMAAAEyDcJUDwMT
+        'HPTablet'          => 'HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10',
+        // Watch out for PadFone, see #132.
+        // http://www.asus.com/de/Tablets_Mobile/Memo_Pad_Products/
+        'AsusTablet'        => '^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\bK00F\b|\bK00C\b|\bK00E\b|\bK00L\b|TX201LA|ME176C|ME102A|\bM80TA\b|ME372CL|ME560CG|ME372CG',
+        'BlackBerryTablet'  => 'PlayBook|RIM Tablet',
+        'HTCtablet'         => 'HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410',
+        'MotorolaTablet'    => 'xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617',
+        'NookTablet'        => 'Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2',
+        // http://www.acer.ro/ac/ro/RO/content/drivers
+        // http://www.packardbell.co.uk/pb/en/GB/content/download (Packard Bell is part of Acer)
+        // http://us.acer.com/ac/en/US/content/group/tablets
+        // http://www.acer.de/ac/de/DE/content/models/tablets/
+        // Can conflict with Micromax and Motorola phones codes.
+        'AcerTablet'        => 'Android.*; \b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\b|W3-810|\bA3-A10\b',
+        // http://eu.computers.toshiba-europe.com/innovation/family/Tablets/1098744/banner_id/tablet_footerlink/
+        // http://us.toshiba.com/tablets/tablet-finder
+        // http://www.toshiba.co.jp/regza/tablet/
+        'ToshibaTablet'     => 'Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO',
+        // http://www.nttdocomo.co.jp/english/service/developer/smart_phone/technical_info/spec/index.html
+        // http://www.lg.com/us/tablets
+        'LGTablet'          => '\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\b',
+        'FujitsuTablet'     => 'Android.*\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\b',
+        // Prestigio Tablets http://www.prestigio.com/support
+        'PrestigioTablet'   => 'PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD',
+        // http://support.lenovo.com/en_GB/downloads/default.page?#
+        'LenovoTablet'      => 'Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)',
+        // http://www.dell.com/support/home/us/en/04/Products/tab_mob/tablets
+        'DellTablet'        => 'Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7',
+        // http://www.yarvik.com/en/matrix/tablets/
+        'YarvikTablet'      => 'Android.*\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\b',
+        'MedionTablet'      => 'Android.*\bOYO\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB',
+        'ArnovaTablet'      => 'AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2',
+        // http://www.intenso.de/kategorie_en.php?kategorie=33
+        // @todo: http://www.nbhkdz.com/read/b8e64202f92a2df129126bff.html - investigate
+        'IntensoTablet'     => 'INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004',
+        // IRU.ru Tablets http://www.iru.ru/catalog/soho/planetable/
+        'IRUTablet'         => 'M702pro',
+        'MegafonTablet'     => 'MegaFon V9|\bZTE V9\b|Android.*\bMT7A\b',
+        // http://www.e-boda.ro/tablete-pc.html
+        'EbodaTablet'       => 'E-Boda (Supreme|Impresspeed|Izzycomm|Essential)',
+        // http://www.allview.ro/produse/droseries/lista-tablete-pc/
+        'AllViewTablet'           => 'Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)',
+        // http://wiki.archosfans.com/index.php?title=Main_Page
+        'ArchosTablet'      => '\b(101G9|80G9|A101IT)\b|Qilive 97R|Archos5|\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\b',
+        // http://www.ainol.com/plugin.php?identifier=ainol&module=product
+        'AinolTablet'       => 'NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark',
+        // @todo: inspect http://esupport.sony.com/US/p/select-system.pl?DIRECTOR=DRIVER
+        // Readers http://www.atsuhiro-me.net/ebook/sony-reader/sony-reader-web-browser
+        // http://www.sony.jp/support/tablet/
+        'SonyTablet'        => 'Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551',
+        // http://www.support.philips.com/support/catalog/worldproducts.jsp?userLanguage=en&userCountry=cn&categoryid=3G_LTE_TABLET_SU_CN_CARE&title=3G%20tablets%20/%20LTE%20range&_dyncharset=UTF-8
+        'PhilipsTablet'     => '\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\b',
+        // db + http://www.cube-tablet.com/buy-products.html
+        'CubeTablet'        => 'Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT',
+        // http://www.cobyusa.com/?p=pcat&pcat_id=3001
+        'CobyTablet'        => 'MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010',
+        // http://www.match.net.cn/products.asp
+        'MIDTablet'         => 'M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733',
+        // http://www.msi.com/support
+        // @todo Research the Windows Tablets.
+        'MSITablet' => 'MSI \b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\b',
+        // @todo http://www.kyoceramobile.com/support/drivers/
+    //    'KyoceraTablet' => null,
+        // @todo http://intexuae.com/index.php/category/mobile-devices/tablets-products/
+    //    'IntextTablet' => null,
+        // http://pdadb.net/index.php?m=pdalist&list=SMiT (NoName Chinese Tablets)
+        // http://www.imp3.net/14/show.php?itemid=20454
+        'SMiTTablet'        => 'Android.*(\bMID\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)',
+        // http://www.rock-chips.com/index.php?do=prod&pid=2
+        'RockChipTablet'    => 'Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A',
+        // http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
+        'FlyTablet'         => 'IQ310|Fly Vision',
+        // http://www.bqreaders.com/gb/tablets-prices-sale.html
+        'bqTablet'          => 'bq.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant)|Maxwell.*Lite|Maxwell.*Plus',
+        // http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
+        // http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
+        'HuaweiTablet'      => 'MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',
+        // Nec or Medias Tab
+        'NecTablet'         => '\bN-06D|\bN-08D',
+        // Pantech Tablets: http://www.pantechusa.com/phones/
+        'PantechTablet'     => 'Pantech.*P4100',
+        // Broncho Tablets: http://www.broncho.cn/ (hard to find)
+        'BronchoTablet'     => 'Broncho.*(N701|N708|N802|a710)',
+        // http://versusuk.com/support.html
+        'VersusTablet'      => 'TOUCHPAD.*[78910]|\bTOUCHTAB\b',
+        // http://www.zync.in/index.php/our-products/tablet-phablets
+        'ZyncTablet'        => 'z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900',
+        // http://www.positivoinformatica.com.br/www/pessoal/tablet-ypy/
+        'PositivoTablet'    => 'TB07STA|TB10STA|TB07FTA|TB10FTA',
+        // https://www.nabitablet.com/
+        'NabiTablet'        => 'Android.*\bNabi',
+        'KoboTablet'        => 'Kobo Touch|\bK080\b|\bVox\b Build|\bArc\b Build',
+        // French Danew Tablets http://www.danew.com/produits-tablette.php
+        'DanewTablet'       => 'DSlide.*\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\b',
+        // Texet Tablets and Readers http://www.texet.ru/tablet/
+        'TexetTablet'       => 'NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE',
+        // Avoid detecting 'PLAYSTATION 3' as mobile.
+        'PlaystationTablet' => 'Playstation.*(Portable|Vita)',
+        // http://www.trekstor.de/surftabs.html
+        'TrekstorTablet'    => 'ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab',
+        // http://www.pyleaudio.com/Products.aspx?%2fproducts%2fPersonal-Electronics%2fTablets
+        'PyleAudioTablet'   => '\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\b',
+        // http://www.advandigital.com/index.php?link=content-product&jns=JP001
+        // because of the short codenames we have to include whitespaces to reduce the possible conflicts.
+        'AdvanTablet'       => 'Android.* \b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\b ',
+        // http://www.danytech.com/category/tablet-pc
+        'DanyTechTablet' => 'Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1',
+        // http://www.galapad.net/product.html
+        'GalapadTablet'     => 'Android.*\bG1\b',
+        // http://www.micromaxinfo.com/tablet/funbook
+        'MicromaxTablet'    => 'Funbook|Micromax.*\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\b',
+        // http://www.karbonnmobiles.com/products_tablet.php
+        'KarbonnTablet'     => 'Android.*\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\b',
+        // http://www.myallfine.com/Products.asp
+        'AllFineTablet'     => 'Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide',
+        // http://www.proscanvideo.com/products-search.asp?itemClass=TABLET&itemnmbr=
+        'PROSCANTablet'     => '\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\b',
+        // http://www.yonesnav.com/products/products.php
+        'YONESTablet' => 'BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026',
+        // http://www.cjshowroom.com/eproducts.aspx?classcode=004001001
+        // China manufacturer makes tablets for different small brands (eg. http://www.zeepad.net/index.html)
+        'ChangJiaTablet'    => 'TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503',
+        // http://www.gloryunion.cn/products.asp
+        // http://www.allwinnertech.com/en/apply/mobile.html
+        // http://www.ptcl.com.pk/pd_content.php?pd_id=284 (EVOTAB)
+        // @todo: Softwiner tablets?
+        // aka. Cute or Cool tablets. Not sure yet, must research to avoid collisions.
+        'GUTablet'          => 'TX-A1301|TX-M9002|Q702|kf026', // A12R|D75A|D77|D79|R83|A95|A106C|R15|A75|A76|D71|D72|R71|R73|R77|D82|R85|D92|A97|D92|R91|A10F|A77F|W71F|A78F|W78F|W81F|A97F|W91F|W97F|R16G|C72|C73E|K72|K73|R96G
+        // http://www.pointofview-online.com/showroom.php?shop_mode=product_listing&category_id=118
+        'PointOfViewTablet' => 'TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10',
+        // http://www.overmax.pl/pl/katalog-produktow,p8/tablety,c14/
+        // @todo: add more tests.
+        'OvermaxTablet'     => 'OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)',
+        // http://hclmetablet.com/India/index.php
+        'HCLTablet'         => 'HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync',
+        // http://www.edigital.hu/Tablet_es_e-book_olvaso/Tablet-c18385.html
+        'DPSTablet'         => 'DPS Dream 9|DPS Dual 7',
+        // http://www.visture.com/index.asp
+        'VistureTablet'     => 'V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10',
+        // http://www.mijncresta.nl/tablet
+        'CrestaTablet'     => 'CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989',
+        // MediaTek - http://www.mediatek.com/_en/01_products/02_proSys.php?cata_sn=1&cata1_sn=1&cata2_sn=309
+        'MediatekTablet' => '\bMT8125|MT8389|MT8135|MT8377\b',
+        // Concorde tab
+        'ConcordeTablet' => 'Concorde([ ]+)?Tab|ConCorde ReadMan',
+        // GoClever Tablets - http://www.goclever.com/uk/products,c1/tablet,c5/
+        'GoCleverTablet' => 'GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042',
+        // Modecom Tablets - http://www.modecom.eu/tablets/portal/
+        'ModecomTablet' => 'FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003',
+        // Vonino Tablets - http://www.vonino.eu/tablets
+        'VoninoTablet'  => '\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\bQ8\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\b',
+        // ECS Tablets - http://www.ecs.com.tw/ECSWebSite/Product/Product_Tablet_List.aspx?CategoryID=14&MenuID=107&childid=M_107&LanID=0
+        'ECSTablet'     => 'V07OT2|TM105A|S10OT1|TR10CS1',
+        // Storex Tablets - http://storex.fr/espace_client/support.html
+        // @note: no need to add all the tablet codes since they are guided by the first regex.
+        'StorexTablet'  => 'eZee[_\']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab',
+        // Generic Vodafone tablets.
+        'VodafoneTablet' => 'SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7',
+        // French tablets - Essentiel B http://www.boulanger.fr/tablette_tactile_e-book/tablette_tactile_essentiel_b/cl_68908.htm?multiChoiceToDelete=brand&mc_brand=essentielb
+        // Aka: http://www.essentielb.fr/
+        'EssentielBTablet' => 'Smart[ \']?TAB[ ]+?[0-9]+|Family[ \']?TAB2',
+        // Ross & Moor - http://ross-moor.ru/
+        'RossMoorTablet' => 'RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711',
+        // i-mobile http://product.i-mobilephone.com/Mobile_Device
+        'iMobileTablet'        => 'i-mobile i-note',
+        // http://www.tolino.de/de/vergleichen/
+        'TolinoTablet'  => 'tolino tab [0-9.]+|tolino shine',
+        // AudioSonic - a Kmart brand
+        // http://www.kmart.com.au/webapp/wcs/stores/servlet/Search?langId=-1&storeId=10701&catalogId=10001&categoryId=193001&pageSize=72&currentPage=1&searchCategory=193001%2b4294965664&sortBy=p_MaxPrice%7c1
+        'AudioSonicTablet' => '\bC-22Q|T7-QC|T-17B|T-17P\b',
+        // AMPE Tablets - http://www.ampe.com.my/product-category/tablets/
+        // @todo: add them gradually to avoid conflicts.
+        'AMPETablet' => 'Android.* A78 ',
+        // Skk Mobile - http://skkmobile.com.ph/product_tablets.php
+        'SkkTablet' => 'Android.* (SKYPAD|PHOENIX|CYCLOPS)',
+        // Tecno Mobile (only tablet) - http://www.tecno-mobile.com/index.php/product?filterby=smart&list_order=all&page=1
+        'TecnoTablet' => 'TECNO P9',
+        // JXD (consoles & tablets) - http://jxd.hk/products.asp?selectclassid=009008&clsid=3
+        'JXDTablet' => 'Android.*\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\b',
+        // i-Joy tablets - http://www.i-joy.es/en/cat/products/tablets/
+        'iJoyTablet' => 'Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)',
+        // http://www.intracon.eu/tablet
+        'FX2Tablet' => 'FX2 PAD7|FX2 PAD10',
+        // http://www.xoro.de/produkte/
+        // @note: Might be the same brand with 'Simply tablets'
+        'XoroTablet'        => 'KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151',
+        // http://www1.viewsonic.com/products/computing/tablets/
+        'ViewsonicTablet'   => 'ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a',
+        // http://www.odys.de/web/internet-tablet_en.html
+        'OdysTablet'        => 'LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\bXELIO\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10',
+        // http://www.captiva-power.de/products.html#tablets-en
+        'CaptivaTablet'     => 'CAPTIVA PAD',
+        // IconBIT - http://www.iconbit.com/products/tablets/
+        'IconbitTablet' => 'NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S',
+        // http://www.teclast.com/topic.php?channelID=70&topicID=140&pid=63
+        'TeclastTablet' => 'T98 4G|\bP80\b|\bX90HD\b|X98 Air|X98 Air 3G|\bX89\b|P80 3G|\bX80h\b|P98 Air|\bX89HD\b|P98 3G|\bP90HD\b|P89 3G|X98 3G|\bP70h\b|P79HD 3G|G18d 3G|\bP79HD\b|\bP89s\b|\bA88\b|\bP10HD\b|\bP19HD\b|G18 3G|\bP78HD\b|\bA78\b|\bP75\b|G17s 3G|G17h 3G|\bP85t\b|\bP90\b|\bP11\b|\bP98t\b|\bP98HD\b|\bG18d\b|\bP85s\b|\bP11HD\b|\bP88s\b|\bA80HD\b|\bA80se\b|\bA10h\b|\bP89\b|\bP78s\b|\bG18\b|\bP85\b|\bA70h\b|\bA70\b|\bG17\b|\bP18\b|\bA80s\b|\bA11s\b|\bP88HD\b|\bA80h\b|\bP76s\b|\bP76h\b|\bP98\b|\bA10HD\b|\bP78\b|\bP88\b|\bA11\b|\bA10t\b|\bP76a\b|\bP76t\b|\bP76e\b|\bP85HD\b|\bP85a\b|\bP86\b|\bP75HD\b|\bP76v\b|\bA12\b|\bP75a\b|\bA15\b|\bP76Ti\b|\bP81HD\b|\bA10\b|\bT760VE\b|\bT720HD\b|\bP76\b|\bP73\b|\bP71\b|\bP72\b|\bT720SE\b|\bC520Ti\b|\bT760\b|\bT720VE\b|T720-3GE|T720-WiFi',
+        'JaytechTablet'     => 'TPC-PA762',
+        'BlaupunktTablet'   => 'Endeavour 800NG|Endeavour 1010',
+        // http://www.digma.ru/support/download/
+        // @todo: Ebooks also (if requested)
+        'DigmaTablet' => '\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\b',
+        // http://www.evolioshop.com/ro/tablete-pc.html
+        // http://www.evolio.ro/support/downloads_static.html?cat=2
+        // @todo: Research some more
+        'EvolioTablet' => 'ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\bEvotab\b|\bNeura\b',
+        // @todo http://www.lavamobiles.com/tablets-data-cards
+        'LavaTablet' => 'QPAD E704|\bIvoryS\b|E-TAB IVORY',
+        // https://www.celkonmobiles.com/?_a=categoryphones&sid=2
+        'CelkonTablet' => 'CT695|CT888|CT[\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\bCT-1\b',
+        // http://www.mi.com/en
+        'MiTablet' => '\bMI PAD\b|\bHM NOTE 1W\b',
+        // http://www.nbru.cn/index.html
+        'NibiruTablet' => 'Nibiru M1|Nibiru Jupiter One',
+        // http://navroad.com/products/produkty/tablety/
+        'NexoTablet' => 'NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI',
+        // http://www.datawind.com/ubislate/
+        'UbislateTablet' => 'UbiSlate[\s]?7C',
+        // http://www.pocketbook-int.com/ru/support
+        'PocketBookTablet' => 'Pocketbook',
+        // http://www.tesco.com/direct/hudl/
+        'Hudl'              => 'Hudl HT7S3',
+        // http://www.telstra.com.au/home-phone/thub-2/
+        'TelstraTablet'     => 'T-Hub2',
+        'GenericTablet'     => 'Android.*\b97D\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b|rk30sdk|\bEVOTAB\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\bM6pro\b|CT1020W|arc 10HD|\bJolla\b'
+    );
+
+    /**
+     * List of mobile Operating Systems.
+     *
+     * @var array
+     */
+    protected static $operatingSystems = array(
+        'AndroidOS'         => 'Android',
+        'BlackBerryOS'      => 'blackberry|\bBB10\b|rim tablet os',
+        'PalmOS'            => 'PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino',
+        'SymbianOS'         => 'Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b',
+        // @reference: http://en.wikipedia.org/wiki/Windows_Mobile
+        'WindowsMobileOS'   => 'Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window Mobile|Windows Phone [0-9.]+|WCE;',
+        // @reference: http://en.wikipedia.org/wiki/Windows_Phone
+        // http://wifeng.cn/?r=blog&a=view&id=106
+        // http://nicksnettravels.builttoroam.com/post/2011/01/10/Bogus-Windows-Phone-7-User-Agent-String.aspx
+        // http://msdn.microsoft.com/library/ms537503.aspx
+        'WindowsPhoneOS'   => 'Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;',
+        'iOS'               => '\biPhone.*Mobile|\biPod|\biPad',
+        // http://en.wikipedia.org/wiki/MeeGo
+        // @todo: research MeeGo in UAs
+        'MeeGoOS'           => 'MeeGo',
+        // http://en.wikipedia.org/wiki/Maemo
+        // @todo: research Maemo in UAs
+        'MaemoOS'           => 'Maemo',
+        'JavaOS'            => 'J2ME/|\bMIDP\b|\bCLDC\b', // '|Java/' produces bug #135
+        'webOS'             => 'webOS|hpwOS',
+        'badaOS'            => '\bBada\b',
+        'BREWOS'            => 'BREW',
+    );
+
+    /**
+     * List of mobile User Agents.
+     *
+     * @var array
+     */
+    protected static $browsers = array(
+        // @reference: https://developers.google.com/chrome/mobile/docs/user-agent
+        'Chrome'          => '\bCrMo\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?',
+        'Dolfin'          => '\bDolfin\b',
+        'Opera'           => 'Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+|Coast/[0-9.]+',
+        'Skyfire'         => 'Skyfire',
+        'IE'              => 'IEMobile|MSIEMobile', // |Trident/[.0-9]+
+        'Firefox'         => 'fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile',
+        'Bolt'            => 'bolt',
+        'TeaShark'        => 'teashark',
+        'Blazer'          => 'Blazer',
+        // @reference: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/OptimizingforSafarioniPhone.html#//apple_ref/doc/uid/TP40006517-SW3
+        'Safari'          => 'Version.*Mobile.*Safari|Safari.*Mobile|MobileSafari',
+        // http://en.wikipedia.org/wiki/Midori_(web_browser)
+        //'Midori'          => 'midori',
+        'Tizen'           => 'Tizen',
+        'UCBrowser'       => 'UC.*Browser|UCWEB',
+        'baiduboxapp'     => 'baiduboxapp',
+        'baidubrowser'    => 'baidubrowser',
+        // https://github.com/serbanghita/Mobile-Detect/issues/7
+        'DiigoBrowser'    => 'DiigoBrowser',
+        // http://www.puffinbrowser.com/index.php
+        'Puffin'            => 'Puffin',
+        // http://mercury-browser.com/index.html
+        'Mercury'          => '\bMercury\b',
+        // http://en.wikipedia.org/wiki/Obigo_Browser
+        'ObigoBrowser' => 'Obigo',
+        // http://en.wikipedia.org/wiki/NetFront
+        'NetFront' => 'NF-Browser',
+        // @reference: http://en.wikipedia.org/wiki/Minimo
+        // http://en.wikipedia.org/wiki/Vision_Mobile_Browser
+        'GenericBrowser'  => 'NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger',
+    );
+
+    /**
+     * Utilities.
+     *
+     * @var array
+     */
+    protected static $utilities = array(
+        // Experimental. When a mobile device wants to switch to 'Desktop Mode'.
+        // http://scottcate.com/technology/windows-phone-8-ie10-desktop-or-mobile/
+        // https://github.com/serbanghita/Mobile-Detect/issues/57#issuecomment-15024011
+        'DesktopMode' => 'WPDesktop',
+        'TV'          => 'SonyDTV|HbbTV', // experimental
+        'WebKit'      => '(webkit)[ /]([\w.]+)',
+        'Bot'         => 'Googlebot|YandexBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|facebookexternalhit',
+        'MobileBot'   => 'Googlebot-Mobile|YahooSeeker/M1A1-R2D2',
+        // @todo: Include JXD consoles.
+        'Console'     => '\b(Nintendo|Nintendo WiiU|Nintendo 3DS|PLAYSTATION|Xbox)\b',
+        'Watch'       => 'SM-V700',
+    );
+
+    /**
+     * All possible HTTP headers that represent the
+     * User-Agent string.
+     *
+     * @var array
+     */
+    protected static $uaHttpHeaders = array(
+        // The default User-Agent string.
+        'HTTP_USER_AGENT',
+        // Header can occur on devices using Opera Mini.
+        'HTTP_X_OPERAMINI_PHONE_UA',
+        // Vodafone specific header: http://www.seoprinciple.com/mobile-web-community-still-angry-at-vodafone/24/
+        'HTTP_X_DEVICE_USER_AGENT',
+        'HTTP_X_ORIGINAL_USER_AGENT',
+        'HTTP_X_SKYFIRE_PHONE',
+        'HTTP_X_BOLT_PHONE_UA',
+        'HTTP_DEVICE_STOCK_UA',
+        'HTTP_X_UCBROWSER_DEVICE_UA'
+    );
+
+    /**
+     * The individual segments that could exist in a User-Agent string. VER refers to the regular
+     * expression defined in the constant self::VER.
+     *
+     * @var array
+     */
+    protected static $properties = array(
+
+        // Build
+        'Mobile'        => 'Mobile/[VER]',
+        'Build'         => 'Build/[VER]',
+        'Version'       => 'Version/[VER]',
+        'VendorID'      => 'VendorID/[VER]',
+
+        // Devices
+        'iPad'          => 'iPad.*CPU[a-z ]+[VER]',
+        'iPhone'        => 'iPhone.*CPU[a-z ]+[VER]',
+        'iPod'          => 'iPod.*CPU[a-z ]+[VER]',
+        //'BlackBerry'    => array('BlackBerry[VER]', 'BlackBerry [VER];'),
+        'Kindle'        => 'Kindle/[VER]',
+
+        // Browser
+        'Chrome'        => array('Chrome/[VER]', 'CriOS/[VER]', 'CrMo/[VER]'),
+        'Coast'         => array('Coast/[VER]'),
+        'Dolfin'        => 'Dolfin/[VER]',
+        // @reference: https://developer.mozilla.org/en-US/docs/User_Agent_Strings_Reference
+        'Firefox'       => 'Firefox/[VER]',
+        'Fennec'        => 'Fennec/[VER]',
+        // @reference: http://msdn.microsoft.com/en-us/library/ms537503(v=vs.85).aspx
+        'IE'      => array('IEMobile/[VER];', 'IEMobile [VER]', 'MSIE [VER];'),
+        // http://en.wikipedia.org/wiki/NetFront
+        'NetFront'      => 'NetFront/[VER]',
+        'NokiaBrowser'  => 'NokiaBrowser/[VER]',
+        'Opera'         => array( ' OPR/[VER]', 'Opera Mini/[VER]', 'Version/[VER]' ),
+        'Opera Mini'    => 'Opera Mini/[VER]',
+        'Opera Mobi'    => 'Version/[VER]',
+        'UC Browser'    => 'UC Browser[VER]',
+        'MQQBrowser'    => 'MQQBrowser/[VER]',
+        'MicroMessenger' => 'MicroMessenger/[VER]',
+        'baiduboxapp'   => 'baiduboxapp/[VER]',
+        'baidubrowser'  => 'baidubrowser/[VER]',
+        'Iron'          => 'Iron/[VER]',
+        // @note: Safari 7534.48.3 is actually Version 5.1.
+        // @note: On BlackBerry the Version is overwriten by the OS.
+        'Safari'        => array( 'Version/[VER]', 'Safari/[VER]' ),
+        'Skyfire'       => 'Skyfire/[VER]',
+        'Tizen'         => 'Tizen/[VER]',
+        'Webkit'        => 'webkit[ /][VER]',
+
+        // Engine
+        'Gecko'         => 'Gecko/[VER]',
+        'Trident'       => 'Trident/[VER]',
+        'Presto'        => 'Presto/[VER]',
+
+        // OS
+        'iOS'              => ' \bOS\b [VER] ',
+        'Android'          => 'Android [VER]',
+        'BlackBerry'       => array('BlackBerry[\w]+/[VER]', 'BlackBerry.*Version/[VER]', 'Version/[VER]'),
+        'BREW'             => 'BREW [VER]',
+        'Java'             => 'Java/[VER]',
+        // @reference: http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/08/29/introducing-the-ie9-on-windows-phone-mango-user-agent-string.aspx
+        // @reference: http://en.wikipedia.org/wiki/Windows_NT#Releases
+        'Windows Phone OS' => array( 'Windows Phone OS [VER]', 'Windows Phone [VER]'),
+        'Windows Phone'    => 'Windows Phone [VER]',
+        'Windows CE'       => 'Windows CE/[VER]',
+        // http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/6be392da-4d2f-41b4-8354-8dcee20c85cd
+        'Windows NT'       => 'Windows NT [VER]',
+        'Symbian'          => array('SymbianOS/[VER]', 'Symbian/[VER]'),
+        'webOS'            => array('webOS/[VER]', 'hpwOS/[VER];'),
+    );
+
+    /**
+     * Construct an instance of this class.
+     *
+     * @param array  $headers   Specify the headers as injection. Should be PHP _SERVER flavored.
+     *                          If left empty, will use the global _SERVER['HTTP_*'] vars instead.
+     * @param string $userAgent Inject the User-Agent header. If null, will use HTTP_USER_AGENT
+     *                          from the $headers array instead.
+     */
+    public function __construct(
+        array $headers = null,
+        $userAgent = null
+    ) {
+        $this->setHttpHeaders($headers);
+        $this->setUserAgent($userAgent);
+    }
+
+    /**
+     * Get the current script version.
+     * This is useful for the demo.php file,
+     * so people can check on what version they are testing
+     * for mobile devices.
+     *
+     * @return string The version number in semantic version format.
+     */
+    public static function getScriptVersion()
+    {
+        return self::VERSION;
+    }
+
+    /**
+     * Set the HTTP Headers. Must be PHP-flavored. This method will reset existing headers.
+     *
+     * @param array $httpHeaders The headers to set. If null, then using PHP's _SERVER to extract
+     *                           the headers. The default null is left for backwards compatibilty.
+     */
+    public function setHttpHeaders($httpHeaders = null)
+    {
+        //use global _SERVER if $httpHeaders aren't defined
+        if (!is_array($httpHeaders) || !count($httpHeaders)) {
+            $httpHeaders = $_SERVER;
+        }
+
+        //clear existing headers
+        $this->httpHeaders = array();
+
+        //Only save HTTP headers. In PHP land, that means only _SERVER vars that
+        //start with HTTP_.
+        foreach ($httpHeaders as $key => $value) {
+            if (substr($key,0,5) == 'HTTP_') {
+                $this->httpHeaders[$key] = $value;
+            }
+        }
+    }
+
+    /**
+     * Retrieves the HTTP headers.
+     *
+     * @return array
+     */
+    public function getHttpHeaders()
+    {
+        return $this->httpHeaders;
+    }
+
+    /**
+     * Retrieves a particular header. If it doesn't exist, no exception/error is caused.
+     * Simply null is returned.
+     *
+     * @param string $header The name of the header to retrieve. Can be HTTP compliant such as
+     *                       "User-Agent" or "X-Device-User-Agent" or can be php-esque with the
+     *                       all-caps, HTTP_ prefixed, underscore seperated awesomeness.
+     *
+     * @return string|null The value of the header.
+     */
+    public function getHttpHeader($header)
+    {
+        //are we using PHP-flavored headers?
+        if (strpos($header, '_') === false) {
+            $header = str_replace('-', '_', $header);
+            $header = strtoupper($header);
+        }
+
+        //test the alternate, too
+        $altHeader = 'HTTP_' . $header;
+
+        //Test both the regular and the HTTP_ prefix
+        if (isset($this->httpHeaders[$header])) {
+            return $this->httpHeaders[$header];
+        } elseif (isset($this->httpHeaders[$altHeader])) {
+            return $this->httpHeaders[$altHeader];
+        }
+
+        return null;
+    }
+
+    public function getMobileHeaders()
+    {
+        return self::$mobileHeaders;
+    }
+
+    /**
+     * Get all possible HTTP headers that
+     * can contain the User-Agent string.
+     *
+     * @return array List of HTTP headers.
+     */
+    public function getUaHttpHeaders()
+    {
+        return self::$uaHttpHeaders;
+    }
+
+    /**
+     * Set the User-Agent to be used.
+     *
+     * @param string $userAgent The user agent string to set.
+     *
+     * @return string|null
+     */
+    public function setUserAgent($userAgent = null)
+    {
+        if (!empty($userAgent)) {
+            return $this->userAgent = $userAgent;
+        } else {
+            $this->userAgent = null;
+            foreach ($this->getUaHttpHeaders() as $altHeader) {
+                if (!empty($this->httpHeaders[$altHeader])) { // @todo: should use getHttpHeader(), but it would be slow. (Serban)
+                    $this->userAgent .= $this->httpHeaders[$altHeader] . " ";
+                }
+            }
+
+            return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
+
+        }
+    }
+
+    /**
+     * Retrieve the User-Agent.
+     *
+     * @return string|null The user agent if it's set.
+     */
+    public function getUserAgent()
+    {
+        return $this->userAgent;
+    }
+
+    /**
+     * Set the detection type. Must be one of self::DETECTION_TYPE_MOBILE or
+     * self::DETECTION_TYPE_EXTENDED. Otherwise, nothing is set.
+     *
+     * @deprecated since version 2.6.9
+     *
+     * @param string $type The type. Must be a self::DETECTION_TYPE_* constant. The default
+     *                     parameter is null which will default to self::DETECTION_TYPE_MOBILE.
+     */
+    public function setDetectionType($type = null)
+    {
+        if ($type === null) {
+            $type = self::DETECTION_TYPE_MOBILE;
+        }
+
+        if ($type != self::DETECTION_TYPE_MOBILE && $type != self::DETECTION_TYPE_EXTENDED) {
+            return;
+        }
+
+        $this->detectionType = $type;
+    }
+
+    public function getMatchingRegex()
+    {
+        return $this->matchingRegex;
+    }
+
+    public function getMatchesArray()
+    {
+        return $this->matchesArray;
+    }
+
+    /**
+     * Retrieve the list of known phone devices.
+     *
+     * @return array List of phone devices.
+     */
+    public static function getPhoneDevices()
+    {
+        return self::$phoneDevices;
+    }
+
+    /**
+     * Retrieve the list of known tablet devices.
+     *
+     * @return array List of tablet devices.
+     */
+    public static function getTabletDevices()
+    {
+        return self::$tabletDevices;
+    }
+
+    /**
+     * Alias for getBrowsers() method.
+     *
+     * @return array List of user agents.
+     */
+    public static function getUserAgents()
+    {
+        return self::getBrowsers();
+    }
+
+    /**
+     * Retrieve the list of known browsers. Specifically, the user agents.
+     *
+     * @return array List of browsers / user agents.
+     */
+    public static function getBrowsers()
+    {
+        return self::$browsers;
+    }
+
+    /**
+     * Retrieve the list of known utilities.
+     *
+     * @return array List of utilities.
+     */
+    public static function getUtilities()
+    {
+        return self::$utilities;
+    }
+
+    /**
+     * Method gets the mobile detection rules. This method is used for the magic methods $detect->is*().
+     *
+     * @deprecated since version 2.6.9
+     *
+     * @return array All the rules (but not extended).
+     */
+    public static function getMobileDetectionRules()
+    {
+        static $rules;
+
+        if (!$rules) {
+            $rules = array_merge(
+                self::$phoneDevices,
+                self::$tabletDevices,
+                self::$operatingSystems,
+                self::$browsers
+            );
+        }
+
+        return $rules;
+
+    }
+
+    /**
+     * Method gets the mobile detection rules + utilities.
+     * The reason this is separate is because utilities rules
+     * don't necessary imply mobile. This method is used inside
+     * the new $detect->is('stuff') method.
+     *
+     * @deprecated since version 2.6.9
+     *
+     * @return array All the rules + extended.
+     */
+    public function getMobileDetectionRulesExtended()
+    {
+        static $rules;
+
+        if (!$rules) {
+            // Merge all rules together.
+            $rules = array_merge(
+                self::$phoneDevices,
+                self::$tabletDevices,
+                self::$operatingSystems,
+                self::$browsers,
+                self::$utilities
+            );
+        }
+
+        return $rules;
+    }
+
+    /**
+     * Retrieve the current set of rules.
+     *
+     * @deprecated since version 2.6.9
+     *
+     * @return array
+     */
+    public function getRules()
+    {
+        if ($this->detectionType == self::DETECTION_TYPE_EXTENDED) {
+            return self::getMobileDetectionRulesExtended();
+        } else {
+            return self::getMobileDetectionRules();
+        }
+    }
+
+    /**
+     * Retrieve the list of mobile operating systems.
+     *
+     * @return array The list of mobile operating systems.
+     */
+    public static function getOperatingSystems()
+    {
+        return self::$operatingSystems;
+    }
+
+    /**
+     * Check the HTTP headers for signs of mobile.
+     * This is the fastest mobile check possible; it's used
+     * inside isMobile() method.
+     *
+     * @return bool
+     */
+    public function checkHttpHeadersForMobile()
+    {
+
+        foreach ($this->getMobileHeaders() as $mobileHeader => $matchType) {
+            if ( isset($this->httpHeaders[$mobileHeader]) ) {
+                if ( is_array($matchType['matches']) ) {
+                    foreach ($matchType['matches'] as $_match) {
+                        if ( strpos($this->httpHeaders[$mobileHeader], $_match) !== false ) {
+                            return true;
+                        }
+                    }
+
+                    return false;
+                } else {
+                    return true;
+                }
+            }
+        }
+
+        return false;
+
+    }
+
+    /**
+     * Magic overloading method.
+     *
+     * @method boolean is[...]()
+     * @param  string                 $name
+     * @param  array                  $arguments
+     * @return mixed
+     * @throws BadMethodCallException when the method doesn't exist and doesn't start with 'is'
+     */
+    public function __call($name, $arguments)
+    {
+        //make sure the name starts with 'is', otherwise
+        if (substr($name, 0, 2) != 'is') {
+            throw new BadMethodCallException("No such method exists: $name");
+        }
+
+        $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
+
+        $key = substr($name, 2);
+
+        return $this->matchUAAgainstKey($key);
+    }
+
+    /**
+     * Find a detection rule that matches the current User-agent.
+     *
+     * @param null $userAgent deprecated
+     * @return boolean
+     */
+    protected function matchDetectionRulesAgainstUA($userAgent = null)
+    {
+        // Begin general search.
+        foreach ($this->getRules() as $_regex) {
+            if (empty($_regex)) {
+                continue;
+            }
+            if ($this->match($_regex, $userAgent)) {
+                return true;
+            }
+        }
+
+        return false;
+    }
+
+    /**
+     * Search for a certain key in the rules array.
+     * If the key is found the try to match the corresponding
+     * regex agains the User-Agent.
+     *
+     * @param string $key
+     * @param null $userAgent deprecated
+     * @return mixed
+     */
+    protected function matchUAAgainstKey($key, $userAgent = null)
+    {
+        // Make the keys lowercase so we can match: isIphone(), isiPhone(), isiphone(), etc.
+        $key = strtolower($key);
+
+        //change the keys to lower case
+        $_rules = array_change_key_case($this->getRules());
+
+        if (array_key_exists($key, $_rules)) {
+            if (empty($_rules[$key])) {
+                return null;
+            }
+
+            return $this->match($_rules[$key], $userAgent);
+        }
+
+        return false;
+    }
+
+    /**
+     * Check if the device is mobile.
+     * Returns true if any type of mobile device detected, including special ones
+     * @param null $userAgent deprecated
+     * @param null $httpHeaders deprecated
+     * @return bool
+     */
+    public function isMobile($userAgent = null, $httpHeaders = null)
+    {
+
+        if ($httpHeaders) {
+            $this->setHttpHeaders($httpHeaders);
+        }
+
+        if ($userAgent) {
+            $this->setUserAgent($userAgent);
+        }
+
+        $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
+
+        if ($this->checkHttpHeadersForMobile()) {
+            return true;
+        } else {
+            return $this->matchDetectionRulesAgainstUA();
+        }
+
+    }
+
+    /**
+     * Check if the device is a tablet.
+     * Return true if any type of tablet device is detected.
+     *
+     * @param  string $userAgent   deprecated
+     * @param  array  $httpHeaders deprecated
+     * @return bool
+     */
+    public function isTablet($userAgent = null, $httpHeaders = null)
+    {
+        $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
+
+        foreach (self::$tabletDevices as $_regex) {
+            if ($this->match($_regex, $userAgent)) {
+                return true;
+            }
+        }
+
+        return false;
+    }
+
+    /**
+     * This method checks for a certain property in the
+     * userAgent.
+     * @todo: The httpHeaders part is not yet used.
+     *
+     * @param string $key
+     * @param string        $userAgent   deprecated
+     * @param string        $httpHeaders deprecated
+     * @return bool|int|null
+     */
+    public function is($key, $userAgent = null, $httpHeaders = null)
+    {
+        // Set the UA and HTTP headers only if needed (eg. batch mode).
+        if ($httpHeaders) {
+            $this->setHttpHeaders($httpHeaders);
+        }
+
+        if ($userAgent) {
+            $this->setUserAgent($userAgent);
+        }
+
+        $this->setDetectionType(self::DETECTION_TYPE_EXTENDED);
+
+        return $this->matchUAAgainstKey($key);
+    }
+
+    /**
+     * Some detection rules are relative (not standard),
+     * because of the diversity of devices, vendors and
+     * their conventions in representing the User-Agent or
+     * the HTTP headers.
+     *
+     * This method will be used to check custom regexes against
+     * the User-Agent string.
+     *
+     * @param $regex
+     * @param  string $userAgent
+     * @return bool
+     *
+     * @todo: search in the HTTP headers too.
+     */
+    public function match($regex, $userAgent = null)
+    {
+        // Escape the special character which is the delimiter.
+        $regex = str_replace('/', '\/', $regex);
+        $match = (bool) preg_match('/'.$regex.'/is', (!empty($userAgent) ? $userAgent : $this->userAgent), $matches);
+        // If positive match is found, store the results for debug.
+        if ($match) {
+            $this->matchingRegex = $regex;
+            $this->matchesArray = $matches;
+        }
+
+        return $match;
+    }
+
+    /**
+     * Get the properties array.
+     *
+     * @return array
+     */
+    public static function getProperties()
+    {
+        return self::$properties;
+    }
+
+    /**
+     * Prepare the version number.
+     *
+     * @todo Remove the error supression from str_replace() call.
+     *
+     * @param string $ver The string version, like "2.6.21.2152";
+     *
+     * @return float
+     */
+    public function prepareVersionNo($ver)
+    {
+        $ver = str_replace(array('_', ' ', '/'), '.', $ver);
+        $arrVer = explode('.', $ver, 2);
+
+        if (isset($arrVer[1])) {
+            $arrVer[1] = @str_replace('.', '', $arrVer[1]); // @todo: treat strings versions.
+        }
+
+        return (float) implode('.', $arrVer);
+    }
+
+    /**
+     * Check the version of the given property in the User-Agent.
+     * Will return a float number. (eg. 2_0 will return 2.0, 4.3.1 will return 4.31)
+     *
+     * @param string $propertyName The name of the property. See self::getProperties() array
+     *                             keys for all possible properties.
+     * @param string $type         Either self::VERSION_TYPE_STRING to get a string value or
+     *                             self::VERSION_TYPE_FLOAT indicating a float value. This parameter
+     *                             is optional and defaults to self::VERSION_TYPE_STRING. Passing an
+     *                             invalid parameter will default to the this type as well.
+     *
+     * @return string|float The version of the property we are trying to extract.
+     */
+    public function version($propertyName, $type = self::VERSION_TYPE_STRING)
+    {
+        if (empty($propertyName)) {
+            return false;
+        }
+
+        //set the $type to the default if we don't recognize the type
+        if ($type != self::VERSION_TYPE_STRING && $type != self::VERSION_TYPE_FLOAT) {
+            $type = self::VERSION_TYPE_STRING;
+        }
+
+        $properties = self::getProperties();
+
+        // Check if the property exists in the properties array.
+        if (array_key_exists($propertyName, $properties)) {
+
+            // Prepare the pattern to be matched.
+            // Make sure we always deal with an array (string is converted).
+            $properties[$propertyName] = (array) $properties[$propertyName];
+
+            foreach ($properties[$propertyName] as $propertyMatchString) {
+
+                $propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);
+
+                // Escape the special character which is the delimiter.
+                $propertyPattern = str_replace('/', '\/', $propertyPattern);
+
+                // Identify and extract the version.
+                preg_match('/'.$propertyPattern.'/is', $this->userAgent, $match);
+
+                if (!empty($match[1])) {
+                    $version = ( $type == self::VERSION_TYPE_FLOAT ? $this->prepareVersionNo($match[1]) : $match[1] );
+
+                    return $version;
+                }
+
+            }
+
+        }
+
+        return false;
+    }
+
+    /**
+     * Retrieve the mobile grading, using self::MOBILE_GRADE_* constants.
+     *
+     * @return string One of the self::MOBILE_GRADE_* constants.
+     */
+    public function mobileGrade()
+    {
+        $isMobile = $this->isMobile();
+
+        if (
+            // Apple iOS 4-7.0 – Tested on the original iPad (4.3 / 5.0), iPad 2 (4.3 / 5.1 / 6.1), iPad 3 (5.1 / 6.0), iPad Mini (6.1), iPad Retina (7.0), iPhone 3GS (4.3), iPhone 4 (4.3 / 5.1), iPhone 4S (5.1 / 6.0), iPhone 5 (6.0), and iPhone 5S (7.0)
+            $this->isIOS() && $this->version('iPad', self::VERSION_TYPE_FLOAT)>=4.3 ||
+            $this->isIOS() && $this->version('iPhone', self::VERSION_TYPE_FLOAT)>=4.3 ||
+            $this->isIOS() && $this->version('iPod', self::VERSION_TYPE_FLOAT)>=4.3 ||
+
+            // Android 2.1-2.3 - Tested on the HTC Incredible (2.2), original Droid (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 & 1.6 but performance may be sluggish, tested on Google G1 (1.5)
+            // Android 3.1 (Honeycomb)  - Tested on the Samsung Galaxy Tab 10.1 and Motorola XOOM
+            // Android 4.0 (ICS)  - Tested on a Galaxy Nexus. Note: transition performance can be poor on upgraded devices
+            // Android 4.1 (Jelly Bean)  - Tested on a Galaxy Nexus and Galaxy 7
+            ( $this->version('Android', self::VERSION_TYPE_FLOAT)>2.1 && $this->is('Webkit') ) ||
+
+            // Windows Phone 7.5-8 - Tested on the HTC Surround (7.5), HTC Trophy (7.5), LG-E900 (7.5), Nokia 800 (7.8), HTC Mazaa (7.8), Nokia Lumia 520 (8), Nokia Lumia 920 (8), HTC 8x (8)
+            $this->version('Windows Phone OS', self::VERSION_TYPE_FLOAT)>=7.5 ||
+
+            // Tested on the Torch 9800 (6) and Style 9670 (6), BlackBerry® Torch 9810 (7), BlackBerry Z10 (10)
+            $this->is('BlackBerry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT)>=6.0 ||
+            // Blackberry Playbook (1.0-2.0) - Tested on PlayBook
+            $this->match('Playbook.*Tablet') ||
+
+            // Palm WebOS (1.4-3.0) - Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0), HP TouchPad (3.0)
+            ( $this->version('webOS', self::VERSION_TYPE_FLOAT)>=1.4 && $this->match('Palm|Pre|Pixi') ) ||
+            // Palm WebOS 3.0  - Tested on HP TouchPad
+            $this->match('hp.*TouchPad') ||
+
+            // Firefox Mobile 18 - Tested on Android 2.3 and 4.1 devices
+            ( $this->is('Firefox') && $this->version('Firefox', self::VERSION_TYPE_FLOAT)>=18 ) ||
+
+            // Chrome for Android - Tested on Android 4.0, 4.1 device
+            ( $this->is('Chrome') && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT)>=4.0 ) ||
+
+            // Skyfire 4.1 - Tested on Android 2.3 device
+            ( $this->is('Skyfire') && $this->version('Skyfire', self::VERSION_TYPE_FLOAT)>=4.1 && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT)>=2.3 ) ||
+
+            // Opera Mobile 11.5-12: Tested on Android 2.3
+            ( $this->is('Opera') && $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT)>=11.5 && $this->is('AndroidOS') ) ||
+
+            // Meego 1.2 - Tested on Nokia 950 and N9
+            $this->is('MeeGoOS') ||
+
+            // Tizen (pre-release) - Tested on early hardware
+            $this->is('Tizen') ||
+
+            // Samsung Bada 2.0 - Tested on a Samsung Wave 3, Dolphin browser
+            // @todo: more tests here!
+            $this->is('Dolfin') && $this->version('Bada', self::VERSION_TYPE_FLOAT)>=2.0 ||
+
+            // UC Browser - Tested on Android 2.3 device
+            ( ($this->is('UC Browser') || $this->is('Dolfin')) && $this->version('Android', self::VERSION_TYPE_FLOAT)>=2.3 ) ||
+
+            // Kindle 3 and Fire  - Tested on the built-in WebKit browser for each
+            ( $this->match('Kindle Fire') ||
+            $this->is('Kindle') && $this->version('Kindle', self::VERSION_TYPE_FLOAT)>=3.0 ) ||
+
+            // Nook Color 1.4.1 - Tested on original Nook Color, not Nook Tablet
+            $this->is('AndroidOS') && $this->is('NookTablet') ||
+
+            // Chrome Desktop 16-24 - Tested on OS X 10.7 and Windows 7
+            $this->version('Chrome', self::VERSION_TYPE_FLOAT)>=16 && !$isMobile ||
+
+            // Safari Desktop 5-6 - Tested on OS X 10.7 and Windows 7
+            $this->version('Safari', self::VERSION_TYPE_FLOAT)>=5.0 && !$isMobile ||
+
+            // Firefox Desktop 10-18 - Tested on OS X 10.7 and Windows 7
+            $this->version('Firefox', self::VERSION_TYPE_FLOAT)>=10.0 && !$isMobile ||
+
+            // Internet Explorer 7-9 - Tested on Windows XP, Vista and 7
+            $this->version('IE', self::VERSION_TYPE_FLOAT)>=7.0 && !$isMobile ||
+
+            // Opera Desktop 10-12 - Tested on OS X 10.7 and Windows 7
+            $this->version('Opera', self::VERSION_TYPE_FLOAT)>=10 && !$isMobile
+        ){
+            return self::MOBILE_GRADE_A;
+        }
+
+        if (
+            $this->isIOS() && $this->version('iPad', self::VERSION_TYPE_FLOAT)<4.3 ||
+            $this->isIOS() && $this->version('iPhone', self::VERSION_TYPE_FLOAT)<4.3 ||
+            $this->isIOS() && $this->version('iPod', self::VERSION_TYPE_FLOAT)<4.3 ||
+
+            // Blackberry 5.0: Tested on the Storm 2 9550, Bold 9770
+            $this->is('Blackberry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT)>=5 && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT)<6 ||
+
+            //Opera Mini (5.0-6.5) - Tested on iOS 3.2/4.3 and Android 2.3
+            ($this->version('Opera Mini', self::VERSION_TYPE_FLOAT)>=5.0 && $this->version('Opera Mini', self::VERSION_TYPE_FLOAT)<=7.0 &&
+            ($this->version('Android', self::VERSION_TYPE_FLOAT)>=2.3 || $this->is('iOS')) ) ||
+
+            // Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1)
+            $this->match('NokiaN8|NokiaC7|N97.*Series60|Symbian/3') ||
+
+            // @todo: report this (tested on Nokia N71)
+            $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT)>=11 && $this->is('SymbianOS')
+        ){
+            return self::MOBILE_GRADE_B;
+        }
+
+        if (
+            // Blackberry 4.x - Tested on the Curve 8330
+            $this->version('BlackBerry', self::VERSION_TYPE_FLOAT)<=5.0 ||
+            // Windows Mobile - Tested on the HTC Leo (WinMo 5.2)
+            $this->match('MSIEMobile|Windows CE.*Mobile') || $this->version('Windows Mobile', self::VERSION_TYPE_FLOAT)<=5.2 ||
+
+            // Tested on original iPhone (3.1), iPhone 3 (3.2)
+            $this->isIOS() && $this->version('iPad', self::VERSION_TYPE_FLOAT)<=3.2 ||
+            $this->isIOS() && $this->version('iPhone', self::VERSION_TYPE_FLOAT)<=3.2 ||
+            $this->isIOS() && $this->version('iPod', self::VERSION_TYPE_FLOAT)<=3.2 ||
+
+            // Internet Explorer 7 and older - Tested on Windows XP
+            $this->version('IE', self::VERSION_TYPE_FLOAT)<=7.0 && !$isMobile
+        ){
+            return self::MOBILE_GRADE_C;
+        }
+
+        //All older smartphone platforms and featurephones - Any device that doesn't support media queries
+        //will receive the basic, C grade experience.
+        return self::MOBILE_GRADE_C;
+    }
+}
diff --git a/library/Mobile_Detect/README.md b/library/Mobile_Detect/README.md
new file mode 100644 (file)
index 0000000..db46648
--- /dev/null
@@ -0,0 +1,219 @@
+[![Build Status](https://travis-ci.org/serbanghita/Mobile-Detect.svg?branch=devel)](https://travis-ci.org/serbanghita/Mobile-Detect) [![Latest Stable Version](https://poser.pugx.org/mobiledetect/mobiledetectlib/v/stable.svg)](https://packagist.org/packages/mobiledetect/mobiledetectlib) [![Total Downloads](https://poser.pugx.org/mobiledetect/mobiledetectlib/downloads.svg)](https://packagist.org/packages/mobiledetect/mobiledetectlib) [![Daily Downloads](https://poser.pugx.org/mobiledetect/mobiledetectlib/d/daily.png)](https://packagist.org/packages/mobiledetect/mobiledetectlib) [![License](https://poser.pugx.org/mobiledetect/mobiledetectlib/license.svg)](https://packagist.org/packages/mobiledetect/mobiledetectlib)
+[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/serbanghita/Mobile-Detect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
+
+![Mobile Detect](http://demo.mobiledetect.net/logo-github.png)
+
+> Motto: "Every business should have a mobile detection script to detect mobile readers."
+
+<i>Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets).
+It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.</i>
+
+> We're commited to make Mobile_Detect the best open-source mobile detection resource and this is why before each release we're running [unit tests](./tests), we also research and update the detection rules on <b>daily</b> and <b>weekly</b> basis.
+
+Your website's _content strategy_ is important! You need a complete toolkit to deliver an experience that is  _optimized_, _fast_ and _relevant_ to your users. Mobile_Detect class is a [server-side detection](http://www.w3.org/TR/mwabp/#bp-devcap-detection) tool that can help you with your RWD strategy, it is not a replacement for CSS3 media queries or other forms of client-side feature detection.
+
+##### This month updates
+
+First of all a **BIG THANK YOU** to our growing community for your continuous support and for all the feedback received! I'm still working my way with the current issues and all the emails. 
+
+Nick is almost done with all the code for the upcoming `3.0.0` so that I only have to integrate the new parsing engine. We will release minor `2.8.xx` versions until a feature freeze where we will switch to the new branch. You will all be announced before this and hopefully we can make the transition smooth for everyone.
+
+<a href="http://trycatch.us/"><img align="left" src="http://assets.mobiledetect.net/img/try_catch_logo_80px.jpg" hspace="20"></a> Last but not least, special thanks for supporting us to our friends from [TryCatch.us](http://trycatch.us/) who _are set to carefully curate the most talented developers in Europe_!
+
+Thank you all and we're excited for the new release!
+
+##### Download and demo
+
+|Download|Docs|Examples|
+|-------------|-------------|-------------|
+|[Go to releases](../../tags)|[Become a contributor](../../wiki/Become-a-contributor)|[Code examples](../../wiki/Code-examples)
+|[Mobile_Detect.php](./Mobile_Detect.php)|[History](../../wiki/History)|[:iphone: Live demo!](http://is.gd/mobiletest)
+|[Composer package](https://packagist.org/packages/mobiledetect/mobiledetectlib)|
+
+##### Help
+
+|Pledgie|Paypal|
+|-------|------|
+|[Donate :+1:](http://pledgie.com/campaigns/21856)|[Donate :beer:](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mobiledetectlib%40gmail%2ecom&lc=US&item_name=Mobile%20Detect&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)|
+
+
+I'm currently paying for hosting and spend a lot of my family time to maintain the project and planning the future releases.
+I would highly appreciate any money donations that will keep the research going.
+
+Special thanks to the community :+1: for donations, [BrowserStack](http://browserstack.com) - for providing access to their great platform, [Zend](http://zend.com) - for donating licenses, [Dragos Gavrila](https://twitter.com/grafician) who contributed with the logo.
+
+##### 3rd party modules / [Submit new](../../issues/new?title=New%203rd%20party%20module&body=Name, Link and Description of the module.)
+
+:point_right: Keep `Mobile_Detect.php` class in a separate `module` and do NOT include it in your script core because of the high frequency of updates.
+:point_right: When including the class into you `web application` or `module` always use `include_once '../path/to/Mobile_Detect.php` to prevent conflicts.
+
+<table>
+
+<tr>
+  <td>Varnish Cache</td>
+  <td>
+    <p><a href="https://github.com/willemk/varnish-mobiletranslate">Varnish Mobile Detect</a> - Drop-in varnish solution to mobile user detection based on the Mobile-Detect library. Made by <a href="https://github.com/willemk">willemk</a></p>
+    <p><a href="https://github.com/carlosabalde/mobiledetect2vcl">mobiledetect2vcl</a> - Python script to transform the Mobile Detect JSON database into an UA-based mobile detection VCL subroutine easily integrable in any Varnish Cache configuration. Made by <a href="https://github.com/carlosabalde">Carlos Abalde</a></p>
+  </td>
+</tr>
+
+<tr>
+  <td>WordPress</td>
+  <td>
+    <p><a href="http://wordpress.org/extend/plugins/wp-mobile-detect/">WordPress Mobile Detect</a> - Gives you the ability to wrap that infographic in a `[notdevice][/notdevice]` shortcode so at the server level <code>WordPress</code> will decide to show that content only if the user is NOT on a phone or tablet. Made by <a href="http://profiles.wordpress.org/professor44/">Jesse Friedman</a>.</p>
+
+    <p><a href="http://wordpress.org/plugins/mobble/">mobble</a> - provides mobile related conditional functions for your site. e.g. is_iphone(), is_mobile() and is_tablet(). Made by Scott Evans.</p>
+
+    <p><a href="https://github.com/iamspacehead/responsage">WordPress Responsage</a> - A small <code>WordPress</code> theme plugin that allows you to make your images responsive. Made by <a href="https://github.com/iamspacehead">Adrian Ciaschetti</a>.</p>
+
+    <p><a href="http://wordpress.org/plugins/social-popup/">Social PopUP</a> - This plugin will display a popup or splash screen when a new user visit your site showing a Google+, Twitter and Facebook follow links. It uses Mobile_Detect to detect mobile devices.</p>
+  </td>
+</tr>
+
+<tr>
+  <td>Drupal</td>
+  <td>
+    <p><a href="http://drupal.org/project/mobile_switch">Drupal Mobile Switch</a> - The Mobile Switch <code>Drupal</code> module provides a automatic theme switch functionality for mobile devices,
+    detected by Browscap or Mobile Detect. Made by <a href="http://drupal.org/user/45267">Siegfried Neumann</a>.</p>
+
+   <p><a href="http://drupal.org/project/context_mobile_detect">Drupal Context Mobile Detect</a> - This is a <code>Drupal context</code> module which integrates Context and PHP Mobile Detect library.
+      Created by <a href="http://drupal.org/user/432492">Artem Shymko</a>.</p>
+
+   <p><a href="http://drupal.org/project/mobile_detect">Drupal Mobile Detect</a> - Lightweight mobile detect module for <code>Drupal</code> created by <a href="http://drupal.org/user/325244">Matthew Donadio</a></p>
+  </td>
+</tr>
+
+  <tr>
+    <td>Joomla</td>
+    <td><p><a href="http://www.yagendoo.com/en/blog/free-mobile-detection-plugin-for-joomla.html">yagendoo Joomla! Mobile Detection Plugin</a> - Lightweight PHP plugin for Joomla! that detects a mobile browser using the Mobile Detect class. Made by <a href="http://www.yagendoo.com/">yagendoo media</a>.</p></td>
+ </tr>
+
+ <tr>
+     <td>Magento</td>
+     <td><p><a href="http://www.magentocommerce.com/magento-connect/catalog/product/view/id/16835/">Magento</a> - This <code>Magento helper</code> from Optimise Web enables the use of all functions provided by MobileDetect.net.
+     Made by <a href="http://www.kathirvel.com">Kathir Vel</a>.</p></td>
+ </tr>
+
+ <tr>
+  <td>PrestaShop</td>
+  <td><p><a href="http://www.prestashop.com/">PrestaShop</a> is a free, secure and open source shopping cart platform. Mobile_Detect is included in the default package since 1.5.x.</p></td>
+ </tr>
+
+ <tr>
+  <td>Zend Framework</td>
+  <td>
+    <p><a href="https://github.com/neilime/zf2-mobile-detect.git">ZF2 Mobile-Detect</a> - Zend Framework 2 module that provides Mobile-Detect features (Mobile_Detect class as a service, helper for views and plugin controllers). Made by <a href="https://github.com/neilime">neilime</a></p>
+
+   <p><a href="https://github.com/nikolaposa/MobileDetectModule">ZF2 MobileDetectModule</a> - Facilitates integration of a PHP MobileDetect class with some ZF2-based application. Has similar idea like the existing ZF2 Mobile-Detect module, but differs in initialization and provision routine of the actual Mobile_Detect class. Appropriate view helper and controller plugin also have different conceptions. Made by <a href="https://github.com/nikolaposa">Nikola Posa</a></p>
+  </td>
+ </tr>
+
+  <tr>
+    <td>Symfony</td>
+    <td><p><a href="https://github.com/suncat2000/MobileDetectBundle">Symfony2 Mobile Detect Bundle</a> - The bundle for detecting mobile devices, manage mobile view and redirect to the mobile and tablet version.
+        Made by <a href="https://github.com/suncat2000">Nikolay Ivlev</a>.</p>
+        <p><a href="https://github.com/jbinfo/MobileDetectServiceProvider">Silex Mobile Detect Service Provider</a> - <code>Silex</code> service provider to interact with Mobile detect class methods. Made by <a href="https://github.com/jbinfo">Lhassan Baazzi</a>.</p>
+     </td>
+  </tr>
+
+  <tr>
+    <td>Laravel</td>
+    <td>
+    <p><a href="https://github.com/jenssegers/Laravel-Agent">Laravel-Agent</a> a user agent class for Laravel, based on Mobile Detect with some additional functionality. Made by <a href="https://github.com/jenssegers">Jens Segers</a>.</p>
+    <p><a href="https://github.com/hisorange/browser-detect">BrowserDetect</a> is a browser &amp; mobile detection package, collects and wrap together the best user-agent identifiers for Laravel. Created by <a href="https://github.com/hisorange">Varga Zsolt</a>.</p>
+    </td>
+  </tr>
+
+  <tr>
+    <td>ExpressionEngine</td>
+    <td><p><a href="https://github.com/garethtdavies/detect-mobile">EE2 Detect Mobile</a> - Lightweight PHP plugin for <code>EE2</code> that detects a mobile browser using the Mobile Detect class. Made by <a href="https://github.com/garethtdavies">Gareth Davies</a>.</p></td>
+ </tr>
+
+ <tr>
+  <td>Yii Framework</td>
+  <td><p><a href="https://github.com/iamsalnikov/MobileDetect">Yii Extension</a> - Mobile detect plugin for Yii framework. Made by <a href="https://github.com/iamsalnikov">Alexey Salnikov</a>.</p></td>
+ </tr>
+
+<tr>
+    <td>CakePHP</td>
+    <td><p><a href="https://github.com/chronon/CakePHP-MobileDetectComponent-Plugin">CakePHP MobileDetect</a> - <code>plugin</code> component for <code>CakePHP</code> 2.x. Made by <a href="https://github.com/chronon">Gregory Gaskill</a></p></td>
+</tr>
+
+<tr>
+    <td>FuelPHP</td>
+    <td><a href="https://github.com/rob-bar/special_agent">Special Agent</a> is a FuelPHP package which uses php-mobile-detect to determine whether a device is mobile or not.
+It overrides the Fuelphp Agent class its methods. Made by <a href="https://github.com/rob-bar">Robbie Bardjin</a>.</td>
+</tr>
+
+<tr>
+  <td>Typo3</td>
+  <td><a href="http://docs.typo3.org/typo3cms/extensions/px_mobiledetect/1.0.2/">px_mobiledetect</a> is an extension that helps to detect visitor's mobile device class (if that’s tablet or mobile device like smartphone). Made by Alexander Tretyak.</td>
+</tr>
+
+<tr>
+  <td>Statamic</td>
+  <td><p><a href="https://github.com/sergeifilippov/statamic-mobile-detect">Statamic CMS Mobile Detect</a> - <code>plugin</code>. Made by <a href="https://github.com/haikulab/statamic-mobile-detect">Sergei Filippov of Haiku Lab</a>.</p></td>
+</tr>
+
+<tr>
+  <td>Kohana</td>
+  <td><p><a href="https://github.com/madeinnordeste/kohana-mobile-detect">Kohana Mobile Detect</a> - an example of implementation of <code>Mobile_Detect</code> class with Kohana framework. Written by <a href="https://github.com/madeinnordeste">Luiz Alberto S. Ribeiro</a>.</p></td>
+</tr>
+
+<tr>
+  <td>mobile-detect.js</td>
+  <td><p>A <a href="https://github.com/hgoebl/mobile-detect.js">JavaScript port</a> of Mobile-Detect class. Made by <a href="https://github.com/hgoebl">Heinrich Goebl</a></p></td>
+  </tr>
+
+ <tr>
+      <td>Perl</td>
+      <td><p><a href="http://www.buzzerstar.com/development/">MobileDetect.pm</a> - <code>Perl module</code> for  Mobile Detect. Made by <a href="http://www.buzzerstar.com/">Sebastian Enger</a>.</p></td>
+ </tr>
+
+ <tr>
+      <td>python</td>
+      <td><p><a href="http://pypi.python.org/pypi/pymobiledetect">pymobiledetect</a> - Mobile detect <code>python package</code>. Made by Bas van Oostveen.</p></td>
+ </tr>
+ <tr>
+        <td>Ruby</td>
+        <td><p><a href="https://github.com/ktaragorn/mobile_detect">mobile_detect.rb</a> - A <code>Ruby gem</code> using the JSON data exposed by the php project and implementing a basic subset of the API (as much as can be done by the exposed data). Made by <a href="https://github.com/ktaragorn">Karthik T</a>.</p></td>
+ </tr>
+
+<tr>
+       <td>GoMobileDetect</td>
+       <td><p><a href="https://github.com/Shaked/gomobiledetect">GoMobileDetect</a> - Go port of Mobile Detect class. Made by <a href="https://github.com/Shaked">Shaked</a>.</p></td>
+</tr>
+
+ <tr>
+    <td>MemHT</td>
+    <td><p><a href="http://www.memht.com/">MemHT</a> is a Free PHP CMS and Blog that permit the creation and the management online of websites with few and easy steps. Has the class included in the core.</p></td>
+ </tr>
+
+ <tr>
+  <td>concrete5</td>
+  <td><p><a href="https://www.concrete5.org/">concrete5</a> is a CMS that is free and open source. The library is included in the core.</p></td>
+ </tr>
+
+ <tr>
+  <td>engine7</td>
+  <td><p><a href="https://github.com/gchiappe/exengine7">ExEngine 7</a> PHP Open Source Framework. The Mobile_Detect class is included in the engine.</p></td>
+ </tr>
+
+ <tr>
+  <td>Zikula</td>
+  <td><p><a href="http://zikula.org/">Zikula</a> is a free and open-source Content Management Framework, which allows you to run impressive websites and build powerful online applications. The core uses Mobile-Detect to switch to a special Mobile theme, using jQueryMobile</p></td>
+ </tr>
+
+<tr>
+    <td>UserAgentInfo</td>
+    <td><p><a href="https://github.com/quentin389/UserAgentInfo">UserAgentInfo</a> is a PHP class for parsing user agent strings (HTTP_USER_AGENT). Includes mobile checks, bot checks, browser types/versions and more.
+Based on browscap, Mobile_Detect and ua-parser. Created for high traffic websites and fast batch processing. Made by <a href="https://github.com/quentin389">quentin389</a></p></td>
+</tr>
+
+<tr>
+  <td>Craft CMS</td>
+  <td><p><a href="https://github.com/lewisjenkins/craft-lj-mobiledetect">LJ Mobile Detect</a> is a simple implementation of Mobile Detect for Craft CMS. Made by <a href="https://github.com/lewisjenkins">Lewis Jenkins</a></p></td>
+</tr>
+
+</table>
diff --git a/library/Mobile_Detect/composer.json b/library/Mobile_Detect/composer.json
new file mode 100644 (file)
index 0000000..c56611f
--- /dev/null
@@ -0,0 +1,30 @@
+{
+    "name": "mobiledetect/mobiledetectlib",
+    "type": "library",
+    "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
+    "keywords": ["mobile", "mobile detect", "mobile detector", "php mobile detect", "detect mobile devices"],
+    "homepage": "https://github.com/serbanghita/Mobile-Detect",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Serban Ghita",
+            "email": "serbanghita@gmail.com",
+            "homepage": "http://mobiledetect.net",
+            "role": "Developer"
+        }
+    ],
+    "require": {
+        "php": ">=5.0.0"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "*",
+        "johnkary/phpunit-speedtrap": "~1.0@dev",
+        "codeclimate/php-test-reporter": "dev-master"
+    },
+    "autoload": {
+        "classmap": ["Mobile_Detect.php"],
+        "psr-0": {
+            "Detection": "namespaced/"
+        }
+    }
+}
diff --git a/library/Mobile_Detect/namespaced/Detection/MobileDetect.php b/library/Mobile_Detect/namespaced/Detection/MobileDetect.php
new file mode 100644 (file)
index 0000000..ca70fe8
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Little piece of PHP to make Mobile_Detect auto-loadable in PSR-0 compatible PHP autoloaders like
+ * the Symfony Universal ClassLoader by Fabien Potencier. Since PSR-0 handles an underscore in
+ * classnames (on the filesystem) as a slash, "Mobile_Detect.php" autoloaders will try to convert
+ * the classname and path to "Mobile\Detect.php". This script will ensure autoloading with:
+ *  - Namespace:          Detection
+ *  - Classname:       MobileDetect
+ *  - Namespased:      \Detection\MobileDetect
+ *  - Autoload path:   ./namespaced
+ *  - Converted path:  ./namespaced/Detection/MobileDetect.php
+ *
+ * Don't forget to use MobileDetect (instead of Mobile_Detect) as class in code when autoloading.
+ *
+ * Thanks to @WietseWind.
+ * For details please check: https://github.com/serbanghita/Mobile-Detect/pull/120
+ */
+
+namespace Detection;
+require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Mobile_Detect.php';
+
+class MobileDetect extends \Mobile_Detect {}
index 994962a8587a1a0e0be72d8a246502e9dedfc90f..a2097be064b2c78cf698d733e9ce0cbcb3daa175 100644 (file)
@@ -293,8 +293,8 @@ class OAuthRequest {
     }
     // fix for friendica redirect system
     
-    $http_url =  substr($http_url, 0, strpos($http_url,$parameters['q'])+strlen($parameters['q']));
-    unset( $parameters['q'] );
+    $http_url =  substr($http_url, 0, strpos($http_url,$parameters['pagename'])+strlen($parameters['pagename']));
+    unset( $parameters['pagename'] );
     
        //echo "<pre>".__function__."\n"; var_dump($http_method, $http_url, $parameters, $_SERVER['REQUEST_URI']); killme();
     return new OAuthRequest($http_method, $http_url, $parameters);
diff --git a/library/html-to-markdown/.gitignore b/library/html-to-markdown/.gitignore
new file mode 100644 (file)
index 0000000..aa429a9
--- /dev/null
@@ -0,0 +1,3 @@
+~*
+vendor
+composer.lock
\ No newline at end of file
diff --git a/library/html-to-markdown/.travis.yml b/library/html-to-markdown/.travis.yml
new file mode 100644 (file)
index 0000000..48b3e64
--- /dev/null
@@ -0,0 +1,6 @@
+language: php
+php:
+  - "5.5"
+  - "5.4"
+  - "5.3"
+script: phpunit --no-configuration HTML_To_MarkdownTest ./tests/HTML_To_MarkdownTest.php
\ No newline at end of file
diff --git a/library/html-to-markdown/HTML_To_Markdown.php b/library/html-to-markdown/HTML_To_Markdown.php
new file mode 100644 (file)
index 0000000..109780e
--- /dev/null
@@ -0,0 +1,598 @@
+<?php
+/**
+ * Class HTML_To_Markdown
+ *
+ * A helper class to convert HTML to Markdown.
+ *
+ * @version 2.2.1
+ * @author Nick Cernis <nick@cern.is>
+ * @link https://github.com/nickcernis/html2markdown/ Latest version on GitHub.
+ * @link http://twitter.com/nickcernis Nick on twitter.
+ * @license http://www.opensource.org/licenses/mit-license.php MIT
+ */
+class HTML_To_Markdown
+{
+    /**
+     * @var DOMDocument The root of the document tree that holds our HTML.
+     */
+    private $document;
+
+    /**
+     * @var string|boolean The Markdown version of the original HTML, or false if conversion failed
+     */
+    private $output;
+
+    /**
+     * @var array Class-wide options users can override.
+     */
+    private $options = array(
+        'header_style'    => 'setext', // Set to "atx" to output H1 and H2 headers as # Header1 and ## Header2
+        'suppress_errors' => true, // Set to false to show warnings when loading malformed HTML
+        'strip_tags'      => false, // Set to true to strip tags that don't have markdown equivalents. N.B. Strips tags, not their content. Useful to clean MS Word HTML output.
+        'bold_style'      => '**', // Set to '__' if you prefer the underlined style
+        'italic_style'    => '*', // Set to '_' if you prefer the underlined style
+        'remove_nodes'    => '', // space-separated list of dom nodes that should be removed. example: "meta style script"
+    );
+
+
+    /**
+     * Constructor
+     *
+     * Set up a new DOMDocument from the supplied HTML, convert it to Markdown, and store it in $this->$output.
+     *
+     * @param string $html The HTML to convert to Markdown.
+     * @param array $overrides [optional] List of style and error display overrides.
+     */
+    public function __construct($html = null, $overrides = null)
+    {
+        if ($overrides)
+            $this->options = array_merge($this->options, $overrides);
+
+        if ($html)
+            $this->convert($html);
+    }
+
+
+    /**
+     * Setter for conversion options
+     *
+     * @param $name
+     * @param $value
+     */
+    public function set_option($name, $value)
+    {
+        $this->options[$name] = $value;
+    }
+
+
+    /**
+     * Convert
+     *
+     * Loads HTML and passes to get_markdown()
+     *
+     * @param $html
+     * @return string The Markdown version of the html
+     */
+    public function convert($html)
+    {
+        $html = preg_replace('~>\s+<~', '><', $html); // Strip white space between tags to prevent creation of empty #text nodes
+
+        $this->document = new DOMDocument();
+
+        if ($this->options['suppress_errors'])
+            libxml_use_internal_errors(true); // Suppress conversion errors (from http://bit.ly/pCCRSX )
+
+        $this->document->loadHTML('<?xml encoding="UTF-8">' . $html); // Hack to load utf-8 HTML (from http://bit.ly/pVDyCt )
+        $this->document->encoding = 'UTF-8';
+
+        if ($this->options['suppress_errors'])
+            libxml_clear_errors();
+
+        return $this->get_markdown($html);
+    }
+
+
+    /**
+     * Is Child Of?
+     *
+     * Is the node a child of the given parent tag?
+     *
+     * @param $parent_name string|array The name of the parent node(s) to search for e.g. 'code' or array('pre', 'code')
+     * @param $node
+     * @return bool
+     */
+    private static function is_child_of($parent_name, $node)
+    {
+        for ($p = $node->parentNode; $p != false; $p = $p->parentNode) {
+            if (is_null($p))
+                return false;
+
+            if ( is_array($parent_name) && in_array($p->nodeName, $parent_name) )
+                return true;
+            
+            if ($p->nodeName == $parent_name)
+                return true;
+        }
+        return false;
+    }
+
+
+    /**
+     * Convert Children
+     *
+     * Recursive function to drill into the DOM and convert each node into Markdown from the inside out.
+     *
+     * Finds children of each node and convert those to #text nodes containing their Markdown equivalent,
+     * starting with the innermost element and working up to the outermost element.
+     *
+     * @param $node
+     */
+    private function convert_children($node)
+    {
+        // Don't convert HTML code inside <code> and <pre> blocks to Markdown - that should stay as HTML
+        if (self::is_child_of(array('pre', 'code'), $node))
+            return;
+
+        // If the node has children, convert those to Markdown first
+        if ($node->hasChildNodes()) {
+            $length = $node->childNodes->length;
+
+            for ($i = 0; $i < $length; $i++) {
+                $child = $node->childNodes->item($i);
+                $this->convert_children($child);
+            }
+        }
+
+        // Now that child nodes have been converted, convert the original node
+        $markdown = $this->convert_to_markdown($node);
+
+        // Create a DOM text node containing the Markdown equivalent of the original node
+        $markdown_node = $this->document->createTextNode($markdown);
+
+        // Replace the old $node e.g. "<h3>Title</h3>" with the new $markdown_node e.g. "### Title"
+        $node->parentNode->replaceChild($markdown_node, $node);
+    }
+
+
+    /**
+     * Get Markdown
+     *
+     * Sends the body node to convert_children() to change inner nodes to Markdown #text nodes, then saves and
+     * returns the resulting converted document as a string in Markdown format.
+     *
+     * @return string|boolean The converted HTML as Markdown, or false if conversion failed
+     */
+    private function get_markdown()
+    {
+        // Work on the entire DOM tree (including head and body)
+        $input = $this->document->getElementsByTagName("html")->item(0);
+
+        if (!$input)
+            return false;
+
+        // Convert all children of this root element. The DOMDocument stored in $this->doc will
+        // then consist of #text nodes, each containing a Markdown version of the original node
+        // that it replaced.
+        $this->convert_children($input);
+
+        // Sanitize and return the body contents as a string.
+        $markdown = $this->document->saveHTML(); // stores the DOMDocument as a string
+        $markdown = html_entity_decode($markdown, ENT_QUOTES, 'UTF-8');
+        $markdown = html_entity_decode($markdown, ENT_QUOTES, 'UTF-8'); // Double decode to cover cases like &amp;nbsp; http://www.php.net/manual/en/function.htmlentities.php#99984
+        $markdown = preg_replace("/<!DOCTYPE [^>]+>/", "", $markdown); // Strip doctype declaration
+        $unwanted = array('<html>', '</html>', '<body>', '</body>', '<head>', '</head>', '<?xml encoding="UTF-8">', '&#xD;');
+        $markdown = str_replace($unwanted, '', $markdown); // Strip unwanted tags
+        $markdown = trim($markdown, "\n\r\0\x0B");
+
+        $this->output = $markdown;
+
+        return $markdown;
+    }
+
+
+    /**
+     * Convert to Markdown
+     *
+     * Converts an individual node into a #text node containing a string of its Markdown equivalent.
+     *
+     * Example: An <h3> node with text content of "Title" becomes a text node with content of "### Title"
+     *
+     * @param $node
+     * @return string The converted HTML as Markdown
+     */
+    private function convert_to_markdown($node)
+    {
+        $tag = $node->nodeName; // the type of element, e.g. h1
+        $value = $node->nodeValue; // the value of that element, e.g. The Title
+        
+        // Strip nodes named in remove_nodes
+        $tags_to_remove = explode(' ', $this->options['remove_nodes']);
+        if ( in_array($tag, $tags_to_remove) )
+            return false;
+
+        switch ($tag) {
+            case "p":
+                $markdown = (trim($value)) ? rtrim($value) . PHP_EOL . PHP_EOL : '';
+                break;
+            case "pre":
+                $markdown = PHP_EOL . $this->convert_code($node) . PHP_EOL;
+                break;
+            case "h1":
+            case "h2":
+                $markdown = $this->convert_header($tag, $node);
+                break;
+            case "h3":
+                $markdown = "### " . $value . PHP_EOL . PHP_EOL;
+                break;
+            case "h4":
+                $markdown = "#### " . $value . PHP_EOL . PHP_EOL;
+                break;
+            case "h5":
+                $markdown = "##### " . $value . PHP_EOL . PHP_EOL;
+                break;
+            case "h6":
+                $markdown = "###### " . $value . PHP_EOL . PHP_EOL;
+                break;
+            case "em":
+            case "i":
+            case "strong":
+            case "b":
+                $markdown = $this->convert_emphasis($tag, $value);
+                break;
+            case "hr":
+                $markdown = "- - - - - -" . PHP_EOL . PHP_EOL;
+                break;
+            case "br":
+                $markdown = "  " . PHP_EOL;
+                break;
+            case "blockquote":
+                $markdown = $this->convert_blockquote($node);
+                break;
+            case "code":
+                $markdown = $this->convert_code($node);
+                break;
+            case "ol":
+            case "ul":
+                $markdown = $value . PHP_EOL;
+                break;
+            case "li":
+                $markdown = $this->convert_list($node);
+                break;
+            case "img":
+                $markdown = $this->convert_image($node);
+                break;
+            case "a":
+                $markdown = $this->convert_anchor($node);
+                break;
+            case "#text":
+                $markdown = preg_replace('~\s+~', ' ', $value);
+                $markdown = preg_replace('~^#~', '\\\\#', $markdown);
+                break;
+            case "#comment":
+                $markdown = '';
+                break;
+            case "div":
+                $markdown = ($this->options['strip_tags']) ? $value . PHP_EOL . PHP_EOL : html_entity_decode($node->C14N());
+                break;
+            default:
+                // If strip_tags is false (the default), preserve tags that don't have Markdown equivalents,
+                // such as <span> nodes on their own. C14N() canonicalizes the node to a string.
+                // See: http://www.php.net/manual/en/domnode.c14n.php
+                $markdown = ($this->options['strip_tags']) ? $value : html_entity_decode($node->C14N());
+        }
+
+        return $markdown;
+    }
+
+
+    /**
+     * Convert Header
+     *
+     * Converts h1 and h2 headers to Markdown-style headers in setext style,
+     * matching the number of underscores with the length of the title.
+     *
+     * e.g.     Header 1    Header Two
+     *          ========    ----------
+     *
+     * Returns atx headers instead if $this->options['header_style'] is "atx"
+     *
+     * e.g.    # Header 1   ## Header Two
+     *
+     * @param string $level The header level, including the "h". e.g. h1
+     * @param string $node The node to convert.
+     * @return string The Markdown version of the header.
+     */
+    private function convert_header($level, $node)
+    {
+        $content = $node->nodeValue;
+
+        if (!$this->is_child_of('blockquote', $node) && $this->options['header_style'] == "setext") {
+            $length = (function_exists('mb_strlen')) ? mb_strlen($content, 'utf-8') : strlen($content);
+            $underline = ($level == "h1") ? "=" : "-";
+            $markdown = $content . PHP_EOL . str_repeat($underline, $length) . PHP_EOL . PHP_EOL; // setext style
+        } else {
+            $prefix = ($level == "h1") ? "# " : "## ";
+            $markdown = $prefix . $content . PHP_EOL . PHP_EOL; // atx style
+        }
+
+        return $markdown;
+    }
+
+
+    /**
+     * Converts inline styles
+     * This function is used to render strong and em tags
+     * 
+     * eg <strong>bold text</strong> becomes **bold text** or __bold text__
+     * 
+     * @param string $tag
+     * @param string $value
+     * @return string
+     */
+     private function convert_emphasis($tag, $value)
+     {
+        if ($tag == 'i' || $tag == 'em') {
+            $markdown = $this->options['italic_style'] . $value . $this->options['italic_style'];
+        } else {
+            $markdown = $this->options['bold_style'] . $value . $this->options['bold_style'];
+        }
+        
+        return $markdown;
+     }
+
+
+    /**
+     * Convert Image
+     *
+     * Converts <img /> tags to Markdown.
+     *
+     * e.g.     <img src="/path/img.jpg" alt="alt text" title="Title" />
+     * becomes  ![alt text](/path/img.jpg "Title")
+     *
+     * @param $node
+     * @return string
+     */
+    private function convert_image($node)
+    {
+        $src = $node->getAttribute('src');
+        $alt = $node->getAttribute('alt');
+        $title = $node->getAttribute('title');
+
+        if ($title != "") {
+            $markdown = '![' . $alt . '](' . $src . ' "' . $title . '")'; // No newlines added. <img> should be in a block-level element.
+        } else {
+            $markdown = '![' . $alt . '](' . $src . ')';
+        }
+
+        return $markdown;
+    }
+
+
+    /**
+     * Convert Anchor
+     *
+     * Converts <a> tags to Markdown.
+     *
+     * e.g.     <a href="http://modernnerd.net" title="Title">Modern Nerd</a>
+     * becomes  [Modern Nerd](http://modernnerd.net "Title")
+     *
+     * @param $node
+     * @return string
+     */
+    private function convert_anchor($node)
+    {
+        $href = $node->getAttribute('href');
+        $title = $node->getAttribute('title');
+        $text = $node->nodeValue;
+
+        if ($title != "") {
+            $markdown = '[' . $text . '](' . $href . ' "' . $title . '")';
+        } else {
+            $markdown = '[' . $text . '](' . $href . ')';
+        }
+
+        if (! $href)
+            $markdown = html_entity_decode($node->C14N());
+
+        // Append a space if the node after this one is also an anchor
+        $next_node_name = $this->get_next_node_name($node);
+
+        if ($next_node_name == 'a')
+            $markdown = $markdown . ' ';
+
+        return $markdown;
+    }
+
+
+    /**
+     * Convert List
+     *
+     * Converts <ul> and <ol> lists to Markdown.
+     *
+     * @param $node
+     * @return string
+     */
+    private function convert_list($node)
+    {
+        // If parent is an ol, use numbers, otherwise, use dashes
+        $list_type = $node->parentNode->nodeName;
+        $value = $node->nodeValue;
+
+        if ($list_type == "ul") {
+            $markdown = "- " . trim($value) . PHP_EOL;
+        } else {
+            $number = $this->get_position($node);
+            $markdown = $number . ". " . trim($value) . PHP_EOL;
+        }
+
+        return $markdown;
+    }
+
+
+    /**
+     * Convert Code
+     *
+     * Convert code tags by indenting blocks of code and wrapping single lines in backticks.
+     *
+     * @param DOMNode $node
+     * @return string
+     */
+    private function convert_code($node)
+    {
+        // Store the content of the code block in an array, one entry for each line
+
+        $markdown = '';
+
+        $code_content = html_entity_decode($node->C14N());
+        $code_content = str_replace(array("<code>", "</code>"), "", $code_content);
+        $code_content = str_replace(array("<pre>", "</pre>"), "", $code_content);
+
+        $lines = preg_split('/\r\n|\r|\n/', $code_content);
+        $total = count($lines);
+
+        // If there's more than one line of code, prepend each line with four spaces and no backticks.
+        if ($total > 1 || $node->nodeName === 'pre') {
+
+            // Remove the first and last line if they're empty
+            $first_line = trim($lines[0]);
+            $last_line = trim($lines[$total - 1]);
+            $first_line = trim($first_line, "&#xD;"); //trim XML style carriage returns too
+            $last_line = trim($last_line, "&#xD;");
+
+            if (empty($first_line))
+                array_shift($lines);
+
+            if (empty($last_line))
+                array_pop($lines);
+
+            $count = 1;
+            foreach ($lines as $line) {
+                $line = str_replace('&#xD;', '', $line);
+                $markdown .= "    " . $line;
+                // Add newlines, except final line of the code
+                if ($count != $total)
+                    $markdown .= PHP_EOL;
+                $count++;
+            }
+            $markdown .= PHP_EOL;
+
+        } else { // There's only one line of code. It's a code span, not a block. Just wrap it with backticks.
+
+            $markdown .= "`" . $lines[0] . "`";
+
+        }
+        
+        return $markdown;
+    }
+
+
+    /**
+     * Convert blockquote
+     *
+     * Prepend blockquotes with > chars.
+     *
+     * @param $node
+     * @return string
+     */
+    private function convert_blockquote($node)
+    {
+        // Contents should have already been converted to Markdown by this point,
+        // so we just need to add ">" symbols to each line.
+
+        $markdown = '';
+
+        $quote_content = trim($node->nodeValue);
+
+        $lines = preg_split('/\r\n|\r|\n/', $quote_content);
+
+        $total_lines = count($lines);
+
+        foreach ($lines as $i => $line) {
+            $markdown .= "> " . $line . PHP_EOL;
+            if ($i + 1 == $total_lines)
+                $markdown .= PHP_EOL;
+        }
+
+        return $markdown;
+    }
+
+
+    /**
+     * Get Position
+     *
+     * Returns the numbered position of a node inside its parent
+     *
+     * @param $node
+     * @return int The numbered position of the node, starting at 1.
+     */
+    private function get_position($node)
+    {
+        // Get all of the nodes inside the parent
+        $list_nodes = $node->parentNode->childNodes;
+        $total_nodes = $list_nodes->length;
+
+        $position = 1;
+
+        // Loop through all nodes and find the given $node
+        for ($a = 0; $a < $total_nodes; $a++) {
+            $current_node = $list_nodes->item($a);
+
+            if ($current_node->isSameNode($node))
+                $position = $a + 1;
+        }
+
+        return $position;
+    }
+
+
+    /**
+     * Get Next Node Name
+     *
+     * Return the name of the node immediately after the passed one.
+     *
+     * @param $node
+     * @return string|null The node name (e.g. 'h1') or null.
+     */
+    private function get_next_node_name($node)
+    {
+        $next_node_name = null;
+
+        $current_position = $this->get_position($node);
+        $next_node = $node->parentNode->childNodes->item($current_position);
+
+        if ($next_node)
+            $next_node_name = $next_node->nodeName;
+
+        return $next_node_name;
+    }
+
+
+    /**
+     * To String
+     *
+     * Magic method to return Markdown output when HTML_To_Markdown instance is treated as a string.
+     *
+     * @return string
+     */
+    public function __toString()
+    {
+        return $this->output();
+    }
+
+
+    /**
+     * Output
+     *
+     * Getter for the converted Markdown contents stored in $this->output
+     *
+     * @return string
+     */
+    public function output()
+    {
+        if (!$this->output) {
+            return '';
+        } else {
+            return $this->output;
+        }
+    }
+}
diff --git a/library/html-to-markdown/LICENSE b/library/html-to-markdown/LICENSE
new file mode 100644 (file)
index 0000000..f538c2a
--- /dev/null
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2013 Nick Cernis
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/library/html-to-markdown/README.md b/library/html-to-markdown/README.md
new file mode 100644 (file)
index 0000000..de91c9d
--- /dev/null
@@ -0,0 +1,138 @@
+HTML To Markdown for PHP
+========================
+
+A helper class that converts HTML to [Markdown](http://daringfireball.net/projects/markdown/) for your sanity and convenience.
+
+[![Build Status](https://travis-ci.org/nickcernis/html-to-markdown.png?branch=master)](https://travis-ci.org/nickcernis/html-to-markdown)
+
+**Version**: 2.2.1  
+**Requires**: PHP 5.3+  
+**Author**: [@nickcernis](http://twitter.com/nickcernis)  
+**License**: [MIT](http://www.opensource.org/licenses/mit-license.php)  
+
+### Why convert HTML to Markdown?
+
+*"What alchemy is this?"* you mutter. *"I can see why you'd convert [Markdown to HTML](http://michelf.com/projects/php-markdown/),"* you continue, already labouring the question somewhat, *"but why go the other way?"*
+
+Typically you would convert HTML to Markdown if:
+
+1. You have an existing HTML document that needs to be edited by people with good taste.
+2. You want to store new content in HTML format but edit it as Markdown.
+3. You want to convert HTML email to plain text email. 
+4. You know a guy who's been converting HTML to Markdown for years, and now he can speak Elvish. You'd quite like to be able to speak Elvish.
+5. You just really like Markdown.
+
+### How to use it
+
+Either include HTML_To_Markdown.php directly:
+
+    require_once( dirname( __FILE__) . '/HTML_To_Markdown.php' );
+
+Or, require the library in your composer.json:
+
+    {
+        "require": {
+            "nickcernis/html-to-markdown": "dev-master"
+        }
+    }
+
+Then `composer install` and add `require 'vendor/autoload.php';` to the top of your script.
+
+Next, create a new HTML_To_Markdown instance, passing in your valid HTML code:
+
+    $html = "<h3>Quick, to the Batpoles!</h3>";
+    $markdown = new HTML_To_Markdown($html);
+
+The `$markdown` object now contains the Markdown version of your HTML. Use it like a string:
+
+    echo $markdown; // ==> ### Quick, to the Batpoles!
+
+Or access the Markdown output directly:
+
+    $string = $markdown->output();
+
+The included `demo` directory contains an HTML->Markdown conversion form to try out.
+
+### Conversion options
+
+By default, HTML To Markdown preserves HTML tags without Markdown equivalents, like `<span>` and `<div>`.
+
+To strip HTML tags that don't have a Markdown equivalent while preserving the content inside them, set `strip_tags` to true, like this:
+
+    $html = '<span>Turnips!</span>';
+    $markdown = new HTML_To_Markdown($html, array('strip_tags' => true)); // $markdown now contains "Turnips!"    
+
+Or more explicitly, like this:
+
+    $html = '<span>Turnips!</span>';
+    $markdown = new HTML_To_Markdown();
+    $markdown->set_option('strip_tags', true);
+    $markdown->convert($html); // $markdown now contains "Turnips!"
+
+Note that only the tags themselves are stripped, not the content they hold.
+
+To strip tags and their content, pass a space-separated list of tags in `remove_nodes`, like this:
+
+    $html = '<span>Turnips!</span><div>Monkeys!</div>';
+    $markdown = new HTML_To_Markdown($html, array('remove_nodes' => 'span div')); // $markdown now contains ""
+
+### Style options
+
+Bold and italic tags are converted using the asterisk syntax by default. Change this to the underlined syntax using the `bold_style` and `italic_style` options.
+
+    $html = '<em>Italic</em> and a <strong>bold</strong>';
+    $markdown = new HTML_To_Markdown();
+    $markdown->set_option('italic_style', '_');
+    $markdown->set_option('bold_style', '__');
+    $markdown->convert($html); // $markdown now contains "_Italic_ and a __bold__"
+
+### Limitations
+
+- Markdown Extra, MultiMarkdown and other variants aren't supported – just Markdown.
+
+### Known issues
+
+- Nested lists and lists containing multiple paragraphs aren't converted correctly.
+- Lists inside blockquotes aren't converted correctly.
+- Any reported [open issues here](https://github.com/nickcernis/html-to-markdown/issues?state=open).
+
+[Report your issue or request a feature here.](https://github.com/nickcernis/html2markdown/issues/new) Issues with patches or failing tests are especially welcome.
+
+### Style notes
+
+- Setext (underlined) headers are the default for H1 and H2. If you prefer the ATX style for H1 and H2 (# Header 1 and ## Header 2), set `header_style` to 'atx' in the options array when you instantiate the object:
+
+    `$markdown = new HTML_To_Markdown( $html, array('header_style'=>'atx') );`
+
+     Headers of H3 priority and lower always use atx style.
+
+- Links and images are referenced inline. Footnote references (where image src and anchor href attributes are listed in the footnotes) are not used. 
+- Blockquotes aren't line wrapped – it makes the converted Markdown easier to edit.
+
+### Dependencies
+
+HTML To Markdown requires PHP's [xml](http://www.php.net/manual/en/xml.installation.php), [lib-xml](http://www.php.net/manual/en/libxml.installation.php), and [dom](http://www.php.net/manual/en/dom.installation.php) extensions, all of which are enabled by default on most distributions.
+
+Errors such as "Fatal error: Class 'DOMDocument' not found" on distributions such as CentOS that disable PHP's xml extension can be resolved by installing php-xml.
+
+### Architecture notes
+
+HTML To Markdown is a single file that uses native DOM manipulation libraries (DOMDocument), not regex voodoo, to convert code.
+
+### Contributors
+
+Many thanks to all [contributors](https://github.com/nickcernis/html2markdown/graphs/contributors) so far. Further improvements and feature suggestions are very welcome.
+
+### How it works
+
+HTML To Markdown creates a DOMDocument from the supplied HTML, walks through the tree, and converts each node to a text node containing the equivalent markdown, starting from the most deeply nested node and working inwards towards the root node.
+
+### To-do
+
+- Support for nested lists and lists inside blockquotes.
+- Offer an option to preserve tags as HTML if they contain attributes that can't be represented with Markdown (e.g. `style`).
+
+### Trying to convert Markdown to HTML?
+
+Use [PHP Markdown](http://michelf.com/projects/php-markdown/) from Michel Fortin. No guarantees about the Elvish, though.
+
diff --git a/library/html-to-markdown/circle.yml b/library/html-to-markdown/circle.yml
new file mode 100644 (file)
index 0000000..9893a4b
--- /dev/null
@@ -0,0 +1,4 @@
+test:
+  override:
+    - phpunit --no-configuration HTML_To_MarkdownTest ./tests/HTML_To_MarkdownTest.php
+
diff --git a/library/html-to-markdown/composer.json b/library/html-to-markdown/composer.json
new file mode 100644 (file)
index 0000000..beb7faa
--- /dev/null
@@ -0,0 +1,25 @@
+{
+    "name": "nickcernis/html-to-markdown",
+    "type": "library",
+    "description": "An HTML-to-markdown conversion helper for PHP",
+    "keywords": ["markdown", "html"],
+    "homepage": "https://github.com/nickcernis/html-to-markdown",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Nick Cernis",
+            "email": "nick@cern.is",
+            "homepage": "http://modernnerd.net"
+        }
+    ],
+    "autoload": {
+        "classmap": [ "HTML_To_Markdown.php" ]
+    },
+    "require": {
+        "php": ">=5.3"
+    },
+    "require-dev": {
+        "php": ">=5.3.3",
+        "phpunit/phpunit": "4.*"
+    }
+}
index f548fc26c3f9644d92afea34f177be96df5b94bb..a8152c2ab61929b8e6b75fb45adf14ee0839991b 100644 (file)
 <?php
-#
-# Markdown Extra  -  A text-to-HTML conversion tool for web writers
-#
-# PHP Markdown & Extra
-# Copyright (c) 2004-2012 Michel Fortin  
-# <http://michelf.com/projects/php-markdown/>
-#
-# Original Markdown
-# Copyright (c) 2004-2006 John Gruber  
-# <http://daringfireball.net/projects/markdown/>
-#
+//# Install PSR-0-compatible class autoloader
+//spl_autoload_register(function($class){
+//     require preg_replace('{\\\\|_(?!.*\\\\)}', DIRECTORY_SEPARATOR, ltrim($class, '\\')).'.php';
+//});
 
-
-define( 'MARKDOWN_VERSION',  "1.0.1o" ); # Sun 8 Jan 2012
-define( 'MARKDOWNEXTRA_VERSION',  "1.2.5" ); # Sun 8 Jan 2012
-
-
-#
-# Global default settings:
-#
-
-# Change to ">" for HTML output
-@define( 'MARKDOWN_EMPTY_ELEMENT_SUFFIX',  " />");
-
-# Define the width of a tab for code blocks.
-@define( 'MARKDOWN_TAB_WIDTH',     4 );
-
-# Optional title attribute for footnote links and backlinks.
-@define( 'MARKDOWN_FN_LINK_TITLE',         "" );
-@define( 'MARKDOWN_FN_BACKLINK_TITLE',     "" );
-
-# Optional class attribute for footnote links and backlinks.
-@define( 'MARKDOWN_FN_LINK_CLASS',         "" );
-@define( 'MARKDOWN_FN_BACKLINK_CLASS',     "" );
-
-
-#
-# WordPress settings:
-#
-
-# Change to false to remove Markdown from posts and/or comments.
-@define( 'MARKDOWN_WP_POSTS',      true );
-@define( 'MARKDOWN_WP_COMMENTS',   true );
-
-
-
-### Standard Function Interface ###
-
-@define( 'MARKDOWN_PARSER_CLASS',  'MarkdownExtra_Parser' );
+require_once("library/php-markdown/Michelf/MarkdownExtra.inc.php");
+# Get Markdown class
+use \Michelf\MarkdownExtra;
 
 function Markdown($text) {
-#
-# Initialize the parser and return the result of its transform method.
-#
-       # Setup static parser variable.
-       static $parser;
-       if (!isset($parser)) {
-               $parser_class = MARKDOWN_PARSER_CLASS;
-               $parser = new $parser_class;
-       }
-
-       # Transform text using parser.
-       return $parser->transform($text);
-}
-
-
-### WordPress Plugin Interface ###
-
-/*
-Plugin Name: Markdown Extra
-Plugin URI: http://michelf.com/projects/php-markdown/
-Description: <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://michelf.com/projects/php-markdown/">More...</a>
-Version: 1.2.5
-Author: Michel Fortin
-Author URI: http://michelf.com/
-*/
 
-if (isset($wp_version)) {
-       # More details about how it works here:
-       # <http://michelf.com/weblog/2005/wordpress-text-flow-vs-markdown/>
-       
-       # Post content and excerpts
-       # - Remove WordPress paragraph generator.
-       # - Run Markdown on excerpt, then remove all tags.
-       # - Add paragraph tag around the excerpt, but remove it for the excerpt rss.
-       if (MARKDOWN_WP_POSTS) {
-               remove_filter('the_content',     'wpautop');
-        remove_filter('the_content_rss', 'wpautop');
-               remove_filter('the_excerpt',     'wpautop');
-               add_filter('the_content',     'mdwp_MarkdownPost', 6);
-        add_filter('the_content_rss', 'mdwp_MarkdownPost', 6);
-               add_filter('get_the_excerpt', 'mdwp_MarkdownPost', 6);
-               add_filter('get_the_excerpt', 'trim', 7);
-               add_filter('the_excerpt',     'mdwp_add_p');
-               add_filter('the_excerpt_rss', 'mdwp_strip_p');
-               
-               remove_filter('content_save_pre',  'balanceTags', 50);
-               remove_filter('excerpt_save_pre',  'balanceTags', 50);
-               add_filter('the_content',         'balanceTags', 50);
-               add_filter('get_the_excerpt', 'balanceTags', 9);
-       }
-       
-       # Add a footnote id prefix to posts when inside a loop.
-       function mdwp_MarkdownPost($text) {
-               static $parser;
-               if (!$parser) {
-                       $parser_class = MARKDOWN_PARSER_CLASS;
-                       $parser = new $parser_class;
-               }
-               if (is_single() || is_page() || is_feed()) {
-                       $parser->fn_id_prefix = "";
-               } else {
-                       $parser->fn_id_prefix = get_the_ID() . ".";
-               }
-               return $parser->transform($text);
-       }
-       
-       # Comments
-       # - Remove WordPress paragraph generator.
-       # - Remove WordPress auto-link generator.
-       # - Scramble important tags before passing them to the kses filter.
-       # - Run Markdown on excerpt then remove paragraph tags.
-       if (MARKDOWN_WP_COMMENTS) {
-               remove_filter('comment_text', 'wpautop', 30);
-               remove_filter('comment_text', 'make_clickable');
-               add_filter('pre_comment_content', 'Markdown', 6);
-               add_filter('pre_comment_content', 'mdwp_hide_tags', 8);
-               add_filter('pre_comment_content', 'mdwp_show_tags', 12);
-               add_filter('get_comment_text',    'Markdown', 6);
-               add_filter('get_comment_excerpt', 'Markdown', 6);
-               add_filter('get_comment_excerpt', 'mdwp_strip_p', 7);
-       
-               global $mdwp_hidden_tags, $mdwp_placeholders;
-               $mdwp_hidden_tags = explode(' ',
-                       '<p> </p> <pre> </pre> <ol> </ol> <ul> </ul> <li> </li>');
-               $mdwp_placeholders = explode(' ', str_rot13(
-                       'pEj07ZbbBZ U1kqgh4w4p pre2zmeN6K QTi31t9pre ol0MP1jzJR '.
-                       'ML5IjmbRol ulANi1NsGY J7zRLJqPul liA8ctl16T K9nhooUHli'));
-       }
-       
-       function mdwp_add_p($text) {
-               if (!preg_match('{^$|^<(p|ul|ol|dl|pre|blockquote)>}i', $text)) {
-                       $text = '<p>'.$text.'</p>';
-                       $text = preg_replace('{\n{2,}}', "</p>\n\n<p>", $text);
-               }
-               return $text;
-       }
-       
-       function mdwp_strip_p($t) { return preg_replace('{</?p>}i', '', $t); }
+       $a = get_app();
 
-       function mdwp_hide_tags($text) {
-               global $mdwp_hidden_tags, $mdwp_placeholders;
-               return str_replace($mdwp_hidden_tags, $mdwp_placeholders, $text);
-       }
-       function mdwp_show_tags($text) {
-               global $mdwp_hidden_tags, $mdwp_placeholders;
-               return str_replace($mdwp_placeholders, $mdwp_hidden_tags, $text);
-       }
-}
+       $stamp1 = microtime(true);
 
+       # Read file and pass content through the Markdown parser
+       $html = MarkdownExtra::defaultTransform($text);
 
-### bBlog Plugin Info ###
+       $a->save_timestamp($stamp1, "parser");
 
-function identify_modifier_markdown() {
-       return array(
-               'name' => 'markdown',
-               'type' => 'modifier',
-               'nicename' => 'PHP Markdown Extra',
-               'description' => 'A text-to-HTML conversion tool for web writers',
-               'authors' => 'Michel Fortin and John Gruber',
-               'licence' => 'GPL',
-               'version' => MARKDOWNEXTRA_VERSION,
-               'help' => '<a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://michelf.com/projects/php-markdown/">More...</a>',
-               );
+       return $html;
 }
-
-
-### Smarty Modifier Interface ###
-
-function smarty_modifier_markdown($text) {
-       return Markdown($text);
-}
-
-
-### Textile Compatibility Mode ###
-
-# Rename this file to "classTextile.php" and it can replace Textile everywhere.
-
-if (strcasecmp(substr(__FILE__, -16), "classTextile.php") == 0) {
-       # Try to include PHP SmartyPants. Should be in the same directory.
-       @include_once 'smartypants.php';
-       # Fake Textile class. It calls Markdown instead.
-       class Textile {
-               function TextileThis($text, $lite='', $encode='') {
-                       if ($lite == '' && $encode == '')    $text = Markdown($text);
-                       if (function_exists('SmartyPants'))  $text = SmartyPants($text);
-                       return $text;
-               }
-               # Fake restricted version: restrictions are not supported for now.
-               function TextileRestricted($text, $lite='', $noimage='') {
-                       return $this->TextileThis($text, $lite);
-               }
-               # Workaround to ensure compatibility with TextPattern 4.0.3.
-               function blockLite($text) { return $text; }
-       }
-}
-
-
-
-#
-# Markdown Parser Class
-#
-
-class Markdown_Parser {
-
-       # Regex to match balanced [brackets].
-       # Needed to insert a maximum bracked depth while converting to PHP.
-       var $nested_brackets_depth = 6;
-       var $nested_brackets_re;
-       
-       var $nested_url_parenthesis_depth = 4;
-       var $nested_url_parenthesis_re;
-
-       # Table of hash values for escaped characters:
-       var $escape_chars = '\`*_{}[]()>#+-.!';
-       var $escape_chars_re;
-
-       # Change to ">" for HTML output.
-       var $empty_element_suffix = MARKDOWN_EMPTY_ELEMENT_SUFFIX;
-       var $tab_width = MARKDOWN_TAB_WIDTH;
-       
-       # Change to `true` to disallow markup or entities.
-       var $no_markup = false;
-       var $no_entities = false;
-       
-       # Predefined urls and titles for reference links and images.
-       var $predef_urls = array();
-       var $predef_titles = array();
-
-
-       function Markdown_Parser() {
-       #
-       # Constructor function. Initialize appropriate member variables.
-       #
-               $this->_initDetab();
-               $this->prepareItalicsAndBold();
-       
-               $this->nested_brackets_re = 
-                       str_repeat('(?>[^\[\]]+|\[', $this->nested_brackets_depth).
-                       str_repeat('\])*', $this->nested_brackets_depth);
-       
-               $this->nested_url_parenthesis_re = 
-                       str_repeat('(?>[^()\s]+|\(', $this->nested_url_parenthesis_depth).
-                       str_repeat('(?>\)))*', $this->nested_url_parenthesis_depth);
-               
-               $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';
-               
-               # Sort document, block, and span gamut in ascendent priority order.
-               asort($this->document_gamut);
-               asort($this->block_gamut);
-               asort($this->span_gamut);
-       }
-
-
-       # Internal hashes used during transformation.
-       var $urls = array();
-       var $titles = array();
-       var $html_hashes = array();
-       
-       # Status flag to avoid invalid nesting.
-       var $in_anchor = false;
-       
-       
-       function setup() {
-       #
-       # Called before the transformation process starts to setup parser 
-       # states.
-       #
-               # Clear global hashes.
-               $this->urls = $this->predef_urls;
-               $this->titles = $this->predef_titles;
-               $this->html_hashes = array();
-               
-               $in_anchor = false;
-       }
-       
-       function teardown() {
-       #
-       # Called after the transformation process to clear any variable 
-       # which may be taking up memory unnecessarly.
-       #
-               $this->urls = array();
-               $this->titles = array();
-               $this->html_hashes = array();
-       }
-
-
-       function transform($text) {
-       #
-       # Main function. Performs some preprocessing on the input text
-       # and pass it through the document gamut.
-       #
-               $this->setup();
-       
-               # Remove UTF-8 BOM and marker character in input, if present.
-               $text = preg_replace('{^\xEF\xBB\xBF|\x1A}', '', $text);
-
-               # Standardize line endings:
-               #   DOS to Unix and Mac to Unix
-               $text = preg_replace('{\r\n?}', "\n", $text);
-
-               # Make sure $text ends with a couple of newlines:
-               $text .= "\n\n";
-
-               # Convert all tabs to spaces.
-               $text = $this->detab($text);
-
-               # Turn block-level HTML blocks into hash entries
-               $text = $this->hashHTMLBlocks($text);
-
-               # Strip any lines consisting only of spaces and tabs.
-               # This makes subsequent regexen easier to write, because we can
-               # match consecutive blank lines with /\n+/ instead of something
-               # contorted like /[ ]*\n+/ .
-               $text = preg_replace('/^[ ]+$/m', '', $text);
-
-               # Run document gamut methods.
-               foreach ($this->document_gamut as $method => $priority) {
-                       $text = $this->$method($text);
-               }
-               
-               $this->teardown();
-
-               return $text . "\n";
-       }
-       
-       var $document_gamut = array(
-               # Strip link definitions, store in hashes.
-               "stripLinkDefinitions" => 20,
-               
-               "runBasicBlockGamut"   => 30,
-               );
-
-
-       function stripLinkDefinitions($text) {
-       #
-       # Strips link definitions from text, stores the URLs and titles in
-       # hash references.
-       #
-               $less_than_tab = $this->tab_width - 1;
-
-               # Link defs are in the form: ^[id]: url "optional title"
-               $text = preg_replace_callback('{
-                                                       ^[ ]{0,'.$less_than_tab.'}\[(.+)\][ ]?: # id = $1
-                                                         [ ]*
-                                                         \n?                           # maybe *one* newline
-                                                         [ ]*
-                                                       (?:
-                                                         <(.+?)>                       # url = $2
-                                                       |
-                                                         (\S+?)                        # url = $3
-                                                       )
-                                                         [ ]*
-                                                         \n?                           # maybe one newline
-                                                         [ ]*
-                                                       (?:
-                                                               (?<=\s)                 # lookbehind for whitespace
-                                                               ["(]
-                                                               (.*?)                   # title = $4
-                                                               [")]
-                                                               [ ]*
-                                                       )?      # title is optional
-                                                       (?:\n+|\Z)
-                       }xm',
-                       array(&$this, '_stripLinkDefinitions_callback'),
-                       $text);
-               return $text;
-       }
-       function _stripLinkDefinitions_callback($matches) {
-               $link_id = strtolower($matches[1]);
-               $url = $matches[2] == '' ? $matches[3] : $matches[2];
-               $this->urls[$link_id] = $url;
-               $this->titles[$link_id] =& $matches[4];
-               return ''; # String that will replace the block
-       }
-
-
-       function hashHTMLBlocks($text) {
-               if ($this->no_markup)  return $text;
-
-               $less_than_tab = $this->tab_width - 1;
-
-               # Hashify HTML blocks:
-               # We only want to do this for block-level HTML tags, such as headers,
-               # lists, and tables. That's because we still want to wrap <p>s around
-               # "paragraphs" that are wrapped in non-block-level tags, such as anchors,
-               # phrase emphasis, and spans. The list of tags we're looking for is
-               # hard-coded:
-               #
-               # *  List "a" is made of tags which can be both inline or block-level.
-               #    These will be treated block-level when the start tag is alone on 
-               #    its line, otherwise they're not matched here and will be taken as 
-               #    inline later.
-               # *  List "b" is made of tags which are always block-level;
-               #
-               $block_tags_a_re = 'ins|del';
-               $block_tags_b_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|'.
-                                                  'script|noscript|form|fieldset|iframe|math';
-
-               # Regular expression for the content of a block tag.
-               $nested_tags_level = 4;
-               $attr = '
-                       (?>                             # optional tag attributes
-                         \s                    # starts with whitespace
-                         (?>
-                               [^>"/]+         # text outside quotes
-                         |
-                               /+(?!>)         # slash not followed by ">"
-                         |
-                               "[^"]*"         # text inside double quotes (tolerate ">")
-                         |
-                               \'[^\']*\'      # text inside single quotes (tolerate ">")
-                         )*
-                       )?      
-                       ';
-               $content =
-                       str_repeat('
-                               (?>
-                                 [^<]+                 # content without tag
-                               |
-                                 <\2                   # nested opening tag
-                                       '.$attr.'       # attributes
-                                       (?>
-                                         />
-                                       |
-                                         >', $nested_tags_level).      # end of opening tag
-                                         '.*?'.                                        # last level nested tag content
-                       str_repeat('
-                                         </\2\s*>      # closing nested tag
-                                       )
-                                 |                             
-                                       <(?!/\2\s*>     # other tags with a different name
-                                 )
-                               )*',
-                               $nested_tags_level);
-               $content2 = str_replace('\2', '\3', $content);
-
-               # First, look for nested blocks, e.g.:
-               #       <div>
-               #               <div>
-               #               tags for inner block must be indented.
-               #               </div>
-               #       </div>
-               #
-               # The outermost tags must start at the left margin for this to match, and
-               # the inner nested divs must be indented.
-               # We need to do this before the next, more liberal match, because the next
-               # match will start at the first `<div>` and stop at the first `</div>`.
-               $text = preg_replace_callback('{(?>
-                       (?>
-                               (?<=\n\n)               # Starting after a blank line
-                               |                               # or
-                               \A\n?                   # the beginning of the doc
-                       )
-                       (                                               # save in $1
-
-                         # Match from `\n<tag>` to `</tag>\n`, handling nested tags 
-                         # in between.
-                                       
-                                               [ ]{0,'.$less_than_tab.'}
-                                               <('.$block_tags_b_re.')# start tag = $2
-                                               '.$attr.'>                      # attributes followed by > and \n
-                                               '.$content.'            # content, support nesting
-                                               </\2>                           # the matching end tag
-                                               [ ]*                            # trailing spaces/tabs
-                                               (?=\n+|\Z)      # followed by a newline or end of document
-
-                       | # Special version for tags of group a.
-
-                                               [ ]{0,'.$less_than_tab.'}
-                                               <('.$block_tags_a_re.')# start tag = $3
-                                               '.$attr.'>[ ]*\n        # attributes followed by >
-                                               '.$content2.'           # content, support nesting
-                                               </\3>                           # the matching end tag
-                                               [ ]*                            # trailing spaces/tabs
-                                               (?=\n+|\Z)      # followed by a newline or end of document
-                                       
-                       | # Special case just for <hr />. It was easier to make a special 
-                         # case than to make the other regex more complicated.
-                       
-                                               [ ]{0,'.$less_than_tab.'}
-                                               <(hr)                           # start tag = $2
-                                               '.$attr.'                       # attributes
-                                               /?>                                     # the matching end tag
-                                               [ ]*
-                                               (?=\n{2,}|\Z)           # followed by a blank line or end of document
-                       
-                       | # Special case for standalone HTML comments:
-                       
-                                       [ ]{0,'.$less_than_tab.'}
-                                       (?s:
-                                               <!-- .*? -->
-                                       )
-                                       [ ]*
-                                       (?=\n{2,}|\Z)           # followed by a blank line or end of document
-                       
-                       | # PHP and ASP-style processor instructions (<? and <%)
-                       
-                                       [ ]{0,'.$less_than_tab.'}
-                                       (?s:
-                                               <([?%])                 # $2
-                                               .*?
-                                               \2>
-                                       )
-                                       [ ]*
-                                       (?=\n{2,}|\Z)           # followed by a blank line or end of document
-                                       
-                       )
-                       )}Sxmi',
-                       array(&$this, '_hashHTMLBlocks_callback'),
-                       $text);
-
-               return $text;
-       }
-       function _hashHTMLBlocks_callback($matches) {
-               $text = $matches[1];
-               $key  = $this->hashBlock($text);
-               return "\n\n$key\n\n";
-       }
-       
-       
-       function hashPart($text, $boundary = 'X') {
-       #
-       # Called whenever a tag must be hashed when a function insert an atomic 
-       # element in the text stream. Passing $text to through this function gives
-       # a unique text-token which will be reverted back when calling unhash.
-       #
-       # The $boundary argument specify what character should be used to surround
-       # the token. By convension, "B" is used for block elements that needs not
-       # to be wrapped into paragraph tags at the end, ":" is used for elements
-       # that are word separators and "X" is used in the general case.
-       #
-               # Swap back any tag hash found in $text so we do not have to `unhash`
-               # multiple times at the end.
-               $text = $this->unhash($text);
-               
-               # Then hash the block.
-               static $i = 0;
-               $key = "$boundary\x1A" . ++$i . $boundary;
-               $this->html_hashes[$key] = $text;
-               return $key; # String that will replace the tag.
-       }
-
-
-       function hashBlock($text) {
-       #
-       # Shortcut function for hashPart with block-level boundaries.
-       #
-               return $this->hashPart($text, 'B');
-       }
-
-
-       var $block_gamut = array(
-       #
-       # These are all the transformations that form block-level
-       # tags like paragraphs, headers, and list items.
-       #
-               "doHeaders"         => 10,
-               "doHorizontalRules" => 20,
-               
-               "doLists"           => 40,
-               "doCodeBlocks"      => 50,
-               "doBlockQuotes"     => 60,
-               );
-
-       function runBlockGamut($text) {
-       #
-       # Run block gamut tranformations.
-       #
-               # We need to escape raw HTML in Markdown source before doing anything 
-               # else. This need to be done for each block, and not only at the 
-               # begining in the Markdown function since hashed blocks can be part of
-               # list items and could have been indented. Indented blocks would have 
-               # been seen as a code block in a previous pass of hashHTMLBlocks.
-               $text = $this->hashHTMLBlocks($text);
-               
-               return $this->runBasicBlockGamut($text);
-       }
-       
-       function runBasicBlockGamut($text) {
-       #
-       # Run block gamut tranformations, without hashing HTML blocks. This is 
-       # useful when HTML blocks are known to be already hashed, like in the first
-       # whole-document pass.
-       #
-               foreach ($this->block_gamut as $method => $priority) {
-                       $text = $this->$method($text);
-               }
-               
-               # Finally form paragraph and restore hashed blocks.
-               $text = $this->formParagraphs($text);
-
-               return $text;
-       }
-       
-       
-       function doHorizontalRules($text) {
-               # Do Horizontal Rules:
-               return preg_replace(
-                       '{
-                               ^[ ]{0,3}       # Leading space
-                               ([-*_])         # $1: First marker
-                               (?>                     # Repeated marker group
-                                       [ ]{0,2}        # Zero, one, or two spaces.
-                                       \1                      # Marker character
-                               ){2,}           # Group repeated at least twice
-                               [ ]*            # Tailing spaces
-                               $                       # End of line.
-                       }mx',
-                       "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n", 
-                       $text);
-       }
-
-
-       var $span_gamut = array(
-       #
-       # These are all the transformations that occur *within* block-level
-       # tags like paragraphs, headers, and list items.
-       #
-               # Process character escapes, code spans, and inline HTML
-               # in one shot.
-               "parseSpan"           => -30,
-
-               # Process anchor and image tags. Images must come first,
-               # because ![foo][f] looks like an anchor.
-               "doImages"            =>  10,
-               "doAnchors"           =>  20,
-               
-               # Make links out of things like `<http://example.com/>`
-               # Must come after doAnchors, because you can use < and >
-               # delimiters in inline links like [this](<url>).
-               "doAutoLinks"         =>  30,
-               "encodeAmpsAndAngles" =>  40,
-
-               "doItalicsAndBold"    =>  50,
-               "doHardBreaks"        =>  60,
-               );
-
-       function runSpanGamut($text) {
-       #
-       # Run span gamut tranformations.
-       #
-               foreach ($this->span_gamut as $method => $priority) {
-                       $text = $this->$method($text);
-               }
-
-               return $text;
-       }
-       
-       
-       function doHardBreaks($text) {
-               # Do hard breaks:
-               return preg_replace_callback('/ {2,}\n/', 
-                       array(&$this, '_doHardBreaks_callback'), $text);
-       }
-       function _doHardBreaks_callback($matches) {
-               return $this->hashPart("<br$this->empty_element_suffix\n");
-       }
-
-
-       function doAnchors($text) {
-       #
-       # Turn Markdown link shortcuts into XHTML <a> tags.
-       #
-               if ($this->in_anchor) return $text;
-               $this->in_anchor = true;
-               
-               #
-               # First, handle reference-style links: [link text] [id]
-               #
-               $text = preg_replace_callback('{
-                       (                                       # wrap whole match in $1
-                         \[
-                               ('.$this->nested_brackets_re.') # link text = $2
-                         \]
-
-                         [ ]?                          # one optional space
-                         (?:\n[ ]*)?           # one optional newline followed by spaces
-
-                         \[
-                               (.*?)           # id = $3
-                         \]
-                       )
-                       }xs',
-                       array(&$this, '_doAnchors_reference_callback'), $text);
-
-               #
-               # Next, inline-style links: [link text](url "optional title")
-               #
-               $text = preg_replace_callback('{
-                       (                               # wrap whole match in $1
-                         \[
-                               ('.$this->nested_brackets_re.') # link text = $2
-                         \]
-                         \(                    # literal paren
-                               [ \n]*
-                               (?:
-                                       <(.+?)> # href = $3
-                               |
-                                       ('.$this->nested_url_parenthesis_re.')  # href = $4
-                               )
-                               [ \n]*
-                               (                       # $5
-                                 ([\'"])       # quote char = $6
-                                 (.*?)         # Title = $7
-                                 \6            # matching quote
-                                 [ \n]*        # ignore any spaces/tabs between closing quote and )
-                               )?                      # title is optional
-                         \)
-                       )
-                       }xs',
-                       array(&$this, '_doAnchors_inline_callback'), $text);
-
-               #
-               # Last, handle reference-style shortcuts: [link text]
-               # These must come last in case you've also got [link text][1]
-               # or [link text](/foo)
-               #
-               $text = preg_replace_callback('{
-                       (                                       # wrap whole match in $1
-                         \[
-                               ([^\[\]]+)              # link text = $2; can\'t contain [ or ]
-                         \]
-                       )
-                       }xs',
-                       array(&$this, '_doAnchors_reference_callback'), $text);
-
-               $this->in_anchor = false;
-               return $text;
-       }
-       function _doAnchors_reference_callback($matches) {
-               $whole_match =  $matches[1];
-               $link_text   =  $matches[2];
-               $link_id     =& $matches[3];
-
-               if ($link_id == "") {
-                       # for shortcut links like [this][] or [this].
-                       $link_id = $link_text;
-               }
-               
-               # lower-case and turn embedded newlines into spaces
-               $link_id = strtolower($link_id);
-               $link_id = preg_replace('{[ ]?\n}', ' ', $link_id);
-
-               if (isset($this->urls[$link_id])) {
-                       $url = $this->urls[$link_id];
-                       $url = $this->encodeAttribute($url);
-                       
-                       $result = "<a href=\"$url\"";
-                       if ( isset( $this->titles[$link_id] ) ) {
-                               $title = $this->titles[$link_id];
-                               $title = $this->encodeAttribute($title);
-                               $result .=  " title=\"$title\"";
-                       }
-               
-                       $link_text = $this->runSpanGamut($link_text);
-                       $result .= ">$link_text</a>";
-                       $result = $this->hashPart($result);
-               }
-               else {
-                       $result = $whole_match;
-               }
-               return $result;
-       }
-       function _doAnchors_inline_callback($matches) {
-               $whole_match    =  $matches[1];
-               $link_text              =  $this->runSpanGamut($matches[2]);
-               $url                    =  $matches[3] == '' ? $matches[4] : $matches[3];
-               $title                  =& $matches[7];
-
-               $url = $this->encodeAttribute($url);
-
-               $result = "<a href=\"$url\"";
-               if (isset($title)) {
-                       $title = $this->encodeAttribute($title);
-                       $result .=  " title=\"$title\"";
-               }
-               
-               $link_text = $this->runSpanGamut($link_text);
-               $result .= ">$link_text</a>";
-
-               return $this->hashPart($result);
-       }
-
-
-       function doImages($text) {
-       #
-       # Turn Markdown image shortcuts into <img> tags.
-       #
-               #
-               # First, handle reference-style labeled images: ![alt text][id]
-               #
-               $text = preg_replace_callback('{
-                       (                               # wrap whole match in $1
-                         !\[
-                               ('.$this->nested_brackets_re.')         # alt text = $2
-                         \]
-
-                         [ ]?                          # one optional space
-                         (?:\n[ ]*)?           # one optional newline followed by spaces
-
-                         \[
-                               (.*?)           # id = $3
-                         \]
-
-                       )
-                       }xs', 
-                       array(&$this, '_doImages_reference_callback'), $text);
-
-               #
-               # Next, handle inline images:  ![alt text](url "optional title")
-               # Don't forget: encode * and _
-               #
-               $text = preg_replace_callback('{
-                       (                               # wrap whole match in $1
-                         !\[
-                               ('.$this->nested_brackets_re.')         # alt text = $2
-                         \]
-                         \s?                   # One optional whitespace character
-                         \(                    # literal paren
-                               [ \n]*
-                               (?:
-                                       <(\S*)> # src url = $3
-                               |
-                                       ('.$this->nested_url_parenthesis_re.')  # src url = $4
-                               )
-                               [ \n]*
-                               (                       # $5
-                                 ([\'"])       # quote char = $6
-                                 (.*?)         # title = $7
-                                 \6            # matching quote
-                                 [ \n]*
-                               )?                      # title is optional
-                         \)
-                       )
-                       }xs',
-                       array(&$this, '_doImages_inline_callback'), $text);
-
-               return $text;
-       }
-       function _doImages_reference_callback($matches) {
-               $whole_match = $matches[1];
-               $alt_text    = $matches[2];
-               $link_id     = strtolower($matches[3]);
-
-               if ($link_id == "") {
-                       $link_id = strtolower($alt_text); # for shortcut links like ![this][].
-               }
-
-               $alt_text = $this->encodeAttribute($alt_text);
-               if (isset($this->urls[$link_id])) {
-                       $url = $this->encodeAttribute($this->urls[$link_id]);
-                       $result = "<img src=\"$url\" alt=\"$alt_text\"";
-                       if (isset($this->titles[$link_id])) {
-                               $title = $this->titles[$link_id];
-                               $title = $this->encodeAttribute($title);
-                               $result .=  " title=\"$title\"";
-                       }
-                       $result .= $this->empty_element_suffix;
-                       $result = $this->hashPart($result);
-               }
-               else {
-                       # If there's no such link ID, leave intact:
-                       $result = $whole_match;
-               }
-
-               return $result;
-       }
-       function _doImages_inline_callback($matches) {
-               $whole_match    = $matches[1];
-               $alt_text               = $matches[2];
-               $url                    = $matches[3] == '' ? $matches[4] : $matches[3];
-               $title                  =& $matches[7];
-
-               $alt_text = $this->encodeAttribute($alt_text);
-               $url = $this->encodeAttribute($url);
-               $result = "<img src=\"$url\" alt=\"$alt_text\"";
-               if (isset($title)) {
-                       $title = $this->encodeAttribute($title);
-                       $result .=  " title=\"$title\""; # $title already quoted
-               }
-               $result .= $this->empty_element_suffix;
-
-               return $this->hashPart($result);
-       }
-
-
-       function doHeaders($text) {
-               # Setext-style headers:
-               #         Header 1
-               #         ========
-               #  
-               #         Header 2
-               #         --------
-               #
-               $text = preg_replace_callback('{ ^(.+?)[ ]*\n(=+|-+)[ ]*\n+ }mx',
-                       array(&$this, '_doHeaders_callback_setext'), $text);
-
-               # atx-style headers:
-               #       # Header 1
-               #       ## Header 2
-               #       ## Header 2 with closing hashes ##
-               #       ...
-               #       ###### Header 6
-               #
-               $text = preg_replace_callback('{
-                               ^(\#{1,6})      # $1 = string of #\'s
-                               [ ]*
-                               (.+?)           # $2 = Header text
-                               [ ]*
-                               \#*                     # optional closing #\'s (not counted)
-                               \n+
-                       }xm',
-                       array(&$this, '_doHeaders_callback_atx'), $text);
-
-               return $text;
-       }
-       function _doHeaders_callback_setext($matches) {
-               # Terrible hack to check we haven't found an empty list item.
-               if ($matches[2] == '-' && preg_match('{^-(?: |$)}', $matches[1]))
-                       return $matches[0];
-               
-               $level = $matches[2]{0} == '=' ? 1 : 2;
-               $block = "<h$level>".$this->runSpanGamut($matches[1])."</h$level>";
-               return "\n" . $this->hashBlock($block) . "\n\n";
-       }
-       function _doHeaders_callback_atx($matches) {
-               $level = strlen($matches[1]);
-               $block = "<h$level>".$this->runSpanGamut($matches[2])."</h$level>";
-               return "\n" . $this->hashBlock($block) . "\n\n";
-       }
-
-
-       function doLists($text) {
-       #
-       # Form HTML ordered (numbered) and unordered (bulleted) lists.
-       #
-               $less_than_tab = $this->tab_width - 1;
-
-               # Re-usable patterns to match list item bullets and number markers:
-               $marker_ul_re  = '[*+-]';
-               $marker_ol_re  = '\d+[\.]';
-               $marker_any_re = "(?:$marker_ul_re|$marker_ol_re)";
-
-               $markers_relist = array(
-                       $marker_ul_re => $marker_ol_re,
-                       $marker_ol_re => $marker_ul_re,
-                       );
-
-               foreach ($markers_relist as $marker_re => $other_marker_re) {
-                       # Re-usable pattern to match any entirel ul or ol list:
-                       $whole_list_re = '
-                               (                                                               # $1 = whole list
-                                 (                                                             # $2
-                                       ([ ]{0,'.$less_than_tab.'})     # $3 = number of spaces
-                                       ('.$marker_re.')                        # $4 = first list item marker
-                                       [ ]+
-                                 )
-                                 (?s:.+?)
-                                 (                                                             # $5
-                                         \z
-                                       |
-                                         \n{2,}
-                                         (?=\S)
-                                         (?!                                           # Negative lookahead for another list item marker
-                                               [ ]*
-                                               '.$marker_re.'[ ]+
-                                         )
-                                       |
-                                         (?=                                           # Lookahead for another kind of list
-                                           \n
-                                               \3                                              # Must have the same indentation
-                                               '.$other_marker_re.'[ ]+
-                                         )
-                                 )
-                               )
-                       '; // mx
-                       
-                       # We use a different prefix before nested lists than top-level lists.
-                       # See extended comment in _ProcessListItems().
-               
-                       if ($this->list_level) {
-                               $text = preg_replace_callback('{
-                                               ^
-                                               '.$whole_list_re.'
-                                       }mx',
-                                       array(&$this, '_doLists_callback'), $text);
-                       }
-                       else {
-                               $text = preg_replace_callback('{
-                                               (?:(?<=\n)\n|\A\n?) # Must eat the newline
-                                               '.$whole_list_re.'
-                                       }mx',
-                                       array(&$this, '_doLists_callback'), $text);
-                       }
-               }
-
-               return $text;
-       }
-       function _doLists_callback($matches) {
-               # Re-usable patterns to match list item bullets and number markers:
-               $marker_ul_re  = '[*+-]';
-               $marker_ol_re  = '\d+[\.]';
-               $marker_any_re = "(?:$marker_ul_re|$marker_ol_re)";
-               
-               $list = $matches[1];
-               $list_type = preg_match("/$marker_ul_re/", $matches[4]) ? "ul" : "ol";
-               
-               $marker_any_re = ( $list_type == "ul" ? $marker_ul_re : $marker_ol_re );
-               
-               $list .= "\n";
-               $result = $this->processListItems($list, $marker_any_re);
-               
-               $result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");
-               return "\n". $result ."\n\n";
-       }
-
-       var $list_level = 0;
-
-       function processListItems($list_str, $marker_any_re) {
-       #
-       #       Process the contents of a single ordered or unordered list, splitting it
-       #       into individual list items.
-       #
-               # The $this->list_level global keeps track of when we're inside a list.
-               # Each time we enter a list, we increment it; when we leave a list,
-               # we decrement. If it's zero, we're not in a list anymore.
-               #
-               # We do this because when we're not inside a list, we want to treat
-               # something like this:
-               #
-               #               I recommend upgrading to version
-               #               8. Oops, now this line is treated
-               #               as a sub-list.
-               #
-               # As a single paragraph, despite the fact that the second line starts
-               # with a digit-period-space sequence.
-               #
-               # Whereas when we're inside a list (or sub-list), that line will be
-               # treated as the start of a sub-list. What a kludge, huh? This is
-               # an aspect of Markdown's syntax that's hard to parse perfectly
-               # without resorting to mind-reading. Perhaps the solution is to
-               # change the syntax rules such that sub-lists must start with a
-               # starting cardinal number; e.g. "1." or "a.".
-               
-               $this->list_level++;
-
-               # trim trailing blank lines:
-               $list_str = preg_replace("/\n{2,}\\z/", "\n", $list_str);
-
-               $list_str = preg_replace_callback('{
-                       (\n)?                                                   # leading line = $1
-                       (^[ ]*)                                                 # leading whitespace = $2
-                       ('.$marker_any_re.'                             # list marker and space = $3
-                               (?:[ ]+|(?=\n)) # space only required if item is not empty
-                       )
-                       ((?s:.*?))                                              # list item text   = $4
-                       (?:(\n+(?=\n))|\n)                              # tailing blank line = $5
-                       (?= \n* (\z | \2 ('.$marker_any_re.') (?:[ ]+|(?=\n))))
-                       }xm',
-                       array(&$this, '_processListItems_callback'), $list_str);
-
-               $this->list_level--;
-               return $list_str;
-       }
-       function _processListItems_callback($matches) {
-               $item = $matches[4];
-               $leading_line =& $matches[1];
-               $leading_space =& $matches[2];
-               $marker_space = $matches[3];
-               $tailing_blank_line =& $matches[5];
-
-               if ($leading_line || $tailing_blank_line || 
-                       preg_match('/\n{2,}/', $item))
-               {
-                       # Replace marker with the appropriate whitespace indentation
-                       $item = $leading_space . str_repeat(' ', strlen($marker_space)) . $item;
-                       $item = $this->runBlockGamut($this->outdent($item)."\n");
-               }
-               else {
-                       # Recursion for sub-lists:
-                       $item = $this->doLists($this->outdent($item));
-                       $item = preg_replace('/\n+$/', '', $item);
-                       $item = $this->runSpanGamut($item);
-               }
-
-               return "<li>" . $item . "</li>\n";
-       }
-
-
-       function doCodeBlocks($text) {
-       #
-       #       Process Markdown `<pre><code>` blocks.
-       #
-               $text = preg_replace_callback('{
-                               (?:\n\n|\A\n?)
-                               (                   # $1 = the code block -- one or more lines, starting with a space/tab
-                                 (?>
-                                       [ ]{'.$this->tab_width.'}  # Lines must start with a tab or a tab-width of spaces
-                                       .*\n+
-                                 )+
-                               )
-                               ((?=^[ ]{0,'.$this->tab_width.'}\S)|\Z) # Lookahead for non-space at line-start, or end of doc
-                       }xm',
-                       array(&$this, '_doCodeBlocks_callback'), $text);
-
-               return $text;
-       }
-       function _doCodeBlocks_callback($matches) {
-               $codeblock = $matches[1];
-
-               $codeblock = $this->outdent($codeblock);
-               $codeblock = htmlspecialchars($codeblock, ENT_NOQUOTES);
-
-               # trim leading newlines and trailing newlines
-               $codeblock = preg_replace('/\A\n+|\n+\z/', '', $codeblock);
-
-               $codeblock = "<pre><code>$codeblock\n</code></pre>";
-               return "\n\n".$this->hashBlock($codeblock)."\n\n";
-       }
-
-
-       function makeCodeSpan($code) {
-       #
-       # Create a code span markup for $code. Called from handleSpanToken.
-       #
-               $code = htmlspecialchars(trim($code), ENT_NOQUOTES);
-               return $this->hashPart("<code>$code</code>");
-       }
-
-
-       var $em_relist = array(
-               ''  => '(?:(?<!\*)\*(?!\*)|(?<!_)_(?!_))(?=\S|$)(?![\.,:;]\s)',
-               '*' => '(?<=\S|^)(?<!\*)\*(?!\*)',
-               '_' => '(?<=\S|^)(?<!_)_(?!_)',
-               );
-       var $strong_relist = array(
-               ''   => '(?:(?<!\*)\*\*(?!\*)|(?<!_)__(?!_))(?=\S|$)(?![\.,:;]\s)',
-               '**' => '(?<=\S|^)(?<!\*)\*\*(?!\*)',
-               '__' => '(?<=\S|^)(?<!_)__(?!_)',
-               );
-       var $em_strong_relist = array(
-               ''    => '(?:(?<!\*)\*\*\*(?!\*)|(?<!_)___(?!_))(?=\S|$)(?![\.,:;]\s)',
-               '***' => '(?<=\S|^)(?<!\*)\*\*\*(?!\*)',
-               '___' => '(?<=\S|^)(?<!_)___(?!_)',
-               );
-       var $em_strong_prepared_relist;
-       
-       function prepareItalicsAndBold() {
-       #
-       # Prepare regular expressions for searching emphasis tokens in any
-       # context.
-       #
-               foreach ($this->em_relist as $em => $em_re) {
-                       foreach ($this->strong_relist as $strong => $strong_re) {
-                               # Construct list of allowed token expressions.
-                               $token_relist = array();
-                               if (isset($this->em_strong_relist["$em$strong"])) {
-                                       $token_relist[] = $this->em_strong_relist["$em$strong"];
-                               }
-                               $token_relist[] = $em_re;
-                               $token_relist[] = $strong_re;
-                               
-                               # Construct master expression from list.
-                               $token_re = '{('. implode('|', $token_relist) .')}';
-                               $this->em_strong_prepared_relist["$em$strong"] = $token_re;
-                       }
-               }
-       }
-       
-       function doItalicsAndBold($text) {
-               $token_stack = array('');
-               $text_stack = array('');
-               $em = '';
-               $strong = '';
-               $tree_char_em = false;
-               
-               while (1) {
-                       #
-                       # Get prepared regular expression for seraching emphasis tokens
-                       # in current context.
-                       #
-                       $token_re = $this->em_strong_prepared_relist["$em$strong"];
-                       
-                       #
-                       # Each loop iteration search for the next emphasis token. 
-                       # Each token is then passed to handleSpanToken.
-                       #
-                       $parts = preg_split($token_re, $text, 2, PREG_SPLIT_DELIM_CAPTURE);
-                       $text_stack[0] .= $parts[0];
-                       $token =& $parts[1];
-                       $text =& $parts[2];
-                       
-                       if (empty($token)) {
-                               # Reached end of text span: empty stack without emitting.
-                               # any more emphasis.
-                               while ($token_stack[0]) {
-                                       $text_stack[1] .= array_shift($token_stack);
-                                       $text_stack[0] .= array_shift($text_stack);
-                               }
-                               break;
-                       }
-                       
-                       $token_len = strlen($token);
-                       if ($tree_char_em) {
-                               # Reached closing marker while inside a three-char emphasis.
-                               if ($token_len == 3) {
-                                       # Three-char closing marker, close em and strong.
-                                       array_shift($token_stack);
-                                       $span = array_shift($text_stack);
-                                       $span = $this->runSpanGamut($span);
-                                       $span = "<strong><em>$span</em></strong>";
-                                       $text_stack[0] .= $this->hashPart($span);
-                                       $em = '';
-                                       $strong = '';
-                               } else {
-                                       # Other closing marker: close one em or strong and
-                                       # change current token state to match the other
-                                       $token_stack[0] = str_repeat($token{0}, 3-$token_len);
-                                       $tag = $token_len == 2 ? "strong" : "em";
-                                       $span = $text_stack[0];
-                                       $span = $this->runSpanGamut($span);
-                                       $span = "<$tag>$span</$tag>";
-                                       $text_stack[0] = $this->hashPart($span);
-                                       $$tag = ''; # $$tag stands for $em or $strong
-                               }
-                               $tree_char_em = false;
-                       } else if ($token_len == 3) {
-                               if ($em) {
-                                       # Reached closing marker for both em and strong.
-                                       # Closing strong marker:
-                                       for ($i = 0; $i < 2; ++$i) {
-                                               $shifted_token = array_shift($token_stack);
-                                               $tag = strlen($shifted_token) == 2 ? "strong" : "em";
-                                               $span = array_shift($text_stack);
-                                               $span = $this->runSpanGamut($span);
-                                               $span = "<$tag>$span</$tag>";
-                                               $text_stack[0] .= $this->hashPart($span);
-                                               $$tag = ''; # $$tag stands for $em or $strong
-                                       }
-                               } else {
-                                       # Reached opening three-char emphasis marker. Push on token 
-                                       # stack; will be handled by the special condition above.
-                                       $em = $token{0};
-                                       $strong = "$em$em";
-                                       array_unshift($token_stack, $token);
-                                       array_unshift($text_stack, '');
-                                       $tree_char_em = true;
-                               }
-                       } else if ($token_len == 2) {
-                               if ($strong) {
-                                       # Unwind any dangling emphasis marker:
-                                       if (strlen($token_stack[0]) == 1) {
-                                               $text_stack[1] .= array_shift($token_stack);
-                                               $text_stack[0] .= array_shift($text_stack);
-                                       }
-                                       # Closing strong marker:
-                                       array_shift($token_stack);
-                                       $span = array_shift($text_stack);
-                                       $span = $this->runSpanGamut($span);
-                                       $span = "<strong>$span</strong>";
-                                       $text_stack[0] .= $this->hashPart($span);
-                                       $strong = '';
-                               } else {
-                                       array_unshift($token_stack, $token);
-                                       array_unshift($text_stack, '');
-                                       $strong = $token;
-                               }
-                       } else {
-                               # Here $token_len == 1
-                               if ($em) {
-                                       if (strlen($token_stack[0]) == 1) {
-                                               # Closing emphasis marker:
-                                               array_shift($token_stack);
-                                               $span = array_shift($text_stack);
-                                               $span = $this->runSpanGamut($span);
-                                               $span = "<em>$span</em>";
-                                               $text_stack[0] .= $this->hashPart($span);
-                                               $em = '';
-                                       } else {
-                                               $text_stack[0] .= $token;
-                                       }
-                               } else {
-                                       array_unshift($token_stack, $token);
-                                       array_unshift($text_stack, '');
-                                       $em = $token;
-                               }
-                       }
-               }
-               return $text_stack[0];
-       }
-
-
-       function doBlockQuotes($text) {
-               $text = preg_replace_callback('/
-                         (                                                             # Wrap whole match in $1
-                               (?>
-                                 ^[ ]*>[ ]?                    # ">" at the start of a line
-                                       .+\n                                    # rest of the first line
-                                 (.+\n)*                                       # subsequent consecutive lines
-                                 \n*                                           # blanks
-                               )+
-                         )
-                       /xm',
-                       array(&$this, '_doBlockQuotes_callback'), $text);
-
-               return $text;
-       }
-       function _doBlockQuotes_callback($matches) {
-               $bq = $matches[1];
-               # trim one level of quoting - trim whitespace-only lines
-               $bq = preg_replace('/^[ ]*>[ ]?|^[ ]+$/m', '', $bq);
-               $bq = $this->runBlockGamut($bq);                # recurse
-
-               $bq = preg_replace('/^/m', "  ", $bq);
-               # These leading spaces cause problem with <pre> content, 
-               # so we need to fix that:
-               $bq = preg_replace_callback('{(\s*<pre>.+?</pre>)}sx', 
-                       array(&$this, '_doBlockQuotes_callback2'), $bq);
-
-               return "\n". $this->hashBlock("<blockquote>\n$bq\n</blockquote>")."\n\n";
-       }
-       function _doBlockQuotes_callback2($matches) {
-               $pre = $matches[1];
-               $pre = preg_replace('/^  /m', '', $pre);
-               return $pre;
-       }
-
-
-       function formParagraphs($text) {
-       #
-       #       Params:
-       #               $text - string to process with html <p> tags
-       #
-               # Strip leading and trailing lines:
-               $text = preg_replace('/\A\n+|\n+\z/', '', $text);
-
-               $grafs = preg_split('/\n{2,}/', $text, -1, PREG_SPLIT_NO_EMPTY);
-
-               #
-               # Wrap <p> tags and unhashify HTML blocks
-               #
-               foreach ($grafs as $key => $value) {
-                       if (!preg_match('/^B\x1A[0-9]+B$/', $value)) {
-                               # Is a paragraph.
-                               $value = $this->runSpanGamut($value);
-                               $value = preg_replace('/^([ ]*)/', "<p>", $value);
-                               $value .= "</p>";
-                               $grafs[$key] = $this->unhash($value);
-                       }
-                       else {
-                               # Is a block.
-                               # Modify elements of @grafs in-place...
-                               $graf = $value;
-                               $block = $this->html_hashes[$graf];
-                               $graf = $block;
-//                             if (preg_match('{
-//                                     \A
-//                                     (                                                       # $1 = <div> tag
-//                                       <div  \s+
-//                                       [^>]*
-//                                       \b
-//                                       markdown\s*=\s*  ([\'"])      #       $2 = attr quote char
-//                                       1
-//                                       \2
-//                                       [^>]*
-//                                       >
-//                                     )
-//                                     (                                                       # $3 = contents
-//                                     .*
-//                                     )
-//                                     (</div>)                                        # $4 = closing tag
-//                                     \z
-//                                     }xs', $block, $matches))
-//                             {
-//                                     list(, $div_open, , $div_content, $div_close) = $matches;
-//
-//                                     # We can't call Markdown(), because that resets the hash;
-//                                     # that initialization code should be pulled into its own sub, though.
-//                                     $div_content = $this->hashHTMLBlocks($div_content);
-//                                     
-//                                     # Run document gamut methods on the content.
-//                                     foreach ($this->document_gamut as $method => $priority) {
-//                                             $div_content = $this->$method($div_content);
-//                                     }
-//
-//                                     $div_open = preg_replace(
-//                                             '{\smarkdown\s*=\s*([\'"]).+?\1}', '', $div_open);
-//
-//                                     $graf = $div_open . "\n" . $div_content . "\n" . $div_close;
-//                             }
-                               $grafs[$key] = $graf;
-                       }
-               }
-
-               return implode("\n\n", $grafs);
-       }
-
-
-       function encodeAttribute($text) {
-       #
-       # Encode text for a double-quoted HTML attribute. This function
-       # is *not* suitable for attributes enclosed in single quotes.
-       #
-               $text = $this->encodeAmpsAndAngles($text);
-               $text = str_replace('"', '&quot;', $text);
-               return $text;
-       }
-       
-       
-       function encodeAmpsAndAngles($text) {
-       #
-       # Smart processing for ampersands and angle brackets that need to 
-       # be encoded. Valid character entities are left alone unless the
-       # no-entities mode is set.
-       #
-               if ($this->no_entities) {
-                       $text = str_replace('&', '&amp;', $text);
-               } else {
-                       # Ampersand-encoding based entirely on Nat Irons's Amputator
-                       # MT plugin: <http://bumppo.net/projects/amputator/>
-                       $text = preg_replace('/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/', 
-                                                               '&amp;', $text);;
-               }
-               # Encode remaining <'s
-               $text = str_replace('<', '&lt;', $text);
-
-               return $text;
-       }
-
-
-       function doAutoLinks($text) {
-               $text = preg_replace_callback('{<((https?|ftp|dict):[^\'">\s]+)>}i', 
-                       array(&$this, '_doAutoLinks_url_callback'), $text);
-
-               # Email addresses: <address@domain.foo>
-               $text = preg_replace_callback('{
-                       <
-                       (?:mailto:)?
-                       (
-                               (?:
-                                       [-!#$%&\'*+/=?^_`.{|}~\w\x80-\xFF]+
-                               |
-                                       ".*?"
-                               )
-                               \@
-                               (?:
-                                       [-a-z0-9\x80-\xFF]+(\.[-a-z0-9\x80-\xFF]+)*\.[a-z]+
-                               |
-                                       \[[\d.a-fA-F:]+\]       # IPv4 & IPv6
-                               )
-                       )
-                       >
-                       }xi',
-                       array(&$this, '_doAutoLinks_email_callback'), $text);
-
-               return $text;
-       }
-       function _doAutoLinks_url_callback($matches) {
-               $url = $this->encodeAttribute($matches[1]);
-               $link = "<a href=\"$url\">$url</a>";
-               return $this->hashPart($link);
-       }
-       function _doAutoLinks_email_callback($matches) {
-               $address = $matches[1];
-               $link = $this->encodeEmailAddress($address);
-               return $this->hashPart($link);
-       }
-
-
-       function encodeEmailAddress($addr) {
-       #
-       #       Input: an email address, e.g. "foo@example.com"
-       #
-       #       Output: the email address as a mailto link, with each character
-       #               of the address encoded as either a decimal or hex entity, in
-       #               the hopes of foiling most address harvesting spam bots. E.g.:
-       #
-       #         <p><a href="&#109;&#x61;&#105;&#x6c;&#116;&#x6f;&#58;&#x66;o&#111;
-       #        &#x40;&#101;&#x78;&#97;&#x6d;&#112;&#x6c;&#101;&#46;&#x63;&#111;
-       #        &#x6d;">&#x66;o&#111;&#x40;&#101;&#x78;&#97;&#x6d;&#112;&#x6c;
-       #        &#101;&#46;&#x63;&#111;&#x6d;</a></p>
-       #
-       #       Based by a filter by Matthew Wickline, posted to BBEdit-Talk.
-       #   With some optimizations by Milian Wolff.
-       #
-               $addr = "mailto:" . $addr;
-               $chars = preg_split('/(?<!^)(?!$)/', $addr);
-               $seed = (int)abs(crc32($addr) / strlen($addr)); # Deterministic seed.
-               
-               foreach ($chars as $key => $char) {
-                       $ord = ord($char);
-                       # Ignore non-ascii chars.
-                       if ($ord < 128) {
-                               $r = ($seed * (1 + $key)) % 100; # Pseudo-random function.
-                               # roughly 10% raw, 45% hex, 45% dec
-                               # '@' *must* be encoded. I insist.
-                               if ($r > 90 && $char != '@') /* do nothing */;
-                               else if ($r < 45) $chars[$key] = '&#x'.dechex($ord).';';
-                               else              $chars[$key] = '&#'.$ord.';';
-                       }
-               }
-               
-               $addr = implode('', $chars);
-               $text = implode('', array_slice($chars, 7)); # text without `mailto:`
-               $addr = "<a href=\"$addr\">$text</a>";
-
-               return $addr;
-       }
-
-
-       function parseSpan($str) {
-       #
-       # Take the string $str and parse it into tokens, hashing embeded HTML,
-       # escaped characters and handling code spans.
-       #
-               $output = '';
-               
-               $span_re = '{
-                               (
-                                       \\\\'.$this->escape_chars_re.'
-                               |
-                                       (?<![`\\\\])
-                                       `+                                              # code span marker
-                       '.( $this->no_markup ? '' : '
-                               |
-                                       <!--    .*?     -->             # comment
-                               |
-                                       <\?.*?\?> | <%.*?%>             # processing instruction
-                               |
-                                       <[/!$]?[-a-zA-Z0-9:_]+  # regular tags
-                                       (?>
-                                               \s
-                                               (?>[^"\'>]+|"[^"]*"|\'[^\']*\')*
-                                       )?
-                                       >
-                       ').'
-                               )
-                               }xs';
-
-               while (1) {
-                       #
-                       # Each loop iteration seach for either the next tag, the next 
-                       # openning code span marker, or the next escaped character. 
-                       # Each token is then passed to handleSpanToken.
-                       #
-                       $parts = preg_split($span_re, $str, 2, PREG_SPLIT_DELIM_CAPTURE);
-                       
-                       # Create token from text preceding tag.
-                       if ($parts[0] != "") {
-                               $output .= $parts[0];
-                       }
-                       
-                       # Check if we reach the end.
-                       if (isset($parts[1])) {
-                               $output .= $this->handleSpanToken($parts[1], $parts[2]);
-                               $str = $parts[2];
-                       }
-                       else {
-                               break;
-                       }
-               }
-               
-               return $output;
-       }
-       
-       
-       function handleSpanToken($token, &$str) {
-       #
-       # Handle $token provided by parseSpan by determining its nature and 
-       # returning the corresponding value that should replace it.
-       #
-               switch ($token{0}) {
-                       case "\\":
-                               return $this->hashPart("&#". ord($token{1}). ";");
-                       case "`":
-                               # Search for end marker in remaining text.
-                               if (preg_match('/^(.*?[^`])'.preg_quote($token).'(?!`)(.*)$/sm', 
-                                       $str, $matches))
-                               {
-                                       $str = $matches[2];
-                                       $codespan = $this->makeCodeSpan($matches[1]);
-                                       return $this->hashPart($codespan);
-                               }
-                               return $token; // return as text since no ending marker found.
-                       default:
-                               return $this->hashPart($token);
-               }
-       }
-
-
-       function outdent($text) {
-       #
-       # Remove one level of line-leading tabs or spaces
-       #
-               return preg_replace('/^(\t|[ ]{1,'.$this->tab_width.'})/m', '', $text);
-       }
-
-
-       # String length function for detab. `_initDetab` will create a function to 
-       # hanlde UTF-8 if the default function does not exist.
-       var $utf8_strlen = 'mb_strlen';
-       
-       function detab($text) {
-       #
-       # Replace tabs with the appropriate amount of space.
-       #
-               # For each line we separate the line in blocks delemited by
-               # tab characters. Then we reconstruct every line by adding the 
-               # appropriate number of space between each blocks.
-               
-               $text = preg_replace_callback('/^.*\t.*$/m',
-                       array(&$this, '_detab_callback'), $text);
-
-               return $text;
-       }
-       function _detab_callback($matches) {
-               $line = $matches[0];
-               $strlen = $this->utf8_strlen; # strlen function for UTF-8.
-               
-               # Split in blocks.
-               $blocks = explode("\t", $line);
-               # Add each blocks to the line.
-               $line = $blocks[0];
-               unset($blocks[0]); # Do not add first block twice.
-               foreach ($blocks as $block) {
-                       # Calculate amount of space, insert spaces, insert block.
-                       $amount = $this->tab_width - 
-                               $strlen($line, 'UTF-8') % $this->tab_width;
-                       $line .= str_repeat(" ", $amount) . $block;
-               }
-               return $line;
-       }
-       function _initDetab() {
-       #
-       # Check for the availability of the function in the `utf8_strlen` property
-       # (initially `mb_strlen`). If the function is not available, create a 
-       # function that will loosely count the number of UTF-8 characters with a
-       # regular expression.
-       #
-               if (function_exists($this->utf8_strlen)) return;
-               $this->utf8_strlen = create_function('$text', 'return preg_match_all(
-                       "/[\\\\x00-\\\\xBF]|[\\\\xC0-\\\\xFF][\\\\x80-\\\\xBF]*/", 
-                       $text, $m);');
-       }
-
-
-       function unhash($text) {
-       #
-       # Swap back in all the tags hashed by _HashHTMLBlocks.
-       #
-               return preg_replace_callback('/(.)\x1A[0-9]+\1/', 
-                       array(&$this, '_unhash_callback'), $text);
-       }
-       function _unhash_callback($matches) {
-               return $this->html_hashes[$matches[0]];
-       }
-
-}
-
-
-#
-# Markdown Extra Parser Class
-#
-
-class MarkdownExtra_Parser extends Markdown_Parser {
-
-       # Prefix for footnote ids.
-       var $fn_id_prefix = "";
-       
-       # Optional title attribute for footnote links and backlinks.
-       var $fn_link_title = MARKDOWN_FN_LINK_TITLE;
-       var $fn_backlink_title = MARKDOWN_FN_BACKLINK_TITLE;
-       
-       # Optional class attribute for footnote links and backlinks.
-       var $fn_link_class = MARKDOWN_FN_LINK_CLASS;
-       var $fn_backlink_class = MARKDOWN_FN_BACKLINK_CLASS;
-       
-       # Predefined abbreviations.
-       var $predef_abbr = array();
-
-
-       function MarkdownExtra_Parser() {
-       #
-       # Constructor function. Initialize the parser object.
-       #
-               # Add extra escapable characters before parent constructor 
-               # initialize the table.
-               $this->escape_chars .= ':|';
-               
-               # Insert extra document, block, and span transformations. 
-               # Parent constructor will do the sorting.
-               $this->document_gamut += array(
-                       "doFencedCodeBlocks" => 5,
-                       "stripFootnotes"     => 15,
-                       "stripAbbreviations" => 25,
-                       "appendFootnotes"    => 50,
-                       );
-               $this->block_gamut += array(
-                       "doFencedCodeBlocks" => 5,
-                       "doTables"           => 15,
-                       "doDefLists"         => 45,
-                       );
-               $this->span_gamut += array(
-                       "doFootnotes"        => 5,
-                       "doAbbreviations"    => 70,
-                       );
-               
-               parent::Markdown_Parser();
-       }
-       
-       
-       # Extra variables used during extra transformations.
-       var $footnotes = array();
-       var $footnotes_ordered = array();
-       var $abbr_desciptions = array();
-       var $abbr_word_re = '';
-       
-       # Give the current footnote number.
-       var $footnote_counter = 1;
-       
-       
-       function setup() {
-       #
-       # Setting up Extra-specific variables.
-       #
-               parent::setup();
-               
-               $this->footnotes = array();
-               $this->footnotes_ordered = array();
-               $this->abbr_desciptions = array();
-               $this->abbr_word_re = '';
-               $this->footnote_counter = 1;
-               
-               foreach ($this->predef_abbr as $abbr_word => $abbr_desc) {
-                       if ($this->abbr_word_re)
-                               $this->abbr_word_re .= '|';
-                       $this->abbr_word_re .= preg_quote($abbr_word);
-                       $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
-               }
-       }
-       
-       function teardown() {
-       #
-       # Clearing Extra-specific variables.
-       #
-               $this->footnotes = array();
-               $this->footnotes_ordered = array();
-               $this->abbr_desciptions = array();
-               $this->abbr_word_re = '';
-               
-               parent::teardown();
-       }
-       
-       
-       ### HTML Block Parser ###
-       
-       # Tags that are always treated as block tags:
-       var $block_tags_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|form|fieldset|iframe|hr|legend';
-       
-       # Tags treated as block tags only if the opening tag is alone on it's line:
-       var $context_block_tags_re = 'script|noscript|math|ins|del';
-       
-       # Tags where markdown="1" default to span mode:
-       var $contain_span_tags_re = 'p|h[1-6]|li|dd|dt|td|th|legend|address';
-       
-       # Tags which must not have their contents modified, no matter where 
-       # they appear:
-       var $clean_tags_re = 'script|math';
-       
-       # Tags that do not need to be closed.
-       var $auto_close_tags_re = 'hr|img';
-       
-
-       function hashHTMLBlocks($text) {
-       #
-       # Hashify HTML Blocks and "clean tags".
-       #
-       # We only want to do this for block-level HTML tags, such as headers,
-       # lists, and tables. That's because we still want to wrap <p>s around
-       # "paragraphs" that are wrapped in non-block-level tags, such as anchors,
-       # phrase emphasis, and spans. The list of tags we're looking for is
-       # hard-coded.
-       #
-       # This works by calling _HashHTMLBlocks_InMarkdown, which then calls
-       # _HashHTMLBlocks_InHTML when it encounter block tags. When the markdown="1" 
-       # attribute is found whitin a tag, _HashHTMLBlocks_InHTML calls back
-       #  _HashHTMLBlocks_InMarkdown to handle the Markdown syntax within the tag.
-       # These two functions are calling each other. It's recursive!
-       #
-               #
-               # Call the HTML-in-Markdown hasher.
-               #
-               list($text, ) = $this->_hashHTMLBlocks_inMarkdown($text);
-               
-               return $text;
-       }
-       function _hashHTMLBlocks_inMarkdown($text, $indent = 0, 
-                                                                               $enclosing_tag_re = '', $span = false)
-       {
-       #
-       # Parse markdown text, calling _HashHTMLBlocks_InHTML for block tags.
-       #
-       # *   $indent is the number of space to be ignored when checking for code 
-       #     blocks. This is important because if we don't take the indent into 
-       #     account, something like this (which looks right) won't work as expected:
-       #
-       #     <div>
-       #         <div markdown="1">
-       #         Hello World.  <-- Is this a Markdown code block or text?
-       #         </div>  <-- Is this a Markdown code block or a real tag?
-       #     <div>
-       #
-       #     If you don't like this, just don't indent the tag on which
-       #     you apply the markdown="1" attribute.
-       #
-       # *   If $enclosing_tag_re is not empty, stops at the first unmatched closing 
-       #     tag with that name. Nested tags supported.
-       #
-       # *   If $span is true, text inside must treated as span. So any double 
-       #     newline will be replaced by a single newline so that it does not create 
-       #     paragraphs.
-       #
-       # Returns an array of that form: ( processed text , remaining text )
-       #
-               if ($text === '') return array('', '');
-
-               # Regex to check for the presense of newlines around a block tag.
-               $newline_before_re = '/(?:^\n?|\n\n)*$/';
-               $newline_after_re = 
-                       '{
-                               ^                                               # Start of text following the tag.
-                               (?>[ ]*<!--.*?-->)?             # Optional comment.
-                               [ ]*\n                                  # Must be followed by newline.
-                       }xs';
-               
-               # Regex to match any tag.
-               $block_tag_re =
-                       '{
-                               (                                       # $2: Capture hole tag.
-                                       </?                                     # Any opening or closing tag.
-                                               (?>                             # Tag name.
-                                                       '.$this->block_tags_re.'                        |
-                                                       '.$this->context_block_tags_re.'        |
-                                                       '.$this->clean_tags_re.'                |
-                                                       (?!\s)'.$enclosing_tag_re.'
-                                               )
-                                               (?:
-                                                       (?=[\s"\'/a-zA-Z0-9])   # Allowed characters after tag name.
-                                                       (?>
-                                                               ".*?"           |       # Double quotes (can contain `>`)
-                                                               \'.*?\'         |       # Single quotes (can contain `>`)
-                                                               .+?                             # Anything but quotes and `>`.
-                                                       )*?
-                                               )?
-                                       >                                       # End of tag.
-                               |
-                                       <!--    .*?     -->     # HTML Comment
-                               |
-                                       <\?.*?\?> | <%.*?%>     # Processing instruction
-                               |
-                                       <!\[CDATA\[.*?\]\]>     # CData Block
-                               |
-                                       # Code span marker
-                                       `+
-                               '. ( !$span ? ' # If not in span.
-                               |
-                                       # Indented code block
-                                       (?: ^[ ]*\n | ^ | \n[ ]*\n )
-                                       [ ]{'.($indent+4).'}[^\n]* \n
-                                       (?>
-                                               (?: [ ]{'.($indent+4).'}[^\n]* | [ ]* ) \n
-                                       )*
-                               |
-                                       # Fenced code block marker
-                                       (?> ^ | \n )
-                                       [ ]{0,'.($indent).'}~~~+[ ]*\n
-                               ' : '' ). ' # End (if not is span).
-                               )
-                       }xs';
-
-               
-               $depth = 0;             # Current depth inside the tag tree.
-               $parsed = "";   # Parsed text that will be returned.
-
-               #
-               # Loop through every tag until we find the closing tag of the parent
-               # or loop until reaching the end of text if no parent tag specified.
-               #
-               do {
-                       #
-                       # Split the text using the first $tag_match pattern found.
-                       # Text before  pattern will be first in the array, text after
-                       # pattern will be at the end, and between will be any catches made 
-                       # by the pattern.
-                       #
-                       $parts = preg_split($block_tag_re, $text, 2, 
-                                                               PREG_SPLIT_DELIM_CAPTURE);
-                       
-                       # If in Markdown span mode, add a empty-string span-level hash 
-                       # after each newline to prevent triggering any block element.
-                       if ($span) {
-                               $void = $this->hashPart("", ':');
-                               $newline = "$void\n";
-                               $parts[0] = $void . str_replace("\n", $newline, $parts[0]) . $void;
-                       }
-                       
-                       $parsed .= $parts[0]; # Text before current tag.
-                       
-                       # If end of $text has been reached. Stop loop.
-                       if (count($parts) < 3) {
-                               $text = "";
-                               break;
-                       }
-                       
-                       $tag  = $parts[1]; # Tag to handle.
-                       $text = $parts[2]; # Remaining text after current tag.
-                       $tag_re = preg_quote($tag); # For use in a regular expression.
-                       
-                       #
-                       # Check for: Code span marker
-                       #
-                       if ($tag{0} == "`") {
-                               # Find corresponding end marker.
-                               $tag_re = preg_quote($tag);
-                               if (preg_match('{^(?>.+?|\n(?!\n))*?(?<!`)'.$tag_re.'(?!`)}',
-                                       $text, $matches))
-                               {
-                                       # End marker found: pass text unchanged until marker.
-                                       $parsed .= $tag . $matches[0];
-                                       $text = substr($text, strlen($matches[0]));
-                               }
-                               else {
-                                       # Unmatched marker: just skip it.
-                                       $parsed .= $tag;
-                               }
-                       }
-                       #
-                       # Check for: Fenced code block marker.
-                       #
-                       else if (preg_match('{^\n?[ ]{0,'.($indent+3).'}~}', $tag)) {
-                               # Fenced code block marker: find matching end marker.
-                               $tag_re = preg_quote(trim($tag));
-                               if (preg_match('{^(?>.*\n)+?[ ]{0,'.($indent).'}'.$tag_re.'[ ]*\n}', $text, 
-                                       $matches)) 
-                               {
-                                       # End marker found: pass text unchanged until marker.
-                                       $parsed .= $tag . $matches[0];
-                                       $text = substr($text, strlen($matches[0]));
-                               }
-                               else {
-                                       # No end marker: just skip it.
-                                       $parsed .= $tag;
-                               }
-                       }
-                       #
-                       # Check for: Indented code block.
-                       #
-                       else if ($tag{0} == "\n" || $tag{0} == " ") {
-                               # Indented code block: pass it unchanged, will be handled 
-                               # later.
-                               $parsed .= $tag;
-                       }
-                       #
-                       # Check for: Opening Block level tag or
-                       #            Opening Context Block tag (like ins and del) 
-                       #               used as a block tag (tag is alone on it's line).
-                       #
-                       else if (preg_match('{^<(?:'.$this->block_tags_re.')\b}', $tag) ||
-                               (       preg_match('{^<(?:'.$this->context_block_tags_re.')\b}', $tag) &&
-                                       preg_match($newline_before_re, $parsed) &&
-                                       preg_match($newline_after_re, $text)    )
-                               )
-                       {
-                               # Need to parse tag and following text using the HTML parser.
-                               list($block_text, $text) = 
-                                       $this->_hashHTMLBlocks_inHTML($tag . $text, "hashBlock", true);
-                               
-                               # Make sure it stays outside of any paragraph by adding newlines.
-                               $parsed .= "\n\n$block_text\n\n";
-                       }
-                       #
-                       # Check for: Clean tag (like script, math)
-                       #            HTML Comments, processing instructions.
-                       #
-                       else if (preg_match('{^<(?:'.$this->clean_tags_re.')\b}', $tag) ||
-                               $tag{1} == '!' || $tag{1} == '?')
-                       {
-                               # Need to parse tag and following text using the HTML parser.
-                               # (don't check for markdown attribute)
-                               list($block_text, $text) = 
-                                       $this->_hashHTMLBlocks_inHTML($tag . $text, "hashClean", false);
-                               
-                               $parsed .= $block_text;
-                       }
-                       #
-                       # Check for: Tag with same name as enclosing tag.
-                       #
-                       else if ($enclosing_tag_re !== '' &&
-                               # Same name as enclosing tag.
-                               preg_match('{^</?(?:'.$enclosing_tag_re.')\b}', $tag))
-                       {
-                               #
-                               # Increase/decrease nested tag count.
-                               #
-                               if ($tag{1} == '/')                                             $depth--;
-                               else if ($tag{strlen($tag)-2} != '/')   $depth++;
-
-                               if ($depth < 0) {
-                                       #
-                                       # Going out of parent element. Clean up and break so we
-                                       # return to the calling function.
-                                       #
-                                       $text = $tag . $text;
-                                       break;
-                               }
-                               
-                               $parsed .= $tag;
-                       }
-                       else {
-                               $parsed .= $tag;
-                       }
-               } while ($depth >= 0);
-               
-               return array($parsed, $text);
-       }
-       function _hashHTMLBlocks_inHTML($text, $hash_method, $md_attr) {
-       #
-       # Parse HTML, calling _HashHTMLBlocks_InMarkdown for block tags.
-       #
-       # *   Calls $hash_method to convert any blocks.
-       # *   Stops when the first opening tag closes.
-       # *   $md_attr indicate if the use of the `markdown="1"` attribute is allowed.
-       #     (it is not inside clean tags)
-       #
-       # Returns an array of that form: ( processed text , remaining text )
-       #
-               if ($text === '') return array('', '');
-               
-               # Regex to match `markdown` attribute inside of a tag.
-               $markdown_attr_re = '
-                       {
-                               \s*                     # Eat whitespace before the `markdown` attribute
-                               markdown
-                               \s*=\s*
-                               (?>
-                                       (["\'])         # $1: quote delimiter           
-                                       (.*?)           # $2: attribute value
-                                       \1                      # matching delimiter    
-                               |
-                                       ([^\s>]*)       # $3: unquoted attribute value
-                               )
-                               ()                              # $4: make $3 always defined (avoid warnings)
-                       }xs';
-               
-               # Regex to match any tag.
-               $tag_re = '{
-                               (                                       # $2: Capture hole tag.
-                                       </?                                     # Any opening or closing tag.
-                                               [\w:$]+                 # Tag name.
-                                               (?:
-                                                       (?=[\s"\'/a-zA-Z0-9])   # Allowed characters after tag name.
-                                                       (?>
-                                                               ".*?"           |       # Double quotes (can contain `>`)
-                                                               \'.*?\'         |       # Single quotes (can contain `>`)
-                                                               .+?                             # Anything but quotes and `>`.
-                                                       )*?
-                                               )?
-                                       >                                       # End of tag.
-                               |
-                                       <!--    .*?     -->     # HTML Comment
-                               |
-                                       <\?.*?\?> | <%.*?%>     # Processing instruction
-                               |
-                                       <!\[CDATA\[.*?\]\]>     # CData Block
-                               )
-                       }xs';
-               
-               $original_text = $text;         # Save original text in case of faliure.
-               
-               $depth          = 0;    # Current depth inside the tag tree.
-               $block_text     = "";   # Temporary text holder for current text.
-               $parsed         = "";   # Parsed text that will be returned.
-
-               #
-               # Get the name of the starting tag.
-               # (This pattern makes $base_tag_name_re safe without quoting.)
-               #
-               if (preg_match('/^<([\w:$]*)\b/', $text, $matches))
-                       $base_tag_name_re = $matches[1];
-
-               #
-               # Loop through every tag until we find the corresponding closing tag.
-               #
-               do {
-                       #
-                       # Split the text using the first $tag_match pattern found.
-                       # Text before  pattern will be first in the array, text after
-                       # pattern will be at the end, and between will be any catches made 
-                       # by the pattern.
-                       #
-                       $parts = preg_split($tag_re, $text, 2, PREG_SPLIT_DELIM_CAPTURE);
-                       
-                       if (count($parts) < 3) {
-                               #
-                               # End of $text reached with unbalenced tag(s).
-                               # In that case, we return original text unchanged and pass the
-                               # first character as filtered to prevent an infinite loop in the 
-                               # parent function.
-                               #
-                               return array($original_text{0}, substr($original_text, 1));
-                       }
-                       
-                       $block_text .= $parts[0]; # Text before current tag.
-                       $tag         = $parts[1]; # Tag to handle.
-                       $text        = $parts[2]; # Remaining text after current tag.
-                       
-                       #
-                       # Check for: Auto-close tag (like <hr/>)
-                       #                        Comments and Processing Instructions.
-                       #
-                       if (preg_match('{^</?(?:'.$this->auto_close_tags_re.')\b}', $tag) ||
-                               $tag{1} == '!' || $tag{1} == '?')
-                       {
-                               # Just add the tag to the block as if it was text.
-                               $block_text .= $tag;
-                       }
-                       else {
-                               #
-                               # Increase/decrease nested tag count. Only do so if
-                               # the tag's name match base tag's.
-                               #
-                               if (preg_match('{^</?'.$base_tag_name_re.'\b}', $tag)) {
-                                       if ($tag{1} == '/')                                             $depth--;
-                                       else if ($tag{strlen($tag)-2} != '/')   $depth++;
-                               }
-                               
-                               #
-                               # Check for `markdown="1"` attribute and handle it.
-                               #
-                               if ($md_attr && 
-                                       preg_match($markdown_attr_re, $tag, $attr_m) &&
-                                       preg_match('/^1|block|span$/', $attr_m[2] . $attr_m[3]))
-                               {
-                                       # Remove `markdown` attribute from opening tag.
-                                       $tag = preg_replace($markdown_attr_re, '', $tag);
-                                       
-                                       # Check if text inside this tag must be parsed in span mode.
-                                       $this->mode = $attr_m[2] . $attr_m[3];
-                                       $span_mode = $this->mode == 'span' || $this->mode != 'block' &&
-                                               preg_match('{^<(?:'.$this->contain_span_tags_re.')\b}', $tag);
-                                       
-                                       # Calculate indent before tag.
-                                       if (preg_match('/(?:^|\n)( *?)(?! ).*?$/', $block_text, $matches)) {
-                                               $strlen = $this->utf8_strlen;
-                                               $indent = $strlen($matches[1], 'UTF-8');
-                                       } else {
-                                               $indent = 0;
-                                       }
-                                       
-                                       # End preceding block with this tag.
-                                       $block_text .= $tag;
-                                       $parsed .= $this->$hash_method($block_text);
-                                       
-                                       # Get enclosing tag name for the ParseMarkdown function.
-                                       # (This pattern makes $tag_name_re safe without quoting.)
-                                       preg_match('/^<([\w:$]*)\b/', $tag, $matches);
-                                       $tag_name_re = $matches[1];
-                                       
-                                       # Parse the content using the HTML-in-Markdown parser.
-                                       list ($block_text, $text)
-                                               = $this->_hashHTMLBlocks_inMarkdown($text, $indent, 
-                                                       $tag_name_re, $span_mode);
-                                       
-                                       # Outdent markdown text.
-                                       if ($indent > 0) {
-                                               $block_text = preg_replace("/^[ ]{1,$indent}/m", "", 
-                                                                                                       $block_text);
-                                       }
-                                       
-                                       # Append tag content to parsed text.
-                                       if (!$span_mode)        $parsed .= "\n\n$block_text\n\n";
-                                       else                            $parsed .= "$block_text";
-                                       
-                                       # Start over a new block.
-                                       $block_text = "";
-                               }
-                               else $block_text .= $tag;
-                       }
-                       
-               } while ($depth > 0);
-               
-               #
-               # Hash last block text that wasn't processed inside the loop.
-               #
-               $parsed .= $this->$hash_method($block_text);
-               
-               return array($parsed, $text);
-       }
-
-
-       function hashClean($text) {
-       #
-       # Called whenever a tag must be hashed when a function insert a "clean" tag
-       # in $text, it pass through this function and is automaticaly escaped, 
-       # blocking invalid nested overlap.
-       #
-               return $this->hashPart($text, 'C');
-       }
-
-
-       function doHeaders($text) {
-       #
-       # Redefined to add id attribute support.
-       #
-               # Setext-style headers:
-               #         Header 1  {#header1}
-               #         ========
-               #  
-               #         Header 2  {#header2}
-               #         --------
-               #
-               $text = preg_replace_callback(
-                       '{
-                               (^.+?)                                                          # $1: Header text
-                               (?:[ ]+\{\#([-_:a-zA-Z0-9]+)\})?        # $2: Id attribute
-                               [ ]*\n(=+|-+)[ ]*\n+                            # $3: Header footer
-                       }mx',
-                       array(&$this, '_doHeaders_callback_setext'), $text);
-
-               # atx-style headers:
-               #       # Header 1        {#header1}
-               #       ## Header 2       {#header2}
-               #       ## Header 2 with closing hashes ##  {#header3}
-               #       ...
-               #       ###### Header 6   {#header2}
-               #
-               $text = preg_replace_callback('{
-                               ^(\#{1,6})      # $1 = string of #\'s
-                               [ ]*
-                               (.+?)           # $2 = Header text
-                               [ ]*
-                               \#*                     # optional closing #\'s (not counted)
-                               (?:[ ]+\{\#([-_:a-zA-Z0-9]+)\})? # id attribute
-                               [ ]*
-                               \n+
-                       }xm',
-                       array(&$this, '_doHeaders_callback_atx'), $text);
-
-               return $text;
-       }
-       function _doHeaders_attr($attr) {
-               if (empty($attr))  return "";
-               return " id=\"$attr\"";
-       }
-       function _doHeaders_callback_setext($matches) {
-               if ($matches[3] == '-' && preg_match('{^- }', $matches[1]))
-                       return $matches[0];
-               $level = $matches[3]{0} == '=' ? 1 : 2;
-               $attr  = $this->_doHeaders_attr($id =& $matches[2]);
-               $block = "<h$level$attr>".$this->runSpanGamut($matches[1])."</h$level>";
-               return "\n" . $this->hashBlock($block) . "\n\n";
-       }
-       function _doHeaders_callback_atx($matches) {
-               $level = strlen($matches[1]);
-               $attr  = $this->_doHeaders_attr($id =& $matches[3]);
-               $block = "<h$level$attr>".$this->runSpanGamut($matches[2])."</h$level>";
-               return "\n" . $this->hashBlock($block) . "\n\n";
-       }
-
-
-       function doTables($text) {
-       #
-       # Form HTML tables.
-       #
-               $less_than_tab = $this->tab_width - 1;
-               #
-               # Find tables with leading pipe.
-               #
-               #       | Header 1 | Header 2
-               #       | -------- | --------
-               #       | Cell 1   | Cell 2
-               #       | Cell 3   | Cell 4
-               #
-               $text = preg_replace_callback('
-                       {
-                               ^                                                       # Start of a line
-                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
-                               [|]                                                     # Optional leading pipe (present)
-                               (.+) \n                                         # $1: Header row (at least one pipe)
-                               
-                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
-                               [|] ([ ]*[-:]+[-| :]*) \n       # $2: Header underline
-                               
-                               (                                                       # $3: Cells
-                                       (?>
-                                               [ ]*                            # Allowed whitespace.
-                                               [|] .* \n                       # Row content.
-                                       )*
-                               )
-                               (?=\n|\Z)                                       # Stop at final double newline.
-                       }xm',
-                       array(&$this, '_doTable_leadingPipe_callback'), $text);
-               
-               #
-               # Find tables without leading pipe.
-               #
-               #       Header 1 | Header 2
-               #       -------- | --------
-               #       Cell 1   | Cell 2
-               #       Cell 3   | Cell 4
-               #
-               $text = preg_replace_callback('
-                       {
-                               ^                                                       # Start of a line
-                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
-                               (\S.*[|].*) \n                          # $1: Header row (at least one pipe)
-                               
-                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
-                               ([-:]+[ ]*[|][-| :]*) \n        # $2: Header underline
-                               
-                               (                                                       # $3: Cells
-                                       (?>
-                                               .* [|] .* \n            # Row content
-                                       )*
-                               )
-                               (?=\n|\Z)                                       # Stop at final double newline.
-                       }xm',
-                       array(&$this, '_DoTable_callback'), $text);
-
-               return $text;
-       }
-       function _doTable_leadingPipe_callback($matches) {
-               $head           = $matches[1];
-               $underline      = $matches[2];
-               $content        = $matches[3];
-               
-               # Remove leading pipe for each row.
-               $content        = preg_replace('/^ *[|]/m', '', $content);
-               
-               return $this->_doTable_callback(array($matches[0], $head, $underline, $content));
-       }
-       function _doTable_callback($matches) {
-               $head           = $matches[1];
-               $underline      = $matches[2];
-               $content        = $matches[3];
-
-               # Remove any tailing pipes for each line.
-               $head           = preg_replace('/[|] *$/m', '', $head);
-               $underline      = preg_replace('/[|] *$/m', '', $underline);
-               $content        = preg_replace('/[|] *$/m', '', $content);
-               
-               # Reading alignement from header underline.
-               $separators     = preg_split('/ *[|] */', $underline);
-               foreach ($separators as $n => $s) {
-                       if (preg_match('/^ *-+: *$/', $s))              $attr[$n] = ' align="right"';
-                       else if (preg_match('/^ *:-+: *$/', $s))$attr[$n] = ' align="center"';
-                       else if (preg_match('/^ *:-+ *$/', $s)) $attr[$n] = ' align="left"';
-                       else                                                                    $attr[$n] = '';
-               }
-               
-               # Parsing span elements, including code spans, character escapes, 
-               # and inline HTML tags, so that pipes inside those gets ignored.
-               $head           = $this->parseSpan($head);
-               $headers        = preg_split('/ *[|] */', $head);
-               $col_count      = count($headers);
-               
-               # Write column headers.
-               $text = "<table>\n";
-               $text .= "<thead>\n";
-               $text .= "<tr>\n";
-               foreach ($headers as $n => $header)
-                       $text .= "  <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
-               $text .= "</tr>\n";
-               $text .= "</thead>\n";
-               
-               # Split content by row.
-               $rows = explode("\n", trim($content, "\n"));
-               
-               $text .= "<tbody>\n";
-               foreach ($rows as $row) {
-                       # Parsing span elements, including code spans, character escapes, 
-                       # and inline HTML tags, so that pipes inside those gets ignored.
-                       $row = $this->parseSpan($row);
-                       
-                       # Split row by cell.
-                       $row_cells = preg_split('/ *[|] */', $row, $col_count);
-                       $row_cells = array_pad($row_cells, $col_count, '');
-                       
-                       $text .= "<tr>\n";
-                       foreach ($row_cells as $n => $cell)
-                               $text .= "  <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
-                       $text .= "</tr>\n";
-               }
-               $text .= "</tbody>\n";
-               $text .= "</table>";
-               
-               return $this->hashBlock($text) . "\n";
-       }
-
-       
-       function doDefLists($text) {
-       #
-       # Form HTML definition lists.
-       #
-               $less_than_tab = $this->tab_width - 1;
-
-               # Re-usable pattern to match any entire dl list:
-               $whole_list_re = '(?>
-                       (                                                               # $1 = whole list
-                         (                                                             # $2
-                               [ ]{0,'.$less_than_tab.'}
-                               ((?>.*\S.*\n)+)                         # $3 = defined term
-                               \n?
-                               [ ]{0,'.$less_than_tab.'}:[ ]+ # colon starting definition
-                         )
-                         (?s:.+?)
-                         (                                                             # $4
-                                 \z
-                               |
-                                 \n{2,}
-                                 (?=\S)
-                                 (?!                                           # Negative lookahead for another term
-                                       [ ]{0,'.$less_than_tab.'}
-                                       (?: \S.*\n )+?                  # defined term
-                                       \n?
-                                       [ ]{0,'.$less_than_tab.'}:[ ]+ # colon starting definition
-                                 )
-                                 (?!                                           # Negative lookahead for another definition
-                                       [ ]{0,'.$less_than_tab.'}:[ ]+ # colon starting definition
-                                 )
-                         )
-                       )
-               )'; // mx
-
-               $text = preg_replace_callback('{
-                               (?>\A\n?|(?<=\n\n))
-                               '.$whole_list_re.'
-                       }mx',
-                       array(&$this, '_doDefLists_callback'), $text);
-
-               return $text;
-       }
-       function _doDefLists_callback($matches) {
-               # Re-usable patterns to match list item bullets and number markers:
-               $list = $matches[1];
-               
-               # Turn double returns into triple returns, so that we can make a
-               # paragraph for the last item in a list, if necessary:
-               $result = trim($this->processDefListItems($list));
-               $result = "<dl>\n" . $result . "\n</dl>";
-               return $this->hashBlock($result) . "\n\n";
-       }
-
-
-       function processDefListItems($list_str) {
-       #
-       #       Process the contents of a single definition list, splitting it
-       #       into individual term and definition list items.
-       #
-               $less_than_tab = $this->tab_width - 1;
-               
-               # trim trailing blank lines:
-               $list_str = preg_replace("/\n{2,}\\z/", "\n", $list_str);
-
-               # Process definition terms.
-               $list_str = preg_replace_callback('{
-                       (?>\A\n?|\n\n+)                                 # leading line
-                       (                                                               # definition terms = $1
-                               [ ]{0,'.$less_than_tab.'}       # leading whitespace
-                               (?![:][ ]|[ ])                          # negative lookahead for a definition 
-                                                                                       #   mark (colon) or more whitespace.
-                               (?> \S.* \n)+?                          # actual term (not whitespace). 
-                       )                       
-                       (?=\n?[ ]{0,3}:[ ])                             # lookahead for following line feed 
-                                                                                       #   with a definition mark.
-                       }xm',
-                       array(&$this, '_processDefListItems_callback_dt'), $list_str);
-
-               # Process actual definitions.
-               $list_str = preg_replace_callback('{
-                       \n(\n+)?                                                # leading line = $1
-                       (                                                               # marker space = $2
-                               [ ]{0,'.$less_than_tab.'}       # whitespace before colon
-                               [:][ ]+                                         # definition mark (colon)
-                       )
-                       ((?s:.+?))                                              # definition text = $3
-                       (?= \n+                                                 # stop at next definition mark,
-                               (?:                                                     # next term or end of text
-                                       [ ]{0,'.$less_than_tab.'} [:][ ]        |
-                                       <dt> | \z
-                               )                                               
-                       )                                       
-                       }xm',
-                       array(&$this, '_processDefListItems_callback_dd'), $list_str);
-
-               return $list_str;
-       }
-       function _processDefListItems_callback_dt($matches) {
-               $terms = explode("\n", trim($matches[1]));
-               $text = '';
-               foreach ($terms as $term) {
-                       $term = $this->runSpanGamut(trim($term));
-                       $text .= "\n<dt>" . $term . "</dt>";
-               }
-               return $text . "\n";
-       }
-       function _processDefListItems_callback_dd($matches) {
-               $leading_line   = $matches[1];
-               $marker_space   = $matches[2];
-               $def                    = $matches[3];
-
-               if ($leading_line || preg_match('/\n{2,}/', $def)) {
-                       # Replace marker with the appropriate whitespace indentation
-                       $def = str_repeat(' ', strlen($marker_space)) . $def;
-                       $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
-                       $def = "\n". $def ."\n";
-               }
-               else {
-                       $def = rtrim($def);
-                       $def = $this->runSpanGamut($this->outdent($def));
-               }
-
-               return "\n<dd>" . $def . "</dd>\n";
-       }
-
-
-       function doFencedCodeBlocks($text) {
-       #
-       # Adding the fenced code block syntax to regular Markdown:
-       #
-       # ~~~
-       # Code block
-       # ~~~
-       #
-               $less_than_tab = $this->tab_width;
-               
-               $text = preg_replace_callback('{
-                               (?:\n|\A)
-                               # 1: Opening marker
-                               (
-                                       ~{3,} # Marker: three tilde or more.
-                               )
-                               [ ]* \n # Whitespace and newline following marker.
-                               
-                               # 2: Content
-                               (
-                                       (?>
-                                               (?!\1 [ ]* \n)  # Not a closing marker.
-                                               .*\n+
-                                       )+
-                               )
-                               
-                               # Closing marker.
-                               \1 [ ]* \n
-                       }xm',
-                       array(&$this, '_doFencedCodeBlocks_callback'), $text);
-
-               return $text;
-       }
-       function _doFencedCodeBlocks_callback($matches) {
-               $codeblock = $matches[2];
-               $codeblock = htmlspecialchars($codeblock, ENT_NOQUOTES);
-               $codeblock = preg_replace_callback('/^\n+/',
-                       array(&$this, '_doFencedCodeBlocks_newlines'), $codeblock);
-               $codeblock = "<pre><code>$codeblock</code></pre>";
-               return "\n\n".$this->hashBlock($codeblock)."\n\n";
-       }
-       function _doFencedCodeBlocks_newlines($matches) {
-               return str_repeat("<br$this->empty_element_suffix", 
-                       strlen($matches[0]));
-       }
-
-
-       #
-       # Redefining emphasis markers so that emphasis by underscore does not
-       # work in the middle of a word.
-       #
-       var $em_relist = array(
-               ''  => '(?:(?<!\*)\*(?!\*)|(?<![a-zA-Z0-9_])_(?!_))(?=\S|$)(?![\.,:;]\s)',
-               '*' => '(?<=\S|^)(?<!\*)\*(?!\*)',
-               '_' => '(?<=\S|^)(?<!_)_(?![a-zA-Z0-9_])',
-               );
-       var $strong_relist = array(
-               ''   => '(?:(?<!\*)\*\*(?!\*)|(?<![a-zA-Z0-9_])__(?!_))(?=\S|$)(?![\.,:;]\s)',
-               '**' => '(?<=\S|^)(?<!\*)\*\*(?!\*)',
-               '__' => '(?<=\S|^)(?<!_)__(?![a-zA-Z0-9_])',
-               );
-       var $em_strong_relist = array(
-               ''    => '(?:(?<!\*)\*\*\*(?!\*)|(?<![a-zA-Z0-9_])___(?!_))(?=\S|$)(?![\.,:;]\s)',
-               '***' => '(?<=\S|^)(?<!\*)\*\*\*(?!\*)',
-               '___' => '(?<=\S|^)(?<!_)___(?![a-zA-Z0-9_])',
-               );
-
-
-       function formParagraphs($text) {
-       #
-       #       Params:
-       #               $text - string to process with html <p> tags
-       #
-               # Strip leading and trailing lines:
-               $text = preg_replace('/\A\n+|\n+\z/', '', $text);
-               
-               $grafs = preg_split('/\n{2,}/', $text, -1, PREG_SPLIT_NO_EMPTY);
-
-               #
-               # Wrap <p> tags and unhashify HTML blocks
-               #
-               foreach ($grafs as $key => $value) {
-                       $value = trim($this->runSpanGamut($value));
-                       
-                       # Check if this should be enclosed in a paragraph.
-                       # Clean tag hashes & block tag hashes are left alone.
-                       $is_p = !preg_match('/^B\x1A[0-9]+B|^C\x1A[0-9]+C$/', $value);
-                       
-                       if ($is_p) {
-                               $value = "<p>$value</p>";
-                       }
-                       $grafs[$key] = $value;
-               }
-               
-               # Join grafs in one text, then unhash HTML tags. 
-               $text = implode("\n\n", $grafs);
-               
-               # Finish by removing any tag hashes still present in $text.
-               $text = $this->unhash($text);
-               
-               return $text;
-       }
-       
-       
-       ### Footnotes
-       
-       function stripFootnotes($text) {
-       #
-       # Strips link definitions from text, stores the URLs and titles in
-       # hash references.
-       #
-               $less_than_tab = $this->tab_width - 1;
-
-               # Link defs are in the form: [^id]: url "optional title"
-               $text = preg_replace_callback('{
-                       ^[ ]{0,'.$less_than_tab.'}\[\^(.+?)\][ ]?:      # note_id = $1
-                         [ ]*
-                         \n?                                   # maybe *one* newline
-                       (                                               # text = $2 (no blank lines allowed)
-                               (?:                                     
-                                       .+                              # actual text
-                               |
-                                       \n                              # newlines but 
-                                       (?!\[\^.+?\]:\s)# negative lookahead for footnote marker.
-                                       (?!\n+[ ]{0,3}\S)# ensure line is not blank and followed 
-                                                                       # by non-indented content
-                               )*
-                       )               
-                       }xm',
-                       array(&$this, '_stripFootnotes_callback'),
-                       $text);
-               return $text;
-       }
-       function _stripFootnotes_callback($matches) {
-               $note_id = $this->fn_id_prefix . $matches[1];
-               $this->footnotes[$note_id] = $this->outdent($matches[2]);
-               return ''; # String that will replace the block
-       }
-
-
-       function doFootnotes($text) {
-       #
-       # Replace footnote references in $text [^id] with a special text-token 
-       # which will be replaced by the actual footnote marker in appendFootnotes.
-       #
-               if (!$this->in_anchor) {
-                       $text = preg_replace('{\[\^(.+?)\]}', "F\x1Afn:\\1\x1A:", $text);
-               }
-               return $text;
-       }
-
-       
-       function appendFootnotes($text) {
-       #
-       # Append footnote list to text.
-       #
-               $text = preg_replace_callback('{F\x1Afn:(.*?)\x1A:}', 
-                       array(&$this, '_appendFootnotes_callback'), $text);
-       
-               if (!empty($this->footnotes_ordered)) {
-                       $text .= "\n\n";
-                       $text .= "<div class=\"footnotes\">\n";
-                       $text .= "<hr". $this->empty_element_suffix ."\n";
-                       $text .= "<ol>\n\n";
-                       
-                       $attr = " rev=\"footnote\"";
-                       if ($this->fn_backlink_class != "") {
-                               $class = $this->fn_backlink_class;
-                               $class = $this->encodeAttribute($class);
-                               $attr .= " class=\"$class\"";
-                       }
-                       if ($this->fn_backlink_title != "") {
-                               $title = $this->fn_backlink_title;
-                               $title = $this->encodeAttribute($title);
-                               $attr .= " title=\"$title\"";
-                       }
-                       $num = 0;
-                       
-                       while (!empty($this->footnotes_ordered)) {
-                               $footnote = reset($this->footnotes_ordered);
-                               $note_id = key($this->footnotes_ordered);
-                               unset($this->footnotes_ordered[$note_id]);
-                               
-                               $footnote .= "\n"; # Need to append newline before parsing.
-                               $footnote = $this->runBlockGamut("$footnote\n");                                
-                               $footnote = preg_replace_callback('{F\x1Afn:(.*?)\x1A:}', 
-                                       array(&$this, '_appendFootnotes_callback'), $footnote);
-                               
-                               $attr = str_replace("%%", ++$num, $attr);
-                               $note_id = $this->encodeAttribute($note_id);
-                               
-                               # Add backlink to last paragraph; create new paragraph if needed.
-                               $backlink = "<a href=\"#fnref:$note_id\"$attr>&#8617;</a>";
-                               if (preg_match('{</p>$}', $footnote)) {
-                                       $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>";
-                               } else {
-                                       $footnote .= "\n\n<p>$backlink</p>";
-                               }
-                               
-                               $text .= "<li id=\"fn:$note_id\">\n";
-                               $text .= $footnote . "\n";
-                               $text .= "</li>\n\n";
-                       }
-                       
-                       $text .= "</ol>\n";
-                       $text .= "</div>";
-               }
-               return $text;
-       }
-       function _appendFootnotes_callback($matches) {
-               $node_id = $this->fn_id_prefix . $matches[1];
-               
-               # Create footnote marker only if it has a corresponding footnote *and*
-               # the footnote hasn't been used by another marker.
-               if (isset($this->footnotes[$node_id])) {
-                       # Transfert footnote content to the ordered list.
-                       $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];
-                       unset($this->footnotes[$node_id]);
-                       
-                       $num = $this->footnote_counter++;
-                       $attr = " rel=\"footnote\"";
-                       if ($this->fn_link_class != "") {
-                               $class = $this->fn_link_class;
-                               $class = $this->encodeAttribute($class);
-                               $attr .= " class=\"$class\"";
-                       }
-                       if ($this->fn_link_title != "") {
-                               $title = $this->fn_link_title;
-                               $title = $this->encodeAttribute($title);
-                               $attr .= " title=\"$title\"";
-                       }
-                       
-                       $attr = str_replace("%%", $num, $attr);
-                       $node_id = $this->encodeAttribute($node_id);
-                       
-                       return
-                               "<sup id=\"fnref:$node_id\">".
-                               "<a href=\"#fn:$node_id\"$attr>$num</a>".
-                               "</sup>";
-               }
-               
-               return "[^".$matches[1]."]";
-       }
-               
-       
-       ### Abbreviations ###
-       
-       function stripAbbreviations($text) {
-       #
-       # Strips abbreviations from text, stores titles in hash references.
-       #
-               $less_than_tab = $this->tab_width - 1;
-
-               # Link defs are in the form: [id]*: url "optional title"
-               $text = preg_replace_callback('{
-                       ^[ ]{0,'.$less_than_tab.'}\*\[(.+?)\][ ]?:      # abbr_id = $1
-                       (.*)                                    # text = $2 (no blank lines allowed)    
-                       }xm',
-                       array(&$this, '_stripAbbreviations_callback'),
-                       $text);
-               return $text;
-       }
-       function _stripAbbreviations_callback($matches) {
-               $abbr_word = $matches[1];
-               $abbr_desc = $matches[2];
-               if ($this->abbr_word_re)
-                       $this->abbr_word_re .= '|';
-               $this->abbr_word_re .= preg_quote($abbr_word);
-               $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
-               return ''; # String that will replace the block
-       }
-       
-       
-       function doAbbreviations($text) {
-       #
-       # Find defined abbreviations in text and wrap them in <abbr> elements.
-       #
-               if ($this->abbr_word_re) {
-                       // cannot use the /x modifier because abbr_word_re may 
-                       // contain significant spaces:
-                       $text = preg_replace_callback('{'.
-                               '(?<![\w\x1A])'.
-                               '(?:'.$this->abbr_word_re.')'.
-                               '(?![\w\x1A])'.
-                               '}', 
-                               array(&$this, '_doAbbreviations_callback'), $text);
-               }
-               return $text;
-       }
-       function _doAbbreviations_callback($matches) {
-               $abbr = $matches[0];
-               if (isset($this->abbr_desciptions[$abbr])) {
-                       $desc = $this->abbr_desciptions[$abbr];
-                       if (empty($desc)) {
-                               return $this->hashPart("<abbr>$abbr</abbr>");
-                       } else {
-                               $desc = $this->encodeAttribute($desc);
-                               return $this->hashPart("<abbr title=\"$desc\">$abbr</abbr>");
-                       }
-               } else {
-                       return $matches[0];
-               }
-       }
-
-}
-
-
-/*
-
-PHP Markdown Extra
-==================
-
-Description
------------
-
-This is a PHP port of the original Markdown formatter written in Perl 
-by John Gruber. This special "Extra" version of PHP Markdown features 
-further enhancements to the syntax for making additional constructs 
-such as tables and definition list.
-
-Markdown is a text-to-HTML filter; it translates an easy-to-read /
-easy-to-write structured text format into HTML. Markdown's text format
-is most similar to that of plain text email, and supports features such
-as headers, *emphasis*, code blocks, blockquotes, and links.
-
-Markdown's syntax is designed not as a generic markup language, but
-specifically to serve as a front-end to (X)HTML. You can use span-level
-HTML tags anywhere in a Markdown document, and you can use block level
-HTML tags (like <div> and <table> as well).
-
-For more information about Markdown's syntax, see:
-
-<http://daringfireball.net/projects/markdown/>
-
-
-Bugs
-----
-
-To file bug reports please send email to:
-
-<michel.fortin@michelf.com>
-
-Please include with your report: (1) the example input; (2) the output you
-expected; (3) the output Markdown actually produced.
-
-
-Version History
---------------- 
-
-See the readme file for detailed release notes for this version.
-
-
-Copyright and License
----------------------
-
-PHP Markdown & Extra  
-Copyright (c) 2004-2009 Michel Fortin  
-<http://michelf.com/>  
-All rights reserved.
-
-Based on Markdown  
-Copyright (c) 2003-2006 John Gruber   
-<http://daringfireball.net/>   
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-*      Redistributions of source code must retain the above copyright notice,
-       this list of conditions and the following disclaimer.
-
-*      Redistributions in binary form must reproduce the above copyright
-       notice, this list of conditions and the following disclaimer in the
-       documentation and/or other materials provided with the distribution.
-
-*      Neither the name "Markdown" nor the names of its contributors may
-       be used to endorse or promote products derived from this software
-       without specific prior written permission.
-
-This software is provided by the copyright holders and contributors "as
-is" and any express or implied warranties, including, but not limited
-to, the implied warranties of merchantability and fitness for a
-particular purpose are disclaimed. In no event shall the copyright owner
-or contributors be liable for any direct, indirect, incidental, special,
-exemplary, or consequential damages (including, but not limited to,
-procurement of substitute goods or services; loss of use, data, or
-profits; or business interruption) however caused and on any theory of
-liability, whether in contract, strict liability, or tort (including
-negligence or otherwise) arising in any way out of the use of this
-software, even if advised of the possibility of such damage.
-
-*/
-?>
\ No newline at end of file
+?>
diff --git a/library/php-markdown/License.md b/library/php-markdown/License.md
new file mode 100644 (file)
index 0000000..8a5b854
--- /dev/null
@@ -0,0 +1,36 @@
+PHP Markdown Lib  
+Copyright (c) 2004-2014 Michel Fortin  
+<http://michelf.ca/>  
+All rights reserved.
+
+Based on Markdown  
+Copyright (c) 2003-2006 John Gruber   
+<http://daringfireball.net/>   
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+
+* Neither the name "Markdown" nor the names of its contributors may
+  be used to endorse or promote products derived from this software
+  without specific prior written permission.
+
+This software is provided by the copyright holders and contributors "as
+is" and any express or implied warranties, including, but not limited
+to, the implied warranties of merchantability and fitness for a
+particular purpose are disclaimed. In no event shall the copyright owner
+or contributors be liable for any direct, indirect, incidental, special,
+exemplary, or consequential damages (including, but not limited to,
+procurement of substitute goods or services; loss of use, data, or
+profits; or business interruption) however caused and on any theory of
+liability, whether in contract, strict liability, or tort (including
+negligence or otherwise) arising in any way out of the use of this
+software, even if advised of the possibility of such damage.
diff --git a/library/php-markdown/Michelf/Markdown.inc.php b/library/php-markdown/Michelf/Markdown.inc.php
new file mode 100644 (file)
index 0000000..8c28109
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+# Use this file if you cannot use class autoloading. It will include all the
+# files needed for the Markdown parser.
+#
+# Take a look at the PSR-0-compatible class autoloading implementation
+# in the Readme.php file if you want a simple autoloader setup.
+
+require_once dirname(__FILE__) . '/MarkdownInterface.php';
+require_once dirname(__FILE__) . '/Markdown.php';
diff --git a/library/php-markdown/Michelf/Markdown.php b/library/php-markdown/Michelf/Markdown.php
new file mode 100644 (file)
index 0000000..c8ced89
--- /dev/null
@@ -0,0 +1,3151 @@
+<?php
+#
+# Markdown  -  A text-to-HTML conversion tool for web writers
+#
+# PHP Markdown  
+# Copyright (c) 2004-2014 Michel Fortin  
+# <http://michelf.com/projects/php-markdown/>
+#
+# Original Markdown  
+# Copyright (c) 2004-2006 John Gruber  
+# <http://daringfireball.net/projects/markdown/>
+#
+namespace Michelf;
+
+
+#
+# Markdown Parser Class
+#
+
+class Markdown implements MarkdownInterface {
+
+       ### Version ###
+
+       const  MARKDOWNLIB_VERSION  =  "1.4.1";
+
+       ### Simple Function Interface ###
+
+       public static function defaultTransform($text) {
+       #
+       # Initialize the parser and return the result of its transform method.
+       # This will work fine for derived classes too.
+       #
+               # Take parser class on which this function was called.
+               $parser_class = \get_called_class();
+
+               # try to take parser from the static parser list
+               static $parser_list;
+               $parser =& $parser_list[$parser_class];
+
+               # create the parser it not already set
+               if (!$parser)
+                       $parser = new $parser_class;
+
+               # Transform text using parser.
+               return $parser->transform($text);
+       }
+
+       ### Configuration Variables ###
+
+       # Change to ">" for HTML output.
+       public $empty_element_suffix = " />";
+       public $tab_width = 4;
+       
+       # Change to `true` to disallow markup or entities.
+       public $no_markup = false;
+       public $no_entities = false;
+       
+       # Predefined urls and titles for reference links and images.
+       public $predef_urls = array();
+       public $predef_titles = array();
+
+       # Optional filter function for URLs
+       public $url_filter_func = null;
+
+
+       ### Parser Implementation ###
+
+       # Regex to match balanced [brackets].
+       # Needed to insert a maximum bracked depth while converting to PHP.
+       protected $nested_brackets_depth = 6;
+       protected $nested_brackets_re;
+       
+       protected $nested_url_parenthesis_depth = 4;
+       protected $nested_url_parenthesis_re;
+
+       # Table of hash values for escaped characters:
+       protected $escape_chars = '\`*_{}[]()>#+-.!';
+       protected $escape_chars_re;
+
+
+       public function __construct() {
+       #
+       # Constructor function. Initialize appropriate member variables.
+       #
+               $this->_initDetab();
+               $this->prepareItalicsAndBold();
+       
+               $this->nested_brackets_re = 
+                       str_repeat('(?>[^\[\]]+|\[', $this->nested_brackets_depth).
+                       str_repeat('\])*', $this->nested_brackets_depth);
+       
+               $this->nested_url_parenthesis_re = 
+                       str_repeat('(?>[^()\s]+|\(', $this->nested_url_parenthesis_depth).
+                       str_repeat('(?>\)))*', $this->nested_url_parenthesis_depth);
+               
+               $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';
+               
+               # Sort document, block, and span gamut in ascendent priority order.
+               asort($this->document_gamut);
+               asort($this->block_gamut);
+               asort($this->span_gamut);
+       }
+
+
+       # Internal hashes used during transformation.
+       protected $urls = array();
+       protected $titles = array();
+       protected $html_hashes = array();
+       
+       # Status flag to avoid invalid nesting.
+       protected $in_anchor = false;
+       
+       
+       protected function setup() {
+       #
+       # Called before the transformation process starts to setup parser 
+       # states.
+       #
+               # Clear global hashes.
+               $this->urls = $this->predef_urls;
+               $this->titles = $this->predef_titles;
+               $this->html_hashes = array();
+               
+               $this->in_anchor = false;
+       }
+       
+       protected function teardown() {
+       #
+       # Called after the transformation process to clear any variable 
+       # which may be taking up memory unnecessarly.
+       #
+               $this->urls = array();
+               $this->titles = array();
+               $this->html_hashes = array();
+       }
+
+
+       public function transform($text) {
+       #
+       # Main function. Performs some preprocessing on the input text
+       # and pass it through the document gamut.
+       #
+               $this->setup();
+       
+               # Remove UTF-8 BOM and marker character in input, if present.
+               $text = preg_replace('{^\xEF\xBB\xBF|\x1A}', '', $text);
+
+               # Standardize line endings:
+               #   DOS to Unix and Mac to Unix
+               $text = preg_replace('{\r\n?}', "\n", $text);
+
+               # Make sure $text ends with a couple of newlines:
+               $text .= "\n\n";
+
+               # Convert all tabs to spaces.
+               $text = $this->detab($text);
+
+               # Turn block-level HTML blocks into hash entries
+               $text = $this->hashHTMLBlocks($text);
+
+               # Strip any lines consisting only of spaces and tabs.
+               # This makes subsequent regexen easier to write, because we can
+               # match consecutive blank lines with /\n+/ instead of something
+               # contorted like /[ ]*\n+/ .
+               $text = preg_replace('/^[ ]+$/m', '', $text);
+
+               # Run document gamut methods.
+               foreach ($this->document_gamut as $method => $priority) {
+                       $text = $this->$method($text);
+               }
+               
+               $this->teardown();
+
+               return $text . "\n";
+       }
+       
+       protected $document_gamut = array(
+               # Strip link definitions, store in hashes.
+               "stripLinkDefinitions" => 20,
+               
+               "runBasicBlockGamut"   => 30,
+               );
+
+
+       protected function stripLinkDefinitions($text) {
+       #
+       # Strips link definitions from text, stores the URLs and titles in
+       # hash references.
+       #
+               $less_than_tab = $this->tab_width - 1;
+
+               # Link defs are in the form: ^[id]: url "optional title"
+               $text = preg_replace_callback('{
+                                                       ^[ ]{0,'.$less_than_tab.'}\[(.+)\][ ]?: # id = $1
+                                                         [ ]*
+                                                         \n?                           # maybe *one* newline
+                                                         [ ]*
+                                                       (?:
+                                                         <(.+?)>                       # url = $2
+                                                       |
+                                                         (\S+?)                        # url = $3
+                                                       )
+                                                         [ ]*
+                                                         \n?                           # maybe one newline
+                                                         [ ]*
+                                                       (?:
+                                                               (?<=\s)                 # lookbehind for whitespace
+                                                               ["(]
+                                                               (.*?)                   # title = $4
+                                                               [")]
+                                                               [ ]*
+                                                       )?      # title is optional
+                                                       (?:\n+|\Z)
+                       }xm',
+                       array($this, '_stripLinkDefinitions_callback'),
+                       $text);
+               return $text;
+       }
+       protected function _stripLinkDefinitions_callback($matches) {
+               $link_id = strtolower($matches[1]);
+               $url = $matches[2] == '' ? $matches[3] : $matches[2];
+               $this->urls[$link_id] = $url;
+               $this->titles[$link_id] =& $matches[4];
+               return ''; # String that will replace the block
+       }
+
+
+       protected function hashHTMLBlocks($text) {
+               if ($this->no_markup)  return $text;
+
+               $less_than_tab = $this->tab_width - 1;
+
+               # Hashify HTML blocks:
+               # We only want to do this for block-level HTML tags, such as headers,
+               # lists, and tables. That's because we still want to wrap <p>s around
+               # "paragraphs" that are wrapped in non-block-level tags, such as anchors,
+               # phrase emphasis, and spans. The list of tags we're looking for is
+               # hard-coded:
+               #
+               # *  List "a" is made of tags which can be both inline or block-level.
+               #    These will be treated block-level when the start tag is alone on 
+               #    its line, otherwise they're not matched here and will be taken as 
+               #    inline later.
+               # *  List "b" is made of tags which are always block-level;
+               #
+               $block_tags_a_re = 'ins|del';
+               $block_tags_b_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|'.
+                                                  'script|noscript|style|form|fieldset|iframe|math|svg|'.
+                                                  'article|section|nav|aside|hgroup|header|footer|'.
+                                                  'figure';
+
+               # Regular expression for the content of a block tag.
+               $nested_tags_level = 4;
+               $attr = '
+                       (?>                             # optional tag attributes
+                         \s                    # starts with whitespace
+                         (?>
+                               [^>"/]+         # text outside quotes
+                         |
+                               /+(?!>)         # slash not followed by ">"
+                         |
+                               "[^"]*"         # text inside double quotes (tolerate ">")
+                         |
+                               \'[^\']*\'      # text inside single quotes (tolerate ">")
+                         )*
+                       )?      
+                       ';
+               $content =
+                       str_repeat('
+                               (?>
+                                 [^<]+                 # content without tag
+                               |
+                                 <\2                   # nested opening tag
+                                       '.$attr.'       # attributes
+                                       (?>
+                                         />
+                                       |
+                                         >', $nested_tags_level).      # end of opening tag
+                                         '.*?'.                                        # last level nested tag content
+                       str_repeat('
+                                         </\2\s*>      # closing nested tag
+                                       )
+                                 |                             
+                                       <(?!/\2\s*>     # other tags with a different name
+                                 )
+                               )*',
+                               $nested_tags_level);
+               $content2 = str_replace('\2', '\3', $content);
+
+               # First, look for nested blocks, e.g.:
+               #       <div>
+               #               <div>
+               #               tags for inner block must be indented.
+               #               </div>
+               #       </div>
+               #
+               # The outermost tags must start at the left margin for this to match, and
+               # the inner nested divs must be indented.
+               # We need to do this before the next, more liberal match, because the next
+               # match will start at the first `<div>` and stop at the first `</div>`.
+               $text = preg_replace_callback('{(?>
+                       (?>
+                               (?<=\n)                 # Starting on its own line
+                               |                               # or
+                               \A\n?                   # the at beginning of the doc
+                       )
+                       (                                               # save in $1
+
+                         # Match from `\n<tag>` to `</tag>\n`, handling nested tags 
+                         # in between.
+                                       
+                                               [ ]{0,'.$less_than_tab.'}
+                                               <('.$block_tags_b_re.')# start tag = $2
+                                               '.$attr.'>                      # attributes followed by > and \n
+                                               '.$content.'            # content, support nesting
+                                               </\2>                           # the matching end tag
+                                               [ ]*                            # trailing spaces/tabs
+                                               (?=\n+|\Z)      # followed by a newline or end of document
+
+                       | # Special version for tags of group a.
+
+                                               [ ]{0,'.$less_than_tab.'}
+                                               <('.$block_tags_a_re.')# start tag = $3
+                                               '.$attr.'>[ ]*\n        # attributes followed by >
+                                               '.$content2.'           # content, support nesting
+                                               </\3>                           # the matching end tag
+                                               [ ]*                            # trailing spaces/tabs
+                                               (?=\n+|\Z)      # followed by a newline or end of document
+                                       
+                       | # Special case just for <hr />. It was easier to make a special 
+                         # case than to make the other regex more complicated.
+                       
+                                               [ ]{0,'.$less_than_tab.'}
+                                               <(hr)                           # start tag = $2
+                                               '.$attr.'                       # attributes
+                                               /?>                                     # the matching end tag
+                                               [ ]*
+                                               (?=\n{2,}|\Z)           # followed by a blank line or end of document
+                       
+                       | # Special case for standalone HTML comments:
+                       
+                                       [ ]{0,'.$less_than_tab.'}
+                                       (?s:
+                                               <!-- .*? -->
+                                       )
+                                       [ ]*
+                                       (?=\n{2,}|\Z)           # followed by a blank line or end of document
+                       
+                       | # PHP and ASP-style processor instructions (<? and <%)
+                       
+                                       [ ]{0,'.$less_than_tab.'}
+                                       (?s:
+                                               <([?%])                 # $2
+                                               .*?
+                                               \2>
+                                       )
+                                       [ ]*
+                                       (?=\n{2,}|\Z)           # followed by a blank line or end of document
+                                       
+                       )
+                       )}Sxmi',
+                       array($this, '_hashHTMLBlocks_callback'),
+                       $text);
+
+               return $text;
+       }
+       protected function _hashHTMLBlocks_callback($matches) {
+               $text = $matches[1];
+               $key  = $this->hashBlock($text);
+               return "\n\n$key\n\n";
+       }
+       
+       
+       protected function hashPart($text, $boundary = 'X') {
+       #
+       # Called whenever a tag must be hashed when a function insert an atomic 
+       # element in the text stream. Passing $text to through this function gives
+       # a unique text-token which will be reverted back when calling unhash.
+       #
+       # The $boundary argument specify what character should be used to surround
+       # the token. By convension, "B" is used for block elements that needs not
+       # to be wrapped into paragraph tags at the end, ":" is used for elements
+       # that are word separators and "X" is used in the general case.
+       #
+               # Swap back any tag hash found in $text so we do not have to `unhash`
+               # multiple times at the end.
+               $text = $this->unhash($text);
+               
+               # Then hash the block.
+               static $i = 0;
+               $key = "$boundary\x1A" . ++$i . $boundary;
+               $this->html_hashes[$key] = $text;
+               return $key; # String that will replace the tag.
+       }
+
+
+       protected function hashBlock($text) {
+       #
+       # Shortcut function for hashPart with block-level boundaries.
+       #
+               return $this->hashPart($text, 'B');
+       }
+
+
+       protected $block_gamut = array(
+       #
+       # These are all the transformations that form block-level
+       # tags like paragraphs, headers, and list items.
+       #
+               "doHeaders"         => 10,
+               "doHorizontalRules" => 20,
+               
+               "doLists"           => 40,
+               "doCodeBlocks"      => 50,
+               "doBlockQuotes"     => 60,
+               );
+
+       protected function runBlockGamut($text) {
+       #
+       # Run block gamut tranformations.
+       #
+               # We need to escape raw HTML in Markdown source before doing anything 
+               # else. This need to be done for each block, and not only at the 
+               # begining in the Markdown function since hashed blocks can be part of
+               # list items and could have been indented. Indented blocks would have 
+               # been seen as a code block in a previous pass of hashHTMLBlocks.
+               $text = $this->hashHTMLBlocks($text);
+               
+               return $this->runBasicBlockGamut($text);
+       }
+       
+       protected function runBasicBlockGamut($text) {
+       #
+       # Run block gamut tranformations, without hashing HTML blocks. This is 
+       # useful when HTML blocks are known to be already hashed, like in the first
+       # whole-document pass.
+       #
+               foreach ($this->block_gamut as $method => $priority) {
+                       $text = $this->$method($text);
+               }
+               
+               # Finally form paragraph and restore hashed blocks.
+               $text = $this->formParagraphs($text);
+
+               return $text;
+       }
+       
+       
+       protected function doHorizontalRules($text) {
+               # Do Horizontal Rules:
+               return preg_replace(
+                       '{
+                               ^[ ]{0,3}       # Leading space
+                               ([-*_])         # $1: First marker
+                               (?>                     # Repeated marker group
+                                       [ ]{0,2}        # Zero, one, or two spaces.
+                                       \1                      # Marker character
+                               ){2,}           # Group repeated at least twice
+                               [ ]*            # Tailing spaces
+                               $                       # End of line.
+                       }mx',
+                       "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n", 
+                       $text);
+       }
+
+
+       protected $span_gamut = array(
+       #
+       # These are all the transformations that occur *within* block-level
+       # tags like paragraphs, headers, and list items.
+       #
+               # Process character escapes, code spans, and inline HTML
+               # in one shot.
+               "parseSpan"           => -30,
+
+               # Process anchor and image tags. Images must come first,
+               # because ![foo][f] looks like an anchor.
+               "doImages"            =>  10,
+               "doAnchors"           =>  20,
+               
+               # Make links out of things like `<http://example.com/>`
+               # Must come after doAnchors, because you can use < and >
+               # delimiters in inline links like [this](<url>).
+               "doAutoLinks"         =>  30,
+               "encodeAmpsAndAngles" =>  40,
+
+               "doItalicsAndBold"    =>  50,
+               "doHardBreaks"        =>  60,
+               );
+
+       protected function runSpanGamut($text) {
+       #
+       # Run span gamut tranformations.
+       #
+               foreach ($this->span_gamut as $method => $priority) {
+                       $text = $this->$method($text);
+               }
+
+               return $text;
+       }
+       
+       
+       protected function doHardBreaks($text) {
+               # Do hard breaks:
+               return preg_replace_callback('/ {2,}\n/', 
+                       array($this, '_doHardBreaks_callback'), $text);
+       }
+       protected function _doHardBreaks_callback($matches) {
+               return $this->hashPart("<br$this->empty_element_suffix\n");
+       }
+
+
+       protected function doAnchors($text) {
+       #
+       # Turn Markdown link shortcuts into XHTML <a> tags.
+       #
+               if ($this->in_anchor) return $text;
+               $this->in_anchor = true;
+               
+               #
+               # First, handle reference-style links: [link text] [id]
+               #
+               $text = preg_replace_callback('{
+                       (                                       # wrap whole match in $1
+                         \[
+                               ('.$this->nested_brackets_re.') # link text = $2
+                         \]
+
+                         [ ]?                          # one optional space
+                         (?:\n[ ]*)?           # one optional newline followed by spaces
+
+                         \[
+                               (.*?)           # id = $3
+                         \]
+                       )
+                       }xs',
+                       array($this, '_doAnchors_reference_callback'), $text);
+
+               #
+               # Next, inline-style links: [link text](url "optional title")
+               #
+               $text = preg_replace_callback('{
+                       (                               # wrap whole match in $1
+                         \[
+                               ('.$this->nested_brackets_re.') # link text = $2
+                         \]
+                         \(                    # literal paren
+                               [ \n]*
+                               (?:
+                                       <(.+?)> # href = $3
+                               |
+                                       ('.$this->nested_url_parenthesis_re.')  # href = $4
+                               )
+                               [ \n]*
+                               (                       # $5
+                                 ([\'"])       # quote char = $6
+                                 (.*?)         # Title = $7
+                                 \6            # matching quote
+                                 [ \n]*        # ignore any spaces/tabs between closing quote and )
+                               )?                      # title is optional
+                         \)
+                       )
+                       }xs',
+                       array($this, '_doAnchors_inline_callback'), $text);
+
+               #
+               # Last, handle reference-style shortcuts: [link text]
+               # These must come last in case you've also got [link text][1]
+               # or [link text](/foo)
+               #
+               $text = preg_replace_callback('{
+                       (                                       # wrap whole match in $1
+                         \[
+                               ([^\[\]]+)              # link text = $2; can\'t contain [ or ]
+                         \]
+                       )
+                       }xs',
+                       array($this, '_doAnchors_reference_callback'), $text);
+
+               $this->in_anchor = false;
+               return $text;
+       }
+       protected function _doAnchors_reference_callback($matches) {
+               $whole_match =  $matches[1];
+               $link_text   =  $matches[2];
+               $link_id     =& $matches[3];
+
+               if ($link_id == "") {
+                       # for shortcut links like [this][] or [this].
+                       $link_id = $link_text;
+               }
+               
+               # lower-case and turn embedded newlines into spaces
+               $link_id = strtolower($link_id);
+               $link_id = preg_replace('{[ ]?\n}', ' ', $link_id);
+
+               if (isset($this->urls[$link_id])) {
+                       $url = $this->urls[$link_id];
+                       $url = $this->encodeURLAttribute($url);
+                       
+                       $result = "<a href=\"$url\"";
+                       if ( isset( $this->titles[$link_id] ) ) {
+                               $title = $this->titles[$link_id];
+                               $title = $this->encodeAttribute($title);
+                               $result .=  " title=\"$title\"";
+                       }
+               
+                       $link_text = $this->runSpanGamut($link_text);
+                       $result .= ">$link_text</a>";
+                       $result = $this->hashPart($result);
+               }
+               else {
+                       $result = $whole_match;
+               }
+               return $result;
+       }
+       protected function _doAnchors_inline_callback($matches) {
+               $whole_match    =  $matches[1];
+               $link_text              =  $this->runSpanGamut($matches[2]);
+               $url                    =  $matches[3] == '' ? $matches[4] : $matches[3];
+               $title                  =& $matches[7];
+
+               // if the URL was of the form <s p a c e s> it got caught by the HTML
+               // tag parser and hashed. Need to reverse the process before using the URL.
+               $unhashed = $this->unhash($url);
+               if ($unhashed != $url)
+                       $url = preg_replace('/^<(.*)>$/', '\1', $unhashed);
+
+               $url = $this->encodeURLAttribute($url);
+
+               $result = "<a href=\"$url\"";
+               if (isset($title)) {
+                       $title = $this->encodeAttribute($title);
+                       $result .=  " title=\"$title\"";
+               }
+               
+               $link_text = $this->runSpanGamut($link_text);
+               $result .= ">$link_text</a>";
+
+               return $this->hashPart($result);
+       }
+
+
+       protected function doImages($text) {
+       #
+       # Turn Markdown image shortcuts into <img> tags.
+       #
+               #
+               # First, handle reference-style labeled images: ![alt text][id]
+               #
+               $text = preg_replace_callback('{
+                       (                               # wrap whole match in $1
+                         !\[
+                               ('.$this->nested_brackets_re.')         # alt text = $2
+                         \]
+
+                         [ ]?                          # one optional space
+                         (?:\n[ ]*)?           # one optional newline followed by spaces
+
+                         \[
+                               (.*?)           # id = $3
+                         \]
+
+                       )
+                       }xs', 
+                       array($this, '_doImages_reference_callback'), $text);
+
+               #
+               # Next, handle inline images:  ![alt text](url "optional title")
+               # Don't forget: encode * and _
+               #
+               $text = preg_replace_callback('{
+                       (                               # wrap whole match in $1
+                         !\[
+                               ('.$this->nested_brackets_re.')         # alt text = $2
+                         \]
+                         \s?                   # One optional whitespace character
+                         \(                    # literal paren
+                               [ \n]*
+                               (?:
+                                       <(\S*)> # src url = $3
+                               |
+                                       ('.$this->nested_url_parenthesis_re.')  # src url = $4
+                               )
+                               [ \n]*
+                               (                       # $5
+                                 ([\'"])       # quote char = $6
+                                 (.*?)         # title = $7
+                                 \6            # matching quote
+                                 [ \n]*
+                               )?                      # title is optional
+                         \)
+                       )
+                       }xs',
+                       array($this, '_doImages_inline_callback'), $text);
+
+               return $text;
+       }
+       protected function _doImages_reference_callback($matches) {
+               $whole_match = $matches[1];
+               $alt_text    = $matches[2];
+               $link_id     = strtolower($matches[3]);
+
+               if ($link_id == "") {
+                       $link_id = strtolower($alt_text); # for shortcut links like ![this][].
+               }
+
+               $alt_text = $this->encodeAttribute($alt_text);
+               if (isset($this->urls[$link_id])) {
+                       $url = $this->encodeURLAttribute($this->urls[$link_id]);
+                       $result = "<img src=\"$url\" alt=\"$alt_text\"";
+                       if (isset($this->titles[$link_id])) {
+                               $title = $this->titles[$link_id];
+                               $title = $this->encodeAttribute($title);
+                               $result .=  " title=\"$title\"";
+                       }
+                       $result .= $this->empty_element_suffix;
+                       $result = $this->hashPart($result);
+               }
+               else {
+                       # If there's no such link ID, leave intact:
+                       $result = $whole_match;
+               }
+
+               return $result;
+       }
+       protected function _doImages_inline_callback($matches) {
+               $whole_match    = $matches[1];
+               $alt_text               = $matches[2];
+               $url                    = $matches[3] == '' ? $matches[4] : $matches[3];
+               $title                  =& $matches[7];
+
+               $alt_text = $this->encodeAttribute($alt_text);
+               $url = $this->encodeURLAttribute($url);
+               $result = "<img src=\"$url\" alt=\"$alt_text\"";
+               if (isset($title)) {
+                       $title = $this->encodeAttribute($title);
+                       $result .=  " title=\"$title\""; # $title already quoted
+               }
+               $result .= $this->empty_element_suffix;
+
+               return $this->hashPart($result);
+       }
+
+
+       protected function doHeaders($text) {
+               # Setext-style headers:
+               #         Header 1
+               #         ========
+               #  
+               #         Header 2
+               #         --------
+               #
+               $text = preg_replace_callback('{ ^(.+?)[ ]*\n(=+|-+)[ ]*\n+ }mx',
+                       array($this, '_doHeaders_callback_setext'), $text);
+
+               # atx-style headers:
+               #       # Header 1
+               #       ## Header 2
+               #       ## Header 2 with closing hashes ##
+               #       ...
+               #       ###### Header 6
+               #
+               $text = preg_replace_callback('{
+                               ^(\#{1,6})      # $1 = string of #\'s
+                               [ ]*
+                               (.+?)           # $2 = Header text
+                               [ ]*
+                               \#*                     # optional closing #\'s (not counted)
+                               \n+
+                       }xm',
+                       array($this, '_doHeaders_callback_atx'), $text);
+
+               return $text;
+       }
+       protected function _doHeaders_callback_setext($matches) {
+               # Terrible hack to check we haven't found an empty list item.
+               if ($matches[2] == '-' && preg_match('{^-(?: |$)}', $matches[1]))
+                       return $matches[0];
+               
+               $level = $matches[2]{0} == '=' ? 1 : 2;
+               $block = "<h$level>".$this->runSpanGamut($matches[1])."</h$level>";
+               return "\n" . $this->hashBlock($block) . "\n\n";
+       }
+       protected function _doHeaders_callback_atx($matches) {
+               $level = strlen($matches[1]);
+               $block = "<h$level>".$this->runSpanGamut($matches[2])."</h$level>";
+               return "\n" . $this->hashBlock($block) . "\n\n";
+       }
+
+
+       protected function doLists($text) {
+       #
+       # Form HTML ordered (numbered) and unordered (bulleted) lists.
+       #
+               $less_than_tab = $this->tab_width - 1;
+
+               # Re-usable patterns to match list item bullets and number markers:
+               $marker_ul_re  = '[*+-]';
+               $marker_ol_re  = '\d+[\.]';
+
+               $markers_relist = array(
+                       $marker_ul_re => $marker_ol_re,
+                       $marker_ol_re => $marker_ul_re,
+                       );
+
+               foreach ($markers_relist as $marker_re => $other_marker_re) {
+                       # Re-usable pattern to match any entirel ul or ol list:
+                       $whole_list_re = '
+                               (                                                               # $1 = whole list
+                                 (                                                             # $2
+                                       ([ ]{0,'.$less_than_tab.'})     # $3 = number of spaces
+                                       ('.$marker_re.')                        # $4 = first list item marker
+                                       [ ]+
+                                 )
+                                 (?s:.+?)
+                                 (                                                             # $5
+                                         \z
+                                       |
+                                         \n{2,}
+                                         (?=\S)
+                                         (?!                                           # Negative lookahead for another list item marker
+                                               [ ]*
+                                               '.$marker_re.'[ ]+
+                                         )
+                                       |
+                                         (?=                                           # Lookahead for another kind of list
+                                           \n
+                                               \3                                              # Must have the same indentation
+                                               '.$other_marker_re.'[ ]+
+                                         )
+                                 )
+                               )
+                       '; // mx
+                       
+                       # We use a different prefix before nested lists than top-level lists.
+                       # See extended comment in _ProcessListItems().
+               
+                       if ($this->list_level) {
+                               $text = preg_replace_callback('{
+                                               ^
+                                               '.$whole_list_re.'
+                                       }mx',
+                                       array($this, '_doLists_callback'), $text);
+                       }
+                       else {
+                               $text = preg_replace_callback('{
+                                               (?:(?<=\n)\n|\A\n?) # Must eat the newline
+                                               '.$whole_list_re.'
+                                       }mx',
+                                       array($this, '_doLists_callback'), $text);
+                       }
+               }
+
+               return $text;
+       }
+       protected function _doLists_callback($matches) {
+               # Re-usable patterns to match list item bullets and number markers:
+               $marker_ul_re  = '[*+-]';
+               $marker_ol_re  = '\d+[\.]';
+               $marker_any_re = "(?:$marker_ul_re|$marker_ol_re)";
+               
+               $list = $matches[1];
+               $list_type = preg_match("/$marker_ul_re/", $matches[4]) ? "ul" : "ol";
+               
+               $marker_any_re = ( $list_type == "ul" ? $marker_ul_re : $marker_ol_re );
+               
+               $list .= "\n";
+               $result = $this->processListItems($list, $marker_any_re);
+               
+               $result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");
+               return "\n". $result ."\n\n";
+       }
+
+       protected $list_level = 0;
+
+       protected function processListItems($list_str, $marker_any_re) {
+       #
+       #       Process the contents of a single ordered or unordered list, splitting it
+       #       into individual list items.
+       #
+               # The $this->list_level global keeps track of when we're inside a list.
+               # Each time we enter a list, we increment it; when we leave a list,
+               # we decrement. If it's zero, we're not in a list anymore.
+               #
+               # We do this because when we're not inside a list, we want to treat
+               # something like this:
+               #
+               #               I recommend upgrading to version
+               #               8. Oops, now this line is treated
+               #               as a sub-list.
+               #
+               # As a single paragraph, despite the fact that the second line starts
+               # with a digit-period-space sequence.
+               #
+               # Whereas when we're inside a list (or sub-list), that line will be
+               # treated as the start of a sub-list. What a kludge, huh? This is
+               # an aspect of Markdown's syntax that's hard to parse perfectly
+               # without resorting to mind-reading. Perhaps the solution is to
+               # change the syntax rules such that sub-lists must start with a
+               # starting cardinal number; e.g. "1." or "a.".
+               
+               $this->list_level++;
+
+               # trim trailing blank lines:
+               $list_str = preg_replace("/\n{2,}\\z/", "\n", $list_str);
+
+               $list_str = preg_replace_callback('{
+                       (\n)?                                                   # leading line = $1
+                       (^[ ]*)                                                 # leading whitespace = $2
+                       ('.$marker_any_re.'                             # list marker and space = $3
+                               (?:[ ]+|(?=\n)) # space only required if item is not empty
+                       )
+                       ((?s:.*?))                                              # list item text   = $4
+                       (?:(\n+(?=\n))|\n)                              # tailing blank line = $5
+                       (?= \n* (\z | \2 ('.$marker_any_re.') (?:[ ]+|(?=\n))))
+                       }xm',
+                       array($this, '_processListItems_callback'), $list_str);
+
+               $this->list_level--;
+               return $list_str;
+       }
+       protected function _processListItems_callback($matches) {
+               $item = $matches[4];
+               $leading_line =& $matches[1];
+               $leading_space =& $matches[2];
+               $marker_space = $matches[3];
+               $tailing_blank_line =& $matches[5];
+
+               if ($leading_line || $tailing_blank_line || 
+                       preg_match('/\n{2,}/', $item))
+               {
+                       # Replace marker with the appropriate whitespace indentation
+                       $item = $leading_space . str_repeat(' ', strlen($marker_space)) . $item;
+                       $item = $this->runBlockGamut($this->outdent($item)."\n");
+               }
+               else {
+                       # Recursion for sub-lists:
+                       $item = $this->doLists($this->outdent($item));
+                       $item = preg_replace('/\n+$/', '', $item);
+                       $item = $this->runSpanGamut($item);
+               }
+
+               return "<li>" . $item . "</li>\n";
+       }
+
+
+       protected function doCodeBlocks($text) {
+       #
+       #       Process Markdown `<pre><code>` blocks.
+       #
+               $text = preg_replace_callback('{
+                               (?:\n\n|\A\n?)
+                               (                   # $1 = the code block -- one or more lines, starting with a space/tab
+                                 (?>
+                                       [ ]{'.$this->tab_width.'}  # Lines must start with a tab or a tab-width of spaces
+                                       .*\n+
+                                 )+
+                               )
+                               ((?=^[ ]{0,'.$this->tab_width.'}\S)|\Z) # Lookahead for non-space at line-start, or end of doc
+                       }xm',
+                       array($this, '_doCodeBlocks_callback'), $text);
+
+               return $text;
+       }
+       protected function _doCodeBlocks_callback($matches) {
+               $codeblock = $matches[1];
+
+               $codeblock = $this->outdent($codeblock);
+               $codeblock = htmlspecialchars($codeblock, ENT_NOQUOTES);
+
+               # trim leading newlines and trailing newlines
+               $codeblock = preg_replace('/\A\n+|\n+\z/', '', $codeblock);
+
+               $codeblock = "<pre><code>$codeblock\n</code></pre>";
+               return "\n\n".$this->hashBlock($codeblock)."\n\n";
+       }
+
+
+       protected function makeCodeSpan($code) {
+       #
+       # Create a code span markup for $code. Called from handleSpanToken.
+       #
+               $code = htmlspecialchars(trim($code), ENT_NOQUOTES);
+               return $this->hashPart("<code>$code</code>");
+       }
+
+
+       protected $em_relist = array(
+               ''  => '(?:(?<!\*)\*(?!\*)|(?<!_)_(?!_))(?![\.,:;]?\s)',
+               '*' => '(?<![\s*])\*(?!\*)',
+               '_' => '(?<![\s_])_(?!_)',
+               );
+       protected $strong_relist = array(
+               ''   => '(?:(?<!\*)\*\*(?!\*)|(?<!_)__(?!_))(?![\.,:;]?\s)',
+               '**' => '(?<![\s*])\*\*(?!\*)',
+               '__' => '(?<![\s_])__(?!_)',
+               );
+       protected $em_strong_relist = array(
+               ''    => '(?:(?<!\*)\*\*\*(?!\*)|(?<!_)___(?!_))(?![\.,:;]?\s)',
+               '***' => '(?<![\s*])\*\*\*(?!\*)',
+               '___' => '(?<![\s_])___(?!_)',
+               );
+       protected $em_strong_prepared_relist;
+       
+       protected function prepareItalicsAndBold() {
+       #
+       # Prepare regular expressions for searching emphasis tokens in any
+       # context.
+       #
+               foreach ($this->em_relist as $em => $em_re) {
+                       foreach ($this->strong_relist as $strong => $strong_re) {
+                               # Construct list of allowed token expressions.
+                               $token_relist = array();
+                               if (isset($this->em_strong_relist["$em$strong"])) {
+                                       $token_relist[] = $this->em_strong_relist["$em$strong"];
+                               }
+                               $token_relist[] = $em_re;
+                               $token_relist[] = $strong_re;
+                               
+                               # Construct master expression from list.
+                               $token_re = '{('. implode('|', $token_relist) .')}';
+                               $this->em_strong_prepared_relist["$em$strong"] = $token_re;
+                       }
+               }
+       }
+       
+       protected function doItalicsAndBold($text) {
+               $token_stack = array('');
+               $text_stack = array('');
+               $em = '';
+               $strong = '';
+               $tree_char_em = false;
+               
+               while (1) {
+                       #
+                       # Get prepared regular expression for seraching emphasis tokens
+                       # in current context.
+                       #
+                       $token_re = $this->em_strong_prepared_relist["$em$strong"];
+                       
+                       #
+                       # Each loop iteration search for the next emphasis token. 
+                       # Each token is then passed to handleSpanToken.
+                       #
+                       $parts = preg_split($token_re, $text, 2, PREG_SPLIT_DELIM_CAPTURE);
+                       $text_stack[0] .= $parts[0];
+                       $token =& $parts[1];
+                       $text =& $parts[2];
+                       
+                       if (empty($token)) {
+                               # Reached end of text span: empty stack without emitting.
+                               # any more emphasis.
+                               while ($token_stack[0]) {
+                                       $text_stack[1] .= array_shift($token_stack);
+                                       $text_stack[0] .= array_shift($text_stack);
+                               }
+                               break;
+                       }
+                       
+                       $token_len = strlen($token);
+                       if ($tree_char_em) {
+                               # Reached closing marker while inside a three-char emphasis.
+                               if ($token_len == 3) {
+                                       # Three-char closing marker, close em and strong.
+                                       array_shift($token_stack);
+                                       $span = array_shift($text_stack);
+                                       $span = $this->runSpanGamut($span);
+                                       $span = "<strong><em>$span</em></strong>";
+                                       $text_stack[0] .= $this->hashPart($span);
+                                       $em = '';
+                                       $strong = '';
+                               } else {
+                                       # Other closing marker: close one em or strong and
+                                       # change current token state to match the other
+                                       $token_stack[0] = str_repeat($token{0}, 3-$token_len);
+                                       $tag = $token_len == 2 ? "strong" : "em";
+                                       $span = $text_stack[0];
+                                       $span = $this->runSpanGamut($span);
+                                       $span = "<$tag>$span</$tag>";
+                                       $text_stack[0] = $this->hashPart($span);
+                                       $$tag = ''; # $$tag stands for $em or $strong
+                               }
+                               $tree_char_em = false;
+                       } else if ($token_len == 3) {
+                               if ($em) {
+                                       # Reached closing marker for both em and strong.
+                                       # Closing strong marker:
+                                       for ($i = 0; $i < 2; ++$i) {
+                                               $shifted_token = array_shift($token_stack);
+                                               $tag = strlen($shifted_token) == 2 ? "strong" : "em";
+                                               $span = array_shift($text_stack);
+                                               $span = $this->runSpanGamut($span);
+                                               $span = "<$tag>$span</$tag>";
+                                               $text_stack[0] .= $this->hashPart($span);
+                                               $$tag = ''; # $$tag stands for $em or $strong
+                                       }
+                               } else {
+                                       # Reached opening three-char emphasis marker. Push on token 
+                                       # stack; will be handled by the special condition above.
+                                       $em = $token{0};
+                                       $strong = "$em$em";
+                                       array_unshift($token_stack, $token);
+                                       array_unshift($text_stack, '');
+                                       $tree_char_em = true;
+                               }
+                       } else if ($token_len == 2) {
+                               if ($strong) {
+                                       # Unwind any dangling emphasis marker:
+                                       if (strlen($token_stack[0]) == 1) {
+                                               $text_stack[1] .= array_shift($token_stack);
+                                               $text_stack[0] .= array_shift($text_stack);
+                                       }
+                                       # Closing strong marker:
+                                       array_shift($token_stack);
+                                       $span = array_shift($text_stack);
+                                       $span = $this->runSpanGamut($span);
+                                       $span = "<strong>$span</strong>";
+                                       $text_stack[0] .= $this->hashPart($span);
+                                       $strong = '';
+                               } else {
+                                       array_unshift($token_stack, $token);
+                                       array_unshift($text_stack, '');
+                                       $strong = $token;
+                               }
+                       } else {
+                               # Here $token_len == 1
+                               if ($em) {
+                                       if (strlen($token_stack[0]) == 1) {
+                                               # Closing emphasis marker:
+                                               array_shift($token_stack);
+                                               $span = array_shift($text_stack);
+                                               $span = $this->runSpanGamut($span);
+                                               $span = "<em>$span</em>";
+                                               $text_stack[0] .= $this->hashPart($span);
+                                               $em = '';
+                                       } else {
+                                               $text_stack[0] .= $token;
+                                       }
+                               } else {
+                                       array_unshift($token_stack, $token);
+                                       array_unshift($text_stack, '');
+                                       $em = $token;
+                               }
+                       }
+               }
+               return $text_stack[0];
+       }
+
+
+       protected function doBlockQuotes($text) {
+               $text = preg_replace_callback('/
+                         (                                                             # Wrap whole match in $1
+                               (?>
+                                 ^[ ]*>[ ]?                    # ">" at the start of a line
+                                       .+\n                                    # rest of the first line
+                                 (.+\n)*                                       # subsequent consecutive lines
+                                 \n*                                           # blanks
+                               )+
+                         )
+                       /xm',
+                       array($this, '_doBlockQuotes_callback'), $text);
+
+               return $text;
+       }
+       protected function _doBlockQuotes_callback($matches) {
+               $bq = $matches[1];
+               # trim one level of quoting - trim whitespace-only lines
+               $bq = preg_replace('/^[ ]*>[ ]?|^[ ]+$/m', '', $bq);
+               $bq = $this->runBlockGamut($bq);                # recurse
+
+               $bq = preg_replace('/^/m', "  ", $bq);
+               # These leading spaces cause problem with <pre> content, 
+               # so we need to fix that:
+               $bq = preg_replace_callback('{(\s*<pre>.+?</pre>)}sx', 
+                       array($this, '_doBlockQuotes_callback2'), $bq);
+
+               return "\n". $this->hashBlock("<blockquote>\n$bq\n</blockquote>")."\n\n";
+       }
+       protected function _doBlockQuotes_callback2($matches) {
+               $pre = $matches[1];
+               $pre = preg_replace('/^  /m', '', $pre);
+               return $pre;
+       }
+
+
+       protected function formParagraphs($text) {
+       #
+       #       Params:
+       #               $text - string to process with html <p> tags
+       #
+               # Strip leading and trailing lines:
+               $text = preg_replace('/\A\n+|\n+\z/', '', $text);
+
+               $grafs = preg_split('/\n{2,}/', $text, -1, PREG_SPLIT_NO_EMPTY);
+
+               #
+               # Wrap <p> tags and unhashify HTML blocks
+               #
+               foreach ($grafs as $key => $value) {
+                       if (!preg_match('/^B\x1A[0-9]+B$/', $value)) {
+                               # Is a paragraph.
+                               $value = $this->runSpanGamut($value);
+                               $value = preg_replace('/^([ ]*)/', "<p>", $value);
+                               $value .= "</p>";
+                               $grafs[$key] = $this->unhash($value);
+                       }
+                       else {
+                               # Is a block.
+                               # Modify elements of @grafs in-place...
+                               $graf = $value;
+                               $block = $this->html_hashes[$graf];
+                               $graf = $block;
+//                             if (preg_match('{
+//                                     \A
+//                                     (                                                       # $1 = <div> tag
+//                                       <div  \s+
+//                                       [^>]*
+//                                       \b
+//                                       markdown\s*=\s*  ([\'"])      #       $2 = attr quote char
+//                                       1
+//                                       \2
+//                                       [^>]*
+//                                       >
+//                                     )
+//                                     (                                                       # $3 = contents
+//                                     .*
+//                                     )
+//                                     (</div>)                                        # $4 = closing tag
+//                                     \z
+//                                     }xs', $block, $matches))
+//                             {
+//                                     list(, $div_open, , $div_content, $div_close) = $matches;
+//
+//                                     # We can't call Markdown(), because that resets the hash;
+//                                     # that initialization code should be pulled into its own sub, though.
+//                                     $div_content = $this->hashHTMLBlocks($div_content);
+//                                     
+//                                     # Run document gamut methods on the content.
+//                                     foreach ($this->document_gamut as $method => $priority) {
+//                                             $div_content = $this->$method($div_content);
+//                                     }
+//
+//                                     $div_open = preg_replace(
+//                                             '{\smarkdown\s*=\s*([\'"]).+?\1}', '', $div_open);
+//
+//                                     $graf = $div_open . "\n" . $div_content . "\n" . $div_close;
+//                             }
+                               $grafs[$key] = $graf;
+                       }
+               }
+
+               return implode("\n\n", $grafs);
+       }
+
+
+       protected function encodeAttribute($text) {
+       #
+       # Encode text for a double-quoted HTML attribute. This function
+       # is *not* suitable for attributes enclosed in single quotes.
+       #
+               $text = $this->encodeAmpsAndAngles($text);
+               $text = str_replace('"', '&quot;', $text);
+               return $text;
+       }
+
+
+       protected function encodeURLAttribute($url, &$text = null) {
+       #
+       # Encode text for a double-quoted HTML attribute containing a URL,
+       # applying the URL filter if set. Also generates the textual
+       # representation for the URL (removing mailto: or tel:) storing it in $text.
+       # This function is *not* suitable for attributes enclosed in single quotes.
+       #
+               if ($this->url_filter_func)
+                       $url = call_user_func($this->url_filter_func, $url);
+
+               if (preg_match('{^mailto:}i', $url))
+                       $url = $this->encodeEntityObfuscatedAttribute($url, $text, 7);
+               else if (preg_match('{^tel:}i', $url))
+               {
+                       $url = $this->encodeAttribute($url);
+                       $text = substr($url, 4);
+               }
+               else
+               {
+                       $url = $this->encodeAttribute($url);
+                       $text = $url;
+               }
+
+               return $url;
+       }
+       
+       
+       protected function encodeAmpsAndAngles($text) {
+       #
+       # Smart processing for ampersands and angle brackets that need to 
+       # be encoded. Valid character entities are left alone unless the
+       # no-entities mode is set.
+       #
+               if ($this->no_entities) {
+                       $text = str_replace('&', '&amp;', $text);
+               } else {
+                       # Ampersand-encoding based entirely on Nat Irons's Amputator
+                       # MT plugin: <http://bumppo.net/projects/amputator/>
+                       $text = preg_replace('/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/', 
+                                                               '&amp;', $text);
+               }
+               # Encode remaining <'s
+               $text = str_replace('<', '&lt;', $text);
+
+               return $text;
+       }
+
+
+       protected function doAutoLinks($text) {
+               $text = preg_replace_callback('{<((https?|ftp|dict|tel):[^\'">\s]+)>}i',
+                       array($this, '_doAutoLinks_url_callback'), $text);
+
+               # Email addresses: <address@domain.foo>
+               $text = preg_replace_callback('{
+                       <
+                       (?:mailto:)?
+                       (
+                               (?:
+                                       [-!#$%&\'*+/=?^_`.{|}~\w\x80-\xFF]+
+                               |
+                                       ".*?"
+                               )
+                               \@
+                               (?:
+                                       [-a-z0-9\x80-\xFF]+(\.[-a-z0-9\x80-\xFF]+)*\.[a-z]+
+                               |
+                                       \[[\d.a-fA-F:]+\]       # IPv4 & IPv6
+                               )
+                       )
+                       >
+                       }xi',
+                       array($this, '_doAutoLinks_email_callback'), $text);
+
+               return $text;
+       }
+       protected function _doAutoLinks_url_callback($matches) {
+               $url = $this->encodeURLAttribute($matches[1], $text);
+               $link = "<a href=\"$url\">$text</a>";
+               return $this->hashPart($link);
+       }
+       protected function _doAutoLinks_email_callback($matches) {
+               $addr = $matches[1];
+               $url = $this->encodeURLAttribute("mailto:$addr", $text);
+               $link = "<a href=\"$url\">$text</a>";
+               return $this->hashPart($link);
+       }
+
+
+       protected function encodeEntityObfuscatedAttribute($text, &$tail = null, $head_length = 0) {
+       #
+       #       Input: some text to obfuscate, e.g. "mailto:foo@example.com"
+       #
+       #       Output: the same text but with most characters encoded as either a
+       #               decimal or hex entity, in the hopes of foiling most address
+       #               harvesting spam bots. E.g.:
+       #
+       #        &#109;&#x61;&#105;&#x6c;&#116;&#x6f;&#58;&#x66;o&#111;
+       #        &#x40;&#101;&#x78;&#97;&#x6d;&#112;&#x6c;&#101;&#46;&#x63;&#111;
+       #        &#x6d;
+       #
+       #       Note: the additional output $tail is assigned the same value as the
+       #       ouput, minus the number of characters specified by $head_length.
+       #
+       #       Based by a filter by Matthew Wickline, posted to BBEdit-Talk.
+       #   With some optimizations by Milian Wolff. Forced encoding of HTML
+       #       attribute special characters by Allan Odgaard.
+       #
+               if ($text == "") return $tail = "";
+
+               $chars = preg_split('/(?<!^)(?!$)/', $text);
+               $seed = (int)abs(crc32($text) / strlen($text)); # Deterministic seed.
+
+               foreach ($chars as $key => $char) {
+                       $ord = ord($char);
+                       # Ignore non-ascii chars.
+                       if ($ord < 128) {
+                               $r = ($seed * (1 + $key)) % 100; # Pseudo-random function.
+                               # roughly 10% raw, 45% hex, 45% dec
+                               # '@' *must* be encoded. I insist.
+                               # '"' and '>' have to be encoded inside the attribute
+                               if ($r > 90 && strpos('@"&>', $char) === false) /* do nothing */;
+                               else if ($r < 45) $chars[$key] = '&#x'.dechex($ord).';';
+                               else              $chars[$key] = '&#'.$ord.';';
+                       }
+               }
+
+               $text = implode('', $chars);
+               $tail = $head_length ? implode('', array_slice($chars, $head_length)) : $text;
+
+               return $text;
+       }
+
+
+       protected function parseSpan($str) {
+       #
+       # Take the string $str and parse it into tokens, hashing embeded HTML,
+       # escaped characters and handling code spans.
+       #
+               $output = '';
+               
+               $span_re = '{
+                               (
+                                       \\\\'.$this->escape_chars_re.'
+                               |
+                                       (?<![`\\\\])
+                                       `+                                              # code span marker
+                       '.( $this->no_markup ? '' : '
+                               |
+                                       <!--    .*?     -->             # comment
+                               |
+                                       <\?.*?\?> | <%.*?%>             # processing instruction
+                               |
+                                       <[!$]?[-a-zA-Z0-9:_]+   # regular tags
+                                       (?>
+                                               \s
+                                               (?>[^"\'>]+|"[^"]*"|\'[^\']*\')*
+                                       )?
+                                       >
+                               |
+                                       <[-a-zA-Z0-9:_]+\s*/> # xml-style empty tag
+                               |
+                                       </[-a-zA-Z0-9:_]+\s*> # closing tag
+                       ').'
+                               )
+                               }xs';
+
+               while (1) {
+                       #
+                       # Each loop iteration seach for either the next tag, the next 
+                       # openning code span marker, or the next escaped character. 
+                       # Each token is then passed to handleSpanToken.
+                       #
+                       $parts = preg_split($span_re, $str, 2, PREG_SPLIT_DELIM_CAPTURE);
+                       
+                       # Create token from text preceding tag.
+                       if ($parts[0] != "") {
+                               $output .= $parts[0];
+                       }
+                       
+                       # Check if we reach the end.
+                       if (isset($parts[1])) {
+                               $output .= $this->handleSpanToken($parts[1], $parts[2]);
+                               $str = $parts[2];
+                       }
+                       else {
+                               break;
+                       }
+               }
+               
+               return $output;
+       }
+       
+       
+       protected function handleSpanToken($token, &$str) {
+       #
+       # Handle $token provided by parseSpan by determining its nature and 
+       # returning the corresponding value that should replace it.
+       #
+               switch ($token{0}) {
+                       case "\\":
+                               return $this->hashPart("&#". ord($token{1}). ";");
+                       case "`":
+                               # Search for end marker in remaining text.
+                               if (preg_match('/^(.*?[^`])'.preg_quote($token).'(?!`)(.*)$/sm', 
+                                       $str, $matches))
+                               {
+                                       $str = $matches[2];
+                                       $codespan = $this->makeCodeSpan($matches[1]);
+                                       return $this->hashPart($codespan);
+                               }
+                               return $token; // return as text since no ending marker found.
+                       default:
+                               return $this->hashPart($token);
+               }
+       }
+
+
+       protected function outdent($text) {
+       #
+       # Remove one level of line-leading tabs or spaces
+       #
+               return preg_replace('/^(\t|[ ]{1,'.$this->tab_width.'})/m', '', $text);
+       }
+
+
+       # String length function for detab. `_initDetab` will create a function to 
+       # hanlde UTF-8 if the default function does not exist.
+       protected $utf8_strlen = 'mb_strlen';
+       
+       protected function detab($text) {
+       #
+       # Replace tabs with the appropriate amount of space.
+       #
+               # For each line we separate the line in blocks delemited by
+               # tab characters. Then we reconstruct every line by adding the 
+               # appropriate number of space between each blocks.
+               
+               $text = preg_replace_callback('/^.*\t.*$/m',
+                       array($this, '_detab_callback'), $text);
+
+               return $text;
+       }
+       protected function _detab_callback($matches) {
+               $line = $matches[0];
+               $strlen = $this->utf8_strlen; # strlen function for UTF-8.
+               
+               # Split in blocks.
+               $blocks = explode("\t", $line);
+               # Add each blocks to the line.
+               $line = $blocks[0];
+               unset($blocks[0]); # Do not add first block twice.
+               foreach ($blocks as $block) {
+                       # Calculate amount of space, insert spaces, insert block.
+                       $amount = $this->tab_width - 
+                               $strlen($line, 'UTF-8') % $this->tab_width;
+                       $line .= str_repeat(" ", $amount) . $block;
+               }
+               return $line;
+       }
+       protected function _initDetab() {
+       #
+       # Check for the availability of the function in the `utf8_strlen` property
+       # (initially `mb_strlen`). If the function is not available, create a 
+       # function that will loosely count the number of UTF-8 characters with a
+       # regular expression.
+       #
+               if (function_exists($this->utf8_strlen)) return;
+               $this->utf8_strlen = create_function('$text', 'return preg_match_all(
+                       "/[\\\\x00-\\\\xBF]|[\\\\xC0-\\\\xFF][\\\\x80-\\\\xBF]*/", 
+                       $text, $m);');
+       }
+
+
+       protected function unhash($text) {
+       #
+       # Swap back in all the tags hashed by _HashHTMLBlocks.
+       #
+               return preg_replace_callback('/(.)\x1A[0-9]+\1/', 
+                       array($this, '_unhash_callback'), $text);
+       }
+       protected function _unhash_callback($matches) {
+               return $this->html_hashes[$matches[0]];
+       }
+
+}
+
+
+#
+# Temporary Markdown Extra Parser Implementation Class
+#
+# NOTE: DON'T USE THIS CLASS
+# Currently the implementation of of Extra resides here in this temporary class.
+# This makes it easier to propagate the changes between the three different
+# packaging styles of PHP Markdown. When this issue is resolved, this
+# MarkdownExtra_TmpImpl class here will disappear and \Michelf\MarkdownExtra
+# will contain the code. So please use \Michelf\MarkdownExtra and ignore this
+# one.
+#
+
+abstract class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
+
+       ### Configuration Variables ###
+
+       # Prefix for footnote ids.
+       public $fn_id_prefix = "";
+       
+       # Optional title attribute for footnote links and backlinks.
+       public $fn_link_title = "";
+       public $fn_backlink_title = "";
+       
+       # Optional class attribute for footnote links and backlinks.
+       public $fn_link_class = "footnote-ref";
+       public $fn_backlink_class = "footnote-backref";
+
+       # Class name for table cell alignment (%% replaced left/center/right)
+       # For instance: 'go-%%' becomes 'go-left' or 'go-right' or 'go-center'
+       # If empty, the align attribute is used instead of a class name.
+       public $table_align_class_tmpl = '';
+
+       # Optional class prefix for fenced code block.
+       public $code_class_prefix = "";
+       # Class attribute for code blocks goes on the `code` tag;
+       # setting this to true will put attributes on the `pre` tag instead.
+       public $code_attr_on_pre = false;
+       
+       # Predefined abbreviations.
+       public $predef_abbr = array();
+
+
+       ### Parser Implementation ###
+
+       public function __construct() {
+       #
+       # Constructor function. Initialize the parser object.
+       #
+               # Add extra escapable characters before parent constructor 
+               # initialize the table.
+               $this->escape_chars .= ':|';
+               
+               # Insert extra document, block, and span transformations. 
+               # Parent constructor will do the sorting.
+               $this->document_gamut += array(
+                       "doFencedCodeBlocks" => 5,
+                       "stripFootnotes"     => 15,
+                       "stripAbbreviations" => 25,
+                       "appendFootnotes"    => 50,
+                       );
+               $this->block_gamut += array(
+                       "doFencedCodeBlocks" => 5,
+                       "doTables"           => 15,
+                       "doDefLists"         => 45,
+                       );
+               $this->span_gamut += array(
+                       "doFootnotes"        => 5,
+                       "doAbbreviations"    => 70,
+                       );
+               
+               parent::__construct();
+       }
+       
+       
+       # Extra variables used during extra transformations.
+       protected $footnotes = array();
+       protected $footnotes_ordered = array();
+       protected $footnotes_ref_count = array();
+       protected $footnotes_numbers = array();
+       protected $abbr_desciptions = array();
+       protected $abbr_word_re = '';
+       
+       # Give the current footnote number.
+       protected $footnote_counter = 1;
+       
+       
+       protected function setup() {
+       #
+       # Setting up Extra-specific variables.
+       #
+               parent::setup();
+               
+               $this->footnotes = array();
+               $this->footnotes_ordered = array();
+               $this->footnotes_ref_count = array();
+               $this->footnotes_numbers = array();
+               $this->abbr_desciptions = array();
+               $this->abbr_word_re = '';
+               $this->footnote_counter = 1;
+               
+               foreach ($this->predef_abbr as $abbr_word => $abbr_desc) {
+                       if ($this->abbr_word_re)
+                               $this->abbr_word_re .= '|';
+                       $this->abbr_word_re .= preg_quote($abbr_word);
+                       $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
+               }
+       }
+       
+       protected function teardown() {
+       #
+       # Clearing Extra-specific variables.
+       #
+               $this->footnotes = array();
+               $this->footnotes_ordered = array();
+               $this->footnotes_ref_count = array();
+               $this->footnotes_numbers = array();
+               $this->abbr_desciptions = array();
+               $this->abbr_word_re = '';
+               
+               parent::teardown();
+       }
+       
+       
+       ### Extra Attribute Parser ###
+
+       # Expression to use to catch attributes (includes the braces)
+       protected $id_class_attr_catch_re = '\{((?:[ ]*[#.a-z][-_:a-zA-Z0-9=]+){1,})[ ]*\}';
+       # Expression to use when parsing in a context when no capture is desired
+       protected $id_class_attr_nocatch_re = '\{(?:[ ]*[#.a-z][-_:a-zA-Z0-9=]+){1,}[ ]*\}';
+
+       protected function doExtraAttributes($tag_name, $attr) {
+       #
+       # Parse attributes caught by the $this->id_class_attr_catch_re expression
+       # and return the HTML-formatted list of attributes.
+       #
+       # Currently supported attributes are .class and #id.
+       #
+               if (empty($attr)) return "";
+               
+               # Split on components
+               preg_match_all('/[#.a-z][-_:a-zA-Z0-9=]+/', $attr, $matches);
+               $elements = $matches[0];
+
+               # handle classes and ids (only first id taken into account)
+               $classes = array();
+               $attributes = array();
+               $id = false;
+               foreach ($elements as $element) {
+                       if ($element{0} == '.') {
+                               $classes[] = substr($element, 1);
+                       } else if ($element{0} == '#') {
+                               if ($id === false) $id = substr($element, 1);
+                       } else if (strpos($element, '=') > 0) {
+                               $parts = explode('=', $element, 2);
+                               $attributes[] = $parts[0] . '="' . $parts[1] . '"';
+                       }
+               }
+
+               # compose attributes as string
+               $attr_str = "";
+               if (!empty($id)) {
+                       $attr_str .= ' id="'.$id.'"';
+               }
+               if (!empty($classes)) {
+                       $attr_str .= ' class="'.implode(" ", $classes).'"';
+               }
+               if (!$this->no_markup && !empty($attributes)) {
+                       $attr_str .= ' '.implode(" ", $attributes);
+               }
+               return $attr_str;
+       }
+
+
+       protected function stripLinkDefinitions($text) {
+       #
+       # Strips link definitions from text, stores the URLs and titles in
+       # hash references.
+       #
+               $less_than_tab = $this->tab_width - 1;
+
+               # Link defs are in the form: ^[id]: url "optional title"
+               $text = preg_replace_callback('{
+                                                       ^[ ]{0,'.$less_than_tab.'}\[(.+)\][ ]?: # id = $1
+                                                         [ ]*
+                                                         \n?                           # maybe *one* newline
+                                                         [ ]*
+                                                       (?:
+                                                         <(.+?)>                       # url = $2
+                                                       |
+                                                         (\S+?)                        # url = $3
+                                                       )
+                                                         [ ]*
+                                                         \n?                           # maybe one newline
+                                                         [ ]*
+                                                       (?:
+                                                               (?<=\s)                 # lookbehind for whitespace
+                                                               ["(]
+                                                               (.*?)                   # title = $4
+                                                               [")]
+                                                               [ ]*
+                                                       )?      # title is optional
+                                       (?:[ ]* '.$this->id_class_attr_catch_re.' )?  # $5 = extra id & class attr
+                                                       (?:\n+|\Z)
+                       }xm',
+                       array($this, '_stripLinkDefinitions_callback'),
+                       $text);
+               return $text;
+       }
+       protected function _stripLinkDefinitions_callback($matches) {
+               $link_id = strtolower($matches[1]);
+               $url = $matches[2] == '' ? $matches[3] : $matches[2];
+               $this->urls[$link_id] = $url;
+               $this->titles[$link_id] =& $matches[4];
+               $this->ref_attr[$link_id] = $this->doExtraAttributes("", $dummy =& $matches[5]);
+               return ''; # String that will replace the block
+       }
+
+
+       ### HTML Block Parser ###
+       
+       # Tags that are always treated as block tags:
+       protected $block_tags_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|form|fieldset|iframe|hr|legend|article|section|nav|aside|hgroup|header|footer|figcaption|figure';
+                                                  
+       # Tags treated as block tags only if the opening tag is alone on its line:
+       protected $context_block_tags_re = 'script|noscript|style|ins|del|iframe|object|source|track|param|math|svg|canvas|audio|video';
+       
+       # Tags where markdown="1" default to span mode:
+       protected $contain_span_tags_re = 'p|h[1-6]|li|dd|dt|td|th|legend|address';
+       
+       # Tags which must not have their contents modified, no matter where 
+       # they appear:
+       protected $clean_tags_re = 'script|style|math|svg';
+       
+       # Tags that do not need to be closed.
+       protected $auto_close_tags_re = 'hr|img|param|source|track';
+       
+
+       protected function hashHTMLBlocks($text) {
+       #
+       # Hashify HTML Blocks and "clean tags".
+       #
+       # We only want to do this for block-level HTML tags, such as headers,
+       # lists, and tables. That's because we still want to wrap <p>s around
+       # "paragraphs" that are wrapped in non-block-level tags, such as anchors,
+       # phrase emphasis, and spans. The list of tags we're looking for is
+       # hard-coded.
+       #
+       # This works by calling _HashHTMLBlocks_InMarkdown, which then calls
+       # _HashHTMLBlocks_InHTML when it encounter block tags. When the markdown="1" 
+       # attribute is found within a tag, _HashHTMLBlocks_InHTML calls back
+       #  _HashHTMLBlocks_InMarkdown to handle the Markdown syntax within the tag.
+       # These two functions are calling each other. It's recursive!
+       #
+               if ($this->no_markup)  return $text;
+
+               #
+               # Call the HTML-in-Markdown hasher.
+               #
+               list($text, ) = $this->_hashHTMLBlocks_inMarkdown($text);
+               
+               return $text;
+       }
+       protected function _hashHTMLBlocks_inMarkdown($text, $indent = 0,
+                                                                               $enclosing_tag_re = '', $span = false)
+       {
+       #
+       # Parse markdown text, calling _HashHTMLBlocks_InHTML for block tags.
+       #
+       # *   $indent is the number of space to be ignored when checking for code 
+       #     blocks. This is important because if we don't take the indent into 
+       #     account, something like this (which looks right) won't work as expected:
+       #
+       #     <div>
+       #         <div markdown="1">
+       #         Hello World.  <-- Is this a Markdown code block or text?
+       #         </div>  <-- Is this a Markdown code block or a real tag?
+       #     <div>
+       #
+       #     If you don't like this, just don't indent the tag on which
+       #     you apply the markdown="1" attribute.
+       #
+       # *   If $enclosing_tag_re is not empty, stops at the first unmatched closing 
+       #     tag with that name. Nested tags supported.
+       #
+       # *   If $span is true, text inside must treated as span. So any double 
+       #     newline will be replaced by a single newline so that it does not create 
+       #     paragraphs.
+       #
+       # Returns an array of that form: ( processed text , remaining text )
+       #
+               if ($text === '') return array('', '');
+
+               # Regex to check for the presense of newlines around a block tag.
+               $newline_before_re = '/(?:^\n?|\n\n)*$/';
+               $newline_after_re = 
+                       '{
+                               ^                                               # Start of text following the tag.
+                               (?>[ ]*<!--.*?-->)?             # Optional comment.
+                               [ ]*\n                                  # Must be followed by newline.
+                       }xs';
+               
+               # Regex to match any tag.
+               $block_tag_re =
+                       '{
+                               (                                       # $2: Capture whole tag.
+                                       </?                                     # Any opening or closing tag.
+                                               (?>                             # Tag name.
+                                                       '.$this->block_tags_re.'                        |
+                                                       '.$this->context_block_tags_re.'        |
+                                                       '.$this->clean_tags_re.'                |
+                                                       (?!\s)'.$enclosing_tag_re.'
+                                               )
+                                               (?:
+                                                       (?=[\s"\'/a-zA-Z0-9])   # Allowed characters after tag name.
+                                                       (?>
+                                                               ".*?"           |       # Double quotes (can contain `>`)
+                                                               \'.*?\'         |       # Single quotes (can contain `>`)
+                                                               .+?                             # Anything but quotes and `>`.
+                                                       )*?
+                                               )?
+                                       >                                       # End of tag.
+                               |
+                                       <!--    .*?     -->     # HTML Comment
+                               |
+                                       <\?.*?\?> | <%.*?%>     # Processing instruction
+                               |
+                                       <!\[CDATA\[.*?\]\]>     # CData Block
+                               '. ( !$span ? ' # If not in span.
+                               |
+                                       # Indented code block
+                                       (?: ^[ ]*\n | ^ | \n[ ]*\n )
+                                       [ ]{'.($indent+4).'}[^\n]* \n
+                                       (?>
+                                               (?: [ ]{'.($indent+4).'}[^\n]* | [ ]* ) \n
+                                       )*
+                               |
+                                       # Fenced code block marker
+                                       (?<= ^ | \n )
+                                       [ ]{0,'.($indent+3).'}(?:~{3,}|`{3,})
+                                                                       [ ]*
+                                       (?:
+                                       \.?[-_:a-zA-Z0-9]+ # standalone class name
+                                       |
+                                               '.$this->id_class_attr_nocatch_re.' # extra attributes
+                                       )?
+                                       [ ]*
+                                       (?= \n )
+                               ' : '' ). ' # End (if not is span).
+                               |
+                                       # Code span marker
+                                       # Note, this regex needs to go after backtick fenced
+                                       # code blocks but it should also be kept outside of the
+                                       # "if not in span" condition adding backticks to the parser
+                                       `+
+                               )
+                       }xs';
+
+               
+               $depth = 0;             # Current depth inside the tag tree.
+               $parsed = "";   # Parsed text that will be returned.
+
+               #
+               # Loop through every tag until we find the closing tag of the parent
+               # or loop until reaching the end of text if no parent tag specified.
+               #
+               do {
+                       #
+                       # Split the text using the first $tag_match pattern found.
+                       # Text before  pattern will be first in the array, text after
+                       # pattern will be at the end, and between will be any catches made 
+                       # by the pattern.
+                       #
+                       $parts = preg_split($block_tag_re, $text, 2, 
+                                                               PREG_SPLIT_DELIM_CAPTURE);
+                       
+                       # If in Markdown span mode, add a empty-string span-level hash 
+                       # after each newline to prevent triggering any block element.
+                       if ($span) {
+                               $void = $this->hashPart("", ':');
+                               $newline = "$void\n";
+                               $parts[0] = $void . str_replace("\n", $newline, $parts[0]) . $void;
+                       }
+                       
+                       $parsed .= $parts[0]; # Text before current tag.
+                       
+                       # If end of $text has been reached. Stop loop.
+                       if (count($parts) < 3) {
+                               $text = "";
+                               break;
+                       }
+                       
+                       $tag  = $parts[1]; # Tag to handle.
+                       $text = $parts[2]; # Remaining text after current tag.
+                       $tag_re = preg_quote($tag); # For use in a regular expression.
+                       
+                       #
+                       # Check for: Fenced code block marker.
+                       # Note: need to recheck the whole tag to disambiguate backtick
+                       # fences from code spans
+                       #
+                       if (preg_match('{^\n?([ ]{0,'.($indent+3).'})(~{3,}|`{3,})[ ]*(?:\.?[-_:a-zA-Z0-9]+|'.$this->id_class_attr_nocatch_re.')?[ ]*\n?$}', $tag, $capture)) {
+                               # Fenced code block marker: find matching end marker.
+                               $fence_indent = strlen($capture[1]); # use captured indent in re
+                               $fence_re = $capture[2]; # use captured fence in re
+                               if (preg_match('{^(?>.*\n)*?[ ]{'.($fence_indent).'}'.$fence_re.'[ ]*(?:\n|$)}', $text,
+                                       $matches)) 
+                               {
+                                       # End marker found: pass text unchanged until marker.
+                                       $parsed .= $tag . $matches[0];
+                                       $text = substr($text, strlen($matches[0]));
+                               }
+                               else {
+                                       # No end marker: just skip it.
+                                       $parsed .= $tag;
+                               }
+                       }
+                       #
+                       # Check for: Indented code block.
+                       #
+                       else if ($tag{0} == "\n" || $tag{0} == " ") {
+                               # Indented code block: pass it unchanged, will be handled 
+                               # later.
+                               $parsed .= $tag;
+                       }
+                       #
+                       # Check for: Code span marker
+                       # Note: need to check this after backtick fenced code blocks
+                       #
+                       else if ($tag{0} == "`") {
+                               # Find corresponding end marker.
+                               $tag_re = preg_quote($tag);
+                               if (preg_match('{^(?>.+?|\n(?!\n))*?(?<!`)'.$tag_re.'(?!`)}',
+                                       $text, $matches))
+                               {
+                                       # End marker found: pass text unchanged until marker.
+                                       $parsed .= $tag . $matches[0];
+                                       $text = substr($text, strlen($matches[0]));
+                               }
+                               else {
+                                       # Unmatched marker: just skip it.
+                                       $parsed .= $tag;
+                               }
+                       }
+                       #
+                       # Check for: Opening Block level tag or
+                       #            Opening Context Block tag (like ins and del) 
+                       #               used as a block tag (tag is alone on it's line).
+                       #
+                       else if (preg_match('{^<(?:'.$this->block_tags_re.')\b}', $tag) ||
+                               (       preg_match('{^<(?:'.$this->context_block_tags_re.')\b}', $tag) &&
+                                       preg_match($newline_before_re, $parsed) &&
+                                       preg_match($newline_after_re, $text)    )
+                               )
+                       {
+                               # Need to parse tag and following text using the HTML parser.
+                               list($block_text, $text) = 
+                                       $this->_hashHTMLBlocks_inHTML($tag . $text, "hashBlock", true);
+                               
+                               # Make sure it stays outside of any paragraph by adding newlines.
+                               $parsed .= "\n\n$block_text\n\n";
+                       }
+                       #
+                       # Check for: Clean tag (like script, math)
+                       #            HTML Comments, processing instructions.
+                       #
+                       else if (preg_match('{^<(?:'.$this->clean_tags_re.')\b}', $tag) ||
+                               $tag{1} == '!' || $tag{1} == '?')
+                       {
+                               # Need to parse tag and following text using the HTML parser.
+                               # (don't check for markdown attribute)
+                               list($block_text, $text) = 
+                                       $this->_hashHTMLBlocks_inHTML($tag . $text, "hashClean", false);
+                               
+                               $parsed .= $block_text;
+                       }
+                       #
+                       # Check for: Tag with same name as enclosing tag.
+                       #
+                       else if ($enclosing_tag_re !== '' &&
+                               # Same name as enclosing tag.
+                               preg_match('{^</?(?:'.$enclosing_tag_re.')\b}', $tag))
+                       {
+                               #
+                               # Increase/decrease nested tag count.
+                               #
+                               if ($tag{1} == '/')                                             $depth--;
+                               else if ($tag{strlen($tag)-2} != '/')   $depth++;
+
+                               if ($depth < 0) {
+                                       #
+                                       # Going out of parent element. Clean up and break so we
+                                       # return to the calling function.
+                                       #
+                                       $text = $tag . $text;
+                                       break;
+                               }
+                               
+                               $parsed .= $tag;
+                       }
+                       else {
+                               $parsed .= $tag;
+                       }
+               } while ($depth >= 0);
+               
+               return array($parsed, $text);
+       }
+       protected function _hashHTMLBlocks_inHTML($text, $hash_method, $md_attr) {
+       #
+       # Parse HTML, calling _HashHTMLBlocks_InMarkdown for block tags.
+       #
+       # *   Calls $hash_method to convert any blocks.
+       # *   Stops when the first opening tag closes.
+       # *   $md_attr indicate if the use of the `markdown="1"` attribute is allowed.
+       #     (it is not inside clean tags)
+       #
+       # Returns an array of that form: ( processed text , remaining text )
+       #
+               if ($text === '') return array('', '');
+               
+               # Regex to match `markdown` attribute inside of a tag.
+               $markdown_attr_re = '
+                       {
+                               \s*                     # Eat whitespace before the `markdown` attribute
+                               markdown
+                               \s*=\s*
+                               (?>
+                                       (["\'])         # $1: quote delimiter           
+                                       (.*?)           # $2: attribute value
+                                       \1                      # matching delimiter    
+                               |
+                                       ([^\s>]*)       # $3: unquoted attribute value
+                               )
+                               ()                              # $4: make $3 always defined (avoid warnings)
+                       }xs';
+               
+               # Regex to match any tag.
+               $tag_re = '{
+                               (                                       # $2: Capture whole tag.
+                                       </?                                     # Any opening or closing tag.
+                                               [\w:$]+                 # Tag name.
+                                               (?:
+                                                       (?=[\s"\'/a-zA-Z0-9])   # Allowed characters after tag name.
+                                                       (?>
+                                                               ".*?"           |       # Double quotes (can contain `>`)
+                                                               \'.*?\'         |       # Single quotes (can contain `>`)
+                                                               .+?                             # Anything but quotes and `>`.
+                                                       )*?
+                                               )?
+                                       >                                       # End of tag.
+                               |
+                                       <!--    .*?     -->     # HTML Comment
+                               |
+                                       <\?.*?\?> | <%.*?%>     # Processing instruction
+                               |
+                                       <!\[CDATA\[.*?\]\]>     # CData Block
+                               )
+                       }xs';
+               
+               $original_text = $text;         # Save original text in case of faliure.
+               
+               $depth          = 0;    # Current depth inside the tag tree.
+               $block_text     = "";   # Temporary text holder for current text.
+               $parsed         = "";   # Parsed text that will be returned.
+
+               #
+               # Get the name of the starting tag.
+               # (This pattern makes $base_tag_name_re safe without quoting.)
+               #
+               if (preg_match('/^<([\w:$]*)\b/', $text, $matches))
+                       $base_tag_name_re = $matches[1];
+
+               #
+               # Loop through every tag until we find the corresponding closing tag.
+               #
+               do {
+                       #
+                       # Split the text using the first $tag_match pattern found.
+                       # Text before  pattern will be first in the array, text after
+                       # pattern will be at the end, and between will be any catches made 
+                       # by the pattern.
+                       #
+                       $parts = preg_split($tag_re, $text, 2, PREG_SPLIT_DELIM_CAPTURE);
+                       
+                       if (count($parts) < 3) {
+                               #
+                               # End of $text reached with unbalenced tag(s).
+                               # In that case, we return original text unchanged and pass the
+                               # first character as filtered to prevent an infinite loop in the 
+                               # parent function.
+                               #
+                               return array($original_text{0}, substr($original_text, 1));
+                       }
+                       
+                       $block_text .= $parts[0]; # Text before current tag.
+                       $tag         = $parts[1]; # Tag to handle.
+                       $text        = $parts[2]; # Remaining text after current tag.
+                       
+                       #
+                       # Check for: Auto-close tag (like <hr/>)
+                       #                        Comments and Processing Instructions.
+                       #
+                       if (preg_match('{^</?(?:'.$this->auto_close_tags_re.')\b}', $tag) ||
+                               $tag{1} == '!' || $tag{1} == '?')
+                       {
+                               # Just add the tag to the block as if it was text.
+                               $block_text .= $tag;
+                       }
+                       else {
+                               #
+                               # Increase/decrease nested tag count. Only do so if
+                               # the tag's name match base tag's.
+                               #
+                               if (preg_match('{^</?'.$base_tag_name_re.'\b}', $tag)) {
+                                       if ($tag{1} == '/')                                             $depth--;
+                                       else if ($tag{strlen($tag)-2} != '/')   $depth++;
+                               }
+                               
+                               #
+                               # Check for `markdown="1"` attribute and handle it.
+                               #
+                               if ($md_attr && 
+                                       preg_match($markdown_attr_re, $tag, $attr_m) &&
+                                       preg_match('/^1|block|span$/', $attr_m[2] . $attr_m[3]))
+                               {
+                                       # Remove `markdown` attribute from opening tag.
+                                       $tag = preg_replace($markdown_attr_re, '', $tag);
+                                       
+                                       # Check if text inside this tag must be parsed in span mode.
+                                       $this->mode = $attr_m[2] . $attr_m[3];
+                                       $span_mode = $this->mode == 'span' || $this->mode != 'block' &&
+                                               preg_match('{^<(?:'.$this->contain_span_tags_re.')\b}', $tag);
+                                       
+                                       # Calculate indent before tag.
+                                       if (preg_match('/(?:^|\n)( *?)(?! ).*?$/', $block_text, $matches)) {
+                                               $strlen = $this->utf8_strlen;
+                                               $indent = $strlen($matches[1], 'UTF-8');
+                                       } else {
+                                               $indent = 0;
+                                       }
+                                       
+                                       # End preceding block with this tag.
+                                       $block_text .= $tag;
+                                       $parsed .= $this->$hash_method($block_text);
+                                       
+                                       # Get enclosing tag name for the ParseMarkdown function.
+                                       # (This pattern makes $tag_name_re safe without quoting.)
+                                       preg_match('/^<([\w:$]*)\b/', $tag, $matches);
+                                       $tag_name_re = $matches[1];
+                                       
+                                       # Parse the content using the HTML-in-Markdown parser.
+                                       list ($block_text, $text)
+                                               = $this->_hashHTMLBlocks_inMarkdown($text, $indent, 
+                                                       $tag_name_re, $span_mode);
+                                       
+                                       # Outdent markdown text.
+                                       if ($indent > 0) {
+                                               $block_text = preg_replace("/^[ ]{1,$indent}/m", "", 
+                                                                                                       $block_text);
+                                       }
+                                       
+                                       # Append tag content to parsed text.
+                                       if (!$span_mode)        $parsed .= "\n\n$block_text\n\n";
+                                       else                            $parsed .= "$block_text";
+                                       
+                                       # Start over with a new block.
+                                       $block_text = "";
+                               }
+                               else $block_text .= $tag;
+                       }
+                       
+               } while ($depth > 0);
+               
+               #
+               # Hash last block text that wasn't processed inside the loop.
+               #
+               $parsed .= $this->$hash_method($block_text);
+               
+               return array($parsed, $text);
+       }
+
+
+       protected function hashClean($text) {
+       #
+       # Called whenever a tag must be hashed when a function inserts a "clean" tag
+       # in $text, it passes through this function and is automaticaly escaped, 
+       # blocking invalid nested overlap.
+       #
+               return $this->hashPart($text, 'C');
+       }
+
+
+       protected function doAnchors($text) {
+       #
+       # Turn Markdown link shortcuts into XHTML <a> tags.
+       #
+               if ($this->in_anchor) return $text;
+               $this->in_anchor = true;
+               
+               #
+               # First, handle reference-style links: [link text] [id]
+               #
+               $text = preg_replace_callback('{
+                       (                                       # wrap whole match in $1
+                         \[
+                               ('.$this->nested_brackets_re.') # link text = $2
+                         \]
+
+                         [ ]?                          # one optional space
+                         (?:\n[ ]*)?           # one optional newline followed by spaces
+
+                         \[
+                               (.*?)           # id = $3
+                         \]
+                       )
+                       }xs',
+                       array($this, '_doAnchors_reference_callback'), $text);
+
+               #
+               # Next, inline-style links: [link text](url "optional title")
+               #
+               $text = preg_replace_callback('{
+                       (                               # wrap whole match in $1
+                         \[
+                               ('.$this->nested_brackets_re.') # link text = $2
+                         \]
+                         \(                    # literal paren
+                               [ \n]*
+                               (?:
+                                       <(.+?)> # href = $3
+                               |
+                                       ('.$this->nested_url_parenthesis_re.')  # href = $4
+                               )
+                               [ \n]*
+                               (                       # $5
+                                 ([\'"])       # quote char = $6
+                                 (.*?)         # Title = $7
+                                 \6            # matching quote
+                                 [ \n]*        # ignore any spaces/tabs between closing quote and )
+                               )?                      # title is optional
+                         \)
+                         (?:[ ]? '.$this->id_class_attr_catch_re.' )?   # $8 = id/class attributes
+                       )
+                       }xs',
+                       array($this, '_doAnchors_inline_callback'), $text);
+
+               #
+               # Last, handle reference-style shortcuts: [link text]
+               # These must come last in case you've also got [link text][1]
+               # or [link text](/foo)
+               #
+               $text = preg_replace_callback('{
+                       (                                       # wrap whole match in $1
+                         \[
+                               ([^\[\]]+)              # link text = $2; can\'t contain [ or ]
+                         \]
+                       )
+                       }xs',
+                       array($this, '_doAnchors_reference_callback'), $text);
+
+               $this->in_anchor = false;
+               return $text;
+       }
+       protected function _doAnchors_reference_callback($matches) {
+               $whole_match =  $matches[1];
+               $link_text   =  $matches[2];
+               $link_id     =& $matches[3];
+
+               if ($link_id == "") {
+                       # for shortcut links like [this][] or [this].
+                       $link_id = $link_text;
+               }
+               
+               # lower-case and turn embedded newlines into spaces
+               $link_id = strtolower($link_id);
+               $link_id = preg_replace('{[ ]?\n}', ' ', $link_id);
+
+               if (isset($this->urls[$link_id])) {
+                       $url = $this->urls[$link_id];
+                       $url = $this->encodeURLAttribute($url);
+                       
+                       $result = "<a href=\"$url\"";
+                       if ( isset( $this->titles[$link_id] ) ) {
+                               $title = $this->titles[$link_id];
+                               $title = $this->encodeAttribute($title);
+                               $result .=  " title=\"$title\"";
+                       }
+                       if (isset($this->ref_attr[$link_id]))
+                               $result .= $this->ref_attr[$link_id];
+               
+                       $link_text = $this->runSpanGamut($link_text);
+                       $result .= ">$link_text</a>";
+                       $result = $this->hashPart($result);
+               }
+               else {
+                       $result = $whole_match;
+               }
+               return $result;
+       }
+       protected function _doAnchors_inline_callback($matches) {
+               $whole_match    =  $matches[1];
+               $link_text              =  $this->runSpanGamut($matches[2]);
+               $url                    =  $matches[3] == '' ? $matches[4] : $matches[3];
+               $title                  =& $matches[7];
+               $attr  = $this->doExtraAttributes("a", $dummy =& $matches[8]);
+
+               // if the URL was of the form <s p a c e s> it got caught by the HTML
+               // tag parser and hashed. Need to reverse the process before using the URL.
+               $unhashed = $this->unhash($url);
+               if ($unhashed != $url)
+                       $url = preg_replace('/^<(.*)>$/', '\1', $unhashed);
+
+               $url = $this->encodeURLAttribute($url);
+
+               $result = "<a href=\"$url\"";
+               if (isset($title)) {
+                       $title = $this->encodeAttribute($title);
+                       $result .=  " title=\"$title\"";
+               }
+               $result .= $attr;
+               
+               $link_text = $this->runSpanGamut($link_text);
+               $result .= ">$link_text</a>";
+
+               return $this->hashPart($result);
+       }
+
+
+       protected function doImages($text) {
+       #
+       # Turn Markdown image shortcuts into <img> tags.
+       #
+               #
+               # First, handle reference-style labeled images: ![alt text][id]
+               #
+               $text = preg_replace_callback('{
+                       (                               # wrap whole match in $1
+                         !\[
+                               ('.$this->nested_brackets_re.')         # alt text = $2
+                         \]
+
+                         [ ]?                          # one optional space
+                         (?:\n[ ]*)?           # one optional newline followed by spaces
+
+                         \[
+                               (.*?)           # id = $3
+                         \]
+
+                       )
+                       }xs', 
+                       array($this, '_doImages_reference_callback'), $text);
+
+               #
+               # Next, handle inline images:  ![alt text](url "optional title")
+               # Don't forget: encode * and _
+               #
+               $text = preg_replace_callback('{
+                       (                               # wrap whole match in $1
+                         !\[
+                               ('.$this->nested_brackets_re.')         # alt text = $2
+                         \]
+                         \s?                   # One optional whitespace character
+                         \(                    # literal paren
+                               [ \n]*
+                               (?:
+                                       <(\S*)> # src url = $3
+                               |
+                                       ('.$this->nested_url_parenthesis_re.')  # src url = $4
+                               )
+                               [ \n]*
+                               (                       # $5
+                                 ([\'"])       # quote char = $6
+                                 (.*?)         # title = $7
+                                 \6            # matching quote
+                                 [ \n]*
+                               )?                      # title is optional
+                         \)
+                         (?:[ ]? '.$this->id_class_attr_catch_re.' )?   # $8 = id/class attributes
+                       )
+                       }xs',
+                       array($this, '_doImages_inline_callback'), $text);
+
+               return $text;
+       }
+       protected function _doImages_reference_callback($matches) {
+               $whole_match = $matches[1];
+               $alt_text    = $matches[2];
+               $link_id     = strtolower($matches[3]);
+
+               if ($link_id == "") {
+                       $link_id = strtolower($alt_text); # for shortcut links like ![this][].
+               }
+
+               $alt_text = $this->encodeAttribute($alt_text);
+               if (isset($this->urls[$link_id])) {
+                       $url = $this->encodeURLAttribute($this->urls[$link_id]);
+                       $result = "<img src=\"$url\" alt=\"$alt_text\"";
+                       if (isset($this->titles[$link_id])) {
+                               $title = $this->titles[$link_id];
+                               $title = $this->encodeAttribute($title);
+                               $result .=  " title=\"$title\"";
+                       }
+                       if (isset($this->ref_attr[$link_id]))
+                               $result .= $this->ref_attr[$link_id];
+                       $result .= $this->empty_element_suffix;
+                       $result = $this->hashPart($result);
+               }
+               else {
+                       # If there's no such link ID, leave intact:
+                       $result = $whole_match;
+               }
+
+               return $result;
+       }
+       protected function _doImages_inline_callback($matches) {
+               $whole_match    = $matches[1];
+               $alt_text               = $matches[2];
+               $url                    = $matches[3] == '' ? $matches[4] : $matches[3];
+               $title                  =& $matches[7];
+               $attr  = $this->doExtraAttributes("img", $dummy =& $matches[8]);
+
+               $alt_text = $this->encodeAttribute($alt_text);
+               $url = $this->encodeURLAttribute($url);
+               $result = "<img src=\"$url\" alt=\"$alt_text\"";
+               if (isset($title)) {
+                       $title = $this->encodeAttribute($title);
+                       $result .=  " title=\"$title\""; # $title already quoted
+               }
+               $result .= $attr;
+               $result .= $this->empty_element_suffix;
+
+               return $this->hashPart($result);
+       }
+
+
+       protected function doHeaders($text) {
+       #
+       # Redefined to add id and class attribute support.
+       #
+               # Setext-style headers:
+               #         Header 1  {#header1}
+               #         ========
+               #  
+               #         Header 2  {#header2 .class1 .class2}
+               #         --------
+               #
+               $text = preg_replace_callback(
+                       '{
+                               (^.+?)                                                          # $1: Header text
+                               (?:[ ]+ '.$this->id_class_attr_catch_re.' )?     # $3 = id/class attributes
+                               [ ]*\n(=+|-+)[ ]*\n+                            # $3: Header footer
+                       }mx',
+                       array($this, '_doHeaders_callback_setext'), $text);
+
+               # atx-style headers:
+               #       # Header 1        {#header1}
+               #       ## Header 2       {#header2}
+               #       ## Header 2 with closing hashes ##  {#header3.class1.class2}
+               #       ...
+               #       ###### Header 6   {.class2}
+               #
+               $text = preg_replace_callback('{
+                               ^(\#{1,6})      # $1 = string of #\'s
+                               [ ]*
+                               (.+?)           # $2 = Header text
+                               [ ]*
+                               \#*                     # optional closing #\'s (not counted)
+                               (?:[ ]+ '.$this->id_class_attr_catch_re.' )?     # $3 = id/class attributes
+                               [ ]*
+                               \n+
+                       }xm',
+                       array($this, '_doHeaders_callback_atx'), $text);
+
+               return $text;
+       }
+       protected function _doHeaders_callback_setext($matches) {
+               if ($matches[3] == '-' && preg_match('{^- }', $matches[1]))
+                       return $matches[0];
+               $level = $matches[3]{0} == '=' ? 1 : 2;
+               $attr  = $this->doExtraAttributes("h$level", $dummy =& $matches[2]);
+               $block = "<h$level$attr>".$this->runSpanGamut($matches[1])."</h$level>";
+               return "\n" . $this->hashBlock($block) . "\n\n";
+       }
+       protected function _doHeaders_callback_atx($matches) {
+               $level = strlen($matches[1]);
+               $attr  = $this->doExtraAttributes("h$level", $dummy =& $matches[3]);
+               $block = "<h$level$attr>".$this->runSpanGamut($matches[2])."</h$level>";
+               return "\n" . $this->hashBlock($block) . "\n\n";
+       }
+
+
+       protected function doTables($text) {
+       #
+       # Form HTML tables.
+       #
+               $less_than_tab = $this->tab_width - 1;
+               #
+               # Find tables with leading pipe.
+               #
+               #       | Header 1 | Header 2
+               #       | -------- | --------
+               #       | Cell 1   | Cell 2
+               #       | Cell 3   | Cell 4
+               #
+               $text = preg_replace_callback('
+                       {
+                               ^                                                       # Start of a line
+                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
+                               [|]                                                     # Optional leading pipe (present)
+                               (.+) \n                                         # $1: Header row (at least one pipe)
+                               
+                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
+                               [|] ([ ]*[-:]+[-| :]*) \n       # $2: Header underline
+                               
+                               (                                                       # $3: Cells
+                                       (?>
+                                               [ ]*                            # Allowed whitespace.
+                                               [|] .* \n                       # Row content.
+                                       )*
+                               )
+                               (?=\n|\Z)                                       # Stop at final double newline.
+                       }xm',
+                       array($this, '_doTable_leadingPipe_callback'), $text);
+               
+               #
+               # Find tables without leading pipe.
+               #
+               #       Header 1 | Header 2
+               #       -------- | --------
+               #       Cell 1   | Cell 2
+               #       Cell 3   | Cell 4
+               #
+               $text = preg_replace_callback('
+                       {
+                               ^                                                       # Start of a line
+                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
+                               (\S.*[|].*) \n                          # $1: Header row (at least one pipe)
+                               
+                               [ ]{0,'.$less_than_tab.'}       # Allowed whitespace.
+                               ([-:]+[ ]*[|][-| :]*) \n        # $2: Header underline
+                               
+                               (                                                       # $3: Cells
+                                       (?>
+                                               .* [|] .* \n            # Row content
+                                       )*
+                               )
+                               (?=\n|\Z)                                       # Stop at final double newline.
+                       }xm',
+                       array($this, '_DoTable_callback'), $text);
+
+               return $text;
+       }
+       protected function _doTable_leadingPipe_callback($matches) {
+               $head           = $matches[1];
+               $underline      = $matches[2];
+               $content        = $matches[3];
+               
+               # Remove leading pipe for each row.
+               $content        = preg_replace('/^ *[|]/m', '', $content);
+               
+               return $this->_doTable_callback(array($matches[0], $head, $underline, $content));
+       }
+       protected function _doTable_makeAlignAttr($alignname)
+       {
+               if (empty($this->table_align_class_tmpl))
+                       return " align=\"$alignname\"";
+
+               $classname = str_replace('%%', $alignname, $this->table_align_class_tmpl);
+               return " class=\"$classname\"";
+       }
+       protected function _doTable_callback($matches) {
+               $head           = $matches[1];
+               $underline      = $matches[2];
+               $content        = $matches[3];
+
+               # Remove any tailing pipes for each line.
+               $head           = preg_replace('/[|] *$/m', '', $head);
+               $underline      = preg_replace('/[|] *$/m', '', $underline);
+               $content        = preg_replace('/[|] *$/m', '', $content);
+               
+               # Reading alignement from header underline.
+               $separators     = preg_split('/ *[|] */', $underline);
+               foreach ($separators as $n => $s) {
+                       if (preg_match('/^ *-+: *$/', $s))
+                               $attr[$n] = $this->_doTable_makeAlignAttr('right');
+                       else if (preg_match('/^ *:-+: *$/', $s))
+                               $attr[$n] = $this->_doTable_makeAlignAttr('center');
+                       else if (preg_match('/^ *:-+ *$/', $s))
+                               $attr[$n] = $this->_doTable_makeAlignAttr('left');
+                       else
+                               $attr[$n] = '';
+               }
+               
+               # Parsing span elements, including code spans, character escapes, 
+               # and inline HTML tags, so that pipes inside those gets ignored.
+               $head           = $this->parseSpan($head);
+               $headers        = preg_split('/ *[|] */', $head);
+               $col_count      = count($headers);
+               $attr       = array_pad($attr, $col_count, '');
+               
+               # Write column headers.
+               $text = "<table>\n";
+               $text .= "<thead>\n";
+               $text .= "<tr>\n";
+               foreach ($headers as $n => $header)
+                       $text .= "  <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
+               $text .= "</tr>\n";
+               $text .= "</thead>\n";
+               
+               # Split content by row.
+               $rows = explode("\n", trim($content, "\n"));
+               
+               $text .= "<tbody>\n";
+               foreach ($rows as $row) {
+                       # Parsing span elements, including code spans, character escapes, 
+                       # and inline HTML tags, so that pipes inside those gets ignored.
+                       $row = $this->parseSpan($row);
+                       
+                       # Split row by cell.
+                       $row_cells = preg_split('/ *[|] */', $row, $col_count);
+                       $row_cells = array_pad($row_cells, $col_count, '');
+                       
+                       $text .= "<tr>\n";
+                       foreach ($row_cells as $n => $cell)
+                               $text .= "  <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
+                       $text .= "</tr>\n";
+               }
+               $text .= "</tbody>\n";
+               $text .= "</table>";
+               
+               return $this->hashBlock($text) . "\n";
+       }
+
+       
+       protected function doDefLists($text) {
+       #
+       # Form HTML definition lists.
+       #
+               $less_than_tab = $this->tab_width - 1;
+
+               # Re-usable pattern to match any entire dl list:
+               $whole_list_re = '(?>
+                       (                                                               # $1 = whole list
+                         (                                                             # $2
+                               [ ]{0,'.$less_than_tab.'}
+                               ((?>.*\S.*\n)+)                         # $3 = defined term
+                               \n?
+                               [ ]{0,'.$less_than_tab.'}:[ ]+ # colon starting definition
+                         )
+                         (?s:.+?)
+                         (                                                             # $4
+                                 \z
+                               |
+                                 \n{2,}
+                                 (?=\S)
+                                 (?!                                           # Negative lookahead for another term
+                                       [ ]{0,'.$less_than_tab.'}
+                                       (?: \S.*\n )+?                  # defined term
+                                       \n?
+                                       [ ]{0,'.$less_than_tab.'}:[ ]+ # colon starting definition
+                                 )
+                                 (?!                                           # Negative lookahead for another definition
+                                       [ ]{0,'.$less_than_tab.'}:[ ]+ # colon starting definition
+                                 )
+                         )
+                       )
+               )'; // mx
+
+               $text = preg_replace_callback('{
+                               (?>\A\n?|(?<=\n\n))
+                               '.$whole_list_re.'
+                       }mx',
+                       array($this, '_doDefLists_callback'), $text);
+
+               return $text;
+       }
+       protected function _doDefLists_callback($matches) {
+               # Re-usable patterns to match list item bullets and number markers:
+               $list = $matches[1];
+               
+               # Turn double returns into triple returns, so that we can make a
+               # paragraph for the last item in a list, if necessary:
+               $result = trim($this->processDefListItems($list));
+               $result = "<dl>\n" . $result . "\n</dl>";
+               return $this->hashBlock($result) . "\n\n";
+       }
+
+
+       protected function processDefListItems($list_str) {
+       #
+       #       Process the contents of a single definition list, splitting it
+       #       into individual term and definition list items.
+       #
+               $less_than_tab = $this->tab_width - 1;
+               
+               # trim trailing blank lines:
+               $list_str = preg_replace("/\n{2,}\\z/", "\n", $list_str);
+
+               # Process definition terms.
+               $list_str = preg_replace_callback('{
+                       (?>\A\n?|\n\n+)                                 # leading line
+                       (                                                               # definition terms = $1
+                               [ ]{0,'.$less_than_tab.'}       # leading whitespace
+                               (?!\:[ ]|[ ])                           # negative lookahead for a definition
+                                                                                       #   mark (colon) or more whitespace.
+                               (?> \S.* \n)+?                          # actual term (not whitespace). 
+                       )                       
+                       (?=\n?[ ]{0,3}:[ ])                             # lookahead for following line feed 
+                                                                                       #   with a definition mark.
+                       }xm',
+                       array($this, '_processDefListItems_callback_dt'), $list_str);
+
+               # Process actual definitions.
+               $list_str = preg_replace_callback('{
+                       \n(\n+)?                                                # leading line = $1
+                       (                                                               # marker space = $2
+                               [ ]{0,'.$less_than_tab.'}       # whitespace before colon
+                               \:[ ]+                                          # definition mark (colon)
+                       )
+                       ((?s:.+?))                                              # definition text = $3
+                       (?= \n+                                                 # stop at next definition mark,
+                               (?:                                                     # next term or end of text
+                                       [ ]{0,'.$less_than_tab.'} \:[ ] |
+                                       <dt> | \z
+                               )                                               
+                       )                                       
+                       }xm',
+                       array($this, '_processDefListItems_callback_dd'), $list_str);
+
+               return $list_str;
+       }
+       protected function _processDefListItems_callback_dt($matches) {
+               $terms = explode("\n", trim($matches[1]));
+               $text = '';
+               foreach ($terms as $term) {
+                       $term = $this->runSpanGamut(trim($term));
+                       $text .= "\n<dt>" . $term . "</dt>";
+               }
+               return $text . "\n";
+       }
+       protected function _processDefListItems_callback_dd($matches) {
+               $leading_line   = $matches[1];
+               $marker_space   = $matches[2];
+               $def                    = $matches[3];
+
+               if ($leading_line || preg_match('/\n{2,}/', $def)) {
+                       # Replace marker with the appropriate whitespace indentation
+                       $def = str_repeat(' ', strlen($marker_space)) . $def;
+                       $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
+                       $def = "\n". $def ."\n";
+               }
+               else {
+                       $def = rtrim($def);
+                       $def = $this->runSpanGamut($this->outdent($def));
+               }
+
+               return "\n<dd>" . $def . "</dd>\n";
+       }
+
+
+       protected function doFencedCodeBlocks($text) {
+       #
+       # Adding the fenced code block syntax to regular Markdown:
+       #
+       # ~~~
+       # Code block
+       # ~~~
+       #
+               $less_than_tab = $this->tab_width;
+               
+               $text = preg_replace_callback('{
+                               (?:\n|\A)
+                               # 1: Opening marker
+                               (
+                                       (?:~{3,}|`{3,}) # 3 or more tildes/backticks.
+                               )
+                               [ ]*
+                               (?:
+                                       \.?([-_:a-zA-Z0-9]+) # 2: standalone class name
+                               |
+                                       '.$this->id_class_attr_catch_re.' # 3: Extra attributes
+                               )?
+                               [ ]* \n # Whitespace and newline following marker.
+                               
+                               # 4: Content
+                               (
+                                       (?>
+                                               (?!\1 [ ]* \n)  # Not a closing marker.
+                                               .*\n+
+                                       )+
+                               )
+                               
+                               # Closing marker.
+                               \1 [ ]* (?= \n )
+                       }xm',
+                       array($this, '_doFencedCodeBlocks_callback'), $text);
+
+               return $text;
+       }
+       protected function _doFencedCodeBlocks_callback($matches) {
+               $classname =& $matches[2];
+               $attrs     =& $matches[3];
+               $codeblock = $matches[4];
+               $codeblock = htmlspecialchars($codeblock, ENT_NOQUOTES);
+               $codeblock = preg_replace_callback('/^\n+/',
+                       array($this, '_doFencedCodeBlocks_newlines'), $codeblock);
+
+               if ($classname != "") {
+                       if ($classname{0} == '.')
+                               $classname = substr($classname, 1);
+                       $attr_str = ' class="'.$this->code_class_prefix.$classname.'"';
+               } else {
+                       $attr_str = $this->doExtraAttributes($this->code_attr_on_pre ? "pre" : "code", $attrs);
+               }
+               $pre_attr_str  = $this->code_attr_on_pre ? $attr_str : '';
+               $code_attr_str = $this->code_attr_on_pre ? '' : $attr_str;
+               $codeblock  = "<pre$pre_attr_str><code$code_attr_str>$codeblock</code></pre>";
+               
+               return "\n\n".$this->hashBlock($codeblock)."\n\n";
+       }
+       protected function _doFencedCodeBlocks_newlines($matches) {
+               return str_repeat("<br$this->empty_element_suffix", 
+                       strlen($matches[0]));
+       }
+
+
+       #
+       # Redefining emphasis markers so that emphasis by underscore does not
+       # work in the middle of a word.
+       #
+       protected $em_relist = array(
+               ''  => '(?:(?<!\*)\*(?!\*)|(?<![a-zA-Z0-9_])_(?!_))(?![\.,:;]?\s)',
+               '*' => '(?<![\s*])\*(?!\*)',
+               '_' => '(?<![\s_])_(?![a-zA-Z0-9_])',
+               );
+       protected $strong_relist = array(
+               ''   => '(?:(?<!\*)\*\*(?!\*)|(?<![a-zA-Z0-9_])__(?!_))(?![\.,:;]?\s)',
+               '**' => '(?<![\s*])\*\*(?!\*)',
+               '__' => '(?<![\s_])__(?![a-zA-Z0-9_])',
+               );
+       protected $em_strong_relist = array(
+               ''    => '(?:(?<!\*)\*\*\*(?!\*)|(?<![a-zA-Z0-9_])___(?!_))(?![\.,:;]?\s)',
+               '***' => '(?<![\s*])\*\*\*(?!\*)',
+               '___' => '(?<![\s_])___(?![a-zA-Z0-9_])',
+               );
+
+
+       protected function formParagraphs($text) {
+       #
+       #       Params:
+       #               $text - string to process with html <p> tags
+       #
+               # Strip leading and trailing lines:
+               $text = preg_replace('/\A\n+|\n+\z/', '', $text);
+               
+               $grafs = preg_split('/\n{2,}/', $text, -1, PREG_SPLIT_NO_EMPTY);
+
+               #
+               # Wrap <p> tags and unhashify HTML blocks
+               #
+               foreach ($grafs as $key => $value) {
+                       $value = trim($this->runSpanGamut($value));
+                       
+                       # Check if this should be enclosed in a paragraph.
+                       # Clean tag hashes & block tag hashes are left alone.
+                       $is_p = !preg_match('/^B\x1A[0-9]+B|^C\x1A[0-9]+C$/', $value);
+                       
+                       if ($is_p) {
+                               $value = "<p>$value</p>";
+                       }
+                       $grafs[$key] = $value;
+               }
+               
+               # Join grafs in one text, then unhash HTML tags. 
+               $text = implode("\n\n", $grafs);
+               
+               # Finish by removing any tag hashes still present in $text.
+               $text = $this->unhash($text);
+               
+               return $text;
+       }
+       
+       
+       ### Footnotes
+       
+       protected function stripFootnotes($text) {
+       #
+       # Strips link definitions from text, stores the URLs and titles in
+       # hash references.
+       #
+               $less_than_tab = $this->tab_width - 1;
+
+               # Link defs are in the form: [^id]: url "optional title"
+               $text = preg_replace_callback('{
+                       ^[ ]{0,'.$less_than_tab.'}\[\^(.+?)\][ ]?:      # note_id = $1
+                         [ ]*
+                         \n?                                   # maybe *one* newline
+                       (                                               # text = $2 (no blank lines allowed)
+                               (?:                                     
+                                       .+                              # actual text
+                               |
+                                       \n                              # newlines but 
+                                       (?!\[.+?\][ ]?:\s)# negative lookahead for footnote or link definition marker.
+                                       (?!\n+[ ]{0,3}\S)# ensure line is not blank and followed 
+                                                                       # by non-indented content
+                               )*
+                       )               
+                       }xm',
+                       array($this, '_stripFootnotes_callback'),
+                       $text);
+               return $text;
+       }
+       protected function _stripFootnotes_callback($matches) {
+               $note_id = $this->fn_id_prefix . $matches[1];
+               $this->footnotes[$note_id] = $this->outdent($matches[2]);
+               return ''; # String that will replace the block
+       }
+
+
+       protected function doFootnotes($text) {
+       #
+       # Replace footnote references in $text [^id] with a special text-token 
+       # which will be replaced by the actual footnote marker in appendFootnotes.
+       #
+               if (!$this->in_anchor) {
+                       $text = preg_replace('{\[\^(.+?)\]}', "F\x1Afn:\\1\x1A:", $text);
+               }
+               return $text;
+       }
+
+       
+       protected function appendFootnotes($text) {
+       #
+       # Append footnote list to text.
+       #
+               $text = preg_replace_callback('{F\x1Afn:(.*?)\x1A:}', 
+                       array($this, '_appendFootnotes_callback'), $text);
+       
+               if (!empty($this->footnotes_ordered)) {
+                       $text .= "\n\n";
+                       $text .= "<div class=\"footnotes\">\n";
+                       $text .= "<hr". $this->empty_element_suffix ."\n";
+                       $text .= "<ol>\n\n";
+
+                       $attr = "";
+                       if ($this->fn_backlink_class != "") {
+                               $class = $this->fn_backlink_class;
+                               $class = $this->encodeAttribute($class);
+                               $attr .= " class=\"$class\"";
+                       }
+                       if ($this->fn_backlink_title != "") {
+                               $title = $this->fn_backlink_title;
+                               $title = $this->encodeAttribute($title);
+                               $attr .= " title=\"$title\"";
+                       }
+                       $num = 0;
+                       
+                       while (!empty($this->footnotes_ordered)) {
+                               $footnote = reset($this->footnotes_ordered);
+                               $note_id = key($this->footnotes_ordered);
+                               unset($this->footnotes_ordered[$note_id]);
+                               $ref_count = $this->footnotes_ref_count[$note_id];
+                               unset($this->footnotes_ref_count[$note_id]);
+                               unset($this->footnotes[$note_id]);
+                               
+                               $footnote .= "\n"; # Need to append newline before parsing.
+                               $footnote = $this->runBlockGamut("$footnote\n");                                
+                               $footnote = preg_replace_callback('{F\x1Afn:(.*?)\x1A:}', 
+                                       array($this, '_appendFootnotes_callback'), $footnote);
+                               
+                               $attr = str_replace("%%", ++$num, $attr);
+                               $note_id = $this->encodeAttribute($note_id);
+
+                               # Prepare backlink, multiple backlinks if multiple references
+                               $backlink = "<a href=\"#fnref:$note_id\"$attr>&#8617;</a>";
+                               for ($ref_num = 2; $ref_num <= $ref_count; ++$ref_num) {
+                                       $backlink .= " <a href=\"#fnref$ref_num:$note_id\"$attr>&#8617;</a>";
+                               }
+                               # Add backlink to last paragraph; create new paragraph if needed.
+                               if (preg_match('{</p>$}', $footnote)) {
+                                       $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>";
+                               } else {
+                                       $footnote .= "\n\n<p>$backlink</p>";
+                               }
+                               
+                               $text .= "<li id=\"fn:$note_id\">\n";
+                               $text .= $footnote . "\n";
+                               $text .= "</li>\n\n";
+                       }
+                       
+                       $text .= "</ol>\n";
+                       $text .= "</div>";
+               }
+               return $text;
+       }
+       protected function _appendFootnotes_callback($matches) {
+               $node_id = $this->fn_id_prefix . $matches[1];
+               
+               # Create footnote marker only if it has a corresponding footnote *and*
+               # the footnote hasn't been used by another marker.
+               if (isset($this->footnotes[$node_id])) {
+                       $num =& $this->footnotes_numbers[$node_id];
+                       if (!isset($num)) {
+                               # Transfer footnote content to the ordered list and give it its
+                               # number
+                               $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];
+                               $this->footnotes_ref_count[$node_id] = 1;
+                               $num = $this->footnote_counter++;
+                               $ref_count_mark = '';
+                       } else {
+                               $ref_count_mark = $this->footnotes_ref_count[$node_id] += 1;
+                       }
+
+                       $attr = "";
+                       if ($this->fn_link_class != "") {
+                               $class = $this->fn_link_class;
+                               $class = $this->encodeAttribute($class);
+                               $attr .= " class=\"$class\"";
+                       }
+                       if ($this->fn_link_title != "") {
+                               $title = $this->fn_link_title;
+                               $title = $this->encodeAttribute($title);
+                               $attr .= " title=\"$title\"";
+                       }
+                       
+                       $attr = str_replace("%%", $num, $attr);
+                       $node_id = $this->encodeAttribute($node_id);
+                       
+                       return
+                               "<sup id=\"fnref$ref_count_mark:$node_id\">".
+                               "<a href=\"#fn:$node_id\"$attr>$num</a>".
+                               "</sup>";
+               }
+               
+               return "[^".$matches[1]."]";
+       }
+               
+       
+       ### Abbreviations ###
+       
+       protected function stripAbbreviations($text) {
+       #
+       # Strips abbreviations from text, stores titles in hash references.
+       #
+               $less_than_tab = $this->tab_width - 1;
+
+               # Link defs are in the form: [id]*: url "optional title"
+               $text = preg_replace_callback('{
+                       ^[ ]{0,'.$less_than_tab.'}\*\[(.+?)\][ ]?:      # abbr_id = $1
+                       (.*)                                    # text = $2 (no blank lines allowed)    
+                       }xm',
+                       array($this, '_stripAbbreviations_callback'),
+                       $text);
+               return $text;
+       }
+       protected function _stripAbbreviations_callback($matches) {
+               $abbr_word = $matches[1];
+               $abbr_desc = $matches[2];
+               if ($this->abbr_word_re)
+                       $this->abbr_word_re .= '|';
+               $this->abbr_word_re .= preg_quote($abbr_word);
+               $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
+               return ''; # String that will replace the block
+       }
+       
+       
+       protected function doAbbreviations($text) {
+       #
+       # Find defined abbreviations in text and wrap them in <abbr> elements.
+       #
+               if ($this->abbr_word_re) {
+                       // cannot use the /x modifier because abbr_word_re may 
+                       // contain significant spaces:
+                       $text = preg_replace_callback('{'.
+                               '(?<![\w\x1A])'.
+                               '(?:'.$this->abbr_word_re.')'.
+                               '(?![\w\x1A])'.
+                               '}', 
+                               array($this, '_doAbbreviations_callback'), $text);
+               }
+               return $text;
+       }
+       protected function _doAbbreviations_callback($matches) {
+               $abbr = $matches[0];
+               if (isset($this->abbr_desciptions[$abbr])) {
+                       $desc = $this->abbr_desciptions[$abbr];
+                       if (empty($desc)) {
+                               return $this->hashPart("<abbr>$abbr</abbr>");
+                       } else {
+                               $desc = $this->encodeAttribute($desc);
+                               return $this->hashPart("<abbr title=\"$desc\">$abbr</abbr>");
+                       }
+               } else {
+                       return $matches[0];
+               }
+       }
+
+}
diff --git a/library/php-markdown/Michelf/MarkdownExtra.inc.php b/library/php-markdown/Michelf/MarkdownExtra.inc.php
new file mode 100644 (file)
index 0000000..e11b1ef
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+# Use this file if you cannot use class autoloading. It will include all the
+# files needed for the MarkdownExtra parser.
+#
+# Take a look at the PSR-0-compatible class autoloading implementation
+# in the Readme.php file if you want a simple autoloader setup.
+
+require_once dirname(__FILE__) . '/MarkdownInterface.php';
+require_once dirname(__FILE__) . '/Markdown.php';
+require_once dirname(__FILE__) . '/MarkdownExtra.php';
diff --git a/library/php-markdown/Michelf/MarkdownExtra.php b/library/php-markdown/Michelf/MarkdownExtra.php
new file mode 100644 (file)
index 0000000..89822e4
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+#
+# Markdown Extra  -  A text-to-HTML conversion tool for web writers
+#
+# PHP Markdown Extra
+# Copyright (c) 2004-2014 Michel Fortin  
+# <http://michelf.com/projects/php-markdown/>
+#
+# Original Markdown
+# Copyright (c) 2004-2006 John Gruber  
+# <http://daringfireball.net/projects/markdown/>
+#
+namespace Michelf;
+
+
+# Just force Michelf/Markdown.php to load. This is needed to load
+# the temporary implementation class. See below for details.
+\Michelf\Markdown::MARKDOWNLIB_VERSION;
+
+#
+# Markdown Extra Parser Class
+#
+# Note: Currently the implementation resides in the temporary class
+# \Michelf\MarkdownExtra_TmpImpl (in the same file as \Michelf\Markdown).
+# This makes it easier to propagate the changes between the three different
+# packaging styles of PHP Markdown. Once this issue is resolved, the
+# _MarkdownExtra_TmpImpl will disappear and this one will contain the code.
+#
+
+class MarkdownExtra extends \Michelf\_MarkdownExtra_TmpImpl {
+
+       ### Parser Implementation ###
+
+       # Temporarily, the implemenation is in the _MarkdownExtra_TmpImpl class.
+       # See note above.
+
+}
+
diff --git a/library/php-markdown/Michelf/MarkdownInterface.inc.php b/library/php-markdown/Michelf/MarkdownInterface.inc.php
new file mode 100644 (file)
index 0000000..a023ed4
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+# Use this file if you cannot use class autoloading. It will include all the
+# files needed for the MarkdownInterface interface.
+#
+# Take a look at the PSR-0-compatible class autoloading implementation
+# in the Readme.php file if you want a simple autoloader setup.
+
+require_once dirname(__FILE__) . '/MarkdownInterface.php';
diff --git a/library/php-markdown/Michelf/MarkdownInterface.php b/library/php-markdown/Michelf/MarkdownInterface.php
new file mode 100644 (file)
index 0000000..e4c2931
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+#
+# Markdown  -  A text-to-HTML conversion tool for web writers
+#
+# PHP Markdown
+# Copyright (c) 2004-2014 Michel Fortin
+# <http://michelf.com/projects/php-markdown/>
+#
+# Original Markdown
+# Copyright (c) 2004-2006 John Gruber
+# <http://daringfireball.net/projects/markdown/>
+#
+namespace Michelf;
+
+
+#
+# Markdown Parser Interface
+#
+
+interface MarkdownInterface {
+
+  #
+  # Initialize the parser and return the result of its transform method.
+  # This will work fine for derived classes too.
+  #
+  public static function defaultTransform($text);
+
+  #
+  # Main function. Performs some preprocessing on the input text
+  # and pass it through the document gamut.
+  #
+  public function transform($text);
+
+}
diff --git a/library/php-markdown/Readme.md b/library/php-markdown/Readme.md
new file mode 100644 (file)
index 0000000..80504c2
--- /dev/null
@@ -0,0 +1,315 @@
+PHP Markdown
+============
+
+PHP Markdown Lib 1.4.1 - 4 May 2013
+
+by Michel Fortin  
+<http://michelf.ca/>
+
+based on Markdown by John Gruber  
+<http://daringfireball.net/>
+
+
+Introduction
+------------
+
+This is a library package that includes the PHP Markdown parser and its 
+sibling PHP Markdown Extra with additional features.
+
+Markdown is a text-to-HTML conversion tool for web writers. Markdown
+allows you to write using an easy-to-read, easy-to-write plain text
+format, then convert it to structurally valid XHTML (or HTML).
+
+"Markdown" is actually two things: a plain text markup syntax, and a 
+software tool, originally written in Perl, that converts the plain text 
+markup to HTML. PHP Markdown is a port to PHP of the original Markdown 
+program by John Gruber.
+
+*      [Full documentation of the Markdown syntax](<http://daringfireball.net/projects/markdown/>)
+       - Daring Fireball (John Gruber)
+*      [Markdown Extra syntax additions](<http://michelf.ca/projects/php-markdown/extra/>)
+       - Michel Fortin
+
+
+Requirement
+-----------
+
+This library package requires PHP 5.3 or later.
+
+Note: The older plugin/library hybrid package for PHP Markdown and
+PHP Markdown Extra is still maintained and will work with PHP 4.0.5 and later.
+
+Before PHP 5.3.7, pcre.backtrack_limit defaults to 100 000, which is too small
+in many situations. You might need to set it to higher values. Later PHP 
+releases defaults to 1 000 000, which is usually fine.
+
+
+Usage
+-----
+
+This library package is meant to be used with class autoloading. For autoloading 
+to work, your project needs have setup a PSR-0-compatible autoloader. See the 
+included Readme.php file for a minimal autoloader setup. (If you cannot use 
+autoloading, see below.)
+
+With class autoloading in place, putting the 'Michelf' folder in your 
+include path should be enough for this to work:
+
+       use \Michelf\Markdown;
+       $my_html = Markdown::defaultTransform($my_text);
+
+Markdown Extra syntax is also available the same way:
+
+       use \Michelf\MarkdownExtra;
+       $my_html = MarkdownExtra::defaultTransform($my_text);
+
+If you wish to use PHP Markdown with another text filter function 
+built to parse HTML, you should filter the text *after* the `transform`
+function call. This is an example with [PHP SmartyPants][psp]:
+
+       use \Michelf\Markdown, \Michelf\SmartyPants;
+       $my_html = Markdown::defaultTransform($my_text);
+       $my_html = SmartyPants::defaultTransform($my_html);
+
+All these examples are using the static `defaultTransform` static function 
+found inside the parser class. If you want to customize the parser 
+configuration, you can also instantiate it directly and change some 
+configuration variables:
+
+       use \Michelf\MarkdownExtra;
+       $parser = new MarkdownExtra;
+       $parser->fn_id_prefix = "post22-";
+       $my_html = $parser->transform($my_text);
+
+To learn more, see the full list of [configuration variables].
+
+ [configuration variables]: http://michelf.ca/projects/php-markdown/configuration/
+
+
+### Usage without an autoloader
+
+If you cannot use class autoloading, you can still use `include` or `require` 
+to access the parser. To load the `\Michelf\Markdown` parser, do it this way:
+
+       require_once 'Michelf/Markdown.inc.php';
+
+Or, if you need the `\Michelf\MarkdownExtra` parser:
+
+       require_once 'Michelf/MarkdownExtra.inc.php';
+
+While the plain `.php` files depend on autoloading to work correctly, using the
+`.inc.php` files instead will eagerly load the dependencies that would be 
+loaded on demand if you were using autoloading.
+
+
+Public API and Versioning Policy
+---------------------------------
+
+Version numbers are of the form *major*.*minor*.*patch*.
+
+The public API of PHP Markdown consist of the two parser classes `Markdown`
+and `MarkdownExtra`, their constructors, the `transform` and `defaultTransform`
+functions and their configuration variables. The public API is stable for
+a given major version number. It might get additions when the minor version
+number increments.
+
+**Protected members are not considered public API.** This is unconventional 
+and deserves an explanation. Incrementing the major version number every time 
+the underlying implementation of something changes is going to give
+nonessential version numbers for the vast majority of people who just use the
+parser.  Protected members are meant to create parser subclasses that behave in
+different ways. Very few people create parser subclasses. I don't want to 
+discourage it by making everything private, but at the same time I can't 
+guarantee any stable hook between versions if you use protected members.
+
+**Syntax changes** will increment the minor number for new features, and the 
+patch number for small corrections. A *new feature* is something that needs a 
+change in the syntax documentation. Note that since PHP Markdown Lib includes
+two parsers, a syntax change for either of them will increment the minor 
+number. Also note that there is nothing perfectly backward-compatible with the
+Markdown syntax: all inputs are always valid, so new features always replace
+something that was previously legal, although generally nonsensical to do.
+
+
+Bugs
+----
+
+To file bug reports please send email to:
+<michel.fortin@michelf.ca>
+
+Please include with your report: (1) the example input; (2) the output you
+expected; (3) the output PHP Markdown actually produced.
+
+If you have a problem where Markdown gives you an empty result, first check 
+that the backtrack limit is not too low by running `php --info | grep pcre`.
+See Installation and Requirement above for details.
+
+
+Development and Testing
+-----------------------
+
+Pull requests for fixing bugs are welcome. Proposed new features are
+going meticulously reviewed -- taking into account backward compatibility, 
+potential side effects, and future extensibility -- before deciding on
+acceptance or rejection.
+
+If you make a pull request that includes changes to the parser please add 
+tests for what is being changed to [MDTest][] and make a pull request there 
+too.
+
+ [MDTest]: https://github.com/michelf/mdtest/
+
+
+Donations
+---------
+
+If you wish to make a donation that will help me devote more time to 
+PHP Markdown, please visit [michelf.ca/donate] or send Bitcoin to
+[1HiuX34czvVPPdhXbUAsAu7pZcesniDCGH].
+
+ [michelf.ca/donate]: https://michelf.ca/donate/#!Thanks%20for%20PHP%20Markdown
+ [1HiuX34czvVPPdhXbUAsAu7pZcesniDCGH]: bitcoin:1HiuX34czvVPPdhXbUAsAu7pZcesniDCGH
+
+
+Version History
+---------------
+
+Unreleased
+
+*      Added the ability to insert custom HTML attributes everywhere an extra
+       attribute block is allowed (links, images, headers). Credits to
+       Peter Droogmans for providing the implementation.
+
+*      Added a `url_filter_func` configuration variable which takes a function
+       that can rewrite any link or image URL to something different.
+
+
+PHP Markdown Lib 1.4.1 (4 May 2014)
+
+*      The HTML block parser will now treat `<figure>` as a block-level element
+       (as it should) and no longer wrap it in `<p>` or parse it's content with 
+       the as Markdown syntax (although with Extra you can use `markdown="1"`
+       if you wish to use the Markdown syntax inside it).
+
+*      The content of `<style>` elements will now be left alone, its content
+       won't be interpreted as Markdown.
+
+*      Corrected an bug where some inline links with spaces in them would not
+       work even when surounded with angle brackets:
+       
+               [link](<s p a c e s>)
+
+*      Fixed an issue where email addresses with quotes in them would not always
+       have the quotes escaped in the link attribute, causing broken links (and
+       invalid HTML).
+
+*      Fixed the case were a link definition following a footnote definition would
+       be swallowed by the footnote unless it was separated by a blank line.
+
+
+PHP Markdown Lib 1.4.0 (29 Nov 2013)
+
+*      Added support for the `tel:` URL scheme in automatic links.
+
+               <tel:+1-111-111-1111>
+       
+       It gets converted to this (note the `tel:` prefix becomes invisible):
+       
+               <a href="tel:+1-111-111-1111">+1-111-111-1111</a>
+
+*      Added backtick fenced code blocks to MarkdownExtra, originally from
+       Github-Flavored Markdown.
+
+*      Added an interface called MarkdownInterface implemented by both
+       the Markdown and MarkdownExtra parsers. You can use the interface if
+       you want to create a mockup parser object for unit testing.
+
+*      For those of you who cannot use class autoloading, you can now
+       include `Michelf/Markdown.inc.php` or `Michelf/MarkdownExtra.inc.php` (note 
+       the     `.inc.php` extension) to automatically include other files required
+       by the parser.
+
+
+PHP Markdown Lib 1.3 (11 Apr 2013)
+
+This is the first release of PHP Markdown Lib. This package requires PHP 
+version 5.3 or later and is designed to work with PSR-0 autoloading and, 
+optionally with Composer. Here is a list of the changes since 
+PHP Markdown Extra 1.2.6:
+
+*      Plugin interface for WordPress and other systems is no longer present in
+       the Lib package. The classic package is still available if you need it:
+       <http://michelf.ca/projects/php-markdown/classic/>
+
+*      Added `public` and `protected` protection attributes, plus a section about
+       what is "public API" and what isn't in the Readme file.
+
+*      Changed HTML output for footnotes: now instead of adding `rel` and `rev`
+       attributes, footnotes links have the class name `footnote-ref` and
+       backlinks `footnote-backref`.
+
+*      Fixed some regular expressions to make PCRE not shout warnings about POSIX
+       collation classes (dependent on your version of PCRE).
+
+*      Added optional class and id attributes to images and links using the same
+       syntax as for headers:
+
+               [link](url){#id .class}  
+               ![img](url){#id .class}
+       
+       It work too for reference-style links and images. In this case you need
+       to put those attributes at the reference definition:
+
+               [link][linkref] or [linkref]  
+               ![img][linkref]
+               
+               [linkref]: url "optional title" {#id .class}
+
+*      Fixed a PHP notice message triggered when some table column separator 
+       markers are missing on the separator line below column headers.
+
+*      Fixed a small mistake that could cause the parser to retain an invalid
+       state related to parsing links across multiple runs. This was never 
+       observed (that I know of), but it's still worth fixing.
+
+
+Copyright and License
+---------------------
+
+PHP Markdown Lib
+Copyright (c) 2004-2014 Michel Fortin
+<http://michelf.ca/>  
+All rights reserved.
+
+Based on Markdown  
+Copyright (c) 2003-2005 John Gruber   
+<http://daringfireball.net/>   
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+*   Redistributions of source code must retain the above copyright 
+    notice, this list of conditions and the following disclaimer.
+
+*   Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the 
+    distribution.
+
+*   Neither the name "Markdown" nor the names of its contributors may
+    be used to endorse or promote products derived from this software
+    without specific prior written permission.
+
+This software is provided by the copyright holders and contributors "as
+is" and any express or implied warranties, including, but not limited
+to, the implied warranties of merchantability and fitness for a
+particular purpose are disclaimed. In no event shall the copyright owner
+or contributors be liable for any direct, indirect, incidental, special,
+exemplary, or consequential damages (including, but not limited to,
+procurement of substitute goods or services; loss of use, data, or
+profits; or business interruption) however caused and on any theory of
+liability, whether in contract, strict liability, or tort (including
+negligence or otherwise) arising in any way out of the use of this
+software, even if advised of the possibility of such damage.
diff --git a/library/php-markdown/Readme.php b/library/php-markdown/Readme.php
new file mode 100644 (file)
index 0000000..d007b11
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+
+# This file passes the content of the Readme.md file in the same directory
+# through the Markdown filter. You can adapt this sample code in any way
+# you like.
+
+# Install PSR-0-compatible class autoloader
+spl_autoload_register(function($class){
+       require preg_replace('{\\\\|_(?!.*\\\\)}', DIRECTORY_SEPARATOR, ltrim($class, '\\')).'.php';
+});
+
+# Get Markdown class
+use \Michelf\Markdown;
+
+# Read file and pass content through the Markdown parser
+$text = file_get_contents('Readme.md');
+$html = Markdown::defaultTransform($text);
+
+?>
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>PHP Markdown Lib - Readme</title>
+    </head>
+    <body>
+               <?php
+                       # Put HTML content in the document
+                       echo $html;
+               ?>
+    </body>
+</html>
diff --git a/library/php-markdown/composer.json b/library/php-markdown/composer.json
new file mode 100644 (file)
index 0000000..45abc67
--- /dev/null
@@ -0,0 +1,31 @@
+{
+       "name": "michelf/php-markdown",
+       "type": "library",
+       "description": "PHP Markdown",
+       "homepage": "http://michelf.ca/projects/php-markdown/",
+       "keywords": ["markdown"],
+       "license": "BSD-3-Clause",
+       "authors": [
+               {
+                       "name": "Michel Fortin",
+                       "email": "michel.fortin@michelf.ca",
+                       "homepage": "http://michelf.ca/",
+                       "role": "Developer"
+               },
+               {
+                       "name": "John Gruber",
+                       "homepage": "http://daringfireball.net/"
+               }
+       ],
+       "require": {
+               "php": ">=5.3.0"
+       },
+       "autoload": {
+               "psr-0": { "Michelf": "" }
+       },
+       "extra": {
+               "branch-alias": {
+                       "dev-lib": "1.4.x-dev"
+               }
+       }
+}
index bf74d3ef3c64f67853ba54de37de80a9f06e8920..0aa90237380980d474f99f3f2b761db5df52988e 100644 (file)
@@ -121,6 +121,8 @@ function admin_content(&$a) {
        }
 
        $aside['logs'] = Array($a->get_baseurl(true)."/admin/logs/", t("Logs"), "logs");
+       $aside['diagnostics_probe'] = Array($a->get_baseurl(true).'/probe/', t('probe address'), 'probe');
+       $aside['diagnostics_webfinger'] = Array($a->get_baseurl(true).'/webfinger/', t('check webfinger'), 'webfinger');
 
        $t = get_markup_template("admin_aside.tpl");
        $a->page['aside'] .= replace_macros( $t, array(
@@ -128,6 +130,7 @@ function admin_content(&$a) {
                        '$admtxt' => t('Admin'),
                        '$plugadmtxt' => t('Plugin Features'),
                        '$logtxt' => t('Logs'),
+                       '$diagnosticstxt' => t('diagnostics'),
                        '$h_pending' => t('User registrations waiting for confirmation'),
                        '$admurl'=> $a->get_baseurl(true)."/admin/"
        ));
@@ -278,7 +281,7 @@ function admin_page_site_post(&$a){
                        $q = sprintf("UPDATE %s SET %s;", $table_name, $upds);
                        $r = q($q);
                        if (!$r) {
-                               notice( "Falied updating '$table_name': " . $db->error );
+                               notice( "Failed updating '$table_name': " . $db->error );
                                goaway($a->get_baseurl(true) . '/admin/site' );
                        }
                }
@@ -309,7 +312,10 @@ function admin_page_site_post(&$a){
 
        $sitename               =       ((x($_POST,'sitename'))                 ? notags(trim($_POST['sitename']))              : '');
        $hostname               =       ((x($_POST,'hostname'))                 ? notags(trim($_POST['hostname']))              : '');
+       $sender_email           =       ((x($_POST,'sender_email'))             ? notags(trim($_POST['sender_email']))          : '');
        $banner                 =       ((x($_POST,'banner'))                   ? trim($_POST['banner'])                        : false);
+       $shortcut_icon          =       ((x($_POST,'shortcut_icon'))            ? notags(trim($_POST['shortcut_icon']))         : '');
+       $touch_icon             =       ((x($_POST,'touch_icon'))               ? notags(trim($_POST['touch_icon']))            : '');
        $info                   =       ((x($_POST,'info'))                     ? trim($_POST['info'])                  : false);
        $language               =       ((x($_POST,'language'))                 ? notags(trim($_POST['language']))              : '');
        $theme                  =       ((x($_POST,'theme'))                    ? notags(trim($_POST['theme']))                 : '');
@@ -341,7 +347,8 @@ function admin_page_site_post(&$a){
        $no_openid              =       !((x($_POST,'no_openid'))               ? True                                          : False);
        $no_regfullname         =       !((x($_POST,'no_regfullname'))          ? True                                          : False);
        $no_utf                 =       !((x($_POST,'no_utf'))                  ? True                                          : False);
-       $no_community_page      =       !((x($_POST,'no_community_page'))       ? True                                          : False);
+       $community_page_style   =       ((x($_POST,'community_page_style'))     ? intval(trim($_POST['community_page_style']))  : 0);
+       $max_author_posts_community_page        =       ((x($_POST,'max_author_posts_community_page'))  ? intval(trim($_POST['max_author_posts_community_page']))       : 0);
 
        $verifyssl              =       ((x($_POST,'verifyssl'))                ? True                                          : False);
        $proxyuser              =       ((x($_POST,'proxyuser'))                ? notags(trim($_POST['proxyuser']))             : '');
@@ -352,13 +359,14 @@ function admin_page_site_post(&$a){
        $maxloadavg             =       ((x($_POST,'maxloadavg'))               ? intval(trim($_POST['maxloadavg']))            : 50);
        $dfrn_only              =       ((x($_POST,'dfrn_only'))                ? True                                          : False);
        $ostatus_disabled       =       !((x($_POST,'ostatus_disabled'))        ? True                                          : False);
-       $ostatus_poll_interval  =       ((x($_POST,'ostatus_poll_interval'))    ? intval(trim($_POST['ostatus_poll_interval']))         :  0);
+       $ostatus_poll_interval  =       ((x($_POST,'ostatus_poll_interval'))    ? intval(trim($_POST['ostatus_poll_interval'])) :  0);
        $diaspora_enabled       =       ((x($_POST,'diaspora_enabled'))         ? True                                          : False);
        $ssl_policy             =       ((x($_POST,'ssl_policy'))               ? intval($_POST['ssl_policy'])                  : 0);
        $force_ssl              =       ((x($_POST,'force_ssl'))                ? True                                          : False);
        $old_share              =       ((x($_POST,'old_share'))                ? True                                          : False);
        $hide_help              =       ((x($_POST,'hide_help'))                ? True                                          : False);
        $suppress_language      =       ((x($_POST,'suppress_language'))        ? True                                          : False);
+       $suppress_tags          =       ((x($_POST,'suppress_tags'))            ? True                                          : False);
        $use_fulltext_engine    =       ((x($_POST,'use_fulltext_engine'))      ? True                                          : False);
        $itemcache              =       ((x($_POST,'itemcache'))                ? notags(trim($_POST['itemcache']))             : '');
        $itemcache_duration     =       ((x($_POST,'itemcache_duration'))       ? intval($_POST['itemcache_duration'])          : 0);
@@ -368,7 +376,9 @@ function admin_page_site_post(&$a){
        $basepath               =       ((x($_POST,'basepath'))                 ? notags(trim($_POST['basepath']))              : '');
        $singleuser             =       ((x($_POST,'singleuser'))               ? notags(trim($_POST['singleuser']))            : '');
        $proxy_disabled         =       ((x($_POST,'proxy_disabled'))           ? True                                          : False);
-       $disable_noscrape = ((x($_POST,'disable_noscrape')) ? true : false);
+       $old_pager              =       ((x($_POST,'old_pager'))                ? True                                          : False);
+       $only_tag_search        =       ((x($_POST,'only_tag_search'))          ? True                                          : False);
+
        if($ssl_policy != intval(get_config('system','ssl_policy'))) {
                if($ssl_policy == SSL_POLICY_FULL) {
                        q("update `contact` set
@@ -415,7 +425,11 @@ function admin_page_site_post(&$a){
        set_config('system','maxloadavg',$maxloadavg);
        set_config('config','sitename',$sitename);
        set_config('config','hostname',$hostname);
+       set_config('config','sender_email', $sender_email);
        set_config('system','suppress_language',$suppress_language);
+       set_config('system','suppress_tags',$suppress_tags);
+       set_config('system','shortcut_icon',$shortcut_icon);
+       set_config('system','touch_icon',$touch_icon);
        if ($banner==""){
                // don't know why, but del_config doesn't work...
                q("DELETE FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1",
@@ -472,7 +486,8 @@ function admin_page_site_post(&$a){
        set_config('system','block_extended_register', $no_multi_reg);
        set_config('system','no_openid', $no_openid);
        set_config('system','no_regfullname', $no_regfullname);
-       set_config('system','no_community_page', $no_community_page);
+       set_config('system','community_page_style', $community_page_style);
+       set_config('system','max_author_posts_community_page', $max_author_posts_community_page);
        set_config('system','no_utf', $no_utf);
        set_config('system','verifyssl', $verifyssl);
        set_config('system','proxyuser', $proxyuser);
@@ -480,7 +495,7 @@ function admin_page_site_post(&$a){
        set_config('system','curl_timeout', $timeout);
        set_config('system','dfrn_only', $dfrn_only);
        set_config('system','ostatus_disabled', $ostatus_disabled);
-               set_config('system','ostatus_poll_interval', $ostatus_poll_interval);
+       set_config('system','ostatus_poll_interval', $ostatus_poll_interval);
        set_config('system','diaspora_enabled', $diaspora_enabled);
        set_config('config','private_addons', $private_addons);
 
@@ -495,7 +510,8 @@ function admin_page_site_post(&$a){
        set_config('system','temppath', $temppath);
        set_config('system','basepath', $basepath);
        set_config('system','proxy_disabled', $proxy_disabled);
-       set_config('system','disable_noscrape', $disable_noscrape);
+       set_config('system','old_pager', $old_pager);
+       set_config('system','only_tag_search', $only_tag_search);
 
        info( t('Site settings updated.') . EOL);
        goaway($a->get_baseurl(true) . '/admin/site' );
@@ -541,14 +557,21 @@ function admin_page_site(&$a) {
                }
                }
 
+               /* Community page style */
+               $community_page_style_choices = array(
+                       CP_NO_COMMUNITY_PAGE => t("No community page"),
+                       CP_USERS_ON_SERVER => t("Public postings from users of this site"),
+                       CP_GLOBAL_COMMUNITY => t("Global community page")
+                       );
+
                /* OStatus conversation poll choices */
                $ostatus_poll_choices = array(
-               "-2" => t("Never"),
-               "-1" => t("At post arrival"),
-               "0" => t("Frequently"),
-               "60" => t("Hourly"),
-               "720" => t("Twice daily"),
-               "1440" => t("Daily")
+                       "-2" => t("Never"),
+                       "-1" => t("At post arrival"),
+                       "0" => t("Frequently"),
+                       "60" => t("Hourly"),
+                       "720" => t("Twice daily"),
+                       "1440" => t("Daily")
                        );
 
                /* get user names to make the install a personal install of X */
@@ -605,7 +628,10 @@ function admin_page_site(&$a) {
                // name, label, value, help string, extra data...
                '$sitename'             => array('sitename', t("Site name"), htmlentities($a->config['sitename'], ENT_QUOTES), 'UTF-8'),
                '$hostname'             => array('hostname', t("Host name"), $a->config['hostname'], ""),
+               '$sender_email'         => array('sender_email', t("Sender Email"), $a->config['sender_email'], "The email address your server shall use to send notification emails from.", "", "", "email"),
                '$banner'               => array('banner', t("Banner/Logo"), $banner, ""),
+               '$shortcut_icon'        => array('shortcut_icon', t("Shortcut icon"), get_config('system','shortcut_icon'),  "Link to an icon that will be used for browsers."),
+               '$touch_icon'           => array('touch_icon', t("Touch icon"), get_config('system','touch_icon'),  "Link to an icon that will be used for tablets and mobiles."),
                '$info' => array('info',t('Additional Info'), $info, t('For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo.')),
                '$language'             => array('language', t("System language"), get_config('system','language'), "", $lang_choices),
                '$theme'                => array('theme', t("System theme"), get_config('system','theme'), t("Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"), $theme_choices),
@@ -638,7 +664,8 @@ function admin_page_site(&$a) {
                '$no_openid'            => array('no_openid', t("OpenID support"), !get_config('system','no_openid'), t("OpenID support for registration and logins.")),
                '$no_regfullname'       => array('no_regfullname', t("Fullname check"), !get_config('system','no_regfullname'), t("Force users to register with a space between firstname and lastname in Full name, as an antispam measure")),
                '$no_utf'               => array('no_utf', t("UTF-8 Regular expressions"), !get_config('system','no_utf'), t("Use PHP UTF8 regular expressions")),
-               '$no_community_page'    => array('no_community_page', t("Show Community Page"), !get_config('system','no_community_page'), t("Display a Community page showing all recent public postings on this site.")),
+               '$community_page_style' => array('community_page_style', t("Community Page Style"), get_config('system','community_page_style'), t("Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."), $community_page_style_choices),
+               '$max_author_posts_community_page' => array('max_author_posts_community_page', t("Posts per user on community page"), get_config('system','max_author_posts_community_page'), t("The maximum number of posts per user on the community page. (Not valid for 'Global Community')")),
                '$ostatus_disabled'     => array('ostatus_disabled', t("Enable OStatus support"), !get_config('system','ostatus_disabled'), t("Provide built-in OStatus \x28StatusNet, GNU Social etc.\x29 compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.")),
                '$ostatus_poll_interval'        => array('ostatus_poll_interval', t("OStatus conversation completion interval"), (string) intval(get_config('system','ostatus_poll_interval')), t("How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."), $ostatus_poll_choices),
                '$diaspora_enabled'     => array('diaspora_enabled', t("Enable Diaspora support"), get_config('system','diaspora_enabled'), t("Provide built-in Diaspora network compatibility.")),
@@ -653,6 +680,7 @@ function admin_page_site(&$a) {
 
                '$use_fulltext_engine'  => array('use_fulltext_engine', t("Use MySQL full text engine"), get_config('system','use_fulltext_engine'), t("Activates the full text engine. Speeds up search - but can only search for four and more characters.")),
                '$suppress_language'    => array('suppress_language', t("Suppress Language"), get_config('system','suppress_language'), t("Suppress language information in meta information about a posting.")),
+               '$suppress_tags'        => array('suppress_tags', t("Suppress Tags"), get_config('system','suppress_tags'), t("Suppress showing a list of hashtags at the end of the posting.")),
                '$itemcache'            => array('itemcache', t("Path to item cache"), get_config('system','itemcache'), "The item caches buffers generated bbcode and external images."),
                '$itemcache_duration'   => array('itemcache_duration', t("Cache duration in seconds"), get_config('system','itemcache_duration'), t("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.")),
                '$max_comments'         => array('max_comments', t("Maximum numbers of comments per post"), get_config('system','max_comments'), t("How much comments should be shown for each post? Default value is 100.")),
@@ -660,10 +688,10 @@ function admin_page_site(&$a) {
                '$temppath'             => array('temppath', t("Temp path"), get_config('system','temppath'), "If you have a restricted system where the webserver can't access the system temp path, enter another path here."),
                '$basepath'             => array('basepath', t("Base path to installation"), get_config('system','basepath'), "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."),
                '$proxy_disabled'       => array('proxy_disabled', t("Disable picture proxy"), get_config('system','proxy_disabled'), t("The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith.")),
+               '$old_pager'            => array('old_pager', t("Enable old style pager"), get_config('system','old_pager'), t("The old style pager has page numbers but slows down massively the page speed.")),
+               '$only_tag_search'      => array('only_tag_search', t("Only search in tags"), get_config('system','only_tag_search'), t("On large systems the text search can slow down the system extremely.")),
 
                '$relocate_url'     => array('relocate_url', t("New base url"), $a->get_baseurl(), "Change base url for this server. Sends relocate message to all DFRN contacts of all users."),
-
-               '$disable_noscrape'=> array('disable_noscrape', t("Disable noscrape"), get_config('system','disable_noscrape'), t("The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server.")),
        '$form_security_token' => get_form_security_token("admin_site")
 
        ));
index 96eb3702879736add9690bb20b5e94db27af8aaa..e1759ab6556105b3622425fcfa9feec1f56b9a18 100644 (file)
@@ -32,7 +32,7 @@ function bookmarklet_content(&$a) {
                        'visitor' => 'block',
                        'profile_uid' => local_user(),
                        'acl_data' => construct_acl_data($a, $a->user), // For non-Javascript ACL selector
-                       'title' => $_REQUEST["title"],
+                       'title' => trim($_REQUEST["title"], "*"),
                        'content' => $content
                );
                $o = status_editor($a,$x, 0, false);
index e2311515790b5f63f324c8528f6a475fc575fa43..d6f87762bdefefda35ecdb15ec387c7711a439a9 100644 (file)
@@ -19,7 +19,7 @@ function community_content(&$a, $update = 0) {
                return;
        }
 
-       if(get_config('system','no_community_page')) {
+       if(get_config('system','community_page_style') == CP_NO_COMMUNITY_PAGE) {
                notice( t('Not available.') . EOL);
                return;
        }
@@ -44,7 +44,7 @@ function community_content(&$a, $update = 0) {
        // Only public posts can be shown
        // OR your own posts if you are a logged in member
 
-       if( (! get_config('alt_pager', 'global')) && (! get_pconfig(local_user(),'system','alt_pager')) ) {
+       if(get_config('system', 'old_pager')) {
                $r = q("SELECT COUNT(distinct(`item`.`uri`)) AS `total`
                        FROM `item` INNER JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
                        AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
@@ -103,10 +103,9 @@ function community_content(&$a, $update = 0) {
 
        $o .= conversation($a,$s,'community',$update);
 
-       if(get_config('alt_pager', 'global') || get_pconfig(local_user(),'system','alt_pager') ) {
+       if(!get_config('system', 'old_pager')) {
                $o .= alt_pager($a,count($r));
-       }
-       else {
+       } else {
                $o .= paginate($a);
        }
 
@@ -114,8 +113,7 @@ function community_content(&$a, $update = 0) {
 }
 
 function community_getitems($start, $itemspage) {
-       // Work in progress
-       if (get_config('system', 'global_community'))
+       if (get_config('system','community_page_style') == CP_GLOBAL_COMMUNITY)
                return(community_getpublicitems($start, $itemspage));
 
        $r = q("SELECT `item`.`uri`, `item`.*, `item`.`id` AS `item_id`,
@@ -145,7 +143,7 @@ function community_getpublicitems($start, $itemspage) {
        $r = q("SELECT `item`.`uri`, `item`.*, `item`.`id` AS `item_id`,
                        `author-name` AS `name`, `owner-avatar` AS `photo`,
                        `owner-link` AS `url`, `owner-avatar` AS `thumb`
-               FROM `item` WHERE `item`.`uid` = 0
+               FROM `item` WHERE `item`.`uid` = 0 AND `item`.`id` = `item`.`parent`
                AND `item`.`allow_cid` = '' AND `item`.`allow_gid` = ''
                AND `item`.`deny_cid` = '' AND `item`.`deny_gid` = ''
                ORDER BY `item`.`received` DESC LIMIT %d, %d",
index 300331a9dcdf19be1f09e992691ca3b3aa98f7f9..95b1944dc871f697f159409f98b77bd782f8bc49 100644 (file)
@@ -32,7 +32,8 @@ function contacts_init(&$a) {
                        $a->data['contact'] = $r[0];
                        $vcard_widget = replace_macros(get_markup_template("vcard-widget.tpl"),array(
                                '$name' => $a->data['contact']['name'],
-                               '$photo' => $a->data['contact']['photo']
+                               '$photo' => $a->data['contact']['photo'],
+                               '$url' => ($a->data['contact']['network'] == 'dfrn') ? $a->get_baseurl()."/redir/".$a->data['contact']['id'] : $a->data['contact']['url']
                        ));
                        $follow_widget = '';
        }
@@ -44,6 +45,9 @@ function contacts_init(&$a) {
                        $follow_widget = follow_widget();
        }
 
+       if ($_GET['nets'] == "all")
+               $_GET['nets'] = "";
+
        $groups_widget .= group_side('contacts','group',false,0,$contact_id);
        $findpeople_widget .= findpeople_widget();
        $networks_widget .= networks_widget('contacts',$_GET['nets']);
@@ -402,6 +406,9 @@ function contacts_content(&$a) {
                                break;
                }
 
+               if(!in_array($contact['network'], array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA)))
+                               $relation_text = "";
+
                $relation_text = sprintf($relation_text,$contact['name']);
 
                if(($contact['network'] === NETWORK_DFRN) && ($contact['rel'])) {
@@ -424,7 +431,7 @@ function contacts_content(&$a) {
 
                $lblsuggest = (($contact['network'] === NETWORK_DFRN) ? t('Suggest friends') : '');
 
-               $poll_enabled = (($contact['network'] !== NETWORK_DIASPORA) ? true : false);
+               $poll_enabled = in_array($contact['network'], array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_FEED, NETWORK_MAIL, NETWORK_MAIL2));
 
                $nettype = sprintf( t('Network type: %s'),network_to_name($contact['network']));
 
@@ -469,6 +476,16 @@ function contacts_content(&$a) {
 
                $lost_contact = (($contact['archive'] && $contact['term-date'] != '0000-00-00 00:00:00' && $contact['term-date'] < datetime_convert('','','now')) ? t('Communications lost with this contact!') : '');
 
+               if ($contact['network'] == NETWORK_FEED)
+                       $fetch_further_information = array('fetch_further_information', t('Fetch further information for feeds'), $contact['fetch_further_information'], t('Fetch further information for feeds'),
+                                                                       array('0'=>t('Disabled'), '1'=>t('Fetch information'), '2'=>t('Fetch information and keywords')));
+
+               if (in_array($contact['network'], array(NETWORK_FEED, NETWORK_MAIL, NETWORK_MAIL2)))
+                       $poll_interval = contact_poll_interval($contact['priority'],(! $poll_enabled));
+
+               if ($contact['network'] == NETWORK_DFRN)
+                       $profile_select = contact_profile_assign($contact['profile-id'],(($contact['network'] !== NETWORK_DFRN) ? true : false));
+
                $o .= replace_macros($tpl, array(
                        '$header' => t('Contact Editor'),
                        '$tab_str' => $tab_str,
@@ -489,14 +506,14 @@ function contacts_content(&$a) {
                        '$lblsuggest' => $lblsuggest,
                        '$delete' => t('Delete contact'),
                        '$nettype' => $nettype,
-                       '$poll_interval' => contact_poll_interval($contact['priority'],(! $poll_enabled)),
+                       '$poll_interval' => $poll_interval,
                        '$poll_enabled' => $poll_enabled,
                        '$lastupdtext' => t('Last update:'),
                        '$lost_contact' => $lost_contact,
                        '$updpub' => t('Update public posts'),
                        '$last_update' => $last_update,
                        '$udnow' => t('Update now'),
-                       '$profile_select' => contact_profile_assign($contact['profile-id'],(($contact['network'] !== NETWORK_DFRN) ? true : false)),
+                       '$profile_select' => $profile_select,
                        '$contact_id' => $contact['id'],
                        '$block_text' => (($contact['blocked']) ? t('Unblock') : t('Block') ),
                        '$ignore_text' => (($contact['readonly']) ? t('Unignore') : t('Ignore') ),
@@ -507,8 +524,7 @@ function contacts_content(&$a) {
                        '$archived' => (($contact['archive']) ? t('Currently archived') : ''),
                        '$hidden' => array('hidden', t('Hide this contact from others'), ($contact['hidden'] == 1), t('Replies/likes to your public posts <strong>may</strong> still be visible')),
                        '$notify' => array('notify', t('Notification for new posts'), ($contact['notify_new_posts'] == 1), t('Send a notification of every new post of this contact')),
-                       '$fetch_further_information' => array('fetch_further_information', t('Fetch further information for feeds'), $contact['fetch_further_information'], t('Fetch further information for feeds'),
-                                                               array('0'=>t('Disabled'), '1'=>t('Fetch information'), '2'=>t('Fetch information and keywords'))),
+                       '$fetch_further_information' => $fetch_further_information,
                        '$ffi_keyword_blacklist' => $contact['ffi_keyword_blacklist'],
                        '$ffi_keyword_blacklist' => array('ffi_keyword_blacklist', t('Blacklisted keywords'), $contact['ffi_keyword_blacklist'], t('Comma separated list of keywords that should not be converted to hashtags, when "Fetch information and keywords" is selected')),
                        '$photo' => $contact['photo'],
index 374de6caccfaddaa5557a4a4cbc07cd6bfee3d6d..f483977cd4f847aebc639bbe93a4f85a499b921d 100644 (file)
@@ -41,6 +41,18 @@ function display_init(&$a) {
                                $itemuid = $r[0]["uid"];
                        }
                }
+
+               // Is it an item with uid=0?
+               if ($nick == "") {
+                       $r = q("SELECT `item`.`id`, `item`.`parent`, `item`.`author-name`,
+                               `item`.`author-link`, `item`.`author-avatar`, `item`.`network`, `item`.`uid`, `item`.`body`
+                               FROM `item` WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 and `item`.`moderated` = 0
+                                       AND `item`.`allow_cid` = ''  AND `item`.`allow_gid` = ''
+                                       AND `item`.`deny_cid`  = '' AND `item`.`deny_gid`  = ''
+                                       AND `item`.`private` = 0 AND `item`.`uid` = 0
+                                       AND `item`.`guid` = '%s'", $a->argv[1]);
+                               //      AND `item`.`private` = 0 AND `item`.`wall` = 1
+               }
                if (count($r)) {
                        if ($r[0]["id"] != $r[0]["parent"])
                                $r = q("SELECT `id`, `author-name`, `author-link`, `author-avatar`, `network`, `body`, `uid` FROM `item`
@@ -252,6 +264,18 @@ function display_content(&$a, $update = 0) {
                                        $nick = $r[0]["nickname"];
                                }
                        }
+                       if ($nick == "") {
+                               $r = q("SELECT `item`.`id` FROM `item`
+                                       WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 and `item`.`moderated` = 0
+                                               AND `item`.`allow_cid` = ''  AND `item`.`allow_gid` = ''
+                                               AND `item`.`deny_cid`  = '' AND `item`.`deny_gid`  = ''
+                                               AND `item`.`private` = 0  AND `item`.`uid` = 0
+                                               AND `item`.`guid` = '%s'", $a->argv[1]);
+                                       //      AND `item`.`private` = 0 AND `item`.`wall` = 1
+                               if (count($r)) {
+                                       $item_id = $r[0]["id"];
+                               }
+                       }
                }
        }
 
index ba212762950e65981e309682489e6fdf06c4e040..7b99f9e6fb46a969e27197689c817a431a0d1421 100644 (file)
@@ -38,11 +38,8 @@ function friendica_init(&$a) {
                        'site_name' => $a->config['sitename'],
                        'platform' => FRIENDICA_PLATFORM,
                        'info' => ((x($a->config,'info')) ? $a->config['info'] : ''),
+                       'no_scrape_url' => $a->get_baseurl().'/noscrape'
                );
-               
-               //Enable noscrape?
-               if(!get_config('system','disable_noscrape'))
-                       $data['no_scrape_url'] = $a->get_baseurl().'/noscrape';
 
                echo json_encode($data);
                killme();
index 44edbf931861133e0b7a9a853ca4473f9b280ccb..6d8fbb1842295fd67814de01657ecd310c6d5936 100644 (file)
@@ -1,53 +1,6 @@
 <?php
-define( 'MARKDOWN_PARSER_CLASS',  'ExtendedMarkdown' );
 require_once('library/markdown.php');
 
-class ExtendedMarkdown extends MarkdownExtra_Parser {
-
-       function ExtendedMarkdown() {
-               $this->block_gamut += array(
-                       "doBlockWarning" => 45,
-               );
-               parent::MarkdownExtra_Parser();
-       }
-
-       function doBlockWarning($text) {
-               $text = preg_replace_callback('/
-                         (                                                             # Wrap whole match in $1
-                               (?>
-                                 ^[ ]*![ ]?                            # "!" at the start of a line
-                                       .+\n                                    # rest of the first line
-                                 (.+\n)*                                       # subsequent consecutive lines
-                                 \n*                                           # blanks
-                               )+
-                         )
-                       /xm', array(&$this, '_doBlockWarning_callback'), $text);
-
-               return $text;
-       }
-
-       function _doBlockWarning_callback($matches) {
-               $bq = $matches[1];
-               # trim one level of quoting - trim whitespace-only lines
-               $bq = preg_replace('/^[ ]*![ ]?|^[ ]+$/m', '', $bq);
-               $bq = $this->runBlockGamut($bq);  # recurse
-
-               $bq = preg_replace('/^/m', "  ", $bq);
-               # These leading spaces cause problem with <pre> content, 
-               # so we need to fix that:
-//             $bq = preg_replace_callback('{(\s*<pre>.+?</pre>)}sx', array(&$this, '__doBlockWarning_callback2'), $bq);
-
-               return "\n" . $this->hashBlock("<div class='md_warning'>\n$bq\n</div>") . "\n\n";
-       }
-
-       function _doBlockWarning_callback2($matches) {
-               $pre = $matches[1];
-               $pre = preg_replace('/^  /m', '', $pre);
-               return $pre;
-       }
-
-}
-
 if (!function_exists('load_doc_file')) {
 
        function load_doc_file($s) {
@@ -66,8 +19,7 @@ if (!function_exists('load_doc_file')) {
 }
 
 function help_content(&$a) {
-       
-       
+
        nav_set_selected('help');
 
        global $lang;
@@ -93,9 +45,9 @@ function help_content(&$a) {
                                        '$message' => t('Page not found.')
                                ));
        }
-       
+
        $html = Markdown($text);
        $html = "<style>.md_warning { padding: 1em; border: #ff0000 solid 2px; background-color: #f9a3a3; color: #ffffff;</style>".$html;
        return $html;
-               
+
 }
index a66535d7ded21bb0061690f92d573a6dd9234375..ec6f81f6bf92fe2de1ac269f5dcb3941ca6c107a 100644 (file)
@@ -22,6 +22,8 @@ require_once('library/langdet/Text/LanguageDetect.php');
 require_once('include/tags.php');
 require_once('include/files.php');
 require_once('include/threads.php');
+require_once('include/text.php');
+require_once('include/items.php');
 
 function item_post(&$a) {
 
@@ -33,7 +35,6 @@ function item_post(&$a) {
        $uid = local_user();
 
        if(x($_REQUEST,'dropitems')) {
-               require_once('include/items.php');
                $arr_drop = explode(',',$_REQUEST['dropitems']);
                drop_items($arr_drop);
                $json = array('success' => 1);
@@ -232,11 +233,11 @@ function item_post(&$a) {
 
        } else {
 
-               // if coming from the API and no privacy settings are set, 
+               // if coming from the API and no privacy settings are set,
                // use the user default permissions - as they won't have
                // been supplied via a form.
 
-               if(($api_source) 
+               if(($api_source)
                        && (! array_key_exists('contact_allow',$_REQUEST))
                        && (! array_key_exists('group_allow',$_REQUEST))
                        && (! array_key_exists('contact_deny',$_REQUEST))
@@ -364,7 +365,7 @@ function item_post(&$a) {
 
        // Work around doubled linefeeds in Tinymce 3.5b2
        // First figure out if it's a status post that would've been
-       // created using tinymce. Otherwise leave it alone. 
+       // created using tinymce. Otherwise leave it alone.
 
 /*     $plaintext = (local_user() ? intval(get_pconfig(local_user(),'system','plaintext')) || !feature_enabled($profile_uid,'richtext') : 0);
        if((! $parent) && (! $api_source) && (! $plaintext)) {
@@ -533,7 +534,7 @@ function item_post(&$a) {
         * Fold multi-line [code] sequences
         */
 
-       $body = preg_replace('/\[\/code\]\s*\[code\]/ism',"\n",$body); 
+       $body = preg_replace('/\[\/code\]\s*\[code\]/ism',"\n",$body);
 
        $body = scale_external_images($body,false);
 
@@ -568,7 +569,7 @@ function item_post(&$a) {
         * and we are replying, and there isn't one already
         */
 
-       if(($parent_contact) && ($parent_contact['network'] === NETWORK_OSTATUS) 
+       if(($parent_contact) && ($parent_contact['network'] === NETWORK_OSTATUS)
                && ($parent_contact['nick']) && (! in_array('@' . $parent_contact['nick'],$tags))) {
                $body = '@' . $parent_contact['nick'] . ' ' . $body;
                $tags[] = '@' . $parent_contact['nick'];
@@ -581,6 +582,9 @@ function item_post(&$a) {
        if(count($tags)) {
                foreach($tags as $tag) {
 
+                       if(strpos($tag,'#') === 0)
+                               continue;
+
                        // If we already tagged 'Robert Johnson', don't try and tag 'Robert'.
                        // Robert Johnson should be first in the $tags array
 
@@ -623,7 +627,7 @@ function item_post(&$a) {
                        if(count($r)) {
                                if(strlen($attachments))
                                        $attachments .= ',';
-                               $attachments .= '[attach]href="' . $a->get_baseurl() . '/attach/' . $r[0]['id'] . '" length="' . $r[0]['filesize'] . '" type="' . $r[0]['filetype'] . '" title="' . (($r[0]['filename']) ? $r[0]['filename'] : '') . '"[/attach]'; 
+                               $attachments .= '[attach]href="' . $a->get_baseurl() . '/attach/' . $r[0]['id'] . '" length="' . $r[0]['filesize'] . '" type="' . $r[0]['filetype'] . '" title="' . (($r[0]['filename']) ? $r[0]['filename'] : '') . '"[/attach]';
                        }
                        $body = str_replace($match[1],'',$body);
                }
@@ -642,7 +646,7 @@ function item_post(&$a) {
 
        $gravity = (($parent) ? 6 : 0 );
 
-       // even if the post arrived via API we are considering that it 
+       // even if the post arrived via API we are considering that it
        // originated on this site by default for determining relayability.
 
        $origin = ((x($_REQUEST,'origin')) ? intval($_REQUEST['origin']) : 1);
@@ -712,6 +716,9 @@ function item_post(&$a) {
        if($orig_post)
                $datarray['edit']      = true;
 
+       // Search for hashtags
+       item_body_set_hashtags($datarray);
+
        // preview mode - prepare the body for display and send it via json
 
        if($preview) {
@@ -739,14 +746,18 @@ function item_post(&$a) {
                killme();
        }
 
+       // Fill the cache field
+       put_item_in_cache($datarray);
 
        if($orig_post) {
-               $r = q("UPDATE `item` SET `title` = '%s', `body` = '%s', `tag` = '%s', `attach` = '%s', `file` = '%s', `edited` = '%s', `changed` = '%s' WHERE `id` = %d AND `uid` = %d",
+               $r = q("UPDATE `item` SET `title` = '%s', `body` = '%s', `tag` = '%s', `attach` = '%s', `file` = '%s', `rendered-html` = '%s', `rendered-hash` = '%s', `edited` = '%s', `changed` = '%s' WHERE `id` = %d AND `uid` = %d",
                        dbesc($datarray['title']),
                        dbesc($datarray['body']),
                        dbesc($datarray['tag']),
                        dbesc($datarray['attach']),
                        dbesc($datarray['file']),
+                       dbesc($datarray['rendered-html']),
+                       dbesc($datarray['rendered-hash']),
                        dbesc(datetime_convert()),
                        dbesc(datetime_convert()),
                        intval($post_id),
@@ -771,10 +782,10 @@ function item_post(&$a) {
                $post_id = 0;
 
 
-       $r = q("INSERT INTO `item` (`guid`, `extid`, `uid`,`type`,`wall`,`gravity`, `network`, `contact-id`,`owner-name`,`owner-link`,`owner-avatar`, 
-               `author-name`, `author-link`, `author-avatar`, `created`, `edited`, `commented`, `received`, `changed`, `uri`, `thr-parent`, `title`, `body`, `app`, `location`, `coord`, 
-               `tag`, `inform`, `verb`, `object-type`, `postopts`, `allow_cid`, `allow_gid`, `deny_cid`, `deny_gid`, `private`, `pubmail`, `attach`, `bookmark`,`origin`, `moderated`, `file` )
-               VALUES( '%s', '%s', %d, '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', %d, %d, %d, '%s' )",
+       $r = q("INSERT INTO `item` (`guid`, `extid`, `uid`,`type`,`wall`,`gravity`, `network`, `contact-id`,`owner-name`,`owner-link`,`owner-avatar`, `author-name`, `author-link`, `author-avatar`,
+               `created`, `edited`, `commented`, `received`, `changed`, `uri`, `thr-parent`, `title`, `body`, `app`, `location`, `coord`, `tag`, `inform`, `verb`, `object-type`, `postopts`,
+               `allow_cid`, `allow_gid`, `deny_cid`, `deny_gid`, `private`, `pubmail`, `attach`, `bookmark`,`origin`, `moderated`, `file`, `rendered-html`, `rendered-hash`)
+               VALUES( '%s', '%s', %d, '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', %d, %d, %d, '%s', '%s', '%s')",
                dbesc($datarray['guid']),
                dbesc($datarray['extid']),
                intval($datarray['uid']),
@@ -816,128 +827,120 @@ function item_post(&$a) {
                intval($datarray['bookmark']),
                intval($datarray['origin']),
                intval($datarray['moderated']),
-               dbesc($datarray['file'])
+               dbesc($datarray['file']),
+               dbesc($datarray['rendered-html']),
+               dbesc($datarray['rendered-hash'])
               );
 
        $r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' LIMIT 1",
                dbesc($datarray['uri']));
-       if(count($r)) {
-               $post_id = $r[0]['id'];
-               logger('mod_item: saved item ' . $post_id);
-               add_thread($post_id);
+       if(!count($r)) {
+               logger('mod_item: unable to retrieve post that was just stored.');
+               notice( t('System error. Post not saved.') . EOL);
+               goaway($a->get_baseurl() . "/" . $return_path );
+               // NOTREACHED
+       }
 
-               // update filetags in pconfig
-               file_tag_update_pconfig($uid,$categories_old,$categories_new,'category');
+       $post_id = $r[0]['id'];
+       logger('mod_item: saved item ' . $post_id);
 
-               // Store the fresh generated item into the cache
-               $cachefile = get_cachefile(urlencode($datarray["guid"])."-".hash("md5", $datarray['body']));
+       $datarray["id"] = $post_id;
+       $datarray["plink"] = $a->get_baseurl().'/display/'.urlencode($datarray["guid"]);
 
-               if (($cachefile != '') AND !file_exists($cachefile)) {
-                       $s = prepare_text($datarray['body']);
-                       $stamp1 = microtime(true);
-                       file_put_contents($cachefile, $s);
-                       $a->save_timestamp($stamp1, "file");
-                       logger('mod_item: put item '.$r[0]['id'].' into cachefile '.$cachefile);
-               }
+       // update filetags in pconfig
+       file_tag_update_pconfig($uid,$categories_old,$categories_new,'category');
 
-               if($parent) {
+       if($parent) {
 
-                       // This item is the last leaf and gets the comment box, clear any ancestors
-                       $r = q("UPDATE `item` SET `last-child` = 0, `changed` = '%s' WHERE `parent` = %d ",
-                               dbesc(datetime_convert()),
-                               intval($parent)
-                       );
-                       update_thread($parent, true);
-
-                       // Inherit ACLs from the parent item.
-
-                       $r = q("UPDATE `item` SET `allow_cid` = '%s', `allow_gid` = '%s', `deny_cid` = '%s', `deny_gid` = '%s', `private` = %d
-                               WHERE `id` = %d",
-                               dbesc($parent_item['allow_cid']),
-                               dbesc($parent_item['allow_gid']),
-                               dbesc($parent_item['deny_cid']),
-                               dbesc($parent_item['deny_gid']),
-                               intval($parent_item['private']),
-                               intval($post_id)
-                       );
+               // This item is the last leaf and gets the comment box, clear any ancestors
+               $r = q("UPDATE `item` SET `last-child` = 0, `changed` = '%s' WHERE `parent` = %d ",
+                       dbesc(datetime_convert()),
+                       intval($parent)
+               );
+               update_thread($parent, true);
 
-                       if($contact_record != $author) {
-                               notification(array(
-                                       'type'         => NOTIFY_COMMENT,
-                                       'notify_flags' => $user['notify-flags'],
-                                       'language'     => $user['language'],
-                                       'to_name'      => $user['username'],
-                                       'to_email'     => $user['email'],
-                                       'uid'          => $user['uid'],
-                                       'item'         => $datarray,
-                                       'link'          => $a->get_baseurl().'/display/'.urlencode($datarray['guid']),
-                                       'source_name'  => $datarray['author-name'],
-                                       'source_link'  => $datarray['author-link'],
-                                       'source_photo' => $datarray['author-avatar'],
-                                       'verb'         => ACTIVITY_POST,
-                                       'otype'        => 'item',
-                                       'parent'       => $parent,
-                                       'parent_uri'   => $parent_item['uri']
-                               ));
+               // Inherit ACLs from the parent item.
 
-                       }
+               $r = q("UPDATE `item` SET `allow_cid` = '%s', `allow_gid` = '%s', `deny_cid` = '%s', `deny_gid` = '%s', `private` = %d
+                       WHERE `id` = %d",
+                       dbesc($parent_item['allow_cid']),
+                       dbesc($parent_item['allow_gid']),
+                       dbesc($parent_item['deny_cid']),
+                       dbesc($parent_item['deny_gid']),
+                       intval($parent_item['private']),
+                       intval($post_id)
+               );
 
+               if($contact_record != $author) {
+                       notification(array(
+                               'type'         => NOTIFY_COMMENT,
+                               'notify_flags' => $user['notify-flags'],
+                               'language'     => $user['language'],
+                               'to_name'      => $user['username'],
+                               'to_email'     => $user['email'],
+                               'uid'          => $user['uid'],
+                               'item'         => $datarray,
+                               'link'          => $a->get_baseurl().'/display/'.urlencode($datarray['guid']),
+                               'source_name'  => $datarray['author-name'],
+                               'source_link'  => $datarray['author-link'],
+                               'source_photo' => $datarray['author-avatar'],
+                               'verb'         => ACTIVITY_POST,
+                               'otype'        => 'item',
+                               'parent'       => $parent,
+                               'parent_uri'   => $parent_item['uri']
+                       ));
 
-                       // Store the comment signature information in case we need to relay to Diaspora
-                       store_diaspora_comment_sig($datarray, $author, ($self ? $a->user['prvkey'] : false), $parent_item, $post_id);
-
-               } else {
-                       $parent = $post_id;
-
-                       if($contact_record != $author) {
-                               notification(array(
-                                       'type'         => NOTIFY_WALL,
-                                       'notify_flags' => $user['notify-flags'],
-                                       'language'     => $user['language'],
-                                       'to_name'      => $user['username'],
-                                       'to_email'     => $user['email'],
-                                       'uid'          => $user['uid'],
-                                       'item'         => $datarray,
-                                       'link'          => $a->get_baseurl().'/display/'.urlencode($datarray['guid']),
-                                       'source_name'  => $datarray['author-name'],
-                                       'source_link'  => $datarray['author-link'],
-                                       'source_photo' => $datarray['author-avatar'],
-                                       'verb'         => ACTIVITY_POST,
-                                       'otype'        => 'item'
-                               ));
-                       }
                }
 
-               // fallback so that parent always gets set to non-zero.
 
-               if(! $parent)
-                       $parent = $post_id;
+               // Store the comment signature information in case we need to relay to Diaspora
+               store_diaspora_comment_sig($datarray, $author, ($self ? $a->user['prvkey'] : false), $parent_item, $post_id);
 
-               $r = q("UPDATE `item` SET `parent` = %d, `parent-uri` = '%s', `plink` = '%s', `changed` = '%s', `last-child` = 1, `visible` = 1
-                       WHERE `id` = %d",
-                       intval($parent),
-                       dbesc(($parent == $post_id) ? $uri : $parent_item['uri']),
-                       dbesc($a->get_baseurl().'/display/'.urlencode($datarray['guid'])),
-                       dbesc(datetime_convert()),
-                       intval($post_id)
-               );
-
-               // photo comments turn the corresponding item visible to the profile wall
-               // This way we don't see every picture in your new photo album posted to your wall at once.
-               // They will show up as people comment on them.
-
-               if(! $parent_item['visible']) {
-                       $r = q("UPDATE `item` SET `visible` = 1 WHERE `id` = %d",
-                               intval($parent_item['id'])
-                       );
-                       update_thread($parent_item['id']);
+       } else {
+               $parent = $post_id;
+
+               if($contact_record != $author) {
+                       notification(array(
+                               'type'         => NOTIFY_WALL,
+                               'notify_flags' => $user['notify-flags'],
+                               'language'     => $user['language'],
+                               'to_name'      => $user['username'],
+                               'to_email'     => $user['email'],
+                               'uid'          => $user['uid'],
+                               'item'         => $datarray,
+                               'link'          => $a->get_baseurl().'/display/'.urlencode($datarray['guid']),
+                               'source_name'  => $datarray['author-name'],
+                               'source_link'  => $datarray['author-link'],
+                               'source_photo' => $datarray['author-avatar'],
+                               'verb'         => ACTIVITY_POST,
+                               'otype'        => 'item'
+                       ));
                }
        }
-       else {
-               logger('mod_item: unable to retrieve post that was just stored.');
-               notice( t('System error. Post not saved.') . EOL);
-               goaway($a->get_baseurl() . "/" . $return_path );
-               // NOTREACHED
+
+       // fallback so that parent always gets set to non-zero.
+
+       if(! $parent)
+               $parent = $post_id;
+
+       $r = q("UPDATE `item` SET `parent` = %d, `parent-uri` = '%s', `plink` = '%s', `changed` = '%s', `last-child` = 1, `visible` = 1
+               WHERE `id` = %d",
+               intval($parent),
+               dbesc(($parent == $post_id) ? $uri : $parent_item['uri']),
+               dbesc($a->get_baseurl().'/display/'.urlencode($datarray['guid'])),
+               dbesc(datetime_convert()),
+               intval($post_id)
+       );
+
+       // photo comments turn the corresponding item visible to the profile wall
+       // This way we don't see every picture in your new photo album posted to your wall at once.
+       // They will show up as people comment on them.
+
+       if(! $parent_item['visible']) {
+               $r = q("UPDATE `item` SET `visible` = 1 WHERE `id` = %d",
+                       intval($parent_item['id'])
+               );
+               update_thread($parent_item['id']);
        }
 
        // update the commented timestamp on the parent
@@ -947,10 +950,8 @@ function item_post(&$a) {
                dbesc(datetime_convert()),
                intval($parent)
        );
-       update_thread($parent);
-
-       $datarray['id']    = $post_id;
-       $datarray['plink'] = $a->get_baseurl().'/display/'.urlencode($datarray['guid']);
+       if ($post_id != $parent)
+               update_thread($parent);
 
        call_hooks('post_local_end', $datarray);
 
@@ -961,10 +962,10 @@ function item_post(&$a) {
                                $addr = trim($recip);
                                if(! strlen($addr))
                                        continue;
-                               $disclaimer = '<hr />' . sprintf( t('This message was sent to you by %s, a member of the Friendica social network.'),$a->user['username']) 
+                               $disclaimer = '<hr />' . sprintf( t('This message was sent to you by %s, a member of the Friendica social network.'),$a->user['username'])
                                        . '<br />';
                                $disclaimer .= sprintf( t('You may visit them online at %s'), $a->get_baseurl() . '/profile/' . $a->user['nickname']) . EOL;
-                               $disclaimer .= t('Please contact the sender by replying to this post if you do not wish to receive these messages.') . EOL; 
+                               $disclaimer .= t('Please contact the sender by replying to this post if you do not wish to receive these messages.') . EOL;
                                if (!$datarray['title']=='') {
                                    $subject = email_header_encode($datarray['title'],'UTF-8');
                                } else {
@@ -983,14 +984,16 @@ function item_post(&$a) {
                                    'htmlVersion' => $message,
                                    'textVersion' => html2plain($html.$disclaimer),
                                );
-                               enotify::send($params);
+                               Emailer::send($params);
                        }
                }
        }
 
        create_tags_from_item($post_id);
        create_files_from_item($post_id);
-       update_thread($post_id);
+
+       if ($post_id == $parent)
+               add_thread($post_id);
 
        // This is a real juggling act on shared hosting services which kill your processes
        // e.g. dreamhost. We used to start delivery to our native delivery agents in the background
@@ -1040,10 +1043,9 @@ function item_content(&$a) {
 
        $o = '';
        if(($a->argc == 3) && ($a->argv[1] === 'drop') && intval($a->argv[2])) {
-               require_once('include/items.php'); 
                $o = drop_item($a->argv[2], !is_ajax());
                if (is_ajax()){
-                       // ajax return: [<item id>, 0 (no perm) | <owner id>] 
+                       // ajax return: [<item id>, 0 (no perm) | <owner id>]
                        echo json_encode(array(intval($a->argv[2]), intval($o)));
                        killme();
                }
@@ -1052,9 +1054,9 @@ function item_content(&$a) {
 }
 
 /**
- * This function removes the tag $tag from the text $body and replaces it with 
- * the appropiate link. 
- * 
+ * This function removes the tag $tag from the text $body and replaces it with
+ * the appropiate link.
+ *
  * @param unknown_type $body the text to replace the tag in
  * @param unknown_type $inform a comma-seperated string containing everybody to inform
  * @param unknown_type $str_tags string to add the tag to
@@ -1068,29 +1070,6 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag, $netwo
        $replaced = false;
        $r = null;
 
-       //is it a hash tag?
-       if(strpos($tag,'#') === 0) {
-               //if the tag is replaced...
-               if(strpos($tag,'[url='))
-                       //...do nothing
-                       return $replaced;
-               //base tag has the tags name only
-               $basetag = str_replace('_',' ',substr($tag,1));
-               //create text for link
-               $newtag = '#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]';
-               //replace tag by the link
-               $body = str_replace($tag, $newtag, $body);
-               $replaced = true;
-
-               //is the link already in str_tags?
-               if(! stristr($str_tags,$newtag)) {
-                       //append or set str_tags
-                       if(strlen($str_tags))
-                               $str_tags .= ',';
-                       $str_tags .= $newtag;
-               }
-               return $replaced;
-       }
        //is it a person tag?
        if(strpos($tag,'@') === 0) {
                //is it already replaced?
index 355f6edcdb105e48461fc5d36f34ecbd372ba8f9..0f9b0d2339ad41977f03e864c517b7b12bda4d00 100644 (file)
@@ -22,7 +22,7 @@ function network_init(&$a) {
        parse_str($query_string, $query_array);
        array_shift($query_array);
 
-       
+
        // fetch last used network view and redirect if needed
        if(! $is_a_date_query) {
                $sel_tabs = network_query_get_sel_tab($a);
@@ -627,7 +627,7 @@ die("ss");
 
        }
        else {
-               if( (! get_config('alt_pager', 'global')) && (! get_pconfig(local_user(),'system','alt_pager')) ) {
+               if(get_config('system', 'old_pager')) {
                        $r = q("SELECT COUNT(*) AS `total`
                                FROM $sql_table $sql_post_table INNER JOIN `contact` ON `contact`.`id` = $sql_table.`contact-id`
                                AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
@@ -705,12 +705,16 @@ die("ss");
 
                // Fetch a page full of parent items for this page
                if($update) {
+                       if (!get_config("system", "like_no_comment"))
+                               $sql_extra4 = "(`item`.`deleted` = 0 OR `item`.`verb` = '".ACTIVITY_LIKE."' OR `item`.`verb` = '".ACTIVITY_DISLIKE."')";
+                       else
+                               $sql_extra4 = "`item`.`deleted` = 0 AND `item`.`verb` = '".ACTIVITY_POST."'";
+
                        $r = q("SELECT `item`.`parent` AS `item_id`, `item`.`network` AS `item_network`, `contact`.`uid` AS `contact_uid`
                                FROM $sql_table $sql_post_table INNER JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
                                AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
-                               WHERE `item`.`uid` = %d AND `item`.`visible` = 1 AND
-                               (`item`.`deleted` = 0 OR `item`.`verb` = '" . ACTIVITY_LIKE ."' OR `item`.`verb` = '" . ACTIVITY_DISLIKE . "')
-                               and `item`.`moderated` = 0 and `item`.`unseen` = 1
+                               WHERE `item`.`uid` = %d AND `item`.`visible` = 1 AND $sql_extra4
+                               AND `item`.`moderated` = 0 AND `item`.`unseen` = 1
                                $sql_extra3 $sql_extra $sql_nets ORDER BY `item_id` DESC LIMIT 100",
                                intval(local_user())
                        );
@@ -815,10 +819,11 @@ die("ss");
        $o .= conversation($a,$items,$mode,$update);
 
        if(!$update) {
-               if( get_config('alt_pager', 'global') || get_pconfig(local_user(),'system','alt_pager') ) {
+               if(get_pconfig(local_user(),'system','infinite_scroll')) {
+                               $o .= scroll_loader();
+               } elseif(!get_config('system', 'old_pager')) {
                        $o .= alt_pager($a,count($items));
-               }
-               else {
+               } else {
                        $o .= paginate($a);
                }
        }
index e037300fc20c9b993fe7ca863ab23f022e537b62..34d5254fc0efe24eac3f31b25ffcbd324116762c 100644 (file)
@@ -1,30 +1,27 @@
 <?php
 
 function noscrape_init(&$a) {
-       
-       if(get_config('system','disable_noscrape'))
-               killme();
-       
+
        if($a->argc > 1)
                $which = $a->argv[1];
-       else 
+       else
                killme();
-       
+
        $profile = 0;
        if((local_user()) && ($a->argc > 2) && ($a->argv[2] === 'view')) {
                $which = $a->user['nickname'];
                $profile = $a->argv[1];
        }
-       
+
        profile_load($a,$which,$profile);
-       
+
        if(!$a->profile['net-publish'])
                killme();
-       
+
        $keywords = ((x($a->profile,'pub_keywords')) ? $a->profile['pub_keywords'] : '');
        $keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$keywords);
        $keywords = explode(',', $keywords);
-       
+
        $json_info = array(
                'fn' => $a->profile['name'],
                'key' => $a->profile['pubkey'],
@@ -33,19 +30,36 @@ function noscrape_init(&$a) {
                'photo' => $a->profile['photo'],
                'tags' => $keywords
        );
-       
+
+       if(is_array($a->profile) AND !$a->profile['hide-friends']) {
+               $r = q("SELECT `gcontact`.`updated` FROM `contact` INNER JOIN `gcontact` WHERE `gcontact`.`nurl` = `contact`.`nurl` AND `self` AND `uid` = %d LIMIT 1",
+                       intval($a->profile['uid']));
+               if(count($r))
+                       $json_info["updated"] =  date("c", strtotime($r[0]['updated']));
+
+               $r = q("SELECT COUNT(*) AS `total` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 and `pending` = 0 AND `hidden` = 0 AND `archive` = 0
+                               AND `network` IN ('%s', '%s', '%s', '')",
+                       intval($a->profile['uid']),
+                       dbesc(NETWORK_DFRN),
+                       dbesc(NETWORK_DIASPORA),
+                       dbesc(NETWORK_OSTATUS)
+               );
+               if(count($r))
+                       $json_info["contacts"] = intval($r[0]['total']);
+       }
+
        //These are optional fields.
-       $profile_fields = array('pdesc', 'locality', 'region', 'postal-code', 'country-name', 'gender', 'marital');
+       $profile_fields = array('pdesc', 'locality', 'region', 'postal-code', 'country-name', 'gender', 'marital', 'about');
        foreach($profile_fields as $field)
                if(!empty($a->profile[$field])) $json_info["$field"] = $a->profile[$field];
-       
+
        $dfrn_pages = array('request', 'confirm', 'notify', 'poll');
        foreach($dfrn_pages as $dfrn)
                $json_info["dfrn-{$dfrn}"] = $a->get_baseurl()."/dfrn_{$dfrn}/{$which}";
-       
+
        //Output all the JSON!
        header('Content-type: application/json; charset=utf-8');
        echo json_encode($json_info);
        exit;
-       
+
 }
index 4a0b541891d49af2715807a57748a7c029668050..3280456474bf5defb063d0926a88213aa59edb4f 100644 (file)
@@ -185,7 +185,7 @@ function notifications_content(&$a) {
                                                '$intro_id' => $rr['intro_id'],
                                                '$friend_selected' => $friend_selected,
                                                '$fan_selected' => $fan_selected,
-                                               '$approve_as' => t('Approve as: '),
+                                               '$approve_as' => t('Choose "Friend" to allow to read and to subscribe to their posts. Choose "Fan" to allow to read if you do not want to read their posts. Approve as: '),
                                                '$as_friend' => t('Friend'),
                                                '$as_fan' => (($rr['network'] == NETWORK_DIASPORA) ? t('Sharer') : t('Fan/Admirer'))
                                        ));
index 9f7b31be302b05576ea6111db14755f6ff32eeeb..7f4bd29a08b292728e2c07b3bb0f457c796420c3 100644 (file)
@@ -24,30 +24,30 @@ if(!function_exists('deletenode')) {
 }
 
 function completeurl($url, $scheme) {
-        $urlarr = parse_url($url);
+       $urlarr = parse_url($url);
 
-        if (isset($urlarr["scheme"]))
-                return($url);
+       if (isset($urlarr["scheme"]))
+               return($url);
 
-        $schemearr = parse_url($scheme);
+       $schemearr = parse_url($scheme);
 
-        $complete = $schemearr["scheme"]."://".$schemearr["host"];
+       $complete = $schemearr["scheme"]."://".$schemearr["host"];
 
-        if (@$schemearr["port"] != "")
-                $complete .= ":".$schemearr["port"];
+       if (@$schemearr["port"] != "")
+               $complete .= ":".$schemearr["port"];
 
                if(strpos($urlarr['path'],'/') !== 0)
                        $complete .= '/';
 
-        $complete .= $urlarr["path"];
+       $complete .= $urlarr["path"];
 
-        if (@$urlarr["query"] != "")
-                $complete .= "?".$urlarr["query"];
+       if (@$urlarr["query"] != "")
+               $complete .= "?".$urlarr["query"];
 
-        if (@$urlarr["fragment"] != "")
-                $complete .= "#".$urlarr["fragment"];
+       if (@$urlarr["fragment"] != "")
+               $complete .= "#".$urlarr["fragment"];
 
-        return($complete);
+       return($complete);
 }
 
 function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $count = 1) {
@@ -70,6 +70,8 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
        $siteinfo["url"] = $url;
        $siteinfo["type"] = "link";
 
+       $stamp1 = microtime(true);
+
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_HEADER, 1);
@@ -81,9 +83,11 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
 
        $header = curl_exec($ch);
        $curl_info = @curl_getinfo($ch);
-        $http_code = $curl_info['http_code'];
+       $http_code = $curl_info['http_code'];
        curl_close($ch);
 
+       $a->save_timestamp($stamp1, "network");
+
        if ((($curl_info['http_code'] == "301") OR ($curl_info['http_code'] == "302") OR ($curl_info['http_code'] == "303") OR ($curl_info['http_code'] == "307"))
                AND (($curl_info['redirect_url'] != "") OR ($curl_info['location'] != ""))) {
                if ($curl_info['redirect_url'] != "")
@@ -110,6 +114,8 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
        if (($curl_info["content_type"] != "") AND !strstr(strtolower($curl_info["content_type"]),"html"))
                return($siteinfo);
 
+       $stamp1 = microtime(true);
+
        // Now fetch the body as well
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
@@ -121,9 +127,11 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
 
        $header = curl_exec($ch);
        $curl_info = @curl_getinfo($ch);
-        $http_code = $curl_info['http_code'];
+       $http_code = $curl_info['http_code'];
        curl_close($ch);
 
+       $a->save_timestamp($stamp1, "network");
+
        // Fetch the first mentioned charset. Can be in body or header
        $charset = "";
        if (preg_match('/charset=(.*?)['."'".'"\s\n]/', $header, $matches))
@@ -165,25 +173,25 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
        $xpath = new DomXPath($doc);
 
        $list = $xpath->query("//meta[@content]");
-        foreach ($list as $node) {
-                $attr = array();
-                if ($node->attributes->length)
-                        foreach ($node->attributes as $attribute)
-                                $attr[$attribute->name] = $attribute->value;
-
-                if (@$attr["http-equiv"] == 'refresh') {
-                        $path = $attr["content"];
-                        $pathinfo = explode(";", $path);
-                        $content = "";
-                        foreach ($pathinfo AS $value) {
-                                if (substr(strtolower($value), 0, 4) == "url=")
-                                        $content = substr($value, 4);
-                        }
-                        if ($content != "") {
-                                $siteinfo = parseurl_getsiteinfo($content, $no_guessing, $do_oembed, ++$count);
-                                return($siteinfo);
-                        }
-                }
+       foreach ($list as $node) {
+               $attr = array();
+               if ($node->attributes->length)
+                       foreach ($node->attributes as $attribute)
+                               $attr[$attribute->name] = $attribute->value;
+
+               if (@$attr["http-equiv"] == 'refresh') {
+                       $path = $attr["content"];
+                       $pathinfo = explode(";", $path);
+                       $content = "";
+                       foreach ($pathinfo AS $value) {
+                               if (substr(strtolower($value), 0, 4) == "url=")
+                                       $content = substr($value, 4);
+                       }
+                       if ($content != "") {
+                               $siteinfo = parseurl_getsiteinfo($content, $no_guessing, $do_oembed, ++$count);
+                               return($siteinfo);
+                       }
+               }
        }
 
        //$list = $xpath->query("head/title");
@@ -196,8 +204,8 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
        foreach ($list as $node) {
                $attr = array();
                if ($node->attributes->length)
-                        foreach ($node->attributes as $attribute)
-                                $attr[$attribute->name] = $attribute->value;
+                       foreach ($node->attributes as $attribute)
+                               $attr[$attribute->name] = $attribute->value;
 
                $attr["content"] = trim(html_entity_decode($attr["content"], ENT_QUOTES, "UTF-8"));
 
@@ -256,8 +264,8 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
        foreach ($list as $node) {
                $attr = array();
                if ($node->attributes->length)
-                        foreach ($node->attributes as $attribute)
-                                $attr[$attribute->name] = $attribute->value;
+                       foreach ($node->attributes as $attribute)
+                               $attr[$attribute->name] = $attribute->value;
 
                $attr["content"] = trim(html_entity_decode($attr["content"], ENT_QUOTES, "UTF-8"));
 
@@ -285,12 +293,12 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
        }
 
        if ((@$siteinfo["image"] == "") AND !$no_guessing) {
-            $list = $xpath->query("//img[@src]");
-            foreach ($list as $node) {
-                $attr = array();
-                if ($node->attributes->length)
-                    foreach ($node->attributes as $attribute)
-                        $attr[$attribute->name] = $attribute->value;
+           $list = $xpath->query("//img[@src]");
+           foreach ($list as $node) {
+               $attr = array();
+               if ($node->attributes->length)
+                   foreach ($node->attributes as $attribute)
+                       $attr[$attribute->name] = $attribute->value;
 
                        $src = completeurl($attr["src"], $url);
                        $photodata = @getimagesize($src);
@@ -309,7 +317,7 @@ function parseurl_getsiteinfo($url, $no_guessing = false, $do_oembed = true, $co
                                                                "height"=>$photodata[1]);
                        }
 
-               }
+               }
     } else {
                $src = completeurl($siteinfo["image"], $url);
 
@@ -399,6 +407,15 @@ function parse_url_content(&$a) {
                }
        }
 
+       // add url scheme if missing
+       $arrurl = parse_url($url);
+       if (!x($arrurl, 'scheme')) {
+               if (x($arrurl, 'host'))
+                       $url = "http:".$url;
+               else
+                       $url = "http://".$url;
+       }
+
        logger('parse_url: ' . $url);
 
        if($textmode)
@@ -454,10 +471,7 @@ function parse_url_content(&$a) {
 
        $sitedata = "";
 
-       if($siteinfo["title"] == "") {
-               $sitedata .= sprintf($template,$url,$url,'') . $str_tags;
-               killme();
-       } else {
+       if($siteinfo["title"] != "") {
                $text = $siteinfo["text"];
                $title = $siteinfo["title"];
        }
index c8d8f72e830bde688a4f503783b3156df0533447..86b43d651dc916e9ac6c19920a3b993a4e394c4e 100644 (file)
@@ -102,7 +102,8 @@ function poco_init(&$a) {
                        intval($itemsPerPage)
                );
        } elseif($system_mode) {
-               $r = q("SELECT `contact`.*, `profile`.`about` AS `pabout`, `profile`.`locality` AS `plocation`, `profile`.`pub_keywords`, `profile`.`gender` AS `pgender`
+               $r = q("SELECT `contact`.*, `profile`.`about` AS `pabout`, `profile`.`locality` AS `plocation`, `profile`.`pub_keywords`, `profile`.`gender` AS `pgender`,
+                       `profile`.`address` AS `paddress`, `profile`.`region` AS `pregion`, `profile`.`postal-code` AS `ppostalcode`, `profile`.`country-name` AS `pcountry`
                        FROM `contact` INNER JOIN `profile` ON `profile`.`uid` = `contact`.`uid`
                        WHERE `self` = 1 AND `network` IN ('%s', '%s', '%s', '%s', '') AND `profile`.`is-default`
                        AND `contact`.`uid` IN (SELECT `uid` FROM `pconfig` WHERE `cat` = 'system' AND `k` = 'suggestme' AND `v` = 1) LIMIT %d, %d",
@@ -134,9 +135,9 @@ function poco_init(&$a) {
        if(x($_GET,'updatedSince') AND !$global)
                $ret['updatedSince'] = false;
 
-       $ret['startIndex']   = (string) $startIndex;
-       $ret['itemsPerPage'] = (string) $itemsPerPage;
-       $ret['totalResults'] = (string) $totalResults;
+       $ret['startIndex']   = (int) $startIndex;
+       $ret['itemsPerPage'] = (int) $itemsPerPage;
+       $ret['totalResults'] = (int) $totalResults;
        $ret['entry']        = array();
 
 
@@ -151,7 +152,9 @@ function poco_init(&$a) {
                'currentLocation' => false,
                'network' => false,
                'gender' => false,
-               'tags' => false
+               'tags' => false,
+               'address' => false,
+               'generation' => false
        );
 
        if((! x($_GET,'fields')) || ($_GET['fields'] === '@all'))
@@ -166,11 +169,36 @@ function poco_init(&$a) {
        if(is_array($r)) {
                if(count($r)) {
                        foreach($r as $rr) {
+                               if (!isset($rr['generation'])) {
+                                       if ($global)
+                                               $rr['generation'] = 3;
+                                       elseif ($system_mode)
+                                               $rr['generation'] = 1;
+                                       else
+                                               $rr['generation'] = 2;
+                               }
+
                                if (($rr['about'] == "") AND isset($rr['pabout']))
                                        $rr['about'] = $rr['pabout'];
 
-                               if (($rr['location'] == "") AND isset($rr['plocation']))
-                                       $rr['location'] = $rr['plocation'];
+                               if ($rr['location'] == "") {
+                                       if (isset($rr['plocation']))
+                                               $rr['location'] = $rr['plocation'];
+
+                                       if (isset($rr['pregion']) AND ($rr['pregion'] != "")) {
+                                               if ($rr['location'] != "")
+                                                       $rr['location'] .= ", ";
+
+                                               $rr['location'] .= $rr['pregion'];
+                                       }
+
+                                       if (isset($rr['pcountry']) AND ($rr['pcountry'] != "")) {
+                                               if ($rr['location'] != "")
+                                                       $rr['location'] .= ", ";
+
+                                               $rr['location'] .= $rr['pcountry'];
+                                       }
+                               }
 
                                if (($rr['gender'] == "") AND isset($rr['pgender']))
                                        $rr['gender'] = $rr['pgender'];
@@ -180,7 +208,7 @@ function poco_init(&$a) {
 
                                $entry = array();
                                if($fields_ret['id'])
-                                       $entry['id'] = $rr['id'];
+                                       $entry['id'] = (int)$rr['id'];
                                if($fields_ret['displayName'])
                                        $entry['displayName'] = $rr['name'];
                                if($fields_ret['aboutMe'])
@@ -189,6 +217,8 @@ function poco_init(&$a) {
                                        $entry['currentLocation'] = $rr['location'];
                                if($fields_ret['gender'])
                                        $entry['gender'] = $rr['gender'];
+                               if($fields_ret['generation'])
+                                       $entry['generation'] = (int)$rr['generation'];
                                if($fields_ret['urls']) {
                                        $entry['urls'] = array(array('value' => $rr['url'], 'type' => 'profile'));
                                        if($rr['addr'] && ($rr['network'] !== NETWORK_MAIL))
@@ -235,6 +265,26 @@ function poco_init(&$a) {
 
                                        $entry['tags'] = array($cleaned);
                                }
+                               if($fields_ret['address']) {
+                                       $entry['address'] = array();
+
+                                       // Deactivated. It just reveals too much data. (Although its from the default profile)
+                                       //if (isset($rr['paddress']))
+                                       //       $entry['address']['streetAddress'] = $rr['paddress'];
+
+                                       if (isset($rr['plocation']))
+                                                $entry['address']['locality'] = $rr['plocation'];
+
+                                       if (isset($rr['pregion']))
+                                                $entry['address']['region'] = $rr['pregion'];
+
+                                       // See above
+                                       //if (isset($rr['ppostalcode']))
+                                       //       $entry['address']['postalCode'] = $rr['ppostalcode'];
+
+                                       if (isset($rr['pcountry']))
+                                                $entry['address']['country'] = $rr['pcountry'];
+                               }
 
                                $ret['entry'][] = $entry;
                        }
index f442c73f5a6acace0d789d2f51563c60e315d2f8..bb45d1fec8591a0ab46bfc097e443a4a5354e384 100644 (file)
@@ -246,7 +246,7 @@ function profile_content(&$a, $update = 0) {
                        $sql_extra2 .= protect_sprintf(sprintf(" AND `thread`.`created` >= '%s' ", dbesc(datetime_convert(date_default_timezone_get(),'',$datequery2))));
                }
 
-               if( (! get_config('alt_pager', 'global')) && (! get_pconfig($a->profile['profile_uid'],'system','alt_pager')) ) {
+               if(get_config('system', 'old_pager')) {
                    $r = q("SELECT COUNT(*) AS `total`
                            FROM `thread` INNER JOIN `item` ON `item`.`id` = `thread`.`iid`
                            $sql_post_table INNER JOIN `contact` ON `contact`.`id` = `thread`.`contact-id`
@@ -331,7 +331,7 @@ function profile_content(&$a, $update = 0) {
 
 
        if($is_owner) {
-               $r = q("UPDATE `item` SET `unseen` = 0 
+               $r = q("UPDATE `item` SET `unseen` = 0
                        WHERE `wall` = 1 AND `unseen` = 1 AND `uid` = %d",
                        intval(local_user())
                );
@@ -340,10 +340,9 @@ function profile_content(&$a, $update = 0) {
        $o .= conversation($a,$items,'profile',$update);
 
        if(! $update) {
-               if( get_config('alt_pager', 'global') || get_pconfig($a->profile['profile_uid'],'system','alt_pager') ) {
+               if(!get_config('system', 'old_pager')) {
                        $o .= alt_pager($a,count($items));
-               }
-               else {
+               } else {
                        $o .= paginate($a);
                }
        }
index befeedb2efac11dceff01e7b0996b507def97bb5..2b4952c3b67af71b62fab941445203c5899fdee6 100644 (file)
@@ -485,10 +485,25 @@ function profiles_post(&$a) {
                }
 
                if($is_default) {
+                       $location = $locality;
+
+                       if ($region != "") {
+                               if ($location != "")
+                                       $location .= ", ";
+
+                               $location .= $region;
+                       }
+
+                       if ($country_name != "") {
+                               if ($location != "")
+                                       $location .= ", ";
+
+                               $location .= $country_name;
+                       }
 
                        $r = q("UPDATE `contact` SET `about` = '%s', `location` = '%s', `keywords` = '%s', `gender` = '%s' WHERE `self` = 1 AND `uid` = %d",
                                dbesc($about),
-                               dbesc($locality),
+                               dbesc($location),
                                dbesc($pub_keywords),
                                dbesc($gender),
                                intval(local_user())
index 00f379a75c19ac6aa995cf9d66090c8d640e4679..b9bad6405928097c2ce328ea693f08a0cd025826 100644 (file)
@@ -127,71 +127,49 @@ function search_content(&$a) {
        if (get_config('system','only_tag_search'))
                $tag = true;
 
-       if($tag) {
-               $sql_extra = "";
-
-               $sql_table = sprintf("`item` INNER JOIN (SELECT `oid` FROM `term` WHERE `term` = '%s' AND `otype` = %d AND `type` = %d) AS `term` ON `item`.`id` = `term`.`oid` ",
-                                       dbesc(protect_sprintf($search)), intval(TERM_OBJ_POST), intval(TERM_HASHTAG));
+       // Here is the way permissions work in the search module...
+       // Only public posts can be shown
+       // OR your own posts if you are a logged in member
+       // No items will be shown if the member has a blocked profile wall.
 
-               $sql_order = "`item`.`id`";
+       if($tag) {
+               logger("Start tag search for '".$search."'", LOGGER_DEBUG);
+
+               $r = q("SELECT `item`.`uri`, `item`.*, `item`.`id` AS `item_id`,
+                               `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`alias`, `contact`.`rel`,
+                               `contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`,
+                               `contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid`
+                       FROM `term`
+                               INNER JOIN `item` ON `item`.`id`=`term`.`oid`
+                               INNER JOIN `contact` ON `contact`.`id` = `item`.`contact-id` AND NOT `contact`.`blocked` AND NOT `contact`.`pending`
+                       WHERE `item`.`visible` AND NOT `item`.`deleted` AND NOT `item`.`moderated`
+                               AND (`term`.`uid` = 0 OR (`term`.`uid` = %d AND NOT `term`.`global`)) AND `term`.`otype` = %d AND `term`.`type` = %d AND `term`.`term` = '%s'
+                       ORDER BY term.created DESC LIMIT %d , %d ",
+                               intval(local_user()), intval(TERM_OBJ_POST), intval(TERM_HASHTAG), dbesc(protect_sprintf($search)),
+                               intval($a->pager['start']), intval($a->pager['itemspage']));
        } else {
+               logger("Start fulltext search for '".$search."'", LOGGER_DEBUG);
+
                if (get_config('system','use_fulltext_engine')) {
                        $sql_extra = sprintf(" AND MATCH (`item`.`body`, `item`.`title`) AGAINST ('%s' in boolean mode) ", dbesc(protect_sprintf($search)));
                } else {
                        $sql_extra = sprintf(" AND `item`.`body` REGEXP '%s' ", dbesc(protect_sprintf(preg_quote($search))));
                }
-               $sql_table = "`item`";
-               $sql_order = "`item`.`id`";
-               //$sql_order = "`item`.`received`";
-       }
 
-       // Here is the way permissions work in the search module...
-       // Only public posts can be shown
-       // OR your own posts if you are a logged in member
-       // No items will be shown if the member has a blocked profile wall.
-
-       if( (! get_config('alt_pager', 'global')) && (! get_pconfig(local_user(),'system','alt_pager')) ) {
-               $r = q("SELECT distinct(`item`.`uri`) as `total`
-                       FROM $sql_table INNER JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
-                       AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
-                       INNER JOIN `user` ON `user`.`uid` = `item`.`uid`
-                       WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 and `item`.`moderated` = 0
-                       AND (( `item`.`allow_cid` = ''  AND `item`.`allow_gid` = '' AND `item`.`deny_cid`  = '' AND `item`.`deny_gid`  = '' AND `item`.`private` = 0 AND `user`.`hidewall` = 0)
-                               OR ( `item`.`uid` = %d ))
-                       $sql_extra ",
-                       intval(local_user())
-               );
-//                     $sql_extra group by `item`.`uri` ",
-
-               if(count($r))
-                       $a->set_pager_total(count($r));
-
-               if(! count($r)) {
-                       info( t('No results.') . EOL);
-                       return $o;
-               }
+               $r = q("SELECT `item`.`uri`, `item`.*, `item`.`id` AS `item_id`,
+                               `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`alias`, `contact`.`rel`,
+                               `contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`,
+                               `contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid`
+                       FROM `item`
+                               INNER JOIN `contact` ON `contact`.`id` = `item`.`contact-id` AND NOT `contact`.`blocked` AND NOT `contact`.`pending`
+                       WHERE `item`.`visible` AND NOT `item`.`deleted` AND NOT `item`.`moderated`
+                               AND (`item`.`uid` = 0 OR (`item`.`uid` = %s AND (`item`.`private` OR NOT `item`.`network` IN ('%s', '%s', '%s'))))
+                               $sql_extra
+                       GROUP BY `item`.`uri` ORDER BY `item`.`id` DESC LIMIT %d , %d ",
+                               intval(local_user()), dbesc(NETWORK_DFRN), dbesc(NETWORK_OSTATUS), dbesc(NETWORK_DIASPORA),
+                               intval($a->pager['start']), intval($a->pager['itemspage']));
        }
 
-       $r = q("SELECT `item`.`uri`, `item`.*, `item`.`id` AS `item_id`,
-               `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`alias`, `contact`.`rel`,
-               `contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`, 
-               `contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid`,
-               `user`.`nickname`, `user`.`uid`, `user`.`hidewall`
-               FROM $sql_table INNER JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
-               AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
-               INNER JOIN `user` ON `user`.`uid` = `item`.`uid`
-               WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 and `item`.`moderated` = 0
-               AND (( `item`.`allow_cid` = ''  AND `item`.`allow_gid` = '' AND `item`.`deny_cid`  = '' AND `item`.`deny_gid`  = '' AND `item`.`private` = 0 AND `user`.`hidewall` = 0 ) 
-                       OR ( `item`.`uid` = %d ))
-               $sql_extra GROUP BY `item`.`uri`
-               ORDER BY $sql_order DESC LIMIT %d , %d ",
-               intval(local_user()),
-               intval($a->pager['start']),
-               intval($a->pager['itemspage'])
-
-       );
-//             group by `item`.`uri`
-
        if(! count($r)) {
                info( t('No results.') . EOL);
                return $o;
@@ -203,14 +181,12 @@ function search_content(&$a) {
        else
                $o .= '<h2>Search results for: ' . $search . '</h2>';
 
+       logger("Start Conversation for '".$search."'", LOGGER_DEBUG);
        $o .= conversation($a,$r,'search',false);
 
-       if( get_config('alt_pager', 'global') || get_pconfig(local_user(),'system','alt_pager') ) {
-               $o .= alt_pager($a,count($r));
-       }
-       else {
-               $o .= paginate($a);
-       }
+       $o .= alt_pager($a,count($r));
+
+       logger("Done '".$search."'", LOGGER_DEBUG);
 
        return $o;
 }
index e80de3526a4b091917a839f39733b221e6556d22..5b0b4cd25117de503a10529e88c9a0714deaa460 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1178 );
+define( 'UPDATE_VERSION' , 1182 );
 
 /**
  *
@@ -1630,3 +1630,21 @@ function update_1177() {
                        );
        }
 }
+
+function update_1178() {
+       if (get_config('system','no_community_page'))
+               set_config('system','community_page_style', CP_NO_COMMUNITY_PAGE);
+
+       // Update the central item storage with uid=0
+       proc_run('php',"include/threadupdate.php");
+
+       return UPDATE_SUCCESS;
+}
+
+function update_1180() {
+
+       // Fill the new fields in the term table.
+       proc_run('php',"include/tagupdate.php");
+
+       return UPDATE_SUCCESS;
+}
index 8870aa2720b36e87dfb0c8ea35f20a23cd8a3a52..8da90654a1fd6d2b1fc4b07e8c237853f41c7042 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: 3.3.2\n"
+"Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-01-22 17:30+0100\n"
+"POT-Creation-Date: 2015-02-09 08:57+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,36 +18,36 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 
-#: ../../mod/contacts.php:107
+#: ../../mod/contacts.php:108
 #, php-format
 msgid "%d contact edited."
 msgid_plural "%d contacts edited"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:271
+#: ../../mod/contacts.php:139 ../../mod/contacts.php:272
 msgid "Could not access contact record."
 msgstr ""
 
-#: ../../mod/contacts.php:152
+#: ../../mod/contacts.php:153
 msgid "Could not locate selected profile."
 msgstr ""
 
-#: ../../mod/contacts.php:185
+#: ../../mod/contacts.php:186
 msgid "Contact updated."
 msgstr ""
 
-#: ../../mod/contacts.php:187 ../../mod/dfrn_request.php:576
+#: ../../mod/contacts.php:188 ../../mod/dfrn_request.php:576
 msgid "Failed to update contact record."
 msgstr ""
 
-#: ../../mod/contacts.php:253 ../../mod/manage.php:96
-#: ../../mod/display.php:475 ../../mod/profile_photo.php:19
+#: ../../mod/contacts.php:254 ../../mod/manage.php:96
+#: ../../mod/display.php:499 ../../mod/profile_photo.php:19
 #: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
 #: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
 #: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
 #: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
-#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:22
+#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:24
 #: ../../mod/notifications.php:66 ../../mod/message.php:38
 #: ../../mod/message.php:174 ../../mod/crepair.php:119
 #: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
@@ -57,44 +57,44 @@ msgstr ""
 #: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
 #: ../../mod/settings.php:596 ../../mod/settings.php:601
 #: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
-#: ../../mod/suggest.php:58 ../../mod/profiles.php:148
-#: ../../mod/profiles.php:584 ../../mod/editpost.php:10 ../../mod/api.php:26
+#: ../../mod/suggest.php:58 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:618 ../../mod/editpost.php:10 ../../mod/api.php:26
 #: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
 #: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
 #: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
-#: ../../mod/attach.php:33 ../../include/items.php:4683 ../../index.php:369
+#: ../../mod/attach.php:33 ../../include/items.php:4712 ../../index.php:369
 msgid "Permission denied."
 msgstr ""
 
-#: ../../mod/contacts.php:286
+#: ../../mod/contacts.php:287
 msgid "Contact has been blocked"
 msgstr ""
 
-#: ../../mod/contacts.php:286
+#: ../../mod/contacts.php:287
 msgid "Contact has been unblocked"
 msgstr ""
 
-#: ../../mod/contacts.php:297
+#: ../../mod/contacts.php:298
 msgid "Contact has been ignored"
 msgstr ""
 
-#: ../../mod/contacts.php:297
+#: ../../mod/contacts.php:298
 msgid "Contact has been unignored"
 msgstr ""
 
-#: ../../mod/contacts.php:309
+#: ../../mod/contacts.php:310
 msgid "Contact has been archived"
 msgstr ""
 
-#: ../../mod/contacts.php:309
+#: ../../mod/contacts.php:310
 msgid "Contact has been unarchived"
 msgstr ""
 
-#: ../../mod/contacts.php:334 ../../mod/contacts.php:710
+#: ../../mod/contacts.php:335 ../../mod/contacts.php:711
 msgid "Do you really want to delete this contact?"
 msgstr ""
 
-#: ../../mod/contacts.php:336 ../../mod/message.php:209
+#: ../../mod/contacts.php:337 ../../mod/message.php:209
 #: ../../mod/settings.php:1010 ../../mod/settings.php:1016
 #: ../../mod/settings.php:1024 ../../mod/settings.php:1028
 #: ../../mod/settings.php:1033 ../../mod/settings.php:1039
@@ -103,139 +103,139 @@ msgstr ""
 #: ../../mod/settings.php:1083 ../../mod/settings.php:1084
 #: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
 #: ../../mod/register.php:233 ../../mod/suggest.php:29
-#: ../../mod/profiles.php:627 ../../mod/profiles.php:630 ../../mod/api.php:105
-#: ../../include/items.php:4528
+#: ../../mod/profiles.php:661 ../../mod/profiles.php:664 ../../mod/api.php:105
+#: ../../include/items.php:4557
 msgid "Yes"
 msgstr ""
 
-#: ../../mod/contacts.php:339 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/contacts.php:340 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
 #: ../../mod/message.php:212 ../../mod/fbrowser.php:81
 #: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
 #: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
 #: ../../mod/suggest.php:32 ../../mod/editpost.php:148
 #: ../../mod/photos.php:203 ../../mod/photos.php:292
-#: ../../include/conversation.php:1129 ../../include/items.php:4531
+#: ../../include/conversation.php:1129 ../../include/items.php:4560
 msgid "Cancel"
 msgstr ""
 
-#: ../../mod/contacts.php:351
+#: ../../mod/contacts.php:352
 msgid "Contact has been removed."
 msgstr ""
 
-#: ../../mod/contacts.php:389
+#: ../../mod/contacts.php:390
 #, php-format
 msgid "You are mutual friends with %s"
 msgstr ""
 
-#: ../../mod/contacts.php:393
+#: ../../mod/contacts.php:394
 #, php-format
 msgid "You are sharing with %s"
 msgstr ""
 
-#: ../../mod/contacts.php:398
+#: ../../mod/contacts.php:399
 #, php-format
 msgid "%s is sharing with you"
 msgstr ""
 
-#: ../../mod/contacts.php:415
+#: ../../mod/contacts.php:416
 msgid "Private communications are not available for this contact."
 msgstr ""
 
-#: ../../mod/contacts.php:418 ../../mod/admin.php:546
+#: ../../mod/contacts.php:419 ../../mod/admin.php:569
 msgid "Never"
 msgstr ""
 
-#: ../../mod/contacts.php:422
+#: ../../mod/contacts.php:423
 msgid "(Update was successful)"
 msgstr ""
 
-#: ../../mod/contacts.php:422
+#: ../../mod/contacts.php:423
 msgid "(Update was not successful)"
 msgstr ""
 
-#: ../../mod/contacts.php:424
+#: ../../mod/contacts.php:425
 msgid "Suggest friends"
 msgstr ""
 
-#: ../../mod/contacts.php:428
+#: ../../mod/contacts.php:429
 #, php-format
 msgid "Network type: %s"
 msgstr ""
 
-#: ../../mod/contacts.php:431 ../../include/contact_widgets.php:200
+#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200
 #, php-format
 msgid "%d contact in common"
 msgid_plural "%d contacts in common"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../../mod/contacts.php:436
+#: ../../mod/contacts.php:437
 msgid "View all contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:981
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1009
 msgid "Unblock"
 msgstr ""
 
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:980
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1008
 msgid "Block"
 msgstr ""
 
-#: ../../mod/contacts.php:444
+#: ../../mod/contacts.php:445
 msgid "Toggle Blocked status"
 msgstr ""
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715
 msgid "Unignore"
 msgstr ""
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714 ../../mod/notifications.php:51
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715 ../../mod/notifications.php:51
 #: ../../mod/notifications.php:164 ../../mod/notifications.php:210
 msgid "Ignore"
 msgstr ""
 
-#: ../../mod/contacts.php:450
+#: ../../mod/contacts.php:451
 msgid "Toggle Ignored status"
 msgstr ""
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
 msgid "Unarchive"
 msgstr ""
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
 msgid "Archive"
 msgstr ""
 
-#: ../../mod/contacts.php:457
+#: ../../mod/contacts.php:458
 msgid "Toggle Archive status"
 msgstr ""
 
-#: ../../mod/contacts.php:460
+#: ../../mod/contacts.php:461
 msgid "Repair"
 msgstr ""
 
-#: ../../mod/contacts.php:463
+#: ../../mod/contacts.php:464
 msgid "Advanced Contact Settings"
 msgstr ""
 
-#: ../../mod/contacts.php:469
+#: ../../mod/contacts.php:470
 msgid "Communications lost with this contact!"
 msgstr ""
 
-#: ../../mod/contacts.php:472
+#: ../../mod/contacts.php:473
 msgid "Contact Editor"
 msgstr ""
 
-#: ../../mod/contacts.php:474 ../../mod/manage.php:110
+#: ../../mod/contacts.php:475 ../../mod/manage.php:110
 #: ../../mod/fsuggest.php:107 ../../mod/message.php:335
 #: ../../mod/message.php:564 ../../mod/crepair.php:186
 #: ../../mod/events.php:478 ../../mod/content.php:710
 #: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
-#: ../../mod/profiles.php:652 ../../mod/localtime.php:45
+#: ../../mod/profiles.php:686 ../../mod/localtime.php:45
 #: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
 #: ../../mod/photos.php:1203 ../../mod/photos.php:1514
 #: ../../mod/photos.php:1565 ../../mod/photos.php:1609
@@ -248,215 +248,215 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: ../../mod/contacts.php:475
+#: ../../mod/contacts.php:476
 msgid "Profile Visibility"
 msgstr ""
 
-#: ../../mod/contacts.php:476
+#: ../../mod/contacts.php:477
 #, php-format
 msgid ""
 "Please choose the profile you would like to display to %s when viewing your "
 "profile securely."
 msgstr ""
 
-#: ../../mod/contacts.php:477
+#: ../../mod/contacts.php:478
 msgid "Contact Information / Notes"
 msgstr ""
 
-#: ../../mod/contacts.php:478
+#: ../../mod/contacts.php:479
 msgid "Edit contact notes"
 msgstr ""
 
-#: ../../mod/contacts.php:483 ../../mod/contacts.php:678
-#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:679
+#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40
 #, php-format
 msgid "Visit %s's profile [%s]"
 msgstr ""
 
-#: ../../mod/contacts.php:484
+#: ../../mod/contacts.php:485
 msgid "Block/Unblock contact"
 msgstr ""
 
-#: ../../mod/contacts.php:485
+#: ../../mod/contacts.php:486
 msgid "Ignore contact"
 msgstr ""
 
-#: ../../mod/contacts.php:486
+#: ../../mod/contacts.php:487
 msgid "Repair URL settings"
 msgstr ""
 
-#: ../../mod/contacts.php:487
+#: ../../mod/contacts.php:488
 msgid "View conversations"
 msgstr ""
 
-#: ../../mod/contacts.php:489
+#: ../../mod/contacts.php:490
 msgid "Delete contact"
 msgstr ""
 
-#: ../../mod/contacts.php:493
+#: ../../mod/contacts.php:494
 msgid "Last update:"
 msgstr ""
 
-#: ../../mod/contacts.php:495
+#: ../../mod/contacts.php:496
 msgid "Update public posts"
 msgstr ""
 
-#: ../../mod/contacts.php:497 ../../mod/admin.php:1475
+#: ../../mod/contacts.php:498 ../../mod/admin.php:1503
 msgid "Update now"
 msgstr ""
 
-#: ../../mod/contacts.php:504
+#: ../../mod/contacts.php:505
 msgid "Currently blocked"
 msgstr ""
 
-#: ../../mod/contacts.php:505
+#: ../../mod/contacts.php:506
 msgid "Currently ignored"
 msgstr ""
 
-#: ../../mod/contacts.php:506
+#: ../../mod/contacts.php:507
 msgid "Currently archived"
 msgstr ""
 
-#: ../../mod/contacts.php:507 ../../mod/notifications.php:157
+#: ../../mod/contacts.php:508 ../../mod/notifications.php:157
 #: ../../mod/notifications.php:204
 msgid "Hide this contact from others"
 msgstr ""
 
-#: ../../mod/contacts.php:507
+#: ../../mod/contacts.php:508
 msgid ""
 "Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr ""
 
-#: ../../mod/contacts.php:508
+#: ../../mod/contacts.php:509
 msgid "Notification for new posts"
 msgstr ""
 
-#: ../../mod/contacts.php:508
+#: ../../mod/contacts.php:509
 msgid "Send a notification of every new post of this contact"
 msgstr ""
 
-#: ../../mod/contacts.php:509
+#: ../../mod/contacts.php:510
 msgid "Fetch further information for feeds"
 msgstr ""
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Disabled"
 msgstr ""
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Fetch information"
 msgstr ""
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Fetch information and keywords"
 msgstr ""
 
-#: ../../mod/contacts.php:512
+#: ../../mod/contacts.php:513
 msgid "Blacklisted keywords"
 msgstr ""
 
-#: ../../mod/contacts.php:512
+#: ../../mod/contacts.php:513
 msgid ""
 "Comma separated list of keywords that should not be converted to hashtags, "
 "when \"Fetch information and keywords\" is selected"
 msgstr ""
 
-#: ../../mod/contacts.php:563
+#: ../../mod/contacts.php:564
 msgid "Suggestions"
 msgstr ""
 
-#: ../../mod/contacts.php:566
+#: ../../mod/contacts.php:567
 msgid "Suggest potential friends"
 msgstr ""
 
-#: ../../mod/contacts.php:569 ../../mod/group.php:194
+#: ../../mod/contacts.php:570 ../../mod/group.php:194
 msgid "All Contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:572
+#: ../../mod/contacts.php:573
 msgid "Show all contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:575
+#: ../../mod/contacts.php:576
 msgid "Unblocked"
 msgstr ""
 
-#: ../../mod/contacts.php:578
+#: ../../mod/contacts.php:579
 msgid "Only show unblocked contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:582
+#: ../../mod/contacts.php:583
 msgid "Blocked"
 msgstr ""
 
-#: ../../mod/contacts.php:585
+#: ../../mod/contacts.php:586
 msgid "Only show blocked contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:589
+#: ../../mod/contacts.php:590
 msgid "Ignored"
 msgstr ""
 
-#: ../../mod/contacts.php:592
+#: ../../mod/contacts.php:593
 msgid "Only show ignored contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:596
+#: ../../mod/contacts.php:597
 msgid "Archived"
 msgstr ""
 
-#: ../../mod/contacts.php:599
+#: ../../mod/contacts.php:600
 msgid "Only show archived contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:603
+#: ../../mod/contacts.php:604
 msgid "Hidden"
 msgstr ""
 
-#: ../../mod/contacts.php:606
+#: ../../mod/contacts.php:607
 msgid "Only show hidden contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:654
+#: ../../mod/contacts.php:655
 msgid "Mutual Friendship"
 msgstr ""
 
-#: ../../mod/contacts.php:658
+#: ../../mod/contacts.php:659
 msgid "is a fan of yours"
 msgstr ""
 
-#: ../../mod/contacts.php:662
+#: ../../mod/contacts.php:663
 msgid "you are a fan of"
 msgstr ""
 
-#: ../../mod/contacts.php:679 ../../mod/nogroup.php:41
+#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41
 msgid "Edit contact"
 msgstr ""
 
-#: ../../mod/contacts.php:701 ../../include/nav.php:175
+#: ../../mod/contacts.php:702 ../../include/nav.php:177
 #: ../../view/theme/diabook/theme.php:125
 msgid "Contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:705
+#: ../../mod/contacts.php:706
 msgid "Search your contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:706 ../../mod/directory.php:61
+#: ../../mod/contacts.php:707 ../../mod/directory.php:61
 msgid "Finding: "
 msgstr ""
 
-#: ../../mod/contacts.php:707 ../../mod/directory.php:63
+#: ../../mod/contacts.php:708 ../../mod/directory.php:63
 #: ../../include/contact_widgets.php:34
 msgid "Find"
 msgstr ""
 
-#: ../../mod/contacts.php:712 ../../mod/settings.php:132
+#: ../../mod/contacts.php:713 ../../mod/settings.php:132
 #: ../../mod/settings.php:640
 msgid "Update"
 msgstr ""
 
-#: ../../mod/contacts.php:716 ../../mod/group.php:171 ../../mod/admin.php:979
+#: ../../mod/contacts.php:717 ../../mod/group.php:171 ../../mod/admin.php:1007
 #: ../../mod/content.php:438 ../../mod/content.php:741
 #: ../../mod/settings.php:677 ../../mod/photos.php:1654
 #: ../../object/Item.php:130 ../../include/conversation.php:614
@@ -497,7 +497,7 @@ msgstr ""
 msgid "Profile Visibility Editor"
 msgstr ""
 
-#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2114
+#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2119
 #: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
 #: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
 msgid "Profile"
@@ -515,25 +515,25 @@ msgstr ""
 msgid "All Contacts (with secure profile access)"
 msgstr ""
 
-#: ../../mod/display.php:70 ../../mod/display.php:260
-#: ../../mod/display.php:479 ../../mod/viewsrc.php:15 ../../mod/admin.php:166
-#: ../../mod/admin.php:1024 ../../mod/admin.php:1237 ../../mod/notice.php:15
-#: ../../include/items.php:4487
+#: ../../mod/display.php:82 ../../mod/display.php:284
+#: ../../mod/display.php:503 ../../mod/viewsrc.php:15 ../../mod/admin.php:169
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1265 ../../mod/notice.php:15
+#: ../../include/items.php:4516
 msgid "Item not found."
 msgstr ""
 
-#: ../../mod/display.php:200 ../../mod/videos.php:115
-#: ../../mod/viewcontacts.php:17 ../../mod/community.php:18
+#: ../../mod/display.php:212 ../../mod/videos.php:115
+#: ../../mod/viewcontacts.php:19 ../../mod/community.php:18
 #: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
 #: ../../mod/directory.php:33 ../../mod/photos.php:920
 msgid "Public access denied."
 msgstr ""
 
-#: ../../mod/display.php:308 ../../mod/profile.php:155
+#: ../../mod/display.php:332 ../../mod/profile.php:155
 msgid "Access to this profile has been restricted."
 msgstr ""
 
-#: ../../mod/display.php:472
+#: ../../mod/display.php:496
 msgid "Item has been removed."
 msgstr ""
 
@@ -568,9 +568,9 @@ msgid ""
 "join."
 msgstr ""
 
-#: ../../mod/newmember.php:22 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1297 ../../mod/settings.php:85
-#: ../../include/nav.php:170 ../../view/theme/diabook/theme.php:544
+#: ../../mod/newmember.php:22 ../../mod/admin.php:1104
+#: ../../mod/admin.php:1325 ../../mod/settings.php:85
+#: ../../include/nav.php:172 ../../view/theme/diabook/theme.php:544
 #: ../../view/theme/diabook/theme.php:648
 msgid "Settings"
 msgstr ""
@@ -595,7 +595,7 @@ msgid ""
 msgstr ""
 
 #: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-#: ../../mod/profiles.php:665
+#: ../../mod/profiles.php:699
 msgid "Upload Profile Photo"
 msgstr ""
 
@@ -836,7 +836,7 @@ msgstr ""
 
 #: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
 #: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../include/text.php:1965 ../../include/diaspora.php:1919
+#: ../../include/text.php:1968 ../../include/diaspora.php:2087
 #: ../../view/theme/diabook/theme.php:471
 msgid "photo"
 msgstr ""
@@ -844,7 +844,7 @@ msgstr ""
 #: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
 #: ../../mod/like.php:319 ../../include/conversation.php:121
 #: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../include/diaspora.php:1919
+#: ../../include/conversation.php:258 ../../include/diaspora.php:2087
 #: ../../view/theme/diabook/theme.php:466
 #: ../../view/theme/diabook/theme.php:475
 msgid "status"
@@ -881,7 +881,7 @@ msgid "- select -"
 msgstr ""
 
 #: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
-#: ../../include/text.php:955
+#: ../../include/text.php:956
 msgid "Save"
 msgstr ""
 
@@ -988,8 +988,8 @@ msgid "No installed applications."
 msgstr ""
 
 #: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
-#: ../../mod/profiles.php:133 ../../mod/profiles.php:162
-#: ../../mod/profiles.php:596
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:630
 msgid "Profile not found."
 msgstr ""
 
@@ -1076,7 +1076,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
 #: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
-#: ../../include/items.php:3979
+#: ../../include/items.php:4008
 msgid "[Name Withheld]"
 msgstr ""
 
@@ -1085,7 +1085,7 @@ msgstr ""
 msgid "%1$s has joined %2$s"
 msgstr ""
 
-#: ../../mod/profile.php:21 ../../boot.php:1453
+#: ../../mod/profile.php:21 ../../boot.php:1458
 msgid "Requested profile is not available."
 msgstr ""
 
@@ -1101,7 +1101,7 @@ msgstr ""
 msgid "Access to this item is restricted."
 msgstr ""
 
-#: ../../mod/videos.php:301 ../../include/text.php:1402
+#: ../../mod/videos.php:301 ../../include/text.php:1405
 msgid "View Video"
 msgstr ""
 
@@ -1189,7 +1189,7 @@ msgid ""
 "Password reset failed."
 msgstr ""
 
-#: ../../mod/lostpass.php:109 ../../boot.php:1275
+#: ../../mod/lostpass.php:109 ../../boot.php:1280
 msgid "Password Reset"
 msgstr ""
 
@@ -1266,7 +1266,7 @@ msgid "Reset"
 msgstr ""
 
 #: ../../mod/like.php:166 ../../include/conversation.php:137
-#: ../../include/diaspora.php:1935 ../../view/theme/diabook/theme.php:480
+#: ../../include/diaspora.php:2103 ../../view/theme/diabook/theme.php:480
 #, php-format
 msgid "%1$s likes %2$s's %3$s"
 msgstr ""
@@ -1321,11 +1321,11 @@ msgstr ""
 msgid "{0} mentioned you in a post"
 msgstr ""
 
-#: ../../mod/viewcontacts.php:39
+#: ../../mod/viewcontacts.php:41
 msgid "No contacts."
 msgstr ""
 
-#: ../../mod/viewcontacts.php:76 ../../include/text.php:875
+#: ../../mod/viewcontacts.php:78 ../../include/text.php:876
 msgid "View Contacts"
 msgstr ""
 
@@ -1342,7 +1342,7 @@ msgstr ""
 msgid "System"
 msgstr ""
 
-#: ../../mod/notifications.php:83 ../../include/nav.php:143
+#: ../../mod/notifications.php:83 ../../include/nav.php:145
 msgid "Network"
 msgstr ""
 
@@ -1351,11 +1351,11 @@ msgid "Personal"
 msgstr ""
 
 #: ../../mod/notifications.php:93 ../../include/nav.php:105
-#: ../../include/nav.php:146 ../../view/theme/diabook/theme.php:123
+#: ../../include/nav.php:148 ../../view/theme/diabook/theme.php:123
 msgid "Home"
 msgstr ""
 
-#: ../../mod/notifications.php:98 ../../include/nav.php:152
+#: ../../mod/notifications.php:98 ../../include/nav.php:154
 msgid "Introductions"
 msgstr ""
 
@@ -1389,7 +1389,7 @@ msgid "if applicable"
 msgstr ""
 
 #: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:977
+#: ../../mod/admin.php:1005
 msgid "Approve"
 msgstr ""
 
@@ -1433,7 +1433,7 @@ msgstr ""
 msgid "No introductions."
 msgstr ""
 
-#: ../../mod/notifications.php:220 ../../include/nav.php:153
+#: ../../mod/notifications.php:220 ../../include/nav.php:155
 msgid "Notifications"
 msgstr ""
 
@@ -1554,7 +1554,7 @@ msgstr ""
 msgid "Clear notifications"
 msgstr ""
 
-#: ../../mod/message.php:9 ../../include/nav.php:162
+#: ../../mod/message.php:9 ../../include/nav.php:164
 msgid "New Message"
 msgstr ""
 
@@ -1578,7 +1578,7 @@ msgstr ""
 msgid "Message sent."
 msgstr ""
 
-#: ../../mod/message.php:182 ../../include/nav.php:159
+#: ../../mod/message.php:182 ../../include/nav.php:161
 msgid "Messages"
 msgstr ""
 
@@ -1738,9 +1738,9 @@ msgstr ""
 msgid "Mirror as my own posting"
 msgstr ""
 
-#: ../../mod/crepair.php:165 ../../mod/admin.php:975 ../../mod/admin.php:987
-#: ../../mod/admin.php:988 ../../mod/admin.php:1001 ../../mod/settings.php:616
-#: ../../mod/settings.php:642
+#: ../../mod/crepair.php:165 ../../mod/admin.php:1003 ../../mod/admin.php:1015
+#: ../../mod/admin.php:1016 ../../mod/admin.php:1029
+#: ../../mod/settings.php:616 ../../mod/settings.php:642
 msgid "Name"
 msgstr ""
 
@@ -1790,6 +1790,14 @@ msgid ""
 "entries from this contact."
 msgstr ""
 
+#: ../../mod/bookmarklet.php:12 ../../boot.php:1266 ../../include/nav.php:92
+msgid "Login"
+msgstr ""
+
+#: ../../mod/bookmarklet.php:41
+msgid "The post was created"
+msgstr ""
+
 #: ../../mod/viewsrc.php:7
 msgid "Access denied."
 msgstr ""
@@ -1802,7 +1810,7 @@ msgstr ""
 msgid "No matches"
 msgstr ""
 
-#: ../../mod/fbrowser.php:25 ../../boot.php:2121 ../../include/nav.php:78
+#: ../../mod/fbrowser.php:25 ../../boot.php:2126 ../../include/nav.php:78
 #: ../../view/theme/diabook/theme.php:126
 msgid "Photos"
 msgstr ""
@@ -1819,20 +1827,20 @@ msgstr ""
 msgid "Theme settings updated."
 msgstr ""
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:596
+#: ../../mod/admin.php:104 ../../mod/admin.php:619
 msgid "Site"
 msgstr ""
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:970 ../../mod/admin.php:985
+#: ../../mod/admin.php:105 ../../mod/admin.php:998 ../../mod/admin.php:1013
 msgid "Users"
 msgstr ""
 
-#: ../../mod/admin.php:106 ../../mod/admin.php:1074 ../../mod/admin.php:1127
+#: ../../mod/admin.php:106 ../../mod/admin.php:1102 ../../mod/admin.php:1155
 #: ../../mod/settings.php:57
 msgid "Plugins"
 msgstr ""
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1295 ../../mod/admin.php:1329
+#: ../../mod/admin.php:107 ../../mod/admin.php:1323 ../../mod/admin.php:1357
 msgid "Themes"
 msgstr ""
 
@@ -1840,705 +1848,766 @@ msgstr ""
 msgid "DB updates"
 msgstr ""
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1416
+#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1444
 msgid "Logs"
 msgstr ""
 
-#: ../../mod/admin.php:128 ../../include/nav.php:182
+#: ../../mod/admin.php:124
+msgid "probe address"
+msgstr ""
+
+#: ../../mod/admin.php:125
+msgid "check webfinger"
+msgstr ""
+
+#: ../../mod/admin.php:130 ../../include/nav.php:184
 msgid "Admin"
 msgstr ""
 
-#: ../../mod/admin.php:129
+#: ../../mod/admin.php:131
 msgid "Plugin Features"
 msgstr ""
 
-#: ../../mod/admin.php:131
+#: ../../mod/admin.php:133
+msgid "diagnostics"
+msgstr ""
+
+#: ../../mod/admin.php:134
 msgid "User registrations waiting for confirmation"
 msgstr ""
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:924
+#: ../../mod/admin.php:193 ../../mod/admin.php:952
 msgid "Normal Account"
 msgstr ""
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:925
+#: ../../mod/admin.php:194 ../../mod/admin.php:953
 msgid "Soapbox Account"
 msgstr ""
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:926
+#: ../../mod/admin.php:195 ../../mod/admin.php:954
 msgid "Community/Celebrity Account"
 msgstr ""
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:927
+#: ../../mod/admin.php:196 ../../mod/admin.php:955
 msgid "Automatic Friend Account"
 msgstr ""
 
-#: ../../mod/admin.php:194
+#: ../../mod/admin.php:197
 msgid "Blog Account"
 msgstr ""
 
-#: ../../mod/admin.php:195
+#: ../../mod/admin.php:198
 msgid "Private Forum"
 msgstr ""
 
-#: ../../mod/admin.php:214
+#: ../../mod/admin.php:217
 msgid "Message queues"
 msgstr ""
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:595 ../../mod/admin.php:969
-#: ../../mod/admin.php:1073 ../../mod/admin.php:1126 ../../mod/admin.php:1294
-#: ../../mod/admin.php:1328 ../../mod/admin.php:1415
+#: ../../mod/admin.php:222 ../../mod/admin.php:618 ../../mod/admin.php:997
+#: ../../mod/admin.php:1101 ../../mod/admin.php:1154 ../../mod/admin.php:1322
+#: ../../mod/admin.php:1356 ../../mod/admin.php:1443
 msgid "Administration"
 msgstr ""
 
-#: ../../mod/admin.php:220
+#: ../../mod/admin.php:223
 msgid "Summary"
 msgstr ""
 
-#: ../../mod/admin.php:222
+#: ../../mod/admin.php:225
 msgid "Registered users"
 msgstr ""
 
-#: ../../mod/admin.php:224
+#: ../../mod/admin.php:227
 msgid "Pending registrations"
 msgstr ""
 
-#: ../../mod/admin.php:225
+#: ../../mod/admin.php:228
 msgid "Version"
 msgstr ""
 
-#: ../../mod/admin.php:229
+#: ../../mod/admin.php:232
 msgid "Active plugins"
 msgstr ""
 
-#: ../../mod/admin.php:252
+#: ../../mod/admin.php:255
 msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr ""
 
-#: ../../mod/admin.php:500
+#: ../../mod/admin.php:516
 msgid "Site settings updated."
 msgstr ""
 
-#: ../../mod/admin.php:529 ../../mod/settings.php:828
+#: ../../mod/admin.php:545 ../../mod/settings.php:828
 msgid "No special theme for mobile devices"
 msgstr ""
 
-#: ../../mod/admin.php:547
+#: ../../mod/admin.php:562
+msgid "No community page"
+msgstr ""
+
+#: ../../mod/admin.php:563
+msgid "Public postings from users of this site"
+msgstr ""
+
+#: ../../mod/admin.php:564
+msgid "Global community page"
+msgstr ""
+
+#: ../../mod/admin.php:570
 msgid "At post arrival"
 msgstr ""
 
-#: ../../mod/admin.php:548 ../../include/contact_selectors.php:56
+#: ../../mod/admin.php:571 ../../include/contact_selectors.php:56
 msgid "Frequently"
 msgstr ""
 
-#: ../../mod/admin.php:549 ../../include/contact_selectors.php:57
+#: ../../mod/admin.php:572 ../../include/contact_selectors.php:57
 msgid "Hourly"
 msgstr ""
 
-#: ../../mod/admin.php:550 ../../include/contact_selectors.php:58
+#: ../../mod/admin.php:573 ../../include/contact_selectors.php:58
 msgid "Twice daily"
 msgstr ""
 
-#: ../../mod/admin.php:551 ../../include/contact_selectors.php:59
+#: ../../mod/admin.php:574 ../../include/contact_selectors.php:59
 msgid "Daily"
 msgstr ""
 
-#: ../../mod/admin.php:556
+#: ../../mod/admin.php:579
 msgid "Multi user instance"
 msgstr ""
 
-#: ../../mod/admin.php:579
+#: ../../mod/admin.php:602
 msgid "Closed"
 msgstr ""
 
-#: ../../mod/admin.php:580
+#: ../../mod/admin.php:603
 msgid "Requires approval"
 msgstr ""
 
-#: ../../mod/admin.php:581
+#: ../../mod/admin.php:604
 msgid "Open"
 msgstr ""
 
-#: ../../mod/admin.php:585
+#: ../../mod/admin.php:608
 msgid "No SSL policy, links will track page SSL state"
 msgstr ""
 
-#: ../../mod/admin.php:586
+#: ../../mod/admin.php:609
 msgid "Force all links to use SSL"
 msgstr ""
 
-#: ../../mod/admin.php:587
+#: ../../mod/admin.php:610
 msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr ""
 
-#: ../../mod/admin.php:597 ../../mod/admin.php:1128 ../../mod/admin.php:1330
-#: ../../mod/admin.php:1417 ../../mod/settings.php:614
+#: ../../mod/admin.php:620 ../../mod/admin.php:1156 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1445 ../../mod/settings.php:614
 #: ../../mod/settings.php:724 ../../mod/settings.php:798
 #: ../../mod/settings.php:880 ../../mod/settings.php:1113
 msgid "Save Settings"
 msgstr ""
 
-#: ../../mod/admin.php:598 ../../mod/register.php:255
+#: ../../mod/admin.php:621 ../../mod/register.php:255
 msgid "Registration"
 msgstr ""
 
-#: ../../mod/admin.php:599
+#: ../../mod/admin.php:622
 msgid "File upload"
 msgstr ""
 
-#: ../../mod/admin.php:600
+#: ../../mod/admin.php:623
 msgid "Policies"
 msgstr ""
 
-#: ../../mod/admin.php:601
+#: ../../mod/admin.php:624
 msgid "Advanced"
 msgstr ""
 
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:625
 msgid "Performance"
 msgstr ""
 
-#: ../../mod/admin.php:603
+#: ../../mod/admin.php:626
 msgid ""
 "Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr ""
 
-#: ../../mod/admin.php:606
+#: ../../mod/admin.php:629
 msgid "Site name"
 msgstr ""
 
-#: ../../mod/admin.php:607
+#: ../../mod/admin.php:630
 msgid "Host name"
 msgstr ""
 
-#: ../../mod/admin.php:608
+#: ../../mod/admin.php:631
+msgid "Sender Email"
+msgstr ""
+
+#: ../../mod/admin.php:632
 msgid "Banner/Logo"
 msgstr ""
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:633
+msgid "Shortcut icon"
+msgstr ""
+
+#: ../../mod/admin.php:634
+msgid "Touch icon"
+msgstr ""
+
+#: ../../mod/admin.php:635
 msgid "Additional Info"
 msgstr ""
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:635
 msgid ""
 "For public servers: you can add additional information here that will be "
 "listed at dir.friendica.com/siteinfo."
 msgstr ""
 
-#: ../../mod/admin.php:610
+#: ../../mod/admin.php:636
 msgid "System language"
 msgstr ""
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:637
 msgid "System theme"
 msgstr ""
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:637
 msgid ""
 "Default system theme - may be over-ridden by user profiles - <a href='#' "
 "id='cnftheme'>change theme settings</a>"
 msgstr ""
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:638
 msgid "Mobile system theme"
 msgstr ""
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:638
 msgid "Theme for mobile devices"
 msgstr ""
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:639
 msgid "SSL link policy"
 msgstr ""
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:639
 msgid "Determines whether generated links should be forced to use SSL"
 msgstr ""
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:640
 msgid "Force SSL"
 msgstr ""
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:640
 msgid ""
 "Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
 "to endless loops."
 msgstr ""
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:641
 msgid "Old style 'Share'"
 msgstr ""
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:641
 msgid "Deactivates the bbcode element 'share' for repeating items."
 msgstr ""
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:642
 msgid "Hide help entry from navigation menu"
 msgstr ""
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:642
 msgid ""
 "Hides the menu entry for the Help pages from the navigation menu. You can "
 "still access it calling /help directly."
 msgstr ""
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:643
 msgid "Single user instance"
 msgstr ""
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:643
 msgid "Make this instance multi-user or single-user for the named user"
 msgstr ""
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:644
 msgid "Maximum image size"
 msgstr ""
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:644
 msgid ""
 "Maximum size in bytes of uploaded images. Default is 0, which means no "
 "limits."
 msgstr ""
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:645
 msgid "Maximum image length"
 msgstr ""
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:645
 msgid ""
 "Maximum length in pixels of the longest side of uploaded images. Default is "
 "-1, which means no limits."
 msgstr ""
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:646
 msgid "JPEG image quality"
 msgstr ""
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:646
 msgid ""
 "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
 "100, which is full quality."
 msgstr ""
 
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:648
 msgid "Register policy"
 msgstr ""
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:649
 msgid "Maximum Daily Registrations"
 msgstr ""
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:649
 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:624
+#: ../../mod/admin.php:650
 msgid "Register text"
 msgstr ""
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:650
 msgid "Will be displayed prominently on the registration page."
 msgstr ""
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:651
 msgid "Accounts abandoned after x days"
 msgstr ""
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:651
 msgid ""
 "Will not waste system resources polling external sites for abandonded "
 "accounts. Enter 0 for no time limit."
 msgstr ""
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:652
 msgid "Allowed friend domains"
 msgstr ""
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:652
 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:627
+#: ../../mod/admin.php:653
 msgid "Allowed email domains"
 msgstr ""
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:653
 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:628
+#: ../../mod/admin.php:654
 msgid "Block public"
 msgstr ""
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:654
 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:629
+#: ../../mod/admin.php:655
 msgid "Force publish"
 msgstr ""
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:655
 msgid ""
 "Check to force all profiles on this site to be listed in the site directory."
 msgstr ""
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:656
 msgid "Global directory update URL"
 msgstr ""
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:656
 msgid ""
 "URL to update the global directory. If this is not set, the global directory "
 "is completely unavailable to the application."
 msgstr ""
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:657
 msgid "Allow threaded items"
 msgstr ""
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:657
 msgid "Allow infinite level threading for items on this site."
 msgstr ""
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:658
 msgid "Private posts by default for new users"
 msgstr ""
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:658
 msgid ""
 "Set default post permissions for all new members to the default privacy "
 "group rather than public."
 msgstr ""
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:659
 msgid "Don't include post content in email notifications"
 msgstr ""
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:659
 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:634
+#: ../../mod/admin.php:660
 msgid "Disallow public access to addons listed in the apps menu."
 msgstr ""
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:660
 msgid ""
 "Checking this box will restrict addons listed in the apps menu to members "
 "only."
 msgstr ""
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:661
 msgid "Don't embed private images in posts"
 msgstr ""
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:661
 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:636
+#: ../../mod/admin.php:662
 msgid "Allow Users to set remote_self"
 msgstr ""
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:662
 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:637
+#: ../../mod/admin.php:663
 msgid "Block multiple registrations"
 msgstr ""
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:663
 msgid "Disallow users to register additional accounts for use as pages."
 msgstr ""
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:664
 msgid "OpenID support"
 msgstr ""
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:664
 msgid "OpenID support for registration and logins."
 msgstr ""
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:665
 msgid "Fullname check"
 msgstr ""
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:665
 msgid ""
 "Force users to register with a space between firstname and lastname in Full "
 "name, as an antispam measure"
 msgstr ""
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:666
 msgid "UTF-8 Regular expressions"
 msgstr ""
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:666
 msgid "Use PHP UTF8 regular expressions"
 msgstr ""
 
-#: ../../mod/admin.php:641
-msgid "Show Community Page"
+#: ../../mod/admin.php:667
+msgid "Community Page Style"
 msgstr ""
 
-#: ../../mod/admin.php:641
+#: ../../mod/admin.php:667
 msgid ""
-"Display a Community page showing all recent public postings on this site."
+"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:642
+#: ../../mod/admin.php:668
+msgid "Posts per user on community page"
+msgstr ""
+
+#: ../../mod/admin.php:668
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr ""
+
+#: ../../mod/admin.php:669
 msgid "Enable OStatus support"
 msgstr ""
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:669
 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:643
+#: ../../mod/admin.php:670
 msgid "OStatus conversation completion interval"
 msgstr ""
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:670
 msgid ""
 "How often shall the poller check for new entries in OStatus conversations? "
 "This can be a very ressource task."
 msgstr ""
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:671
 msgid "Enable Diaspora support"
 msgstr ""
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:671
 msgid "Provide built-in Diaspora network compatibility."
 msgstr ""
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:672
 msgid "Only allow Friendica contacts"
 msgstr ""
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:672
 msgid ""
 "All contacts must use Friendica protocols. All other built-in communication "
 "protocols disabled."
 msgstr ""
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:673
 msgid "Verify SSL"
 msgstr ""
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:673
 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:647
+#: ../../mod/admin.php:674
 msgid "Proxy user"
 msgstr ""
 
-#: ../../mod/admin.php:648
+#: ../../mod/admin.php:675
 msgid "Proxy URL"
 msgstr ""
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:676
 msgid "Network timeout"
 msgstr ""
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:676
 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr ""
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:677
 msgid "Delivery interval"
 msgstr ""
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:677
 msgid ""
 "Delay background delivery processes by this many seconds to reduce system "
 "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
 "for large dedicated servers."
 msgstr ""
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:678
 msgid "Poll interval"
 msgstr ""
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:678
 msgid ""
 "Delay background polling processes by this many seconds to reduce system "
 "load. If 0, use delivery interval."
 msgstr ""
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:679
 msgid "Maximum Load Average"
 msgstr ""
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:679
 msgid ""
 "Maximum system load before delivery and poll processes are deferred - "
 "default 50."
 msgstr ""
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:681
 msgid "Use MySQL full text engine"
 msgstr ""
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:681
 msgid ""
 "Activates the full text engine. Speeds up search - but can only search for "
 "four and more characters."
 msgstr ""
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:682
 msgid "Suppress Language"
 msgstr ""
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:682
 msgid "Suppress language information in meta information about a posting."
 msgstr ""
 
-#: ../../mod/admin.php:656
+#: ../../mod/admin.php:683
+msgid "Suppress Tags"
+msgstr ""
+
+#: ../../mod/admin.php:683
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr ""
+
+#: ../../mod/admin.php:684
 msgid "Path to item cache"
 msgstr ""
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:685
 msgid "Cache duration in seconds"
 msgstr ""
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:685
 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:658
+#: ../../mod/admin.php:686
 msgid "Maximum numbers of comments per post"
 msgstr ""
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:686
 msgid "How much comments should be shown for each post? Default value is 100."
 msgstr ""
 
-#: ../../mod/admin.php:659
+#: ../../mod/admin.php:687
 msgid "Path for lock file"
 msgstr ""
 
-#: ../../mod/admin.php:660
+#: ../../mod/admin.php:688
 msgid "Temp path"
 msgstr ""
 
-#: ../../mod/admin.php:661
+#: ../../mod/admin.php:689
 msgid "Base path to installation"
 msgstr ""
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:690
 msgid "Disable picture proxy"
 msgstr ""
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:690
 msgid ""
 "The picture proxy increases performance and privacy. It shouldn't be used on "
 "systems with very low bandwith."
 msgstr ""
 
-#: ../../mod/admin.php:664
-msgid "New base url"
+#: ../../mod/admin.php:691
+msgid "Enable old style pager"
 msgstr ""
 
-#: ../../mod/admin.php:666
-msgid "Disable noscrape"
+#: ../../mod/admin.php:691
+msgid ""
+"The old style pager has page numbers but slows down massively the page speed."
 msgstr ""
 
-#: ../../mod/admin.php:666
-msgid ""
-"The noscrape feature speeds up directory submissions by using JSON data "
-"instead of HTML scraping. Disabling it will cause higher load on your server "
-"and the directory server."
+#: ../../mod/admin.php:692
+msgid "Only search in tags"
 msgstr ""
 
-#: ../../mod/admin.php:683
+#: ../../mod/admin.php:692
+msgid "On large systems the text search can slow down the system extremely."
+msgstr ""
+
+#: ../../mod/admin.php:694
+msgid "New base url"
+msgstr ""
+
+#: ../../mod/admin.php:711
 msgid "Update has been marked successful"
 msgstr ""
 
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:719
 #, php-format
 msgid "Database structure update %s was successfully applied."
 msgstr ""
 
-#: ../../mod/admin.php:694
+#: ../../mod/admin.php:722
 #, php-format
 msgid "Executing of database structure update %s failed with error: %s"
 msgstr ""
 
-#: ../../mod/admin.php:706
+#: ../../mod/admin.php:734
 #, php-format
 msgid "Executing %s failed with error: %s"
 msgstr ""
 
-#: ../../mod/admin.php:709
+#: ../../mod/admin.php:737
 #, php-format
 msgid "Update %s was successfully applied."
 msgstr ""
 
-#: ../../mod/admin.php:713
+#: ../../mod/admin.php:741
 #, php-format
 msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr ""
 
-#: ../../mod/admin.php:715
+#: ../../mod/admin.php:743
 #, php-format
 msgid "There was no additional update function %s that needed to be called."
 msgstr ""
 
-#: ../../mod/admin.php:734
+#: ../../mod/admin.php:762
 msgid "No failed updates."
 msgstr ""
 
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:763
 msgid "Check database structure"
 msgstr ""
 
-#: ../../mod/admin.php:740
+#: ../../mod/admin.php:768
 msgid "Failed Updates"
 msgstr ""
 
-#: ../../mod/admin.php:741
+#: ../../mod/admin.php:769
 msgid ""
 "This does not include updates prior to 1139, which did not return a status."
 msgstr ""
 
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:770
 msgid "Mark success (if update was manually applied)"
 msgstr ""
 
-#: ../../mod/admin.php:743
+#: ../../mod/admin.php:771
 msgid "Attempt to execute this update step automatically"
 msgstr ""
 
-#: ../../mod/admin.php:775
+#: ../../mod/admin.php:803
 #, php-format
 msgid ""
 "\n"
@@ -2546,7 +2615,7 @@ msgid ""
 "\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr ""
 
-#: ../../mod/admin.php:778
+#: ../../mod/admin.php:806
 #, php-format
 msgid ""
 "\n"
@@ -2582,223 +2651,223 @@ msgid ""
 "\t\t\tThank you and welcome to %4$s."
 msgstr ""
 
-#: ../../mod/admin.php:810 ../../include/user.php:413
+#: ../../mod/admin.php:838 ../../include/user.php:413
 #, php-format
 msgid "Registration details for %s"
 msgstr ""
 
-#: ../../mod/admin.php:822
+#: ../../mod/admin.php:850
 #, php-format
 msgid "%s user blocked/unblocked"
 msgid_plural "%s users blocked/unblocked"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../../mod/admin.php:829
+#: ../../mod/admin.php:857
 #, php-format
 msgid "%s user deleted"
 msgid_plural "%s users deleted"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../../mod/admin.php:868
+#: ../../mod/admin.php:896
 #, php-format
 msgid "User '%s' deleted"
 msgstr ""
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:904
 #, php-format
 msgid "User '%s' unblocked"
 msgstr ""
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:904
 #, php-format
 msgid "User '%s' blocked"
 msgstr ""
 
-#: ../../mod/admin.php:971
+#: ../../mod/admin.php:999
 msgid "Add User"
 msgstr ""
 
-#: ../../mod/admin.php:972
+#: ../../mod/admin.php:1000
 msgid "select all"
 msgstr ""
 
-#: ../../mod/admin.php:973
+#: ../../mod/admin.php:1001
 msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: ../../mod/admin.php:974
+#: ../../mod/admin.php:1002
 msgid "User waiting for permanent deletion"
 msgstr ""
 
-#: ../../mod/admin.php:975
+#: ../../mod/admin.php:1003
 msgid "Request date"
 msgstr ""
 
-#: ../../mod/admin.php:975 ../../mod/admin.php:987 ../../mod/admin.php:988
-#: ../../mod/admin.php:1003 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1015 ../../mod/admin.php:1016
+#: ../../mod/admin.php:1031 ../../include/contact_selectors.php:79
 #: ../../include/contact_selectors.php:86
 msgid "Email"
 msgstr ""
 
-#: ../../mod/admin.php:976
+#: ../../mod/admin.php:1004
 msgid "No registrations."
 msgstr ""
 
-#: ../../mod/admin.php:978
+#: ../../mod/admin.php:1006
 msgid "Deny"
 msgstr ""
 
-#: ../../mod/admin.php:982
+#: ../../mod/admin.php:1010
 msgid "Site admin"
 msgstr ""
 
-#: ../../mod/admin.php:983
+#: ../../mod/admin.php:1011
 msgid "Account expired"
 msgstr ""
 
-#: ../../mod/admin.php:986
+#: ../../mod/admin.php:1014
 msgid "New User"
 msgstr ""
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Register date"
 msgstr ""
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Last login"
 msgstr ""
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Last item"
 msgstr ""
 
-#: ../../mod/admin.php:987
+#: ../../mod/admin.php:1015
 msgid "Deleted since"
 msgstr ""
 
-#: ../../mod/admin.php:988 ../../mod/settings.php:36
+#: ../../mod/admin.php:1016 ../../mod/settings.php:36
 msgid "Account"
 msgstr ""
 
-#: ../../mod/admin.php:990
+#: ../../mod/admin.php:1018
 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:991
+#: ../../mod/admin.php:1019
 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:1001
+#: ../../mod/admin.php:1029
 msgid "Name of the new user."
 msgstr ""
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1030
 msgid "Nickname"
 msgstr ""
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1030
 msgid "Nickname of the new user."
 msgstr ""
 
-#: ../../mod/admin.php:1003
+#: ../../mod/admin.php:1031
 msgid "Email address of the new user."
 msgstr ""
 
-#: ../../mod/admin.php:1036
+#: ../../mod/admin.php:1064
 #, php-format
 msgid "Plugin %s disabled."
 msgstr ""
 
-#: ../../mod/admin.php:1040
+#: ../../mod/admin.php:1068
 #, php-format
 msgid "Plugin %s enabled."
 msgstr ""
 
-#: ../../mod/admin.php:1050 ../../mod/admin.php:1266
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1294
 msgid "Disable"
 msgstr ""
 
-#: ../../mod/admin.php:1052 ../../mod/admin.php:1268
+#: ../../mod/admin.php:1080 ../../mod/admin.php:1296
 msgid "Enable"
 msgstr ""
 
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1296
+#: ../../mod/admin.php:1103 ../../mod/admin.php:1324
 msgid "Toggle"
 msgstr ""
 
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1306
+#: ../../mod/admin.php:1111 ../../mod/admin.php:1334
 msgid "Author: "
 msgstr ""
 
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1307
+#: ../../mod/admin.php:1112 ../../mod/admin.php:1335
 msgid "Maintainer: "
 msgstr ""
 
-#: ../../mod/admin.php:1226
+#: ../../mod/admin.php:1254
 msgid "No themes found."
 msgstr ""
 
-#: ../../mod/admin.php:1288
+#: ../../mod/admin.php:1316
 msgid "Screenshot"
 msgstr ""
 
-#: ../../mod/admin.php:1334
+#: ../../mod/admin.php:1362
 msgid "[Experimental]"
 msgstr ""
 
-#: ../../mod/admin.php:1335
+#: ../../mod/admin.php:1363
 msgid "[Unsupported]"
 msgstr ""
 
-#: ../../mod/admin.php:1362
+#: ../../mod/admin.php:1390
 msgid "Log settings updated."
 msgstr ""
 
-#: ../../mod/admin.php:1418
+#: ../../mod/admin.php:1446
 msgid "Clear"
 msgstr ""
 
-#: ../../mod/admin.php:1424
+#: ../../mod/admin.php:1452
 msgid "Enable Debugging"
 msgstr ""
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1453
 msgid "Log file"
 msgstr ""
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1453
 msgid ""
 "Must be writable by web server. Relative to your Friendica top-level "
 "directory."
 msgstr ""
 
-#: ../../mod/admin.php:1426
+#: ../../mod/admin.php:1454
 msgid "Log level"
 msgstr ""
 
-#: ../../mod/admin.php:1476
+#: ../../mod/admin.php:1504
 msgid "Close"
 msgstr ""
 
-#: ../../mod/admin.php:1482
+#: ../../mod/admin.php:1510
 msgid "FTP Host"
 msgstr ""
 
-#: ../../mod/admin.php:1483
+#: ../../mod/admin.php:1511
 msgid "FTP Path"
 msgstr ""
 
-#: ../../mod/admin.php:1484
+#: ../../mod/admin.php:1512
 msgid "FTP User"
 msgstr ""
 
-#: ../../mod/admin.php:1485
+#: ../../mod/admin.php:1513
 msgid "FTP Password"
 msgstr ""
 
@@ -2920,12 +2989,12 @@ msgstr ""
 msgid "Edit event"
 msgstr ""
 
-#: ../../mod/events.php:335 ../../include/text.php:1644
-#: ../../include/text.php:1654
+#: ../../mod/events.php:335 ../../include/text.php:1647
+#: ../../include/text.php:1657
 msgid "link to source"
 msgstr ""
 
-#: ../../mod/events.php:370 ../../boot.php:2138 ../../include/nav.php:80
+#: ../../mod/events.php:370 ../../boot.php:2143 ../../include/nav.php:80
 #: ../../view/theme/diabook/theme.php:127
 msgid "Events"
 msgstr ""
@@ -2979,7 +3048,7 @@ msgstr ""
 msgid "Description:"
 msgstr ""
 
-#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1643
+#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1648
 #: ../../include/bb2diaspora.php:170 ../../include/event.php:40
 msgid "Location:"
 msgstr ""
@@ -3023,13 +3092,13 @@ msgstr[0] ""
 msgstr[1] ""
 
 #: ../../mod/content.php:605 ../../object/Item.php:389
-#: ../../object/Item.php:402 ../../include/text.php:1969
+#: ../../object/Item.php:402 ../../include/text.php:1972
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../../mod/content.php:606 ../../boot.php:746 ../../object/Item.php:390
+#: ../../mod/content.php:606 ../../boot.php:751 ../../object/Item.php:390
 #: ../../include/contact_widgets.php:205
 msgid "show more"
 msgstr ""
@@ -3072,7 +3141,7 @@ msgid "This is you"
 msgstr ""
 
 #: ../../mod/content.php:709 ../../mod/photos.php:1564
-#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:745
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:750
 #: ../../object/Item.php:361 ../../object/Item.php:677
 msgid "Comment"
 msgstr ""
@@ -3536,7 +3605,7 @@ msgstr ""
 msgid "is interested in:"
 msgstr ""
 
-#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1563
+#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1568
 #: ../../include/contact_widgets.php:10
 msgid "Connect"
 msgstr ""
@@ -3550,12 +3619,12 @@ msgid "Not available."
 msgstr ""
 
 #: ../../mod/community.php:32 ../../include/nav.php:129
-#: ../../view/theme/diabook/theme.php:129
+#: ../../include/nav.php:131 ../../view/theme/diabook/theme.php:129
 msgid "Community"
 msgstr ""
 
 #: ../../mod/community.php:62 ../../mod/community.php:71
-#: ../../mod/search.php:170 ../../mod/search.php:196
+#: ../../mod/search.php:168 ../../mod/search.php:192
 msgid "No results."
 msgstr ""
 
@@ -3575,7 +3644,7 @@ msgstr ""
 msgid "Social Networks"
 msgstr ""
 
-#: ../../mod/settings.php:62 ../../include/nav.php:168
+#: ../../mod/settings.php:62 ../../include/nav.php:170
 msgid "Delegations"
 msgstr ""
 
@@ -3927,8 +3996,8 @@ msgstr ""
 #: ../../mod/settings.php:1081 ../../mod/settings.php:1082
 #: ../../mod/settings.php:1083 ../../mod/settings.php:1084
 #: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
-#: ../../mod/register.php:234 ../../mod/profiles.php:627
-#: ../../mod/profiles.php:631 ../../mod/api.php:106
+#: ../../mod/register.php:234 ../../mod/profiles.php:661
+#: ../../mod/profiles.php:665 ../../mod/api.php:106
 msgid "No"
 msgstr ""
 
@@ -4443,7 +4512,7 @@ msgstr ""
 msgid "Choose a nickname: "
 msgstr ""
 
-#: ../../mod/register.php:269 ../../boot.php:1236 ../../include/nav.php:109
+#: ../../mod/register.php:269 ../../boot.php:1241 ../../include/nav.php:109
 msgid "Register"
 msgstr ""
 
@@ -4459,8 +4528,8 @@ msgstr ""
 msgid "System down for maintenance"
 msgstr ""
 
-#: ../../mod/search.php:99 ../../include/text.php:952
-#: ../../include/text.php:953 ../../include/nav.php:119
+#: ../../mod/search.php:99 ../../include/text.php:953
+#: ../../include/text.php:954 ../../include/nav.php:119
 msgid "Search"
 msgstr ""
 
@@ -4476,7 +4545,7 @@ msgstr ""
 msgid "Site Directory"
 msgstr ""
 
-#: ../../mod/directory.php:113 ../../mod/profiles.php:716
+#: ../../mod/directory.php:113 ../../mod/profiles.php:750
 msgid "Age: "
 msgstr ""
 
@@ -4484,22 +4553,22 @@ msgstr ""
 msgid "Gender: "
 msgstr ""
 
-#: ../../mod/directory.php:138 ../../boot.php:1645
+#: ../../mod/directory.php:138 ../../boot.php:1650
 #: ../../include/profile_advanced.php:17
 msgid "Gender:"
 msgstr ""
 
-#: ../../mod/directory.php:140 ../../boot.php:1648
+#: ../../mod/directory.php:140 ../../boot.php:1653
 #: ../../include/profile_advanced.php:37
 msgid "Status:"
 msgstr ""
 
-#: ../../mod/directory.php:142 ../../boot.php:1650
+#: ../../mod/directory.php:142 ../../boot.php:1655
 #: ../../include/profile_advanced.php:48
 msgid "Homepage:"
 msgstr ""
 
-#: ../../mod/directory.php:144 ../../boot.php:1652
+#: ../../mod/directory.php:144 ../../boot.php:1657
 #: ../../include/profile_advanced.php:58
 msgid "About:"
 msgstr ""
@@ -4512,7 +4581,7 @@ msgstr ""
 msgid "No potential page delegates located."
 msgstr ""
 
-#: ../../mod/delegate.php:130 ../../include/nav.php:168
+#: ../../mod/delegate.php:130 ../../include/nav.php:170
 msgid "Delegate Page Management"
 msgstr ""
 
@@ -4620,313 +4689,313 @@ msgstr ""
 msgid "Profile unavailable to clone."
 msgstr ""
 
-#: ../../mod/profiles.php:172
+#: ../../mod/profiles.php:189
 msgid "Profile Name is required."
 msgstr ""
 
-#: ../../mod/profiles.php:323
+#: ../../mod/profiles.php:340
 msgid "Marital Status"
 msgstr ""
 
-#: ../../mod/profiles.php:327
+#: ../../mod/profiles.php:344
 msgid "Romantic Partner"
 msgstr ""
 
-#: ../../mod/profiles.php:331
+#: ../../mod/profiles.php:348
 msgid "Likes"
 msgstr ""
 
-#: ../../mod/profiles.php:335
+#: ../../mod/profiles.php:352
 msgid "Dislikes"
 msgstr ""
 
-#: ../../mod/profiles.php:339
+#: ../../mod/profiles.php:356
 msgid "Work/Employment"
 msgstr ""
 
-#: ../../mod/profiles.php:342
+#: ../../mod/profiles.php:359
 msgid "Religion"
 msgstr ""
 
-#: ../../mod/profiles.php:346
+#: ../../mod/profiles.php:363
 msgid "Political Views"
 msgstr ""
 
-#: ../../mod/profiles.php:350
+#: ../../mod/profiles.php:367
 msgid "Gender"
 msgstr ""
 
-#: ../../mod/profiles.php:354
+#: ../../mod/profiles.php:371
 msgid "Sexual Preference"
 msgstr ""
 
-#: ../../mod/profiles.php:358
+#: ../../mod/profiles.php:375
 msgid "Homepage"
 msgstr ""
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:664
+#: ../../mod/profiles.php:379 ../../mod/profiles.php:698
 msgid "Interests"
 msgstr ""
 
-#: ../../mod/profiles.php:366
+#: ../../mod/profiles.php:383
 msgid "Address"
 msgstr ""
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:660
+#: ../../mod/profiles.php:390 ../../mod/profiles.php:694
 msgid "Location"
 msgstr ""
 
-#: ../../mod/profiles.php:456
+#: ../../mod/profiles.php:473
 msgid "Profile updated."
 msgstr ""
 
-#: ../../mod/profiles.php:534
+#: ../../mod/profiles.php:568
 msgid " and "
 msgstr ""
 
-#: ../../mod/profiles.php:542
+#: ../../mod/profiles.php:576
 msgid "public profile"
 msgstr ""
 
-#: ../../mod/profiles.php:545
+#: ../../mod/profiles.php:579
 #, php-format
 msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr ""
 
-#: ../../mod/profiles.php:546
+#: ../../mod/profiles.php:580
 #, php-format
 msgid " - Visit %1$s's %2$s"
 msgstr ""
 
-#: ../../mod/profiles.php:549
+#: ../../mod/profiles.php:583
 #, php-format
 msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr ""
 
-#: ../../mod/profiles.php:624
+#: ../../mod/profiles.php:658
 msgid "Hide contacts and friends:"
 msgstr ""
 
-#: ../../mod/profiles.php:629
+#: ../../mod/profiles.php:663
 msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr ""
 
-#: ../../mod/profiles.php:651
+#: ../../mod/profiles.php:685
 msgid "Edit Profile Details"
 msgstr ""
 
-#: ../../mod/profiles.php:653
+#: ../../mod/profiles.php:687
 msgid "Change Profile Photo"
 msgstr ""
 
-#: ../../mod/profiles.php:654
+#: ../../mod/profiles.php:688
 msgid "View this profile"
 msgstr ""
 
-#: ../../mod/profiles.php:655
+#: ../../mod/profiles.php:689
 msgid "Create a new profile using these settings"
 msgstr ""
 
-#: ../../mod/profiles.php:656
+#: ../../mod/profiles.php:690
 msgid "Clone this profile"
 msgstr ""
 
-#: ../../mod/profiles.php:657
+#: ../../mod/profiles.php:691
 msgid "Delete this profile"
 msgstr ""
 
-#: ../../mod/profiles.php:658
+#: ../../mod/profiles.php:692
 msgid "Basic information"
 msgstr ""
 
-#: ../../mod/profiles.php:659
+#: ../../mod/profiles.php:693
 msgid "Profile picture"
 msgstr ""
 
-#: ../../mod/profiles.php:661
+#: ../../mod/profiles.php:695
 msgid "Preferences"
 msgstr ""
 
-#: ../../mod/profiles.php:662
+#: ../../mod/profiles.php:696
 msgid "Status information"
 msgstr ""
 
-#: ../../mod/profiles.php:663
+#: ../../mod/profiles.php:697
 msgid "Additional information"
 msgstr ""
 
-#: ../../mod/profiles.php:666
+#: ../../mod/profiles.php:700
 msgid "Profile Name:"
 msgstr ""
 
-#: ../../mod/profiles.php:667
+#: ../../mod/profiles.php:701
 msgid "Your Full Name:"
 msgstr ""
 
-#: ../../mod/profiles.php:668
+#: ../../mod/profiles.php:702
 msgid "Title/Description:"
 msgstr ""
 
-#: ../../mod/profiles.php:669
+#: ../../mod/profiles.php:703
 msgid "Your Gender:"
 msgstr ""
 
-#: ../../mod/profiles.php:670
+#: ../../mod/profiles.php:704
 #, php-format
 msgid "Birthday (%s):"
 msgstr ""
 
-#: ../../mod/profiles.php:671
+#: ../../mod/profiles.php:705
 msgid "Street Address:"
 msgstr ""
 
-#: ../../mod/profiles.php:672
+#: ../../mod/profiles.php:706
 msgid "Locality/City:"
 msgstr ""
 
-#: ../../mod/profiles.php:673
+#: ../../mod/profiles.php:707
 msgid "Postal/Zip Code:"
 msgstr ""
 
-#: ../../mod/profiles.php:674
+#: ../../mod/profiles.php:708
 msgid "Country:"
 msgstr ""
 
-#: ../../mod/profiles.php:675
+#: ../../mod/profiles.php:709
 msgid "Region/State:"
 msgstr ""
 
-#: ../../mod/profiles.php:676
+#: ../../mod/profiles.php:710
 msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr ""
 
-#: ../../mod/profiles.php:677
+#: ../../mod/profiles.php:711
 msgid "Who: (if applicable)"
 msgstr ""
 
-#: ../../mod/profiles.php:678
+#: ../../mod/profiles.php:712
 msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr ""
 
-#: ../../mod/profiles.php:679
+#: ../../mod/profiles.php:713
 msgid "Since [date]:"
 msgstr ""
 
-#: ../../mod/profiles.php:680 ../../include/profile_advanced.php:46
+#: ../../mod/profiles.php:714 ../../include/profile_advanced.php:46
 msgid "Sexual Preference:"
 msgstr ""
 
-#: ../../mod/profiles.php:681
+#: ../../mod/profiles.php:715
 msgid "Homepage URL:"
 msgstr ""
 
-#: ../../mod/profiles.php:682 ../../include/profile_advanced.php:50
+#: ../../mod/profiles.php:716 ../../include/profile_advanced.php:50
 msgid "Hometown:"
 msgstr ""
 
-#: ../../mod/profiles.php:683 ../../include/profile_advanced.php:54
+#: ../../mod/profiles.php:717 ../../include/profile_advanced.php:54
 msgid "Political Views:"
 msgstr ""
 
-#: ../../mod/profiles.php:684
+#: ../../mod/profiles.php:718
 msgid "Religious Views:"
 msgstr ""
 
-#: ../../mod/profiles.php:685
+#: ../../mod/profiles.php:719
 msgid "Public Keywords:"
 msgstr ""
 
-#: ../../mod/profiles.php:686
+#: ../../mod/profiles.php:720
 msgid "Private Keywords:"
 msgstr ""
 
-#: ../../mod/profiles.php:687 ../../include/profile_advanced.php:62
+#: ../../mod/profiles.php:721 ../../include/profile_advanced.php:62
 msgid "Likes:"
 msgstr ""
 
-#: ../../mod/profiles.php:688 ../../include/profile_advanced.php:64
+#: ../../mod/profiles.php:722 ../../include/profile_advanced.php:64
 msgid "Dislikes:"
 msgstr ""
 
-#: ../../mod/profiles.php:689
+#: ../../mod/profiles.php:723
 msgid "Example: fishing photography software"
 msgstr ""
 
-#: ../../mod/profiles.php:690
+#: ../../mod/profiles.php:724
 msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr ""
 
-#: ../../mod/profiles.php:691
+#: ../../mod/profiles.php:725
 msgid "(Used for searching profiles, never shown to others)"
 msgstr ""
 
-#: ../../mod/profiles.php:692
+#: ../../mod/profiles.php:726
 msgid "Tell us about yourself..."
 msgstr ""
 
-#: ../../mod/profiles.php:693
+#: ../../mod/profiles.php:727
 msgid "Hobbies/Interests"
 msgstr ""
 
-#: ../../mod/profiles.php:694
+#: ../../mod/profiles.php:728
 msgid "Contact information and Social Networks"
 msgstr ""
 
-#: ../../mod/profiles.php:695
+#: ../../mod/profiles.php:729
 msgid "Musical interests"
 msgstr ""
 
-#: ../../mod/profiles.php:696
+#: ../../mod/profiles.php:730
 msgid "Books, literature"
 msgstr ""
 
-#: ../../mod/profiles.php:697
+#: ../../mod/profiles.php:731
 msgid "Television"
 msgstr ""
 
-#: ../../mod/profiles.php:698
+#: ../../mod/profiles.php:732
 msgid "Film/dance/culture/entertainment"
 msgstr ""
 
-#: ../../mod/profiles.php:699
+#: ../../mod/profiles.php:733
 msgid "Love/romance"
 msgstr ""
 
-#: ../../mod/profiles.php:700
+#: ../../mod/profiles.php:734
 msgid "Work/employment"
 msgstr ""
 
-#: ../../mod/profiles.php:701
+#: ../../mod/profiles.php:735
 msgid "School/education"
 msgstr ""
 
-#: ../../mod/profiles.php:706
+#: ../../mod/profiles.php:740
 msgid ""
 "This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
 "be visible to anybody using the internet."
 msgstr ""
 
-#: ../../mod/profiles.php:769
+#: ../../mod/profiles.php:803
 msgid "Edit/Manage Profiles"
 msgstr ""
 
-#: ../../mod/profiles.php:770 ../../boot.php:1606 ../../boot.php:1632
+#: ../../mod/profiles.php:804 ../../boot.php:1611 ../../boot.php:1637
 msgid "Change profile photo"
 msgstr ""
 
-#: ../../mod/profiles.php:771 ../../boot.php:1607
+#: ../../mod/profiles.php:805 ../../boot.php:1612
 msgid "Create New Profile"
 msgstr ""
 
-#: ../../mod/profiles.php:782 ../../boot.php:1617
+#: ../../mod/profiles.php:816 ../../boot.php:1622
 msgid "Profile Image"
 msgstr ""
 
-#: ../../mod/profiles.php:784 ../../boot.php:1620
+#: ../../mod/profiles.php:818 ../../boot.php:1625
 msgid "visible to everybody"
 msgstr ""
 
-#: ../../mod/profiles.php:785 ../../boot.php:1621
+#: ../../mod/profiles.php:819 ../../boot.php:1626
 msgid "Edit visibility"
 msgstr ""
 
@@ -5010,35 +5079,35 @@ msgstr ""
 msgid "Example: bob@example.com, mary@example.com"
 msgstr ""
 
-#: ../../mod/friendica.php:62
+#: ../../mod/friendica.php:59
 msgid "This is Friendica, version"
 msgstr ""
 
-#: ../../mod/friendica.php:63
+#: ../../mod/friendica.php:60
 msgid "running at web location"
 msgstr ""
 
-#: ../../mod/friendica.php:65
+#: ../../mod/friendica.php:62
 msgid ""
 "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
 "more about the Friendica project."
 msgstr ""
 
-#: ../../mod/friendica.php:67
+#: ../../mod/friendica.php:64
 msgid "Bug reports and issues: please visit"
 msgstr ""
 
-#: ../../mod/friendica.php:68
+#: ../../mod/friendica.php:65
 msgid ""
 "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
 "dot com"
 msgstr ""
 
-#: ../../mod/friendica.php:82
+#: ../../mod/friendica.php:79
 msgid "Installed plugins/addons/apps:"
 msgstr ""
 
-#: ../../mod/friendica.php:95
+#: ../../mod/friendica.php:92
 msgid "No installed plugins/addons/apps"
 msgstr ""
 
@@ -5068,7 +5137,7 @@ msgstr ""
 msgid "Visible to:"
 msgstr ""
 
-#: ../../mod/notes.php:44 ../../boot.php:2145
+#: ../../mod/notes.php:44 ../../boot.php:2150
 msgid "Personal Notes"
 msgstr ""
 
@@ -5218,7 +5287,7 @@ msgid ""
 "important, please visit http://friendica.com"
 msgstr ""
 
-#: ../../mod/photos.php:52 ../../boot.php:2124
+#: ../../mod/photos.php:52 ../../boot.php:2129
 msgid "Photo Albums"
 msgstr ""
 
@@ -5451,145 +5520,141 @@ msgstr ""
 msgid "Item was not found."
 msgstr ""
 
-#: ../../boot.php:744
+#: ../../boot.php:749
 msgid "Delete this item?"
 msgstr ""
 
-#: ../../boot.php:747
+#: ../../boot.php:752
 msgid "show fewer"
 msgstr ""
 
-#: ../../boot.php:1117
+#: ../../boot.php:1122
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr ""
 
-#: ../../boot.php:1235
+#: ../../boot.php:1240
 msgid "Create a New Account"
 msgstr ""
 
-#: ../../boot.php:1260 ../../include/nav.php:73
+#: ../../boot.php:1265 ../../include/nav.php:73
 msgid "Logout"
 msgstr ""
 
-#: ../../boot.php:1261 ../../include/nav.php:92
-msgid "Login"
-msgstr ""
-
-#: ../../boot.php:1263
+#: ../../boot.php:1268
 msgid "Nickname or Email address: "
 msgstr ""
 
-#: ../../boot.php:1264
+#: ../../boot.php:1269
 msgid "Password: "
 msgstr ""
 
-#: ../../boot.php:1265
+#: ../../boot.php:1270
 msgid "Remember me"
 msgstr ""
 
-#: ../../boot.php:1268
+#: ../../boot.php:1273
 msgid "Or login using OpenID: "
 msgstr ""
 
-#: ../../boot.php:1274
+#: ../../boot.php:1279
 msgid "Forgot your password?"
 msgstr ""
 
-#: ../../boot.php:1277
+#: ../../boot.php:1282
 msgid "Website Terms of Service"
 msgstr ""
 
-#: ../../boot.php:1278
+#: ../../boot.php:1283
 msgid "terms of service"
 msgstr ""
 
-#: ../../boot.php:1280
+#: ../../boot.php:1285
 msgid "Website Privacy Policy"
 msgstr ""
 
-#: ../../boot.php:1281
+#: ../../boot.php:1286
 msgid "privacy policy"
 msgstr ""
 
-#: ../../boot.php:1414
+#: ../../boot.php:1419
 msgid "Requested account is not available."
 msgstr ""
 
-#: ../../boot.php:1496 ../../boot.php:1630
+#: ../../boot.php:1501 ../../boot.php:1635
 #: ../../include/profile_advanced.php:84
 msgid "Edit profile"
 msgstr ""
 
-#: ../../boot.php:1595
+#: ../../boot.php:1600
 msgid "Message"
 msgstr ""
 
-#: ../../boot.php:1601 ../../include/nav.php:173
+#: ../../boot.php:1606 ../../include/nav.php:175
 msgid "Profiles"
 msgstr ""
 
-#: ../../boot.php:1601
+#: ../../boot.php:1606
 msgid "Manage/edit profiles"
 msgstr ""
 
-#: ../../boot.php:1701
+#: ../../boot.php:1706
 msgid "Network:"
 msgstr ""
 
-#: ../../boot.php:1731 ../../boot.php:1817
+#: ../../boot.php:1736 ../../boot.php:1822
 msgid "g A l F d"
 msgstr ""
 
-#: ../../boot.php:1732 ../../boot.php:1818
+#: ../../boot.php:1737 ../../boot.php:1823
 msgid "F d"
 msgstr ""
 
-#: ../../boot.php:1777 ../../boot.php:1858
+#: ../../boot.php:1782 ../../boot.php:1863
 msgid "[today]"
 msgstr ""
 
-#: ../../boot.php:1789
+#: ../../boot.php:1794
 msgid "Birthday Reminders"
 msgstr ""
 
-#: ../../boot.php:1790
+#: ../../boot.php:1795
 msgid "Birthdays this week:"
 msgstr ""
 
-#: ../../boot.php:1851
+#: ../../boot.php:1856
 msgid "[No description]"
 msgstr ""
 
-#: ../../boot.php:1869
+#: ../../boot.php:1874
 msgid "Event Reminders"
 msgstr ""
 
-#: ../../boot.php:1870
+#: ../../boot.php:1875
 msgid "Events this week:"
 msgstr ""
 
-#: ../../boot.php:2107 ../../include/nav.php:76
+#: ../../boot.php:2112 ../../include/nav.php:76
 msgid "Status"
 msgstr ""
 
-#: ../../boot.php:2110
+#: ../../boot.php:2115
 msgid "Status Messages and Posts"
 msgstr ""
 
-#: ../../boot.php:2117
+#: ../../boot.php:2122
 msgid "Profile Details"
 msgstr ""
 
-#: ../../boot.php:2128 ../../boot.php:2131 ../../include/nav.php:79
+#: ../../boot.php:2133 ../../boot.php:2136 ../../include/nav.php:79
 msgid "Videos"
 msgstr ""
 
-#: ../../boot.php:2141
+#: ../../boot.php:2146
 msgid "Events and Calendar"
 msgstr ""
 
-#: ../../boot.php:2148
+#: ../../boot.php:2153
 msgid "Only You Can See This"
 msgstr ""
 
@@ -6056,26 +6121,26 @@ msgstr ""
 msgid "%1$d %2$s ago"
 msgstr ""
 
-#: ../../include/datetime.php:477 ../../include/items.php:2195
+#: ../../include/datetime.php:477 ../../include/items.php:2211
 #, php-format
 msgid "%s's birthday"
 msgstr ""
 
-#: ../../include/datetime.php:478 ../../include/items.php:2196
+#: ../../include/datetime.php:478 ../../include/items.php:2212
 #, php-format
 msgid "Happy Birthday %s"
 msgstr ""
 
-#: ../../include/acl_selectors.php:326
+#: ../../include/acl_selectors.php:333
 msgid "Visible to everybody"
 msgstr ""
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:142
+#: ../../include/acl_selectors.php:334 ../../view/theme/diabook/config.php:142
 #: ../../view/theme/diabook/theme.php:621
 msgid "show"
 msgstr ""
 
-#: ../../include/acl_selectors.php:328 ../../view/theme/diabook/config.php:142
+#: ../../include/acl_selectors.php:335 ../../view/theme/diabook/config.php:142
 #: ../../view/theme/diabook/theme.php:621
 msgid "don't show"
 msgstr ""
@@ -6142,7 +6207,7 @@ msgid ""
 msgstr ""
 
 #: ../../include/conversation.php:118 ../../include/conversation.php:246
-#: ../../include/text.php:1963 ../../view/theme/diabook/theme.php:463
+#: ../../include/text.php:1966 ../../view/theme/diabook/theme.php:463
 msgid "event"
 msgstr ""
 
@@ -6151,7 +6216,7 @@ msgstr ""
 msgid "%1$s poked %2$s"
 msgstr ""
 
-#: ../../include/conversation.php:211 ../../include/text.php:1004
+#: ../../include/conversation.php:211 ../../include/text.php:1005
 msgid "poked"
 msgstr ""
 
@@ -6268,272 +6333,272 @@ msgstr ""
 msgid "view full size"
 msgstr ""
 
-#: ../../include/text.php:296
+#: ../../include/text.php:297
 msgid "newer"
 msgstr ""
 
-#: ../../include/text.php:298
+#: ../../include/text.php:299
 msgid "older"
 msgstr ""
 
-#: ../../include/text.php:303
+#: ../../include/text.php:304
 msgid "prev"
 msgstr ""
 
-#: ../../include/text.php:305
+#: ../../include/text.php:306
 msgid "first"
 msgstr ""
 
-#: ../../include/text.php:337
+#: ../../include/text.php:338
 msgid "last"
 msgstr ""
 
-#: ../../include/text.php:340
+#: ../../include/text.php:341
 msgid "next"
 msgstr ""
 
-#: ../../include/text.php:854
+#: ../../include/text.php:855
 msgid "No contacts"
 msgstr ""
 
-#: ../../include/text.php:863
+#: ../../include/text.php:864
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../../include/text.php:1004
+#: ../../include/text.php:1005
 msgid "poke"
 msgstr ""
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "ping"
 msgstr ""
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "pinged"
 msgstr ""
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prod"
 msgstr ""
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prodded"
 msgstr ""
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slap"
 msgstr ""
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slapped"
 msgstr ""
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "finger"
 msgstr ""
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "fingered"
 msgstr ""
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuff"
 msgstr ""
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuffed"
 msgstr ""
 
-#: ../../include/text.php:1023
+#: ../../include/text.php:1024
 msgid "happy"
 msgstr ""
 
-#: ../../include/text.php:1024
+#: ../../include/text.php:1025
 msgid "sad"
 msgstr ""
 
-#: ../../include/text.php:1025
+#: ../../include/text.php:1026
 msgid "mellow"
 msgstr ""
 
-#: ../../include/text.php:1026
+#: ../../include/text.php:1027
 msgid "tired"
 msgstr ""
 
-#: ../../include/text.php:1027
+#: ../../include/text.php:1028
 msgid "perky"
 msgstr ""
 
-#: ../../include/text.php:1028
+#: ../../include/text.php:1029
 msgid "angry"
 msgstr ""
 
-#: ../../include/text.php:1029
+#: ../../include/text.php:1030
 msgid "stupified"
 msgstr ""
 
-#: ../../include/text.php:1030
+#: ../../include/text.php:1031
 msgid "puzzled"
 msgstr ""
 
-#: ../../include/text.php:1031
+#: ../../include/text.php:1032
 msgid "interested"
 msgstr ""
 
-#: ../../include/text.php:1032
+#: ../../include/text.php:1033
 msgid "bitter"
 msgstr ""
 
-#: ../../include/text.php:1033
+#: ../../include/text.php:1034
 msgid "cheerful"
 msgstr ""
 
-#: ../../include/text.php:1034
+#: ../../include/text.php:1035
 msgid "alive"
 msgstr ""
 
-#: ../../include/text.php:1035
+#: ../../include/text.php:1036
 msgid "annoyed"
 msgstr ""
 
-#: ../../include/text.php:1036
+#: ../../include/text.php:1037
 msgid "anxious"
 msgstr ""
 
-#: ../../include/text.php:1037
+#: ../../include/text.php:1038
 msgid "cranky"
 msgstr ""
 
-#: ../../include/text.php:1038
+#: ../../include/text.php:1039
 msgid "disturbed"
 msgstr ""
 
-#: ../../include/text.php:1039
+#: ../../include/text.php:1040
 msgid "frustrated"
 msgstr ""
 
-#: ../../include/text.php:1040
+#: ../../include/text.php:1041
 msgid "motivated"
 msgstr ""
 
-#: ../../include/text.php:1041
+#: ../../include/text.php:1042
 msgid "relaxed"
 msgstr ""
 
-#: ../../include/text.php:1042
+#: ../../include/text.php:1043
 msgid "surprised"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Monday"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Tuesday"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Wednesday"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Thursday"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Friday"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Saturday"
 msgstr ""
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Sunday"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "January"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "February"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "March"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "April"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "May"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "June"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "July"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "August"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "September"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "October"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "November"
 msgstr ""
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "December"
 msgstr ""
 
-#: ../../include/text.php:1434
+#: ../../include/text.php:1437
 msgid "bytes"
 msgstr ""
 
-#: ../../include/text.php:1458 ../../include/text.php:1470
+#: ../../include/text.php:1461 ../../include/text.php:1473
 msgid "Click to open/close"
 msgstr ""
 
-#: ../../include/text.php:1699 ../../include/user.php:247
+#: ../../include/text.php:1702 ../../include/user.php:247
 #: ../../view/theme/duepuntozero/config.php:44
 msgid "default"
 msgstr ""
 
-#: ../../include/text.php:1711
+#: ../../include/text.php:1714
 msgid "Select an alternate language"
 msgstr ""
 
-#: ../../include/text.php:1967
+#: ../../include/text.php:1970
 msgid "activity"
 msgstr ""
 
-#: ../../include/text.php:1970
+#: ../../include/text.php:1973
 msgid "post"
 msgstr ""
 
-#: ../../include/text.php:2138
+#: ../../include/text.php:2141
 msgid "Item filed"
 msgstr ""
 
-#: ../../include/bbcode.php:428 ../../include/bbcode.php:1027
-#: ../../include/bbcode.php:1028
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047
+#: ../../include/bbcode.php:1048
 msgid "Image/photo"
 msgstr ""
 
@@ -6549,11 +6614,11 @@ msgid ""
 "\"%s\" target=\"_blank\">post</a>"
 msgstr ""
 
-#: ../../include/bbcode.php:991 ../../include/bbcode.php:1011
+#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031
 msgid "$1 wrote:"
 msgstr ""
 
-#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1037
+#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057
 msgid "Encrypted content"
 msgstr ""
 
@@ -6562,7 +6627,7 @@ msgid "(no subject)"
 msgstr ""
 
 #: ../../include/notifier.php:796 ../../include/delivery.php:467
-#: ../../include/enotify.php:31
+#: ../../include/enotify.php:33
 msgid "noreply"
 msgstr ""
 
@@ -6651,7 +6716,7 @@ msgstr ""
 msgid "App.net"
 msgstr ""
 
-#: ../../include/Scrape.php:593
+#: ../../include/Scrape.php:614
 msgid " on Last.fm"
 msgstr ""
 
@@ -6744,7 +6809,7 @@ msgstr ""
 msgid "End this session"
 msgstr ""
 
-#: ../../include/nav.php:76 ../../include/nav.php:146
+#: ../../include/nav.php:76 ../../include/nav.php:148
 #: ../../view/theme/diabook/theme.php:123
 msgid "Your posts and conversations"
 msgstr ""
@@ -6806,92 +6871,96 @@ msgid "Conversations on this site"
 msgstr ""
 
 #: ../../include/nav.php:131
+msgid "Conversations on the network"
+msgstr ""
+
+#: ../../include/nav.php:133
 msgid "Directory"
 msgstr ""
 
-#: ../../include/nav.php:131
+#: ../../include/nav.php:133
 msgid "People directory"
 msgstr ""
 
-#: ../../include/nav.php:133
+#: ../../include/nav.php:135
 msgid "Information"
 msgstr ""
 
-#: ../../include/nav.php:133
+#: ../../include/nav.php:135
 msgid "Information about this friendica instance"
 msgstr ""
 
-#: ../../include/nav.php:143
+#: ../../include/nav.php:145
 msgid "Conversations from your friends"
 msgstr ""
 
-#: ../../include/nav.php:144
+#: ../../include/nav.php:146
 msgid "Network Reset"
 msgstr ""
 
-#: ../../include/nav.php:144
+#: ../../include/nav.php:146
 msgid "Load Network page with no filters"
 msgstr ""
 
-#: ../../include/nav.php:152
+#: ../../include/nav.php:154
 msgid "Friend Requests"
 msgstr ""
 
-#: ../../include/nav.php:154
+#: ../../include/nav.php:156
 msgid "See all notifications"
 msgstr ""
 
-#: ../../include/nav.php:155
+#: ../../include/nav.php:157
 msgid "Mark all system notifications seen"
 msgstr ""
 
-#: ../../include/nav.php:159
+#: ../../include/nav.php:161
 msgid "Private mail"
 msgstr ""
 
-#: ../../include/nav.php:160
+#: ../../include/nav.php:162
 msgid "Inbox"
 msgstr ""
 
-#: ../../include/nav.php:161
+#: ../../include/nav.php:163
 msgid "Outbox"
 msgstr ""
 
-#: ../../include/nav.php:165
+#: ../../include/nav.php:167
 msgid "Manage"
 msgstr ""
 
-#: ../../include/nav.php:165
+#: ../../include/nav.php:167
 msgid "Manage other pages"
 msgstr ""
 
-#: ../../include/nav.php:170
+#: ../../include/nav.php:172
 msgid "Account settings"
 msgstr ""
 
-#: ../../include/nav.php:173
+#: ../../include/nav.php:175
 msgid "Manage/Edit Profiles"
 msgstr ""
 
-#: ../../include/nav.php:175
+#: ../../include/nav.php:177
 msgid "Manage/edit friends and contacts"
 msgstr ""
 
-#: ../../include/nav.php:182
+#: ../../include/nav.php:184
 msgid "Site setup and configuration"
 msgstr ""
 
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
 msgid "Navigation"
 msgstr ""
 
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
 msgid "Site map"
 msgstr ""
 
 #: ../../include/api.php:304 ../../include/api.php:315
-#: ../../include/api.php:416 ../../include/api.php:1062
-#: ../../include/api.php:1064
+#: ../../include/api.php:416 ../../include/api.php:1063
+#: ../../include/api.php:1065
 msgid "User not found."
 msgstr ""
 
@@ -6910,27 +6979,27 @@ msgstr ""
 msgid "Monthly posting limit of %d posts reached. The post was rejected."
 msgstr ""
 
-#: ../../include/api.php:1271
+#: ../../include/api.php:1272
 msgid "There is no status with this id."
 msgstr ""
 
-#: ../../include/api.php:1341
+#: ../../include/api.php:1342
 msgid "There is no conversation with this id."
 msgstr ""
 
-#: ../../include/api.php:1613
+#: ../../include/api.php:1614
 msgid "Invalid request."
 msgstr ""
 
-#: ../../include/api.php:1624
+#: ../../include/api.php:1625
 msgid "Invalid item."
 msgstr ""
 
-#: ../../include/api.php:1634
+#: ../../include/api.php:1635
 msgid "Invalid action. "
 msgstr ""
 
-#: ../../include/api.php:1642
+#: ../../include/api.php:1643
 msgid "DB error"
 msgstr ""
 
@@ -7055,15 +7124,15 @@ msgstr ""
 msgid "Sharing notification from Diaspora network"
 msgstr ""
 
-#: ../../include/diaspora.php:2332
+#: ../../include/diaspora.php:2520
 msgid "Attachments:"
 msgstr ""
 
-#: ../../include/items.php:4526
+#: ../../include/items.php:4555
 msgid "Do you really want to delete this item?"
 msgstr ""
 
-#: ../../include/items.php:4749
+#: ../../include/items.php:4778
 msgid "Archives"
 msgstr ""
 
@@ -7308,238 +7377,238 @@ msgstr ""
 msgid "%s Administrator"
 msgstr ""
 
-#: ../../include/enotify.php:61
+#: ../../include/enotify.php:64
 #, php-format
 msgid "%s <!item_type!>"
 msgstr ""
 
-#: ../../include/enotify.php:65
+#: ../../include/enotify.php:68
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr ""
 
-#: ../../include/enotify.php:67
+#: ../../include/enotify.php:70
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr ""
 
-#: ../../include/enotify.php:68
+#: ../../include/enotify.php:71
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr ""
 
-#: ../../include/enotify.php:68
+#: ../../include/enotify.php:71
 msgid "a private message"
 msgstr ""
 
-#: ../../include/enotify.php:69
+#: ../../include/enotify.php:72
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr ""
 
-#: ../../include/enotify.php:121
+#: ../../include/enotify.php:124
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr ""
 
-#: ../../include/enotify.php:128
+#: ../../include/enotify.php:131
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr ""
 
-#: ../../include/enotify.php:136
+#: ../../include/enotify.php:139
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr ""
 
-#: ../../include/enotify.php:146
+#: ../../include/enotify.php:149
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:147
+#: ../../include/enotify.php:150
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr ""
 
-#: ../../include/enotify.php:150 ../../include/enotify.php:165
-#: ../../include/enotify.php:178 ../../include/enotify.php:191
-#: ../../include/enotify.php:209 ../../include/enotify.php:222
+#: ../../include/enotify.php:153 ../../include/enotify.php:168
+#: ../../include/enotify.php:181 ../../include/enotify.php:194
+#: ../../include/enotify.php:212 ../../include/enotify.php:225
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr ""
 
-#: ../../include/enotify.php:157
+#: ../../include/enotify.php:160
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr ""
 
-#: ../../include/enotify.php:159
+#: ../../include/enotify.php:162
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:161
+#: ../../include/enotify.php:164
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr ""
 
-#: ../../include/enotify.php:172
+#: ../../include/enotify.php:175
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr ""
 
-#: ../../include/enotify.php:173
+#: ../../include/enotify.php:176
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:174
+#: ../../include/enotify.php:177
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr ""
 
-#: ../../include/enotify.php:185
+#: ../../include/enotify.php:188
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr ""
 
-#: ../../include/enotify.php:186
+#: ../../include/enotify.php:189
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:187
+#: ../../include/enotify.php:190
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr ""
 
-#: ../../include/enotify.php:199
+#: ../../include/enotify.php:202
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr ""
 
-#: ../../include/enotify.php:200
+#: ../../include/enotify.php:203
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:201
+#: ../../include/enotify.php:204
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr ""
 
-#: ../../include/enotify.php:216
+#: ../../include/enotify.php:219
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr ""
 
-#: ../../include/enotify.php:217
+#: ../../include/enotify.php:220
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:218
+#: ../../include/enotify.php:221
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr ""
 
-#: ../../include/enotify.php:229
+#: ../../include/enotify.php:232
 msgid "[Friendica:Notify] Introduction received"
 msgstr ""
 
-#: ../../include/enotify.php:230
+#: ../../include/enotify.php:233
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:231
+#: ../../include/enotify.php:234
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr ""
 
-#: ../../include/enotify.php:234 ../../include/enotify.php:276
+#: ../../include/enotify.php:237 ../../include/enotify.php:279
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr ""
 
-#: ../../include/enotify.php:236
+#: ../../include/enotify.php:239
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr ""
 
-#: ../../include/enotify.php:244
+#: ../../include/enotify.php:247
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr ""
 
-#: ../../include/enotify.php:245 ../../include/enotify.php:246
+#: ../../include/enotify.php:248 ../../include/enotify.php:249
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:252
+#: ../../include/enotify.php:255
 msgid "[Friendica:Notify] You have a new follower"
 msgstr ""
 
-#: ../../include/enotify.php:253 ../../include/enotify.php:254
+#: ../../include/enotify.php:256 ../../include/enotify.php:257
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr ""
 
-#: ../../include/enotify.php:267
+#: ../../include/enotify.php:270
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr ""
 
-#: ../../include/enotify.php:268
+#: ../../include/enotify.php:271
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:269
+#: ../../include/enotify.php:272
 #, php-format
 msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr ""
 
-#: ../../include/enotify.php:274
+#: ../../include/enotify.php:277
 msgid "Name:"
 msgstr ""
 
-#: ../../include/enotify.php:275
+#: ../../include/enotify.php:278
 msgid "Photo:"
 msgstr ""
 
-#: ../../include/enotify.php:278
+#: ../../include/enotify.php:281
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr ""
 
-#: ../../include/enotify.php:286 ../../include/enotify.php:299
+#: ../../include/enotify.php:289 ../../include/enotify.php:302
 msgid "[Friendica:Notify] Connection accepted"
 msgstr ""
 
-#: ../../include/enotify.php:287 ../../include/enotify.php:300
+#: ../../include/enotify.php:290 ../../include/enotify.php:303
 #, php-format
 msgid "'%1$s' has acepted your connection request at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:301
+#: ../../include/enotify.php:291 ../../include/enotify.php:304
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr ""
 
-#: ../../include/enotify.php:291
+#: ../../include/enotify.php:294
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and "
 "email\n"
 "\twithout restriction."
 msgstr ""
 
-#: ../../include/enotify.php:294 ../../include/enotify.php:308
+#: ../../include/enotify.php:297 ../../include/enotify.php:311
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr ""
 
-#: ../../include/enotify.php:304
+#: ../../include/enotify.php:307
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
@@ -7548,42 +7617,42 @@ msgid ""
 "automatically."
 msgstr ""
 
-#: ../../include/enotify.php:306
+#: ../../include/enotify.php:309
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future. "
 msgstr ""
 
-#: ../../include/enotify.php:319
+#: ../../include/enotify.php:322
 msgid "[Friendica System:Notify] registration request"
 msgstr ""
 
-#: ../../include/enotify.php:320
+#: ../../include/enotify.php:323
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:321
+#: ../../include/enotify.php:324
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr ""
 
-#: ../../include/enotify.php:324
+#: ../../include/enotify.php:327
 #, php-format
 msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 msgstr ""
 
-#: ../../include/enotify.php:327
+#: ../../include/enotify.php:330
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr ""
 
-#: ../../include/oembed.php:210
+#: ../../include/oembed.php:212
 msgid "Embedded content"
 msgstr ""
 
-#: ../../include/oembed.php:219
+#: ../../include/oembed.php:221
 msgid "Embedding disabled"
 msgstr ""
 
index 9988f36256ecc61eac5b31bef889bc55278dcdc8..b964d224318d8029a8dda11980be870d1785e797 100644 (file)
@@ -63,6 +63,13 @@ SQL="${Q1}${Q2}"
 $MYSQL -uroot -proot -e "$SQL"
 service mysql restart
 
+#configure rudimentary mail server (local delivery only)
+#add Friendica accounts for local user accounts, use email address like vagrant@friendica.dev, read the email with 'mail'.
+debconf-set-selections <<< "postfix postfix/mailname string friendica.dev"
+debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local Only'"
+sudo apt-get install -y postfix mailutils libmailutils-dev
+sudo echo -e "friendica1:      vagrant\nfriendica2:    vagrant\nfriendica3:    vagrant\nfriendica4:    vagrant\nfriendica5:    vagrant" >> /etc/aliases && sudo newaliases
+
 #make the vagrant directory the docroot
 sudo rm -rf /var/www/
 sudo ln -fs /vagrant /var/www
index 2c14e3a70f60ab6897a76f3ad2400bb6a6d26d6f..1c3cac1dbafc66ec638b6d4164df7e01c116032c 100644 (file)
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-01-22 17:30+0100\n"
-"PO-Revision-Date: 2015-01-24 23:18+0000\n"
+"POT-Creation-Date: 2015-02-09 08:57+0100\n"
+"PO-Revision-Date: 2015-02-11 19:36+0000\n"
 "Last-Translator: Michal Šupler <msupler@gmail.com>\n"
 "Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@ msgstr ""
 "Language: cs\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../../mod/contacts.php:107
+#: ../../mod/contacts.php:108
 #, php-format
 msgid "%d contact edited."
 msgid_plural "%d contacts edited"
@@ -27,29 +27,29 @@ msgstr[0] "%d kontakt upraven."
 msgstr[1] "%d kontakty upraveny"
 msgstr[2] "%d kontaktů upraveno"
 
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:271
+#: ../../mod/contacts.php:139 ../../mod/contacts.php:272
 msgid "Could not access contact record."
 msgstr "Nelze získat přístup k záznamu kontaktu."
 
-#: ../../mod/contacts.php:152
+#: ../../mod/contacts.php:153
 msgid "Could not locate selected profile."
 msgstr "Nelze nalézt vybraný profil."
 
-#: ../../mod/contacts.php:185
+#: ../../mod/contacts.php:186
 msgid "Contact updated."
 msgstr "Kontakt aktualizován."
 
-#: ../../mod/contacts.php:187 ../../mod/dfrn_request.php:576
+#: ../../mod/contacts.php:188 ../../mod/dfrn_request.php:576
 msgid "Failed to update contact record."
 msgstr "Nepodařilo se aktualizovat kontakt."
 
-#: ../../mod/contacts.php:253 ../../mod/manage.php:96
-#: ../../mod/display.php:475 ../../mod/profile_photo.php:19
+#: ../../mod/contacts.php:254 ../../mod/manage.php:96
+#: ../../mod/display.php:499 ../../mod/profile_photo.php:19
 #: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
 #: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
 #: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
 #: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
-#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:22
+#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:24
 #: ../../mod/notifications.php:66 ../../mod/message.php:38
 #: ../../mod/message.php:174 ../../mod/crepair.php:119
 #: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
@@ -59,44 +59,44 @@ msgstr "Nepodařilo se aktualizovat kontakt."
 #: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
 #: ../../mod/settings.php:596 ../../mod/settings.php:601
 #: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
-#: ../../mod/suggest.php:58 ../../mod/profiles.php:148
-#: ../../mod/profiles.php:584 ../../mod/editpost.php:10 ../../mod/api.php:26
+#: ../../mod/suggest.php:58 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:618 ../../mod/editpost.php:10 ../../mod/api.php:26
 #: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
 #: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
 #: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
-#: ../../mod/attach.php:33 ../../include/items.php:4683 ../../index.php:369
+#: ../../mod/attach.php:33 ../../include/items.php:4712 ../../index.php:369
 msgid "Permission denied."
 msgstr "Přístup odmítnut."
 
-#: ../../mod/contacts.php:286
+#: ../../mod/contacts.php:287
 msgid "Contact has been blocked"
 msgstr "Kontakt byl zablokován"
 
-#: ../../mod/contacts.php:286
+#: ../../mod/contacts.php:287
 msgid "Contact has been unblocked"
 msgstr "Kontakt byl odblokován"
 
-#: ../../mod/contacts.php:297
+#: ../../mod/contacts.php:298
 msgid "Contact has been ignored"
 msgstr "Kontakt bude ignorován"
 
-#: ../../mod/contacts.php:297
+#: ../../mod/contacts.php:298
 msgid "Contact has been unignored"
 msgstr "Kontakt přestal být ignorován"
 
-#: ../../mod/contacts.php:309
+#: ../../mod/contacts.php:310
 msgid "Contact has been archived"
 msgstr "Kontakt byl archivován"
 
-#: ../../mod/contacts.php:309
+#: ../../mod/contacts.php:310
 msgid "Contact has been unarchived"
 msgstr "Kontakt byl vrácen z archívu."
 
-#: ../../mod/contacts.php:334 ../../mod/contacts.php:710
+#: ../../mod/contacts.php:335 ../../mod/contacts.php:711
 msgid "Do you really want to delete this contact?"
 msgstr "Opravdu chcete smazat tento kontakt?"
 
-#: ../../mod/contacts.php:336 ../../mod/message.php:209
+#: ../../mod/contacts.php:337 ../../mod/message.php:209
 #: ../../mod/settings.php:1010 ../../mod/settings.php:1016
 #: ../../mod/settings.php:1024 ../../mod/settings.php:1028
 #: ../../mod/settings.php:1033 ../../mod/settings.php:1039
@@ -105,66 +105,66 @@ msgstr "Opravdu chcete smazat tento kontakt?"
 #: ../../mod/settings.php:1083 ../../mod/settings.php:1084
 #: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
 #: ../../mod/register.php:233 ../../mod/suggest.php:29
-#: ../../mod/profiles.php:627 ../../mod/profiles.php:630 ../../mod/api.php:105
-#: ../../include/items.php:4528
+#: ../../mod/profiles.php:661 ../../mod/profiles.php:664 ../../mod/api.php:105
+#: ../../include/items.php:4557
 msgid "Yes"
 msgstr "Ano"
 
-#: ../../mod/contacts.php:339 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/contacts.php:340 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
 #: ../../mod/message.php:212 ../../mod/fbrowser.php:81
 #: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
 #: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
 #: ../../mod/suggest.php:32 ../../mod/editpost.php:148
 #: ../../mod/photos.php:203 ../../mod/photos.php:292
-#: ../../include/conversation.php:1129 ../../include/items.php:4531
+#: ../../include/conversation.php:1129 ../../include/items.php:4560
 msgid "Cancel"
 msgstr "Zrušit"
 
-#: ../../mod/contacts.php:351
+#: ../../mod/contacts.php:352
 msgid "Contact has been removed."
 msgstr "Kontakt byl odstraněn."
 
-#: ../../mod/contacts.php:389
+#: ../../mod/contacts.php:390
 #, php-format
 msgid "You are mutual friends with %s"
 msgstr "Jste vzájemní přátelé s uživatelem %s"
 
-#: ../../mod/contacts.php:393
+#: ../../mod/contacts.php:394
 #, php-format
 msgid "You are sharing with %s"
 msgstr "Sdílíte s uživatelem %s"
 
-#: ../../mod/contacts.php:398
+#: ../../mod/contacts.php:399
 #, php-format
 msgid "%s is sharing with you"
 msgstr "uživatel %s sdílí s vámi"
 
-#: ../../mod/contacts.php:415
+#: ../../mod/contacts.php:416
 msgid "Private communications are not available for this contact."
 msgstr "Soukromá komunikace není dostupná pro tento kontakt."
 
-#: ../../mod/contacts.php:418 ../../mod/admin.php:546
+#: ../../mod/contacts.php:419 ../../mod/admin.php:569
 msgid "Never"
 msgstr "Nikdy"
 
-#: ../../mod/contacts.php:422
+#: ../../mod/contacts.php:423
 msgid "(Update was successful)"
 msgstr "(Aktualizace byla úspěšná)"
 
-#: ../../mod/contacts.php:422
+#: ../../mod/contacts.php:423
 msgid "(Update was not successful)"
 msgstr "(Aktualizace nebyla úspěšná)"
 
-#: ../../mod/contacts.php:424
+#: ../../mod/contacts.php:425
 msgid "Suggest friends"
 msgstr "Navrhněte přátelé"
 
-#: ../../mod/contacts.php:428
+#: ../../mod/contacts.php:429
 #, php-format
 msgid "Network type: %s"
 msgstr "Typ sítě: %s"
 
-#: ../../mod/contacts.php:431 ../../include/contact_widgets.php:200
+#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200
 #, php-format
 msgid "%d contact in common"
 msgid_plural "%d contacts in common"
@@ -172,73 +172,73 @@ msgstr[0] "%d sdílený kontakt"
 msgstr[1] "%d sdílených kontaktů"
 msgstr[2] "%d sdílených kontaktů"
 
-#: ../../mod/contacts.php:436
+#: ../../mod/contacts.php:437
 msgid "View all contacts"
 msgstr "Zobrazit všechny kontakty"
 
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:981
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1009
 msgid "Unblock"
 msgstr "Odblokovat"
 
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:980
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1008
 msgid "Block"
 msgstr "Blokovat"
 
-#: ../../mod/contacts.php:444
+#: ../../mod/contacts.php:445
 msgid "Toggle Blocked status"
 msgstr "Přepnout stav Blokováno"
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715
 msgid "Unignore"
 msgstr "Přestat ignorovat"
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714 ../../mod/notifications.php:51
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715 ../../mod/notifications.php:51
 #: ../../mod/notifications.php:164 ../../mod/notifications.php:210
 msgid "Ignore"
 msgstr "Ignorovat"
 
-#: ../../mod/contacts.php:450
+#: ../../mod/contacts.php:451
 msgid "Toggle Ignored status"
 msgstr "Přepnout stav Ignorováno"
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
 msgid "Unarchive"
 msgstr "Vrátit z archívu"
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
 msgid "Archive"
 msgstr "Archivovat"
 
-#: ../../mod/contacts.php:457
+#: ../../mod/contacts.php:458
 msgid "Toggle Archive status"
 msgstr "Přepnout stav Archivováno"
 
-#: ../../mod/contacts.php:460
+#: ../../mod/contacts.php:461
 msgid "Repair"
 msgstr "Opravit"
 
-#: ../../mod/contacts.php:463
+#: ../../mod/contacts.php:464
 msgid "Advanced Contact Settings"
 msgstr "Pokročilé nastavení kontaktu"
 
-#: ../../mod/contacts.php:469
+#: ../../mod/contacts.php:470
 msgid "Communications lost with this contact!"
 msgstr "Komunikace s tímto kontaktem byla ztracena!"
 
-#: ../../mod/contacts.php:472
+#: ../../mod/contacts.php:473
 msgid "Contact Editor"
 msgstr "Editor kontaktu"
 
-#: ../../mod/contacts.php:474 ../../mod/manage.php:110
+#: ../../mod/contacts.php:475 ../../mod/manage.php:110
 #: ../../mod/fsuggest.php:107 ../../mod/message.php:335
 #: ../../mod/message.php:564 ../../mod/crepair.php:186
 #: ../../mod/events.php:478 ../../mod/content.php:710
 #: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
-#: ../../mod/profiles.php:652 ../../mod/localtime.php:45
+#: ../../mod/profiles.php:686 ../../mod/localtime.php:45
 #: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
 #: ../../mod/photos.php:1203 ../../mod/photos.php:1514
 #: ../../mod/photos.php:1565 ../../mod/photos.php:1609
@@ -251,215 +251,215 @@ msgstr "Editor kontaktu"
 msgid "Submit"
 msgstr "Odeslat"
 
-#: ../../mod/contacts.php:475
+#: ../../mod/contacts.php:476
 msgid "Profile Visibility"
 msgstr "Viditelnost profilu"
 
-#: ../../mod/contacts.php:476
+#: ../../mod/contacts.php:477
 #, php-format
 msgid ""
 "Please choose the profile you would like to display to %s when viewing your "
 "profile securely."
 msgstr "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu."
 
-#: ../../mod/contacts.php:477
+#: ../../mod/contacts.php:478
 msgid "Contact Information / Notes"
 msgstr "Kontaktní informace / poznámky"
 
-#: ../../mod/contacts.php:478
+#: ../../mod/contacts.php:479
 msgid "Edit contact notes"
 msgstr "Editovat poznámky kontaktu"
 
-#: ../../mod/contacts.php:483 ../../mod/contacts.php:678
-#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:679
+#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40
 #, php-format
 msgid "Visit %s's profile [%s]"
 msgstr "Navštivte profil uživatele %s [%s]"
 
-#: ../../mod/contacts.php:484
+#: ../../mod/contacts.php:485
 msgid "Block/Unblock contact"
 msgstr "Blokovat / Odblokovat kontakt"
 
-#: ../../mod/contacts.php:485
+#: ../../mod/contacts.php:486
 msgid "Ignore contact"
 msgstr "Ignorovat kontakt"
 
-#: ../../mod/contacts.php:486
+#: ../../mod/contacts.php:487
 msgid "Repair URL settings"
 msgstr "Opravit nastavení adresy URL "
 
-#: ../../mod/contacts.php:487
+#: ../../mod/contacts.php:488
 msgid "View conversations"
 msgstr "Zobrazit konverzace"
 
-#: ../../mod/contacts.php:489
+#: ../../mod/contacts.php:490
 msgid "Delete contact"
 msgstr "Odstranit kontakt"
 
-#: ../../mod/contacts.php:493
+#: ../../mod/contacts.php:494
 msgid "Last update:"
 msgstr "Poslední aktualizace:"
 
-#: ../../mod/contacts.php:495
+#: ../../mod/contacts.php:496
 msgid "Update public posts"
 msgstr "Aktualizovat veřejné příspěvky"
 
-#: ../../mod/contacts.php:497 ../../mod/admin.php:1475
+#: ../../mod/contacts.php:498 ../../mod/admin.php:1503
 msgid "Update now"
 msgstr "Aktualizovat"
 
-#: ../../mod/contacts.php:504
+#: ../../mod/contacts.php:505
 msgid "Currently blocked"
 msgstr "V současnosti zablokováno"
 
-#: ../../mod/contacts.php:505
+#: ../../mod/contacts.php:506
 msgid "Currently ignored"
 msgstr "V současnosti ignorováno"
 
-#: ../../mod/contacts.php:506
+#: ../../mod/contacts.php:507
 msgid "Currently archived"
 msgstr "Aktuálně archivován"
 
-#: ../../mod/contacts.php:507 ../../mod/notifications.php:157
+#: ../../mod/contacts.php:508 ../../mod/notifications.php:157
 #: ../../mod/notifications.php:204
 msgid "Hide this contact from others"
 msgstr "Skrýt tento kontakt před ostatními"
 
-#: ../../mod/contacts.php:507
+#: ../../mod/contacts.php:508
 msgid ""
 "Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr "Odpovědi/Libí se na Vaše veřejné příspěvky <strong>mohou být</strong> stále viditelné"
 
-#: ../../mod/contacts.php:508
+#: ../../mod/contacts.php:509
 msgid "Notification for new posts"
 msgstr "Upozornění na nové příspěvky"
 
-#: ../../mod/contacts.php:508
+#: ../../mod/contacts.php:509
 msgid "Send a notification of every new post of this contact"
 msgstr "Poslat upozornění při každém novém příspěvku tohoto kontaktu"
 
-#: ../../mod/contacts.php:509
+#: ../../mod/contacts.php:510
 msgid "Fetch further information for feeds"
-msgstr "Načíst další informace pro kanál"
+msgstr "Načítat další informace pro kanál"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Disabled"
 msgstr "Zakázáno"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Fetch information"
-msgstr "Načíst informace"
+msgstr "Načítat informace"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Fetch information and keywords"
-msgstr "Načíst informace a klíčová slova"
+msgstr "Načítat informace a klíčová slova"
 
-#: ../../mod/contacts.php:512
+#: ../../mod/contacts.php:513
 msgid "Blacklisted keywords"
 msgstr "Zakázaná klíčová slova"
 
-#: ../../mod/contacts.php:512
+#: ../../mod/contacts.php:513
 msgid ""
 "Comma separated list of keywords that should not be converted to hashtags, "
 "when \"Fetch information and keywords\" is selected"
-msgstr ""
+msgstr "Čárkou oddělený seznam klíčových slov, které by neměly být převáděna na hashtagy, když je zvoleno \"Načítat informace a klíčová slova\""
 
-#: ../../mod/contacts.php:563
+#: ../../mod/contacts.php:564
 msgid "Suggestions"
 msgstr "Doporučení"
 
-#: ../../mod/contacts.php:566
+#: ../../mod/contacts.php:567
 msgid "Suggest potential friends"
 msgstr "Navrhnout potenciální přátele"
 
-#: ../../mod/contacts.php:569 ../../mod/group.php:194
+#: ../../mod/contacts.php:570 ../../mod/group.php:194
 msgid "All Contacts"
 msgstr "Všechny kontakty"
 
-#: ../../mod/contacts.php:572
+#: ../../mod/contacts.php:573
 msgid "Show all contacts"
 msgstr "Zobrazit všechny kontakty"
 
-#: ../../mod/contacts.php:575
+#: ../../mod/contacts.php:576
 msgid "Unblocked"
 msgstr "Odblokován"
 
-#: ../../mod/contacts.php:578
+#: ../../mod/contacts.php:579
 msgid "Only show unblocked contacts"
 msgstr "Zobrazit pouze neblokované kontakty"
 
-#: ../../mod/contacts.php:582
+#: ../../mod/contacts.php:583
 msgid "Blocked"
 msgstr "Blokován"
 
-#: ../../mod/contacts.php:585
+#: ../../mod/contacts.php:586
 msgid "Only show blocked contacts"
 msgstr "Zobrazit pouze blokované kontakty"
 
-#: ../../mod/contacts.php:589
+#: ../../mod/contacts.php:590
 msgid "Ignored"
 msgstr "Ignorován"
 
-#: ../../mod/contacts.php:592
+#: ../../mod/contacts.php:593
 msgid "Only show ignored contacts"
 msgstr "Zobrazit pouze ignorované kontakty"
 
-#: ../../mod/contacts.php:596
+#: ../../mod/contacts.php:597
 msgid "Archived"
 msgstr "Archivován"
 
-#: ../../mod/contacts.php:599
+#: ../../mod/contacts.php:600
 msgid "Only show archived contacts"
 msgstr "Zobrazit pouze archivované kontakty"
 
-#: ../../mod/contacts.php:603
+#: ../../mod/contacts.php:604
 msgid "Hidden"
 msgstr "Skrytý"
 
-#: ../../mod/contacts.php:606
+#: ../../mod/contacts.php:607
 msgid "Only show hidden contacts"
 msgstr "Zobrazit pouze skryté kontakty"
 
-#: ../../mod/contacts.php:654
+#: ../../mod/contacts.php:655
 msgid "Mutual Friendship"
 msgstr "Vzájemné přátelství"
 
-#: ../../mod/contacts.php:658
+#: ../../mod/contacts.php:659
 msgid "is a fan of yours"
 msgstr "je Váš fanoušek"
 
-#: ../../mod/contacts.php:662
+#: ../../mod/contacts.php:663
 msgid "you are a fan of"
 msgstr "jste fanouškem"
 
-#: ../../mod/contacts.php:679 ../../mod/nogroup.php:41
+#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41
 msgid "Edit contact"
 msgstr "Editovat kontakt"
 
-#: ../../mod/contacts.php:701 ../../include/nav.php:175
+#: ../../mod/contacts.php:702 ../../include/nav.php:177
 #: ../../view/theme/diabook/theme.php:125
 msgid "Contacts"
 msgstr "Kontakty"
 
-#: ../../mod/contacts.php:705
+#: ../../mod/contacts.php:706
 msgid "Search your contacts"
 msgstr "Prohledat Vaše kontakty"
 
-#: ../../mod/contacts.php:706 ../../mod/directory.php:61
+#: ../../mod/contacts.php:707 ../../mod/directory.php:61
 msgid "Finding: "
 msgstr "Zjištění: "
 
-#: ../../mod/contacts.php:707 ../../mod/directory.php:63
+#: ../../mod/contacts.php:708 ../../mod/directory.php:63
 #: ../../include/contact_widgets.php:34
 msgid "Find"
 msgstr "Najít"
 
-#: ../../mod/contacts.php:712 ../../mod/settings.php:132
+#: ../../mod/contacts.php:713 ../../mod/settings.php:132
 #: ../../mod/settings.php:640
 msgid "Update"
 msgstr "Aktualizace"
 
-#: ../../mod/contacts.php:716 ../../mod/group.php:171 ../../mod/admin.php:979
+#: ../../mod/contacts.php:717 ../../mod/group.php:171 ../../mod/admin.php:1007
 #: ../../mod/content.php:438 ../../mod/content.php:741
 #: ../../mod/settings.php:677 ../../mod/photos.php:1654
 #: ../../object/Item.php:130 ../../include/conversation.php:614
@@ -500,7 +500,7 @@ msgstr "Neplatný identifikátor profilu."
 msgid "Profile Visibility Editor"
 msgstr "Editor viditelnosti profilu "
 
-#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2114
+#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2119
 #: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
 #: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
 msgid "Profile"
@@ -518,25 +518,25 @@ msgstr "Viditelný pro"
 msgid "All Contacts (with secure profile access)"
 msgstr "Všechny kontakty (se zabezpečeným přístupovým profilem )"
 
-#: ../../mod/display.php:70 ../../mod/display.php:260
-#: ../../mod/display.php:479 ../../mod/viewsrc.php:15 ../../mod/admin.php:166
-#: ../../mod/admin.php:1024 ../../mod/admin.php:1237 ../../mod/notice.php:15
-#: ../../include/items.php:4487
+#: ../../mod/display.php:82 ../../mod/display.php:284
+#: ../../mod/display.php:503 ../../mod/viewsrc.php:15 ../../mod/admin.php:169
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1265 ../../mod/notice.php:15
+#: ../../include/items.php:4516
 msgid "Item not found."
 msgstr "Položka nenalezena."
 
-#: ../../mod/display.php:200 ../../mod/videos.php:115
-#: ../../mod/viewcontacts.php:17 ../../mod/community.php:18
+#: ../../mod/display.php:212 ../../mod/videos.php:115
+#: ../../mod/viewcontacts.php:19 ../../mod/community.php:18
 #: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
 #: ../../mod/directory.php:33 ../../mod/photos.php:920
 msgid "Public access denied."
 msgstr "Veřejný přístup odepřen."
 
-#: ../../mod/display.php:308 ../../mod/profile.php:155
+#: ../../mod/display.php:332 ../../mod/profile.php:155
 msgid "Access to this profile has been restricted."
 msgstr "Přístup na tento profil byl omezen."
 
-#: ../../mod/display.php:472
+#: ../../mod/display.php:496
 msgid "Item has been removed."
 msgstr "Položka byla odstraněna."
 
@@ -571,9 +571,9 @@ msgid ""
 " join."
 msgstr "Na Vaší stránce <em>Rychlý Start</em> - naleznete stručné představení k Vašemu profilu a záložce Síť, k vytvoření spojení s novými kontakty a nalezení skupin, ke kterým se můžete připojit."
 
-#: ../../mod/newmember.php:22 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1297 ../../mod/settings.php:85
-#: ../../include/nav.php:170 ../../view/theme/diabook/theme.php:544
+#: ../../mod/newmember.php:22 ../../mod/admin.php:1104
+#: ../../mod/admin.php:1325 ../../mod/settings.php:85
+#: ../../include/nav.php:172 ../../view/theme/diabook/theme.php:544
 #: ../../view/theme/diabook/theme.php:648
 msgid "Settings"
 msgstr "Nastavení"
@@ -598,7 +598,7 @@ msgid ""
 msgstr "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný, leda by všichni vaši potenciální přátelé věděli, jak vás přesně najít."
 
 #: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-#: ../../mod/profiles.php:665
+#: ../../mod/profiles.php:699
 msgid "Upload Profile Photo"
 msgstr "Nahrát profilovou fotografii"
 
@@ -839,7 +839,7 @@ msgstr "Nahrání obrázku selhalo."
 
 #: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
 #: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../include/text.php:1965 ../../include/diaspora.php:1919
+#: ../../include/text.php:1968 ../../include/diaspora.php:2087
 #: ../../view/theme/diabook/theme.php:471
 msgid "photo"
 msgstr "fotografie"
@@ -847,7 +847,7 @@ msgstr "fotografie"
 #: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
 #: ../../mod/like.php:319 ../../include/conversation.php:121
 #: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../include/diaspora.php:1919
+#: ../../include/conversation.php:258 ../../include/diaspora.php:2087
 #: ../../view/theme/diabook/theme.php:466
 #: ../../view/theme/diabook/theme.php:475
 msgid "status"
@@ -884,7 +884,7 @@ msgid "- select -"
 msgstr "- vyber -"
 
 #: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
-#: ../../include/text.php:955
+#: ../../include/text.php:956
 msgid "Save"
 msgstr "Uložit"
 
@@ -992,8 +992,8 @@ msgid "No installed applications."
 msgstr "Žádné nainstalované aplikace."
 
 #: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
-#: ../../mod/profiles.php:133 ../../mod/profiles.php:162
-#: ../../mod/profiles.php:596
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:630
 msgid "Profile not found."
 msgstr "Profil nenalezen"
 
@@ -1080,7 +1080,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr "Nelze aktualizovat Váš profil v našem systému"
 
 #: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
-#: ../../include/items.php:3979
+#: ../../include/items.php:4008
 msgid "[Name Withheld]"
 msgstr "[Jméno odepřeno]"
 
@@ -1089,7 +1089,7 @@ msgstr "[Jméno odepřeno]"
 msgid "%1$s has joined %2$s"
 msgstr "%1$s se připojil k %2$s"
 
-#: ../../mod/profile.php:21 ../../boot.php:1453
+#: ../../mod/profile.php:21 ../../boot.php:1458
 msgid "Requested profile is not available."
 msgstr "Požadovaný profil není k dispozici."
 
@@ -1105,7 +1105,7 @@ msgstr "Není vybráno žádné video"
 msgid "Access to this item is restricted."
 msgstr "Přístup k této položce je omezen."
 
-#: ../../mod/videos.php:301 ../../include/text.php:1402
+#: ../../mod/videos.php:301 ../../include/text.php:1405
 msgid "View Video"
 msgstr "Zobrazit video"
 
@@ -1161,7 +1161,7 @@ msgid ""
 "\n"
 "\t\tYour password will not be changed unless we can verify that you\n"
 "\t\tissued this request."
-msgstr ""
+msgstr "\n\t\tDrahý %1$s,\n\t\t\tNa \"%2$s\" jsme obdrželi  požadavek na obnovu vašeho hesla \n\t\tpassword. Pro potvrzení žádosti prosím klikněte na zaslaný verifikační odkaz níže nebo si ho zkopírujte do adresní řádky prohlížeče.\n\n\t\tPokud jste tuto žádost nezasílaliI prosím na uvedený odkaz neklikejte a tento email smažte.\n\n\t\tVaše heslo nebude změněno dokud nebudeme moci oveřit, že jste autorem této žádosti."
 
 #: ../../mod/lostpass.php:53
 #, php-format
@@ -1191,7 +1191,7 @@ msgid ""
 "Password reset failed."
 msgstr "Žádost nemohla být ověřena. (Možná jste ji odeslali již dříve.) Obnovení hesla se nezdařilo."
 
-#: ../../mod/lostpass.php:109 ../../boot.php:1275
+#: ../../mod/lostpass.php:109 ../../boot.php:1280
 msgid "Password Reset"
 msgstr "Obnovení hesla"
 
@@ -1266,7 +1266,7 @@ msgid "Reset"
 msgstr "Reset"
 
 #: ../../mod/like.php:166 ../../include/conversation.php:137
-#: ../../include/diaspora.php:1935 ../../view/theme/diabook/theme.php:480
+#: ../../include/diaspora.php:2103 ../../view/theme/diabook/theme.php:480
 #, php-format
 msgid "%1$s likes %2$s's %3$s"
 msgstr "%1$s má rád %2$s' na %3$s"
@@ -1321,11 +1321,11 @@ msgstr "{0} označen %s' příspěvek s #%s"
 msgid "{0} mentioned you in a post"
 msgstr "{0} vás zmínil v příspěvku"
 
-#: ../../mod/viewcontacts.php:39
+#: ../../mod/viewcontacts.php:41
 msgid "No contacts."
 msgstr "Žádné kontakty."
 
-#: ../../mod/viewcontacts.php:76 ../../include/text.php:875
+#: ../../mod/viewcontacts.php:78 ../../include/text.php:876
 msgid "View Contacts"
 msgstr "Zobrazit kontakty"
 
@@ -1342,7 +1342,7 @@ msgstr "Odstranit"
 msgid "System"
 msgstr "Systém"
 
-#: ../../mod/notifications.php:83 ../../include/nav.php:143
+#: ../../mod/notifications.php:83 ../../include/nav.php:145
 msgid "Network"
 msgstr "Síť"
 
@@ -1351,11 +1351,11 @@ msgid "Personal"
 msgstr "Osobní"
 
 #: ../../mod/notifications.php:93 ../../include/nav.php:105
-#: ../../include/nav.php:146 ../../view/theme/diabook/theme.php:123
+#: ../../include/nav.php:148 ../../view/theme/diabook/theme.php:123
 msgid "Home"
 msgstr "Domů"
 
-#: ../../mod/notifications.php:98 ../../include/nav.php:152
+#: ../../mod/notifications.php:98 ../../include/nav.php:154
 msgid "Introductions"
 msgstr "Představení"
 
@@ -1389,7 +1389,7 @@ msgid "if applicable"
 msgstr "je-li použitelné"
 
 #: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:977
+#: ../../mod/admin.php:1005
 msgid "Approve"
 msgstr "Schválit"
 
@@ -1433,7 +1433,7 @@ msgstr "Nový následovník"
 msgid "No introductions."
 msgstr "Žádné představení."
 
-#: ../../mod/notifications.php:220 ../../include/nav.php:153
+#: ../../mod/notifications.php:220 ../../include/nav.php:155
 msgid "Notifications"
 msgstr "Upozornění"
 
@@ -1554,7 +1554,7 @@ msgstr "Zde není nic nového"
 msgid "Clear notifications"
 msgstr "Smazat notifikace"
 
-#: ../../mod/message.php:9 ../../include/nav.php:162
+#: ../../mod/message.php:9 ../../include/nav.php:164
 msgid "New Message"
 msgstr "Nová zpráva"
 
@@ -1578,7 +1578,7 @@ msgstr "Sběr zpráv selhal."
 msgid "Message sent."
 msgstr "Zpráva odeslána."
 
-#: ../../mod/message.php:182 ../../include/nav.php:159
+#: ../../mod/message.php:182 ../../include/nav.php:161
 msgid "Messages"
 msgstr "Zprávy"
 
@@ -1739,9 +1739,9 @@ msgstr "Zrcadlit pro přeposlané příspěvky"
 msgid "Mirror as my own posting"
 msgstr "Zrcadlit jako mé vlastní příspěvky"
 
-#: ../../mod/crepair.php:165 ../../mod/admin.php:975 ../../mod/admin.php:987
-#: ../../mod/admin.php:988 ../../mod/admin.php:1001 ../../mod/settings.php:616
-#: ../../mod/settings.php:642
+#: ../../mod/crepair.php:165 ../../mod/admin.php:1003 ../../mod/admin.php:1015
+#: ../../mod/admin.php:1016 ../../mod/admin.php:1029
+#: ../../mod/settings.php:616 ../../mod/settings.php:642
 msgid "Name"
 msgstr "Jméno"
 
@@ -1791,6 +1791,14 @@ msgid ""
 "entries from this contact."
 msgstr "Označit tento kontakt jako \"remote_self\", s tímto nastavením freindica bude přeposílat všechny nové příspěvky od tohoto kontaktu."
 
+#: ../../mod/bookmarklet.php:12 ../../boot.php:1266 ../../include/nav.php:92
+msgid "Login"
+msgstr "Přihlásit se"
+
+#: ../../mod/bookmarklet.php:41
+msgid "The post was created"
+msgstr "Příspěvek byl vytvořen"
+
 #: ../../mod/viewsrc.php:7
 msgid "Access denied."
 msgstr "Přístup odmítnut"
@@ -1803,7 +1811,7 @@ msgstr "Vyhledávání lidí"
 msgid "No matches"
 msgstr "Žádné shody"
 
-#: ../../mod/fbrowser.php:25 ../../boot.php:2121 ../../include/nav.php:78
+#: ../../mod/fbrowser.php:25 ../../boot.php:2126 ../../include/nav.php:78
 #: ../../view/theme/diabook/theme.php:126
 msgid "Photos"
 msgstr "Fotografie"
@@ -1820,20 +1828,20 @@ msgstr "Kontakty, které nejsou členy skupiny"
 msgid "Theme settings updated."
 msgstr "Nastavení téma zobrazení bylo aktualizováno."
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:596
+#: ../../mod/admin.php:104 ../../mod/admin.php:619
 msgid "Site"
 msgstr "Web"
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:970 ../../mod/admin.php:985
+#: ../../mod/admin.php:105 ../../mod/admin.php:998 ../../mod/admin.php:1013
 msgid "Users"
 msgstr "Uživatelé"
 
-#: ../../mod/admin.php:106 ../../mod/admin.php:1074 ../../mod/admin.php:1127
+#: ../../mod/admin.php:106 ../../mod/admin.php:1102 ../../mod/admin.php:1155
 #: ../../mod/settings.php:57
 msgid "Plugins"
 msgstr "Pluginy"
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1295 ../../mod/admin.php:1329
+#: ../../mod/admin.php:107 ../../mod/admin.php:1323 ../../mod/admin.php:1357
 msgid "Themes"
 msgstr "Témata"
 
@@ -1841,412 +1849,448 @@ msgstr "Témata"
 msgid "DB updates"
 msgstr "Aktualizace databáze"
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1416
+#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1444
 msgid "Logs"
 msgstr "Logy"
 
-#: ../../mod/admin.php:128 ../../include/nav.php:182
+#: ../../mod/admin.php:124
+msgid "probe address"
+msgstr "vyzkoušet adresu"
+
+#: ../../mod/admin.php:125
+msgid "check webfinger"
+msgstr "vyzkoušet webfinger"
+
+#: ../../mod/admin.php:130 ../../include/nav.php:184
 msgid "Admin"
 msgstr "Administrace"
 
-#: ../../mod/admin.php:129
+#: ../../mod/admin.php:131
 msgid "Plugin Features"
 msgstr "Funkčnosti rozšíření"
 
-#: ../../mod/admin.php:131
+#: ../../mod/admin.php:133
+msgid "diagnostics"
+msgstr "diagnostika"
+
+#: ../../mod/admin.php:134
 msgid "User registrations waiting for confirmation"
 msgstr "Registrace uživatele čeká na potvrzení"
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:924
+#: ../../mod/admin.php:193 ../../mod/admin.php:952
 msgid "Normal Account"
 msgstr "Normální účet"
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:925
+#: ../../mod/admin.php:194 ../../mod/admin.php:953
 msgid "Soapbox Account"
 msgstr "Soapbox účet"
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:926
+#: ../../mod/admin.php:195 ../../mod/admin.php:954
 msgid "Community/Celebrity Account"
 msgstr "Komunitní účet / Účet celebrity"
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:927
+#: ../../mod/admin.php:196 ../../mod/admin.php:955
 msgid "Automatic Friend Account"
 msgstr "Účet s automatickým schvalováním přátel"
 
-#: ../../mod/admin.php:194
+#: ../../mod/admin.php:197
 msgid "Blog Account"
 msgstr "Účet Blogu"
 
-#: ../../mod/admin.php:195
+#: ../../mod/admin.php:198
 msgid "Private Forum"
 msgstr "Soukromé fórum"
 
-#: ../../mod/admin.php:214
+#: ../../mod/admin.php:217
 msgid "Message queues"
 msgstr "Fronty zpráv"
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:595 ../../mod/admin.php:969
-#: ../../mod/admin.php:1073 ../../mod/admin.php:1126 ../../mod/admin.php:1294
-#: ../../mod/admin.php:1328 ../../mod/admin.php:1415
+#: ../../mod/admin.php:222 ../../mod/admin.php:618 ../../mod/admin.php:997
+#: ../../mod/admin.php:1101 ../../mod/admin.php:1154 ../../mod/admin.php:1322
+#: ../../mod/admin.php:1356 ../../mod/admin.php:1443
 msgid "Administration"
 msgstr "Administrace"
 
-#: ../../mod/admin.php:220
+#: ../../mod/admin.php:223
 msgid "Summary"
 msgstr "Shrnutí"
 
-#: ../../mod/admin.php:222
+#: ../../mod/admin.php:225
 msgid "Registered users"
 msgstr "Registrovaní uživatelé"
 
-#: ../../mod/admin.php:224
+#: ../../mod/admin.php:227
 msgid "Pending registrations"
 msgstr "Čekající registrace"
 
-#: ../../mod/admin.php:225
+#: ../../mod/admin.php:228
 msgid "Version"
 msgstr "Verze"
 
-#: ../../mod/admin.php:229
+#: ../../mod/admin.php:232
 msgid "Active plugins"
 msgstr "Aktivní pluginy"
 
-#: ../../mod/admin.php:252
+#: ../../mod/admin.php:255
 msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň <schéma>://<doméma>"
 
-#: ../../mod/admin.php:500
+#: ../../mod/admin.php:516
 msgid "Site settings updated."
 msgstr "Nastavení webu aktualizováno."
 
-#: ../../mod/admin.php:529 ../../mod/settings.php:828
+#: ../../mod/admin.php:545 ../../mod/settings.php:828
 msgid "No special theme for mobile devices"
 msgstr "žádné speciální téma pro mobilní zařízení"
 
-#: ../../mod/admin.php:547
+#: ../../mod/admin.php:562
+msgid "No community page"
+msgstr "Komunitní stránka neexistuje"
+
+#: ../../mod/admin.php:563
+msgid "Public postings from users of this site"
+msgstr "Počet veřejných příspěvků od uživatele na této stránce"
+
+#: ../../mod/admin.php:564
+msgid "Global community page"
+msgstr "Globální komunitní stránka"
+
+#: ../../mod/admin.php:570
 msgid "At post arrival"
 msgstr "Při obdržení příspěvku"
 
-#: ../../mod/admin.php:548 ../../include/contact_selectors.php:56
+#: ../../mod/admin.php:571 ../../include/contact_selectors.php:56
 msgid "Frequently"
 msgstr "Často"
 
-#: ../../mod/admin.php:549 ../../include/contact_selectors.php:57
+#: ../../mod/admin.php:572 ../../include/contact_selectors.php:57
 msgid "Hourly"
 msgstr "každou hodinu"
 
-#: ../../mod/admin.php:550 ../../include/contact_selectors.php:58
+#: ../../mod/admin.php:573 ../../include/contact_selectors.php:58
 msgid "Twice daily"
 msgstr "Dvakrát denně"
 
-#: ../../mod/admin.php:551 ../../include/contact_selectors.php:59
+#: ../../mod/admin.php:574 ../../include/contact_selectors.php:59
 msgid "Daily"
 msgstr "denně"
 
-#: ../../mod/admin.php:556
+#: ../../mod/admin.php:579
 msgid "Multi user instance"
 msgstr "Více uživatelská instance"
 
-#: ../../mod/admin.php:579
+#: ../../mod/admin.php:602
 msgid "Closed"
 msgstr "Uzavřeno"
 
-#: ../../mod/admin.php:580
+#: ../../mod/admin.php:603
 msgid "Requires approval"
 msgstr "Vyžaduje schválení"
 
-#: ../../mod/admin.php:581
+#: ../../mod/admin.php:604
 msgid "Open"
 msgstr "Otevřená"
 
-#: ../../mod/admin.php:585
+#: ../../mod/admin.php:608
 msgid "No SSL policy, links will track page SSL state"
 msgstr "Žádná SSL politika, odkazy budou následovat stránky SSL stav"
 
-#: ../../mod/admin.php:586
+#: ../../mod/admin.php:609
 msgid "Force all links to use SSL"
 msgstr "Vyžadovat u všech odkazů použití SSL"
 
-#: ../../mod/admin.php:587
+#: ../../mod/admin.php:610
 msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)"
 
-#: ../../mod/admin.php:597 ../../mod/admin.php:1128 ../../mod/admin.php:1330
-#: ../../mod/admin.php:1417 ../../mod/settings.php:614
+#: ../../mod/admin.php:620 ../../mod/admin.php:1156 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1445 ../../mod/settings.php:614
 #: ../../mod/settings.php:724 ../../mod/settings.php:798
 #: ../../mod/settings.php:880 ../../mod/settings.php:1113
 msgid "Save Settings"
 msgstr "Uložit Nastavení"
 
-#: ../../mod/admin.php:598 ../../mod/register.php:255
+#: ../../mod/admin.php:621 ../../mod/register.php:255
 msgid "Registration"
 msgstr "Registrace"
 
-#: ../../mod/admin.php:599
+#: ../../mod/admin.php:622
 msgid "File upload"
 msgstr "Nahrání souborů"
 
-#: ../../mod/admin.php:600
+#: ../../mod/admin.php:623
 msgid "Policies"
 msgstr "Politiky"
 
-#: ../../mod/admin.php:601
+#: ../../mod/admin.php:624
 msgid "Advanced"
 msgstr "Pokročilé"
 
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:625
 msgid "Performance"
 msgstr "Výkonnost"
 
-#: ../../mod/admin.php:603
+#: ../../mod/admin.php:626
 msgid ""
 "Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr "Změna umístění - Varování: pokročilá funkčnost. Tímto můžete znepřístupnit server."
 
-#: ../../mod/admin.php:606
+#: ../../mod/admin.php:629
 msgid "Site name"
 msgstr "Název webu"
 
-#: ../../mod/admin.php:607
+#: ../../mod/admin.php:630
 msgid "Host name"
-msgstr ""
+msgstr "Jméno hostitele (host name)"
 
-#: ../../mod/admin.php:608
+#: ../../mod/admin.php:631
+msgid "Sender Email"
+msgstr "Email ddesílatele"
+
+#: ../../mod/admin.php:632
 msgid "Banner/Logo"
 msgstr "Banner/logo"
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:633
+msgid "Shortcut icon"
+msgstr "Ikona zkratky"
+
+#: ../../mod/admin.php:634
+msgid "Touch icon"
+msgstr "Dotyková ikona"
+
+#: ../../mod/admin.php:635
 msgid "Additional Info"
 msgstr "Dodatečné informace"
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:635
 msgid ""
 "For public servers: you can add additional information here that will be "
 "listed at dir.friendica.com/siteinfo."
 msgstr "Pro veřejné servery: zde můžete doplnit dodatečné informace, které budou uvedeny v seznamu na dir.friendica.com/siteinfo."
 
-#: ../../mod/admin.php:610
+#: ../../mod/admin.php:636
 msgid "System language"
 msgstr "Systémový jazyk"
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:637
 msgid "System theme"
 msgstr "Grafická šablona systému "
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:637
 msgid ""
 "Default system theme - may be over-ridden by user profiles - <a href='#' "
 "id='cnftheme'>change theme settings</a>"
 msgstr "Defaultní systémové téma - může být změněno v uživatelských profilech - <a href='#' id='cnftheme'> změnit  theme settings</a>"
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:638
 msgid "Mobile system theme"
 msgstr "Systémové téma zobrazení pro mobilní zařízení"
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:638
 msgid "Theme for mobile devices"
 msgstr "Téma zobrazení pro mobilní zařízení"
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:639
 msgid "SSL link policy"
 msgstr "Politika SSL odkazů"
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:639
 msgid "Determines whether generated links should be forced to use SSL"
 msgstr "Určuje, zda-li budou generované odkazy používat SSL"
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:640
 msgid "Force SSL"
 msgstr "Vynutit SSL"
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:640
 msgid ""
 "Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
 " to endless loops."
-msgstr ""
+msgstr "Vynutit SSL pro všechny ne-SSL žádosti - Upozornění: na některých systémech může dojít k nekonečnému zacyklení."
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:641
 msgid "Old style 'Share'"
 msgstr "Sdílení \"postaru\""
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:641
 msgid "Deactivates the bbcode element 'share' for repeating items."
 msgstr "Deaktivovat bbcode element \"share\" pro opakující se položky."
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:642
 msgid "Hide help entry from navigation menu"
 msgstr "skrýt nápovědu z navigačního menu"
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:642
 msgid ""
 "Hides the menu entry for the Help pages from the navigation menu. You can "
 "still access it calling /help directly."
 msgstr "Skryje menu ze stránek Nápověda z navigačního menu. Nápovědu můžete stále zobrazit přímo zadáním /help."
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:643
 msgid "Single user instance"
 msgstr "Jednouživatelská instance"
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:643
 msgid "Make this instance multi-user or single-user for the named user"
 msgstr "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele"
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:644
 msgid "Maximum image size"
 msgstr "Maximální velikost obrázků"
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:644
 msgid ""
 "Maximum size in bytes of uploaded images. Default is 0, which means no "
 "limits."
 msgstr "Maximální velikost v bajtech nahraných obrázků. Defaultní je 0, což znamená neomezeno."
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:645
 msgid "Maximum image length"
 msgstr "Maximální velikost obrázků"
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:645
 msgid ""
 "Maximum length in pixels of the longest side of uploaded images. Default is "
 "-1, which means no limits."
 msgstr "Maximální délka v pixelech delší stránky nahrávaných obrázků. Defaultně je -1, což označuje bez limitu"
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:646
 msgid "JPEG image quality"
 msgstr "JPEG kvalita obrázku"
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:646
 msgid ""
 "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
 "100, which is full quality."
 msgstr "Nahrávaný JPEG bude uložen se zadanou kvalitou v rozmezí [0-100]. Defaultní je 100, což znamená plnou kvalitu."
 
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:648
 msgid "Register policy"
 msgstr "Politika registrace"
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:649
 msgid "Maximum Daily Registrations"
 msgstr "Maximální počet denních registrací"
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:649
 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 "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den.\nPokud je registrace zakázána, toto nastavení nemá žádný efekt."
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:650
 msgid "Register text"
 msgstr "Registrace textu"
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:650
 msgid "Will be displayed prominently on the registration page."
 msgstr "Bude zřetelně zobrazeno na registrační stránce."
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:651
 msgid "Accounts abandoned after x days"
 msgstr "Účet je opuštěn po x dnech"
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:651
 msgid ""
 "Will not waste system resources polling external sites for abandonded "
 "accounts. Enter 0 for no time limit."
 msgstr "Neztrácejte systémové zdroje kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit."
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:652
 msgid "Allowed friend domains"
 msgstr "Povolené domény přátel"
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:652
 msgid ""
 "Comma separated list of domains which are allowed to establish friendships "
 "with this site. Wildcards are accepted. Empty to allow any domains"
 msgstr "Čárkou oddělený seznam domén, kterým je povoleno navazovat přátelství s tímto webem. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu."
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:653
 msgid "Allowed email domains"
 msgstr "Povolené e-mailové domény"
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:653
 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 "Čárkou oddělený seznam domén emalových adres, kterým je povoleno provádět registraci na tomto webu. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu."
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:654
 msgid "Block public"
 msgstr "Blokovat veřejnost"
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:654
 msgid ""
 "Check to block public access to all otherwise public personal pages on this "
 "site unless you are currently logged in."
 msgstr "Označemím přepínače zablokujete veřejný přístup ke všem jinak veřejně přístupným soukromým stránkám uživatelům, kteří nebudou přihlášeni."
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:655
 msgid "Force publish"
 msgstr "Publikovat"
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:655
 msgid ""
 "Check to force all profiles on this site to be listed in the site directory."
 msgstr "Označením přepínače budou včechny profily na tomto webu uvedeny v adresáři webu."
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:656
 msgid "Global directory update URL"
 msgstr "aktualizace URL adresy Globálního adresáře "
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:656
 msgid ""
 "URL to update the global directory. If this is not set, the global directory"
 " is completely unavailable to the application."
 msgstr "URL adresa k aktualizaci globálního adresáře. Pokud není zadáno, funkce globálního adresáře není dostupná žádné aplikaci."
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:657
 msgid "Allow threaded items"
 msgstr "Povolit vícevláknové zpracování obsahu"
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:657
 msgid "Allow infinite level threading for items on this site."
 msgstr "Povolit zpracování obsahu tohoto webu neomezeným počtem paralelních vláken."
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:658
 msgid "Private posts by default for new users"
 msgstr "Nastavit pro nové uživatele příspěvky jako soukromé"
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:658
 msgid ""
 "Set default post permissions for all new members to the default privacy "
 "group rather than public."
 msgstr "Nastavit defaultní práva pro příspěvky od všech nových členů na výchozí soukromou skupinu raději než jako veřejné."
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:659
 msgid "Don't include post content in email notifications"
 msgstr "Nezahrnovat obsah příspěvků v emailových upozorněních"
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:659
 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 " V mailových upozorněních, které jsou odesílány z tohoto webu jako soukromé zprávy, nejsou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. "
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:660
 msgid "Disallow public access to addons listed in the apps menu."
 msgstr "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace."
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:660
 msgid ""
 "Checking this box will restrict addons listed in the apps menu to members "
 "only."
 msgstr "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy."
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:661
 msgid "Don't embed private images in posts"
 msgstr "Nepovolit přidávání soukromých správ v příspěvcích"
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:661
 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 "
@@ -2254,293 +2298,319 @@ msgid ""
 "while."
 msgstr "Nereplikovat lokální soukromé fotografie v příspěvcích s přidáním kopie obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotografie se budou muset přihlásit a načíst každý obrázek, což může zabrat nějaký čas."
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:662
 msgid "Allow Users to set remote_self"
 msgstr "Umožnit uživatelům nastavit "
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:662
 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 "S tímto označením má každý uživatel možnost označit jakékoliv ze svých kontakt jako \"remote_self\" v nastavení v dialogu opravit kontakt. Tímto označením se budou zrcadlit všechny správy tohoto kontaktu v uživatelově proudu."
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:663
 msgid "Block multiple registrations"
 msgstr "Blokovat více registrací"
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:663
 msgid "Disallow users to register additional accounts for use as pages."
 msgstr "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky."
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:664
 msgid "OpenID support"
 msgstr "podpora OpenID"
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:664
 msgid "OpenID support for registration and logins."
 msgstr "Podpora OpenID pro registraci a přihlašování."
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:665
 msgid "Fullname check"
 msgstr "kontrola úplného jména"
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:665
 msgid ""
 "Force users to register with a space between firstname and lastname in Full "
 "name, as an antispam measure"
 msgstr "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření."
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:666
 msgid "UTF-8 Regular expressions"
 msgstr "UTF-8 Regulární výrazy"
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:666
 msgid "Use PHP UTF8 regular expressions"
 msgstr "Použít PHP UTF8 regulární výrazy."
 
-#: ../../mod/admin.php:641
-msgid "Show Community Page"
-msgstr "Zobrazit stránku komunity"
+#: ../../mod/admin.php:667
+msgid "Community Page Style"
+msgstr "Styl komunitní stránky"
 
-#: ../../mod/admin.php:641
+#: ../../mod/admin.php:667
 msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce."
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr "Typ komunitní stránky k zobrazení. 'Glogální komunita' zobrazuje každý veřejný příspěvek z otevřené distribuované sítě, která dorazí na tento server."
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:668
+msgid "Posts per user on community page"
+msgstr "Počet příspěvků na komunitní stránce"
+
+#: ../../mod/admin.php:668
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Maximální počet příspěvků na uživatele na komunitní sptránce. (neplatí pro 'Globální komunitu')"
+
+#: ../../mod/admin.php:669
 msgid "Enable OStatus support"
 msgstr "Zapnout podporu OStatus"
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:669
 msgid ""
 "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
 "communications in OStatus are public, so privacy warnings will be "
 "occasionally displayed."
 msgstr "Poskytnout zabudouvanou kompatibilitu s OStatus (StatusNet, GNU Social apod.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění."
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:670
 msgid "OStatus conversation completion interval"
 msgstr "Interval dokončení konverzace OStatus"
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:670
 msgid ""
 "How often shall the poller check for new entries in OStatus conversations? "
 "This can be a very ressource task."
 msgstr "Jak často by mělo probíhat ověřování pro nové přísvěvky v konverzacích OStatus? Toto může být velmi výkonově náročný úkol."
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:671
 msgid "Enable Diaspora support"
 msgstr "Povolit podporu Diaspora"
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:671
 msgid "Provide built-in Diaspora network compatibility."
 msgstr "Poskytnout zabudovanou kompatibilitu sitě Diaspora."
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:672
 msgid "Only allow Friendica contacts"
 msgstr "Povolit pouze Friendica kontakty"
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:672
 msgid ""
 "All contacts must use Friendica protocols. All other built-in communication "
 "protocols disabled."
 msgstr "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované."
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:673
 msgid "Verify SSL"
 msgstr "Ověřit SSL"
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:673
 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 "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem."
 
-#: ../../mod/admin.php:647
+#: ../../mod/admin.php:674
 msgid "Proxy user"
 msgstr "Proxy uživatel"
 
-#: ../../mod/admin.php:648
+#: ../../mod/admin.php:675
 msgid "Proxy URL"
 msgstr "Proxy URL adresa"
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:676
 msgid "Network timeout"
 msgstr "čas síťového spojení vypršelo (timeout)"
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:676
 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)."
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:677
 msgid "Delivery interval"
 msgstr "Interval doručování"
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:677
 msgid ""
 "Delay background delivery processes by this many seconds to reduce system "
 "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
 "for large dedicated servers."
 msgstr "Prodleva mezi doručovacími procesy běžícími na pozadí snižuje zátěž systému. Doporučené nastavení: 4-5 pro sdílené instalace, 2-3 pro virtuální soukromé servery, 0-1 pro velké dedikované servery."
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:678
 msgid "Poll interval"
 msgstr "Dotazovací interval"
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:678
 msgid ""
 "Delay background polling processes by this many seconds to reduce system "
 "load. If 0, use delivery interval."
 msgstr "Tímto nastavením ovlivníte prodlení mezi aktualizačními procesy běžícími na pozadí, čímž můžete snížit systémovou zátěž. Pokud 0, použijte doručovací interval."
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:679
 msgid "Maximum Load Average"
 msgstr "Maximální průměrné zatížení"
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:679
 msgid ""
 "Maximum system load before delivery and poll processes are deferred - "
 "default 50."
 msgstr "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - defaultně 50"
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:681
 msgid "Use MySQL full text engine"
 msgstr "Použít fulltextový vyhledávací stroj MySQL"
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:681
 msgid ""
 "Activates the full text engine. Speeds up search - but can only search for "
 "four and more characters."
 msgstr "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků"
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:682
 msgid "Suppress Language"
 msgstr "Potlačit Jazyk"
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:682
 msgid "Suppress language information in meta information about a posting."
 msgstr "Potlačit jazykové informace v meta informacích o příspěvcích"
 
-#: ../../mod/admin.php:656
+#: ../../mod/admin.php:683
+msgid "Suppress Tags"
+msgstr "Potlačit štítky"
+
+#: ../../mod/admin.php:683
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Potlačit zobrazení listu hastagů na konci zprávy."
+
+#: ../../mod/admin.php:684
 msgid "Path to item cache"
 msgstr "Cesta k položkám vyrovnávací paměti"
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:685
 msgid "Cache duration in seconds"
 msgstr "Doba platnosti vyrovnávací paměti v sekundách"
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:685
 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 "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den). Pro vypnutí funkce vyrovnávací paměti nastavte hodnotu na -1."
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:686
 msgid "Maximum numbers of comments per post"
 msgstr "Maximální počet komentářů k příspěvku"
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:686
 msgid "How much comments should be shown for each post? Default value is 100."
 msgstr "Kolik komentářů by mělo být zobrazeno k každému příspěvku? Defaultní hodnota je 100."
 
-#: ../../mod/admin.php:659
+#: ../../mod/admin.php:687
 msgid "Path for lock file"
 msgstr "Cesta k souboru zámku"
 
-#: ../../mod/admin.php:660
+#: ../../mod/admin.php:688
 msgid "Temp path"
 msgstr "Cesta k dočasným souborům"
 
-#: ../../mod/admin.php:661
+#: ../../mod/admin.php:689
 msgid "Base path to installation"
 msgstr "Základní cesta k instalaci"
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:690
 msgid "Disable picture proxy"
 msgstr "Vypnutí obrázkové proxy"
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:690
 msgid ""
 "The picture proxy increases performance and privacy. It shouldn't be used on"
 " systems with very low bandwith."
 msgstr "Obrázková proxi zvyšuje výkonnost a soukromí. Neměla by být použita na systémech s pomalým připojením k síti."
 
-#: ../../mod/admin.php:664
-msgid "New base url"
-msgstr "Nová výchozí url adresa"
-
-#: ../../mod/admin.php:666
-msgid "Disable noscrape"
-msgstr ""
+#: ../../mod/admin.php:691
+msgid "Enable old style pager"
+msgstr "Aktivovat \"old style\" stránkování "
 
-#: ../../mod/admin.php:666
+#: ../../mod/admin.php:691
 msgid ""
-"The noscrape feature speeds up directory submissions by using JSON data "
-"instead of HTML scraping. Disabling it will cause higher load on your server"
-" and the directory server."
-msgstr ""
+"The old style pager has page numbers but slows down massively the page "
+"speed."
+msgstr " \"old style\" stránkování zobrazuje čísla stránek ale značně zpomaluje rychlost stránky."
 
-#: ../../mod/admin.php:683
+#: ../../mod/admin.php:692
+msgid "Only search in tags"
+msgstr "Hledat pouze ve štítkách"
+
+#: ../../mod/admin.php:692
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "Textové vyhledávání může u rozsáhlých systémů znamenat velmi citelné zpomalení systému."
+
+#: ../../mod/admin.php:694
+msgid "New base url"
+msgstr "Nová výchozí url adresa"
+
+#: ../../mod/admin.php:711
 msgid "Update has been marked successful"
 msgstr "Aktualizace byla označena jako úspěšná."
 
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:719
 #, php-format
 msgid "Database structure update %s was successfully applied."
 msgstr "Aktualizace struktury databáze %s byla úspěšně aplikována."
 
-#: ../../mod/admin.php:694
+#: ../../mod/admin.php:722
 #, php-format
 msgid "Executing of database structure update %s failed with error: %s"
 msgstr "Provádění aktualizace databáze %s skončilo chybou: %s"
 
-#: ../../mod/admin.php:706
+#: ../../mod/admin.php:734
 #, php-format
 msgid "Executing %s failed with error: %s"
 msgstr "Vykonávání %s selhalo s chybou: %s"
 
-#: ../../mod/admin.php:709
+#: ../../mod/admin.php:737
 #, php-format
 msgid "Update %s was successfully applied."
 msgstr "Aktualizace %s byla úspěšně aplikována."
 
-#: ../../mod/admin.php:713
+#: ../../mod/admin.php:741
 #, php-format
 msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr "Aktualizace %s nevrátila žádný status. Není zřejmé, jestli byla úspěšná."
 
-#: ../../mod/admin.php:715
+#: ../../mod/admin.php:743
 #, php-format
 msgid "There was no additional update function %s that needed to be called."
 msgstr "Nebyla nalezena žádná další aktualizační funkce %s která by měla být volána."
 
-#: ../../mod/admin.php:734
+#: ../../mod/admin.php:762
 msgid "No failed updates."
 msgstr "Žádné neúspěšné aktualizace."
 
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:763
 msgid "Check database structure"
 msgstr "Ověření struktury databáze"
 
-#: ../../mod/admin.php:740
+#: ../../mod/admin.php:768
 msgid "Failed Updates"
 msgstr "Neúspěšné aktualizace"
 
-#: ../../mod/admin.php:741
+#: ../../mod/admin.php:769
 msgid ""
 "This does not include updates prior to 1139, which did not return a status."
 msgstr "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status."
 
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:770
 msgid "Mark success (if update was manually applied)"
 msgstr "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)"
 
-#: ../../mod/admin.php:743
+#: ../../mod/admin.php:771
 msgid "Attempt to execute this update step automatically"
 msgstr "Pokusit se provést tuto aktualizaci automaticky."
 
-#: ../../mod/admin.php:775
+#: ../../mod/admin.php:803
 #, php-format
 msgid ""
 "\n"
@@ -2548,7 +2618,7 @@ msgid ""
 "\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr "\n\t\t\tDrahý %1$s,\n\t\t\t\tadministrátor webu %2$s pro Vás vytvořil uživatelský účet."
 
-#: ../../mod/admin.php:778
+#: ../../mod/admin.php:806
 #, php-format
 msgid ""
 "\n"
@@ -2576,14 +2646,14 @@ msgid ""
 "\t\t\tyou to make some new and interesting friends.\n"
 "\n"
 "\t\t\tThank you and welcome to %4$s."
-msgstr ""
+msgstr "\n\t\t\tVaše přihlašovací údaje jsou následující:\n\n\t\t\tAdresa webu: \t%1$s\n\t\t\tpřihlašovací jméno:\t\t%2$s\n\t\t\theslo:\t\t%3$s\n\n\t\t\tHeslo si můžete změnit na stránce \"Nastavení\" vašeho účtu poté, co se přihlásíte.\n\n\t\t\tProsím věnujte pár chvil revizi dalšího nastavení vašeho účtu na dané stránce.\n\n\t\t\tTaké su můžete přidat nějaké základní informace do svého výchozího profilu (na stránce \"Profily\"), takže ostatní lidé vás snáze najdou. \n\n\t\t\tDoporučujeme Vám uvést celé jméno a i foto. Přidáním nějakých \"klíčových slov\" (velmi užitečné pro hledání nových přátel) a možná také zemi, ve které žijete, pokud nechcete být více konkrétní.\n\n\t\t\tPlně resepktujeme vaše právo na soukromí a nic z výše uvedeného není povinné. Pokud jste zde nový a neznáte zde nikoho, uvedením daných informací můžete získat nové přátele.\n\n\t\t\tDíky a vítejte na %4$s."
 
-#: ../../mod/admin.php:810 ../../include/user.php:413
+#: ../../mod/admin.php:838 ../../include/user.php:413
 #, php-format
 msgid "Registration details for %s"
 msgstr "Registrační údaje pro %s"
 
-#: ../../mod/admin.php:822
+#: ../../mod/admin.php:850
 #, php-format
 msgid "%s user blocked/unblocked"
 msgid_plural "%s users blocked/unblocked"
@@ -2591,7 +2661,7 @@ msgstr[0] "%s uživatel blokován/odblokován"
 msgstr[1] "%s uživatelů blokováno/odblokováno"
 msgstr[2] "%s uživatelů blokováno/odblokováno"
 
-#: ../../mod/admin.php:829
+#: ../../mod/admin.php:857
 #, php-format
 msgid "%s user deleted"
 msgid_plural "%s users deleted"
@@ -2599,204 +2669,204 @@ msgstr[0] "%s uživatel smazán"
 msgstr[1] "%s uživatelů smazáno"
 msgstr[2] "%s uživatelů smazáno"
 
-#: ../../mod/admin.php:868
+#: ../../mod/admin.php:896
 #, php-format
 msgid "User '%s' deleted"
 msgstr "Uživatel '%s' smazán"
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:904
 #, php-format
 msgid "User '%s' unblocked"
 msgstr "Uživatel '%s' odblokován"
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:904
 #, php-format
 msgid "User '%s' blocked"
 msgstr "Uživatel '%s' blokován"
 
-#: ../../mod/admin.php:971
+#: ../../mod/admin.php:999
 msgid "Add User"
 msgstr "Přidat Uživatele"
 
-#: ../../mod/admin.php:972
+#: ../../mod/admin.php:1000
 msgid "select all"
 msgstr "Vybrat vše"
 
-#: ../../mod/admin.php:973
+#: ../../mod/admin.php:1001
 msgid "User registrations waiting for confirm"
 msgstr "Registrace uživatele čeká na potvrzení"
 
-#: ../../mod/admin.php:974
+#: ../../mod/admin.php:1002
 msgid "User waiting for permanent deletion"
 msgstr "Uživatel čeká na trvalé smazání"
 
-#: ../../mod/admin.php:975
+#: ../../mod/admin.php:1003
 msgid "Request date"
 msgstr "Datum žádosti"
 
-#: ../../mod/admin.php:975 ../../mod/admin.php:987 ../../mod/admin.php:988
-#: ../../mod/admin.php:1003 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1015 ../../mod/admin.php:1016
+#: ../../mod/admin.php:1031 ../../include/contact_selectors.php:79
 #: ../../include/contact_selectors.php:86
 msgid "Email"
 msgstr "E-mail"
 
-#: ../../mod/admin.php:976
+#: ../../mod/admin.php:1004
 msgid "No registrations."
 msgstr "Žádné registrace."
 
-#: ../../mod/admin.php:978
+#: ../../mod/admin.php:1006
 msgid "Deny"
 msgstr "Odmítnout"
 
-#: ../../mod/admin.php:982
+#: ../../mod/admin.php:1010
 msgid "Site admin"
 msgstr "Site administrátor"
 
-#: ../../mod/admin.php:983
+#: ../../mod/admin.php:1011
 msgid "Account expired"
 msgstr "Účtu vypršela platnost"
 
-#: ../../mod/admin.php:986
+#: ../../mod/admin.php:1014
 msgid "New User"
 msgstr "Nový uživatel"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Register date"
 msgstr "Datum registrace"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Last login"
 msgstr "Datum posledního přihlášení"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Last item"
 msgstr "Poslední položka"
 
-#: ../../mod/admin.php:987
+#: ../../mod/admin.php:1015
 msgid "Deleted since"
 msgstr "Smazán od"
 
-#: ../../mod/admin.php:988 ../../mod/settings.php:36
+#: ../../mod/admin.php:1016 ../../mod/settings.php:36
 msgid "Account"
 msgstr "Účet"
 
-#: ../../mod/admin.php:990
+#: ../../mod/admin.php:1018
 msgid ""
 "Selected users will be deleted!\\n\\nEverything these users had posted on "
 "this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\n Opravdu pokračovat?"
 
-#: ../../mod/admin.php:991
+#: ../../mod/admin.php:1019
 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 "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu pokračovat?"
 
-#: ../../mod/admin.php:1001
+#: ../../mod/admin.php:1029
 msgid "Name of the new user."
 msgstr "Jméno nového uživatele"
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1030
 msgid "Nickname"
 msgstr "Přezdívka"
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1030
 msgid "Nickname of the new user."
 msgstr "Přezdívka nového uživatele."
 
-#: ../../mod/admin.php:1003
+#: ../../mod/admin.php:1031
 msgid "Email address of the new user."
 msgstr "Emailová adresa nového uživatele."
 
-#: ../../mod/admin.php:1036
+#: ../../mod/admin.php:1064
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Plugin %s zakázán."
 
-#: ../../mod/admin.php:1040
+#: ../../mod/admin.php:1068
 #, php-format
 msgid "Plugin %s enabled."
 msgstr "Plugin %s povolen."
 
-#: ../../mod/admin.php:1050 ../../mod/admin.php:1266
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1294
 msgid "Disable"
 msgstr "Zakázat"
 
-#: ../../mod/admin.php:1052 ../../mod/admin.php:1268
+#: ../../mod/admin.php:1080 ../../mod/admin.php:1296
 msgid "Enable"
 msgstr "Povolit"
 
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1296
+#: ../../mod/admin.php:1103 ../../mod/admin.php:1324
 msgid "Toggle"
 msgstr "Přepnout"
 
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1306
+#: ../../mod/admin.php:1111 ../../mod/admin.php:1334
 msgid "Author: "
 msgstr "Autor: "
 
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1307
+#: ../../mod/admin.php:1112 ../../mod/admin.php:1335
 msgid "Maintainer: "
 msgstr "Správce: "
 
-#: ../../mod/admin.php:1226
+#: ../../mod/admin.php:1254
 msgid "No themes found."
 msgstr "Nenalezeny žádná témata."
 
-#: ../../mod/admin.php:1288
+#: ../../mod/admin.php:1316
 msgid "Screenshot"
 msgstr "Snímek obrazovky"
 
-#: ../../mod/admin.php:1334
+#: ../../mod/admin.php:1362
 msgid "[Experimental]"
 msgstr "[Experimentální]"
 
-#: ../../mod/admin.php:1335
+#: ../../mod/admin.php:1363
 msgid "[Unsupported]"
 msgstr "[Nepodporováno]"
 
-#: ../../mod/admin.php:1362
+#: ../../mod/admin.php:1390
 msgid "Log settings updated."
 msgstr "Nastavení protokolu aktualizováno."
 
-#: ../../mod/admin.php:1418
+#: ../../mod/admin.php:1446
 msgid "Clear"
 msgstr "Vyčistit"
 
-#: ../../mod/admin.php:1424
+#: ../../mod/admin.php:1452
 msgid "Enable Debugging"
 msgstr "Povolit ladění"
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1453
 msgid "Log file"
 msgstr "Soubor s logem"
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1453
 msgid ""
 "Must be writable by web server. Relative to your Friendica top-level "
 "directory."
 msgstr "Musí být editovatelné web serverem. Relativní cesta k vašemu kořenovému adresáři Friendica"
 
-#: ../../mod/admin.php:1426
+#: ../../mod/admin.php:1454
 msgid "Log level"
 msgstr "Úroveň auditu"
 
-#: ../../mod/admin.php:1476
+#: ../../mod/admin.php:1504
 msgid "Close"
 msgstr "Zavřít"
 
-#: ../../mod/admin.php:1482
+#: ../../mod/admin.php:1510
 msgid "FTP Host"
 msgstr "Hostitel FTP"
 
-#: ../../mod/admin.php:1483
+#: ../../mod/admin.php:1511
 msgid "FTP Path"
 msgstr "Cesta FTP"
 
-#: ../../mod/admin.php:1484
+#: ../../mod/admin.php:1512
 msgid "FTP User"
 msgstr "FTP uživatel"
 
-#: ../../mod/admin.php:1485
+#: ../../mod/admin.php:1513
 msgid "FTP Password"
 msgstr "FTP heslo"
 
@@ -2919,12 +2989,12 @@ msgstr "l, F j"
 msgid "Edit event"
 msgstr "Editovat událost"
 
-#: ../../mod/events.php:335 ../../include/text.php:1644
-#: ../../include/text.php:1654
+#: ../../mod/events.php:335 ../../include/text.php:1647
+#: ../../include/text.php:1657
 msgid "link to source"
 msgstr "odkaz na zdroj"
 
-#: ../../mod/events.php:370 ../../boot.php:2138 ../../include/nav.php:80
+#: ../../mod/events.php:370 ../../boot.php:2143 ../../include/nav.php:80
 #: ../../view/theme/diabook/theme.php:127
 msgid "Events"
 msgstr "Události"
@@ -2978,7 +3048,7 @@ msgstr "Nastavit časové pásmo pro uživatele s právem pro čtení"
 msgid "Description:"
 msgstr "Popis:"
 
-#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1643
+#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1648
 #: ../../include/bb2diaspora.php:170 ../../include/event.php:40
 msgid "Location:"
 msgstr "Místo:"
@@ -3023,14 +3093,14 @@ msgstr[1] "%d komentářů"
 msgstr[2] "%d komentářů"
 
 #: ../../mod/content.php:605 ../../object/Item.php:389
-#: ../../object/Item.php:402 ../../include/text.php:1969
+#: ../../object/Item.php:402 ../../include/text.php:1972
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] ""
 msgstr[1] ""
 msgstr[2] "komentář"
 
-#: ../../mod/content.php:606 ../../boot.php:746 ../../object/Item.php:390
+#: ../../mod/content.php:606 ../../boot.php:751 ../../object/Item.php:390
 #: ../../include/contact_widgets.php:205
 msgid "show more"
 msgstr "zobrazit více"
@@ -3073,7 +3143,7 @@ msgid "This is you"
 msgstr "Nastavte Vaši polohu"
 
 #: ../../mod/content.php:709 ../../mod/photos.php:1564
-#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:745
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:750
 #: ../../object/Item.php:361 ../../object/Item.php:677
 msgid "Comment"
 msgstr "Okomentovat"
@@ -3538,7 +3608,7 @@ msgstr "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová s
 msgid "is interested in:"
 msgstr "zajímá se o:"
 
-#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1563
+#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1568
 #: ../../include/contact_widgets.php:10
 msgid "Connect"
 msgstr "Spojit"
@@ -3552,12 +3622,12 @@ msgid "Not available."
 msgstr "Není k dispozici."
 
 #: ../../mod/community.php:32 ../../include/nav.php:129
-#: ../../view/theme/diabook/theme.php:129
+#: ../../include/nav.php:131 ../../view/theme/diabook/theme.php:129
 msgid "Community"
 msgstr "Komunita"
 
 #: ../../mod/community.php:62 ../../mod/community.php:71
-#: ../../mod/search.php:170 ../../mod/search.php:196
+#: ../../mod/search.php:168 ../../mod/search.php:192
 msgid "No results."
 msgstr "Žádné výsledky."
 
@@ -3577,7 +3647,7 @@ msgstr "Zobrazení"
 msgid "Social Networks"
 msgstr "Sociální sítě"
 
-#: ../../mod/settings.php:62 ../../include/nav.php:168
+#: ../../mod/settings.php:62 ../../include/nav.php:170
 msgid "Delegations"
 msgstr "Delegace"
 
@@ -3930,8 +4000,8 @@ msgstr "Publikovat Váš výchozí profil v místním adresáři webu?"
 #: ../../mod/settings.php:1081 ../../mod/settings.php:1082
 #: ../../mod/settings.php:1083 ../../mod/settings.php:1084
 #: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
-#: ../../mod/register.php:234 ../../mod/profiles.php:627
-#: ../../mod/profiles.php:631 ../../mod/api.php:106
+#: ../../mod/register.php:234 ../../mod/profiles.php:661
+#: ../../mod/profiles.php:665 ../../mod/api.php:106
 msgid "No"
 msgstr "Ne"
 
@@ -3951,7 +4021,7 @@ msgstr "Skrýt Vaše profilové detaily před neznámými uživateli?"
 msgid ""
 "If enabled, posting public messages to Diaspora and other networks isn't "
 "possible."
-msgstr ""
+msgstr "Pokud je povoleno, není možné zasílání veřejných příspěvků do Diaspory a dalších sítí."
 
 #: ../../mod/settings.php:1033
 msgid "Allow friends to post to your profile page?"
@@ -4177,7 +4247,7 @@ msgstr "Pouze textové notifikační e-maily"
 
 #: ../../mod/settings.php:1187
 msgid "Send text only notification emails, without the html part"
-msgstr ""
+msgstr "Posílat pouze textové notifikační e-maily, bez html části."
 
 #: ../../mod/settings.php:1189
 msgid "Advanced Account/Page Type Settings"
@@ -4384,7 +4454,7 @@ msgstr "Registrace úspěšná. Zkontrolujte prosím svůj e-mail pro další in
 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 ""
+msgstr "Nepovedlo se odeslat emailovou zprávu. Zde jsou detaily Vašeho účtu:<br> login: %s<br> heslo: %s<br><br>Své heslo můžete změnit po přihlášení."
 
 #: ../../mod/register.php:105
 msgid "Your registration can not be processed."
@@ -4447,7 +4517,7 @@ msgstr "Vyberte přezdívku k profilu. Ta musí začít s textovým znakem. Vaš
 msgid "Choose a nickname: "
 msgstr "Vyberte přezdívku:"
 
-#: ../../mod/register.php:269 ../../boot.php:1236 ../../include/nav.php:109
+#: ../../mod/register.php:269 ../../boot.php:1241 ../../include/nav.php:109
 msgid "Register"
 msgstr "Registrovat"
 
@@ -4463,8 +4533,8 @@ msgstr "Import Vašeho profilu do této friendica instance"
 msgid "System down for maintenance"
 msgstr "Systém vypnut z důvodů údržby"
 
-#: ../../mod/search.php:99 ../../include/text.php:952
-#: ../../include/text.php:953 ../../include/nav.php:119
+#: ../../mod/search.php:99 ../../include/text.php:953
+#: ../../include/text.php:954 ../../include/nav.php:119
 msgid "Search"
 msgstr "Vyhledávání"
 
@@ -4480,7 +4550,7 @@ msgstr "Nalézt na tomto webu"
 msgid "Site Directory"
 msgstr "Adresář serveru"
 
-#: ../../mod/directory.php:113 ../../mod/profiles.php:716
+#: ../../mod/directory.php:113 ../../mod/profiles.php:750
 msgid "Age: "
 msgstr "Věk: "
 
@@ -4488,22 +4558,22 @@ msgstr "Věk: "
 msgid "Gender: "
 msgstr "Pohlaví: "
 
-#: ../../mod/directory.php:138 ../../boot.php:1645
+#: ../../mod/directory.php:138 ../../boot.php:1650
 #: ../../include/profile_advanced.php:17
 msgid "Gender:"
 msgstr "Pohlaví:"
 
-#: ../../mod/directory.php:140 ../../boot.php:1648
+#: ../../mod/directory.php:140 ../../boot.php:1653
 #: ../../include/profile_advanced.php:37
 msgid "Status:"
 msgstr "Status:"
 
-#: ../../mod/directory.php:142 ../../boot.php:1650
+#: ../../mod/directory.php:142 ../../boot.php:1655
 #: ../../include/profile_advanced.php:48
 msgid "Homepage:"
 msgstr "Domácí stránka:"
 
-#: ../../mod/directory.php:144 ../../boot.php:1652
+#: ../../mod/directory.php:144 ../../boot.php:1657
 #: ../../include/profile_advanced.php:58
 msgid "About:"
 msgstr "O mě:"
@@ -4516,7 +4586,7 @@ msgstr "Žádné záznamy (některé položky mohou být skryty)."
 msgid "No potential page delegates located."
 msgstr "Žádní potenciální delegáti stránky nenalezeni."
 
-#: ../../mod/delegate.php:130 ../../include/nav.php:168
+#: ../../mod/delegate.php:130 ../../include/nav.php:170
 msgid "Delegate Page Management"
 msgstr "Správa delegátů stránky"
 
@@ -4624,313 +4694,313 @@ msgstr "Nový profil vytvořen."
 msgid "Profile unavailable to clone."
 msgstr "Profil není možné naklonovat."
 
-#: ../../mod/profiles.php:172
+#: ../../mod/profiles.php:189
 msgid "Profile Name is required."
 msgstr "Jméno profilu je povinné."
 
-#: ../../mod/profiles.php:323
+#: ../../mod/profiles.php:340
 msgid "Marital Status"
 msgstr "Rodinný Stav"
 
-#: ../../mod/profiles.php:327
+#: ../../mod/profiles.php:344
 msgid "Romantic Partner"
 msgstr "Romatický partner"
 
-#: ../../mod/profiles.php:331
+#: ../../mod/profiles.php:348
 msgid "Likes"
 msgstr "Libí se mi"
 
-#: ../../mod/profiles.php:335
+#: ../../mod/profiles.php:352
 msgid "Dislikes"
 msgstr "Nelibí se mi"
 
-#: ../../mod/profiles.php:339
+#: ../../mod/profiles.php:356
 msgid "Work/Employment"
 msgstr "Práce/Zaměstnání"
 
-#: ../../mod/profiles.php:342
+#: ../../mod/profiles.php:359
 msgid "Religion"
 msgstr "Náboženství"
 
-#: ../../mod/profiles.php:346
+#: ../../mod/profiles.php:363
 msgid "Political Views"
 msgstr "Politické přesvědčení"
 
-#: ../../mod/profiles.php:350
+#: ../../mod/profiles.php:367
 msgid "Gender"
 msgstr "Pohlaví"
 
-#: ../../mod/profiles.php:354
+#: ../../mod/profiles.php:371
 msgid "Sexual Preference"
 msgstr "Sexuální orientace"
 
-#: ../../mod/profiles.php:358
+#: ../../mod/profiles.php:375
 msgid "Homepage"
 msgstr "Domácí stránka"
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:664
+#: ../../mod/profiles.php:379 ../../mod/profiles.php:698
 msgid "Interests"
 msgstr "Zájmy"
 
-#: ../../mod/profiles.php:366
+#: ../../mod/profiles.php:383
 msgid "Address"
 msgstr "Adresa"
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:660
+#: ../../mod/profiles.php:390 ../../mod/profiles.php:694
 msgid "Location"
 msgstr "Lokace"
 
-#: ../../mod/profiles.php:456
+#: ../../mod/profiles.php:473
 msgid "Profile updated."
 msgstr "Profil aktualizován."
 
-#: ../../mod/profiles.php:534
+#: ../../mod/profiles.php:568
 msgid " and "
 msgstr " a "
 
-#: ../../mod/profiles.php:542
+#: ../../mod/profiles.php:576
 msgid "public profile"
 msgstr "veřejný profil"
 
-#: ../../mod/profiles.php:545
+#: ../../mod/profiles.php:579
 #, php-format
 msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr "%1$s změnil %2$s na &ldquo;%3$s&rdquo;"
 
-#: ../../mod/profiles.php:546
+#: ../../mod/profiles.php:580
 #, php-format
 msgid " - Visit %1$s's %2$s"
 msgstr " - Navštivte %2$s uživatele %1$s"
 
-#: ../../mod/profiles.php:549
+#: ../../mod/profiles.php:583
 #, php-format
 msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr "%1$s aktualizoval %2$s, změnou %3$s."
 
-#: ../../mod/profiles.php:624
+#: ../../mod/profiles.php:658
 msgid "Hide contacts and friends:"
 msgstr "Skrýt kontakty a přátele:"
 
-#: ../../mod/profiles.php:629
+#: ../../mod/profiles.php:663
 msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr "Skrýt u tohoto profilu Vaše kontakty / seznam přátel před před dalšími uživateli zobrazující si tento profil?"
 
-#: ../../mod/profiles.php:651
+#: ../../mod/profiles.php:685
 msgid "Edit Profile Details"
 msgstr "Upravit podrobnosti profilu "
 
-#: ../../mod/profiles.php:653
+#: ../../mod/profiles.php:687
 msgid "Change Profile Photo"
 msgstr "Změna Profilové fotky"
 
-#: ../../mod/profiles.php:654
+#: ../../mod/profiles.php:688
 msgid "View this profile"
 msgstr "Zobrazit tento profil"
 
-#: ../../mod/profiles.php:655
+#: ../../mod/profiles.php:689
 msgid "Create a new profile using these settings"
 msgstr "Vytvořit nový profil pomocí tohoto nastavení"
 
-#: ../../mod/profiles.php:656
+#: ../../mod/profiles.php:690
 msgid "Clone this profile"
 msgstr "Klonovat tento profil"
 
-#: ../../mod/profiles.php:657
+#: ../../mod/profiles.php:691
 msgid "Delete this profile"
 msgstr "Smazat tento profil"
 
-#: ../../mod/profiles.php:658
+#: ../../mod/profiles.php:692
 msgid "Basic information"
 msgstr "Základní informace"
 
-#: ../../mod/profiles.php:659
+#: ../../mod/profiles.php:693
 msgid "Profile picture"
 msgstr "Profilový obrázek"
 
-#: ../../mod/profiles.php:661
+#: ../../mod/profiles.php:695
 msgid "Preferences"
 msgstr "Nastavení"
 
-#: ../../mod/profiles.php:662
+#: ../../mod/profiles.php:696
 msgid "Status information"
 msgstr "Statusové informace"
 
-#: ../../mod/profiles.php:663
+#: ../../mod/profiles.php:697
 msgid "Additional information"
 msgstr "Dodatečné informace"
 
-#: ../../mod/profiles.php:666
+#: ../../mod/profiles.php:700
 msgid "Profile Name:"
 msgstr "Jméno profilu:"
 
-#: ../../mod/profiles.php:667
+#: ../../mod/profiles.php:701
 msgid "Your Full Name:"
 msgstr "Vaše celé jméno:"
 
-#: ../../mod/profiles.php:668
+#: ../../mod/profiles.php:702
 msgid "Title/Description:"
 msgstr "Název / Popis:"
 
-#: ../../mod/profiles.php:669
+#: ../../mod/profiles.php:703
 msgid "Your Gender:"
 msgstr "Vaše pohlaví:"
 
-#: ../../mod/profiles.php:670
+#: ../../mod/profiles.php:704
 #, php-format
 msgid "Birthday (%s):"
 msgstr "Narozeniny uživatele (%s):"
 
-#: ../../mod/profiles.php:671
+#: ../../mod/profiles.php:705
 msgid "Street Address:"
 msgstr "Ulice:"
 
-#: ../../mod/profiles.php:672
+#: ../../mod/profiles.php:706
 msgid "Locality/City:"
 msgstr "Město:"
 
-#: ../../mod/profiles.php:673
+#: ../../mod/profiles.php:707
 msgid "Postal/Zip Code:"
 msgstr "PSČ:"
 
-#: ../../mod/profiles.php:674
+#: ../../mod/profiles.php:708
 msgid "Country:"
 msgstr "Země:"
 
-#: ../../mod/profiles.php:675
+#: ../../mod/profiles.php:709
 msgid "Region/State:"
 msgstr "Region / stát:"
 
-#: ../../mod/profiles.php:676
+#: ../../mod/profiles.php:710
 msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr "<span class=\"heart\">&hearts;</span> Rodinný stav:"
 
-#: ../../mod/profiles.php:677
+#: ../../mod/profiles.php:711
 msgid "Who: (if applicable)"
 msgstr "Kdo: (pokud je možné)"
 
-#: ../../mod/profiles.php:678
+#: ../../mod/profiles.php:712
 msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr "Příklady: jan123, Jan Novák, jan@seznam.cz"
 
-#: ../../mod/profiles.php:679
+#: ../../mod/profiles.php:713
 msgid "Since [date]:"
 msgstr "Od [data]:"
 
-#: ../../mod/profiles.php:680 ../../include/profile_advanced.php:46
+#: ../../mod/profiles.php:714 ../../include/profile_advanced.php:46
 msgid "Sexual Preference:"
 msgstr "Sexuální preference:"
 
-#: ../../mod/profiles.php:681
+#: ../../mod/profiles.php:715
 msgid "Homepage URL:"
 msgstr "Odkaz na domovskou stránku:"
 
-#: ../../mod/profiles.php:682 ../../include/profile_advanced.php:50
+#: ../../mod/profiles.php:716 ../../include/profile_advanced.php:50
 msgid "Hometown:"
 msgstr "Rodné město"
 
-#: ../../mod/profiles.php:683 ../../include/profile_advanced.php:54
+#: ../../mod/profiles.php:717 ../../include/profile_advanced.php:54
 msgid "Political Views:"
 msgstr "Politické přesvědčení:"
 
-#: ../../mod/profiles.php:684
+#: ../../mod/profiles.php:718
 msgid "Religious Views:"
 msgstr "Náboženské přesvědčení:"
 
-#: ../../mod/profiles.php:685
+#: ../../mod/profiles.php:719
 msgid "Public Keywords:"
 msgstr "Veřejná klíčová slova:"
 
-#: ../../mod/profiles.php:686
+#: ../../mod/profiles.php:720
 msgid "Private Keywords:"
 msgstr "Soukromá klíčová slova:"
 
-#: ../../mod/profiles.php:687 ../../include/profile_advanced.php:62
+#: ../../mod/profiles.php:721 ../../include/profile_advanced.php:62
 msgid "Likes:"
 msgstr "Líbí se:"
 
-#: ../../mod/profiles.php:688 ../../include/profile_advanced.php:64
+#: ../../mod/profiles.php:722 ../../include/profile_advanced.php:64
 msgid "Dislikes:"
 msgstr "Nelibí se:"
 
-#: ../../mod/profiles.php:689
+#: ../../mod/profiles.php:723
 msgid "Example: fishing photography software"
 msgstr "Příklad: fishing photography software"
 
-#: ../../mod/profiles.php:690
+#: ../../mod/profiles.php:724
 msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)"
 
-#: ../../mod/profiles.php:691
+#: ../../mod/profiles.php:725
 msgid "(Used for searching profiles, never shown to others)"
 msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)"
 
-#: ../../mod/profiles.php:692
+#: ../../mod/profiles.php:726
 msgid "Tell us about yourself..."
 msgstr "Řekněte nám něco o sobě ..."
 
-#: ../../mod/profiles.php:693
+#: ../../mod/profiles.php:727
 msgid "Hobbies/Interests"
 msgstr "Koníčky/zájmy"
 
-#: ../../mod/profiles.php:694
+#: ../../mod/profiles.php:728
 msgid "Contact information and Social Networks"
 msgstr "Kontaktní informace a sociální sítě"
 
-#: ../../mod/profiles.php:695
+#: ../../mod/profiles.php:729
 msgid "Musical interests"
 msgstr "Hudební vkus"
 
-#: ../../mod/profiles.php:696
+#: ../../mod/profiles.php:730
 msgid "Books, literature"
 msgstr "Knihy, literatura"
 
-#: ../../mod/profiles.php:697
+#: ../../mod/profiles.php:731
 msgid "Television"
 msgstr "Televize"
 
-#: ../../mod/profiles.php:698
+#: ../../mod/profiles.php:732
 msgid "Film/dance/culture/entertainment"
 msgstr "Film/tanec/kultura/zábava"
 
-#: ../../mod/profiles.php:699
+#: ../../mod/profiles.php:733
 msgid "Love/romance"
 msgstr "Láska/romantika"
 
-#: ../../mod/profiles.php:700
+#: ../../mod/profiles.php:734
 msgid "Work/employment"
 msgstr "Práce/zaměstnání"
 
-#: ../../mod/profiles.php:701
+#: ../../mod/profiles.php:735
 msgid "School/education"
 msgstr "Škola/vzdělání"
 
-#: ../../mod/profiles.php:706
+#: ../../mod/profiles.php:740
 msgid ""
 "This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
 "be visible to anybody using the internet."
 msgstr "Toto je váš <strong>veřejný</strong> profil.<br />Ten <strong>může</strong> být viditelný kýmkoliv na internetu."
 
-#: ../../mod/profiles.php:769
+#: ../../mod/profiles.php:803
 msgid "Edit/Manage Profiles"
 msgstr "Upravit / Spravovat profily"
 
-#: ../../mod/profiles.php:770 ../../boot.php:1606 ../../boot.php:1632
+#: ../../mod/profiles.php:804 ../../boot.php:1611 ../../boot.php:1637
 msgid "Change profile photo"
 msgstr "Změnit profilovou fotografii"
 
-#: ../../mod/profiles.php:771 ../../boot.php:1607
+#: ../../mod/profiles.php:805 ../../boot.php:1612
 msgid "Create New Profile"
 msgstr "Vytvořit nový profil"
 
-#: ../../mod/profiles.php:782 ../../boot.php:1617
+#: ../../mod/profiles.php:816 ../../boot.php:1622
 msgid "Profile Image"
 msgstr "Profilový obrázek"
 
-#: ../../mod/profiles.php:784 ../../boot.php:1620
+#: ../../mod/profiles.php:818 ../../boot.php:1625
 msgid "visible to everybody"
 msgstr "viditelné pro všechny"
 
-#: ../../mod/profiles.php:785 ../../boot.php:1621
+#: ../../mod/profiles.php:819 ../../boot.php:1626
 msgid "Edit visibility"
 msgstr "Upravit viditelnost"
 
@@ -5014,35 +5084,35 @@ msgstr "Kategorie (čárkou oddělený seznam)"
 msgid "Example: bob@example.com, mary@example.com"
 msgstr "Příklad: bob@example.com, mary@example.com"
 
-#: ../../mod/friendica.php:62
+#: ../../mod/friendica.php:59
 msgid "This is Friendica, version"
 msgstr "Toto je Friendica, verze"
 
-#: ../../mod/friendica.php:63
+#: ../../mod/friendica.php:60
 msgid "running at web location"
 msgstr "běžící na webu"
 
-#: ../../mod/friendica.php:65
+#: ../../mod/friendica.php:62
 msgid ""
 "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
 "more about the Friendica project."
 msgstr "Pro získání dalších informací o projektu Friendica navštivte prosím <a href=\"http://friendica.com\">Friendica.com</a>."
 
-#: ../../mod/friendica.php:67
+#: ../../mod/friendica.php:64
 msgid "Bug reports and issues: please visit"
 msgstr "Pro hlášení chyb a námětů na změny navštivte:"
 
-#: ../../mod/friendica.php:68
+#: ../../mod/friendica.php:65
 msgid ""
 "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
 "dot com"
 msgstr "Návrhy, chválu, dary, apod. - prosím piště na \"info\" na Friendica - tečka com"
 
-#: ../../mod/friendica.php:82
+#: ../../mod/friendica.php:79
 msgid "Installed plugins/addons/apps:"
 msgstr "Instalované pluginy/doplňky/aplikace:"
 
-#: ../../mod/friendica.php:95
+#: ../../mod/friendica.php:92
 msgid "No installed plugins/addons/apps"
 msgstr "Nejsou žádné nainstalované doplňky/aplikace"
 
@@ -5072,7 +5142,7 @@ msgstr "Vzdálené soukromé informace nejsou k dispozici."
 msgid "Visible to:"
 msgstr "Viditelné pro:"
 
-#: ../../mod/notes.php:44 ../../boot.php:2145
+#: ../../mod/notes.php:44 ../../boot.php:2150
 msgid "Personal Notes"
 msgstr "Osobní poznámky"
 
@@ -5223,7 +5293,7 @@ msgid ""
 "important, please visit http://friendica.com"
 msgstr "Pro více informací o Friendica projektu a o tom, proč je tak důležitý, prosím navštivte http://friendica.com"
 
-#: ../../mod/photos.php:52 ../../boot.php:2124
+#: ../../mod/photos.php:52 ../../boot.php:2129
 msgid "Photo Albums"
 msgstr "Fotoalba"
 
@@ -5457,145 +5527,141 @@ msgstr "Položka není k dispozici."
 msgid "Item was not found."
 msgstr "Položka nebyla nalezena."
 
-#: ../../boot.php:744
+#: ../../boot.php:749
 msgid "Delete this item?"
 msgstr "Odstranit tuto položku?"
 
-#: ../../boot.php:747
+#: ../../boot.php:752
 msgid "show fewer"
 msgstr "zobrazit méně"
 
-#: ../../boot.php:1117
+#: ../../boot.php:1122
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "Aktualizace %s selhala. Zkontrolujte protokol chyb."
 
-#: ../../boot.php:1235
+#: ../../boot.php:1240
 msgid "Create a New Account"
 msgstr "Vytvořit nový účet"
 
-#: ../../boot.php:1260 ../../include/nav.php:73
+#: ../../boot.php:1265 ../../include/nav.php:73
 msgid "Logout"
 msgstr "Odhlásit se"
 
-#: ../../boot.php:1261 ../../include/nav.php:92
-msgid "Login"
-msgstr "Přihlásit se"
-
-#: ../../boot.php:1263
+#: ../../boot.php:1268
 msgid "Nickname or Email address: "
 msgstr "Přezdívka nebo e-mailová adresa:"
 
-#: ../../boot.php:1264
+#: ../../boot.php:1269
 msgid "Password: "
 msgstr "Heslo: "
 
-#: ../../boot.php:1265
+#: ../../boot.php:1270
 msgid "Remember me"
 msgstr "Pamatuj si mne"
 
-#: ../../boot.php:1268
+#: ../../boot.php:1273
 msgid "Or login using OpenID: "
 msgstr "Nebo přihlášení pomocí OpenID: "
 
-#: ../../boot.php:1274
+#: ../../boot.php:1279
 msgid "Forgot your password?"
 msgstr "Zapomněli jste své heslo?"
 
-#: ../../boot.php:1277
+#: ../../boot.php:1282
 msgid "Website Terms of Service"
 msgstr "Podmínky použití serveru"
 
-#: ../../boot.php:1278
+#: ../../boot.php:1283
 msgid "terms of service"
 msgstr "podmínky použití"
 
-#: ../../boot.php:1280
+#: ../../boot.php:1285
 msgid "Website Privacy Policy"
 msgstr "Pravidla ochrany soukromí serveru"
 
-#: ../../boot.php:1281
+#: ../../boot.php:1286
 msgid "privacy policy"
 msgstr "Ochrana soukromí"
 
-#: ../../boot.php:1414
+#: ../../boot.php:1419
 msgid "Requested account is not available."
 msgstr "Požadovaný účet není dostupný."
 
-#: ../../boot.php:1496 ../../boot.php:1630
+#: ../../boot.php:1501 ../../boot.php:1635
 #: ../../include/profile_advanced.php:84
 msgid "Edit profile"
 msgstr "Upravit profil"
 
-#: ../../boot.php:1595
+#: ../../boot.php:1600
 msgid "Message"
 msgstr "Zpráva"
 
-#: ../../boot.php:1601 ../../include/nav.php:173
+#: ../../boot.php:1606 ../../include/nav.php:175
 msgid "Profiles"
 msgstr "Profily"
 
-#: ../../boot.php:1601
+#: ../../boot.php:1606
 msgid "Manage/edit profiles"
 msgstr "Spravovat/upravit profily"
 
-#: ../../boot.php:1701
+#: ../../boot.php:1706
 msgid "Network:"
 msgstr "Síť:"
 
-#: ../../boot.php:1731 ../../boot.php:1817
+#: ../../boot.php:1736 ../../boot.php:1822
 msgid "g A l F d"
 msgstr "g A l F d"
 
-#: ../../boot.php:1732 ../../boot.php:1818
+#: ../../boot.php:1737 ../../boot.php:1823
 msgid "F d"
 msgstr "d. F"
 
-#: ../../boot.php:1777 ../../boot.php:1858
+#: ../../boot.php:1782 ../../boot.php:1863
 msgid "[today]"
 msgstr "[Dnes]"
 
-#: ../../boot.php:1789
+#: ../../boot.php:1794
 msgid "Birthday Reminders"
 msgstr "Připomínka narozenin"
 
-#: ../../boot.php:1790
+#: ../../boot.php:1795
 msgid "Birthdays this week:"
 msgstr "Narozeniny tento týden:"
 
-#: ../../boot.php:1851
+#: ../../boot.php:1856
 msgid "[No description]"
 msgstr "[Žádný popis]"
 
-#: ../../boot.php:1869
+#: ../../boot.php:1874
 msgid "Event Reminders"
 msgstr "Připomenutí událostí"
 
-#: ../../boot.php:1870
+#: ../../boot.php:1875
 msgid "Events this week:"
 msgstr "Události tohoto týdne:"
 
-#: ../../boot.php:2107 ../../include/nav.php:76
+#: ../../boot.php:2112 ../../include/nav.php:76
 msgid "Status"
 msgstr "Stav"
 
-#: ../../boot.php:2110
+#: ../../boot.php:2115
 msgid "Status Messages and Posts"
 msgstr "Statusové zprávy a příspěvky "
 
-#: ../../boot.php:2117
+#: ../../boot.php:2122
 msgid "Profile Details"
 msgstr "Detaily profilu"
 
-#: ../../boot.php:2128 ../../boot.php:2131 ../../include/nav.php:79
+#: ../../boot.php:2133 ../../boot.php:2136 ../../include/nav.php:79
 msgid "Videos"
 msgstr "Videa"
 
-#: ../../boot.php:2141
+#: ../../boot.php:2146
 msgid "Events and Calendar"
 msgstr "Události a kalendář"
 
-#: ../../boot.php:2148
+#: ../../boot.php:2153
 msgid "Only You Can See This"
 msgstr "Toto můžete vidět jen Vy"
 
@@ -6062,26 +6128,26 @@ msgstr "sekund"
 msgid "%1$d %2$s ago"
 msgstr "před %1$d %2$s"
 
-#: ../../include/datetime.php:477 ../../include/items.php:2195
+#: ../../include/datetime.php:477 ../../include/items.php:2211
 #, php-format
 msgid "%s's birthday"
 msgstr "%s má narozeniny"
 
-#: ../../include/datetime.php:478 ../../include/items.php:2196
+#: ../../include/datetime.php:478 ../../include/items.php:2212
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Veselé narozeniny %s"
 
-#: ../../include/acl_selectors.php:326
+#: ../../include/acl_selectors.php:333
 msgid "Visible to everybody"
 msgstr "Viditelné pro všechny"
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:142
+#: ../../include/acl_selectors.php:334 ../../view/theme/diabook/config.php:142
 #: ../../view/theme/diabook/theme.php:621
 msgid "show"
 msgstr "zobrazit"
 
-#: ../../include/acl_selectors.php:328 ../../view/theme/diabook/config.php:142
+#: ../../include/acl_selectors.php:335 ../../view/theme/diabook/config.php:142
 #: ../../view/theme/diabook/theme.php:621
 msgid "don't show"
 msgstr "nikdy nezobrazit"
@@ -6148,7 +6214,7 @@ msgid ""
 msgstr "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním."
 
 #: ../../include/conversation.php:118 ../../include/conversation.php:246
-#: ../../include/text.php:1963 ../../view/theme/diabook/theme.php:463
+#: ../../include/text.php:1966 ../../view/theme/diabook/theme.php:463
 msgid "event"
 msgstr "událost"
 
@@ -6157,7 +6223,7 @@ msgstr "událost"
 msgid "%1$s poked %2$s"
 msgstr "%1$s šťouchnul %2$s"
 
-#: ../../include/conversation.php:211 ../../include/text.php:1004
+#: ../../include/conversation.php:211 ../../include/text.php:1005
 msgid "poked"
 msgstr "šťouchnut"
 
@@ -6274,35 +6340,35 @@ msgstr "Soukromý příspěvek"
 msgid "view full size"
 msgstr "zobrazit v plné velikosti"
 
-#: ../../include/text.php:296
+#: ../../include/text.php:297
 msgid "newer"
 msgstr "novější"
 
-#: ../../include/text.php:298
+#: ../../include/text.php:299
 msgid "older"
 msgstr "starší"
 
-#: ../../include/text.php:303
+#: ../../include/text.php:304
 msgid "prev"
 msgstr "předchozí"
 
-#: ../../include/text.php:305
+#: ../../include/text.php:306
 msgid "first"
 msgstr "první"
 
-#: ../../include/text.php:337
+#: ../../include/text.php:338
 msgid "last"
 msgstr "poslední"
 
-#: ../../include/text.php:340
+#: ../../include/text.php:341
 msgid "next"
 msgstr "další"
 
-#: ../../include/text.php:854
+#: ../../include/text.php:855
 msgid "No contacts"
 msgstr "Žádné kontakty"
 
-#: ../../include/text.php:863
+#: ../../include/text.php:864
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
@@ -6310,237 +6376,237 @@ msgstr[0] "%d kontakt"
 msgstr[1] "%d kontaktů"
 msgstr[2] "%d kontaktů"
 
-#: ../../include/text.php:1004
+#: ../../include/text.php:1005
 msgid "poke"
 msgstr "šťouchnout"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "ping"
 msgstr "cinknout"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "pinged"
 msgstr "cinkut"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prod"
 msgstr "pobídnout"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prodded"
 msgstr "pobídnut"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slap"
 msgstr "dát facku"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slapped"
 msgstr "být uhozen"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "finger"
 msgstr "osahávat"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "fingered"
 msgstr "osaháván"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuff"
 msgstr "odmítnout"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuffed"
 msgstr "odmítnut"
 
-#: ../../include/text.php:1023
+#: ../../include/text.php:1024
 msgid "happy"
 msgstr "šťasný"
 
-#: ../../include/text.php:1024
+#: ../../include/text.php:1025
 msgid "sad"
 msgstr "smutný"
 
-#: ../../include/text.php:1025
+#: ../../include/text.php:1026
 msgid "mellow"
 msgstr "jemný"
 
-#: ../../include/text.php:1026
+#: ../../include/text.php:1027
 msgid "tired"
 msgstr "unavený"
 
-#: ../../include/text.php:1027
+#: ../../include/text.php:1028
 msgid "perky"
 msgstr "emergický"
 
-#: ../../include/text.php:1028
+#: ../../include/text.php:1029
 msgid "angry"
 msgstr "nazlobený"
 
-#: ../../include/text.php:1029
+#: ../../include/text.php:1030
 msgid "stupified"
 msgstr "otupen"
 
-#: ../../include/text.php:1030
+#: ../../include/text.php:1031
 msgid "puzzled"
 msgstr "popletený"
 
-#: ../../include/text.php:1031
+#: ../../include/text.php:1032
 msgid "interested"
 msgstr "zajímavý"
 
-#: ../../include/text.php:1032
+#: ../../include/text.php:1033
 msgid "bitter"
 msgstr "hořký"
 
-#: ../../include/text.php:1033
+#: ../../include/text.php:1034
 msgid "cheerful"
 msgstr "radnostný"
 
-#: ../../include/text.php:1034
+#: ../../include/text.php:1035
 msgid "alive"
 msgstr "naživu"
 
-#: ../../include/text.php:1035
+#: ../../include/text.php:1036
 msgid "annoyed"
 msgstr "otráven"
 
-#: ../../include/text.php:1036
+#: ../../include/text.php:1037
 msgid "anxious"
 msgstr "znepokojený"
 
-#: ../../include/text.php:1037
+#: ../../include/text.php:1038
 msgid "cranky"
 msgstr "mrzutý"
 
-#: ../../include/text.php:1038
+#: ../../include/text.php:1039
 msgid "disturbed"
 msgstr "vyrušen"
 
-#: ../../include/text.php:1039
+#: ../../include/text.php:1040
 msgid "frustrated"
 msgstr "frustrovaný"
 
-#: ../../include/text.php:1040
+#: ../../include/text.php:1041
 msgid "motivated"
 msgstr "motivovaný"
 
-#: ../../include/text.php:1041
+#: ../../include/text.php:1042
 msgid "relaxed"
 msgstr "uvolněný"
 
-#: ../../include/text.php:1042
+#: ../../include/text.php:1043
 msgid "surprised"
 msgstr "překvapený"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Monday"
 msgstr "Pondělí"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Tuesday"
 msgstr "Úterý"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Wednesday"
 msgstr "Středa"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Thursday"
 msgstr "Čtvrtek"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Friday"
 msgstr "Pátek"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Saturday"
 msgstr "Sobota"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Sunday"
 msgstr "Neděle"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "January"
 msgstr "Ledna"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "February"
 msgstr "Února"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "March"
 msgstr "Března"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "April"
 msgstr "Dubna"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "May"
 msgstr "Května"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "June"
 msgstr "Června"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "July"
 msgstr "Července"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "August"
 msgstr "Srpna"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "September"
 msgstr "Září"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "October"
 msgstr "Října"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "November"
 msgstr "Listopadu"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "December"
 msgstr "Prosinec"
 
-#: ../../include/text.php:1434
+#: ../../include/text.php:1437
 msgid "bytes"
 msgstr "bytů"
 
-#: ../../include/text.php:1458 ../../include/text.php:1470
+#: ../../include/text.php:1461 ../../include/text.php:1473
 msgid "Click to open/close"
 msgstr "Klikněte pro otevření/zavření"
 
-#: ../../include/text.php:1699 ../../include/user.php:247
+#: ../../include/text.php:1702 ../../include/user.php:247
 #: ../../view/theme/duepuntozero/config.php:44
 msgid "default"
 msgstr "standardní"
 
-#: ../../include/text.php:1711
+#: ../../include/text.php:1714
 msgid "Select an alternate language"
 msgstr "Vyběr alternativního jazyka"
 
-#: ../../include/text.php:1967
+#: ../../include/text.php:1970
 msgid "activity"
 msgstr "aktivita"
 
-#: ../../include/text.php:1970
+#: ../../include/text.php:1973
 msgid "post"
 msgstr "příspěvek"
 
-#: ../../include/text.php:2138
+#: ../../include/text.php:2141
 msgid "Item filed"
 msgstr "Položka vyplněna"
 
-#: ../../include/bbcode.php:428 ../../include/bbcode.php:1027
-#: ../../include/bbcode.php:1028
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047
+#: ../../include/bbcode.php:1048
 msgid "Image/photo"
 msgstr "Obrázek/fotografie"
 
@@ -6556,11 +6622,11 @@ msgid ""
 "href=\"%s\" target=\"_blank\">post</a>"
 msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a> napsal následující <a href=\"%s\" target=\"_blank\">příspěvek</a>"
 
-#: ../../include/bbcode.php:991 ../../include/bbcode.php:1011
+#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031
 msgid "$1 wrote:"
 msgstr "$1 napsal:"
 
-#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1037
+#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057
 msgid "Encrypted content"
 msgstr "Šifrovaný obsah"
 
@@ -6569,7 +6635,7 @@ msgid "(no subject)"
 msgstr "(Bez předmětu)"
 
 #: ../../include/notifier.php:796 ../../include/delivery.php:467
-#: ../../include/enotify.php:31
+#: ../../include/enotify.php:33
 msgid "noreply"
 msgstr "neodpovídat"
 
@@ -6658,7 +6724,7 @@ msgstr "Statusnet"
 msgid "App.net"
 msgstr "App.net"
 
-#: ../../include/Scrape.php:593
+#: ../../include/Scrape.php:614
 msgid " on Last.fm"
 msgstr " na Last.fm"
 
@@ -6751,7 +6817,7 @@ msgstr "Tato akce není v rámci Vašeho předplatného dostupná."
 msgid "End this session"
 msgstr "Konec této relace"
 
-#: ../../include/nav.php:76 ../../include/nav.php:146
+#: ../../include/nav.php:76 ../../include/nav.php:148
 #: ../../view/theme/diabook/theme.php:123
 msgid "Your posts and conversations"
 msgstr "Vaše příspěvky a konverzace"
@@ -6813,131 +6879,135 @@ msgid "Conversations on this site"
 msgstr "Konverzace na tomto webu"
 
 #: ../../include/nav.php:131
+msgid "Conversations on the network"
+msgstr "Konverzace v síti"
+
+#: ../../include/nav.php:133
 msgid "Directory"
 msgstr "Adresář"
 
-#: ../../include/nav.php:131
+#: ../../include/nav.php:133
 msgid "People directory"
 msgstr "Adresář"
 
-#: ../../include/nav.php:133
+#: ../../include/nav.php:135
 msgid "Information"
 msgstr "Informace"
 
-#: ../../include/nav.php:133
+#: ../../include/nav.php:135
 msgid "Information about this friendica instance"
 msgstr "Informace o této instanci Friendica"
 
-#: ../../include/nav.php:143
+#: ../../include/nav.php:145
 msgid "Conversations from your friends"
 msgstr "Konverzace od Vašich přátel"
 
-#: ../../include/nav.php:144
+#: ../../include/nav.php:146
 msgid "Network Reset"
 msgstr "Síťový Reset"
 
-#: ../../include/nav.php:144
+#: ../../include/nav.php:146
 msgid "Load Network page with no filters"
 msgstr "Načíst stránku Síť bez filtrů"
 
-#: ../../include/nav.php:152
+#: ../../include/nav.php:154
 msgid "Friend Requests"
 msgstr "Žádosti přátel"
 
-#: ../../include/nav.php:154
+#: ../../include/nav.php:156
 msgid "See all notifications"
 msgstr "Zobrazit všechny upozornění"
 
-#: ../../include/nav.php:155
+#: ../../include/nav.php:157
 msgid "Mark all system notifications seen"
 msgstr "Označit všechny upozornění systému jako přečtené"
 
-#: ../../include/nav.php:159
+#: ../../include/nav.php:161
 msgid "Private mail"
 msgstr "Soukromá pošta"
 
-#: ../../include/nav.php:160
+#: ../../include/nav.php:162
 msgid "Inbox"
 msgstr "Doručená pošta"
 
-#: ../../include/nav.php:161
+#: ../../include/nav.php:163
 msgid "Outbox"
 msgstr "Odeslaná pošta"
 
-#: ../../include/nav.php:165
+#: ../../include/nav.php:167
 msgid "Manage"
 msgstr "Spravovat"
 
-#: ../../include/nav.php:165
+#: ../../include/nav.php:167
 msgid "Manage other pages"
 msgstr "Spravovat jiné stránky"
 
-#: ../../include/nav.php:170
+#: ../../include/nav.php:172
 msgid "Account settings"
 msgstr "Nastavení účtu"
 
-#: ../../include/nav.php:173
+#: ../../include/nav.php:175
 msgid "Manage/Edit Profiles"
 msgstr "Spravovat/Editovat Profily"
 
-#: ../../include/nav.php:175
+#: ../../include/nav.php:177
 msgid "Manage/edit friends and contacts"
 msgstr "Spravovat/upravit přátelé a kontakty"
 
-#: ../../include/nav.php:182
+#: ../../include/nav.php:184
 msgid "Site setup and configuration"
 msgstr "Nastavení webu a konfigurace"
 
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
 msgid "Navigation"
 msgstr "Navigace"
 
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
 msgid "Site map"
 msgstr "Mapa webu"
 
 #: ../../include/api.php:304 ../../include/api.php:315
-#: ../../include/api.php:416 ../../include/api.php:1062
-#: ../../include/api.php:1064
+#: ../../include/api.php:416 ../../include/api.php:1063
+#: ../../include/api.php:1065
 msgid "User not found."
 msgstr "Uživatel nenalezen"
 
 #: ../../include/api.php:771
 #, php-format
 msgid "Daily posting limit of %d posts reached. The post was rejected."
-msgstr ""
+msgstr "Bylo dosaženo denního limitu %d odeslaných příspěvků. Příspěvek byl odmítnut."
 
 #: ../../include/api.php:790
 #, php-format
 msgid "Weekly posting limit of %d posts reached. The post was rejected."
-msgstr ""
+msgstr "Bylo týdenního limitu %d odeslaných příspěvků. Příspěvek byl odmítnut."
 
 #: ../../include/api.php:809
 #, php-format
 msgid "Monthly posting limit of %d posts reached. The post was rejected."
-msgstr ""
+msgstr "Bylo dosaženo měsíčního limitu %d odeslaných příspěvků. Příspěvek byl odmítnut."
 
-#: ../../include/api.php:1271
+#: ../../include/api.php:1272
 msgid "There is no status with this id."
 msgstr "Není tu žádný status s tímto id."
 
-#: ../../include/api.php:1341
+#: ../../include/api.php:1342
 msgid "There is no conversation with this id."
 msgstr "Nemáme žádnou konverzaci s tímto id."
 
-#: ../../include/api.php:1613
+#: ../../include/api.php:1614
 msgid "Invalid request."
 msgstr "Neplatný požadavek."
 
-#: ../../include/api.php:1624
+#: ../../include/api.php:1625
 msgid "Invalid item."
 msgstr "Neplatná položka."
 
-#: ../../include/api.php:1634
+#: ../../include/api.php:1635
 msgid "Invalid action. "
 msgstr "Neplatná akce"
 
-#: ../../include/api.php:1642
+#: ../../include/api.php:1643
 msgid "DB error"
 msgstr "DB chyba"
 
@@ -7051,21 +7121,21 @@ msgid ""
 "\n"
 "\n"
 "\t\tThank you and welcome to %2$s."
-msgstr ""
+msgstr "\n\t\tVaše přihlašovací údaje jsou následující:\n\t\t\tAdresa webu:\t%3$s\n\t\t\tpřihlašovací jméno:\t%1$s\n\t\t\theslo:\t%5$s\n\n\t\tHeslo si můžete změnit na stránce \"Nastavení\" vašeho účtu poté, co se přihlásíte.\n\n\t\tProsím věnujte pár chvil revizi dalšího nastavení vašeho účtu na dané stránce.\n\n\t\tTaké su můžete přidat nějaké základní informace do svého výchozího profilu (na stránce \"Profily\"), takže ostatní lidé vás snáze najdou.\n\n\t\tDoporučujeme Vám uvést celé jméno a i foto. Přidáním nějakých \"klíčových slov\" (velmi užitečné pro hledání nových přátel) a možná také zemi, ve které žijete, pokud nechcete být více konkrétní.\n\n\t\tPlně resepktujeme vaše právo na soukromí a nic z výše uvedeného není povinné.\n\t\tPokud jste zde nový a neznáte zde nikoho, uvedením daných informací můžete získat nové přátele.\n\n\n\t\tDíky a vítejte na %2$s."
 
 #: ../../include/diaspora.php:703
 msgid "Sharing notification from Diaspora network"
 msgstr "Sdílení oznámení ze sítě Diaspora"
 
-#: ../../include/diaspora.php:2332
+#: ../../include/diaspora.php:2520
 msgid "Attachments:"
 msgstr "Přílohy:"
 
-#: ../../include/items.php:4526
+#: ../../include/items.php:4555
 msgid "Do you really want to delete this item?"
 msgstr "Opravdu chcete smazat tuto položku?"
 
-#: ../../include/items.php:4749
+#: ../../include/items.php:4778
 msgid "Archives"
 msgstr "Archív"
 
@@ -7310,238 +7380,238 @@ msgstr "Děkujeme, "
 msgid "%s Administrator"
 msgstr "%s Administrátor"
 
-#: ../../include/enotify.php:61
+#: ../../include/enotify.php:64
 #, php-format
 msgid "%s <!item_type!>"
 msgstr "%s <!item_type!>"
 
-#: ../../include/enotify.php:65
+#: ../../include/enotify.php:68
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr "[Friendica:Upozornění] Obdržena nová zpráva na %s"
 
-#: ../../include/enotify.php:67
+#: ../../include/enotify.php:70
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr "%1$s Vám poslal novou soukromou zprávu na %2$s."
 
-#: ../../include/enotify.php:68
+#: ../../include/enotify.php:71
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr "%1$s Vám poslal %2$s."
 
-#: ../../include/enotify.php:68
+#: ../../include/enotify.php:71
 msgid "a private message"
 msgstr "soukromá zpráva"
 
-#: ../../include/enotify.php:69
+#: ../../include/enotify.php:72
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr "Prosím navštivte %s pro zobrazení Vašich soukromých zpráv a možnost na ně odpovědět."
 
-#: ../../include/enotify.php:121
+#: ../../include/enotify.php:124
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr "%1$s okomentoval na [url=%2$s]%3$s[/url]"
 
-#: ../../include/enotify.php:128
+#: ../../include/enotify.php:131
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr "%1$s okomentoval na [url=%2$s]%3$s's %4$s[/url]"
 
-#: ../../include/enotify.php:136
+#: ../../include/enotify.php:139
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr "%1$s okomentoval na [url=%2$s]Váš %3$s[/url]"
 
-#: ../../include/enotify.php:146
+#: ../../include/enotify.php:149
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr "[Friendica:Upozornění] Komentář ke konverzaci #%1$d od %2$s"
 
-#: ../../include/enotify.php:147
+#: ../../include/enotify.php:150
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr "Uživatel %s okomentoval vámi sledovanou položku/konverzaci."
 
-#: ../../include/enotify.php:150 ../../include/enotify.php:165
-#: ../../include/enotify.php:178 ../../include/enotify.php:191
-#: ../../include/enotify.php:209 ../../include/enotify.php:222
+#: ../../include/enotify.php:153 ../../include/enotify.php:168
+#: ../../include/enotify.php:181 ../../include/enotify.php:194
+#: ../../include/enotify.php:212 ../../include/enotify.php:225
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět."
 
-#: ../../include/enotify.php:157
+#: ../../include/enotify.php:160
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr "[Friendica:Upozornění] %s umístěn na Vaši profilovou zeď"
 
-#: ../../include/enotify.php:159
+#: ../../include/enotify.php:162
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr "%1$s přidal příspěvek na Vaši profilovou zeď na %2$s"
 
-#: ../../include/enotify.php:161
+#: ../../include/enotify.php:164
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr "%1$s napřidáno na [url=%2$s]na Vaši zeď[/url]"
 
-#: ../../include/enotify.php:172
+#: ../../include/enotify.php:175
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr "[Friendica:Upozornění] %s Vás označil"
 
-#: ../../include/enotify.php:173
+#: ../../include/enotify.php:176
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr "%1$s Vás označil na %2$s"
 
-#: ../../include/enotify.php:174
+#: ../../include/enotify.php:177
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr "%1$s [url=%2$s]Vás označil[/url]."
 
-#: ../../include/enotify.php:185
+#: ../../include/enotify.php:188
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr "[Friendica:Notify] %s nasdílel nový příspěvek"
 
-#: ../../include/enotify.php:186
+#: ../../include/enotify.php:189
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr "%1$s nasdílel nový příspěvek na %2$s"
 
-#: ../../include/enotify.php:187
+#: ../../include/enotify.php:190
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr "%1$s [url=%2$s]nasdílel příspěvek[/url]."
 
-#: ../../include/enotify.php:199
+#: ../../include/enotify.php:202
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr "[Friendica:Upozornění] %1$s Vás šťouchnul"
 
-#: ../../include/enotify.php:200
+#: ../../include/enotify.php:203
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr "%1$s Vás šťouchnul na %2$s"
 
-#: ../../include/enotify.php:201
+#: ../../include/enotify.php:204
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr "Uživatel %1$s [url=%2$s]Vás šťouchnul[/url]."
 
-#: ../../include/enotify.php:216
+#: ../../include/enotify.php:219
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr "[Friendica:Upozornění] %s označil Váš příspěvek"
 
-#: ../../include/enotify.php:217
+#: ../../include/enotify.php:220
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr "%1$s označil Váš příspěvek na %2$s"
 
-#: ../../include/enotify.php:218
+#: ../../include/enotify.php:221
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr "%1$s označil [url=%2$s]Váš příspěvek[/url]"
 
-#: ../../include/enotify.php:229
+#: ../../include/enotify.php:232
 msgid "[Friendica:Notify] Introduction received"
 msgstr "[Friendica:Upozornění] Obdrženo přestavení"
 
-#: ../../include/enotify.php:230
+#: ../../include/enotify.php:233
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr "Obdržel jste žádost o spojení od '%1$s' na %2$s"
 
-#: ../../include/enotify.php:231
+#: ../../include/enotify.php:234
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr "Obdržel jste [url=%1$s]žádost o spojení[/url] od %2$s."
 
-#: ../../include/enotify.php:234 ../../include/enotify.php:276
+#: ../../include/enotify.php:237 ../../include/enotify.php:279
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr "Můžete navštívit jejich profil na %s"
 
-#: ../../include/enotify.php:236
+#: ../../include/enotify.php:239
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr "Prosím navštivte %s pro schválení či zamítnutí představení."
 
-#: ../../include/enotify.php:244
+#: ../../include/enotify.php:247
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr "[Friendica:Upozornění] Nový člověk s vámi sdílí"
 
-#: ../../include/enotify.php:245 ../../include/enotify.php:246
+#: ../../include/enotify.php:248 ../../include/enotify.php:249
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr "uživatel %1$s sdílí s vámi ma %2$s"
 
-#: ../../include/enotify.php:252
+#: ../../include/enotify.php:255
 msgid "[Friendica:Notify] You have a new follower"
 msgstr "[Friendica:Upozornění] Máte nového následovníka"
 
-#: ../../include/enotify.php:253 ../../include/enotify.php:254
+#: ../../include/enotify.php:256 ../../include/enotify.php:257
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr "Máte nového následovníka na %2$s : %1$s"
 
-#: ../../include/enotify.php:267
+#: ../../include/enotify.php:270
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr "[Friendica:Upozornění] Obdržen návrh na přátelství"
 
-#: ../../include/enotify.php:268
+#: ../../include/enotify.php:271
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr "Obdržel jste návrh přátelství od '%1$s' na %2$s"
 
-#: ../../include/enotify.php:269
+#: ../../include/enotify.php:272
 #, php-format
 msgid ""
 "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr "Obdržel jste [url=%1$s]návrh přátelství[/url] s %2$s from %3$s."
 
-#: ../../include/enotify.php:274
+#: ../../include/enotify.php:277
 msgid "Name:"
 msgstr "Jméno:"
 
-#: ../../include/enotify.php:275
+#: ../../include/enotify.php:278
 msgid "Photo:"
 msgstr "Foto:"
 
-#: ../../include/enotify.php:278
+#: ../../include/enotify.php:281
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr "Prosím navštivte %s pro schválení či zamítnutí doporučení."
 
-#: ../../include/enotify.php:286 ../../include/enotify.php:299
+#: ../../include/enotify.php:289 ../../include/enotify.php:302
 msgid "[Friendica:Notify] Connection accepted"
 msgstr "[Friendica:Upozornění] Spojení akceptováno"
 
-#: ../../include/enotify.php:287 ../../include/enotify.php:300
+#: ../../include/enotify.php:290 ../../include/enotify.php:303
 #, php-format
 msgid "'%1$s' has acepted your connection request at %2$s"
 msgstr "'%1$s' akceptoval váš požadavek na spojení na %2$s"
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:301
+#: ../../include/enotify.php:291 ../../include/enotify.php:304
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr "%2$s akceptoval váš [url=%1$s]požadavek na spojení[/url]."
 
-#: ../../include/enotify.php:291
+#: ../../include/enotify.php:294
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and email\n"
 "\twithout restriction."
 msgstr "Jste nyní vzájemnými přáteli a můžete si vyměňovat aktualizace statusu, fotografií a emailů\nbez omezení."
 
-#: ../../include/enotify.php:294 ../../include/enotify.php:308
+#: ../../include/enotify.php:297 ../../include/enotify.php:311
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr "Prosím navštivte %s  pokud chcete změnit tento vztah."
 
-#: ../../include/enotify.php:304
+#: ../../include/enotify.php:307
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
@@ -7550,42 +7620,42 @@ msgid ""
 "automatically."
 msgstr "'%1$s' vás přijal jako \"fanouška\", což omezuje některé formy komunikace - jako jsou soukromé zprávy a některé interakce na profilech. Pokud se jedná o celebritu, případně o komunitní stránky, pak bylo toto nastavení provedeno automaticky.."
 
-#: ../../include/enotify.php:306
+#: ../../include/enotify.php:309
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future. "
 msgstr "''%1$s' se může rozhodnout rozšířit tento vztah na oboustraný nebo méně restriktivní"
 
-#: ../../include/enotify.php:319
+#: ../../include/enotify.php:322
 msgid "[Friendica System:Notify] registration request"
 msgstr "[Systém Friendica :Upozornění] registrační požadavek"
 
-#: ../../include/enotify.php:320
+#: ../../include/enotify.php:323
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr "Obdržel jste požadavek na registraci od '%1$s' na %2$s"
 
-#: ../../include/enotify.php:321
+#: ../../include/enotify.php:324
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr "Obdržel jste [url=%1$s]požadavek na registraci[/url] od '%2$s'."
 
-#: ../../include/enotify.php:324
+#: ../../include/enotify.php:327
 #, php-format
 msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 msgstr "Plné jméno:\t%1$s\\nUmístění webu:\t%2$s\\nPřihlašovací účet:\t%3$s (%4$s)"
 
-#: ../../include/enotify.php:327
+#: ../../include/enotify.php:330
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr "Prosím navštivte %s k odsouhlasení nebo k zamítnutí požadavku."
 
-#: ../../include/oembed.php:210
+#: ../../include/oembed.php:212
 msgid "Embedded content"
 msgstr "vložený obsah"
 
-#: ../../include/oembed.php:219
+#: ../../include/oembed.php:221
 msgid "Embedding disabled"
 msgstr "Vkládání zakázáno"
 
@@ -7788,28 +7858,28 @@ msgstr "Nastavit styl"
 
 #: ../../view/theme/duepuntozero/config.php:45
 msgid "greenzero"
-msgstr ""
+msgstr "zelená nula"
 
 #: ../../view/theme/duepuntozero/config.php:46
 msgid "purplezero"
-msgstr ""
+msgstr "fialová nula"
 
 #: ../../view/theme/duepuntozero/config.php:47
 msgid "easterbunny"
-msgstr ""
+msgstr "velikonoční zajíček"
 
 #: ../../view/theme/duepuntozero/config.php:48
 msgid "darkzero"
-msgstr ""
+msgstr "tmavá nula"
 
 #: ../../view/theme/duepuntozero/config.php:49
 msgid "comix"
-msgstr ""
+msgstr "komiksová"
 
 #: ../../view/theme/duepuntozero/config.php:50
 msgid "slackr"
-msgstr ""
+msgstr "flákač"
 
 #: ../../view/theme/duepuntozero/config.php:62
 msgid "Variations"
-msgstr ""
+msgstr "Variace"
index 8bd40257cd6fc4eda2acda3f3740986e07758b03..9b38cc821545825e8b7da379a690c88ed3c1adea 100644 (file)
@@ -74,12 +74,12 @@ $a->strings["Hide this contact from others"] = "Skrýt tento kontakt před ostat
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Odpovědi/Libí se na Vaše veřejné příspěvky <strong>mohou být</strong> stále viditelné";
 $a->strings["Notification for new posts"] = "Upozornění na nové příspěvky";
 $a->strings["Send a notification of every new post of this contact"] = "Poslat upozornění při každém novém příspěvku tohoto kontaktu";
-$a->strings["Fetch further information for feeds"] = "Načíst další informace pro kanál";
+$a->strings["Fetch further information for feeds"] = "Načítat další informace pro kanál";
 $a->strings["Disabled"] = "Zakázáno";
-$a->strings["Fetch information"] = "Načíst informace";
-$a->strings["Fetch information and keywords"] = "Načíst informace a klíčová slova";
+$a->strings["Fetch information"] = "Načítat informace";
+$a->strings["Fetch information and keywords"] = "Načítat informace a klíčová slova";
 $a->strings["Blacklisted keywords"] = "Zakázaná klíčová slova";
-$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Čárkou oddělený seznam klíčových slov, které by neměly být převáděna na hashtagy, když je zvoleno \"Načítat informace a klíčová slova\"";
 $a->strings["Suggestions"] = "Doporučení";
 $a->strings["Suggest potential friends"] = "Navrhnout potenciální přátele";
 $a->strings["All Contacts"] = "Všechny kontakty";
@@ -245,7 +245,7 @@ $a->strings["Suggest Friends"] = "Navrhněte přátelé";
 $a->strings["Suggest a friend for %s"] = "Navrhněte přátelé pro uživatele %s";
 $a->strings["No valid account found."] = "Nenalezen žádný platný účet.";
 $a->strings["Password reset request issued. Check your email."] = "Žádost o obnovení hesla vyřízena. Zkontrolujte Vaši e-mailovou schránku.";
-$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."] = "";
+$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\tDrahý %1\$s,\n\t\t\tNa \"%2\$s\" jsme obdrželi  požadavek na obnovu vašeho hesla \n\t\tpassword. Pro potvrzení žádosti prosím klikněte na zaslaný verifikační odkaz níže nebo si ho zkopírujte do adresní řádky prohlížeče.\n\n\t\tPokud jste tuto žádost nezasílaliI prosím na uvedený odkaz neklikejte a tento email smažte.\n\n\t\tVaše heslo nebude změněno dokud nebudeme moci oveřit, že jste autorem této žádosti.";
 $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\tKlikněte na následující odkaz pro potvrzení Vaší identity:\n\n\t\t%1\$s\n\n\t\tNásledně obdržíte zprávu obsahující nové heslo.\n\t\tHeslo si můžete si změnit na stránce nastavení účtu poté, co se přihlásíte.\n\n\t\tVaše přihlašovací údaje jsou následující:\n\n\t\tUmístění webu:\t%2\$s\n\t\tPřihlašovací jméno:\t%3\$s";
 $a->strings["Password reset requested at %s"] = "Na %s bylo zažádáno o resetování hesla";
 $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Žádost nemohla být ověřena. (Možná jste ji odeslali již dříve.) Obnovení hesla se nezdařilo.";
@@ -384,6 +384,8 @@ $a->strings["New photo from this URL"] = "Nové foto z této URL adresy";
 $a->strings["Remote Self"] = "Remote Self";
 $a->strings["Mirror postings from this contact"] = "Zrcadlení správ od tohoto kontaktu";
 $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Označit tento kontakt jako \"remote_self\", s tímto nastavením freindica bude přeposílat všechny nové příspěvky od tohoto kontaktu.";
+$a->strings["Login"] = "Přihlásit se";
+$a->strings["The post was created"] = "Příspěvek byl vytvořen";
 $a->strings["Access denied."] = "Přístup odmítnut";
 $a->strings["People Search"] = "Vyhledávání lidí";
 $a->strings["No matches"] = "Žádné shody";
@@ -397,8 +399,11 @@ $a->strings["Plugins"] = "Pluginy";
 $a->strings["Themes"] = "Témata";
 $a->strings["DB updates"] = "Aktualizace databáze";
 $a->strings["Logs"] = "Logy";
+$a->strings["probe address"] = "vyzkoušet adresu";
+$a->strings["check webfinger"] = "vyzkoušet webfinger";
 $a->strings["Admin"] = "Administrace";
 $a->strings["Plugin Features"] = "Funkčnosti rozšíření";
+$a->strings["diagnostics"] = "diagnostika";
 $a->strings["User registrations waiting for confirmation"] = "Registrace uživatele čeká na potvrzení";
 $a->strings["Normal Account"] = "Normální účet";
 $a->strings["Soapbox Account"] = "Soapbox účet";
@@ -416,6 +421,9 @@ $a->strings["Active plugins"] = "Aktivní pluginy";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň <schéma>://<doméma>";
 $a->strings["Site settings updated."] = "Nastavení webu aktualizováno.";
 $a->strings["No special theme for mobile devices"] = "žádné speciální téma pro mobilní zařízení";
+$a->strings["No community page"] = "Komunitní stránka neexistuje";
+$a->strings["Public postings from users of this site"] = "Počet veřejných příspěvků od uživatele na této stránce";
+$a->strings["Global community page"] = "Globální komunitní stránka";
 $a->strings["At post arrival"] = "Při obdržení příspěvku";
 $a->strings["Frequently"] = "Často";
 $a->strings["Hourly"] = "každou hodinu";
@@ -436,8 +444,11 @@ $a->strings["Advanced"] = "Pokročilé";
 $a->strings["Performance"] = "Výkonnost";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Změna umístění - Varování: pokročilá funkčnost. Tímto můžete znepřístupnit server.";
 $a->strings["Site name"] = "Název webu";
-$a->strings["Host name"] = "";
+$a->strings["Host name"] = "Jméno hostitele (host name)";
+$a->strings["Sender Email"] = "Email ddesílatele";
 $a->strings["Banner/Logo"] = "Banner/logo";
+$a->strings["Shortcut icon"] = "Ikona zkratky";
+$a->strings["Touch icon"] = "Dotyková ikona";
 $a->strings["Additional Info"] = "Dodatečné informace";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Pro veřejné servery: zde můžete doplnit dodatečné informace, které budou uvedeny v seznamu na dir.friendica.com/siteinfo.";
 $a->strings["System language"] = "Systémový jazyk";
@@ -448,7 +459,7 @@ $a->strings["Theme for mobile devices"] = "Téma zobrazení pro mobilní zaříz
 $a->strings["SSL link policy"] = "Politika SSL odkazů";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Určuje, zda-li budou generované odkazy používat SSL";
 $a->strings["Force SSL"] = "Vynutit SSL";
-$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Vynutit SSL pro všechny ne-SSL žádosti - Upozornění: na některých systémech může dojít k nekonečnému zacyklení.";
 $a->strings["Old style 'Share'"] = "Sdílení \"postaru\"";
 $a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Deaktivovat bbcode element \"share\" pro opakující se položky.";
 $a->strings["Hide help entry from navigation menu"] = "skrýt nápovědu z navigačního menu";
@@ -498,8 +509,10 @@ $a->strings["Fullname check"] = "kontrola úplného jména";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření.";
 $a->strings["UTF-8 Regular expressions"] = "UTF-8 Regulární výrazy";
 $a->strings["Use PHP UTF8 regular expressions"] = "Použít PHP UTF8 regulární výrazy.";
-$a->strings["Show Community Page"] = "Zobrazit stránku komunity";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce.";
+$a->strings["Community Page Style"] = "Styl komunitní stránky";
+$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Typ komunitní stránky k zobrazení. 'Glogální komunita' zobrazuje každý veřejný příspěvek z otevřené distribuované sítě, která dorazí na tento server.";
+$a->strings["Posts per user on community page"] = "Počet příspěvků na komunitní stránce";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximální počet příspěvků na uživatele na komunitní sptránce. (neplatí pro 'Globální komunitu')";
 $a->strings["Enable OStatus support"] = "Zapnout podporu 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."] = "Poskytnout zabudouvanou kompatibilitu s OStatus (StatusNet, GNU Social apod.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění.";
 $a->strings["OStatus conversation completion interval"] = "Interval dokončení konverzace OStatus";
@@ -524,6 +537,8 @@ $a->strings["Use MySQL full text engine"] = "Použít fulltextový vyhledávací
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků";
 $a->strings["Suppress Language"] = "Potlačit Jazyk";
 $a->strings["Suppress language information in meta information about a posting."] = "Potlačit jazykové informace v meta informacích o příspěvcích";
+$a->strings["Suppress Tags"] = "Potlačit štítky";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Potlačit zobrazení listu hastagů na konci zprávy.";
 $a->strings["Path to item cache"] = "Cesta k položkám vyrovnávací paměti";
 $a->strings["Cache duration in seconds"] = "Doba platnosti vyrovnávací paměti v sekundách";
 $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."] = "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den). Pro vypnutí funkce vyrovnávací paměti nastavte hodnotu na -1.";
@@ -534,9 +549,11 @@ $a->strings["Temp path"] = "Cesta k dočasným souborům";
 $a->strings["Base path to installation"] = "Základní cesta k instalaci";
 $a->strings["Disable picture proxy"] = "Vypnutí obrázkové proxy";
 $a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "Obrázková proxi zvyšuje výkonnost a soukromí. Neměla by být použita na systémech s pomalým připojením k síti.";
+$a->strings["Enable old style pager"] = "Aktivovat \"old style\" stránkování ";
+$a->strings["The old style pager has page numbers but slows down massively the page speed."] = " \"old style\" stránkování zobrazuje čísla stránek ale značně zpomaluje rychlost stránky.";
+$a->strings["Only search in tags"] = "Hledat pouze ve štítkách";
+$a->strings["On large systems the text search can slow down the system extremely."] = "Textové vyhledávání může u rozsáhlých systémů znamenat velmi citelné zpomalení systému.";
 $a->strings["New base url"] = "Nová výchozí url adresa";
-$a->strings["Disable noscrape"] = "";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server."] = "";
 $a->strings["Update has been marked successful"] = "Aktualizace byla označena jako úspěšná.";
 $a->strings["Database structure update %s was successfully applied."] = "Aktualizace struktury databáze %s byla úspěšně aplikována.";
 $a->strings["Executing of database structure update %s failed with error: %s"] = "Provádění aktualizace databáze %s skončilo chybou: %s";
@@ -551,7 +568,7 @@ $a->strings["This does not include updates prior to 1139, which did not return a
 $a->strings["Mark success (if update was manually applied)"] = "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)";
 $a->strings["Attempt to execute this update step automatically"] = "Pokusit se provést tuto aktualizaci automaticky.";
 $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\tDrahý %1\$s,\n\t\t\t\tadministrátor webu %2\$s pro Vás vytvořil uživatelský účet.";
-$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["\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\tVaše přihlašovací údaje jsou následující:\n\n\t\t\tAdresa webu: \t%1\$s\n\t\t\tpřihlašovací jméno:\t\t%2\$s\n\t\t\theslo:\t\t%3\$s\n\n\t\t\tHeslo si můžete změnit na stránce \"Nastavení\" vašeho účtu poté, co se přihlásíte.\n\n\t\t\tProsím věnujte pár chvil revizi dalšího nastavení vašeho účtu na dané stránce.\n\n\t\t\tTaké su můžete přidat nějaké základní informace do svého výchozího profilu (na stránce \"Profily\"), takže ostatní lidé vás snáze najdou. \n\n\t\t\tDoporučujeme Vám uvést celé jméno a i foto. Přidáním nějakých \"klíčových slov\" (velmi užitečné pro hledání nových přátel) a možná také zemi, ve které žijete, pokud nechcete být více konkrétní.\n\n\t\t\tPlně resepktujeme vaše právo na soukromí a nic z výše uvedeného není povinné. Pokud jste zde nový a neznáte zde nikoho, uvedením daných informací můžete získat nové přátele.\n\n\t\t\tDíky a vítejte na %4\$s.";
 $a->strings["Registration details for %s"] = "Registrační údaje pro %s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s uživatel blokován/odblokován",
@@ -881,7 +898,7 @@ $a->strings["No"] = "Ne";
 $a->strings["Publish your default profile in the global social directory?"] = "Publikovat Váš výchozí profil v globální sociálním adresáři?";
 $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skrýt Vaše kontaktní údaje a seznam přátel před návštěvníky ve Vašem výchozím profilu?";
 $a->strings["Hide your profile details from unknown viewers?"] = "Skrýt Vaše profilové detaily před neznámými uživateli?";
-$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Pokud je povoleno, není možné zasílání veřejných příspěvků do Diaspory a dalších sítí.";
 $a->strings["Allow friends to post to your profile page?"] = "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?";
 $a->strings["Allow friends to tag your posts?"] = "Povolit přátelům označovat Vaše příspěvky?";
 $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Chcete nám povolit abychom vás navrhovali jako přátelé pro nové členy?";
@@ -937,7 +954,7 @@ $a->strings["You receive a friend suggestion"] = "Obdržel jste návrh přátels
 $a->strings["You are tagged in a post"] = "Jste označen v příspěvku";
 $a->strings["You are poked/prodded/etc. in a post"] = "Byl Jste šťouchnout v příspěvku";
 $a->strings["Text-only notification emails"] = "Pouze textové notifikační e-maily";
-$a->strings["Send text only notification emails, without the html part"] = "";
+$a->strings["Send text only notification emails, without the html part"] = "Posílat pouze textové notifikační e-maily, bez html části.";
 $a->strings["Advanced Account/Page Type Settings"] = "Pokročilé nastavení účtu/stránky";
 $a->strings["Change the behaviour of this account for special situations"] = "Změnit chování tohoto účtu ve speciálních situacích";
 $a->strings["Relocate"] = "Změna umístění";
@@ -986,7 +1003,7 @@ $a->strings[" - please do not use this form.  Instead, enter %s into your Diaspo
 $a->strings["Your Identity Address:"] = "Verze PHP pro příkazový řádek na Vašem systému nemá povolen \"register_argc_argv\".";
 $a->strings["Submit Request"] = "Odeslat žádost";
 $a->strings["Registration successful. Please check your email for further instructions."] = "Registrace úspěšná. Zkontrolujte prosím svůj e-mail pro další instrukce.";
-$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."] = "";
+$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."] = "Nepovedlo se odeslat emailovou zprávu. Zde jsou detaily Vašeho účtu:<br> login: %s<br> heslo: %s<br><br>Své heslo můžete změnit po přihlášení.";
 $a->strings["Your registration can not be processed."] = "Vaši registraci nelze zpracovat.";
 $a->strings["Your registration is pending approval by the site owner."] = "Vaše registrace čeká na schválení vlastníkem serveru.";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to  zítra znovu.";
@@ -1243,7 +1260,6 @@ $a->strings["show fewer"] = "zobrazit méně";
 $a->strings["Update %s failed. See error logs."] = "Aktualizace %s selhala. Zkontrolujte protokol chyb.";
 $a->strings["Create a New Account"] = "Vytvořit nový účet";
 $a->strings["Logout"] = "Odhlásit se";
-$a->strings["Login"] = "Přihlásit se";
 $a->strings["Nickname or Email address: "] = "Přezdívka nebo e-mailová adresa:";
 $a->strings["Password: "] = "Heslo: ";
 $a->strings["Remember me"] = "Pamatuj si mne";
@@ -1569,6 +1585,7 @@ $a->strings["Apps"] = "Aplikace";
 $a->strings["Addon applications, utilities, games"] = "Doplňkové aplikace, nástroje, hry";
 $a->strings["Search site content"] = "Hledání na stránkách tohoto webu";
 $a->strings["Conversations on this site"] = "Konverzace na tomto webu";
+$a->strings["Conversations on the network"] = "Konverzace v síti";
 $a->strings["Directory"] = "Adresář";
 $a->strings["People directory"] = "Adresář";
 $a->strings["Information"] = "Informace";
@@ -1591,9 +1608,9 @@ $a->strings["Site setup and configuration"] = "Nastavení webu a konfigurace";
 $a->strings["Navigation"] = "Navigace";
 $a->strings["Site map"] = "Mapa webu";
 $a->strings["User not found."] = "Uživatel nenalezen";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Bylo dosaženo denního limitu %d odeslaných příspěvků. Příspěvek byl odmítnut.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Bylo týdenního limitu %d odeslaných příspěvků. Příspěvek byl odmítnut.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Bylo dosaženo měsíčního limitu %d odeslaných příspěvků. Příspěvek byl odmítnut.";
 $a->strings["There is no status with this id."] = "Není tu žádný status s tímto id.";
 $a->strings["There is no conversation with this id."] = "Nemáme žádnou konverzaci s tímto id.";
 $a->strings["Invalid request."] = "Neplatný požadavek.";
@@ -1618,7 +1635,7 @@ $a->strings["An error occurred during registration. Please try again."] = "Došl
 $a->strings["An error occurred creating your default profile. Please try again."] = "Došlo k chybě při vytváření Vašeho výchozího profilu. Zkuste to prosím znovu.";
 $a->strings["Friends"] = "Přátelé";
 $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\tDrahý %1\$s,\n\t\t\tDěkujeme Vám za registraci na %2\$s. Váš účet byl vytvořen.\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."] = "";
+$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\tVaše přihlašovací údaje jsou následující:\n\t\t\tAdresa webu:\t%3\$s\n\t\t\tpřihlašovací jméno:\t%1\$s\n\t\t\theslo:\t%5\$s\n\n\t\tHeslo si můžete změnit na stránce \"Nastavení\" vašeho účtu poté, co se přihlásíte.\n\n\t\tProsím věnujte pár chvil revizi dalšího nastavení vašeho účtu na dané stránce.\n\n\t\tTaké su můžete přidat nějaké základní informace do svého výchozího profilu (na stránce \"Profily\"), takže ostatní lidé vás snáze najdou.\n\n\t\tDoporučujeme Vám uvést celé jméno a i foto. Přidáním nějakých \"klíčových slov\" (velmi užitečné pro hledání nových přátel) a možná také zemi, ve které žijete, pokud nechcete být více konkrétní.\n\n\t\tPlně resepktujeme vaše právo na soukromí a nic z výše uvedeného není povinné.\n\t\tPokud jste zde nový a neznáte zde nikoho, uvedením daných informací můžete získat nové přátele.\n\n\n\t\tDíky a vítejte na %2\$s.";
 $a->strings["Sharing notification from Diaspora network"] = "Sdílení oznámení ze sítě Diaspora";
 $a->strings["Attachments:"] = "Přílohy:";
 $a->strings["Do you really want to delete this item?"] = "Opravdu chcete smazat tuto položku?";
@@ -1784,10 +1801,10 @@ $a->strings["Local Directory"] = "Lokální Adresář";
 $a->strings["Set zoomfactor for Earth Layers"] = "Nastavit faktor přiblížení pro Earth Layers";
 $a->strings["Show/hide boxes at right-hand column:"] = "Zobrazit/skrýt boxy na pravém sloupci:";
 $a->strings["Set style"] = "Nastavit styl";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "";
+$a->strings["greenzero"] = "zelená nula";
+$a->strings["purplezero"] = "fialová nula";
+$a->strings["easterbunny"] = "velikonoční zajíček";
+$a->strings["darkzero"] = "tmavá nula";
+$a->strings["comix"] = "komiksová";
+$a->strings["slackr"] = "flákač";
+$a->strings["Variations"] = "Variace";
index ef96bb95c5ff047f808ebde35e2e9358dbd37b93..a5d3d8516d39e7b754d6a940171fab44002f3a42 100644 (file)
@@ -20,7 +20,7 @@
 # Oliver <post@toktan.org>, 2012
 # Sennewood <sebastian@sebsen.net>, 2013
 # Sennewood <sebastian@sebsen.net>, 2012-2013
-# bavatar <tobias.diekershoff@gmx.net>, 2013-2014
+# bavatar <tobias.diekershoff@gmx.net>, 2013-2015
 # bavatar <tobias.diekershoff@gmx.net>, 2011-2013
 # zottel <transifex@zottel.net>, 2011-2012
 # tschlotfeldt <ts+transifex@ml.tschlotfeldt.de>, 2011
@@ -28,9 +28,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-01-22 17:30+0100\n"
-"PO-Revision-Date: 2015-01-23 14:42+0000\n"
-"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
+"POT-Creation-Date: 2015-02-09 08:57+0100\n"
+"PO-Revision-Date: 2015-02-09 10:18+0000\n"
+"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
 "Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -38,36 +38,36 @@ msgstr ""
 "Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../../mod/contacts.php:107
+#: ../../mod/contacts.php:108
 #, php-format
 msgid "%d contact edited."
 msgid_plural "%d contacts edited"
 msgstr[0] "%d Kontakt bearbeitet."
 msgstr[1] "%d Kontakte bearbeitet"
 
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:271
+#: ../../mod/contacts.php:139 ../../mod/contacts.php:272
 msgid "Could not access contact record."
 msgstr "Konnte nicht auf die Kontaktdaten zugreifen."
 
-#: ../../mod/contacts.php:152
+#: ../../mod/contacts.php:153
 msgid "Could not locate selected profile."
 msgstr "Konnte das ausgewählte Profil nicht finden."
 
-#: ../../mod/contacts.php:185
+#: ../../mod/contacts.php:186
 msgid "Contact updated."
 msgstr "Kontakt aktualisiert."
 
-#: ../../mod/contacts.php:187 ../../mod/dfrn_request.php:576
+#: ../../mod/contacts.php:188 ../../mod/dfrn_request.php:576
 msgid "Failed to update contact record."
 msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen."
 
-#: ../../mod/contacts.php:253 ../../mod/manage.php:96
-#: ../../mod/display.php:475 ../../mod/profile_photo.php:19
+#: ../../mod/contacts.php:254 ../../mod/manage.php:96
+#: ../../mod/display.php:499 ../../mod/profile_photo.php:19
 #: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
 #: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
 #: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
 #: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
-#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:22
+#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:24
 #: ../../mod/notifications.php:66 ../../mod/message.php:38
 #: ../../mod/message.php:174 ../../mod/crepair.php:119
 #: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
@@ -77,44 +77,44 @@ msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen."
 #: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
 #: ../../mod/settings.php:596 ../../mod/settings.php:601
 #: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
-#: ../../mod/suggest.php:58 ../../mod/profiles.php:148
-#: ../../mod/profiles.php:584 ../../mod/editpost.php:10 ../../mod/api.php:26
+#: ../../mod/suggest.php:58 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:618 ../../mod/editpost.php:10 ../../mod/api.php:26
 #: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
 #: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
 #: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
-#: ../../mod/attach.php:33 ../../include/items.php:4683 ../../index.php:369
+#: ../../mod/attach.php:33 ../../include/items.php:4712 ../../index.php:369
 msgid "Permission denied."
 msgstr "Zugriff verweigert."
 
-#: ../../mod/contacts.php:286
+#: ../../mod/contacts.php:287
 msgid "Contact has been blocked"
 msgstr "Kontakt wurde blockiert"
 
-#: ../../mod/contacts.php:286
+#: ../../mod/contacts.php:287
 msgid "Contact has been unblocked"
 msgstr "Kontakt wurde wieder freigegeben"
 
-#: ../../mod/contacts.php:297
+#: ../../mod/contacts.php:298
 msgid "Contact has been ignored"
 msgstr "Kontakt wurde ignoriert"
 
-#: ../../mod/contacts.php:297
+#: ../../mod/contacts.php:298
 msgid "Contact has been unignored"
 msgstr "Kontakt wird nicht mehr ignoriert"
 
-#: ../../mod/contacts.php:309
+#: ../../mod/contacts.php:310
 msgid "Contact has been archived"
 msgstr "Kontakt wurde archiviert"
 
-#: ../../mod/contacts.php:309
+#: ../../mod/contacts.php:310
 msgid "Contact has been unarchived"
 msgstr "Kontakt wurde aus dem Archiv geholt"
 
-#: ../../mod/contacts.php:334 ../../mod/contacts.php:710
+#: ../../mod/contacts.php:335 ../../mod/contacts.php:711
 msgid "Do you really want to delete this contact?"
 msgstr "Möchtest du wirklich diesen Kontakt löschen?"
 
-#: ../../mod/contacts.php:336 ../../mod/message.php:209
+#: ../../mod/contacts.php:337 ../../mod/message.php:209
 #: ../../mod/settings.php:1010 ../../mod/settings.php:1016
 #: ../../mod/settings.php:1024 ../../mod/settings.php:1028
 #: ../../mod/settings.php:1033 ../../mod/settings.php:1039
@@ -123,139 +123,139 @@ msgstr "Möchtest du wirklich diesen Kontakt löschen?"
 #: ../../mod/settings.php:1083 ../../mod/settings.php:1084
 #: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
 #: ../../mod/register.php:233 ../../mod/suggest.php:29
-#: ../../mod/profiles.php:627 ../../mod/profiles.php:630 ../../mod/api.php:105
-#: ../../include/items.php:4528
+#: ../../mod/profiles.php:661 ../../mod/profiles.php:664 ../../mod/api.php:105
+#: ../../include/items.php:4557
 msgid "Yes"
 msgstr "Ja"
 
-#: ../../mod/contacts.php:339 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/contacts.php:340 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
 #: ../../mod/message.php:212 ../../mod/fbrowser.php:81
 #: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
 #: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
 #: ../../mod/suggest.php:32 ../../mod/editpost.php:148
 #: ../../mod/photos.php:203 ../../mod/photos.php:292
-#: ../../include/conversation.php:1129 ../../include/items.php:4531
+#: ../../include/conversation.php:1129 ../../include/items.php:4560
 msgid "Cancel"
 msgstr "Abbrechen"
 
-#: ../../mod/contacts.php:351
+#: ../../mod/contacts.php:352
 msgid "Contact has been removed."
 msgstr "Kontakt wurde entfernt."
 
-#: ../../mod/contacts.php:389
+#: ../../mod/contacts.php:390
 #, php-format
 msgid "You are mutual friends with %s"
 msgstr "Du hast mit %s eine beidseitige Freundschaft"
 
-#: ../../mod/contacts.php:393
+#: ../../mod/contacts.php:394
 #, php-format
 msgid "You are sharing with %s"
 msgstr "Du teilst mit %s"
 
-#: ../../mod/contacts.php:398
+#: ../../mod/contacts.php:399
 #, php-format
 msgid "%s is sharing with you"
 msgstr "%s teilt mit Dir"
 
-#: ../../mod/contacts.php:415
+#: ../../mod/contacts.php:416
 msgid "Private communications are not available for this contact."
 msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar."
 
-#: ../../mod/contacts.php:418 ../../mod/admin.php:546
+#: ../../mod/contacts.php:419 ../../mod/admin.php:569
 msgid "Never"
 msgstr "Niemals"
 
-#: ../../mod/contacts.php:422
+#: ../../mod/contacts.php:423
 msgid "(Update was successful)"
 msgstr "(Aktualisierung war erfolgreich)"
 
-#: ../../mod/contacts.php:422
+#: ../../mod/contacts.php:423
 msgid "(Update was not successful)"
 msgstr "(Aktualisierung war nicht erfolgreich)"
 
-#: ../../mod/contacts.php:424
+#: ../../mod/contacts.php:425
 msgid "Suggest friends"
 msgstr "Kontakte vorschlagen"
 
-#: ../../mod/contacts.php:428
+#: ../../mod/contacts.php:429
 #, php-format
 msgid "Network type: %s"
 msgstr "Netzwerktyp: %s"
 
-#: ../../mod/contacts.php:431 ../../include/contact_widgets.php:200
+#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200
 #, php-format
 msgid "%d contact in common"
 msgid_plural "%d contacts in common"
 msgstr[0] "%d gemeinsamer Kontakt"
 msgstr[1] "%d gemeinsame Kontakte"
 
-#: ../../mod/contacts.php:436
+#: ../../mod/contacts.php:437
 msgid "View all contacts"
 msgstr "Alle Kontakte anzeigen"
 
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:981
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1009
 msgid "Unblock"
 msgstr "Entsperren"
 
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:980
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1008
 msgid "Block"
 msgstr "Sperren"
 
-#: ../../mod/contacts.php:444
+#: ../../mod/contacts.php:445
 msgid "Toggle Blocked status"
 msgstr "Geblockt-Status ein-/ausschalten"
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715
 msgid "Unignore"
 msgstr "Ignorieren aufheben"
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714 ../../mod/notifications.php:51
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715 ../../mod/notifications.php:51
 #: ../../mod/notifications.php:164 ../../mod/notifications.php:210
 msgid "Ignore"
 msgstr "Ignorieren"
 
-#: ../../mod/contacts.php:450
+#: ../../mod/contacts.php:451
 msgid "Toggle Ignored status"
 msgstr "Ignoriert-Status ein-/ausschalten"
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
 msgid "Unarchive"
 msgstr "Aus Archiv zurückholen"
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
 msgid "Archive"
 msgstr "Archivieren"
 
-#: ../../mod/contacts.php:457
+#: ../../mod/contacts.php:458
 msgid "Toggle Archive status"
 msgstr "Archiviert-Status ein-/ausschalten"
 
-#: ../../mod/contacts.php:460
+#: ../../mod/contacts.php:461
 msgid "Repair"
 msgstr "Reparieren"
 
-#: ../../mod/contacts.php:463
+#: ../../mod/contacts.php:464
 msgid "Advanced Contact Settings"
 msgstr "Fortgeschrittene Kontakteinstellungen"
 
-#: ../../mod/contacts.php:469
+#: ../../mod/contacts.php:470
 msgid "Communications lost with this contact!"
 msgstr "Verbindungen mit diesem Kontakt verloren!"
 
-#: ../../mod/contacts.php:472
+#: ../../mod/contacts.php:473
 msgid "Contact Editor"
 msgstr "Kontakt Editor"
 
-#: ../../mod/contacts.php:474 ../../mod/manage.php:110
+#: ../../mod/contacts.php:475 ../../mod/manage.php:110
 #: ../../mod/fsuggest.php:107 ../../mod/message.php:335
 #: ../../mod/message.php:564 ../../mod/crepair.php:186
 #: ../../mod/events.php:478 ../../mod/content.php:710
 #: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
-#: ../../mod/profiles.php:652 ../../mod/localtime.php:45
+#: ../../mod/profiles.php:686 ../../mod/localtime.php:45
 #: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
 #: ../../mod/photos.php:1203 ../../mod/photos.php:1514
 #: ../../mod/photos.php:1565 ../../mod/photos.php:1609
@@ -268,215 +268,215 @@ msgstr "Kontakt Editor"
 msgid "Submit"
 msgstr "Senden"
 
-#: ../../mod/contacts.php:475
+#: ../../mod/contacts.php:476
 msgid "Profile Visibility"
 msgstr "Profil-Sichtbarkeit"
 
-#: ../../mod/contacts.php:476
+#: ../../mod/contacts.php:477
 #, php-format
 msgid ""
 "Please choose the profile you would like to display to %s when viewing your "
 "profile securely."
 msgstr "Bitte wähle eines deiner Profile das angezeigt werden soll, wenn %s dein Profil aufruft."
 
-#: ../../mod/contacts.php:477
+#: ../../mod/contacts.php:478
 msgid "Contact Information / Notes"
 msgstr "Kontakt Informationen / Notizen"
 
-#: ../../mod/contacts.php:478
+#: ../../mod/contacts.php:479
 msgid "Edit contact notes"
 msgstr "Notizen zum Kontakt bearbeiten"
 
-#: ../../mod/contacts.php:483 ../../mod/contacts.php:678
-#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:679
+#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40
 #, php-format
 msgid "Visit %s's profile [%s]"
 msgstr "Besuche %ss Profil [%s]"
 
-#: ../../mod/contacts.php:484
+#: ../../mod/contacts.php:485
 msgid "Block/Unblock contact"
 msgstr "Kontakt blockieren/freischalten"
 
-#: ../../mod/contacts.php:485
+#: ../../mod/contacts.php:486
 msgid "Ignore contact"
 msgstr "Ignoriere den Kontakt"
 
-#: ../../mod/contacts.php:486
+#: ../../mod/contacts.php:487
 msgid "Repair URL settings"
 msgstr "URL Einstellungen reparieren"
 
-#: ../../mod/contacts.php:487
+#: ../../mod/contacts.php:488
 msgid "View conversations"
 msgstr "Unterhaltungen anzeigen"
 
-#: ../../mod/contacts.php:489
+#: ../../mod/contacts.php:490
 msgid "Delete contact"
 msgstr "Lösche den Kontakt"
 
-#: ../../mod/contacts.php:493
+#: ../../mod/contacts.php:494
 msgid "Last update:"
 msgstr "letzte Aktualisierung:"
 
-#: ../../mod/contacts.php:495
+#: ../../mod/contacts.php:496
 msgid "Update public posts"
 msgstr "Öffentliche Beiträge aktualisieren"
 
-#: ../../mod/contacts.php:497 ../../mod/admin.php:1475
+#: ../../mod/contacts.php:498 ../../mod/admin.php:1503
 msgid "Update now"
 msgstr "Jetzt aktualisieren"
 
-#: ../../mod/contacts.php:504
+#: ../../mod/contacts.php:505
 msgid "Currently blocked"
 msgstr "Derzeit geblockt"
 
-#: ../../mod/contacts.php:505
+#: ../../mod/contacts.php:506
 msgid "Currently ignored"
 msgstr "Derzeit ignoriert"
 
-#: ../../mod/contacts.php:506
+#: ../../mod/contacts.php:507
 msgid "Currently archived"
 msgstr "Momentan archiviert"
 
-#: ../../mod/contacts.php:507 ../../mod/notifications.php:157
+#: ../../mod/contacts.php:508 ../../mod/notifications.php:157
 #: ../../mod/notifications.php:204
 msgid "Hide this contact from others"
 msgstr "Verberge diesen Kontakt vor anderen"
 
-#: ../../mod/contacts.php:507
+#: ../../mod/contacts.php:508
 msgid ""
 "Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr "Antworten/Likes auf deine öffentlichen Beiträge <strong>könnten</strong> weiterhin sichtbar sein"
 
-#: ../../mod/contacts.php:508
+#: ../../mod/contacts.php:509
 msgid "Notification for new posts"
 msgstr "Benachrichtigung bei neuen Beiträgen"
 
-#: ../../mod/contacts.php:508
+#: ../../mod/contacts.php:509
 msgid "Send a notification of every new post of this contact"
 msgstr "Sende eine Benachrichtigung wann immer dieser Kontakt einen neuen Beitrag schreibt."
 
-#: ../../mod/contacts.php:509
+#: ../../mod/contacts.php:510
 msgid "Fetch further information for feeds"
 msgstr "Weitere Informationen zu Feeds holen"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Disabled"
 msgstr "Deaktiviert"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Fetch information"
 msgstr "Beziehe Information"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:511
 msgid "Fetch information and keywords"
 msgstr "Beziehe Information und Schlüsselworte"
 
-#: ../../mod/contacts.php:512
+#: ../../mod/contacts.php:513
 msgid "Blacklisted keywords"
 msgstr "Blacklistete Schlüsselworte "
 
-#: ../../mod/contacts.php:512
+#: ../../mod/contacts.php:513
 msgid ""
 "Comma separated list of keywords that should not be converted to hashtags, "
 "when \"Fetch information and keywords\" is selected"
 msgstr "Komma-Separierte Liste mit Schlüsselworten die nicht in Hashtags konvertiert werden wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde"
 
-#: ../../mod/contacts.php:563
+#: ../../mod/contacts.php:564
 msgid "Suggestions"
 msgstr "Kontaktvorschläge"
 
-#: ../../mod/contacts.php:566
+#: ../../mod/contacts.php:567
 msgid "Suggest potential friends"
 msgstr "Freunde vorschlagen"
 
-#: ../../mod/contacts.php:569 ../../mod/group.php:194
+#: ../../mod/contacts.php:570 ../../mod/group.php:194
 msgid "All Contacts"
 msgstr "Alle Kontakte"
 
-#: ../../mod/contacts.php:572
+#: ../../mod/contacts.php:573
 msgid "Show all contacts"
 msgstr "Alle Kontakte anzeigen"
 
-#: ../../mod/contacts.php:575
+#: ../../mod/contacts.php:576
 msgid "Unblocked"
 msgstr "Ungeblockt"
 
-#: ../../mod/contacts.php:578
+#: ../../mod/contacts.php:579
 msgid "Only show unblocked contacts"
 msgstr "Nur nicht-blockierte Kontakte anzeigen"
 
-#: ../../mod/contacts.php:582
+#: ../../mod/contacts.php:583
 msgid "Blocked"
 msgstr "Geblockt"
 
-#: ../../mod/contacts.php:585
+#: ../../mod/contacts.php:586
 msgid "Only show blocked contacts"
 msgstr "Nur blockierte Kontakte anzeigen"
 
-#: ../../mod/contacts.php:589
+#: ../../mod/contacts.php:590
 msgid "Ignored"
 msgstr "Ignoriert"
 
-#: ../../mod/contacts.php:592
+#: ../../mod/contacts.php:593
 msgid "Only show ignored contacts"
 msgstr "Nur ignorierte Kontakte anzeigen"
 
-#: ../../mod/contacts.php:596
+#: ../../mod/contacts.php:597
 msgid "Archived"
 msgstr "Archiviert"
 
-#: ../../mod/contacts.php:599
+#: ../../mod/contacts.php:600
 msgid "Only show archived contacts"
 msgstr "Nur archivierte Kontakte anzeigen"
 
-#: ../../mod/contacts.php:603
+#: ../../mod/contacts.php:604
 msgid "Hidden"
 msgstr "Verborgen"
 
-#: ../../mod/contacts.php:606
+#: ../../mod/contacts.php:607
 msgid "Only show hidden contacts"
 msgstr "Nur verborgene Kontakte anzeigen"
 
-#: ../../mod/contacts.php:654
+#: ../../mod/contacts.php:655
 msgid "Mutual Friendship"
 msgstr "Beidseitige Freundschaft"
 
-#: ../../mod/contacts.php:658
+#: ../../mod/contacts.php:659
 msgid "is a fan of yours"
 msgstr "ist ein Fan von dir"
 
-#: ../../mod/contacts.php:662
+#: ../../mod/contacts.php:663
 msgid "you are a fan of"
 msgstr "du bist Fan von"
 
-#: ../../mod/contacts.php:679 ../../mod/nogroup.php:41
+#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41
 msgid "Edit contact"
 msgstr "Kontakt bearbeiten"
 
-#: ../../mod/contacts.php:701 ../../include/nav.php:175
+#: ../../mod/contacts.php:702 ../../include/nav.php:177
 #: ../../view/theme/diabook/theme.php:125
 msgid "Contacts"
 msgstr "Kontakte"
 
-#: ../../mod/contacts.php:705
+#: ../../mod/contacts.php:706
 msgid "Search your contacts"
 msgstr "Suche in deinen Kontakten"
 
-#: ../../mod/contacts.php:706 ../../mod/directory.php:61
+#: ../../mod/contacts.php:707 ../../mod/directory.php:61
 msgid "Finding: "
 msgstr "Funde: "
 
-#: ../../mod/contacts.php:707 ../../mod/directory.php:63
+#: ../../mod/contacts.php:708 ../../mod/directory.php:63
 #: ../../include/contact_widgets.php:34
 msgid "Find"
 msgstr "Finde"
 
-#: ../../mod/contacts.php:712 ../../mod/settings.php:132
+#: ../../mod/contacts.php:713 ../../mod/settings.php:132
 #: ../../mod/settings.php:640
 msgid "Update"
 msgstr "Aktualisierungen"
 
-#: ../../mod/contacts.php:716 ../../mod/group.php:171 ../../mod/admin.php:979
+#: ../../mod/contacts.php:717 ../../mod/group.php:171 ../../mod/admin.php:1007
 #: ../../mod/content.php:438 ../../mod/content.php:741
 #: ../../mod/settings.php:677 ../../mod/photos.php:1654
 #: ../../object/Item.php:130 ../../include/conversation.php:614
@@ -517,7 +517,7 @@ msgstr "Ungültiger Profil-Bezeichner."
 msgid "Profile Visibility Editor"
 msgstr "Editor für die Profil-Sichtbarkeit"
 
-#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2114
+#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2119
 #: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
 #: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
 msgid "Profile"
@@ -535,25 +535,25 @@ msgstr "Sichtbar für"
 msgid "All Contacts (with secure profile access)"
 msgstr "Alle Kontakte (mit gesichertem Profilzugriff)"
 
-#: ../../mod/display.php:70 ../../mod/display.php:260
-#: ../../mod/display.php:479 ../../mod/viewsrc.php:15 ../../mod/admin.php:166
-#: ../../mod/admin.php:1024 ../../mod/admin.php:1237 ../../mod/notice.php:15
-#: ../../include/items.php:4487
+#: ../../mod/display.php:82 ../../mod/display.php:284
+#: ../../mod/display.php:503 ../../mod/viewsrc.php:15 ../../mod/admin.php:169
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1265 ../../mod/notice.php:15
+#: ../../include/items.php:4516
 msgid "Item not found."
 msgstr "Beitrag nicht gefunden."
 
-#: ../../mod/display.php:200 ../../mod/videos.php:115
-#: ../../mod/viewcontacts.php:17 ../../mod/community.php:18
+#: ../../mod/display.php:212 ../../mod/videos.php:115
+#: ../../mod/viewcontacts.php:19 ../../mod/community.php:18
 #: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
 #: ../../mod/directory.php:33 ../../mod/photos.php:920
 msgid "Public access denied."
 msgstr "Öffentlicher Zugriff verweigert."
 
-#: ../../mod/display.php:308 ../../mod/profile.php:155
+#: ../../mod/display.php:332 ../../mod/profile.php:155
 msgid "Access to this profile has been restricted."
 msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt."
 
-#: ../../mod/display.php:472
+#: ../../mod/display.php:496
 msgid "Item has been removed."
 msgstr "Eintrag wurde entfernt."
 
@@ -588,9 +588,9 @@ msgid ""
 " join."
 msgstr "Auf der <em>Quick Start</em> Seite findest du eine kurze Einleitung in die einzelnen Funktionen deines Profils und die Netzwerk-Reiter, wo du interessante Foren findest und neue Kontakte knüpfst."
 
-#: ../../mod/newmember.php:22 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1297 ../../mod/settings.php:85
-#: ../../include/nav.php:170 ../../view/theme/diabook/theme.php:544
+#: ../../mod/newmember.php:22 ../../mod/admin.php:1104
+#: ../../mod/admin.php:1325 ../../mod/settings.php:85
+#: ../../include/nav.php:172 ../../view/theme/diabook/theme.php:544
 #: ../../view/theme/diabook/theme.php:648
 msgid "Settings"
 msgstr "Einstellungen"
@@ -615,7 +615,7 @@ msgid ""
 msgstr "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen zur Privatsphäre. Wenn du dein Profil nicht veröffentlichst, ist das als wenn du deine Telefonnummer nicht ins Telefonbuch einträgst. Im Allgemeinen solltest du es veröffentlichen - außer all deine Freunde und potentiellen Freunde wissen genau, wie sie dich finden können."
 
 #: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-#: ../../mod/profiles.php:665
+#: ../../mod/profiles.php:699
 msgid "Upload Profile Photo"
 msgstr "Profilbild hochladen"
 
@@ -856,7 +856,7 @@ msgstr "Hochladen des Bildes gescheitert."
 
 #: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
 #: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../include/text.php:1965 ../../include/diaspora.php:1919
+#: ../../include/text.php:1968 ../../include/diaspora.php:2087
 #: ../../view/theme/diabook/theme.php:471
 msgid "photo"
 msgstr "Foto"
@@ -864,7 +864,7 @@ msgstr "Foto"
 #: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
 #: ../../mod/like.php:319 ../../include/conversation.php:121
 #: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../include/diaspora.php:1919
+#: ../../include/conversation.php:258 ../../include/diaspora.php:2087
 #: ../../view/theme/diabook/theme.php:466
 #: ../../view/theme/diabook/theme.php:475
 msgid "status"
@@ -901,7 +901,7 @@ msgid "- select -"
 msgstr "- auswählen -"
 
 #: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
-#: ../../include/text.php:955
+#: ../../include/text.php:956
 msgid "Save"
 msgstr "Speichern"
 
@@ -1009,8 +1009,8 @@ msgid "No installed applications."
 msgstr "Keine Applikationen installiert."
 
 #: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
-#: ../../mod/profiles.php:133 ../../mod/profiles.php:162
-#: ../../mod/profiles.php:596
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:630
 msgid "Profile not found."
 msgstr "Profil nicht gefunden."
 
@@ -1097,7 +1097,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr "Die Updates für dein Profil konnten nicht gespeichert werden"
 
 #: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
-#: ../../include/items.php:3979
+#: ../../include/items.php:4008
 msgid "[Name Withheld]"
 msgstr "[Name unterdrückt]"
 
@@ -1106,7 +1106,7 @@ msgstr "[Name unterdrückt]"
 msgid "%1$s has joined %2$s"
 msgstr "%1$s ist %2$s beigetreten"
 
-#: ../../mod/profile.php:21 ../../boot.php:1453
+#: ../../mod/profile.php:21 ../../boot.php:1458
 msgid "Requested profile is not available."
 msgstr "Das angefragte Profil ist nicht vorhanden."
 
@@ -1122,7 +1122,7 @@ msgstr "Keine Videos  ausgewählt"
 msgid "Access to this item is restricted."
 msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt."
 
-#: ../../mod/videos.php:301 ../../include/text.php:1402
+#: ../../mod/videos.php:301 ../../include/text.php:1405
 msgid "View Video"
 msgstr "Video ansehen"
 
@@ -1208,7 +1208,7 @@ msgid ""
 "Password reset failed."
 msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."
 
-#: ../../mod/lostpass.php:109 ../../boot.php:1275
+#: ../../mod/lostpass.php:109 ../../boot.php:1280
 msgid "Password Reset"
 msgstr "Passwort zurücksetzen"
 
@@ -1283,7 +1283,7 @@ msgid "Reset"
 msgstr "Zurücksetzen"
 
 #: ../../mod/like.php:166 ../../include/conversation.php:137
-#: ../../include/diaspora.php:1935 ../../view/theme/diabook/theme.php:480
+#: ../../include/diaspora.php:2103 ../../view/theme/diabook/theme.php:480
 #, php-format
 msgid "%1$s likes %2$s's %3$s"
 msgstr "%1$s mag %2$ss %3$s"
@@ -1338,11 +1338,11 @@ msgstr "{0} hat %ss Beitrag mit dem Schlagwort #%s versehen"
 msgid "{0} mentioned you in a post"
 msgstr "{0} hat dich in einem Beitrag erwähnt"
 
-#: ../../mod/viewcontacts.php:39
+#: ../../mod/viewcontacts.php:41
 msgid "No contacts."
 msgstr "Keine Kontakte."
 
-#: ../../mod/viewcontacts.php:76 ../../include/text.php:875
+#: ../../mod/viewcontacts.php:78 ../../include/text.php:876
 msgid "View Contacts"
 msgstr "Kontakte anzeigen"
 
@@ -1359,7 +1359,7 @@ msgstr "Verwerfen"
 msgid "System"
 msgstr "System"
 
-#: ../../mod/notifications.php:83 ../../include/nav.php:143
+#: ../../mod/notifications.php:83 ../../include/nav.php:145
 msgid "Network"
 msgstr "Netzwerk"
 
@@ -1368,11 +1368,11 @@ msgid "Personal"
 msgstr "Persönlich"
 
 #: ../../mod/notifications.php:93 ../../include/nav.php:105
-#: ../../include/nav.php:146 ../../view/theme/diabook/theme.php:123
+#: ../../include/nav.php:148 ../../view/theme/diabook/theme.php:123
 msgid "Home"
 msgstr "Pinnwand"
 
-#: ../../mod/notifications.php:98 ../../include/nav.php:152
+#: ../../mod/notifications.php:98 ../../include/nav.php:154
 msgid "Introductions"
 msgstr "Kontaktanfragen"
 
@@ -1406,7 +1406,7 @@ msgid "if applicable"
 msgstr "falls anwendbar"
 
 #: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:977
+#: ../../mod/admin.php:1005
 msgid "Approve"
 msgstr "Genehmigen"
 
@@ -1450,7 +1450,7 @@ msgstr "Neuer Bewunderer"
 msgid "No introductions."
 msgstr "Keine Kontaktanfragen."
 
-#: ../../mod/notifications.php:220 ../../include/nav.php:153
+#: ../../mod/notifications.php:220 ../../include/nav.php:155
 msgid "Notifications"
 msgstr "Benachrichtigungen"
 
@@ -1571,7 +1571,7 @@ msgstr "Keine Neuigkeiten"
 msgid "Clear notifications"
 msgstr "Bereinige Benachrichtigungen"
 
-#: ../../mod/message.php:9 ../../include/nav.php:162
+#: ../../mod/message.php:9 ../../include/nav.php:164
 msgid "New Message"
 msgstr "Neue Nachricht"
 
@@ -1595,7 +1595,7 @@ msgstr "Konnte Nachrichten nicht abrufen."
 msgid "Message sent."
 msgstr "Nachricht gesendet."
 
-#: ../../mod/message.php:182 ../../include/nav.php:159
+#: ../../mod/message.php:182 ../../include/nav.php:161
 msgid "Messages"
 msgstr "Nachrichten"
 
@@ -1755,9 +1755,9 @@ msgstr "Spiegeln als weitergeleitete Beiträge"
 msgid "Mirror as my own posting"
 msgstr "Spiegeln als meine eigenen Beiträge"
 
-#: ../../mod/crepair.php:165 ../../mod/admin.php:975 ../../mod/admin.php:987
-#: ../../mod/admin.php:988 ../../mod/admin.php:1001 ../../mod/settings.php:616
-#: ../../mod/settings.php:642
+#: ../../mod/crepair.php:165 ../../mod/admin.php:1003 ../../mod/admin.php:1015
+#: ../../mod/admin.php:1016 ../../mod/admin.php:1029
+#: ../../mod/settings.php:616 ../../mod/settings.php:642
 msgid "Name"
 msgstr "Name"
 
@@ -1807,6 +1807,14 @@ msgid ""
 "entries from this contact."
 msgstr "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica alle Top-Level Beiträge dieses Kontakts an all deine Kontakte zu senden."
 
+#: ../../mod/bookmarklet.php:12 ../../boot.php:1266 ../../include/nav.php:92
+msgid "Login"
+msgstr "Anmeldung"
+
+#: ../../mod/bookmarklet.php:41
+msgid "The post was created"
+msgstr "Der Beitrag wurde angelegt"
+
 #: ../../mod/viewsrc.php:7
 msgid "Access denied."
 msgstr "Zugriff verweigert."
@@ -1819,7 +1827,7 @@ msgstr "Personensuche"
 msgid "No matches"
 msgstr "Keine Übereinstimmungen"
 
-#: ../../mod/fbrowser.php:25 ../../boot.php:2121 ../../include/nav.php:78
+#: ../../mod/fbrowser.php:25 ../../boot.php:2126 ../../include/nav.php:78
 #: ../../view/theme/diabook/theme.php:126
 msgid "Photos"
 msgstr "Bilder"
@@ -1836,20 +1844,20 @@ msgstr "Kontakte, die keiner Gruppe zugewiesen sind"
 msgid "Theme settings updated."
 msgstr "Themeneinstellungen aktualisiert."
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:596
+#: ../../mod/admin.php:104 ../../mod/admin.php:619
 msgid "Site"
 msgstr "Seite"
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:970 ../../mod/admin.php:985
+#: ../../mod/admin.php:105 ../../mod/admin.php:998 ../../mod/admin.php:1013
 msgid "Users"
 msgstr "Nutzer"
 
-#: ../../mod/admin.php:106 ../../mod/admin.php:1074 ../../mod/admin.php:1127
+#: ../../mod/admin.php:106 ../../mod/admin.php:1102 ../../mod/admin.php:1155
 #: ../../mod/settings.php:57
 msgid "Plugins"
 msgstr "Plugins"
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1295 ../../mod/admin.php:1329
+#: ../../mod/admin.php:107 ../../mod/admin.php:1323 ../../mod/admin.php:1357
 msgid "Themes"
 msgstr "Themen"
 
@@ -1857,412 +1865,448 @@ msgstr "Themen"
 msgid "DB updates"
 msgstr "DB Updates"
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1416
+#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1444
 msgid "Logs"
 msgstr "Protokolle"
 
-#: ../../mod/admin.php:128 ../../include/nav.php:182
+#: ../../mod/admin.php:124
+msgid "probe address"
+msgstr "Adresse untersuchen"
+
+#: ../../mod/admin.php:125
+msgid "check webfinger"
+msgstr "Webfinger überprüfen"
+
+#: ../../mod/admin.php:130 ../../include/nav.php:184
 msgid "Admin"
 msgstr "Administration"
 
-#: ../../mod/admin.php:129
+#: ../../mod/admin.php:131
 msgid "Plugin Features"
 msgstr "Plugin Features"
 
-#: ../../mod/admin.php:131
+#: ../../mod/admin.php:133
+msgid "diagnostics"
+msgstr "Diagnose"
+
+#: ../../mod/admin.php:134
 msgid "User registrations waiting for confirmation"
 msgstr "Nutzeranmeldungen die auf Bestätigung warten"
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:924
+#: ../../mod/admin.php:193 ../../mod/admin.php:952
 msgid "Normal Account"
 msgstr "Normales Konto"
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:925
+#: ../../mod/admin.php:194 ../../mod/admin.php:953
 msgid "Soapbox Account"
 msgstr "Marktschreier-Konto"
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:926
+#: ../../mod/admin.php:195 ../../mod/admin.php:954
 msgid "Community/Celebrity Account"
 msgstr "Forum/Promi-Konto"
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:927
+#: ../../mod/admin.php:196 ../../mod/admin.php:955
 msgid "Automatic Friend Account"
 msgstr "Automatisches Freundekonto"
 
-#: ../../mod/admin.php:194
+#: ../../mod/admin.php:197
 msgid "Blog Account"
 msgstr "Blog-Konto"
 
-#: ../../mod/admin.php:195
+#: ../../mod/admin.php:198
 msgid "Private Forum"
 msgstr "Privates Forum"
 
-#: ../../mod/admin.php:214
+#: ../../mod/admin.php:217
 msgid "Message queues"
 msgstr "Nachrichten-Warteschlangen"
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:595 ../../mod/admin.php:969
-#: ../../mod/admin.php:1073 ../../mod/admin.php:1126 ../../mod/admin.php:1294
-#: ../../mod/admin.php:1328 ../../mod/admin.php:1415
+#: ../../mod/admin.php:222 ../../mod/admin.php:618 ../../mod/admin.php:997
+#: ../../mod/admin.php:1101 ../../mod/admin.php:1154 ../../mod/admin.php:1322
+#: ../../mod/admin.php:1356 ../../mod/admin.php:1443
 msgid "Administration"
 msgstr "Administration"
 
-#: ../../mod/admin.php:220
+#: ../../mod/admin.php:223
 msgid "Summary"
 msgstr "Zusammenfassung"
 
-#: ../../mod/admin.php:222
+#: ../../mod/admin.php:225
 msgid "Registered users"
 msgstr "Registrierte Nutzer"
 
-#: ../../mod/admin.php:224
+#: ../../mod/admin.php:227
 msgid "Pending registrations"
 msgstr "Anstehende Anmeldungen"
 
-#: ../../mod/admin.php:225
+#: ../../mod/admin.php:228
 msgid "Version"
 msgstr "Version"
 
-#: ../../mod/admin.php:229
+#: ../../mod/admin.php:232
 msgid "Active plugins"
 msgstr "Aktive Plugins"
 
-#: ../../mod/admin.php:252
+#: ../../mod/admin.php:255
 msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus <protokoll>://<domain> bestehen"
 
-#: ../../mod/admin.php:500
+#: ../../mod/admin.php:516
 msgid "Site settings updated."
 msgstr "Seiteneinstellungen aktualisiert."
 
-#: ../../mod/admin.php:529 ../../mod/settings.php:828
+#: ../../mod/admin.php:545 ../../mod/settings.php:828
 msgid "No special theme for mobile devices"
 msgstr "Kein spezielles Theme für mobile Geräte verwenden."
 
-#: ../../mod/admin.php:547
+#: ../../mod/admin.php:562
+msgid "No community page"
+msgstr "Keine Gemeinschaftsseite"
+
+#: ../../mod/admin.php:563
+msgid "Public postings from users of this site"
+msgstr "Öffentliche Beiträge von Nutzer_innen dieser Seite"
+
+#: ../../mod/admin.php:564
+msgid "Global community page"
+msgstr "Globale Gemeinschaftsseite"
+
+#: ../../mod/admin.php:570
 msgid "At post arrival"
 msgstr "Beim Empfang von Nachrichten"
 
-#: ../../mod/admin.php:548 ../../include/contact_selectors.php:56
+#: ../../mod/admin.php:571 ../../include/contact_selectors.php:56
 msgid "Frequently"
 msgstr "immer wieder"
 
-#: ../../mod/admin.php:549 ../../include/contact_selectors.php:57
+#: ../../mod/admin.php:572 ../../include/contact_selectors.php:57
 msgid "Hourly"
 msgstr "Stündlich"
 
-#: ../../mod/admin.php:550 ../../include/contact_selectors.php:58
+#: ../../mod/admin.php:573 ../../include/contact_selectors.php:58
 msgid "Twice daily"
 msgstr "Zweimal täglich"
 
-#: ../../mod/admin.php:551 ../../include/contact_selectors.php:59
+#: ../../mod/admin.php:574 ../../include/contact_selectors.php:59
 msgid "Daily"
 msgstr "Täglich"
 
-#: ../../mod/admin.php:556
+#: ../../mod/admin.php:579
 msgid "Multi user instance"
 msgstr "Mehrbenutzer Instanz"
 
-#: ../../mod/admin.php:579
+#: ../../mod/admin.php:602
 msgid "Closed"
 msgstr "Geschlossen"
 
-#: ../../mod/admin.php:580
+#: ../../mod/admin.php:603
 msgid "Requires approval"
 msgstr "Bedarf der Zustimmung"
 
-#: ../../mod/admin.php:581
+#: ../../mod/admin.php:604
 msgid "Open"
 msgstr "Offen"
 
-#: ../../mod/admin.php:585
+#: ../../mod/admin.php:608
 msgid "No SSL policy, links will track page SSL state"
 msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten"
 
-#: ../../mod/admin.php:586
+#: ../../mod/admin.php:609
 msgid "Force all links to use SSL"
 msgstr "SSL für alle Links erzwingen"
 
-#: ../../mod/admin.php:587
+#: ../../mod/admin.php:610
 msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"
 
-#: ../../mod/admin.php:597 ../../mod/admin.php:1128 ../../mod/admin.php:1330
-#: ../../mod/admin.php:1417 ../../mod/settings.php:614
+#: ../../mod/admin.php:620 ../../mod/admin.php:1156 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1445 ../../mod/settings.php:614
 #: ../../mod/settings.php:724 ../../mod/settings.php:798
 #: ../../mod/settings.php:880 ../../mod/settings.php:1113
 msgid "Save Settings"
 msgstr "Einstellungen speichern"
 
-#: ../../mod/admin.php:598 ../../mod/register.php:255
+#: ../../mod/admin.php:621 ../../mod/register.php:255
 msgid "Registration"
 msgstr "Registrierung"
 
-#: ../../mod/admin.php:599
+#: ../../mod/admin.php:622
 msgid "File upload"
 msgstr "Datei hochladen"
 
-#: ../../mod/admin.php:600
+#: ../../mod/admin.php:623
 msgid "Policies"
 msgstr "Regeln"
 
-#: ../../mod/admin.php:601
+#: ../../mod/admin.php:624
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:625
 msgid "Performance"
 msgstr "Performance"
 
-#: ../../mod/admin.php:603
+#: ../../mod/admin.php:626
 msgid ""
 "Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen."
 
-#: ../../mod/admin.php:606
+#: ../../mod/admin.php:629
 msgid "Site name"
 msgstr "Seitenname"
 
-#: ../../mod/admin.php:607
+#: ../../mod/admin.php:630
 msgid "Host name"
 msgstr "Host Name"
 
-#: ../../mod/admin.php:608
+#: ../../mod/admin.php:631
+msgid "Sender Email"
+msgstr "Absender für Emails"
+
+#: ../../mod/admin.php:632
 msgid "Banner/Logo"
 msgstr "Banner/Logo"
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:633
+msgid "Shortcut icon"
+msgstr "Shortcut Icon"
+
+#: ../../mod/admin.php:634
+msgid "Touch icon"
+msgstr "Touch Icon"
+
+#: ../../mod/admin.php:635
 msgid "Additional Info"
 msgstr "Zusätzliche Informationen"
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:635
 msgid ""
 "For public servers: you can add additional information here that will be "
 "listed at dir.friendica.com/siteinfo."
 msgstr "Für öffentliche Server kannst du hier zusätzliche Informationen angeben, die dann auf dir.friendica.com/siteinfo angezeigt werden."
 
-#: ../../mod/admin.php:610
+#: ../../mod/admin.php:636
 msgid "System language"
 msgstr "Systemsprache"
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:637
 msgid "System theme"
 msgstr "Systemweites Theme"
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:637
 msgid ""
 "Default system theme - may be over-ridden by user profiles - <a href='#' "
 "id='cnftheme'>change theme settings</a>"
 msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>"
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:638
 msgid "Mobile system theme"
 msgstr "Systemweites mobiles Theme"
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:638
 msgid "Theme for mobile devices"
 msgstr "Thema für mobile Geräte"
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:639
 msgid "SSL link policy"
 msgstr "Regeln für SSL Links"
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:639
 msgid "Determines whether generated links should be forced to use SSL"
 msgstr "Bestimmt, ob generierte Links SSL verwenden müssen"
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:640
 msgid "Force SSL"
 msgstr "Erzwinge SSL"
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:640
 msgid ""
 "Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
 " to endless loops."
 msgstr "Erzinge alle Nicht-SSL Anfragen auf SSL - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife."
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:641
 msgid "Old style 'Share'"
 msgstr "Altes \"Teilen\" Element"
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:641
 msgid "Deactivates the bbcode element 'share' for repeating items."
 msgstr "Deaktiviert das BBCode Element \"share\" beim Wiederholen von Beiträgen."
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:642
 msgid "Hide help entry from navigation menu"
 msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü"
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:642
 msgid ""
 "Hides the menu entry for the Help pages from the navigation menu. You can "
 "still access it calling /help directly."
 msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden."
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:643
 msgid "Single user instance"
 msgstr "Ein-Nutzer Instanz"
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:643
 msgid "Make this instance multi-user or single-user for the named user"
 msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt."
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:644
 msgid "Maximum image size"
 msgstr "Maximale Bildgröße"
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:644
 msgid ""
 "Maximum size in bytes of uploaded images. Default is 0, which means no "
 "limits."
 msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit."
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:645
 msgid "Maximum image length"
 msgstr "Maximale Bildlänge"
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:645
 msgid ""
 "Maximum length in pixels of the longest side of uploaded images. Default is "
 "-1, which means no limits."
 msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet."
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:646
 msgid "JPEG image quality"
 msgstr "Qualität des JPEG Bildes"
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:646
 msgid ""
 "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
 "100, which is full quality."
 msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust."
 
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:648
 msgid "Register policy"
 msgstr "Registrierungsmethode"
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:649
 msgid "Maximum Daily Registrations"
 msgstr "Maximum täglicher Registrierungen"
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:649
 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 "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag.   Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt."
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:650
 msgid "Register text"
 msgstr "Registrierungstext"
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:650
 msgid "Will be displayed prominently on the registration page."
 msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt."
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:651
 msgid "Accounts abandoned after x days"
 msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt"
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:651
 msgid ""
 "Will not waste system resources polling external sites for abandonded "
 "accounts. Enter 0 for no time limit."
 msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit."
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:652
 msgid "Allowed friend domains"
 msgstr "Erlaubte Domains für Kontakte"
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:652
 msgid ""
 "Comma separated list of domains which are allowed to establish friendships "
 "with this site. Wildcards are accepted. Empty to allow any domains"
 msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:653
 msgid "Allowed email domains"
 msgstr "Erlaubte Domains für E-Mails"
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:653
 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 "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:654
 msgid "Block public"
 msgstr "Öffentlichen Zugriff blockieren"
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:654
 msgid ""
 "Check to block public access to all otherwise public personal pages on this "
 "site unless you are currently logged in."
 msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist."
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:655
 msgid "Force publish"
 msgstr "Erzwinge Veröffentlichung"
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:655
 msgid ""
 "Check to force all profiles on this site to be listed in the site directory."
 msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen."
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:656
 msgid "Global directory update URL"
 msgstr "URL für Updates beim weltweiten Verzeichnis"
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:656
 msgid ""
 "URL to update the global directory. If this is not set, the global directory"
 " is completely unavailable to the application."
 msgstr "URL für Update des globalen Verzeichnisses. Wenn nichts eingetragen ist, bleibt das globale Verzeichnis unerreichbar."
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:657
 msgid "Allow threaded items"
 msgstr "Erlaube Threads in Diskussionen"
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:657
 msgid "Allow infinite level threading for items on this site."
 msgstr "Erlaube ein unendliches Level für Threads auf dieser Seite."
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:658
 msgid "Private posts by default for new users"
 msgstr "Private Beiträge als Standard für neue Nutzer"
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:658
 msgid ""
 "Set default post permissions for all new members to the default privacy "
 "group rather than public."
 msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen."
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:659
 msgid "Don't include post content in email notifications"
 msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden"
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:659
 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 "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden."
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:660
 msgid "Disallow public access to addons listed in the apps menu."
 msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten."
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:660
 msgid ""
 "Checking this box will restrict addons listed in the apps menu to members "
 "only."
 msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt."
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:661
 msgid "Don't embed private images in posts"
 msgstr "Private Bilder nicht in Beiträgen einbetten."
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:661
 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 "
@@ -2270,293 +2314,319 @@ msgid ""
 "while."
 msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert."
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:662
 msgid "Allow Users to set remote_self"
 msgstr "Nutzern erlauben das remote_self Flag zu setzen"
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:662
 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 "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet."
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:663
 msgid "Block multiple registrations"
 msgstr "Unterbinde Mehrfachregistrierung"
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:663
 msgid "Disallow users to register additional accounts for use as pages."
 msgstr "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen."
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:664
 msgid "OpenID support"
 msgstr "OpenID Unterstützung"
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:664
 msgid "OpenID support for registration and logins."
 msgstr "OpenID-Unterstützung für Registrierung und Login."
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:665
 msgid "Fullname check"
 msgstr "Namen auf Vollständigkeit überprüfen"
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:665
 msgid ""
 "Force users to register with a space between firstname and lastname in Full "
 "name, as an antispam measure"
 msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden."
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:666
 msgid "UTF-8 Regular expressions"
 msgstr "UTF-8 Reguläre Ausdrücke"
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:666
 msgid "Use PHP UTF8 regular expressions"
 msgstr "PHP UTF8 Ausdrücke verwenden"
 
-#: ../../mod/admin.php:641
-msgid "Show Community Page"
-msgstr "Gemeinschaftsseite anzeigen"
+#: ../../mod/admin.php:667
+msgid "Community Page Style"
+msgstr "Art der Gemeinschaftsseite"
 
-#: ../../mod/admin.php:641
+#: ../../mod/admin.php:667
 msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Zeige die Gemeinschaftsseite mit allen öffentlichen Beiträgen auf diesem Server."
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr "Welche Art der Gemeinschaftsseite soll verwendet werden? Globale Gemeinschaftsseite zeigt alle öffentlichen Beiträge eines offenen dezentralen Netzwerks an die auf diesem Server eintreffen."
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:668
+msgid "Posts per user on community page"
+msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite"
+
+#: ../../mod/admin.php:668
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt."
+
+#: ../../mod/admin.php:669
 msgid "Enable OStatus support"
 msgstr "OStatus Unterstützung aktivieren"
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:669
 msgid ""
 "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
 "communications in OStatus are public, so privacy warnings will be "
 "occasionally displayed."
 msgstr "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt."
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:670
 msgid "OStatus conversation completion interval"
 msgstr "Intervall zum Vervollständigen von OStatus Unterhaltungen"
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:670
 msgid ""
 "How often shall the poller check for new entries in OStatus conversations? "
 "This can be a very ressource task."
 msgstr "Wie oft soll der Poller checken ob es neue Nachrichten in OStatus Unterhaltungen gibt die geladen werden müssen. Je nach Anzahl der OStatus Kontakte könnte dies ein sehr Ressourcen lastiger Job sein."
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:671
 msgid "Enable Diaspora support"
 msgstr "Diaspora-Support aktivieren"
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:671
 msgid "Provide built-in Diaspora network compatibility."
 msgstr "Verwende die eingebaute Diaspora-Verknüpfung."
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:672
 msgid "Only allow Friendica contacts"
 msgstr "Nur Friendica-Kontakte erlauben"
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:672
 msgid ""
 "All contacts must use Friendica protocols. All other built-in communication "
 "protocols disabled."
 msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert."
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:673
 msgid "Verify SSL"
 msgstr "SSL Überprüfen"
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:673
 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 "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann."
 
-#: ../../mod/admin.php:647
+#: ../../mod/admin.php:674
 msgid "Proxy user"
 msgstr "Proxy Nutzer"
 
-#: ../../mod/admin.php:648
+#: ../../mod/admin.php:675
 msgid "Proxy URL"
 msgstr "Proxy URL"
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:676
 msgid "Network timeout"
 msgstr "Netzwerk Wartezeit"
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:676
 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)."
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:677
 msgid "Delivery interval"
 msgstr "Zustellungsintervall"
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:677
 msgid ""
 "Delay background delivery processes by this many seconds to reduce system "
 "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
 "for large dedicated servers."
 msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl an Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared-Hosts, 2-3 für VPS, 0-1 für große dedizierte Server."
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:678
 msgid "Poll interval"
 msgstr "Abfrageintervall"
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:678
 msgid ""
 "Delay background polling processes by this many seconds to reduce system "
 "load. If 0, use delivery interval."
 msgstr "Verzögere Hintergrundprozesse, um diese Anzahl an Sekunden um die Systemlast zu reduzieren. Bei 0 Sekunden wird das Auslieferungsintervall verwendet."
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:679
 msgid "Maximum Load Average"
 msgstr "Maximum Load Average"
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:679
 msgid ""
 "Maximum system load before delivery and poll processes are deferred - "
 "default 50."
 msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:681
 msgid "Use MySQL full text engine"
 msgstr "Nutze MySQL full text engine"
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:681
 msgid ""
 "Activates the full text engine. Speeds up search - but can only search for "
 "four and more characters."
 msgstr "Aktiviert die 'full text engine'. Beschleunigt die Suche - aber es kann nur nach vier oder mehr Zeichen gesucht werden."
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:682
 msgid "Suppress Language"
 msgstr "Sprachinformation unterdrücken"
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:682
 msgid "Suppress language information in meta information about a posting."
 msgstr "Verhindert das Erzeugen der Meta-Information zur Spracherkennung eines Beitrags."
 
-#: ../../mod/admin.php:656
+#: ../../mod/admin.php:683
+msgid "Suppress Tags"
+msgstr "Tags Unterdrücken"
+
+#: ../../mod/admin.php:683
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags."
+
+#: ../../mod/admin.php:684
 msgid "Path to item cache"
 msgstr "Pfad zum Eintrag Cache"
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:685
 msgid "Cache duration in seconds"
 msgstr "Cache-Dauer in Sekunden"
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:685
 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 "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1."
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:686
 msgid "Maximum numbers of comments per post"
 msgstr "Maximale Anzahl von Kommentaren pro Beitrag"
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:686
 msgid "How much comments should be shown for each post? Default value is 100."
 msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100."
 
-#: ../../mod/admin.php:659
+#: ../../mod/admin.php:687
 msgid "Path for lock file"
 msgstr "Pfad für die Sperrdatei"
 
-#: ../../mod/admin.php:660
+#: ../../mod/admin.php:688
 msgid "Temp path"
 msgstr "Temp Pfad"
 
-#: ../../mod/admin.php:661
+#: ../../mod/admin.php:689
 msgid "Base path to installation"
 msgstr "Basis-Pfad zur Installation"
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:690
 msgid "Disable picture proxy"
 msgstr "Bilder Proxy deaktivieren"
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:690
 msgid ""
 "The picture proxy increases performance and privacy. It shouldn't be used on"
 " systems with very low bandwith."
 msgstr "Der Proxy für Bilder verbessert die Leitung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen."
 
-#: ../../mod/admin.php:664
-msgid "New base url"
-msgstr "Neue Basis-URL"
-
-#: ../../mod/admin.php:666
-msgid "Disable noscrape"
-msgstr "Noscrape deaktivieren"
+#: ../../mod/admin.php:691
+msgid "Enable old style pager"
+msgstr "Den Old-Style Pager aktiviren"
 
-#: ../../mod/admin.php:666
+#: ../../mod/admin.php:691
 msgid ""
-"The noscrape feature speeds up directory submissions by using JSON data "
-"instead of HTML scraping. Disabling it will cause higher load on your server"
-" and the directory server."
-msgstr "Das noscrape Feature beschleunigt Verzeichnis einsendungen indem JSON Daten gesendet werden anstelle vom analysieren der HTML Struktur. Wird es deaktiviert, wird mehr Last auf deinem Server und den Verzichnis Servern verursacht."
+"The old style pager has page numbers but slows down massively the page "
+"speed."
+msgstr "Der Old-Style Pager zeigt Seitennummern an, verlangsamt aber auch drastisch das Laden einer Seite."
 
-#: ../../mod/admin.php:683
+#: ../../mod/admin.php:692
+msgid "Only search in tags"
+msgstr "Nur in Tags suchen"
+
+#: ../../mod/admin.php:692
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen."
+
+#: ../../mod/admin.php:694
+msgid "New base url"
+msgstr "Neue Basis-URL"
+
+#: ../../mod/admin.php:711
 msgid "Update has been marked successful"
 msgstr "Update wurde als erfolgreich markiert"
 
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:719
 #, php-format
 msgid "Database structure update %s was successfully applied."
 msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."
 
-#: ../../mod/admin.php:694
+#: ../../mod/admin.php:722
 #, php-format
 msgid "Executing of database structure update %s failed with error: %s"
 msgstr "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"
 
-#: ../../mod/admin.php:706
+#: ../../mod/admin.php:734
 #, php-format
 msgid "Executing %s failed with error: %s"
 msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s"
 
-#: ../../mod/admin.php:709
+#: ../../mod/admin.php:737
 #, php-format
 msgid "Update %s was successfully applied."
 msgstr "Update %s war erfolgreich."
 
-#: ../../mod/admin.php:713
+#: ../../mod/admin.php:741
 #, php-format
 msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status."
 
-#: ../../mod/admin.php:715
+#: ../../mod/admin.php:743
 #, php-format
 msgid "There was no additional update function %s that needed to be called."
 msgstr "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste."
 
-#: ../../mod/admin.php:734
+#: ../../mod/admin.php:762
 msgid "No failed updates."
 msgstr "Keine fehlgeschlagenen Updates."
 
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:763
 msgid "Check database structure"
 msgstr "Datenbank Struktur überprüfen"
 
-#: ../../mod/admin.php:740
+#: ../../mod/admin.php:768
 msgid "Failed Updates"
 msgstr "Fehlgeschlagene Updates"
 
-#: ../../mod/admin.php:741
+#: ../../mod/admin.php:769
 msgid ""
 "This does not include updates prior to 1139, which did not return a status."
 msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."
 
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:770
 msgid "Mark success (if update was manually applied)"
 msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)"
 
-#: ../../mod/admin.php:743
+#: ../../mod/admin.php:771
 msgid "Attempt to execute this update step automatically"
 msgstr "Versuchen, diesen Schritt automatisch auszuführen"
 
-#: ../../mod/admin.php:775
+#: ../../mod/admin.php:803
 #, php-format
 msgid ""
 "\n"
@@ -2564,7 +2634,7 @@ msgid ""
 "\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr "\nHallo %1$s,\n\nauf %2$s wurde ein Account für dich angelegt."
 
-#: ../../mod/admin.php:778
+#: ../../mod/admin.php:806
 #, php-format
 msgid ""
 "\n"
@@ -2594,223 +2664,223 @@ msgid ""
 "\t\t\tThank you and welcome to %4$s."
 msgstr "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%1$s\n\tBenutzernamename:\t%2$s\n\tPasswort:\t%3$s\n\nDu kannst dein Passwort unter \"Einstellungen\" ändern, sobald du dich\nangemeldet hast.\n\nBitte nimm dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst du ja auch einige Informationen über dich in deinem\nProfil veröffentlichen, damit andere Leute dich einfacher finden können.\nBearbeite hierfür einfach dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen dir, deinen kompletten Namen anzugeben und ein zu dir\npassendes Profilbild zu wählen, damit dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn du auf deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die deine Interessen teilen.\n\nWir respektieren deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nDanke für deine Aufmerksamkeit und willkommen auf %4$s."
 
-#: ../../mod/admin.php:810 ../../include/user.php:413
+#: ../../mod/admin.php:838 ../../include/user.php:413
 #, php-format
 msgid "Registration details for %s"
 msgstr "Details der Registration von %s"
 
-#: ../../mod/admin.php:822
+#: ../../mod/admin.php:850
 #, php-format
 msgid "%s user blocked/unblocked"
 msgid_plural "%s users blocked/unblocked"
 msgstr[0] "%s Benutzer geblockt/freigegeben"
 msgstr[1] "%s Benutzer geblockt/freigegeben"
 
-#: ../../mod/admin.php:829
+#: ../../mod/admin.php:857
 #, php-format
 msgid "%s user deleted"
 msgid_plural "%s users deleted"
 msgstr[0] "%s Nutzer gelöscht"
 msgstr[1] "%s Nutzer gelöscht"
 
-#: ../../mod/admin.php:868
+#: ../../mod/admin.php:896
 #, php-format
 msgid "User '%s' deleted"
 msgstr "Nutzer '%s' gelöscht"
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:904
 #, php-format
 msgid "User '%s' unblocked"
 msgstr "Nutzer '%s' entsperrt"
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:904
 #, php-format
 msgid "User '%s' blocked"
 msgstr "Nutzer '%s' gesperrt"
 
-#: ../../mod/admin.php:971
+#: ../../mod/admin.php:999
 msgid "Add User"
 msgstr "Nutzer hinzufügen"
 
-#: ../../mod/admin.php:972
+#: ../../mod/admin.php:1000
 msgid "select all"
 msgstr "Alle auswählen"
 
-#: ../../mod/admin.php:973
+#: ../../mod/admin.php:1001
 msgid "User registrations waiting for confirm"
 msgstr "Neuanmeldungen, die auf deine Bestätigung warten"
 
-#: ../../mod/admin.php:974
+#: ../../mod/admin.php:1002
 msgid "User waiting for permanent deletion"
 msgstr "Nutzer wartet auf permanente Löschung"
 
-#: ../../mod/admin.php:975
+#: ../../mod/admin.php:1003
 msgid "Request date"
 msgstr "Anfragedatum"
 
-#: ../../mod/admin.php:975 ../../mod/admin.php:987 ../../mod/admin.php:988
-#: ../../mod/admin.php:1003 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1015 ../../mod/admin.php:1016
+#: ../../mod/admin.php:1031 ../../include/contact_selectors.php:79
 #: ../../include/contact_selectors.php:86
 msgid "Email"
 msgstr "E-Mail"
 
-#: ../../mod/admin.php:976
+#: ../../mod/admin.php:1004
 msgid "No registrations."
 msgstr "Keine Neuanmeldungen."
 
-#: ../../mod/admin.php:978
+#: ../../mod/admin.php:1006
 msgid "Deny"
 msgstr "Verwehren"
 
-#: ../../mod/admin.php:982
+#: ../../mod/admin.php:1010
 msgid "Site admin"
 msgstr "Seitenadministrator"
 
-#: ../../mod/admin.php:983
+#: ../../mod/admin.php:1011
 msgid "Account expired"
 msgstr "Account ist abgelaufen"
 
-#: ../../mod/admin.php:986
+#: ../../mod/admin.php:1014
 msgid "New User"
 msgstr "Neuer Nutzer"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Register date"
 msgstr "Anmeldedatum"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Last login"
 msgstr "Letzte Anmeldung"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
 msgid "Last item"
 msgstr "Letzter Beitrag"
 
-#: ../../mod/admin.php:987
+#: ../../mod/admin.php:1015
 msgid "Deleted since"
 msgstr "Gelöscht seit"
 
-#: ../../mod/admin.php:988 ../../mod/settings.php:36
+#: ../../mod/admin.php:1016 ../../mod/settings.php:36
 msgid "Account"
 msgstr "Nutzerkonto"
 
-#: ../../mod/admin.php:990
+#: ../../mod/admin.php:1018
 msgid ""
 "Selected users will be deleted!\\n\\nEverything these users had posted on "
 "this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?"
 
-#: ../../mod/admin.php:991
+#: ../../mod/admin.php:1019
 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 "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?"
 
-#: ../../mod/admin.php:1001
+#: ../../mod/admin.php:1029
 msgid "Name of the new user."
 msgstr "Name des neuen Nutzers"
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1030
 msgid "Nickname"
 msgstr "Spitzname"
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1030
 msgid "Nickname of the new user."
 msgstr "Spitznamen für den neuen Nutzer"
 
-#: ../../mod/admin.php:1003
+#: ../../mod/admin.php:1031
 msgid "Email address of the new user."
 msgstr "Email Adresse des neuen Nutzers"
 
-#: ../../mod/admin.php:1036
+#: ../../mod/admin.php:1064
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Plugin %s deaktiviert."
 
-#: ../../mod/admin.php:1040
+#: ../../mod/admin.php:1068
 #, php-format
 msgid "Plugin %s enabled."
 msgstr "Plugin %s aktiviert."
 
-#: ../../mod/admin.php:1050 ../../mod/admin.php:1266
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1294
 msgid "Disable"
 msgstr "Ausschalten"
 
-#: ../../mod/admin.php:1052 ../../mod/admin.php:1268
+#: ../../mod/admin.php:1080 ../../mod/admin.php:1296
 msgid "Enable"
 msgstr "Einschalten"
 
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1296
+#: ../../mod/admin.php:1103 ../../mod/admin.php:1324
 msgid "Toggle"
 msgstr "Umschalten"
 
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1306
+#: ../../mod/admin.php:1111 ../../mod/admin.php:1334
 msgid "Author: "
 msgstr "Autor:"
 
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1307
+#: ../../mod/admin.php:1112 ../../mod/admin.php:1335
 msgid "Maintainer: "
 msgstr "Betreuer:"
 
-#: ../../mod/admin.php:1226
+#: ../../mod/admin.php:1254
 msgid "No themes found."
 msgstr "Keine Themen gefunden."
 
-#: ../../mod/admin.php:1288
+#: ../../mod/admin.php:1316
 msgid "Screenshot"
 msgstr "Bildschirmfoto"
 
-#: ../../mod/admin.php:1334
+#: ../../mod/admin.php:1362
 msgid "[Experimental]"
 msgstr "[Experimentell]"
 
-#: ../../mod/admin.php:1335
+#: ../../mod/admin.php:1363
 msgid "[Unsupported]"
 msgstr "[Nicht unterstützt]"
 
-#: ../../mod/admin.php:1362
+#: ../../mod/admin.php:1390
 msgid "Log settings updated."
 msgstr "Protokolleinstellungen aktualisiert."
 
-#: ../../mod/admin.php:1418
+#: ../../mod/admin.php:1446
 msgid "Clear"
 msgstr "löschen"
 
-#: ../../mod/admin.php:1424
+#: ../../mod/admin.php:1452
 msgid "Enable Debugging"
 msgstr "Protokoll führen"
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1453
 msgid "Log file"
 msgstr "Protokolldatei"
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1453
 msgid ""
 "Must be writable by web server. Relative to your Friendica top-level "
 "directory."
 msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."
 
-#: ../../mod/admin.php:1426
+#: ../../mod/admin.php:1454
 msgid "Log level"
 msgstr "Protokoll-Level"
 
-#: ../../mod/admin.php:1476
+#: ../../mod/admin.php:1504
 msgid "Close"
 msgstr "Schließen"
 
-#: ../../mod/admin.php:1482
+#: ../../mod/admin.php:1510
 msgid "FTP Host"
 msgstr "FTP Host"
 
-#: ../../mod/admin.php:1483
+#: ../../mod/admin.php:1511
 msgid "FTP Path"
 msgstr "FTP Pfad"
 
-#: ../../mod/admin.php:1484
+#: ../../mod/admin.php:1512
 msgid "FTP User"
 msgstr "FTP Nutzername"
 
-#: ../../mod/admin.php:1485
+#: ../../mod/admin.php:1513
 msgid "FTP Password"
 msgstr "FTP Passwort"
 
@@ -2932,12 +3002,12 @@ msgstr "l, F j"
 msgid "Edit event"
 msgstr "Veranstaltung bearbeiten"
 
-#: ../../mod/events.php:335 ../../include/text.php:1644
-#: ../../include/text.php:1654
+#: ../../mod/events.php:335 ../../include/text.php:1647
+#: ../../include/text.php:1657
 msgid "link to source"
 msgstr "Link zum Originalbeitrag"
 
-#: ../../mod/events.php:370 ../../boot.php:2138 ../../include/nav.php:80
+#: ../../mod/events.php:370 ../../boot.php:2143 ../../include/nav.php:80
 #: ../../view/theme/diabook/theme.php:127
 msgid "Events"
 msgstr "Veranstaltungen"
@@ -2991,7 +3061,7 @@ msgstr "An Zeitzone des Betrachters anpassen"
 msgid "Description:"
 msgstr "Beschreibung"
 
-#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1643
+#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1648
 #: ../../include/bb2diaspora.php:170 ../../include/event.php:40
 msgid "Location:"
 msgstr "Ort:"
@@ -3035,13 +3105,13 @@ msgstr[0] "%d Kommentar"
 msgstr[1] "%d Kommentare"
 
 #: ../../mod/content.php:605 ../../object/Item.php:389
-#: ../../object/Item.php:402 ../../include/text.php:1969
+#: ../../object/Item.php:402 ../../include/text.php:1972
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] "Kommentar"
 msgstr[1] "Kommentare"
 
-#: ../../mod/content.php:606 ../../boot.php:746 ../../object/Item.php:390
+#: ../../mod/content.php:606 ../../boot.php:751 ../../object/Item.php:390
 #: ../../include/contact_widgets.php:205
 msgid "show more"
 msgstr "mehr anzeigen"
@@ -3084,7 +3154,7 @@ msgid "This is you"
 msgstr "Das bist du"
 
 #: ../../mod/content.php:709 ../../mod/photos.php:1564
-#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:745
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:750
 #: ../../object/Item.php:361 ../../object/Item.php:677
 msgid "Comment"
 msgstr "Kommentar"
@@ -3549,7 +3619,7 @@ msgstr "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schl
 msgid "is interested in:"
 msgstr "ist interessiert an:"
 
-#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1563
+#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1568
 #: ../../include/contact_widgets.php:10
 msgid "Connect"
 msgstr "Verbinden"
@@ -3563,12 +3633,12 @@ msgid "Not available."
 msgstr "Nicht verfügbar."
 
 #: ../../mod/community.php:32 ../../include/nav.php:129
-#: ../../view/theme/diabook/theme.php:129
+#: ../../include/nav.php:131 ../../view/theme/diabook/theme.php:129
 msgid "Community"
 msgstr "Gemeinschaft"
 
 #: ../../mod/community.php:62 ../../mod/community.php:71
-#: ../../mod/search.php:170 ../../mod/search.php:196
+#: ../../mod/search.php:168 ../../mod/search.php:192
 msgid "No results."
 msgstr "Keine Ergebnisse."
 
@@ -3588,7 +3658,7 @@ msgstr "Anzeige"
 msgid "Social Networks"
 msgstr "Soziale Netzwerke"
 
-#: ../../mod/settings.php:62 ../../include/nav.php:168
+#: ../../mod/settings.php:62 ../../include/nav.php:170
 msgid "Delegations"
 msgstr "Delegationen"
 
@@ -3941,8 +4011,8 @@ msgstr "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht w
 #: ../../mod/settings.php:1081 ../../mod/settings.php:1082
 #: ../../mod/settings.php:1083 ../../mod/settings.php:1084
 #: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
-#: ../../mod/register.php:234 ../../mod/profiles.php:627
-#: ../../mod/profiles.php:631 ../../mod/api.php:106
+#: ../../mod/register.php:234 ../../mod/profiles.php:661
+#: ../../mod/profiles.php:665 ../../mod/api.php:106
 msgid "No"
 msgstr "Nein"
 
@@ -4457,7 +4527,7 @@ msgstr "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstab
 msgid "Choose a nickname: "
 msgstr "Spitznamen wählen: "
 
-#: ../../mod/register.php:269 ../../boot.php:1236 ../../include/nav.php:109
+#: ../../mod/register.php:269 ../../boot.php:1241 ../../include/nav.php:109
 msgid "Register"
 msgstr "Registrieren"
 
@@ -4473,8 +4543,8 @@ msgstr "Importiere dein Profil auf diese Friendica Instanz"
 msgid "System down for maintenance"
 msgstr "System zur Wartung abgeschaltet"
 
-#: ../../mod/search.php:99 ../../include/text.php:952
-#: ../../include/text.php:953 ../../include/nav.php:119
+#: ../../mod/search.php:99 ../../include/text.php:953
+#: ../../include/text.php:954 ../../include/nav.php:119
 msgid "Search"
 msgstr "Suche"
 
@@ -4490,7 +4560,7 @@ msgstr "Auf diesem Server suchen"
 msgid "Site Directory"
 msgstr "Verzeichnis"
 
-#: ../../mod/directory.php:113 ../../mod/profiles.php:716
+#: ../../mod/directory.php:113 ../../mod/profiles.php:750
 msgid "Age: "
 msgstr "Alter: "
 
@@ -4498,22 +4568,22 @@ msgstr "Alter: "
 msgid "Gender: "
 msgstr "Geschlecht:"
 
-#: ../../mod/directory.php:138 ../../boot.php:1645
+#: ../../mod/directory.php:138 ../../boot.php:1650
 #: ../../include/profile_advanced.php:17
 msgid "Gender:"
 msgstr "Geschlecht:"
 
-#: ../../mod/directory.php:140 ../../boot.php:1648
+#: ../../mod/directory.php:140 ../../boot.php:1653
 #: ../../include/profile_advanced.php:37
 msgid "Status:"
 msgstr "Status:"
 
-#: ../../mod/directory.php:142 ../../boot.php:1650
+#: ../../mod/directory.php:142 ../../boot.php:1655
 #: ../../include/profile_advanced.php:48
 msgid "Homepage:"
 msgstr "Homepage:"
 
-#: ../../mod/directory.php:144 ../../boot.php:1652
+#: ../../mod/directory.php:144 ../../boot.php:1657
 #: ../../include/profile_advanced.php:58
 msgid "About:"
 msgstr "Über:"
@@ -4526,7 +4596,7 @@ msgstr "Keine Einträge (einige Einträge könnten versteckt sein)."
 msgid "No potential page delegates located."
 msgstr "Keine potentiellen Bevollmächtigten für die Seite gefunden."
 
-#: ../../mod/delegate.php:130 ../../include/nav.php:168
+#: ../../mod/delegate.php:130 ../../include/nav.php:170
 msgid "Delegate Page Management"
 msgstr "Delegiere das Management für die Seite"
 
@@ -4634,313 +4704,313 @@ msgstr "Neues Profil angelegt."
 msgid "Profile unavailable to clone."
 msgstr "Profil nicht zum Duplizieren verfügbar."
 
-#: ../../mod/profiles.php:172
+#: ../../mod/profiles.php:189
 msgid "Profile Name is required."
 msgstr "Profilname ist erforderlich."
 
-#: ../../mod/profiles.php:323
+#: ../../mod/profiles.php:340
 msgid "Marital Status"
 msgstr "Familienstand"
 
-#: ../../mod/profiles.php:327
+#: ../../mod/profiles.php:344
 msgid "Romantic Partner"
 msgstr "Romanze"
 
-#: ../../mod/profiles.php:331
+#: ../../mod/profiles.php:348
 msgid "Likes"
 msgstr "Likes"
 
-#: ../../mod/profiles.php:335
+#: ../../mod/profiles.php:352
 msgid "Dislikes"
 msgstr "Dislikes"
 
-#: ../../mod/profiles.php:339
+#: ../../mod/profiles.php:356
 msgid "Work/Employment"
 msgstr "Arbeit / Beschäftigung"
 
-#: ../../mod/profiles.php:342
+#: ../../mod/profiles.php:359
 msgid "Religion"
 msgstr "Religion"
 
-#: ../../mod/profiles.php:346
+#: ../../mod/profiles.php:363
 msgid "Political Views"
 msgstr "Politische Ansichten"
 
-#: ../../mod/profiles.php:350
+#: ../../mod/profiles.php:367
 msgid "Gender"
 msgstr "Geschlecht"
 
-#: ../../mod/profiles.php:354
+#: ../../mod/profiles.php:371
 msgid "Sexual Preference"
 msgstr "Sexuelle Vorlieben"
 
-#: ../../mod/profiles.php:358
+#: ../../mod/profiles.php:375
 msgid "Homepage"
 msgstr "Webseite"
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:664
+#: ../../mod/profiles.php:379 ../../mod/profiles.php:698
 msgid "Interests"
 msgstr "Interessen"
 
-#: ../../mod/profiles.php:366
+#: ../../mod/profiles.php:383
 msgid "Address"
 msgstr "Adresse"
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:660
+#: ../../mod/profiles.php:390 ../../mod/profiles.php:694
 msgid "Location"
 msgstr "Wohnort"
 
-#: ../../mod/profiles.php:456
+#: ../../mod/profiles.php:473
 msgid "Profile updated."
 msgstr "Profil aktualisiert."
 
-#: ../../mod/profiles.php:534
+#: ../../mod/profiles.php:568
 msgid " and "
 msgstr " und "
 
-#: ../../mod/profiles.php:542
+#: ../../mod/profiles.php:576
 msgid "public profile"
 msgstr "öffentliches Profil"
 
-#: ../../mod/profiles.php:545
+#: ../../mod/profiles.php:579
 #, php-format
 msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr "%1$s hat %2$s geändert auf &ldquo;%3$s&rdquo;"
 
-#: ../../mod/profiles.php:546
+#: ../../mod/profiles.php:580
 #, php-format
 msgid " - Visit %1$s's %2$s"
 msgstr " – %1$ss %2$s besuchen"
 
-#: ../../mod/profiles.php:549
+#: ../../mod/profiles.php:583
 #, php-format
 msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s."
 
-#: ../../mod/profiles.php:624
+#: ../../mod/profiles.php:658
 msgid "Hide contacts and friends:"
 msgstr "Kontakte und Freunde verbergen"
 
-#: ../../mod/profiles.php:629
+#: ../../mod/profiles.php:663
 msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?"
 
-#: ../../mod/profiles.php:651
+#: ../../mod/profiles.php:685
 msgid "Edit Profile Details"
 msgstr "Profil bearbeiten"
 
-#: ../../mod/profiles.php:653
+#: ../../mod/profiles.php:687
 msgid "Change Profile Photo"
 msgstr "Profilbild ändern"
 
-#: ../../mod/profiles.php:654
+#: ../../mod/profiles.php:688
 msgid "View this profile"
 msgstr "Dieses Profil anzeigen"
 
-#: ../../mod/profiles.php:655
+#: ../../mod/profiles.php:689
 msgid "Create a new profile using these settings"
 msgstr "Neues Profil anlegen und diese Einstellungen verwenden"
 
-#: ../../mod/profiles.php:656
+#: ../../mod/profiles.php:690
 msgid "Clone this profile"
 msgstr "Dieses Profil duplizieren"
 
-#: ../../mod/profiles.php:657
+#: ../../mod/profiles.php:691
 msgid "Delete this profile"
 msgstr "Dieses Profil löschen"
 
-#: ../../mod/profiles.php:658
+#: ../../mod/profiles.php:692
 msgid "Basic information"
 msgstr "Grundinformationen"
 
-#: ../../mod/profiles.php:659
+#: ../../mod/profiles.php:693
 msgid "Profile picture"
 msgstr "Profilbild"
 
-#: ../../mod/profiles.php:661
+#: ../../mod/profiles.php:695
 msgid "Preferences"
 msgstr "Vorlieben"
 
-#: ../../mod/profiles.php:662
+#: ../../mod/profiles.php:696
 msgid "Status information"
 msgstr "Status Informationen"
 
-#: ../../mod/profiles.php:663
+#: ../../mod/profiles.php:697
 msgid "Additional information"
 msgstr "Zusätzliche Informationen"
 
-#: ../../mod/profiles.php:666
+#: ../../mod/profiles.php:700
 msgid "Profile Name:"
 msgstr "Profilname:"
 
-#: ../../mod/profiles.php:667
+#: ../../mod/profiles.php:701
 msgid "Your Full Name:"
 msgstr "Dein kompletter Name:"
 
-#: ../../mod/profiles.php:668
+#: ../../mod/profiles.php:702
 msgid "Title/Description:"
 msgstr "Titel/Beschreibung:"
 
-#: ../../mod/profiles.php:669
+#: ../../mod/profiles.php:703
 msgid "Your Gender:"
 msgstr "Dein Geschlecht:"
 
-#: ../../mod/profiles.php:670
+#: ../../mod/profiles.php:704
 #, php-format
 msgid "Birthday (%s):"
 msgstr "Geburtstag (%s):"
 
-#: ../../mod/profiles.php:671
+#: ../../mod/profiles.php:705
 msgid "Street Address:"
 msgstr "Adresse:"
 
-#: ../../mod/profiles.php:672
+#: ../../mod/profiles.php:706
 msgid "Locality/City:"
 msgstr "Wohnort:"
 
-#: ../../mod/profiles.php:673
+#: ../../mod/profiles.php:707
 msgid "Postal/Zip Code:"
 msgstr "Postleitzahl:"
 
-#: ../../mod/profiles.php:674
+#: ../../mod/profiles.php:708
 msgid "Country:"
 msgstr "Land:"
 
-#: ../../mod/profiles.php:675
+#: ../../mod/profiles.php:709
 msgid "Region/State:"
 msgstr "Region/Bundesstaat:"
 
-#: ../../mod/profiles.php:676
+#: ../../mod/profiles.php:710
 msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
 
-#: ../../mod/profiles.php:677
+#: ../../mod/profiles.php:711
 msgid "Who: (if applicable)"
 msgstr "Wer: (falls anwendbar)"
 
-#: ../../mod/profiles.php:678
+#: ../../mod/profiles.php:712
 msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
 
-#: ../../mod/profiles.php:679
+#: ../../mod/profiles.php:713
 msgid "Since [date]:"
 msgstr "Seit [Datum]:"
 
-#: ../../mod/profiles.php:680 ../../include/profile_advanced.php:46
+#: ../../mod/profiles.php:714 ../../include/profile_advanced.php:46
 msgid "Sexual Preference:"
 msgstr "Sexuelle Vorlieben:"
 
-#: ../../mod/profiles.php:681
+#: ../../mod/profiles.php:715
 msgid "Homepage URL:"
 msgstr "Adresse der Homepage:"
 
-#: ../../mod/profiles.php:682 ../../include/profile_advanced.php:50
+#: ../../mod/profiles.php:716 ../../include/profile_advanced.php:50
 msgid "Hometown:"
 msgstr "Heimatort:"
 
-#: ../../mod/profiles.php:683 ../../include/profile_advanced.php:54
+#: ../../mod/profiles.php:717 ../../include/profile_advanced.php:54
 msgid "Political Views:"
 msgstr "Politische Ansichten:"
 
-#: ../../mod/profiles.php:684
+#: ../../mod/profiles.php:718
 msgid "Religious Views:"
 msgstr "Religiöse Ansichten:"
 
-#: ../../mod/profiles.php:685
+#: ../../mod/profiles.php:719
 msgid "Public Keywords:"
 msgstr "Öffentliche Schlüsselwörter:"
 
-#: ../../mod/profiles.php:686
+#: ../../mod/profiles.php:720
 msgid "Private Keywords:"
 msgstr "Private Schlüsselwörter:"
 
-#: ../../mod/profiles.php:687 ../../include/profile_advanced.php:62
+#: ../../mod/profiles.php:721 ../../include/profile_advanced.php:62
 msgid "Likes:"
 msgstr "Likes:"
 
-#: ../../mod/profiles.php:688 ../../include/profile_advanced.php:64
+#: ../../mod/profiles.php:722 ../../include/profile_advanced.php:64
 msgid "Dislikes:"
 msgstr "Dislikes:"
 
-#: ../../mod/profiles.php:689
+#: ../../mod/profiles.php:723
 msgid "Example: fishing photography software"
 msgstr "Beispiel: Fischen Fotografie Software"
 
-#: ../../mod/profiles.php:690
+#: ../../mod/profiles.php:724
 msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr "(Wird verwendet, um potentielle Freunde zu finden, kann von Fremden eingesehen werden)"
 
-#: ../../mod/profiles.php:691
+#: ../../mod/profiles.php:725
 msgid "(Used for searching profiles, never shown to others)"
 msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"
 
-#: ../../mod/profiles.php:692
+#: ../../mod/profiles.php:726
 msgid "Tell us about yourself..."
 msgstr "Erzähle uns ein bisschen von dir …"
 
-#: ../../mod/profiles.php:693
+#: ../../mod/profiles.php:727
 msgid "Hobbies/Interests"
 msgstr "Hobbies/Interessen"
 
-#: ../../mod/profiles.php:694
+#: ../../mod/profiles.php:728
 msgid "Contact information and Social Networks"
 msgstr "Kontaktinformationen und Soziale Netzwerke"
 
-#: ../../mod/profiles.php:695
+#: ../../mod/profiles.php:729
 msgid "Musical interests"
 msgstr "Musikalische Interessen"
 
-#: ../../mod/profiles.php:696
+#: ../../mod/profiles.php:730
 msgid "Books, literature"
 msgstr "Bücher, Literatur"
 
-#: ../../mod/profiles.php:697
+#: ../../mod/profiles.php:731
 msgid "Television"
 msgstr "Fernsehen"
 
-#: ../../mod/profiles.php:698
+#: ../../mod/profiles.php:732
 msgid "Film/dance/culture/entertainment"
 msgstr "Filme/Tänze/Kultur/Unterhaltung"
 
-#: ../../mod/profiles.php:699
+#: ../../mod/profiles.php:733
 msgid "Love/romance"
 msgstr "Liebe/Romantik"
 
-#: ../../mod/profiles.php:700
+#: ../../mod/profiles.php:734
 msgid "Work/employment"
 msgstr "Arbeit/Anstellung"
 
-#: ../../mod/profiles.php:701
+#: ../../mod/profiles.php:735
 msgid "School/education"
 msgstr "Schule/Ausbildung"
 
-#: ../../mod/profiles.php:706
+#: ../../mod/profiles.php:740
 msgid ""
 "This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
 "be visible to anybody using the internet."
 msgstr "Dies ist dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein."
 
-#: ../../mod/profiles.php:769
+#: ../../mod/profiles.php:803
 msgid "Edit/Manage Profiles"
 msgstr "Bearbeite/Verwalte Profile"
 
-#: ../../mod/profiles.php:770 ../../boot.php:1606 ../../boot.php:1632
+#: ../../mod/profiles.php:804 ../../boot.php:1611 ../../boot.php:1637
 msgid "Change profile photo"
 msgstr "Profilbild ändern"
 
-#: ../../mod/profiles.php:771 ../../boot.php:1607
+#: ../../mod/profiles.php:805 ../../boot.php:1612
 msgid "Create New Profile"
 msgstr "Neues Profil anlegen"
 
-#: ../../mod/profiles.php:782 ../../boot.php:1617
+#: ../../mod/profiles.php:816 ../../boot.php:1622
 msgid "Profile Image"
 msgstr "Profilbild"
 
-#: ../../mod/profiles.php:784 ../../boot.php:1620
+#: ../../mod/profiles.php:818 ../../boot.php:1625
 msgid "visible to everybody"
 msgstr "sichtbar für jeden"
 
-#: ../../mod/profiles.php:785 ../../boot.php:1621
+#: ../../mod/profiles.php:819 ../../boot.php:1626
 msgid "Edit visibility"
 msgstr "Sichtbarkeit bearbeiten"
 
@@ -5024,35 +5094,35 @@ msgstr "Kategorien (kommasepariert)"
 msgid "Example: bob@example.com, mary@example.com"
 msgstr "Z.B.: bob@example.com, mary@example.com"
 
-#: ../../mod/friendica.php:62
+#: ../../mod/friendica.php:59
 msgid "This is Friendica, version"
 msgstr "Dies ist Friendica, Version"
 
-#: ../../mod/friendica.php:63
+#: ../../mod/friendica.php:60
 msgid "running at web location"
 msgstr "die unter folgender Webadresse zu finden ist"
 
-#: ../../mod/friendica.php:65
+#: ../../mod/friendica.php:62
 msgid ""
 "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
 "more about the Friendica project."
 msgstr "Bitte besuche <a href=\"http://friendica.com\">Friendica.com</a>, um mehr über das Friendica Projekt zu erfahren."
 
-#: ../../mod/friendica.php:67
+#: ../../mod/friendica.php:64
 msgid "Bug reports and issues: please visit"
 msgstr "Probleme oder Fehler gefunden? Bitte besuche"
 
-#: ../../mod/friendica.php:68
+#: ../../mod/friendica.php:65
 msgid ""
 "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
 "dot com"
 msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"
 
-#: ../../mod/friendica.php:82
+#: ../../mod/friendica.php:79
 msgid "Installed plugins/addons/apps:"
 msgstr "Installierte Plugins/Erweiterungen/Apps"
 
-#: ../../mod/friendica.php:95
+#: ../../mod/friendica.php:92
 msgid "No installed plugins/addons/apps"
 msgstr "Keine Plugins/Erweiterungen/Apps installiert"
 
@@ -5082,7 +5152,7 @@ msgstr "Entfernte Privatsphäreneinstellungen nicht verfügbar."
 msgid "Visible to:"
 msgstr "Sichtbar für:"
 
-#: ../../mod/notes.php:44 ../../boot.php:2145
+#: ../../mod/notes.php:44 ../../boot.php:2150
 msgid "Personal Notes"
 msgstr "Persönliche Notizen"
 
@@ -5232,7 +5302,7 @@ msgid ""
 "important, please visit http://friendica.com"
 msgstr "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendica.com"
 
-#: ../../mod/photos.php:52 ../../boot.php:2124
+#: ../../mod/photos.php:52 ../../boot.php:2129
 msgid "Photo Albums"
 msgstr "Fotoalben"
 
@@ -5466,145 +5536,141 @@ msgstr "Beitrag nicht verfügbar."
 msgid "Item was not found."
 msgstr "Beitrag konnte nicht gefunden werden."
 
-#: ../../boot.php:744
+#: ../../boot.php:749
 msgid "Delete this item?"
 msgstr "Diesen Beitrag löschen?"
 
-#: ../../boot.php:747
+#: ../../boot.php:752
 msgid "show fewer"
 msgstr "weniger anzeigen"
 
-#: ../../boot.php:1117
+#: ../../boot.php:1122
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."
 
-#: ../../boot.php:1235
+#: ../../boot.php:1240
 msgid "Create a New Account"
 msgstr "Neues Konto erstellen"
 
-#: ../../boot.php:1260 ../../include/nav.php:73
+#: ../../boot.php:1265 ../../include/nav.php:73
 msgid "Logout"
 msgstr "Abmelden"
 
-#: ../../boot.php:1261 ../../include/nav.php:92
-msgid "Login"
-msgstr "Anmeldung"
-
-#: ../../boot.php:1263
+#: ../../boot.php:1268
 msgid "Nickname or Email address: "
 msgstr "Spitzname oder E-Mail-Adresse: "
 
-#: ../../boot.php:1264
+#: ../../boot.php:1269
 msgid "Password: "
 msgstr "Passwort: "
 
-#: ../../boot.php:1265
+#: ../../boot.php:1270
 msgid "Remember me"
 msgstr "Anmeldedaten merken"
 
-#: ../../boot.php:1268
+#: ../../boot.php:1273
 msgid "Or login using OpenID: "
 msgstr "Oder melde dich mit deiner OpenID an: "
 
-#: ../../boot.php:1274
+#: ../../boot.php:1279
 msgid "Forgot your password?"
 msgstr "Passwort vergessen?"
 
-#: ../../boot.php:1277
+#: ../../boot.php:1282
 msgid "Website Terms of Service"
 msgstr "Website Nutzungsbedingungen"
 
-#: ../../boot.php:1278
+#: ../../boot.php:1283
 msgid "terms of service"
 msgstr "Nutzungsbedingungen"
 
-#: ../../boot.php:1280
+#: ../../boot.php:1285
 msgid "Website Privacy Policy"
 msgstr "Website Datenschutzerklärung"
 
-#: ../../boot.php:1281
+#: ../../boot.php:1286
 msgid "privacy policy"
 msgstr "Datenschutzerklärung"
 
-#: ../../boot.php:1414
+#: ../../boot.php:1419
 msgid "Requested account is not available."
 msgstr "Das angefragte Profil ist nicht vorhanden."
 
-#: ../../boot.php:1496 ../../boot.php:1630
+#: ../../boot.php:1501 ../../boot.php:1635
 #: ../../include/profile_advanced.php:84
 msgid "Edit profile"
 msgstr "Profil bearbeiten"
 
-#: ../../boot.php:1595
+#: ../../boot.php:1600
 msgid "Message"
 msgstr "Nachricht"
 
-#: ../../boot.php:1601 ../../include/nav.php:173
+#: ../../boot.php:1606 ../../include/nav.php:175
 msgid "Profiles"
 msgstr "Profile"
 
-#: ../../boot.php:1601
+#: ../../boot.php:1606
 msgid "Manage/edit profiles"
 msgstr "Profile verwalten/editieren"
 
-#: ../../boot.php:1701
+#: ../../boot.php:1706
 msgid "Network:"
 msgstr "Netzwerk"
 
-#: ../../boot.php:1731 ../../boot.php:1817
+#: ../../boot.php:1736 ../../boot.php:1822
 msgid "g A l F d"
 msgstr "l, d. F G \\U\\h\\r"
 
-#: ../../boot.php:1732 ../../boot.php:1818
+#: ../../boot.php:1737 ../../boot.php:1823
 msgid "F d"
 msgstr "d. F"
 
-#: ../../boot.php:1777 ../../boot.php:1858
+#: ../../boot.php:1782 ../../boot.php:1863
 msgid "[today]"
 msgstr "[heute]"
 
-#: ../../boot.php:1789
+#: ../../boot.php:1794
 msgid "Birthday Reminders"
 msgstr "Geburtstagserinnerungen"
 
-#: ../../boot.php:1790
+#: ../../boot.php:1795
 msgid "Birthdays this week:"
 msgstr "Geburtstage diese Woche:"
 
-#: ../../boot.php:1851
+#: ../../boot.php:1856
 msgid "[No description]"
 msgstr "[keine Beschreibung]"
 
-#: ../../boot.php:1869
+#: ../../boot.php:1874
 msgid "Event Reminders"
 msgstr "Veranstaltungserinnerungen"
 
-#: ../../boot.php:1870
+#: ../../boot.php:1875
 msgid "Events this week:"
 msgstr "Veranstaltungen diese Woche"
 
-#: ../../boot.php:2107 ../../include/nav.php:76
+#: ../../boot.php:2112 ../../include/nav.php:76
 msgid "Status"
 msgstr "Status"
 
-#: ../../boot.php:2110
+#: ../../boot.php:2115
 msgid "Status Messages and Posts"
 msgstr "Statusnachrichten und Beiträge"
 
-#: ../../boot.php:2117
+#: ../../boot.php:2122
 msgid "Profile Details"
 msgstr "Profildetails"
 
-#: ../../boot.php:2128 ../../boot.php:2131 ../../include/nav.php:79
+#: ../../boot.php:2133 ../../boot.php:2136 ../../include/nav.php:79
 msgid "Videos"
 msgstr "Videos"
 
-#: ../../boot.php:2141
+#: ../../boot.php:2146
 msgid "Events and Calendar"
 msgstr "Ereignisse und Kalender"
 
-#: ../../boot.php:2148
+#: ../../boot.php:2153
 msgid "Only You Can See This"
 msgstr "Nur du kannst das sehen"
 
@@ -6070,26 +6136,26 @@ msgstr "Sekunden"
 msgid "%1$d %2$s ago"
 msgstr "%1$d %2$s her"
 
-#: ../../include/datetime.php:477 ../../include/items.php:2195
+#: ../../include/datetime.php:477 ../../include/items.php:2211
 #, php-format
 msgid "%s's birthday"
 msgstr "%ss Geburtstag"
 
-#: ../../include/datetime.php:478 ../../include/items.php:2196
+#: ../../include/datetime.php:478 ../../include/items.php:2212
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Herzlichen Glückwunsch %s"
 
-#: ../../include/acl_selectors.php:326
+#: ../../include/acl_selectors.php:333
 msgid "Visible to everybody"
 msgstr "Für jeden sichtbar"
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:142
+#: ../../include/acl_selectors.php:334 ../../view/theme/diabook/config.php:142
 #: ../../view/theme/diabook/theme.php:621
 msgid "show"
 msgstr "zeigen"
 
-#: ../../include/acl_selectors.php:328 ../../view/theme/diabook/config.php:142
+#: ../../include/acl_selectors.php:335 ../../view/theme/diabook/config.php:142
 #: ../../view/theme/diabook/theme.php:621
 msgid "don't show"
 msgstr "nicht zeigen"
@@ -6156,7 +6222,7 @@ msgid ""
 msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."
 
 #: ../../include/conversation.php:118 ../../include/conversation.php:246
-#: ../../include/text.php:1963 ../../view/theme/diabook/theme.php:463
+#: ../../include/text.php:1966 ../../view/theme/diabook/theme.php:463
 msgid "event"
 msgstr "Veranstaltung"
 
@@ -6165,7 +6231,7 @@ msgstr "Veranstaltung"
 msgid "%1$s poked %2$s"
 msgstr "%1$s stupste %2$s"
 
-#: ../../include/conversation.php:211 ../../include/text.php:1004
+#: ../../include/conversation.php:211 ../../include/text.php:1005
 msgid "poked"
 msgstr "stupste"
 
@@ -6282,272 +6348,272 @@ msgstr "Privater Beitrag"
 msgid "view full size"
 msgstr "Volle Größe anzeigen"
 
-#: ../../include/text.php:296
+#: ../../include/text.php:297
 msgid "newer"
 msgstr "neuer"
 
-#: ../../include/text.php:298
+#: ../../include/text.php:299
 msgid "older"
 msgstr "älter"
 
-#: ../../include/text.php:303
+#: ../../include/text.php:304
 msgid "prev"
 msgstr "vorige"
 
-#: ../../include/text.php:305
+#: ../../include/text.php:306
 msgid "first"
 msgstr "erste"
 
-#: ../../include/text.php:337
+#: ../../include/text.php:338
 msgid "last"
 msgstr "letzte"
 
-#: ../../include/text.php:340
+#: ../../include/text.php:341
 msgid "next"
 msgstr "nächste"
 
-#: ../../include/text.php:854
+#: ../../include/text.php:855
 msgid "No contacts"
 msgstr "Keine Kontakte"
 
-#: ../../include/text.php:863
+#: ../../include/text.php:864
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
 msgstr[0] "%d Kontakt"
 msgstr[1] "%d Kontakte"
 
-#: ../../include/text.php:1004
+#: ../../include/text.php:1005
 msgid "poke"
 msgstr "anstupsen"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "ping"
 msgstr "anpingen"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "pinged"
 msgstr "pingte"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prod"
 msgstr "knuffen"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prodded"
 msgstr "knuffte"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slap"
 msgstr "ohrfeigen"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slapped"
 msgstr "ohrfeigte"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "finger"
 msgstr "befummeln"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "fingered"
 msgstr "befummelte"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuff"
 msgstr "eine Abfuhr erteilen"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuffed"
 msgstr "abfuhrerteilte"
 
-#: ../../include/text.php:1023
+#: ../../include/text.php:1024
 msgid "happy"
 msgstr "glücklich"
 
-#: ../../include/text.php:1024
+#: ../../include/text.php:1025
 msgid "sad"
 msgstr "traurig"
 
-#: ../../include/text.php:1025
+#: ../../include/text.php:1026
 msgid "mellow"
 msgstr "sanft"
 
-#: ../../include/text.php:1026
+#: ../../include/text.php:1027
 msgid "tired"
 msgstr "müde"
 
-#: ../../include/text.php:1027
+#: ../../include/text.php:1028
 msgid "perky"
 msgstr "frech"
 
-#: ../../include/text.php:1028
+#: ../../include/text.php:1029
 msgid "angry"
 msgstr "sauer"
 
-#: ../../include/text.php:1029
+#: ../../include/text.php:1030
 msgid "stupified"
 msgstr "verblüfft"
 
-#: ../../include/text.php:1030
+#: ../../include/text.php:1031
 msgid "puzzled"
 msgstr "verwirrt"
 
-#: ../../include/text.php:1031
+#: ../../include/text.php:1032
 msgid "interested"
 msgstr "interessiert"
 
-#: ../../include/text.php:1032
+#: ../../include/text.php:1033
 msgid "bitter"
 msgstr "verbittert"
 
-#: ../../include/text.php:1033
+#: ../../include/text.php:1034
 msgid "cheerful"
 msgstr "fröhlich"
 
-#: ../../include/text.php:1034
+#: ../../include/text.php:1035
 msgid "alive"
 msgstr "lebendig"
 
-#: ../../include/text.php:1035
+#: ../../include/text.php:1036
 msgid "annoyed"
 msgstr "verärgert"
 
-#: ../../include/text.php:1036
+#: ../../include/text.php:1037
 msgid "anxious"
 msgstr "unruhig"
 
-#: ../../include/text.php:1037
+#: ../../include/text.php:1038
 msgid "cranky"
 msgstr "schrullig"
 
-#: ../../include/text.php:1038
+#: ../../include/text.php:1039
 msgid "disturbed"
 msgstr "verstört"
 
-#: ../../include/text.php:1039
+#: ../../include/text.php:1040
 msgid "frustrated"
 msgstr "frustriert"
 
-#: ../../include/text.php:1040
+#: ../../include/text.php:1041
 msgid "motivated"
 msgstr "motiviert"
 
-#: ../../include/text.php:1041
+#: ../../include/text.php:1042
 msgid "relaxed"
 msgstr "entspannt"
 
-#: ../../include/text.php:1042
+#: ../../include/text.php:1043
 msgid "surprised"
 msgstr "überrascht"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Monday"
 msgstr "Montag"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Tuesday"
 msgstr "Dienstag"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Wednesday"
 msgstr "Mittwoch"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Thursday"
 msgstr "Donnerstag"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Friday"
 msgstr "Freitag"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Saturday"
 msgstr "Samstag"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Sunday"
 msgstr "Sonntag"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "January"
 msgstr "Januar"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "February"
 msgstr "Februar"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "March"
 msgstr "März"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "April"
 msgstr "April"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "May"
 msgstr "Mai"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "June"
 msgstr "Juni"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "July"
 msgstr "Juli"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "August"
 msgstr "August"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "September"
 msgstr "September"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "October"
 msgstr "Oktober"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "November"
 msgstr "November"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "December"
 msgstr "Dezember"
 
-#: ../../include/text.php:1434
+#: ../../include/text.php:1437
 msgid "bytes"
 msgstr "Byte"
 
-#: ../../include/text.php:1458 ../../include/text.php:1470
+#: ../../include/text.php:1461 ../../include/text.php:1473
 msgid "Click to open/close"
 msgstr "Zum öffnen/schließen klicken"
 
-#: ../../include/text.php:1699 ../../include/user.php:247
+#: ../../include/text.php:1702 ../../include/user.php:247
 #: ../../view/theme/duepuntozero/config.php:44
 msgid "default"
 msgstr "Standard"
 
-#: ../../include/text.php:1711
+#: ../../include/text.php:1714
 msgid "Select an alternate language"
 msgstr "Alternative Sprache auswählen"
 
-#: ../../include/text.php:1967
+#: ../../include/text.php:1970
 msgid "activity"
 msgstr "Aktivität"
 
-#: ../../include/text.php:1970
+#: ../../include/text.php:1973
 msgid "post"
 msgstr "Beitrag"
 
-#: ../../include/text.php:2138
+#: ../../include/text.php:2141
 msgid "Item filed"
 msgstr "Beitrag abgelegt"
 
-#: ../../include/bbcode.php:428 ../../include/bbcode.php:1027
-#: ../../include/bbcode.php:1028
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047
+#: ../../include/bbcode.php:1048
 msgid "Image/photo"
 msgstr "Bild/Foto"
 
@@ -6563,11 +6629,11 @@ msgid ""
 "href=\"%s\" target=\"_blank\">post</a>"
 msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a> schrieb den folgenden <a href=\"%s\" target=\"_blank\">Beitrag</a>"
 
-#: ../../include/bbcode.php:991 ../../include/bbcode.php:1011
+#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031
 msgid "$1 wrote:"
 msgstr "$1 hat geschrieben:"
 
-#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1037
+#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057
 msgid "Encrypted content"
 msgstr "Verschlüsselter Inhalt"
 
@@ -6576,7 +6642,7 @@ msgid "(no subject)"
 msgstr "(kein Betreff)"
 
 #: ../../include/notifier.php:796 ../../include/delivery.php:467
-#: ../../include/enotify.php:31
+#: ../../include/enotify.php:33
 msgid "noreply"
 msgstr "noreply"
 
@@ -6665,7 +6731,7 @@ msgstr "StatusNet"
 msgid "App.net"
 msgstr "App.net"
 
-#: ../../include/Scrape.php:593
+#: ../../include/Scrape.php:614
 msgid " on Last.fm"
 msgstr " bei Last.fm"
 
@@ -6758,7 +6824,7 @@ msgstr "Diese Aktion ist in deinem Abonnement nicht verfügbar."
 msgid "End this session"
 msgstr "Diese Sitzung beenden"
 
-#: ../../include/nav.php:76 ../../include/nav.php:146
+#: ../../include/nav.php:76 ../../include/nav.php:148
 #: ../../view/theme/diabook/theme.php:123
 msgid "Your posts and conversations"
 msgstr "Deine Beiträge und Unterhaltungen"
@@ -6820,92 +6886,96 @@ msgid "Conversations on this site"
 msgstr "Unterhaltungen auf dieser Seite"
 
 #: ../../include/nav.php:131
+msgid "Conversations on the network"
+msgstr "Unterhaltungen im Netzwerk"
+
+#: ../../include/nav.php:133
 msgid "Directory"
 msgstr "Verzeichnis"
 
-#: ../../include/nav.php:131
+#: ../../include/nav.php:133
 msgid "People directory"
 msgstr "Nutzerverzeichnis"
 
-#: ../../include/nav.php:133
+#: ../../include/nav.php:135
 msgid "Information"
 msgstr "Information"
 
-#: ../../include/nav.php:133
+#: ../../include/nav.php:135
 msgid "Information about this friendica instance"
 msgstr "Informationen zu dieser Friendica Instanz"
 
-#: ../../include/nav.php:143
+#: ../../include/nav.php:145
 msgid "Conversations from your friends"
 msgstr "Unterhaltungen deiner Kontakte"
 
-#: ../../include/nav.php:144
+#: ../../include/nav.php:146
 msgid "Network Reset"
 msgstr "Netzwerk zurücksetzen"
 
-#: ../../include/nav.php:144
+#: ../../include/nav.php:146
 msgid "Load Network page with no filters"
 msgstr "Netzwerk-Seite ohne Filter laden"
 
-#: ../../include/nav.php:152
+#: ../../include/nav.php:154
 msgid "Friend Requests"
 msgstr "Kontaktanfragen"
 
-#: ../../include/nav.php:154
+#: ../../include/nav.php:156
 msgid "See all notifications"
 msgstr "Alle Benachrichtigungen anzeigen"
 
-#: ../../include/nav.php:155
+#: ../../include/nav.php:157
 msgid "Mark all system notifications seen"
 msgstr "Markiere alle Systembenachrichtigungen als gelesen"
 
-#: ../../include/nav.php:159
+#: ../../include/nav.php:161
 msgid "Private mail"
 msgstr "Private E-Mail"
 
-#: ../../include/nav.php:160
+#: ../../include/nav.php:162
 msgid "Inbox"
 msgstr "Eingang"
 
-#: ../../include/nav.php:161
+#: ../../include/nav.php:163
 msgid "Outbox"
 msgstr "Ausgang"
 
-#: ../../include/nav.php:165
+#: ../../include/nav.php:167
 msgid "Manage"
 msgstr "Verwalten"
 
-#: ../../include/nav.php:165
+#: ../../include/nav.php:167
 msgid "Manage other pages"
 msgstr "Andere Seiten verwalten"
 
-#: ../../include/nav.php:170
+#: ../../include/nav.php:172
 msgid "Account settings"
 msgstr "Kontoeinstellungen"
 
-#: ../../include/nav.php:173
+#: ../../include/nav.php:175
 msgid "Manage/Edit Profiles"
 msgstr "Profile Verwalten/Editieren"
 
-#: ../../include/nav.php:175
+#: ../../include/nav.php:177
 msgid "Manage/edit friends and contacts"
 msgstr "Freunde und Kontakte verwalten/editieren"
 
-#: ../../include/nav.php:182
+#: ../../include/nav.php:184
 msgid "Site setup and configuration"
 msgstr "Einstellungen der Seite und Konfiguration"
 
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
 msgid "Navigation"
 msgstr "Navigation"
 
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
 msgid "Site map"
 msgstr "Sitemap"
 
 #: ../../include/api.php:304 ../../include/api.php:315
-#: ../../include/api.php:416 ../../include/api.php:1062
-#: ../../include/api.php:1064
+#: ../../include/api.php:416 ../../include/api.php:1063
+#: ../../include/api.php:1065
 msgid "User not found."
 msgstr "Nutzer nicht gefunden."
 
@@ -6924,27 +6994,27 @@ msgstr "Das wöchentliche Nachrichtenlimit von %d Nachrichten wurde erreicht. Di
 msgid "Monthly posting limit of %d posts reached. The post was rejected."
 msgstr "Das monatliche Nachrichtenlimit von %d Nachrichten wurde erreicht. Die Nachtricht wurde verworfen."
 
-#: ../../include/api.php:1271
+#: ../../include/api.php:1272
 msgid "There is no status with this id."
 msgstr "Es gibt keinen Status mit dieser ID."
 
-#: ../../include/api.php:1341
+#: ../../include/api.php:1342
 msgid "There is no conversation with this id."
 msgstr "Es existiert keine Unterhaltung mit dieser ID."
 
-#: ../../include/api.php:1613
+#: ../../include/api.php:1614
 msgid "Invalid request."
 msgstr "Ungültige Anfrage"
 
-#: ../../include/api.php:1624
+#: ../../include/api.php:1625
 msgid "Invalid item."
 msgstr "Ungültiges Objekt"
 
-#: ../../include/api.php:1634
+#: ../../include/api.php:1635
 msgid "Invalid action. "
 msgstr "Ungültige Aktion"
 
-#: ../../include/api.php:1642
+#: ../../include/api.php:1643
 msgid "DB error"
 msgstr "DB Error"
 
@@ -7064,15 +7134,15 @@ msgstr "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3$s\n\
 msgid "Sharing notification from Diaspora network"
 msgstr "Freigabe-Benachrichtigung von Diaspora"
 
-#: ../../include/diaspora.php:2332
+#: ../../include/diaspora.php:2520
 msgid "Attachments:"
 msgstr "Anhänge:"
 
-#: ../../include/items.php:4526
+#: ../../include/items.php:4555
 msgid "Do you really want to delete this item?"
 msgstr "Möchtest du wirklich dieses Item löschen?"
 
-#: ../../include/items.php:4749
+#: ../../include/items.php:4778
 msgid "Archives"
 msgstr "Archiv"
 
@@ -7317,238 +7387,238 @@ msgstr "Danke,"
 msgid "%s Administrator"
 msgstr "der Administrator von %s"
 
-#: ../../include/enotify.php:61
+#: ../../include/enotify.php:64
 #, php-format
 msgid "%s <!item_type!>"
 msgstr "%s <!item_type!>"
 
-#: ../../include/enotify.php:65
+#: ../../include/enotify.php:68
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr "[Friendica-Meldung] Neue Nachricht erhalten von %s"
 
-#: ../../include/enotify.php:67
+#: ../../include/enotify.php:70
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr "%1$s hat dir eine neue private Nachricht auf %2$s geschickt."
 
-#: ../../include/enotify.php:68
+#: ../../include/enotify.php:71
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr "%1$s schickte dir %2$s."
 
-#: ../../include/enotify.php:68
+#: ../../include/enotify.php:71
 msgid "a private message"
 msgstr "eine private Nachricht"
 
-#: ../../include/enotify.php:69
+#: ../../include/enotify.php:72
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr "Bitte besuche %s, um deine privaten Nachrichten anzusehen und/oder zu beantworten."
 
-#: ../../include/enotify.php:121
+#: ../../include/enotify.php:124
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]"
 
-#: ../../include/enotify.php:128
+#: ../../include/enotify.php:131
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]"
 
-#: ../../include/enotify.php:136
+#: ../../include/enotify.php:139
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]"
 
-#: ../../include/enotify.php:146
+#: ../../include/enotify.php:149
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s"
 
-#: ../../include/enotify.php:147
+#: ../../include/enotify.php:150
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr "%s hat einen Beitrag kommentiert, dem du folgst."
 
-#: ../../include/enotify.php:150 ../../include/enotify.php:165
-#: ../../include/enotify.php:178 ../../include/enotify.php:191
-#: ../../include/enotify.php:209 ../../include/enotify.php:222
+#: ../../include/enotify.php:153 ../../include/enotify.php:168
+#: ../../include/enotify.php:181 ../../include/enotify.php:194
+#: ../../include/enotify.php:212 ../../include/enotify.php:225
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
 
-#: ../../include/enotify.php:157
+#: ../../include/enotify.php:160
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr "[Friendica-Meldung] %s hat auf deine Pinnwand geschrieben"
 
-#: ../../include/enotify.php:159
+#: ../../include/enotify.php:162
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr "%1$s schrieb auf %2$s auf deine Pinnwand"
 
-#: ../../include/enotify.php:161
+#: ../../include/enotify.php:164
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr "%1$s hat etwas auf [url=%2$s]deiner Pinnwand[/url] gepostet"
 
-#: ../../include/enotify.php:172
+#: ../../include/enotify.php:175
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr "[Friendica-Meldung] %s hat dich erwähnt"
 
-#: ../../include/enotify.php:173
+#: ../../include/enotify.php:176
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr "%1$s erwähnte dich auf %2$s"
 
-#: ../../include/enotify.php:174
+#: ../../include/enotify.php:177
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr "%1$s [url=%2$s]erwähnte dich[/url]."
 
-#: ../../include/enotify.php:185
+#: ../../include/enotify.php:188
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"
 
-#: ../../include/enotify.php:186
+#: ../../include/enotify.php:189
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr "%1$s hat einen neuen Beitrag auf %2$s geteilt"
 
-#: ../../include/enotify.php:187
+#: ../../include/enotify.php:190
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr "%1$s [url=%2$s]hat einen Beitrag geteilt[/url]."
 
-#: ../../include/enotify.php:199
+#: ../../include/enotify.php:202
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr "[Friendica-Meldung] %1$s hat dich angestupst"
 
-#: ../../include/enotify.php:200
+#: ../../include/enotify.php:203
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr "%1$s hat dich auf %2$s angestupst"
 
-#: ../../include/enotify.php:201
+#: ../../include/enotify.php:204
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr "%1$s [url=%2$s]hat dich angestupst[/url]."
 
-#: ../../include/enotify.php:216
+#: ../../include/enotify.php:219
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr "[Friendica-Meldung] %s hat deinen Beitrag getaggt"
 
-#: ../../include/enotify.php:217
+#: ../../include/enotify.php:220
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr "%1$s erwähnte deinen Beitrag auf %2$s"
 
-#: ../../include/enotify.php:218
+#: ../../include/enotify.php:221
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]"
 
-#: ../../include/enotify.php:229
+#: ../../include/enotify.php:232
 msgid "[Friendica:Notify] Introduction received"
 msgstr "[Friendica-Meldung] Kontaktanfrage erhalten"
 
-#: ../../include/enotify.php:230
+#: ../../include/enotify.php:233
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr "Du hast eine Kontaktanfrage von '%1$s' auf %2$s erhalten"
 
-#: ../../include/enotify.php:231
+#: ../../include/enotify.php:234
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] von %2$s erhalten."
 
-#: ../../include/enotify.php:234 ../../include/enotify.php:276
+#: ../../include/enotify.php:237 ../../include/enotify.php:279
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr "Hier kannst du das Profil betrachten: %s"
 
-#: ../../include/enotify.php:236
+#: ../../include/enotify.php:239
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."
 
-#: ../../include/enotify.php:244
+#: ../../include/enotify.php:247
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr "[Friendica Benachrichtigung] Eine neue Person teilt mit dir"
 
-#: ../../include/enotify.php:245 ../../include/enotify.php:246
+#: ../../include/enotify.php:248 ../../include/enotify.php:249
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr "%1$s teilt mit dir auf %2$s"
 
-#: ../../include/enotify.php:252
+#: ../../include/enotify.php:255
 msgid "[Friendica:Notify] You have a new follower"
 msgstr "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf "
 
-#: ../../include/enotify.php:253 ../../include/enotify.php:254
+#: ../../include/enotify.php:256 ../../include/enotify.php:257
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr "Du hast einen neuen Kontakt auf %2$s: %1$s"
 
-#: ../../include/enotify.php:267
+#: ../../include/enotify.php:270
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten"
 
-#: ../../include/enotify.php:268
+#: ../../include/enotify.php:271
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr "Du hast einen Freunde-Vorschlag von '%1$s' auf %2$s erhalten"
 
-#: ../../include/enotify.php:269
+#: ../../include/enotify.php:272
 #, php-format
 msgid ""
 "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr "Du hast einen [url=%1$s]Freunde-Vorschlag[/url] %2$s von %3$s erhalten."
 
-#: ../../include/enotify.php:274
+#: ../../include/enotify.php:277
 msgid "Name:"
 msgstr "Name:"
 
-#: ../../include/enotify.php:275
+#: ../../include/enotify.php:278
 msgid "Photo:"
 msgstr "Foto:"
 
-#: ../../include/enotify.php:278
+#: ../../include/enotify.php:281
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."
 
-#: ../../include/enotify.php:286 ../../include/enotify.php:299
+#: ../../include/enotify.php:289 ../../include/enotify.php:302
 msgid "[Friendica:Notify] Connection accepted"
 msgstr "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"
 
-#: ../../include/enotify.php:287 ../../include/enotify.php:300
+#: ../../include/enotify.php:290 ../../include/enotify.php:303
 #, php-format
 msgid "'%1$s' has acepted your connection request at %2$s"
 msgstr "'%1$s' hat deine Kontaktanfrage auf  %2$s bestätigt"
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:301
+#: ../../include/enotify.php:291 ../../include/enotify.php:304
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr "%2$s hat deine [url=%1$s]Kontaktanfrage[/url] akzeptiert."
 
-#: ../../include/enotify.php:291
+#: ../../include/enotify.php:294
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and email\n"
 "\twithout restriction."
 msgstr "Ihr seit nun beidseitige Freunde und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen."
 
-#: ../../include/enotify.php:294 ../../include/enotify.php:308
+#: ../../include/enotify.php:297 ../../include/enotify.php:311
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr "Bitte besuche %s, wenn du Änderungen an eurer Beziehung vornehmen willst."
 
-#: ../../include/enotify.php:304
+#: ../../include/enotify.php:307
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
@@ -7557,42 +7627,42 @@ msgid ""
 "automatically."
 msgstr "'%1$s' hat sich entschieden dich als \"Fan\" zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen."
 
-#: ../../include/enotify.php:306
+#: ../../include/enotify.php:309
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future. "
 msgstr "'%1$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "
 
-#: ../../include/enotify.php:319
+#: ../../include/enotify.php:322
 msgid "[Friendica System:Notify] registration request"
 msgstr "[Friendica System:Benachrichtigung] Registrationsanfrage"
 
-#: ../../include/enotify.php:320
+#: ../../include/enotify.php:323
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr "Du hast eine Registrierungsanfrage von %2$s auf '%1$s' erhalten"
 
-#: ../../include/enotify.php:321
+#: ../../include/enotify.php:324
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr "Du hast eine [url=%1$s]Registrierungsanfrage[/url] von %2$s erhalten."
 
-#: ../../include/enotify.php:324
+#: ../../include/enotify.php:327
 #, php-format
 msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 msgstr "Kompletter Name:\t%1$s\\nURL der Seite:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 
-#: ../../include/enotify.php:327
+#: ../../include/enotify.php:330
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr "Bitte besuche %s um die Anfrage zu bearbeiten."
 
-#: ../../include/oembed.php:210
+#: ../../include/oembed.php:212
 msgid "Embedded content"
 msgstr "Eingebetteter Inhalt"
 
-#: ../../include/oembed.php:219
+#: ../../include/oembed.php:221
 msgid "Embedding disabled"
 msgstr "Einbettungen deaktiviert"
 
index cb21bc55fec6b6dbebdeba551aa5b0517da79fdc..ab33e4827a02a49dd7ec4695869457ad9695207e 100644 (file)
@@ -381,6 +381,8 @@ $a->strings["New photo from this URL"] = "Neues Foto von dieser URL";
 $a->strings["Remote Self"] = "Entfernte Konten";
 $a->strings["Mirror postings from this contact"] = "Spiegle Beiträge dieses Kontakts";
 $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica alle Top-Level Beiträge dieses Kontakts an all deine Kontakte zu senden.";
+$a->strings["Login"] = "Anmeldung";
+$a->strings["The post was created"] = "Der Beitrag wurde angelegt";
 $a->strings["Access denied."] = "Zugriff verweigert.";
 $a->strings["People Search"] = "Personensuche";
 $a->strings["No matches"] = "Keine Übereinstimmungen";
@@ -394,8 +396,11 @@ $a->strings["Plugins"] = "Plugins";
 $a->strings["Themes"] = "Themen";
 $a->strings["DB updates"] = "DB Updates";
 $a->strings["Logs"] = "Protokolle";
+$a->strings["probe address"] = "Adresse untersuchen";
+$a->strings["check webfinger"] = "Webfinger überprüfen";
 $a->strings["Admin"] = "Administration";
 $a->strings["Plugin Features"] = "Plugin Features";
+$a->strings["diagnostics"] = "Diagnose";
 $a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen die auf Bestätigung warten";
 $a->strings["Normal Account"] = "Normales Konto";
 $a->strings["Soapbox Account"] = "Marktschreier-Konto";
@@ -413,6 +418,9 @@ $a->strings["Active plugins"] = "Aktive Plugins";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus <protokoll>://<domain> bestehen";
 $a->strings["Site settings updated."] = "Seiteneinstellungen aktualisiert.";
 $a->strings["No special theme for mobile devices"] = "Kein spezielles Theme für mobile Geräte verwenden.";
+$a->strings["No community page"] = "Keine Gemeinschaftsseite";
+$a->strings["Public postings from users of this site"] = "Öffentliche Beiträge von Nutzer_innen dieser Seite";
+$a->strings["Global community page"] = "Globale Gemeinschaftsseite";
 $a->strings["At post arrival"] = "Beim Empfang von Nachrichten";
 $a->strings["Frequently"] = "immer wieder";
 $a->strings["Hourly"] = "Stündlich";
@@ -434,7 +442,10 @@ $a->strings["Performance"] = "Performance";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen.";
 $a->strings["Site name"] = "Seitenname";
 $a->strings["Host name"] = "Host Name";
+$a->strings["Sender Email"] = "Absender für Emails";
 $a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Shortcut icon"] = "Shortcut Icon";
+$a->strings["Touch icon"] = "Touch Icon";
 $a->strings["Additional Info"] = "Zusätzliche Informationen";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Für öffentliche Server kannst du hier zusätzliche Informationen angeben, die dann auf dir.friendica.com/siteinfo angezeigt werden.";
 $a->strings["System language"] = "Systemsprache";
@@ -495,8 +506,10 @@ $a->strings["Fullname check"] = "Namen auf Vollständigkeit überprüfen";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden.";
 $a->strings["UTF-8 Regular expressions"] = "UTF-8 Reguläre Ausdrücke";
 $a->strings["Use PHP UTF8 regular expressions"] = "PHP UTF8 Ausdrücke verwenden";
-$a->strings["Show Community Page"] = "Gemeinschaftsseite anzeigen";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Zeige die Gemeinschaftsseite mit allen öffentlichen Beiträgen auf diesem Server.";
+$a->strings["Community Page Style"] = "Art der Gemeinschaftsseite";
+$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Welche Art der Gemeinschaftsseite soll verwendet werden? Globale Gemeinschaftsseite zeigt alle öffentlichen Beiträge eines offenen dezentralen Netzwerks an die auf diesem Server eintreffen.";
+$a->strings["Posts per user on community page"] = "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt.";
 $a->strings["Enable OStatus support"] = "OStatus Unterstützung aktivieren";
 $a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt.";
 $a->strings["OStatus conversation completion interval"] = "Intervall zum Vervollständigen von OStatus Unterhaltungen";
@@ -521,6 +534,8 @@ $a->strings["Use MySQL full text engine"] = "Nutze MySQL full text engine";
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktiviert die 'full text engine'. Beschleunigt die Suche - aber es kann nur nach vier oder mehr Zeichen gesucht werden.";
 $a->strings["Suppress Language"] = "Sprachinformation unterdrücken";
 $a->strings["Suppress language information in meta information about a posting."] = "Verhindert das Erzeugen der Meta-Information zur Spracherkennung eines Beitrags.";
+$a->strings["Suppress Tags"] = "Tags Unterdrücken";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Unterdrückt die Anzeige von Tags am Ende eines Beitrags.";
 $a->strings["Path to item cache"] = "Pfad zum Eintrag Cache";
 $a->strings["Cache duration in seconds"] = "Cache-Dauer in Sekunden";
 $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."] = "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1.";
@@ -531,9 +546,11 @@ $a->strings["Temp path"] = "Temp Pfad";
 $a->strings["Base path to installation"] = "Basis-Pfad zur Installation";
 $a->strings["Disable picture proxy"] = "Bilder Proxy deaktivieren";
 $a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "Der Proxy für Bilder verbessert die Leitung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen.";
+$a->strings["Enable old style pager"] = "Den Old-Style Pager aktiviren";
+$a->strings["The old style pager has page numbers but slows down massively the page speed."] = "Der Old-Style Pager zeigt Seitennummern an, verlangsamt aber auch drastisch das Laden einer Seite.";
+$a->strings["Only search in tags"] = "Nur in Tags suchen";
+$a->strings["On large systems the text search can slow down the system extremely."] = "Auf großen Knoten kann die Volltext-Suche das System ausbremsen.";
 $a->strings["New base url"] = "Neue Basis-URL";
-$a->strings["Disable noscrape"] = "Noscrape deaktivieren";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server."] = "Das noscrape Feature beschleunigt Verzeichnis einsendungen indem JSON Daten gesendet werden anstelle vom analysieren der HTML Struktur. Wird es deaktiviert, wird mehr Last auf deinem Server und den Verzichnis Servern verursacht.";
 $a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert";
 $a->strings["Database structure update %s was successfully applied."] = "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt.";
 $a->strings["Executing of database structure update %s failed with error: %s"] = "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s";
@@ -1233,7 +1250,6 @@ $a->strings["show fewer"] = "weniger anzeigen";
 $a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen.";
 $a->strings["Create a New Account"] = "Neues Konto erstellen";
 $a->strings["Logout"] = "Abmelden";
-$a->strings["Login"] = "Anmeldung";
 $a->strings["Nickname or Email address: "] = "Spitzname oder E-Mail-Adresse: ";
 $a->strings["Password: "] = "Passwort: ";
 $a->strings["Remember me"] = "Anmeldedaten merken";
@@ -1557,6 +1573,7 @@ $a->strings["Apps"] = "Apps";
 $a->strings["Addon applications, utilities, games"] = "Addon Anwendungen, Dienstprogramme, Spiele";
 $a->strings["Search site content"] = "Inhalt der Seite durchsuchen";
 $a->strings["Conversations on this site"] = "Unterhaltungen auf dieser Seite";
+$a->strings["Conversations on the network"] = "Unterhaltungen im Netzwerk";
 $a->strings["Directory"] = "Verzeichnis";
 $a->strings["People directory"] = "Nutzerverzeichnis";
 $a->strings["Information"] = "Information";
index cebd06869e71572334e87ee06f37168e830f7e65..349ca2b1640d56a6585dd9f6e4eb718bbcb217fb 100644 (file)
@@ -3,7 +3,10 @@
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
+# Anthronaut <mail@anthronaut.net>, 2015
 # Cyboulette <cyboulette58@hotmail.fr>, 2014
+# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015
+# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015
 # Domovoy <domovoy@errlock.org>, 2012
 # Jak <jacques@riseup.net>, 2014
 # Lionel Triay <zapimax38@free.fr>, 2013
@@ -16,9 +19,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-01-22 17:30+0100\n"
-"PO-Revision-Date: 2015-01-23 11:48+0000\n"
-"Last-Translator: Sylvain Lagacé\n"
+"POT-Creation-Date: 2015-02-04 11:35+0100\n"
+"PO-Revision-Date: 2015-02-06 00:14+0000\n"
+"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n"
 "Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,984 +29,1088 @@ msgstr ""
 "Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../../mod/contacts.php:107
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited"
-msgstr[0] "%d contact édité"
-msgstr[1] "%d contacts édités."
-
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:271
-msgid "Could not access contact record."
-msgstr "Impossible d'accéder à l'enregistrement du contact."
-
-#: ../../mod/contacts.php:152
-msgid "Could not locate selected profile."
-msgstr "Impossible de localiser le profil séléctionné."
+#: ../../object/Item.php:94
+msgid "This entry was edited"
+msgstr "Cette entrée à été édité"
 
-#: ../../mod/contacts.php:185
-msgid "Contact updated."
-msgstr "Contact mis-à-jour."
+#: ../../object/Item.php:116 ../../mod/content.php:620
+#: ../../mod/photos.php:1359
+msgid "Private Message"
+msgstr "Message privé"
 
-#: ../../mod/contacts.php:187 ../../mod/dfrn_request.php:576
-msgid "Failed to update contact record."
-msgstr "Échec de mise-à-jour du contact."
+#: ../../object/Item.php:120 ../../mod/content.php:728
+#: ../../mod/settings.php:676
+msgid "Edit"
+msgstr "Éditer"
 
-#: ../../mod/contacts.php:253 ../../mod/manage.php:96
-#: ../../mod/display.php:475 ../../mod/profile_photo.php:19
-#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
-#: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
-#: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
-#: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
-#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:22
-#: ../../mod/notifications.php:66 ../../mod/message.php:38
-#: ../../mod/message.php:174 ../../mod/crepair.php:119
-#: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
-#: ../../mod/events.php:140 ../../mod/install.php:151
-#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
-#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
-#: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
-#: ../../mod/settings.php:596 ../../mod/settings.php:601
-#: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
-#: ../../mod/suggest.php:58 ../../mod/profiles.php:148
-#: ../../mod/profiles.php:584 ../../mod/editpost.php:10 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
-#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
-#: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
-#: ../../mod/attach.php:33 ../../include/items.php:4683 ../../index.php:369
-msgid "Permission denied."
-msgstr "Permission refusée."
+#: ../../object/Item.php:129 ../../mod/content.php:437
+#: ../../mod/content.php:740 ../../mod/photos.php:1653
+#: ../../include/conversation.php:613
+msgid "Select"
+msgstr "Sélectionner"
 
-#: ../../mod/contacts.php:286
-msgid "Contact has been blocked"
-msgstr "Le contact a été bloqué"
+#: ../../object/Item.php:130 ../../mod/admin.php:985 ../../mod/content.php:438
+#: ../../mod/content.php:741 ../../mod/contacts.php:717
+#: ../../mod/settings.php:677 ../../mod/group.php:171
+#: ../../mod/photos.php:1654 ../../include/conversation.php:614
+msgid "Delete"
+msgstr "Supprimer"
 
-#: ../../mod/contacts.php:286
-msgid "Contact has been unblocked"
-msgstr "Le contact n'est plus bloqué"
+#: ../../object/Item.php:133 ../../mod/content.php:763
+msgid "save to folder"
+msgstr "sauver vers dossier"
 
-#: ../../mod/contacts.php:297
-msgid "Contact has been ignored"
-msgstr "Le contact a été ignoré"
+#: ../../object/Item.php:195 ../../mod/content.php:753
+msgid "add star"
+msgstr "mett en avant"
 
-#: ../../mod/contacts.php:297
-msgid "Contact has been unignored"
-msgstr "Le contact n'est plus ignoré"
+#: ../../object/Item.php:196 ../../mod/content.php:754
+msgid "remove star"
+msgstr "ne plus mettre en avant"
 
-#: ../../mod/contacts.php:309
-msgid "Contact has been archived"
-msgstr "Contact archivé"
+#: ../../object/Item.php:197 ../../mod/content.php:755
+msgid "toggle star status"
+msgstr "mettre en avant"
 
-#: ../../mod/contacts.php:309
-msgid "Contact has been unarchived"
-msgstr "Contact désarchivé"
+#: ../../object/Item.php:200 ../../mod/content.php:758
+msgid "starred"
+msgstr "mis en avant"
 
-#: ../../mod/contacts.php:334 ../../mod/contacts.php:710
-msgid "Do you really want to delete this contact?"
-msgstr "Voulez-vous vraiment supprimer ce contact?"
+#: ../../object/Item.php:208
+msgid "ignore thread"
+msgstr "ignorer le fil"
 
-#: ../../mod/contacts.php:336 ../../mod/message.php:209
-#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
-#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
-#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
-#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
-#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
-#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
-#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
-#: ../../mod/register.php:233 ../../mod/suggest.php:29
-#: ../../mod/profiles.php:627 ../../mod/profiles.php:630 ../../mod/api.php:105
-#: ../../include/items.php:4528
-msgid "Yes"
-msgstr "Oui"
+#: ../../object/Item.php:209
+msgid "unignore thread"
+msgstr "Ne plus ignorer le fil"
 
-#: ../../mod/contacts.php:339 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-#: ../../mod/message.php:212 ../../mod/fbrowser.php:81
-#: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
-#: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
-#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
-#: ../../mod/photos.php:203 ../../mod/photos.php:292
-#: ../../include/conversation.php:1129 ../../include/items.php:4531
-msgid "Cancel"
-msgstr "Annuler"
+#: ../../object/Item.php:210
+msgid "toggle ignore status"
+msgstr "Ignorer le statut"
 
-#: ../../mod/contacts.php:351
-msgid "Contact has been removed."
-msgstr "Ce contact a été retiré."
+#: ../../object/Item.php:213
+msgid "ignored"
+msgstr "ignoré"
 
-#: ../../mod/contacts.php:389
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Vous êtes ami (et réciproquement) avec %s"
+#: ../../object/Item.php:220 ../../mod/content.php:759
+msgid "add tag"
+msgstr "ajouter une étiquette"
 
-#: ../../mod/contacts.php:393
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Vous partagez avec %s"
+#: ../../object/Item.php:231 ../../mod/content.php:684
+#: ../../mod/photos.php:1542
+msgid "I like this (toggle)"
+msgstr "J'aime (bascule)"
 
-#: ../../mod/contacts.php:398
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s partage avec vous"
+#: ../../object/Item.php:231 ../../mod/content.php:684
+msgid "like"
+msgstr "aime"
 
-#: ../../mod/contacts.php:415
-msgid "Private communications are not available for this contact."
-msgstr "Les communications privées ne sont pas disponibles pour ce contact."
+#: ../../object/Item.php:232 ../../mod/content.php:685
+#: ../../mod/photos.php:1543
+msgid "I don't like this (toggle)"
+msgstr "Je n'aime pas (bascule)"
 
-#: ../../mod/contacts.php:418 ../../mod/admin.php:546
-msgid "Never"
-msgstr "Jamais"
+#: ../../object/Item.php:232 ../../mod/content.php:685
+msgid "dislike"
+msgstr "n'aime pas"
 
-#: ../../mod/contacts.php:422
-msgid "(Update was successful)"
-msgstr "(Mise à jour effectuée avec succès)"
+#: ../../object/Item.php:234 ../../mod/content.php:687
+msgid "Share this"
+msgstr "Partager"
 
-#: ../../mod/contacts.php:422
-msgid "(Update was not successful)"
-msgstr "(Mise à jour échouée)"
+#: ../../object/Item.php:234 ../../mod/content.php:687
+msgid "share"
+msgstr "partager"
 
-#: ../../mod/contacts.php:424
-msgid "Suggest friends"
-msgstr "Suggérer amitié/contact"
+#: ../../object/Item.php:316 ../../include/conversation.php:666
+msgid "Categories:"
+msgstr "Catégories:"
 
-#: ../../mod/contacts.php:428
-#, php-format
-msgid "Network type: %s"
-msgstr "Type de réseau %s"
+#: ../../object/Item.php:317 ../../include/conversation.php:667
+msgid "Filed under:"
+msgstr "Rangé sous:"
 
-#: ../../mod/contacts.php:431 ../../include/contact_widgets.php:200
+#: ../../object/Item.php:326 ../../object/Item.php:327
+#: ../../mod/content.php:471 ../../mod/content.php:852
+#: ../../mod/content.php:853 ../../include/conversation.php:654
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contact en commun"
-msgstr[1] "%d contacts en commun"
-
-#: ../../mod/contacts.php:436
-msgid "View all contacts"
-msgstr "Voir tous les contacts"
-
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:981
-msgid "Unblock"
-msgstr "Débloquer"
-
-#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
-#: ../../mod/contacts.php:713 ../../mod/admin.php:980
-msgid "Block"
-msgstr "Bloquer"
+msgid "View %s's profile @ %s"
+msgstr "Voir le profil de %s @ %s"
 
-#: ../../mod/contacts.php:444
-msgid "Toggle Blocked status"
-msgstr "(dés)activer l'état \"bloqué\""
+#: ../../object/Item.php:328 ../../mod/content.php:854
+msgid "to"
+msgstr "à"
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714
-msgid "Unignore"
-msgstr "Ne plus ignorer"
+#: ../../object/Item.php:329
+msgid "via"
+msgstr "via"
 
-#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
-#: ../../mod/contacts.php:714 ../../mod/notifications.php:51
-#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
-msgid "Ignore"
-msgstr "Ignorer"
+#: ../../object/Item.php:330 ../../mod/content.php:855
+msgid "Wall-to-Wall"
+msgstr "Inter-mur"
 
-#: ../../mod/contacts.php:450
-msgid "Toggle Ignored status"
-msgstr "(dés)activer l'état \"ignoré\""
+#: ../../object/Item.php:331 ../../mod/content.php:856
+msgid "via Wall-To-Wall:"
+msgstr "en Inter-mur:"
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
-msgid "Unarchive"
-msgstr "Désarchiver"
+#: ../../object/Item.php:340 ../../mod/content.php:481
+#: ../../mod/content.php:864 ../../include/conversation.php:674
+#, php-format
+msgid "%s from %s"
+msgstr "%s de %s"
 
-#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
-msgid "Archive"
-msgstr "Archiver"
+#: ../../object/Item.php:361 ../../object/Item.php:677 ../../boot.php:745
+#: ../../mod/content.php:709 ../../mod/photos.php:1564
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696
+msgid "Comment"
+msgstr "Commenter"
 
-#: ../../mod/contacts.php:457
-msgid "Toggle Archive status"
-msgstr "(dés)activer l'état \"archivé\""
+#: ../../object/Item.php:364 ../../mod/wallmessage.php:156
+#: ../../mod/editpost.php:124 ../../mod/content.php:499
+#: ../../mod/content.php:883 ../../mod/message.php:334
+#: ../../mod/message.php:565 ../../mod/photos.php:1545
+#: ../../include/conversation.php:692 ../../include/conversation.php:1109
+msgid "Please wait"
+msgstr "Patientez"
 
-#: ../../mod/contacts.php:460
-msgid "Repair"
-msgstr "Réparer"
+#: ../../object/Item.php:387 ../../mod/content.php:603
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d commentaire"
+msgstr[1] "%d commentaires"
 
-#: ../../mod/contacts.php:463
-msgid "Advanced Contact Settings"
-msgstr "Réglages avancés du contact"
+#: ../../object/Item.php:389 ../../object/Item.php:402
+#: ../../mod/content.php:605 ../../include/text.php:1972
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] "commentaire"
 
-#: ../../mod/contacts.php:469
-msgid "Communications lost with this contact!"
-msgstr "Communications perdues avec ce contact !"
+#: ../../object/Item.php:390 ../../boot.php:746 ../../mod/content.php:606
+#: ../../include/contact_widgets.php:205
+msgid "show more"
+msgstr "montrer plus"
 
-#: ../../mod/contacts.php:472
-msgid "Contact Editor"
-msgstr "Éditeur de contact"
+#: ../../object/Item.php:675 ../../mod/content.php:707
+#: ../../mod/photos.php:1562 ../../mod/photos.php:1606
+#: ../../mod/photos.php:1694
+msgid "This is you"
+msgstr "C'est vous"
 
-#: ../../mod/contacts.php:474 ../../mod/manage.php:110
-#: ../../mod/fsuggest.php:107 ../../mod/message.php:335
-#: ../../mod/message.php:564 ../../mod/crepair.php:186
-#: ../../mod/events.php:478 ../../mod/content.php:710
-#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
-#: ../../mod/profiles.php:652 ../../mod/localtime.php:45
-#: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
-#: ../../mod/photos.php:1203 ../../mod/photos.php:1514
-#: ../../mod/photos.php:1565 ../../mod/photos.php:1609
-#: ../../mod/photos.php:1697 ../../object/Item.php:678
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/dispy/config.php:70 ../../view/theme/quattro/config.php:64
+#: ../../object/Item.php:678 ../../view/theme/perihel/config.php:95
+#: ../../view/theme/diabook/theme.php:633
 #: ../../view/theme/diabook/config.php:148
-#: ../../view/theme/diabook/theme.php:633 ../../view/theme/vier/config.php:53
+#: ../../view/theme/quattro/config.php:64
+#: ../../view/theme/zero-childs/cleanzero/config.php:80
+#: ../../view/theme/dispy/config.php:70 ../../view/theme/clean/config.php:82
 #: ../../view/theme/duepuntozero/config.php:59
+#: ../../view/theme/cleanzero/config.php:80
+#: ../../view/theme/vier/config.php:53
+#: ../../view/theme/vier-mobil/config.php:47 ../../mod/mood.php:137
+#: ../../mod/install.php:248 ../../mod/install.php:286
+#: ../../mod/crepair.php:186 ../../mod/content.php:710
+#: ../../mod/contacts.php:475 ../../mod/profiles.php:671
+#: ../../mod/message.php:335 ../../mod/message.php:564
+#: ../../mod/localtime.php:45 ../../mod/photos.php:1084
+#: ../../mod/photos.php:1203 ../../mod/photos.php:1514
+#: ../../mod/photos.php:1565 ../../mod/photos.php:1609
+#: ../../mod/photos.php:1697 ../../mod/poke.php:199 ../../mod/events.php:478
+#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140
+#: ../../mod/manage.php:110
 msgid "Submit"
 msgstr "Envoyer"
 
-#: ../../mod/contacts.php:475
-msgid "Profile Visibility"
-msgstr "Visibilité du profil"
+#: ../../object/Item.php:679 ../../mod/content.php:711
+msgid "Bold"
+msgstr "Gras"
 
-#: ../../mod/contacts.php:476
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous rend visite de manière sécurisée."
+#: ../../object/Item.php:680 ../../mod/content.php:712
+msgid "Italic"
+msgstr "Italique"
 
-#: ../../mod/contacts.php:477
-msgid "Contact Information / Notes"
-msgstr "Informations de contact / Notes"
+#: ../../object/Item.php:681 ../../mod/content.php:713
+msgid "Underline"
+msgstr "Souligné"
 
-#: ../../mod/contacts.php:478
-msgid "Edit contact notes"
-msgstr "Éditer les notes des contacts"
+#: ../../object/Item.php:682 ../../mod/content.php:714
+msgid "Quote"
+msgstr "Citation"
 
-#: ../../mod/contacts.php:483 ../../mod/contacts.php:678
-#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visiter le profil de %s [%s]"
+#: ../../object/Item.php:683 ../../mod/content.php:715
+msgid "Code"
+msgstr "Code"
 
-#: ../../mod/contacts.php:484
-msgid "Block/Unblock contact"
-msgstr "Bloquer/débloquer ce contact"
+#: ../../object/Item.php:684 ../../mod/content.php:716
+msgid "Image"
+msgstr "Image"
 
-#: ../../mod/contacts.php:485
-msgid "Ignore contact"
-msgstr "Ignorer ce contact"
+#: ../../object/Item.php:685 ../../mod/content.php:717
+msgid "Link"
+msgstr "Lien"
 
-#: ../../mod/contacts.php:486
-msgid "Repair URL settings"
-msgstr "Réglages de réparation des URL"
+#: ../../object/Item.php:686 ../../mod/content.php:718
+msgid "Video"
+msgstr "Vidéo"
 
-#: ../../mod/contacts.php:487
-msgid "View conversations"
-msgstr "Voir les conversations"
+#: ../../object/Item.php:687 ../../mod/editpost.php:145
+#: ../../mod/content.php:719 ../../mod/photos.php:1566
+#: ../../mod/photos.php:1610 ../../mod/photos.php:1698
+#: ../../include/conversation.php:1126
+msgid "Preview"
+msgstr "Aperçu"
 
-#: ../../mod/contacts.php:489
-msgid "Delete contact"
-msgstr "Effacer ce contact"
+#: ../../index.php:212 ../../mod/apps.php:7
+msgid "You must be logged in to use addons. "
+msgstr "Vous devez être connecté pour utiliser les greffons."
 
-#: ../../mod/contacts.php:493
-msgid "Last update:"
-msgstr "Dernière mise-à-jour :"
+#: ../../index.php:256 ../../mod/help.php:90
+msgid "Not Found"
+msgstr "Non trouvé"
 
-#: ../../mod/contacts.php:495
-msgid "Update public posts"
-msgstr "Mettre à jour les publications publiques:"
+#: ../../index.php:259 ../../mod/help.php:93
+msgid "Page not found."
+msgstr "Page introuvable."
 
-#: ../../mod/contacts.php:497 ../../mod/admin.php:1475
-msgid "Update now"
-msgstr "Mettre à jour"
-
-#: ../../mod/contacts.php:504
-msgid "Currently blocked"
-msgstr "Actuellement bloqué"
+#: ../../index.php:368 ../../mod/group.php:72 ../../mod/profperm.php:19
+msgid "Permission denied"
+msgstr "Permission refusée"
 
-#: ../../mod/contacts.php:505
-msgid "Currently ignored"
-msgstr "Actuellement ignoré"
+#: ../../index.php:369 ../../mod/mood.php:114 ../../mod/display.php:499
+#: ../../mod/register.php:42 ../../mod/dfrn_confirm.php:55
+#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9
+#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
+#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:58
+#: ../../mod/network.php:4 ../../mod/install.php:151 ../../mod/editpost.php:10
+#: ../../mod/attach.php:33 ../../mod/regmod.php:110 ../../mod/crepair.php:119
+#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:254
+#: ../../mod/settings.php:102 ../../mod/settings.php:596
+#: ../../mod/settings.php:601 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:603 ../../mod/group.php:19 ../../mod/follow.php:9
+#: ../../mod/message.php:38 ../../mod/message.php:174
+#: ../../mod/viewcontacts.php:24 ../../mod/photos.php:134
+#: ../../mod/photos.php:1050 ../../mod/wall_attach.php:55
+#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
+#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
+#: ../../mod/events.php:140 ../../mod/delegate.php:12 ../../mod/nogroup.php:25
+#: ../../mod/fsuggest.php:78 ../../mod/item.php:168 ../../mod/item.php:184
+#: ../../mod/notifications.php:66 ../../mod/invite.php:15
+#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9
+#: ../../include/items.php:4696
+msgid "Permission denied."
+msgstr "Permission refusée."
 
-#: ../../mod/contacts.php:506
-msgid "Currently archived"
-msgstr "Actuellement archivé"
+#: ../../index.php:428
+msgid "toggle mobile"
+msgstr "activ. mobile"
 
-#: ../../mod/contacts.php:507 ../../mod/notifications.php:157
-#: ../../mod/notifications.php:204
-msgid "Hide this contact from others"
-msgstr "Cacher ce contact aux autres"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93
+#: ../../include/nav.php:105 ../../include/nav.php:146
+msgid "Home"
+msgstr "Profil"
 
-#: ../../mod/contacts.php:507
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Les réponses et \"j'aime\" à vos publications publiques <strong>peuvent</strong> être toujours visibles"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
+#: ../../include/nav.php:146
+msgid "Your posts and conversations"
+msgstr "Vos publications et conversations"
 
-#: ../../mod/contacts.php:508
-msgid "Notification for new posts"
-msgstr "Notification des nouvelles publications"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../boot.php:2114
+#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
+#: ../../include/nav.php:77 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:87
+msgid "Profile"
+msgstr "Profil"
 
-#: ../../mod/contacts.php:508
-msgid "Send a notification of every new post of this contact"
-msgstr "Envoyer une notification de chaque nouveau message en provenance de ce contact"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
+msgid "Your profile page"
+msgstr "Votre page de profil"
 
-#: ../../mod/contacts.php:509
-msgid "Fetch further information for feeds"
-msgstr "Chercher plus d'informations pour les flux"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../boot.php:2121
+#: ../../mod/fbrowser.php:25 ../../include/nav.php:78
+msgid "Photos"
+msgstr "Photos"
 
-#: ../../mod/contacts.php:510
-msgid "Disabled"
-msgstr "Désactivé"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
+msgid "Your photos"
+msgstr "Vos photos"
 
-#: ../../mod/contacts.php:510
-msgid "Fetch information"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../boot.php:2138
+#: ../../mod/events.php:370 ../../include/nav.php:80
+msgid "Events"
+msgstr "Événements"
 
-#: ../../mod/contacts.php:510
-msgid "Fetch information and keywords"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:80
+msgid "Your events"
+msgstr "Vos événements"
 
-#: ../../mod/contacts.php:512
-msgid "Blacklisted keywords"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:81
+msgid "Personal notes"
+msgstr "Notes personnelles"
 
-#: ../../mod/contacts.php:512
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128
+msgid "Your personal photos"
+msgstr "Vos photos personnelles"
 
-#: ../../mod/contacts.php:563
-msgid "Suggestions"
-msgstr "Suggestions"
+#: ../../view/theme/perihel/theme.php:38
+#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32
+#: ../../include/nav.php:129
+msgid "Community"
+msgstr "Communauté"
 
-#: ../../mod/contacts.php:566
-msgid "Suggest potential friends"
-msgstr "Suggérer des amis potentiels"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:335
+msgid "don't show"
+msgstr "cacher"
 
-#: ../../mod/contacts.php:569 ../../mod/group.php:194
-msgid "All Contacts"
-msgstr "Tous les contacts"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:334
+msgid "show"
+msgstr "montrer"
 
-#: ../../mod/contacts.php:572
-msgid "Show all contacts"
-msgstr "Montrer tous les contacts"
+#: ../../view/theme/perihel/config.php:97
+#: ../../view/theme/diabook/config.php:150
+#: ../../view/theme/quattro/config.php:66
+#: ../../view/theme/zero-childs/cleanzero/config.php:82
+#: ../../view/theme/dispy/config.php:72 ../../view/theme/clean/config.php:84
+#: ../../view/theme/duepuntozero/config.php:61
+#: ../../view/theme/cleanzero/config.php:82
+#: ../../view/theme/vier/config.php:55
+#: ../../view/theme/vier-mobil/config.php:49
+msgid "Theme settings"
+msgstr "Réglages du thème graphique"
 
-#: ../../mod/contacts.php:575
-msgid "Unblocked"
-msgstr "Non-bloqués"
+#: ../../view/theme/perihel/config.php:98
+#: ../../view/theme/diabook/config.php:151
+#: ../../view/theme/zero-childs/cleanzero/config.php:84
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/cleanzero/config.php:84
+msgid "Set font-size for posts and comments"
+msgstr "Réglez 'font-size' (taille de police) pour publications et commentaires"
 
-#: ../../mod/contacts.php:578
-msgid "Only show unblocked contacts"
-msgstr "Ne montrer que les contacts non-bloqués"
+#: ../../view/theme/perihel/config.php:99
+#: ../../view/theme/diabook/config.php:152
+#: ../../view/theme/dispy/config.php:74
+msgid "Set line-height for posts and comments"
+msgstr "Réglez 'line-height' (hauteur de police) pour publications et commentaires"
 
-#: ../../mod/contacts.php:582
-msgid "Blocked"
-msgstr "Bloqués"
+#: ../../view/theme/perihel/config.php:100
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "Réglez la résolution de la colonne centrale"
 
-#: ../../mod/contacts.php:585
-msgid "Only show blocked contacts"
-msgstr "Ne montrer que les contacts bloqués"
+#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:702
+#: ../../include/nav.php:175
+msgid "Contacts"
+msgstr "Contacts"
 
-#: ../../mod/contacts.php:589
-msgid "Ignored"
-msgstr "Ignorés"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Vos contacts"
 
-#: ../../mod/contacts.php:592
-msgid "Only show ignored contacts"
-msgstr "Ne montrer que les contacts ignorés"
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+#: ../../view/theme/diabook/config.php:158
+msgid "Community Pages"
+msgstr "Pages de Communauté"
 
-#: ../../mod/contacts.php:596
-msgid "Archived"
-msgstr "Archivés"
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+#: ../../view/theme/diabook/config.php:160
+msgid "Community Profiles"
+msgstr "Profils communautaires"
 
-#: ../../mod/contacts.php:599
-msgid "Only show archived contacts"
-msgstr "Ne montrer que les contacts archivés"
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+#: ../../view/theme/diabook/config.php:164
+msgid "Last users"
+msgstr "Derniers utilisateurs"
 
-#: ../../mod/contacts.php:603
-msgid "Hidden"
-msgstr "Cachés"
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+#: ../../view/theme/diabook/config.php:166
+msgid "Last likes"
+msgstr "Dernièrement aimé"
 
-#: ../../mod/contacts.php:606
-msgid "Only show hidden contacts"
-msgstr "Ne montrer que les contacts masqués"
+#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
+#: ../../include/conversation.php:246 ../../include/text.php:1966
+msgid "event"
+msgstr "évènement"
 
-#: ../../mod/contacts.php:654
-msgid "Mutual Friendship"
-msgstr "Relation réciproque"
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62
+#: ../../mod/like.php:149 ../../mod/like.php:319 ../../mod/subthread.php:87
+#: ../../include/conversation.php:121 ../../include/conversation.php:130
+#: ../../include/conversation.php:249 ../../include/conversation.php:258
+#: ../../include/diaspora.php:2087
+msgid "status"
+msgstr "le statut"
 
-#: ../../mod/contacts.php:658
-msgid "is a fan of yours"
-msgstr "Vous suit"
+#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62
+#: ../../mod/like.php:149 ../../mod/subthread.php:87
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1968 ../../include/diaspora.php:2087
+msgid "photo"
+msgstr "photo"
 
-#: ../../mod/contacts.php:662
-msgid "you are a fan of"
-msgstr "Vous le/la suivez"
+#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:166
+#: ../../include/conversation.php:137 ../../include/diaspora.php:2103
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s aime %3$s de %2$s"
 
-#: ../../mod/contacts.php:679 ../../mod/nogroup.php:41
-msgid "Edit contact"
-msgstr "Éditer le contact"
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+#: ../../view/theme/diabook/config.php:165
+msgid "Last photos"
+msgstr "Dernières photos"
 
-#: ../../mod/contacts.php:701 ../../include/nav.php:175
-#: ../../view/theme/diabook/theme.php:125
-msgid "Contacts"
-msgstr "Contacts"
+#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:60
+#: ../../mod/photos.php:155 ../../mod/photos.php:1064
+#: ../../mod/photos.php:1187 ../../mod/photos.php:1210
+#: ../../mod/photos.php:1760 ../../mod/photos.php:1772
+msgid "Contact Photos"
+msgstr "Photos du contact"
 
-#: ../../mod/contacts.php:705
-msgid "Search your contacts"
-msgstr "Rechercher dans vos contacts"
+#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:155
+#: ../../mod/photos.php:731 ../../mod/photos.php:1187
+#: ../../mod/photos.php:1210 ../../mod/profile_photo.php:74
+#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
+#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
+#: ../../mod/profile_photo.php:305 ../../include/user.php:335
+#: ../../include/user.php:342 ../../include/user.php:349
+msgid "Profile Photos"
+msgstr "Photos du profil"
 
-#: ../../mod/contacts.php:706 ../../mod/directory.php:61
-msgid "Finding: "
-msgstr "Trouvé: "
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+#: ../../view/theme/diabook/config.php:163
+msgid "Find Friends"
+msgstr "Trouver des amis"
 
-#: ../../mod/contacts.php:707 ../../mod/directory.php:63
-#: ../../include/contact_widgets.php:34
-msgid "Find"
-msgstr "Trouver"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Annuaire local"
 
-#: ../../mod/contacts.php:712 ../../mod/settings.php:132
-#: ../../mod/settings.php:640
-msgid "Update"
-msgstr "Mises-à-jour"
+#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:51
+msgid "Global Directory"
+msgstr "Annuaire global"
 
-#: ../../mod/contacts.php:716 ../../mod/group.php:171 ../../mod/admin.php:979
-#: ../../mod/content.php:438 ../../mod/content.php:741
-#: ../../mod/settings.php:677 ../../mod/photos.php:1654
-#: ../../object/Item.php:130 ../../include/conversation.php:614
-msgid "Delete"
-msgstr "Supprimer"
+#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:36
+msgid "Similar Interests"
+msgstr "Intérêts similaires"
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Aucun profil"
+#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:68
+#: ../../include/contact_widgets.php:35
+msgid "Friend Suggestions"
+msgstr "Suggestions d'amitiés/contacts"
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "Gérer les identités et/ou les pages"
+#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:38
+msgid "Invite Friends"
+msgstr "Inviter des amis"
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer."
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22
+#: ../../mod/admin.php:1082 ../../mod/admin.php:1303 ../../mod/settings.php:85
+#: ../../include/nav.php:170
+msgid "Settings"
+msgstr "Réglages"
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "Choisir une identité à gérer: "
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+#: ../../view/theme/diabook/config.php:159
+msgid "Earth Layers"
+msgstr "Géolocalisation"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Publication réussie."
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "Régler le niveau de zoom pour la géolocalisation"
 
-#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:368
-msgid "Permission denied"
-msgstr "Permission refusée"
+#: ../../view/theme/diabook/theme.php:585
+#: ../../view/theme/diabook/config.php:156
+msgid "Set longitude (X) for Earth Layers"
+msgstr "Régler la longitude (X) pour la géolocalisation"
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Identifiant de profil invalide."
+#: ../../view/theme/diabook/theme.php:586
+#: ../../view/theme/diabook/config.php:157
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "Régler la latitude (Y) pour la géolocalisation"
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Éditer la visibilité du profil"
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+#: ../../view/theme/diabook/config.php:161
+msgid "Help or @NewHere ?"
+msgstr "Aide ou @NewHere?"
 
-#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2114
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
-#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
-msgid "Profile"
-msgstr "Profil"
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+#: ../../view/theme/diabook/config.php:162
+msgid "Connect Services"
+msgstr "Connecter des services"
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:224
-msgid "Click on a contact to add or remove."
-msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer."
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "Montrer/cacher les boîtes dans la colonne de droite :"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Visible par"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Choisir le schéma de couleurs"
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Tous les contacts (ayant un accès sécurisé)"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "Niveau de zoom"
 
-#: ../../mod/display.php:70 ../../mod/display.php:260
-#: ../../mod/display.php:479 ../../mod/viewsrc.php:15 ../../mod/admin.php:166
-#: ../../mod/admin.php:1024 ../../mod/admin.php:1237 ../../mod/notice.php:15
-#: ../../include/items.php:4487
-msgid "Item not found."
-msgstr "Élément introuvable."
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Alignement"
 
-#: ../../mod/display.php:200 ../../mod/videos.php:115
-#: ../../mod/viewcontacts.php:17 ../../mod/community.php:18
-#: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
-#: ../../mod/directory.php:33 ../../mod/photos.php:920
-msgid "Public access denied."
-msgstr "Accès public refusé."
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "Gauche"
 
-#: ../../mod/display.php:308 ../../mod/profile.php:155
-msgid "Access to this profile has been restricted."
-msgstr "L'accès au profil a été restreint."
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "Centre"
 
-#: ../../mod/display.php:472
-msgid "Item has been removed."
-msgstr "Cet élément a été enlevé."
+#: ../../view/theme/quattro/config.php:68
+#: ../../view/theme/zero-childs/cleanzero/config.php:86
+#: ../../view/theme/clean/config.php:87
+#: ../../view/theme/cleanzero/config.php:86
+msgid "Color scheme"
+msgstr "Palette de couleurs"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Bienvenue sur Friendica"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "Taille de texte des publications"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Checklist du nouvel utilisateur"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "Taille de police des zones de texte"
 
-#: ../../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 "Nous souhaiterions vous donner quelques astuces et ressources pour rendre votre expérience la plus agréable possible. Cliquez sur n'importe lequel de ces éléments pour visiter la page correspondante. Un lien vers cette page restera visible sur votre page d'accueil pendant les deux semaines qui suivent votre inscription initiale, puis disparaîtra silencieusement."
+#: ../../view/theme/zero-childs/cleanzero/config.php:83
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)"
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Bien démarrer"
+#: ../../view/theme/zero-childs/cleanzero/config.php:85
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Largeur du thème"
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Friendica pas-à-pas"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Choisir le schéma de couleurs"
 
-#: ../../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 "Sur votre page d'accueil, dans <em>Conseils aux nouveaux venus</em> - vous trouverez une rapide introduction aux onglets Profil et Réseau, pourrez vous connecter à Facebook, établir de nouvelles relations, et choisir des groupes à rejoindre."
+#: ../../view/theme/clean/config.php:56
+#: ../../view/theme/duepuntozero/config.php:44 ../../include/user.php:247
+#: ../../include/text.php:1702
+msgid "default"
+msgstr "défaut"
 
-#: ../../mod/newmember.php:22 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1297 ../../mod/settings.php:85
-#: ../../include/nav.php:170 ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:648
-msgid "Settings"
-msgstr "Réglages"
+#: ../../view/theme/clean/config.php:57
+msgid "Midnight"
+msgstr "Minuit"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Éditer vos Réglages"
+#: ../../view/theme/clean/config.php:58
+msgid "Bootstrap"
+msgstr "Bootstrap"
 
-#: ../../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 "Sur la page des <em>Réglages</em> -     changez votre mot de passe initial. Notez bien votre Identité. Elle ressemble à une adresse de courriel - et vous sera utile pour vous faire des amis dans le web social libre."
+#: ../../view/theme/clean/config.php:59
+msgid "Shades of Pink"
+msgstr "Nuances de rose"
 
-#: ../../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 "Vérifiez les autres réglages, tout particulièrement ceux liés à la vie privée. Un profil non listé, c'est un peu comme un numéro sur liste rouge. En général, vous devriez probablement publier votre profil - à moins que tous vos amis (potentiels) sachent déjà comment vous trouver."
+#: ../../view/theme/clean/config.php:60
+msgid "Lime and Orange"
+msgstr "Lime et Orange"
 
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-#: ../../mod/profiles.php:665
-msgid "Upload Profile Photo"
-msgstr "Téléverser une photo de profil"
+#: ../../view/theme/clean/config.php:61
+msgid "GeoCities Retro"
+msgstr ""
 
-#: ../../mod/newmember.php:36
+#: ../../view/theme/clean/config.php:85
+msgid "Background Image"
+msgstr "Images de fond"
+
+#: ../../view/theme/clean/config.php:85
 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 "Téléversez (envoyez) une photo de profil si vous n'en avez pas déjà une. Les études montrent que les gens qui affichent de vraies photos d'eux sont dix fois plus susceptibles de se faire des amis."
+"The URL to a picture (e.g. from your photo album) that should be used as "
+"background image."
+msgstr "L'URL vers une image (de votre album de photo, p. ex.) qui devra être utilisée comme image de fond."
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Éditer votre Profil"
+#: ../../view/theme/clean/config.php:86
+msgid "Background Color"
+msgstr "Couleur de fond"
 
-#: ../../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 "Éditez votre profil <strong>par défaut</strong> à votre convenance. Vérifiez les réglages concernant la visibilité de votre liste d'amis par les visiteurs inconnus."
+#: ../../view/theme/clean/config.php:86
+msgid "HEX value for the background color. Don't include the #"
+msgstr "Valeur hexadécimale de la couleur de fond (sans le #)."
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Mots-clés du profil"
+#: ../../view/theme/clean/config.php:88
+msgid "font size"
+msgstr "taille de la police"
 
-#: ../../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 "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils pourront ainsi décrire vos centres d'intérêt, et nous pourrons vous proposer des contacts qui les partagent."
+#: ../../view/theme/clean/config.php:88
+msgid "base font size for your interface"
+msgstr "taille de base de la police pour votre interface"
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Connexions"
+#: ../../view/theme/duepuntozero/config.php:45
+msgid "greenzero"
+msgstr ""
 
-#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../view/theme/duepuntozero/config.php:46
+msgid "purplezero"
+msgstr ""
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Activez et paramétrez le connecteur Facebook si vous avez un compte Facebook et nous pourrons (de manière facultative) importer tous vos amis et conversations Facebook."
+#: ../../view/theme/duepuntozero/config.php:47
+msgid "easterbunny"
+msgstr ""
 
-#: ../../mod/newmember.php:51
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr "<em>Si</em> ceci est votre propre serveur, installer le connecteur Facebook peut adoucir votre transition vers le web social libre."
+#: ../../view/theme/duepuntozero/config.php:48
+msgid "darkzero"
+msgstr ""
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr "Importer courriels"
+#: ../../view/theme/duepuntozero/config.php:49
+msgid "comix"
+msgstr ""
 
-#: ../../mod/newmember.php:56
-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 "Entrez vos paramètres de courriel dans les Réglages des connecteurs si vous souhaitez importer et interagir avec des amis ou des listes venant de votre Boîte de Réception."
+#: ../../view/theme/duepuntozero/config.php:50
+msgid "slackr"
+msgstr ""
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "Consulter vos Contacts"
+#: ../../view/theme/duepuntozero/config.php:62
+msgid "Variations"
+msgstr ""
 
-#: ../../mod/newmember.php:58
-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 "Votre page Contacts est le point d'entrée vers la gestion de vos amitiés/relations et la connexion à des amis venant d'autres réseaux. Typiquement, vous pourrez y rentrer leur adresse d'Identité ou l'URL de leur site dans le formulaire <em>Ajouter un nouveau contact</em>."
+#: ../../view/theme/vier/config.php:56
+#: ../../view/theme/vier-mobil/config.php:50
+msgid "Set style"
+msgstr "Définir le style"
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "Consulter l'Annuaire de votre Site"
+#: ../../boot.php:744
+msgid "Delete this item?"
+msgstr "Effacer cet élément?"
 
-#: ../../mod/newmember.php:60
-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 "La page Annuaire vous permet de trouver d'autres personnes au sein de ce réseaux ou parmi d'autres sites fédérés. Cherchez un lien <em>Relier</em> ou <em>Suivre</em> sur leur profil. Vous pourrez avoir besoin d'indiquer votre adresse d'identité."
+#: ../../boot.php:747
+msgid "show fewer"
+msgstr "montrer moins"
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Trouver de nouvelles personnes"
+#: ../../boot.php:1117
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Mise-à-jour %s échouée. Voir les journaux d'erreur."
 
-#: ../../mod/newmember.php:62
-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 "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures."
+#: ../../boot.php:1235
+msgid "Create a New Account"
+msgstr "Créer un nouveau compte"
 
-#: ../../mod/newmember.php:66 ../../include/group.php:270
-msgid "Groups"
-msgstr "Groupes"
+#: ../../boot.php:1236 ../../mod/register.php:269 ../../include/nav.php:109
+msgid "Register"
+msgstr "S'inscrire"
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "Grouper vos contacts"
+#: ../../boot.php:1260 ../../include/nav.php:73
+msgid "Logout"
+msgstr "Se déconnecter"
 
-#: ../../mod/newmember.php:70
-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 "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau."
+#: ../../boot.php:1261 ../../mod/bookmarklet.php:12 ../../include/nav.php:92
+msgid "Login"
+msgstr "Connexion"
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "Pourquoi mes éléments ne sont pas publics?"
+#: ../../boot.php:1263
+msgid "Nickname or Email address: "
+msgstr "Pseudo ou courriel: "
 
-#: ../../mod/newmember.php:73
-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 respecte votre vie privée. Par défaut, toutes vos publications seront seulement montrés à vos amis. Pour plus d'information, consultez la section \"aide\" du lien ci-dessus."
-
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "Obtenir de l'aide"
+#: ../../boot.php:1264
+msgid "Password: "
+msgstr "Mot de passe: "
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "Aller à la section Aide"
+#: ../../boot.php:1265
+msgid "Remember me"
+msgstr "Se souvenir de moi"
 
-#: ../../mod/newmember.php:82
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Nos pages d'<strong>aide</strong> peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources."
+#: ../../boot.php:1268
+msgid "Or login using OpenID: "
+msgstr "Ou connectez-vous via OpenID: "
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "Erreur de protocole OpenID. Pas d'ID en retour."
+#: ../../boot.php:1274
+msgid "Forgot your password?"
+msgstr "Mot de passe oublié?"
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site."
+#: ../../boot.php:1275 ../../mod/lostpass.php:109
+msgid "Password Reset"
+msgstr "Réinitialiser le mot de passe"
 
-#: ../../mod/openid.php:93 ../../include/auth.php:112
-#: ../../include/auth.php:175
-msgid "Login failed."
-msgstr "Échec de connexion."
+#: ../../boot.php:1277
+msgid "Website Terms of Service"
+msgstr "Conditions d'utilisation du site internet"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Image envoyée, mais impossible de la retailler."
+#: ../../boot.php:1278
+msgid "terms of service"
+msgstr "conditions d'utilisation"
 
-#: ../../mod/profile_photo.php:74 ../../mod/profile_photo.php:81
-#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:204
-#: ../../mod/profile_photo.php:296 ../../mod/profile_photo.php:305
-#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1187
-#: ../../mod/photos.php:1210 ../../include/user.php:335
-#: ../../include/user.php:342 ../../include/user.php:349
-#: ../../view/theme/diabook/theme.php:500
-msgid "Profile Photos"
-msgstr "Photos du profil"
+#: ../../boot.php:1280
+msgid "Website Privacy Policy"
+msgstr "Politique de confidentialité du site internet"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Réduction de la taille de l'image [%s] échouée."
+#: ../../boot.php:1281
+msgid "privacy policy"
+msgstr "politique de confidentialité"
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Rechargez la page avec la touche Maj pressée, ou bien effacez le cache du navigateur, si d'aventure la nouvelle photo n'apparaissait pas immédiatement."
+#: ../../boot.php:1414
+msgid "Requested account is not available."
+msgstr "Le compte demandé n'est pas disponible."
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Impossible de traiter l'image"
+#: ../../boot.php:1453 ../../mod/profile.php:21
+msgid "Requested profile is not available."
+msgstr "Le profil demandé n'est pas disponible."
 
-#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:122
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "L'image dépasse la taille limite de %d"
+#: ../../boot.php:1496 ../../boot.php:1630
+#: ../../include/profile_advanced.php:84
+msgid "Edit profile"
+msgstr "Editer le profil"
 
-#: ../../mod/profile_photo.php:153 ../../mod/wall_upload.php:144
-#: ../../mod/photos.php:807
-msgid "Unable to process image."
-msgstr "Impossible de traiter l'image."
+#: ../../boot.php:1563 ../../mod/suggest.php:90 ../../mod/match.php:58
+#: ../../include/contact_widgets.php:10
+msgid "Connect"
+msgstr "Relier"
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Fichier à téléverser:"
+#: ../../boot.php:1595
+msgid "Message"
+msgstr "Message"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Choisir un profil:"
+#: ../../boot.php:1601 ../../include/nav.php:173
+msgid "Profiles"
+msgstr "Profils"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "Téléverser"
+#: ../../boot.php:1601
+msgid "Manage/edit profiles"
+msgstr "Gérer/éditer les profils"
 
-#: ../../mod/profile_photo.php:248 ../../mod/settings.php:1062
-msgid "or"
-msgstr "ou"
+#: ../../boot.php:1606 ../../boot.php:1632 ../../mod/profiles.php:789
+msgid "Change profile photo"
+msgstr "Changer de photo de profil"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "ignorer cette étape"
+#: ../../boot.php:1607 ../../mod/profiles.php:790
+msgid "Create New Profile"
+msgstr "Créer un nouveau profil"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "choisissez une photo depuis vos albums"
+#: ../../boot.php:1617 ../../mod/profiles.php:801
+msgid "Profile Image"
+msgstr "Image du profil"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "(Re)cadrer l'image"
+#: ../../boot.php:1620 ../../mod/profiles.php:803
+msgid "visible to everybody"
+msgstr "visible par tous"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Ajustez le cadre de l'image pour une visualisation optimale."
+#: ../../boot.php:1621 ../../mod/profiles.php:804
+msgid "Edit visibility"
+msgstr "Changer la visibilité"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Édition terminée"
+#: ../../boot.php:1643 ../../mod/directory.php:136 ../../mod/events.php:471
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:170
+msgid "Location:"
+msgstr "Localisation:"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Image téléversée avec succès."
+#: ../../boot.php:1645 ../../mod/directory.php:138
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Genre:"
 
-#: ../../mod/profile_photo.php:301 ../../mod/wall_upload.php:172
-#: ../../mod/photos.php:834
-msgid "Image upload failed."
-msgstr "Le téléversement de l'image a échoué."
+#: ../../boot.php:1648 ../../mod/directory.php:140
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Statut:"
 
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../include/text.php:1965 ../../include/diaspora.php:1919
-#: ../../view/theme/diabook/theme.php:471
-msgid "photo"
-msgstr "photo"
+#: ../../boot.php:1650 ../../mod/directory.php:142
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Page personnelle:"
 
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
-#: ../../mod/like.php:319 ../../include/conversation.php:121
-#: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../include/diaspora.php:1919
-#: ../../view/theme/diabook/theme.php:466
-#: ../../view/theme/diabook/theme.php:475
-msgid "status"
-msgstr "le statut"
+#: ../../boot.php:1652 ../../mod/directory.php:144
+#: ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "À propos:"
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s suit les %3$s de %2$s"
+#: ../../boot.php:1701
+msgid "Network:"
+msgstr "Réseau"
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Étiquette supprimée"
+#: ../../boot.php:1731 ../../boot.php:1817
+msgid "g A l F d"
+msgstr "g A | F d"
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Enlever l'étiquette de l'élément"
+#: ../../boot.php:1732 ../../boot.php:1818
+msgid "F d"
+msgstr "F d"
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Sélectionner une étiquette à supprimer: "
+#: ../../boot.php:1777 ../../boot.php:1858
+msgid "[today]"
+msgstr "[aujourd'hui]"
 
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139
-msgid "Remove"
-msgstr "Utiliser comme photo de profil"
+#: ../../boot.php:1789
+msgid "Birthday Reminders"
+msgstr "Rappels d'anniversaires"
 
-#: ../../mod/filer.php:30 ../../include/conversation.php:1006
-#: ../../include/conversation.php:1024
-msgid "Save to Folder:"
-msgstr "Sauver dans le Dossier:"
+#: ../../boot.php:1790
+msgid "Birthdays this week:"
+msgstr "Anniversaires cette semaine:"
 
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "- choisir -"
+#: ../../boot.php:1851
+msgid "[No description]"
+msgstr "[Sans description]"
 
-#: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
-#: ../../include/text.php:955
-msgid "Save"
-msgstr "Sauver"
+#: ../../boot.php:1869
+msgid "Event Reminders"
+msgstr "Rappels d'événements"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Contact ajouté"
+#: ../../boot.php:1870
+msgid "Events this week:"
+msgstr "Evénements cette semaine:"
 
-#: ../../mod/item.php:113
-msgid "Unable to locate original post."
-msgstr "Impossible de localiser la publication originale."
+#: ../../boot.php:2107 ../../include/nav.php:76
+msgid "Status"
+msgstr "Statut"
 
-#: ../../mod/item.php:345
-msgid "Empty post discarded."
-msgstr "Publication vide rejetée."
+#: ../../boot.php:2110
+msgid "Status Messages and Posts"
+msgstr "Messages d'état et publications"
 
-#: ../../mod/item.php:484 ../../mod/wall_upload.php:169
-#: ../../mod/wall_upload.php:178 ../../mod/wall_upload.php:185
-#: ../../include/Photo.php:916 ../../include/Photo.php:931
-#: ../../include/Photo.php:938 ../../include/Photo.php:960
-#: ../../include/message.php:144
-msgid "Wall Photos"
-msgstr "Photos du mur"
+#: ../../boot.php:2117
+msgid "Profile Details"
+msgstr "Détails du profil"
 
-#: ../../mod/item.php:938
-msgid "System error. Post not saved."
-msgstr "Erreur système. Publication non sauvée."
+#: ../../boot.php:2124 ../../mod/photos.php:52
+msgid "Photo Albums"
+msgstr "Albums photo"
 
-#: ../../mod/item.php:964
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Ce message vous a été envoyé par %s, membre du réseau social Friendica."
+#: ../../boot.php:2128 ../../boot.php:2131 ../../include/nav.php:79
+msgid "Videos"
+msgstr "Vidéos"
 
-#: ../../mod/item.php:966
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Vous pouvez leur rendre visite sur %s"
+#: ../../boot.php:2141
+msgid "Events and Calendar"
+msgstr "Événements et agenda"
 
-#: ../../mod/item.php:967
+#: ../../boot.php:2145 ../../mod/notes.php:44
+msgid "Personal Notes"
+msgstr "Notes personnelles"
+
+#: ../../boot.php:2148
+msgid "Only You Can See This"
+msgstr "Vous seul pouvez voir ça"
+
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s est d'humeur %2$s"
+
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Humeur"
+
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Spécifiez votre humeur du moment, et informez vos amis"
+
+#: ../../mod/display.php:82 ../../mod/display.php:284
+#: ../../mod/display.php:503 ../../mod/decrypt.php:15 ../../mod/admin.php:169
+#: ../../mod/admin.php:1030 ../../mod/admin.php:1243 ../../mod/notice.php:15
+#: ../../mod/viewsrc.php:15 ../../include/items.php:4500
+msgid "Item not found."
+msgstr "Élément introuvable."
+
+#: ../../mod/display.php:212 ../../mod/_search.php:89
+#: ../../mod/directory.php:33 ../../mod/search.php:89
+#: ../../mod/dfrn_request.php:762 ../../mod/community.php:18
+#: ../../mod/viewcontacts.php:19 ../../mod/photos.php:920
+#: ../../mod/videos.php:115
+msgid "Public access denied."
+msgstr "Accès public refusé."
+
+#: ../../mod/display.php:332 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "L'accès au profil a été restreint."
+
+#: ../../mod/display.php:496
+msgid "Item has been removed."
+msgstr "Cet élément a été enlevé."
+
+#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Accès refusé."
+
+#: ../../mod/bookmarklet.php:41
+msgid "The post was created"
+msgstr ""
+
+#: ../../mod/friendica.php:62
+msgid "This is Friendica, version"
+msgstr "Motorisé par Friendica version"
+
+#: ../../mod/friendica.php:63
+msgid "running at web location"
+msgstr "hébergé sur"
+
+#: ../../mod/friendica.php:65
 msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages."
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Merci de vous rendre sur <a href=\"http://friendica.com\">Friendica.com</a> si vous souhaitez en savoir plus sur le projet Friendica."
 
-#: ../../mod/item.php:971
+#: ../../mod/friendica.php:67
+msgid "Bug reports and issues: please visit"
+msgstr "Pour les rapports de bugs: rendez vous sur"
+
+#: ../../mod/friendica.php:68
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com"
+
+#: ../../mod/friendica.php:82
+msgid "Installed plugins/addons/apps:"
+msgstr "Extensions/greffons/applications installées:"
+
+#: ../../mod/friendica.php:95
+msgid "No installed plugins/addons/apps"
+msgstr "Extensions/greffons/applications non installées:"
+
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
 #, php-format
-msgid "%s posted an update."
-msgstr "%s a publié une mise à jour."
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s accueille %2$s"
 
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Groupe créé."
+#: ../../mod/register.php:90
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Inscription réussie. Vérifiez vos emails pour la suite des instructions."
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Impossible de créer le groupe."
+#: ../../mod/register.php:96
+#, 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 "Impossible d’envoyer le courriel de confirmation. Voici vos informations de connexion:<br> identifiant : %s<br> mot de passe : %s<br><br>Vous pourrez changer votre mot de passe une fois connecté."
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "Groupe introuvable."
+#: ../../mod/register.php:105
+msgid "Your registration can not be processed."
+msgstr "Votre inscription ne peut être traitée."
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Groupe renommé."
+#: ../../mod/register.php:148
+msgid "Your registration is pending approval by the site owner."
+msgstr "Votre inscription attend une validation du propriétaire du site."
 
-#: ../../mod/group.php:87
-msgid "Save Group"
-msgstr "Sauvegarder le groupe"
+#: ../../mod/register.php:186 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Le nombre d'inscriptions quotidiennes pour ce site a été dépassé. Merci de réessayer demain."
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "Créez un groupe de contacts/amis."
+#: ../../mod/register.php:214
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Vous pouvez (si vous le souhaitez) remplir ce formulaire via OpenID. Fournissez votre OpenID et cliquez \"S'inscrire\"."
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "Nom du groupe: "
+#: ../../mod/register.php:215
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez le reste."
 
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "Groupe enlevé."
+#: ../../mod/register.php:216
+msgid "Your OpenID (optional): "
+msgstr "Votre OpenID (facultatif): "
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "Impossible d'enlever le groupe."
+#: ../../mod/register.php:230
+msgid "Include your profile in member directory?"
+msgstr "Inclure votre profil dans l'annuaire des membres?"
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "Éditeur de groupe"
+#: ../../mod/register.php:233 ../../mod/api.php:105 ../../mod/suggest.php:29
+#: ../../mod/dfrn_request.php:830 ../../mod/contacts.php:337
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/profiles.php:646
+#: ../../mod/profiles.php:649 ../../mod/message.php:209
+#: ../../include/items.php:4541
+msgid "Yes"
+msgstr "Oui"
 
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "Membres"
+#: ../../mod/register.php:234 ../../mod/api.php:106
+#: ../../mod/dfrn_request.php:830 ../../mod/settings.php:1010
+#: ../../mod/settings.php:1016 ../../mod/settings.php:1024
+#: ../../mod/settings.php:1028 ../../mod/settings.php:1033
+#: ../../mod/settings.php:1039 ../../mod/settings.php:1045
+#: ../../mod/settings.php:1051 ../../mod/settings.php:1081
+#: ../../mod/settings.php:1082 ../../mod/settings.php:1083
+#: ../../mod/settings.php:1084 ../../mod/settings.php:1085
+#: ../../mod/profiles.php:646 ../../mod/profiles.php:650
+msgid "No"
+msgstr "Non"
 
-#: ../../mod/apps.php:7 ../../index.php:212
-msgid "You must be logged in to use addons. "
-msgstr "Vous devez être connecté pour utiliser les greffons."
+#: ../../mod/register.php:251
+msgid "Membership on this site is by invitation only."
+msgstr "L'inscription à ce site se fait uniquement sur invitation."
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "Applications"
+#: ../../mod/register.php:252
+msgid "Your invitation ID: "
+msgstr "Votre ID d'invitation: "
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "Pas d'application installée."
+#: ../../mod/register.php:255 ../../mod/admin.php:603
+msgid "Registration"
+msgstr "Inscription"
+
+#: ../../mod/register.php:263
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Votre nom complet (p.ex. Michel Dupont): "
+
+#: ../../mod/register.php:264
+msgid "Your Email Address: "
+msgstr "Votre adresse courriel: "
+
+#: ../../mod/register.php:265
+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 "Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de votre profil en découlera sous la forme '&lt;strong&gt;pseudo@$sitename&lt;/strong&gt;'."
+
+#: ../../mod/register.php:266
+msgid "Choose a nickname: "
+msgstr "Choisir un pseudo: "
+
+#: ../../mod/register.php:275 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Importer"
+
+#: ../../mod/register.php:276
+msgid "Import your profile to this friendica instance"
+msgstr "Importer votre profile dans cette instance de friendica"
 
 #: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
-#: ../../mod/profiles.php:133 ../../mod/profiles.php:162
-#: ../../mod/profiles.php:596
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:615
 msgid "Profile not found."
 msgstr "Profil introuvable."
 
-#: ../../mod/dfrn_confirm.php:120 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/crepair.php:133
+#: ../../mod/dfrn_confirm.php:120 ../../mod/crepair.php:133
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
 msgid "Contact not found."
 msgstr "Contact introuvable."
 
@@ -1085,7 +1192,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr "Impossible de mettre les détails de votre profil à jour sur notre système"
 
 #: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
-#: ../../include/items.php:3979
+#: ../../include/items.php:3992
 msgid "[Name Withheld]"
 msgstr "[Nom non-publié]"
 
@@ -1094,55 +1201,23 @@ msgstr "[Nom non-publié]"
 msgid "%1$s has joined %2$s"
 msgstr "%1$s a rejoint %2$s"
 
-#: ../../mod/profile.php:21 ../../boot.php:1453
-msgid "Requested profile is not available."
-msgstr "Le profil demandé n'est pas disponible."
-
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Conseils aux nouveaux venus"
-
-#: ../../mod/videos.php:125
-msgid "No videos selected"
-msgstr "Pas de vidéo sélectionné"
-
-#: ../../mod/videos.php:226 ../../mod/photos.php:1031
-msgid "Access to this item is restricted."
-msgstr "Accès restreint à cet élément."
-
-#: ../../mod/videos.php:301 ../../include/text.php:1402
-msgid "View Video"
-msgstr "Regarder la vidéo"
-
-#: ../../mod/videos.php:308 ../../mod/photos.php:1808
-msgid "View Album"
-msgstr "Voir l'album"
-
-#: ../../mod/videos.php:317
-msgid "Recent Videos"
-msgstr "Vidéos récente"
-
-#: ../../mod/videos.php:319
-msgid "Upload New Videos"
-msgstr "Téléversé une nouvelle vidéo"
-
-#: ../../mod/tagger.php:95 ../../include/conversation.php:266
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s a étiqueté %3$s de %2$s avec %4$s"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autoriser l'application à se connecter"
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Suggestion d'amitié/contact envoyée."
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Retournez à votre application et saisissez ce Code de Sécurité : "
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Suggérer des amis/contacts"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Merci de vous connecter pour continuer."
 
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggérer un ami/contact pour %s"
+#: ../../mod/api.php:104
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à créer des billets à votre place?"
 
 #: ../../mod/lostpass.php:19
 msgid "No valid account found."
@@ -1166,7 +1241,7 @@ msgid ""
 "\n"
 "\t\tYour password will not be changed unless we can verify that you\n"
 "\t\tissued this request."
-msgstr ""
+msgstr "\n\t\tChère/Cher %1$s,\n\t\t\tNous avons reçu une demande de ré-initialisation du mot de passe de votre compte sur \"%2$s\". Pour confirmer cette demande, veuillez cliquer sur le lien de vérification ci-dessous ou le coller dans la barre d’adresse de votre navigateur.\n\n\t\tSi vous n’êtes PAS à l’origine de cette demande, NE suivez PAS le lien—ignorez et/ou supprimez ce message.\n\n\t\tVotre mot de passe ne sera pas modifié si nous n’avons pas de confirmation que la demande émane de vous."
 
 #: ../../mod/lostpass.php:53
 #, php-format
@@ -1183,7 +1258,7 @@ msgid ""
 "\n"
 "\t\tSite Location:\t%2$s\n"
 "\t\tLogin Name:\t%3$s"
-msgstr ""
+msgstr "\n\t\tSuivez ce lien pour confirmer votre identité :\n\n\t\t%1$s\n\n\t\tVous recevrez alors a message contenant votre nouveau mot de passe.\n\t\tVous pourrez changer ce mot de passe depuis les paramètres de votre compte une fois connecté.\n\n\t\tInformations de connexion :\n\n\t\tAdresse :\t%2$s\n\t\tIdentifiant :\t%3$s"
 
 #: ../../mod/lostpass.php:72
 #, php-format
@@ -1196,10 +1271,6 @@ msgid ""
 "Password reset failed."
 msgstr "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué."
 
-#: ../../mod/lostpass.php:109 ../../boot.php:1275
-msgid "Password Reset"
-msgstr "Réinitialiser le mot de passe"
-
 #: ../../mod/lostpass.php:110
 msgid "Your password has been reset as requested."
 msgstr "Votre mot de passe a bien été réinitialisé."
@@ -1231,7 +1302,7 @@ msgid ""
 "\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 ""
+msgstr "\n\t\t\t\tChère/Cher %1$s,\n\t\t\t\t\tVotre mot de passe a été changé ainsi que vous l’avez demandé. Veuillez conserver cette informations dans vos archives (ou changer immédiatement votre mot de passe pour un autre dont vous vous souviendrez).\n\t\t\t"
 
 #: ../../mod/lostpass.php:131
 #, php-format
@@ -1245,7 +1316,7 @@ msgid ""
 "\n"
 "\t\t\t\tYou may change that password from your account settings page after logging in.\n"
 "\t\t\t"
-msgstr ""
+msgstr "\n\t\t\t\tVoici vos informations de connexion :\n\n\t\t\t\tAdresse :\t%1$s\n\t\t\t\tIdentifiant :\t%2$s\n\t\t\t\tMot de passe :\t%3$s\n\n\t\t\t\tVous pourrez changer votre mot de passe dans les paramètres de votre compte une fois connecté.\n\t\t\t"
 
 #: ../../mod/lostpass.php:147
 #, php-format
@@ -1270,574 +1341,709 @@ msgstr "Pseudo ou Courriel: "
 msgid "Reset"
 msgstr "Réinitialiser"
 
-#: ../../mod/like.php:166 ../../include/conversation.php:137
-#: ../../include/diaspora.php:1935 ../../view/theme/diabook/theme.php:480
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s aime %3$s de %2$s"
-
-#: ../../mod/like.php:168 ../../include/conversation.php:140
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
 #, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s n'aime pas %3$s de %2$s"
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message."
 
-#: ../../mod/ping.php:240
-msgid "{0} wants to be your friend"
-msgstr "{0} souhaite être votre ami(e)"
+#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
+msgid "No recipient selected."
+msgstr "Pas de destinataire sélectionné."
 
-#: ../../mod/ping.php:245
-msgid "{0} sent you a message"
-msgstr "{0} vous a envoyé un message"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Impossible de vérifier votre localisation."
 
-#: ../../mod/ping.php:250
-msgid "{0} requested registration"
-msgstr "{0} a demandé à s'inscrire"
+#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
+msgid "Message could not be sent."
+msgstr "Impossible d'envoyer le message."
 
-#: ../../mod/ping.php:256
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} a commenté la publication de %s"
+#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
+msgid "Message collection failure."
+msgstr "Récupération des messages infructueuse."
 
-#: ../../mod/ping.php:261
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} a aimé la publication de %s"
+#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
+msgid "Message sent."
+msgstr "Message envoyé."
 
-#: ../../mod/ping.php:266
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} n'a pas aimé la publication de %s"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Pas de destinataire."
 
-#: ../../mod/ping.php:271
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} est désormais ami(e) avec %s"
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Please enter a link URL:"
+msgstr "Entrez un lien web:"
 
-#: ../../mod/ping.php:276
-msgid "{0} posted"
-msgstr "{0} a publié"
+#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
+msgid "Send Private Message"
+msgstr "Envoyer un message privé"
 
-#: ../../mod/ping.php:281
+#: ../../mod/wallmessage.php:143
 #, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} a étiqueté la publication de %s avec #%s"
-
-#: ../../mod/ping.php:287
-msgid "{0} mentioned you in a post"
-msgstr "{0} vous a mentionné dans une publication"
+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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus."
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Aucun contact."
+#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
+#: ../../mod/message.php:553
+msgid "To:"
+msgstr "À:"
 
-#: ../../mod/viewcontacts.php:76 ../../include/text.php:875
-msgid "View Contacts"
-msgstr "Voir les contacts"
+#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
+#: ../../mod/message.php:555
+msgid "Subject:"
+msgstr "Sujet:"
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Identifiant de demande invalide."
+#: ../../mod/wallmessage.php:151 ../../mod/message.php:329
+#: ../../mod/message.php:558 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Votre message:"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "Rejeter"
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../include/conversation.php:1091
+msgid "Upload photo"
+msgstr "Joindre photo"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "Système"
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../include/conversation.php:1095
+msgid "Insert web link"
+msgstr "Insérer lien web"
 
-#: ../../mod/notifications.php:83 ../../include/nav.php:143
-msgid "Network"
-msgstr "Réseau"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Bienvenue sur Friendica"
 
-#: ../../mod/notifications.php:88 ../../mod/network.php:371
-msgid "Personal"
-msgstr "Personnel"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Checklist du nouvel utilisateur"
 
-#: ../../mod/notifications.php:93 ../../include/nav.php:105
-#: ../../include/nav.php:146 ../../view/theme/diabook/theme.php:123
-msgid "Home"
-msgstr "Profil"
+#: ../../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 "Nous souhaiterions vous donner quelques astuces et ressources pour rendre votre expérience la plus agréable possible. Cliquez sur n'importe lequel de ces éléments pour visiter la page correspondante. Un lien vers cette page restera visible sur votre page d'accueil pendant les deux semaines qui suivent votre inscription initiale, puis disparaîtra silencieusement."
 
-#: ../../mod/notifications.php:98 ../../include/nav.php:152
-msgid "Introductions"
-msgstr "Introductions"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Bien démarrer"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Voir les demandes ignorées"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Friendica pas-à-pas"
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "Cacher les demandes ignorées"
+#: ../../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 "Sur votre page d'accueil, dans <em>Conseils aux nouveaux venus</em> - vous trouverez une rapide introduction aux onglets Profil et Réseau, pourrez vous connecter à Facebook, établir de nouvelles relations, et choisir des groupes à rejoindre."
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "Type de notification: "
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Éditer vos Réglages"
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "Suggestion d'amitié/contact"
+#: ../../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 "Sur la page des <em>Réglages</em> -     changez votre mot de passe initial. Notez bien votre Identité. Elle ressemble à une adresse de courriel - et vous sera utile pour vous faire des amis dans le web social libre."
 
-#: ../../mod/notifications.php:152
-#, php-format
-msgid "suggested by %s"
-msgstr "suggéré(e) par %s"
+#: ../../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 "Vérifiez les autres réglages, tout particulièrement ceux liés à la vie privée. Un profil non listé, c'est un peu comme un numéro sur liste rouge. En général, vous devriez probablement publier votre profil - à moins que tous vos amis (potentiels) sachent déjà comment vous trouver."
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr "Poster une nouvelle avtivité d'ami"
+#: ../../mod/newmember.php:36 ../../mod/profiles.php:684
+#: ../../mod/profile_photo.php:244
+msgid "Upload Profile Photo"
+msgstr "Téléverser une photo de profil"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "si possible"
+#: ../../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 "Téléversez (envoyez) une photo de profil si vous n'en avez pas déjà une. Les études montrent que les gens qui affichent de vraies photos d'eux sont dix fois plus susceptibles de se faire des amis."
 
-#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:977
-msgid "Approve"
-msgstr "Approuver"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "Éditer votre Profil"
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "Prétend que vous le connaissez: "
+#: ../../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 "Éditez votre profil <strong>par défaut</strong> à votre convenance. Vérifiez les réglages concernant la visibilité de votre liste d'amis par les visiteurs inconnus."
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr "oui"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Mots-clés du profil"
 
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr "non"
+#: ../../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 "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils pourront ainsi décrire vos centres d'intérêt, et nous pourrons vous proposer des contacts qui les partagent."
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "Approuver en tant que: "
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Connexions"
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "Ami"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "Initiateur du partage"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "Activez et paramétrez le connecteur Facebook si vous avez un compte Facebook et nous pourrons (de manière facultative) importer tous vos amis et conversations Facebook."
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "Fan/Admirateur"
+#: ../../mod/newmember.php:51
+msgid ""
+"<em>If</em> this is your own personal server, installing the Facebook addon "
+"may ease your transition to the free social web."
+msgstr "<em>Si</em> ceci est votre propre serveur, installer le connecteur Facebook peut adoucir votre transition vers le web social libre."
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "Demande de connexion/relation"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "Importer courriels"
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "Nouvel abonné"
+#: ../../mod/newmember.php:56
+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 "Entrez vos paramètres de courriel dans les Réglages des connecteurs si vous souhaitez importer et interagir avec des amis ou des listes venant de votre Boîte de Réception."
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "Aucune demande d'introduction."
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Consulter vos Contacts"
 
-#: ../../mod/notifications.php:220 ../../include/nav.php:153
-msgid "Notifications"
-msgstr "Notifications"
+#: ../../mod/newmember.php:58
+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 "Votre page Contacts est le point d'entrée vers la gestion de vos amitiés/relations et la connexion à des amis venant d'autres réseaux. Typiquement, vous pourrez y rentrer leur adresse d'Identité ou l'URL de leur site dans le formulaire <em>Ajouter un nouveau contact</em>."
 
-#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s a aimé la publication de %s"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Consulter l'Annuaire de votre Site"
 
-#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
-#: ../../mod/notifications.php:488
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s n'a pas aimé la publication de %s"
+#: ../../mod/newmember.php:60
+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 "La page Annuaire vous permet de trouver d'autres personnes au sein de ce réseaux ou parmi d'autres sites fédérés. Cherchez un lien <em>Relier</em> ou <em>Suivre</em> sur leur profil. Vous pourrez avoir besoin d'indiquer votre adresse d'identité."
 
-#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
-#: ../../mod/notifications.php:503
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s est désormais ami(e) avec %s"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Trouver de nouvelles personnes"
 
-#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
-#, php-format
-msgid "%s created a new post"
-msgstr "%s a créé une nouvelle publication"
+#: ../../mod/newmember.php:62
+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 "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures."
 
-#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
-#: ../../mod/notifications.php:513
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s a commenté la publication de %s"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Groupes"
 
-#: ../../mod/notifications.php:306
-msgid "No more network notifications."
-msgstr "Aucune notification du réseau."
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Grouper vos contacts"
 
-#: ../../mod/notifications.php:310
-msgid "Network Notifications"
-msgstr "Notifications du réseau"
+#: ../../mod/newmember.php:70
+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 "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau."
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:75
-msgid "No more system notifications."
-msgstr "Pas plus de notifications système."
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "Pourquoi mes éléments ne sont pas publics?"
 
-#: ../../mod/notifications.php:340 ../../mod/notify.php:79
-msgid "System Notifications"
-msgstr "Notifications du système"
+#: ../../mod/newmember.php:73
+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 respecte votre vie privée. Par défaut, toutes vos publications seront seulement montrés à vos amis. Pour plus d'information, consultez la section \"aide\" du lien ci-dessus."
 
-#: ../../mod/notifications.php:435
-msgid "No more personal notifications."
-msgstr "Aucun notification personnelle."
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Obtenir de l'aide"
 
-#: ../../mod/notifications.php:439
-msgid "Personal Notifications"
-msgstr "Notifications personnelles"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Aller à la section Aide"
 
-#: ../../mod/notifications.php:520
-msgid "No more home notifications."
-msgstr "Aucune notification de la page d'accueil."
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Nos pages d'<strong>aide</strong> peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources."
 
-#: ../../mod/notifications.php:524
-msgid "Home Notifications"
-msgstr "Notifications de page d'accueil"
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "Voulez-vous vraiment supprimer cette suggestion ?"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "Texte source (bbcode) :"
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/dfrn_request.php:844 ../../mod/contacts.php:340
+#: ../../mod/settings.php:615 ../../mod/settings.php:641
+#: ../../mod/message.php:212 ../../mod/photos.php:203 ../../mod/photos.php:292
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1129
+#: ../../include/items.php:4544
+msgid "Cancel"
+msgstr "Annuler"
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Texte source (Diaspora) à convertir en BBcode :"
+#: ../../mod/suggest.php:74
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h."
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr "Source input: "
+#: ../../mod/suggest.php:92
+msgid "Ignore/Hide"
+msgstr "Ignorer/cacher"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (HTML brut)"
+#: ../../mod/network.php:142
+msgid "Search Results For:"
+msgstr "Résultats pour:"
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html: "
+#: ../../mod/network.php:185 ../../mod/_search.php:21 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Retirer le terme"
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
+#: ../../mod/network.php:194 ../../mod/_search.php:30 ../../mod/search.php:30
+#: ../../include/features.php:42
+msgid "Saved Searches"
+msgstr "Recherches"
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md: "
+#: ../../mod/network.php:195 ../../include/group.php:275
+msgid "add"
+msgstr "ajouter"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
+#: ../../mod/network.php:356
+msgid "Commented Order"
+msgstr "Tri par commentaires"
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
+#: ../../mod/network.php:359
+msgid "Sort by Comment Date"
+msgstr "Trier par date de commentaire"
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
+#: ../../mod/network.php:362
+msgid "Posted Order"
+msgstr "Tri des publications"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "Texte source (format Diaspora) :"
+#: ../../mod/network.php:365
+msgid "Sort by Post Date"
+msgstr "Trier par date de publication"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb :"
+#: ../../mod/network.php:371 ../../mod/notifications.php:88
+msgid "Personal"
+msgstr "Personnel"
 
-#: ../../mod/navigation.php:20 ../../include/nav.php:34
-msgid "Nothing new here"
-msgstr "Rien de neuf ici"
+#: ../../mod/network.php:374
+msgid "Posts that mention or involve you"
+msgstr "Publications qui vous concernent"
 
-#: ../../mod/navigation.php:24 ../../include/nav.php:38
-msgid "Clear notifications"
-msgstr "Effacer les notifications"
+#: ../../mod/network.php:380
+msgid "New"
+msgstr "Nouveau"
 
-#: ../../mod/message.php:9 ../../include/nav.php:162
-msgid "New Message"
-msgstr "Nouveau message"
+#: ../../mod/network.php:383
+msgid "Activity Stream - by date"
+msgstr "Flux d'activités - par date"
 
-#: ../../mod/message.php:63 ../../mod/wallmessage.php:56
-msgid "No recipient selected."
-msgstr "Pas de destinataire sélectionné."
+#: ../../mod/network.php:389
+msgid "Shared Links"
+msgstr "Liens partagés"
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "Impossible de localiser les informations du contact."
+#: ../../mod/network.php:392
+msgid "Interesting Links"
+msgstr "Liens intéressants"
 
-#: ../../mod/message.php:70 ../../mod/wallmessage.php:62
-msgid "Message could not be sent."
-msgstr "Impossible d'envoyer le message."
+#: ../../mod/network.php:398
+msgid "Starred"
+msgstr "Mis en avant"
 
-#: ../../mod/message.php:73 ../../mod/wallmessage.php:65
-msgid "Message collection failure."
-msgstr "Récupération des messages infructueuse."
+#: ../../mod/network.php:401
+msgid "Favourite Posts"
+msgstr "Publications favorites"
 
-#: ../../mod/message.php:76 ../../mod/wallmessage.php:68
-msgid "Message sent."
-msgstr "Message envoyé."
+#: ../../mod/network.php:463
+#, php-format
+msgid "Warning: This group contains %s member from an insecure network."
+msgid_plural ""
+"Warning: This group contains %s members from an insecure network."
+msgstr[0] "Attention: Ce groupe contient %s membre d'un réseau non-sûr."
+msgstr[1] "Attention: Ce groupe contient %s membres d'un réseau non-sûr."
 
-#: ../../mod/message.php:182 ../../include/nav.php:159
-msgid "Messages"
-msgstr "Messages"
+#: ../../mod/network.php:466
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "Les messages privés envoyés à ce groupe s'exposent à une diffusion incontrôlée."
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr "Voulez-vous vraiment supprimer ce message ?"
+#: ../../mod/network.php:520 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Groupe inexistant"
 
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "Message supprimé."
-
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "Conversation supprimée."
-
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-msgid "Please enter a link URL:"
-msgstr "Entrez un lien web:"
+#: ../../mod/network.php:537 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "Groupe vide"
 
-#: ../../mod/message.php:319 ../../mod/wallmessage.php:142
-msgid "Send Private Message"
-msgstr "Envoyer un message privé"
+#: ../../mod/network.php:544 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Groupe: "
 
-#: ../../mod/message.php:320 ../../mod/message.php:553
-#: ../../mod/wallmessage.php:144
-msgid "To:"
-msgstr "À:"
+#: ../../mod/network.php:554
+msgid "Contact: "
+msgstr "Contact: "
 
-#: ../../mod/message.php:325 ../../mod/message.php:555
-#: ../../mod/wallmessage.php:145
-msgid "Subject:"
-msgstr "Sujet:"
+#: ../../mod/network.php:556
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée."
 
-#: ../../mod/message.php:329 ../../mod/message.php:558
-#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
-msgid "Your message:"
-msgstr "Votre message:"
+#: ../../mod/network.php:561
+msgid "Invalid contact."
+msgstr "Contact invalide."
 
-#: ../../mod/message.php:332 ../../mod/message.php:562
-#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
-#: ../../include/conversation.php:1091
-msgid "Upload photo"
-msgstr "Joindre photo"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr "Serveur de communications Friendica - Configuration"
 
-#: ../../mod/message.php:333 ../../mod/message.php:563
-#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
-#: ../../include/conversation.php:1095
-msgid "Insert web link"
-msgstr "Insérer lien web"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "Impossible de se connecter à la base."
 
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/content.php:499 ../../mod/content.php:883
-#: ../../mod/wallmessage.php:156 ../../mod/editpost.php:124
-#: ../../mod/photos.php:1545 ../../object/Item.php:364
-#: ../../include/conversation.php:692 ../../include/conversation.php:1109
-msgid "Please wait"
-msgstr "Patientez"
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "Impossible de créer une table."
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "Aucun message."
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "La base de données de votre site Friendica a bien été installée."
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Émetteur inconnu - %s"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Vous pourriez avoir besoin d'importer le fichier \"database.sql\" manuellement au moyen de phpmyadmin ou de la commande mysql."
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "Vous et %s"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:525
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Référez-vous au fichier \"INSTALL.txt\"."
 
-#: ../../mod/message.php:384
-#, php-format
-msgid "%s and You"
-msgstr "%s et vous"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Vérifications système"
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "Effacer conversation"
+#: ../../mod/install.php:207 ../../mod/events.php:373
+msgid "Next"
+msgstr "Suivant"
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Vérifier à nouveau"
 
-#: ../../mod/message.php:411
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d message"
-msgstr[1] "%d messages"
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Connexion à la base de données"
 
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "Message indisponible."
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Pour installer Friendica, nous avons besoin de savoir comment contacter votre base de données."
 
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "Effacer message"
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Merci de vous tourner vers votre hébergeur et/ou administrateur pour toute question concernant ces réglages."
 
-#: ../../mod/message.php:548
+#: ../../mod/install.php:230
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Pas de communications sécurisées possibles. Vous serez <strong>peut-être</strong> en mesure de répondre depuis la page de profil de l'émetteur."
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "La base de données que vous spécifierez doit exister. Si ce n'est pas encore le cas, merci de la créer avant de continuer."
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "Répondre"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Serveur de base de données"
 
-#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
-#: ../../mod/update_notes.php:37 ../../mod/update_profile.php:41
-#: ../../mod/update_network.php:25
-msgid "[Embedded content - reload page to view]"
-msgstr "[contenu incorporé - rechargez la page pour le voir]"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Nom d'utilisateur de la base"
 
-#: ../../mod/crepair.php:106
-msgid "Contact settings applied."
-msgstr "Réglages du contact appliqués."
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Mot de passe de la base"
 
-#: ../../mod/crepair.php:108
-msgid "Contact update failed."
-msgstr "Impossible d'appliquer les réglages."
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Nom de la base"
 
-#: ../../mod/crepair.php:139
-msgid "Repair Contact Settings"
-msgstr "Réglages de réparation des contacts"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "Adresse électronique de l'administrateur du site"
 
-#: ../../mod/crepair.php:141
+#: ../../mod/install.php:238 ../../mod/install.php:277
 msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>ATTENTION: Manipulation réservée aux experts</strong>, toute information incorrecte pourrait empêcher la communication avec ce contact."
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Votre adresse électronique doit correspondre à celle-ci pour pouvoir utiliser l'interface d'administration."
 
-#: ../../mod/crepair.php:142
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "une photo"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Sélectionner un fuseau horaire par défaut pour votre site"
 
-#: ../../mod/crepair.php:148
-msgid "Return to contact editor"
-msgstr "Retour à l'éditeur de contact"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Réglages du site"
 
-#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
-msgid "No mirroring"
-msgstr ""
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Impossible de trouver la version \"ligne de commande\" de PHP dans le PATH du serveur web."
 
-#: ../../mod/crepair.php:159
-msgid "Mirror as forwarded posting"
-msgstr ""
+#: ../../mod/install.php:322
+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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Si vous n'avez pas de version \"ligne de commande\" de PHP sur votre serveur, vous ne pourrez pas utiliser le 'poller' en tâche de fond via cron. Voir <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
 
-#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
-msgid "Mirror as my own posting"
-msgstr ""
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "Chemin vers l'exécutable de PHP"
 
-#: ../../mod/crepair.php:165 ../../mod/admin.php:975 ../../mod/admin.php:987
-#: ../../mod/admin.php:988 ../../mod/admin.php:1001 ../../mod/settings.php:616
-#: ../../mod/settings.php:642
-msgid "Name"
-msgstr "Nom"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Entrez le chemin (absolu) vers l'exécutable 'php'. Vous pouvez laisser cette ligne vide pour continuer l'installation."
 
-#: ../../mod/crepair.php:166
-msgid "Account Nickname"
-msgstr "Pseudo du compte"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "Version \"ligne de commande\" de PHP"
 
-#: ../../mod/crepair.php:167
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@NomEtiquette - prend le pas sur Nom/Pseudo"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "L'executable PHP n'est pas le binaire php client (c'est peut être la version cgi-fcgi)"
 
-#: ../../mod/crepair.php:168
-msgid "Account URL"
-msgstr "URL du compte"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "Version de PHP:"
 
-#: ../../mod/crepair.php:169
-msgid "Friend Request URL"
-msgstr "Echec du téléversement de l'image."
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
 
-#: ../../mod/crepair.php:170
-msgid "Friend Confirm URL"
-msgstr "Accès public refusé."
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "La version \"ligne de commande\" de PHP de votre système n'a pas \"register_argc_argv\" d'activé."
 
-#: ../../mod/crepair.php:171
-msgid "Notification Endpoint URL"
-msgstr "Aucune photo sélectionnée"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Ceci est requis pour que la livraison des messages fonctionne."
 
-#: ../../mod/crepair.php:172
-msgid "Poll/Feed URL"
-msgstr "Téléverser des photos"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../mod/crepair.php:173
-msgid "New photo from this URL"
-msgstr "Nouvelle photo depuis cette URL"
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Erreur: la fonction \"openssl_pkey_new\" de ce système ne permet pas de générer des clés de chiffrement"
 
-#: ../../mod/crepair.php:174
-msgid "Remote Self"
-msgstr ""
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Si vous utilisez Windows, merci de vous réferer à \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: ../../mod/crepair.php:176
-msgid "Mirror postings from this contact"
-msgstr ""
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Générer les clés de chiffrement"
 
-#: ../../mod/crepair.php:176
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "Module libCurl de PHP"
+
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "Module GD (graphiques) de PHP"
+
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "Module OpenSSL de PHP"
+
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "Module Mysqli de PHP"
+
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "Module mb_string de PHP"
+
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Module mod_rewrite Apache"
+
+#: ../../mod/install.php:397
 msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Erreur: Le module \"rewrite\" du serveur web Apache est requis mais pas installé."
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Accès refusé."
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Erreur: Le module PHP \"libCURL\" est requis mais pas installé."
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Recherche de personnes"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Erreur: Le module PHP \"GD\" disposant du support JPEG est requis mais pas installé."
 
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "Aucune correspondance"
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Erreur: Le module PHP \"openssl\" est requis mais pas installé."
 
-#: ../../mod/fbrowser.php:25 ../../boot.php:2121 ../../include/nav.php:78
-#: ../../view/theme/diabook/theme.php:126
-msgid "Photos"
-msgstr "Photos"
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Erreur: Le module PHP \"mysqli\" est requis mais pas installé."
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "Fichiers"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Erreur: le module PHP mb_string est requis mais pas installé."
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "Contacts qui n’appartiennent à aucun groupe"
+#: ../../mod/install.php:438
+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 "L'installeur web doit être en mesure de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais il en est incapable."
+
+#: ../../mod/install.php:439
+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 "Le plus souvent, il s'agit d'un problème de permission. Le serveur web peut ne pas être capable d'écrire dans votre répertoire - alors que vous-même le pouvez."
+
+#: ../../mod/install.php:440
+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 "A la fin de cette étape, nous vous fournirons un texte à sauvegarder dans un fichier nommé .htconfig.php à la racine de votre répertoire Friendica."
+
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Vous pouvez également sauter cette étape et procéder à une installation manuelle. Pour cela, merci de lire le fichier \"INSTALL.txt\"."
+
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr "Fichier .htconfig.php accessible en écriture"
+
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica utilise le moteur de modèles Smarty3 pour le rendu d'affichage web. Smarty3 compile les modèles en PHP pour accélérer le rendu."
+
+#: ../../mod/install.php:455
+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 "Pour pouvoir stocker ces modèles compilés, le serveur internet doit avoir accès au droit d'écriture pour le répertoire view/smarty3/ sous le dossier racine de Friendica."
+
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Veuillez vous assurer que l'utilisateur qui exécute votre serveur internet (p. ex. www-data) détient le droit d'accès en écriture sur ce dossier."
+
+#: ../../mod/install.php:457
+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: pour plus de sécurité, vous devriez ne donner le droit d'accès en écriture qu'à view/smarty3/ et pas aux fichiers modèles (.tpl) qu'il contient."
+
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 est autorisé à l écriture"
+
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "La réécriture d'URL dans le fichier .htaccess ne fonctionne pas. Vérifiez la configuration de votre serveur."
+
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "La réécriture d'URL fonctionne."
+
+#: ../../mod/install.php:484
+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 "Le fichier de configuration de la base (\".htconfig.php\") ne peut être créé. Merci d'utiliser le texte ci-joint pour créer ce fichier à la racine de votre hébergement."
+
+#: ../../mod/install.php:523
+msgid "<h1>What next</h1>"
+msgstr "<h1>Ensuite</h1>"
+
+#: ../../mod/install.php:524
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le 'poller'."
 
 #: ../../mod/admin.php:57
 msgid "Theme settings updated."
 msgstr "Réglages du thème sauvés."
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:596
+#: ../../mod/admin.php:104 ../../mod/admin.php:601
 msgid "Site"
 msgstr "Site"
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:970 ../../mod/admin.php:985
+#: ../../mod/admin.php:105 ../../mod/admin.php:976 ../../mod/admin.php:991
 msgid "Users"
 msgstr "Utilisateurs"
 
-#: ../../mod/admin.php:106 ../../mod/admin.php:1074 ../../mod/admin.php:1127
+#: ../../mod/admin.php:106 ../../mod/admin.php:1080 ../../mod/admin.php:1133
 #: ../../mod/settings.php:57
 msgid "Plugins"
 msgstr "Extensions"
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1295 ../../mod/admin.php:1329
+#: ../../mod/admin.php:107 ../../mod/admin.php:1301 ../../mod/admin.php:1335
 msgid "Themes"
 msgstr "Thèmes"
 
@@ -1845,412 +2051,428 @@ msgstr "Thèmes"
 msgid "DB updates"
 msgstr "Mise-à-jour de la base"
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1416
+#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1422
 msgid "Logs"
 msgstr "Journaux"
 
-#: ../../mod/admin.php:128 ../../include/nav.php:182
+#: ../../mod/admin.php:124
+msgid "probe address"
+msgstr ""
+
+#: ../../mod/admin.php:125
+msgid "check webfinger"
+msgstr ""
+
+#: ../../mod/admin.php:130 ../../include/nav.php:182
 msgid "Admin"
 msgstr "Admin"
 
-#: ../../mod/admin.php:129
+#: ../../mod/admin.php:131
 msgid "Plugin Features"
 msgstr "Propriétés des extensions"
 
-#: ../../mod/admin.php:131
+#: ../../mod/admin.php:133
+msgid "diagnostics"
+msgstr ""
+
+#: ../../mod/admin.php:134
 msgid "User registrations waiting for confirmation"
 msgstr "Inscriptions en attente de confirmation"
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:924
+#: ../../mod/admin.php:193 ../../mod/admin.php:930
 msgid "Normal Account"
 msgstr "Compte normal"
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:925
+#: ../../mod/admin.php:194 ../../mod/admin.php:931
 msgid "Soapbox Account"
 msgstr "Compte \"boîte à savon\""
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:926
+#: ../../mod/admin.php:195 ../../mod/admin.php:932
 msgid "Community/Celebrity Account"
 msgstr "Compte de communauté/célébrité"
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:927
+#: ../../mod/admin.php:196 ../../mod/admin.php:933
 msgid "Automatic Friend Account"
 msgstr "Compte auto-amical"
 
-#: ../../mod/admin.php:194
+#: ../../mod/admin.php:197
 msgid "Blog Account"
 msgstr "Compte de blog"
 
-#: ../../mod/admin.php:195
+#: ../../mod/admin.php:198
 msgid "Private Forum"
 msgstr "Forum privé"
 
-#: ../../mod/admin.php:214
+#: ../../mod/admin.php:217
 msgid "Message queues"
 msgstr "Files d'attente des messages"
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:595 ../../mod/admin.php:969
-#: ../../mod/admin.php:1073 ../../mod/admin.php:1126 ../../mod/admin.php:1294
-#: ../../mod/admin.php:1328 ../../mod/admin.php:1415
+#: ../../mod/admin.php:222 ../../mod/admin.php:600 ../../mod/admin.php:975
+#: ../../mod/admin.php:1079 ../../mod/admin.php:1132 ../../mod/admin.php:1300
+#: ../../mod/admin.php:1334 ../../mod/admin.php:1421
 msgid "Administration"
 msgstr "Administration"
 
-#: ../../mod/admin.php:220
+#: ../../mod/admin.php:223
 msgid "Summary"
 msgstr "Résumé"
 
-#: ../../mod/admin.php:222
+#: ../../mod/admin.php:225
 msgid "Registered users"
 msgstr "Utilisateurs inscrits"
 
-#: ../../mod/admin.php:224
+#: ../../mod/admin.php:227
 msgid "Pending registrations"
 msgstr "Inscriptions en attente"
 
-#: ../../mod/admin.php:225
+#: ../../mod/admin.php:228
 msgid "Version"
 msgstr "Versio"
 
-#: ../../mod/admin.php:229
+#: ../../mod/admin.php:232
 msgid "Active plugins"
 msgstr "Extensions activés"
 
-#: ../../mod/admin.php:252
+#: ../../mod/admin.php:255
 msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr "Impossible d'analyser l'URL de base. Doit contenir au moins <scheme>://<domain>"
 
-#: ../../mod/admin.php:500
+#: ../../mod/admin.php:505
 msgid "Site settings updated."
 msgstr "Réglages du site mis-à-jour."
 
-#: ../../mod/admin.php:529 ../../mod/settings.php:828
+#: ../../mod/admin.php:534 ../../mod/settings.php:828
 msgid "No special theme for mobile devices"
 msgstr "Pas de thème particulier pour les terminaux mobiles"
 
-#: ../../mod/admin.php:547
+#: ../../mod/admin.php:551 ../../mod/contacts.php:419
+msgid "Never"
+msgstr "Jamais"
+
+#: ../../mod/admin.php:552
 msgid "At post arrival"
 msgstr "A l'arrivé d'une publication"
 
-#: ../../mod/admin.php:548 ../../include/contact_selectors.php:56
+#: ../../mod/admin.php:553 ../../include/contact_selectors.php:56
 msgid "Frequently"
 msgstr "Fréquemment"
 
-#: ../../mod/admin.php:549 ../../include/contact_selectors.php:57
+#: ../../mod/admin.php:554 ../../include/contact_selectors.php:57
 msgid "Hourly"
 msgstr "Toutes les heures"
 
-#: ../../mod/admin.php:550 ../../include/contact_selectors.php:58
+#: ../../mod/admin.php:555 ../../include/contact_selectors.php:58
 msgid "Twice daily"
 msgstr "Deux fois par jour"
 
-#: ../../mod/admin.php:551 ../../include/contact_selectors.php:59
+#: ../../mod/admin.php:556 ../../include/contact_selectors.php:59
 msgid "Daily"
 msgstr "Chaque jour"
 
-#: ../../mod/admin.php:556
+#: ../../mod/admin.php:561
 msgid "Multi user instance"
 msgstr "Instance multi-utilisateurs"
 
-#: ../../mod/admin.php:579
+#: ../../mod/admin.php:584
 msgid "Closed"
 msgstr "Fermé"
 
-#: ../../mod/admin.php:580
+#: ../../mod/admin.php:585
 msgid "Requires approval"
 msgstr "Demande une apptrobation"
 
-#: ../../mod/admin.php:581
+#: ../../mod/admin.php:586
 msgid "Open"
 msgstr "Ouvert"
 
-#: ../../mod/admin.php:585
+#: ../../mod/admin.php:590
 msgid "No SSL policy, links will track page SSL state"
 msgstr "Pas de politique SSL, le liens conserveront l'état SSL de la page"
 
-#: ../../mod/admin.php:586
+#: ../../mod/admin.php:591
 msgid "Force all links to use SSL"
 msgstr "Forcer tous les liens à utiliser SSL"
 
-#: ../../mod/admin.php:587
+#: ../../mod/admin.php:592
 msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)"
 
-#: ../../mod/admin.php:597 ../../mod/admin.php:1128 ../../mod/admin.php:1330
-#: ../../mod/admin.php:1417 ../../mod/settings.php:614
+#: ../../mod/admin.php:602 ../../mod/admin.php:1134 ../../mod/admin.php:1336
+#: ../../mod/admin.php:1423 ../../mod/settings.php:614
 #: ../../mod/settings.php:724 ../../mod/settings.php:798
 #: ../../mod/settings.php:880 ../../mod/settings.php:1113
 msgid "Save Settings"
 msgstr "Sauvegarder les paramétres"
 
-#: ../../mod/admin.php:598 ../../mod/register.php:255
-msgid "Registration"
-msgstr "Inscription"
-
-#: ../../mod/admin.php:599
+#: ../../mod/admin.php:604
 msgid "File upload"
 msgstr "Téléversement de fichier"
 
-#: ../../mod/admin.php:600
+#: ../../mod/admin.php:605
 msgid "Policies"
 msgstr "Politiques"
 
-#: ../../mod/admin.php:601
+#: ../../mod/admin.php:606
 msgid "Advanced"
 msgstr "Avancé"
 
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:607
 msgid "Performance"
 msgstr "Performance"
 
-#: ../../mod/admin.php:603
+#: ../../mod/admin.php:608
 msgid ""
 "Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr "Relocalisation - ATTENTION: fonction avancée. Peut rendre ce serveur inaccessible."
 
-#: ../../mod/admin.php:606
+#: ../../mod/admin.php:611
 msgid "Site name"
 msgstr "Nom du site"
 
-#: ../../mod/admin.php:607
+#: ../../mod/admin.php:612
 msgid "Host name"
+msgstr "Nom de la machine hôte"
+
+#: ../../mod/admin.php:613
+msgid "Sender Email"
 msgstr ""
 
-#: ../../mod/admin.php:608
+#: ../../mod/admin.php:614
 msgid "Banner/Logo"
 msgstr "Bannière/Logo"
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:615
 msgid "Additional Info"
 msgstr "Informations supplémentaires"
 
-#: ../../mod/admin.php:609
+#: ../../mod/admin.php:615
 msgid ""
 "For public servers: you can add additional information here that will be "
 "listed at dir.friendica.com/siteinfo."
 msgstr "Pour les serveurs publics vous pouvez ajouter ici des informations supplémentaires qui seront listées sur dir.friendica.com/siteinfo."
 
-#: ../../mod/admin.php:610
+#: ../../mod/admin.php:616
 msgid "System language"
 msgstr "Langue du système"
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:617
 msgid "System theme"
 msgstr "Thème du système"
 
-#: ../../mod/admin.php:611
+#: ../../mod/admin.php:617
 msgid ""
 "Default system theme - may be over-ridden by user profiles - <a href='#' "
 "id='cnftheme'>change theme settings</a>"
 msgstr "Thème par défaut sur ce site - peut être changé au niveau du profile utilisateur - <a href='#' id='cnftheme'>changer les réglages du thème</a>"
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:618
 msgid "Mobile system theme"
 msgstr "Thème mobile"
 
-#: ../../mod/admin.php:612
+#: ../../mod/admin.php:618
 msgid "Theme for mobile devices"
 msgstr "Thème pour les terminaux mobiles"
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:619
 msgid "SSL link policy"
 msgstr "Politique SSL pour les liens"
 
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:619
 msgid "Determines whether generated links should be forced to use SSL"
 msgstr "Détermine si les liens générés doivent forcer l'utilisation de SSL"
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:620
 msgid "Force SSL"
-msgstr ""
+msgstr "SSL obligatoire"
 
-#: ../../mod/admin.php:614
+#: ../../mod/admin.php:620
 msgid ""
 "Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
 " to endless loops."
-msgstr ""
+msgstr "Redirige toutes les requêtes en clair vers des requêtes SSL. Attention : sur certains systèmes cela peut conduire à des boucles de redirection infinies."
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:621
 msgid "Old style 'Share'"
 msgstr "Anciens style 'Partage'"
 
-#: ../../mod/admin.php:615
+#: ../../mod/admin.php:621
 msgid "Deactivates the bbcode element 'share' for repeating items."
 msgstr "Désactive l'élément 'partage' de bbcode pour répéter les articles."
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:622
 msgid "Hide help entry from navigation menu"
 msgstr "Cacher l'aide du menu de navigation"
 
-#: ../../mod/admin.php:616
+#: ../../mod/admin.php:622
 msgid ""
 "Hides the menu entry for the Help pages from the navigation menu. You can "
 "still access it calling /help directly."
 msgstr "Cacher du menu de navigation le l'entrée des vers les pages d'aide. Vous pouvez toujours y accéder en tapant directement /help."
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:623
 msgid "Single user instance"
 msgstr "Instance mono-utilisateur"
 
-#: ../../mod/admin.php:617
+#: ../../mod/admin.php:623
 msgid "Make this instance multi-user or single-user for the named user"
 msgstr "Transformer cette en instance en multi-utilisateur ou mono-utilisateur pour cet l'utilisateur."
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:624
 msgid "Maximum image size"
 msgstr "Taille maximale des images"
 
-#: ../../mod/admin.php:618
+#: ../../mod/admin.php:624
 msgid ""
 "Maximum size in bytes of uploaded images. Default is 0, which means no "
 "limits."
 msgstr "Taille maximale des images envoyées (en octets). 0 par défaut, c'est à dire \"aucune limite\"."
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:625
 msgid "Maximum image length"
 msgstr "Longueur maximale des images"
 
-#: ../../mod/admin.php:619
+#: ../../mod/admin.php:625
 msgid ""
 "Maximum length in pixels of the longest side of uploaded images. Default is "
 "-1, which means no limits."
 msgstr "Longueur maximale (en pixels) du plus long côté des images téléversées. La valeur par défaut est -1, soit une absence de limite."
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:626
 msgid "JPEG image quality"
 msgstr "Qualité JPEG des images"
 
-#: ../../mod/admin.php:620
+#: ../../mod/admin.php:626
 msgid ""
 "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
 "100, which is full quality."
 msgstr "Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale."
 
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:628
 msgid "Register policy"
 msgstr "Politique d'inscription"
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:629
 msgid "Maximum Daily Registrations"
 msgstr "Inscriptions maximum par jour"
 
-#: ../../mod/admin.php:623
+#: ../../mod/admin.php:629
 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 les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n'a aucun effet."
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:630
 msgid "Register text"
 msgstr "Texte d'inscription"
 
-#: ../../mod/admin.php:624
+#: ../../mod/admin.php:630
 msgid "Will be displayed prominently on the registration page."
 msgstr "Sera affiché de manière bien visible sur la page d'accueil."
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:631
 msgid "Accounts abandoned after x days"
 msgstr "Les comptes sont abandonnés après x jours"
 
-#: ../../mod/admin.php:625
+#: ../../mod/admin.php:631
 msgid ""
 "Will not waste system resources polling external sites for abandonded "
 "accounts. Enter 0 for no time limit."
 msgstr "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction."
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:632
 msgid "Allowed friend domains"
 msgstr "Domaines autorisés"
 
-#: ../../mod/admin.php:626
+#: ../../mod/admin.php:632
 msgid ""
 "Comma separated list of domains which are allowed to establish friendships "
 "with this site. Wildcards are accepted. Empty to allow any domains"
 msgstr "Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les '*' sont acceptés. Laissez vide pour autoriser tous les domaines"
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:633
 msgid "Allowed email domains"
 msgstr "Domaines courriel autorisés"
 
-#: ../../mod/admin.php:627
+#: ../../mod/admin.php:633
 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 "Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines"
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:634
 msgid "Block public"
 msgstr "Interdire la publication globale"
 
-#: ../../mod/admin.php:628
+#: ../../mod/admin.php:634
 msgid ""
 "Check to block public access to all otherwise public personal pages on this "
 "site unless you are currently logged in."
 msgstr "Cocher pour bloquer les accès anonymes (non-connectés) à tout sauf aux pages personnelles publiques."
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:635
 msgid "Force publish"
 msgstr "Forcer la publication globale"
 
-#: ../../mod/admin.php:629
+#: ../../mod/admin.php:635
 msgid ""
 "Check to force all profiles on this site to be listed in the site directory."
 msgstr "Cocher pour publier obligatoirement tous les profils locaux dans l'annuaire du site."
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:636
 msgid "Global directory update URL"
 msgstr "URL de mise-à-jour de l'annuaire global"
 
-#: ../../mod/admin.php:630
+#: ../../mod/admin.php:636
 msgid ""
 "URL to update the global directory. If this is not set, the global directory"
 " is completely unavailable to the application."
 msgstr "URL de mise-à-jour de l'annuaire global. Si vide, l'annuaire global sera complètement indisponible."
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:637
 msgid "Allow threaded items"
 msgstr "autoriser le suivi des éléments par fil conducteur"
 
-#: ../../mod/admin.php:631
+#: ../../mod/admin.php:637
 msgid "Allow infinite level threading for items on this site."
 msgstr "Permettre une imbrication infinie des commentaires."
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:638
 msgid "Private posts by default for new users"
 msgstr "Publications privées par défaut pour les nouveaux utilisateurs"
 
-#: ../../mod/admin.php:632
+#: ../../mod/admin.php:638
 msgid ""
 "Set default post permissions for all new members to the default privacy "
 "group rather than public."
 msgstr "Rendre les publications de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde."
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:639
 msgid "Don't include post content in email notifications"
 msgstr "Ne pas inclure le contenu posté dans l'e-mail de notification"
 
-#: ../../mod/admin.php:633
+#: ../../mod/admin.php:639
 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 "Ne pas inclure le contenu de publication/commentaire/message privé/etc dans l'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité."
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:640
 msgid "Disallow public access to addons listed in the apps menu."
 msgstr "Interdire l’accès public pour les greffons listées dans le menu apps."
 
-#: ../../mod/admin.php:634
+#: ../../mod/admin.php:640
 msgid ""
 "Checking this box will restrict addons listed in the apps menu to members "
 "only."
 msgstr "Cocher cette case restreint la liste des greffons dans le menu des applications seulement aux membres."
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:641
 msgid "Don't embed private images in posts"
 msgstr "Ne pas miniaturiser les images privées dans les publications"
 
-#: ../../mod/admin.php:635
+#: ../../mod/admin.php:641
 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 "
@@ -2258,293 +2480,293 @@ msgid ""
 "while."
 msgstr "Ne remplacez pas les images privées hébergées localement dans les publications avec une image attaché en copie, car cela signifie que le contact qui reçoit les publications contenant ces photos privées devra s’authentifier pour charger chaque image, ce qui peut prendre du temps."
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:642
 msgid "Allow Users to set remote_self"
 msgstr "Autoriser les utilisateurs à définir remote_self"
 
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:642
 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 "Cocher cette case, permet à chaque utilisateur de marquer chaque contact comme un remote_self dans la boîte de dialogue de réparation des contacts. Activer cette fonction à un contact engendre la réplique de toutes les publications d'un contact dans le flux d'activités des utilisateurs."
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:643
 msgid "Block multiple registrations"
 msgstr "Interdire les inscriptions multiples"
 
-#: ../../mod/admin.php:637
+#: ../../mod/admin.php:643
 msgid "Disallow users to register additional accounts for use as pages."
 msgstr "Ne pas permettre l'inscription de comptes multiples comme des pages."
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:644
 msgid "OpenID support"
 msgstr "Support OpenID"
 
-#: ../../mod/admin.php:638
+#: ../../mod/admin.php:644
 msgid "OpenID support for registration and logins."
 msgstr "Supporter OpenID pour les inscriptions et connexions."
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:645
 msgid "Fullname check"
 msgstr "Vérification du \"Prénom Nom\""
 
-#: ../../mod/admin.php:639
+#: ../../mod/admin.php:645
 msgid ""
 "Force users to register with a space between firstname and lastname in Full "
 "name, as an antispam measure"
 msgstr "Imposer l'utilisation d'un espace entre le prénom et le nom (dans le Nom complet), pour limiter les abus"
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:646
 msgid "UTF-8 Regular expressions"
 msgstr "Regex UTF-8"
 
-#: ../../mod/admin.php:640
+#: ../../mod/admin.php:646
 msgid "Use PHP UTF8 regular expressions"
 msgstr "Utiliser les expressions rationnelles de PHP en UTF8"
 
-#: ../../mod/admin.php:641
+#: ../../mod/admin.php:647
 msgid "Show Community Page"
 msgstr "Montrer la \"Place publique\""
 
-#: ../../mod/admin.php:641
+#: ../../mod/admin.php:647
 msgid ""
 "Display a Community page showing all recent public postings on this site."
 msgstr "Afficher une page Communauté avec toutes les publications publiques récentes du site."
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:648
 msgid "Enable OStatus support"
 msgstr "Activer le support d'OStatus"
 
-#: ../../mod/admin.php:642
+#: ../../mod/admin.php:648
 msgid ""
 "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
 "communications in OStatus are public, so privacy warnings will be "
 "occasionally displayed."
 msgstr "Fourni nativement la compatibilité avec OStatus (StatusNet, GNU Social etc.). Touts les communications utilisant OStatus sont public, des avertissements liés à la vie privée seront affichés si utile."
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:649
 msgid "OStatus conversation completion interval"
 msgstr "Achèvement de l'intervalle de conversation OStatus "
 
-#: ../../mod/admin.php:643
+#: ../../mod/admin.php:649
 msgid ""
 "How often shall the poller check for new entries in OStatus conversations? "
 "This can be a very ressource task."
 msgstr "Combien de fois le poller devra vérifier les nouvelles entrées dans les conversations OStatus? Cela peut utilisé beaucoup de ressources."
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:650
 msgid "Enable Diaspora support"
 msgstr "Activer le support de Diaspora"
 
-#: ../../mod/admin.php:644
+#: ../../mod/admin.php:650
 msgid "Provide built-in Diaspora network compatibility."
 msgstr "Fournir une compatibilité Diaspora intégrée."
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:651
 msgid "Only allow Friendica contacts"
 msgstr "N'autoriser que les contacts Friendica"
 
-#: ../../mod/admin.php:645
+#: ../../mod/admin.php:651
 msgid ""
 "All contacts must use Friendica protocols. All other built-in communication "
 "protocols disabled."
 msgstr "Tous les contacts doivent utiliser les protocoles de Friendica. Tous les autres protocoles de communication intégrés sont désactivés."
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:652
 msgid "Verify SSL"
 msgstr "Vérifier SSL"
 
-#: ../../mod/admin.php:646
+#: ../../mod/admin.php:652
 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 vous le souhaitez, vous pouvez activier la vérification stricte des certificats. Cela signifie que vous ne pourrez pas vous connecter (du tout) aux sites SSL munis d'un certificat auto-signé."
 
-#: ../../mod/admin.php:647
+#: ../../mod/admin.php:653
 msgid "Proxy user"
 msgstr "Utilisateur du proxy"
 
-#: ../../mod/admin.php:648
+#: ../../mod/admin.php:654
 msgid "Proxy URL"
 msgstr "URL du proxy"
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:655
 msgid "Network timeout"
 msgstr "Dépassement du délai d'attente du réseau"
 
-#: ../../mod/admin.php:649
+#: ../../mod/admin.php:655
 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr "Valeur en secondes. Mettre à 0 pour 'illimité' (pas recommandé)."
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:656
 msgid "Delivery interval"
 msgstr "Intervalle de transmission"
 
-#: ../../mod/admin.php:650
+#: ../../mod/admin.php:656
 msgid ""
 "Delay background delivery processes by this many seconds to reduce system "
 "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
 "for large dedicated servers."
 msgstr "Rallonge le processus de transmissions pour réduire la charge système (en secondes). Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS, 0-1 pour les gros servers dédiés."
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:657
 msgid "Poll interval"
 msgstr "Intervalle de réception"
 
-#: ../../mod/admin.php:651
+#: ../../mod/admin.php:657
 msgid ""
 "Delay background polling processes by this many seconds to reduce system "
 "load. If 0, use delivery interval."
 msgstr "Rajouter un délai - en secondes - au processus de 'polling', afin de réduire la charge système. Mettre à 0 pour utiliser l'intervalle d'émission."
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:658
 msgid "Maximum Load Average"
 msgstr "Plafond de la charge moyenne"
 
-#: ../../mod/admin.php:652
+#: ../../mod/admin.php:658
 msgid ""
 "Maximum system load before delivery and poll processes are deferred - "
 "default 50."
 msgstr "Charge système maximale à partir de laquelle l'émission et la réception seront soumises à un délai supplémentaire. Par défaut, 50."
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:660
 msgid "Use MySQL full text engine"
 msgstr "Utiliser le moteur de recherche plein texte de MySQL"
 
-#: ../../mod/admin.php:654
+#: ../../mod/admin.php:660
 msgid ""
 "Activates the full text engine. Speeds up search - but can only search for "
 "four and more characters."
 msgstr "Activer le moteur de recherche plein texte. Accélère la recherche mais peut seulement rechercher quatre lettres ou plus."
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:661
 msgid "Suppress Language"
 msgstr "Supprimer un langage"
 
-#: ../../mod/admin.php:655
+#: ../../mod/admin.php:661
 msgid "Suppress language information in meta information about a posting."
 msgstr "Supprimer les informations de langue dans les métadonnées des publications."
 
-#: ../../mod/admin.php:656
+#: ../../mod/admin.php:662
 msgid "Path to item cache"
 msgstr "Chemin vers le cache des objets."
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:663
 msgid "Cache duration in seconds"
 msgstr "Durée du cache en secondes"
 
-#: ../../mod/admin.php:657
+#: ../../mod/admin.php:663
 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 "Combien de temps les fichiers de cache doivent être maintenu? La valeur par défaut est 86400 secondes (une journée). Pour désactiver le cache de l'item, définissez la valeur à -1."
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:664
 msgid "Maximum numbers of comments per post"
 msgstr "Nombre maximum de commentaires par publication"
 
-#: ../../mod/admin.php:658
+#: ../../mod/admin.php:664
 msgid "How much comments should be shown for each post? Default value is 100."
 msgstr "Combien de commentaires doivent être affichés pour chaque publication? Valeur par défaut: 100."
 
-#: ../../mod/admin.php:659
+#: ../../mod/admin.php:665
 msgid "Path for lock file"
 msgstr "Chemin vers le ficher de verrouillage"
 
-#: ../../mod/admin.php:660
+#: ../../mod/admin.php:666
 msgid "Temp path"
 msgstr "Chemin des fichiers temporaires"
 
-#: ../../mod/admin.php:661
+#: ../../mod/admin.php:667
 msgid "Base path to installation"
 msgstr "Chemin de base de l'installation"
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:668
 msgid "Disable picture proxy"
 msgstr "Désactiver le proxy image "
 
-#: ../../mod/admin.php:662
+#: ../../mod/admin.php:668
 msgid ""
 "The picture proxy increases performance and privacy. It shouldn't be used on"
 " systems with very low bandwith."
 msgstr "Le proxy d'image augmente les performances et l'intimité. Il ne devrait pas être utilisé sur des systèmes avec une très faible bande passante."
 
-#: ../../mod/admin.php:664
+#: ../../mod/admin.php:670
 msgid "New base url"
 msgstr "Nouvelle URL de base"
 
-#: ../../mod/admin.php:666
+#: ../../mod/admin.php:672
 msgid "Disable noscrape"
 msgstr "Désactiver le noscrape"
 
-#: ../../mod/admin.php:666
+#: ../../mod/admin.php:672
 msgid ""
 "The noscrape feature speeds up directory submissions by using JSON data "
 "instead of HTML scraping. Disabling it will cause higher load on your server"
 " and the directory server."
 msgstr "La fonction de noscrape accélère les répertoires de mémoire en utilisant des données JSON lieu de grattage HTML. En le désactivant il entraîne une charge plus élevée sur votre serveur et le serveur d'annuaire."
 
-#: ../../mod/admin.php:683
+#: ../../mod/admin.php:689
 msgid "Update has been marked successful"
 msgstr "Mise-à-jour validée comme 'réussie'"
 
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:697
 #, php-format
 msgid "Database structure update %s was successfully applied."
 msgstr "La structure de base de données pour la mise à jour %s a été appliquée avec succès."
 
-#: ../../mod/admin.php:694
+#: ../../mod/admin.php:700
 #, php-format
 msgid "Executing of database structure update %s failed with error: %s"
 msgstr "L'exécution de la mise à jour %s pour la structure de base de données a échoué avec l'erreur: %s"
 
-#: ../../mod/admin.php:706
+#: ../../mod/admin.php:712
 #, php-format
 msgid "Executing %s failed with error: %s"
 msgstr "L'exécution %s a échoué avec l'erreur: %s"
 
-#: ../../mod/admin.php:709
+#: ../../mod/admin.php:715
 #, php-format
 msgid "Update %s was successfully applied."
 msgstr "Mise-à-jour %s appliquée avec succès."
 
-#: ../../mod/admin.php:713
+#: ../../mod/admin.php:719
 #, php-format
 msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr "La mise-à-jour %s n'a pas retourné de détails. Impossible de savoir si elle a réussi."
 
-#: ../../mod/admin.php:715
+#: ../../mod/admin.php:721
 #, php-format
 msgid "There was no additional update function %s that needed to be called."
 msgstr "Il n'y avait aucune fonction supplémentaire de mise à jour %s qui devait être appelé"
 
-#: ../../mod/admin.php:734
+#: ../../mod/admin.php:740
 msgid "No failed updates."
 msgstr "Pas de mises-à-jour échouées."
 
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:741
 msgid "Check database structure"
 msgstr "Vérifier la structure de la base de données"
 
-#: ../../mod/admin.php:740
+#: ../../mod/admin.php:746
 msgid "Failed Updates"
 msgstr "Mises-à-jour échouées"
 
-#: ../../mod/admin.php:741
+#: ../../mod/admin.php:747
 msgid ""
 "This does not include updates prior to 1139, which did not return a status."
 msgstr "Ceci n'inclut pas les versions antérieures à la 1139, qui ne retournaient jamais de détails."
 
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:748
 msgid "Mark success (if update was manually applied)"
 msgstr "Marquer comme 'réussie' (dans le cas d'une mise-à-jour manuelle)"
 
-#: ../../mod/admin.php:743
+#: ../../mod/admin.php:749
 msgid "Attempt to execute this update step automatically"
 msgstr "Tenter d'éxecuter cette étape automatiquement"
 
-#: ../../mod/admin.php:775
+#: ../../mod/admin.php:781
 #, php-format
 msgid ""
 "\n"
@@ -2552,7 +2774,7 @@ msgid ""
 "\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr "\n\t\t\tChère/Cher %1$s,\n\t\t\t\tL’administrateur de %2$s vous a ouvert un compte."
 
-#: ../../mod/admin.php:778
+#: ../../mod/admin.php:784
 #, php-format
 msgid ""
 "\n"
@@ -2580,985 +2802,1074 @@ msgid ""
 "\t\t\tyou to make some new and interesting friends.\n"
 "\n"
 "\t\t\tThank you and welcome to %4$s."
-msgstr ""
+msgstr "\n\t\t\tVoici vos informations de connexion :\n\n\t\t\tAdresse :\t%1$s\n\t\t\tIdentifiant :\t\t%2$s\n\t\t\tMot de passe :\t\t%3$s\n\n\t\t\tVous pourrez changer votre mot de passe dans les paramètres de votre compte une fois connecté.\n\n\t\t\tProfitez-en pour prendre le temps de passer en revue les autres paramètres de votre compte.\n\n\t\t\tVous pourrez aussi ajouter quelques informations élémentaires à votre profil par défaut (sur la page « Profils ») pour permettre à d’autres personnes de vous trouver facilement.\n\n\t\t\tNous recommandons de préciser votre nom complet, d’ajouter une photo et quelques mots-clefs (c’est très utile pour découvrir de nouveaux amis), et peut-être aussi d’indiquer au moins le pays dans lequel vous vivez, à défaut d’être plus précis.\n\n\t\t\tNous respectons pleinement votre droit à une vie privée, et vous n’avez aucune obligation de donner toutes ces informations. Mais si vous êtes nouveau et ne connaissez encore personne ici, cela peut vous aider à vous faire de nouveaux amis intéressants.\n\n\t\t\tMerci et bienvenu sur %4$s."
 
-#: ../../mod/admin.php:810 ../../include/user.php:413
+#: ../../mod/admin.php:816 ../../include/user.php:413
 #, php-format
 msgid "Registration details for %s"
 msgstr "Détails d'inscription pour %s"
 
-#: ../../mod/admin.php:822
+#: ../../mod/admin.php:828
 #, php-format
 msgid "%s user blocked/unblocked"
 msgid_plural "%s users blocked/unblocked"
 msgstr[0] "%s utilisateur a (dé)bloqué"
 msgstr[1] "%s utilisateurs ont (dé)bloqué"
 
-#: ../../mod/admin.php:829
+#: ../../mod/admin.php:835
 #, php-format
 msgid "%s user deleted"
 msgid_plural "%s users deleted"
 msgstr[0] "%s utilisateur supprimé"
 msgstr[1] "%s utilisateurs supprimés"
 
-#: ../../mod/admin.php:868
+#: ../../mod/admin.php:874
 #, php-format
 msgid "User '%s' deleted"
 msgstr "Utilisateur '%s' supprimé"
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:882
 #, php-format
 msgid "User '%s' unblocked"
 msgstr "Utilisateur '%s' débloqué"
 
-#: ../../mod/admin.php:876
+#: ../../mod/admin.php:882
 #, php-format
 msgid "User '%s' blocked"
 msgstr "Utilisateur '%s' bloqué"
 
-#: ../../mod/admin.php:971
+#: ../../mod/admin.php:977
 msgid "Add User"
 msgstr "Ajouter l'utilisateur"
 
-#: ../../mod/admin.php:972
+#: ../../mod/admin.php:978
 msgid "select all"
 msgstr "tout sélectionner"
 
-#: ../../mod/admin.php:973
+#: ../../mod/admin.php:979
 msgid "User registrations waiting for confirm"
 msgstr "Inscriptions d'utilisateurs en attente de confirmation"
 
-#: ../../mod/admin.php:974
+#: ../../mod/admin.php:980
 msgid "User waiting for permanent deletion"
 msgstr "Utilisateur en attente de suppression définitive"
 
-#: ../../mod/admin.php:975
+#: ../../mod/admin.php:981
 msgid "Request date"
 msgstr "Date de la demande"
 
-#: ../../mod/admin.php:975 ../../mod/admin.php:987 ../../mod/admin.php:988
-#: ../../mod/admin.php:1003 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:981 ../../mod/admin.php:993 ../../mod/admin.php:994
+#: ../../mod/admin.php:1007 ../../mod/crepair.php:165
+#: ../../mod/settings.php:616 ../../mod/settings.php:642
+msgid "Name"
+msgstr "Nom"
+
+#: ../../mod/admin.php:981 ../../mod/admin.php:993 ../../mod/admin.php:994
+#: ../../mod/admin.php:1009 ../../include/contact_selectors.php:79
 #: ../../include/contact_selectors.php:86
 msgid "Email"
 msgstr "Courriel"
 
-#: ../../mod/admin.php:976
+#: ../../mod/admin.php:982
 msgid "No registrations."
 msgstr "Pas d'inscriptions."
 
-#: ../../mod/admin.php:978
+#: ../../mod/admin.php:983 ../../mod/notifications.php:161
+#: ../../mod/notifications.php:208
+msgid "Approve"
+msgstr "Approuver"
+
+#: ../../mod/admin.php:984
 msgid "Deny"
 msgstr "Rejetter"
 
-#: ../../mod/admin.php:982
+#: ../../mod/admin.php:986 ../../mod/contacts.php:442
+#: ../../mod/contacts.php:501 ../../mod/contacts.php:714
+msgid "Block"
+msgstr "Bloquer"
+
+#: ../../mod/admin.php:987 ../../mod/contacts.php:442
+#: ../../mod/contacts.php:501 ../../mod/contacts.php:714
+msgid "Unblock"
+msgstr "Débloquer"
+
+#: ../../mod/admin.php:988
 msgid "Site admin"
 msgstr "Administration du Site"
 
-#: ../../mod/admin.php:983
+#: ../../mod/admin.php:989
 msgid "Account expired"
 msgstr "Compte expiré"
 
-#: ../../mod/admin.php:986
+#: ../../mod/admin.php:992
 msgid "New User"
 msgstr "Nouvel utilisateur"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:993 ../../mod/admin.php:994
 msgid "Register date"
 msgstr "Date d'inscription"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:993 ../../mod/admin.php:994
 msgid "Last login"
 msgstr "Dernière connexion"
 
-#: ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:993 ../../mod/admin.php:994
 msgid "Last item"
 msgstr "Dernier élément"
 
-#: ../../mod/admin.php:987
+#: ../../mod/admin.php:993
 msgid "Deleted since"
 msgstr "Supprimé depuis"
 
-#: ../../mod/admin.php:988 ../../mod/settings.php:36
+#: ../../mod/admin.php:994 ../../mod/settings.php:36
 msgid "Account"
 msgstr "Compte"
 
-#: ../../mod/admin.php:990
+#: ../../mod/admin.php:996
 msgid ""
 "Selected users will be deleted!\\n\\nEverything these users had posted on "
 "this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr "Les utilisateurs sélectionnés vont être supprimés!\\n\\nTout ce qu'ils ont posté sur ce site sera définitivement effacé!\\n\\nÊtes-vous certain?"
 
-#: ../../mod/admin.php:991
+#: ../../mod/admin.php:997
 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 "L'utilisateur {0} va être supprimé!\\n\\nTout ce qu'il a posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?"
 
-#: ../../mod/admin.php:1001
+#: ../../mod/admin.php:1007
 msgid "Name of the new user."
 msgstr "Nom du nouvel utilisateur."
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1008
 msgid "Nickname"
 msgstr "Pseudo"
 
-#: ../../mod/admin.php:1002
+#: ../../mod/admin.php:1008
 msgid "Nickname of the new user."
 msgstr "Pseudo du nouvel utilisateur."
 
-#: ../../mod/admin.php:1003
+#: ../../mod/admin.php:1009
 msgid "Email address of the new user."
 msgstr "Adresse mail du nouvel utilisateur."
 
-#: ../../mod/admin.php:1036
+#: ../../mod/admin.php:1042
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Extension %s désactivée."
 
-#: ../../mod/admin.php:1040
+#: ../../mod/admin.php:1046
 #, php-format
 msgid "Plugin %s enabled."
 msgstr "Extension %s activée."
 
-#: ../../mod/admin.php:1050 ../../mod/admin.php:1266
+#: ../../mod/admin.php:1056 ../../mod/admin.php:1272
 msgid "Disable"
 msgstr "Désactiver"
 
-#: ../../mod/admin.php:1052 ../../mod/admin.php:1268
+#: ../../mod/admin.php:1058 ../../mod/admin.php:1274
 msgid "Enable"
 msgstr "Activer"
 
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1296
+#: ../../mod/admin.php:1081 ../../mod/admin.php:1302
 msgid "Toggle"
 msgstr "Activer/Désactiver"
 
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1306
+#: ../../mod/admin.php:1089 ../../mod/admin.php:1312
 msgid "Author: "
 msgstr "Auteur: "
 
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1307
+#: ../../mod/admin.php:1090 ../../mod/admin.php:1313
 msgid "Maintainer: "
 msgstr "Mainteneur: "
 
-#: ../../mod/admin.php:1226
+#: ../../mod/admin.php:1232
 msgid "No themes found."
 msgstr "Aucun thème trouvé."
 
-#: ../../mod/admin.php:1288
+#: ../../mod/admin.php:1294
 msgid "Screenshot"
 msgstr "Capture d'écran"
 
-#: ../../mod/admin.php:1334
+#: ../../mod/admin.php:1340
 msgid "[Experimental]"
 msgstr "[Expérimental]"
 
-#: ../../mod/admin.php:1335
+#: ../../mod/admin.php:1341
 msgid "[Unsupported]"
 msgstr "[Non supporté]"
 
-#: ../../mod/admin.php:1362
+#: ../../mod/admin.php:1368
 msgid "Log settings updated."
 msgstr "Réglages des journaux mis-à-jour."
 
-#: ../../mod/admin.php:1418
+#: ../../mod/admin.php:1424
 msgid "Clear"
 msgstr "Effacer"
 
-#: ../../mod/admin.php:1424
+#: ../../mod/admin.php:1430
 msgid "Enable Debugging"
 msgstr "Activer le déboggage"
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1431
 msgid "Log file"
 msgstr "Fichier de journaux"
 
-#: ../../mod/admin.php:1425
+#: ../../mod/admin.php:1431
 msgid ""
 "Must be writable by web server. Relative to your Friendica top-level "
 "directory."
 msgstr "Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica."
 
-#: ../../mod/admin.php:1426
+#: ../../mod/admin.php:1432
 msgid "Log level"
 msgstr "Niveau de journalisaton"
 
-#: ../../mod/admin.php:1476
+#: ../../mod/admin.php:1481 ../../mod/contacts.php:498
+msgid "Update now"
+msgstr "Mettre à jour"
+
+#: ../../mod/admin.php:1482
 msgid "Close"
 msgstr "Fermer"
 
-#: ../../mod/admin.php:1482
+#: ../../mod/admin.php:1488
 msgid "FTP Host"
 msgstr "Hôte FTP"
 
-#: ../../mod/admin.php:1483
+#: ../../mod/admin.php:1489
 msgid "FTP Path"
 msgstr "Chemin FTP"
 
-#: ../../mod/admin.php:1484
+#: ../../mod/admin.php:1490
 msgid "FTP User"
 msgstr "Utilisateur FTP"
 
-#: ../../mod/admin.php:1485
+#: ../../mod/admin.php:1491
 msgid "FTP Password"
 msgstr "Mot de passe FTP"
 
-#: ../../mod/network.php:142
-msgid "Search Results For:"
-msgstr "Résultats pour:"
+#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:953
+#: ../../include/text.php:954 ../../include/nav.php:119
+msgid "Search"
+msgstr "Recherche"
 
-#: ../../mod/network.php:185 ../../mod/search.php:21
-msgid "Remove term"
-msgstr "Retirer le terme"
+#: ../../mod/_search.php:180 ../../mod/_search.php:206
+#: ../../mod/search.php:170 ../../mod/search.php:196
+#: ../../mod/community.php:62 ../../mod/community.php:71
+msgid "No results."
+msgstr "Aucun résultat."
 
-#: ../../mod/network.php:194 ../../mod/search.php:30
-#: ../../include/features.php:42
-msgid "Saved Searches"
-msgstr "Recherches"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Conseils aux nouveaux venus"
 
-#: ../../mod/network.php:195 ../../include/group.php:275
-msgid "add"
-msgstr "ajouter"
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "lien"
 
-#: ../../mod/network.php:356
-msgid "Commented Order"
-msgstr "Tri par commentaires"
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s a étiqueté %3$s de %2$s avec %4$s"
 
-#: ../../mod/network.php:359
-msgid "Sort by Comment Date"
-msgstr "Trier par date de commentaire"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "Élément introuvable"
 
-#: ../../mod/network.php:362
-msgid "Posted Order"
-msgstr "Tri des publications"
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "Éditer la publication"
 
-#: ../../mod/network.php:365
-msgid "Sort by Post Date"
-msgstr "Trier par date de publication"
+#: ../../mod/editpost.php:109 ../../mod/notes.php:63 ../../mod/filer.php:31
+#: ../../include/text.php:956
+msgid "Save"
+msgstr "Sauver"
 
-#: ../../mod/network.php:374
-msgid "Posts that mention or involve you"
-msgstr "Publications qui vous concernent"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1092
+msgid "upload photo"
+msgstr "envoi image"
 
-#: ../../mod/network.php:380
-msgid "New"
-msgstr "Nouveau"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1093
+msgid "Attach file"
+msgstr "Joindre fichier"
 
-#: ../../mod/network.php:383
-msgid "Activity Stream - by date"
-msgstr "Flux d'activités - par date"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1094
+msgid "attach file"
+msgstr "ajout fichier"
 
-#: ../../mod/network.php:389
-msgid "Shared Links"
-msgstr "Liens partagés"
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1096
+msgid "web link"
+msgstr "lien web"
 
-#: ../../mod/network.php:392
-msgid "Interesting Links"
-msgstr "Liens intéressants"
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1097
+msgid "Insert video link"
+msgstr "Insérer un lien video"
 
-#: ../../mod/network.php:398
-msgid "Starred"
-msgstr "Mis en avant"
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1098
+msgid "video link"
+msgstr "lien vidéo"
 
-#: ../../mod/network.php:401
-msgid "Favourite Posts"
-msgstr "Publications favorites"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1099
+msgid "Insert audio link"
+msgstr "Insérer un lien audio"
 
-#: ../../mod/network.php:463
-#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Attention: Ce groupe contient %s membre d'un réseau non-sûr."
-msgstr[1] "Attention: Ce groupe contient %s membres d'un réseau non-sûr."
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1100
+msgid "audio link"
+msgstr "lien audio"
 
-#: ../../mod/network.php:466
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Les messages privés envoyés à ce groupe s'exposent à une diffusion incontrôlée."
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1101
+msgid "Set your location"
+msgstr "Définir votre localisation"
 
-#: ../../mod/network.php:520 ../../mod/content.php:119
-msgid "No such group"
-msgstr "Groupe inexistant"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1102
+msgid "set location"
+msgstr "spéc. localisation"
 
-#: ../../mod/network.php:537 ../../mod/content.php:130
-msgid "Group is empty"
-msgstr "Groupe vide"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1103
+msgid "Clear browser location"
+msgstr "Effacer la localisation du navigateur"
 
-#: ../../mod/network.php:544 ../../mod/content.php:134
-msgid "Group: "
-msgstr "Groupe: "
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1104
+msgid "clear location"
+msgstr "supp. localisation"
 
-#: ../../mod/network.php:554
-msgid "Contact: "
-msgstr "Contact: "
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1110
+msgid "Permission settings"
+msgstr "Réglages des permissions"
 
-#: ../../mod/network.php:556
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée."
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1119
+msgid "CC: email addresses"
+msgstr "CC: adresses de courriel"
 
-#: ../../mod/network.php:561
-msgid "Invalid contact."
-msgstr "Contact invalide."
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1120
+msgid "Public post"
+msgstr "Publication publique"
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Amis de %s"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1106
+msgid "Set title"
+msgstr "Définir un titre"
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "Pas d'amis à afficher."
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1108
+msgid "Categories (comma-separated list)"
+msgstr "Catégories (séparées par des virgules)"
 
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr "Vous devez donner un nom et un horaire de début à l'événement."
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1122
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Exemple: bob@exemple.com, mary@exemple.com"
 
-#: ../../mod/events.php:291
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "Elément non disponible."
 
-#: ../../mod/events.php:313
-msgid "Edit event"
-msgstr "Editer l'événement"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "Element introuvable."
 
-#: ../../mod/events.php:335 ../../include/text.php:1644
-#: ../../include/text.php:1654
-msgid "link to source"
-msgstr "lien original"
+#: ../../mod/regmod.php:55
+msgid "Account approved."
+msgstr "Inscription validée."
 
-#: ../../mod/events.php:370 ../../boot.php:2138 ../../include/nav.php:80
-#: ../../view/theme/diabook/theme.php:127
-msgid "Events"
-msgstr "Événements"
+#: ../../mod/regmod.php:92
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Inscription révoquée pour %s"
 
-#: ../../mod/events.php:371
-msgid "Create New Event"
-msgstr "Créer un nouvel événement"
+#: ../../mod/regmod.php:104
+msgid "Please login."
+msgstr "Merci de vous connecter."
 
-#: ../../mod/events.php:372
-msgid "Previous"
-msgstr "Précédent"
+#: ../../mod/directory.php:59
+msgid "Find on this site"
+msgstr "Trouver sur ce site"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr "Suivant"
+#: ../../mod/directory.php:61 ../../mod/contacts.php:707
+msgid "Finding: "
+msgstr "Trouvé: "
 
-#: ../../mod/events.php:446
-msgid "hour:minute"
-msgstr "heures:minutes"
+#: ../../mod/directory.php:62
+msgid "Site Directory"
+msgstr "Annuaire local"
 
-#: ../../mod/events.php:456
-msgid "Event details"
-msgstr "Détails de l'événement"
+#: ../../mod/directory.php:63 ../../mod/contacts.php:708
+#: ../../include/contact_widgets.php:34
+msgid "Find"
+msgstr "Trouver"
 
-#: ../../mod/events.php:457
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "Le format est %s %s. La date de début et le nom sont nécessaires."
+#: ../../mod/directory.php:113 ../../mod/profiles.php:735
+msgid "Age: "
+msgstr "Age: "
 
-#: ../../mod/events.php:459
-msgid "Event Starts:"
-msgstr "Début de l'événement:"
+#: ../../mod/directory.php:116
+msgid "Gender: "
+msgstr "Genre: "
 
-#: ../../mod/events.php:459 ../../mod/events.php:473
-msgid "Required"
-msgstr "Requis"
+#: ../../mod/directory.php:189
+msgid "No entries (some entries may be hidden)."
+msgstr "Aucune entrée (certaines peuvent être cachées)."
 
-#: ../../mod/events.php:462
-msgid "Finish date/time is not known or not relevant"
-msgstr "Date/heure de fin inconnue ou sans objet"
+#: ../../mod/crepair.php:106
+msgid "Contact settings applied."
+msgstr "Réglages du contact appliqués."
 
-#: ../../mod/events.php:464
-msgid "Event Finishes:"
-msgstr "Fin de l'événement:"
+#: ../../mod/crepair.php:108
+msgid "Contact update failed."
+msgstr "Impossible d'appliquer les réglages."
 
-#: ../../mod/events.php:467
-msgid "Adjust for viewer timezone"
-msgstr "Ajuster à la zone horaire du visiteur"
+#: ../../mod/crepair.php:139
+msgid "Repair Contact Settings"
+msgstr "Réglages de réparation des contacts"
 
-#: ../../mod/events.php:469
-msgid "Description:"
-msgstr "Description:"
+#: ../../mod/crepair.php:141
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>ATTENTION: Manipulation réservée aux experts</strong>, toute information incorrecte pourrait empêcher la communication avec ce contact."
 
-#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1643
-#: ../../include/bb2diaspora.php:170 ../../include/event.php:40
-msgid "Location:"
-msgstr "Localisation:"
+#: ../../mod/crepair.php:142
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "une photo"
 
-#: ../../mod/events.php:473
-msgid "Title:"
-msgstr "Titre :"
+#: ../../mod/crepair.php:148
+msgid "Return to contact editor"
+msgstr "Retour à l'éditeur de contact"
 
-#: ../../mod/events.php:475
-msgid "Share this event"
-msgstr "Partager cet événement"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "No mirroring"
+msgstr ""
 
-#: ../../mod/content.php:437 ../../mod/content.php:740
-#: ../../mod/photos.php:1653 ../../object/Item.php:129
-#: ../../include/conversation.php:613
-msgid "Select"
-msgstr "Sélectionner"
+#: ../../mod/crepair.php:159
+msgid "Mirror as forwarded posting"
+msgstr ""
 
-#: ../../mod/content.php:471 ../../mod/content.php:852
-#: ../../mod/content.php:853 ../../object/Item.php:326
-#: ../../object/Item.php:327 ../../include/conversation.php:654
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Voir le profil de %s @ %s"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "Mirror as my own posting"
+msgstr ""
 
-#: ../../mod/content.php:481 ../../mod/content.php:864
-#: ../../object/Item.php:340 ../../include/conversation.php:674
-#, php-format
-msgid "%s from %s"
-msgstr "%s de %s"
+#: ../../mod/crepair.php:166
+msgid "Account Nickname"
+msgstr "Pseudo du compte"
 
-#: ../../mod/content.php:497 ../../include/conversation.php:690
-msgid "View in context"
-msgstr "Voir dans le contexte"
+#: ../../mod/crepair.php:167
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@NomEtiquette - prend le pas sur Nom/Pseudo"
 
-#: ../../mod/content.php:603 ../../object/Item.php:387
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d commentaire"
-msgstr[1] "%d commentaires"
+#: ../../mod/crepair.php:168
+msgid "Account URL"
+msgstr "URL du compte"
 
-#: ../../mod/content.php:605 ../../object/Item.php:389
-#: ../../object/Item.php:402 ../../include/text.php:1969
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] "commentaire"
+#: ../../mod/crepair.php:169
+msgid "Friend Request URL"
+msgstr "Echec du téléversement de l'image."
 
-#: ../../mod/content.php:606 ../../boot.php:746 ../../object/Item.php:390
-#: ../../include/contact_widgets.php:205
-msgid "show more"
-msgstr "montrer plus"
+#: ../../mod/crepair.php:170
+msgid "Friend Confirm URL"
+msgstr "Accès public refusé."
 
-#: ../../mod/content.php:620 ../../mod/photos.php:1359
-#: ../../object/Item.php:116
-msgid "Private Message"
-msgstr "Message privé"
+#: ../../mod/crepair.php:171
+msgid "Notification Endpoint URL"
+msgstr "Aucune photo sélectionnée"
 
-#: ../../mod/content.php:684 ../../mod/photos.php:1542
-#: ../../object/Item.php:231
-msgid "I like this (toggle)"
-msgstr "J'aime (bascule)"
+#: ../../mod/crepair.php:172
+msgid "Poll/Feed URL"
+msgstr "Téléverser des photos"
 
-#: ../../mod/content.php:684 ../../object/Item.php:231
-msgid "like"
-msgstr "aime"
+#: ../../mod/crepair.php:173
+msgid "New photo from this URL"
+msgstr "Nouvelle photo depuis cette URL"
 
-#: ../../mod/content.php:685 ../../mod/photos.php:1543
-#: ../../object/Item.php:232
-msgid "I don't like this (toggle)"
-msgstr "Je n'aime pas (bascule)"
+#: ../../mod/crepair.php:174
+msgid "Remote Self"
+msgstr ""
 
-#: ../../mod/content.php:685 ../../object/Item.php:232
-msgid "dislike"
-msgstr "n'aime pas"
+#: ../../mod/crepair.php:176
+msgid "Mirror postings from this contact"
+msgstr ""
 
-#: ../../mod/content.php:687 ../../object/Item.php:234
-msgid "Share this"
-msgstr "Partager"
+#: ../../mod/crepair.php:176
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr ""
 
-#: ../../mod/content.php:687 ../../object/Item.php:234
-msgid "share"
-msgstr "partager"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "Migrer le compte"
 
-#: ../../mod/content.php:707 ../../mod/photos.php:1562
-#: ../../mod/photos.php:1606 ../../mod/photos.php:1694
-#: ../../object/Item.php:675
-msgid "This is you"
-msgstr "C'est vous"
-
-#: ../../mod/content.php:709 ../../mod/photos.php:1564
-#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:745
-#: ../../object/Item.php:361 ../../object/Item.php:677
-msgid "Comment"
-msgstr "Commenter"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Vous pouvez importer un compte d'un autre serveur Friendica."
 
-#: ../../mod/content.php:711 ../../object/Item.php:679
-msgid "Bold"
-msgstr "Gras"
+#: ../../mod/uimport.php:68
+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 "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici."
 
-#: ../../mod/content.php:712 ../../object/Item.php:680
-msgid "Italic"
-msgstr "Italique"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora"
 
-#: ../../mod/content.php:713 ../../object/Item.php:681
-msgid "Underline"
-msgstr "Souligné"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Fichier du compte"
 
-#: ../../mod/content.php:714 ../../object/Item.php:682
-msgid "Quote"
-msgstr "Citation"
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Pour exporter votre compte, allez dans \"Paramètres> Exporter vos données personnelles\" et sélectionnez \"exportation de compte\""
 
-#: ../../mod/content.php:715 ../../object/Item.php:683
-msgid "Code"
-msgstr "Code"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Informations de confidentialité indisponibles."
 
-#: ../../mod/content.php:716 ../../object/Item.php:684
-msgid "Image"
-msgstr "Image"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Visible par:"
 
-#: ../../mod/content.php:717 ../../object/Item.php:685
-msgid "Link"
-msgstr "Lien"
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Aide:"
 
-#: ../../mod/content.php:718 ../../object/Item.php:686
-msgid "Video"
-msgstr "Vidéo"
+#: ../../mod/help.php:84 ../../include/nav.php:114
+msgid "Help"
+msgstr "Aide"
 
-#: ../../mod/content.php:719 ../../mod/editpost.php:145
-#: ../../mod/photos.php:1566 ../../mod/photos.php:1610
-#: ../../mod/photos.php:1698 ../../object/Item.php:687
-#: ../../include/conversation.php:1126
-msgid "Preview"
-msgstr "Aperçu"
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Aucun profil"
 
-#: ../../mod/content.php:728 ../../mod/settings.php:676
-#: ../../object/Item.php:120
-msgid "Edit"
-msgstr "Éditer"
+#: ../../mod/dfrn_request.php:95
+msgid "This introduction has already been accepted."
+msgstr "Cette introduction a déjà été acceptée."
 
-#: ../../mod/content.php:753 ../../object/Item.php:195
-msgid "add star"
-msgstr "mett en avant"
+#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "L'emplacement du profil est invalide ou ne contient pas de profil valide."
 
-#: ../../mod/content.php:754 ../../object/Item.php:196
-msgid "remove star"
-msgstr "ne plus mettre en avant"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Attention: l'emplacement du profil n'a pas de nom identifiable."
 
-#: ../../mod/content.php:755 ../../object/Item.php:197
-msgid "toggle star status"
-msgstr "mettre en avant"
+#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
+msgid "Warning: profile location has no profile photo."
+msgstr "Attention: l'emplacement du profil n'a pas de photo de profil."
 
-#: ../../mod/content.php:758 ../../object/Item.php:200
-msgid "starred"
-msgstr "mis en avant"
+#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
+#, 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 paramètre requis n'a pas été trouvé à l'endroit indiqué"
+msgstr[1] "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué"
 
-#: ../../mod/content.php:759 ../../object/Item.php:220
-msgid "add tag"
-msgstr "ajouter une étiquette"
+#: ../../mod/dfrn_request.php:172
+msgid "Introduction complete."
+msgstr "Phase d'introduction achevée."
 
-#: ../../mod/content.php:763 ../../object/Item.php:133
-msgid "save to folder"
-msgstr "sauver vers dossier"
+#: ../../mod/dfrn_request.php:214
+msgid "Unrecoverable protocol error."
+msgstr "Erreur de protocole non-récupérable."
 
-#: ../../mod/content.php:854 ../../object/Item.php:328
-msgid "to"
-msgstr "à"
+#: ../../mod/dfrn_request.php:242
+msgid "Profile unavailable."
+msgstr "Profil indisponible."
 
-#: ../../mod/content.php:855 ../../object/Item.php:330
-msgid "Wall-to-Wall"
-msgstr "Inter-mur"
+#: ../../mod/dfrn_request.php:267
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s a reçu trop de demandes d'introduction aujourd'hui."
 
-#: ../../mod/content.php:856 ../../object/Item.php:331
-msgid "via Wall-To-Wall:"
-msgstr "en Inter-mur:"
+#: ../../mod/dfrn_request.php:268
+msgid "Spam protection measures have been invoked."
+msgstr "Des mesures de protection contre le spam ont été déclenchées."
 
-#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
-msgid "Remove My Account"
-msgstr "Supprimer mon compte"
+#: ../../mod/dfrn_request.php:269
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Les relations sont encouragées à attendre 24 heures pour recommencer."
 
-#: ../../mod/removeme.php:47
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Ceci supprimera totalement votre compte. Cette opération est irréversible."
+#: ../../mod/dfrn_request.php:331
+msgid "Invalid locator"
+msgstr "Localisateur invalide"
 
-#: ../../mod/removeme.php:48
-msgid "Please enter your password for verification:"
-msgstr "Merci de saisir votre mot de passe pour vérification:"
+#: ../../mod/dfrn_request.php:340
+msgid "Invalid email address."
+msgstr "Adresse courriel invalide."
 
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
-msgstr "Serveur de communications Friendica - Configuration"
+#: ../../mod/dfrn_request.php:367
+msgid "This account has not been configured for email. Request failed."
+msgstr "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée."
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Impossible de se connecter à la base."
+#: ../../mod/dfrn_request.php:463
+msgid "Unable to resolve your name at the provided location."
+msgstr "Impossible de résoudre votre nom à l'emplacement fourni."
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Impossible de créer une table."
+#: ../../mod/dfrn_request.php:476
+msgid "You have already introduced yourself here."
+msgstr "Vous vous êtes déjà présenté ici."
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "La base de données de votre site Friendica a bien été installée."
+#: ../../mod/dfrn_request.php:480
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Il semblerait que vous soyez déjà ami avec %s."
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Vous pourriez avoir besoin d'importer le fichier \"database.sql\" manuellement au moyen de phpmyadmin ou de la commande mysql."
+#: ../../mod/dfrn_request.php:501
+msgid "Invalid profile URL."
+msgstr "URL de profil invalide."
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:525
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Référez-vous au fichier \"INSTALL.txt\"."
+#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "URL de profil interdite."
 
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "Vérifications système"
+#: ../../mod/dfrn_request.php:576 ../../mod/contacts.php:188
+msgid "Failed to update contact record."
+msgstr "Échec de mise-à-jour du contact."
 
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "Vérifier à nouveau"
+#: ../../mod/dfrn_request.php:597
+msgid "Your introduction has been sent."
+msgstr "Votre introduction a été envoyée."
 
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "Connexion à la base de données"
+#: ../../mod/dfrn_request.php:650
+msgid "Please login to confirm introduction."
+msgstr "Connectez-vous pour confirmer l'introduction."
 
-#: ../../mod/install.php:228
+#: ../../mod/dfrn_request.php:660
 msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Pour installer Friendica, nous avons besoin de savoir comment contacter votre base de données."
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Identité incorrecte actuellement connectée. Merci de vous connecter à <strong>ce</strong> profil."
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Merci de vous tourner vers votre hébergeur et/ou administrateur pour toute question concernant ces réglages."
+#: ../../mod/dfrn_request.php:671
+msgid "Hide this contact"
+msgstr "Cacher ce contact"
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "La base de données que vous spécifierez doit exister. Si ce n'est pas encore le cas, merci de la créer avant de continuer."
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Welcome home %s."
+msgstr "Bienvenue chez vous, %s."
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "Serveur de base de données"
+#: ../../mod/dfrn_request.php:675
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Merci de confirmer votre demande d'introduction auprès de %s."
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "Nom d'utilisateur de la base"
+#: ../../mod/dfrn_request.php:676
+msgid "Confirm"
+msgstr "Confirmer"
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "Mot de passe de la base"
+#: ../../mod/dfrn_request.php:804
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "Nom de la base"
+#: ../../mod/dfrn_request.php:824
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Si vous n'êtes pas encore membre du web social libre, <a href=\"http://dir.friendica.com/siteinfo\"> suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui</a>."
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "Adresse électronique de l'administrateur du site"
+#: ../../mod/dfrn_request.php:827
+msgid "Friend/Connection Request"
+msgstr "Requête de relation/amitié"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
+#: ../../mod/dfrn_request.php:828
 msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Votre adresse électronique doit correspondre à celle-ci pour pouvoir utiliser l'interface d'administration."
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "Sélectionner un fuseau horaire par défaut pour votre site"
+#: ../../mod/dfrn_request.php:829
+msgid "Please answer the following:"
+msgstr "Merci de répondre à ce qui suit:"
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "Réglages du site"
+#: ../../mod/dfrn_request.php:830
+#, php-format
+msgid "Does %s know you?"
+msgstr "Est-ce que %s vous connaît?"
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Impossible de trouver la version \"ligne de commande\" de PHP dans le PATH du serveur web."
+#: ../../mod/dfrn_request.php:834
+msgid "Add a personal note:"
+msgstr "Ajouter une note personnelle:"
 
-#: ../../mod/install.php:322
-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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Si vous n'avez pas de version \"ligne de commande\" de PHP sur votre serveur, vous ne pourrez pas utiliser le 'poller' en tâche de fond via cron. Voir <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+#: ../../mod/dfrn_request.php:836 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "Chemin vers l'exécutable de PHP"
+#: ../../mod/dfrn_request.php:837
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Federated Social Web"
 
-#: ../../mod/install.php:326
+#: ../../mod/dfrn_request.php:838 ../../mod/settings.php:736
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../mod/dfrn_request.php:839
+#, php-format
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Entrez le chemin (absolu) vers l'exécutable 'php'. Vous pouvez laisser cette ligne vide pour continuer l'installation."
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - merci de ne pas utiliser ce formulaire.   Entrez plutôt %s dans votre barre de recherche Diaspora."
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "Version \"ligne de commande\" de PHP"
+#: ../../mod/dfrn_request.php:840
+msgid "Your Identity Address:"
+msgstr "Votre adresse d'identité:"
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "L'executable PHP n'est pas le binaire php client (c'est peut être la version cgi-fcgi)"
+#: ../../mod/dfrn_request.php:843
+msgid "Submit Request"
+msgstr "Envoyer la requête"
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "Version de PHP:"
+#: ../../mod/update_profile.php:41 ../../mod/update_network.php:25
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:37
+msgid "[Embedded content - reload page to view]"
+msgstr "[contenu incorporé - rechargez la page pour le voir]"
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
-msgstr "PHP cli binary"
+#: ../../mod/content.php:497 ../../include/conversation.php:690
+msgid "View in context"
+msgstr "Voir dans le contexte"
 
-#: ../../mod/install.php:354
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "La version \"ligne de commande\" de PHP de votre système n'a pas \"register_argc_argv\" d'activé."
+#: ../../mod/contacts.php:108
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] "%d contact édité"
+msgstr[1] "%d contacts édités."
 
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "Ceci est requis pour que la livraison des messages fonctionne."
+#: ../../mod/contacts.php:139 ../../mod/contacts.php:272
+msgid "Could not access contact record."
+msgstr "Impossible d'accéder à l'enregistrement du contact."
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../mod/contacts.php:153
+msgid "Could not locate selected profile."
+msgstr "Impossible de localiser le profil séléctionné."
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Erreur: la fonction \"openssl_pkey_new\" de ce système ne permet pas de générer des clés de chiffrement"
+#: ../../mod/contacts.php:186
+msgid "Contact updated."
+msgstr "Contact mis-à-jour."
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Si vous utilisez Windows, merci de vous réferer à \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/contacts.php:287
+msgid "Contact has been blocked"
+msgstr "Le contact a été bloqué"
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "Générer les clés de chiffrement"
+#: ../../mod/contacts.php:287
+msgid "Contact has been unblocked"
+msgstr "Le contact n'est plus bloqué"
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "Module libCurl de PHP"
+#: ../../mod/contacts.php:298
+msgid "Contact has been ignored"
+msgstr "Le contact a été ignoré"
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "Module GD (graphiques) de PHP"
+#: ../../mod/contacts.php:298
+msgid "Contact has been unignored"
+msgstr "Le contact n'est plus ignoré"
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "Module OpenSSL de PHP"
+#: ../../mod/contacts.php:310
+msgid "Contact has been archived"
+msgstr "Contact archivé"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "Module Mysqli de PHP"
+#: ../../mod/contacts.php:310
+msgid "Contact has been unarchived"
+msgstr "Contact désarchivé"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "Module mb_string de PHP"
+#: ../../mod/contacts.php:335 ../../mod/contacts.php:711
+msgid "Do you really want to delete this contact?"
+msgstr "Voulez-vous vraiment supprimer ce contact?"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Module mod_rewrite Apache"
+#: ../../mod/contacts.php:352
+msgid "Contact has been removed."
+msgstr "Ce contact a été retiré."
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Erreur: Le module \"rewrite\" du serveur web Apache est requis mais pas installé."
+#: ../../mod/contacts.php:390
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Vous êtes ami (et réciproquement) avec %s"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Erreur: Le module PHP \"libCURL\" est requis mais pas installé."
+#: ../../mod/contacts.php:394
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Vous partagez avec %s"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Erreur: Le module PHP \"GD\" disposant du support JPEG est requis mais pas installé."
+#: ../../mod/contacts.php:399
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s partage avec vous"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Erreur: Le module PHP \"openssl\" est requis mais pas installé."
+#: ../../mod/contacts.php:416
+msgid "Private communications are not available for this contact."
+msgstr "Les communications privées ne sont pas disponibles pour ce contact."
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Erreur: Le module PHP \"mysqli\" est requis mais pas installé."
+#: ../../mod/contacts.php:423
+msgid "(Update was successful)"
+msgstr "(Mise à jour effectuée avec succès)"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Erreur: le module PHP mb_string est requis mais pas installé."
+#: ../../mod/contacts.php:423
+msgid "(Update was not successful)"
+msgstr "(Mise à jour échouée)"
 
-#: ../../mod/install.php:438
-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 "L'installeur web doit être en mesure de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais il en est incapable."
+#: ../../mod/contacts.php:425
+msgid "Suggest friends"
+msgstr "Suggérer amitié/contact"
 
-#: ../../mod/install.php:439
-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 "Le plus souvent, il s'agit d'un problème de permission. Le serveur web peut ne pas être capable d'écrire dans votre répertoire - alors que vous-même le pouvez."
+#: ../../mod/contacts.php:429
+#, php-format
+msgid "Network type: %s"
+msgstr "Type de réseau %s"
 
-#: ../../mod/install.php:440
-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 "A la fin de cette étape, nous vous fournirons un texte à sauvegarder dans un fichier nommé .htconfig.php à la racine de votre répertoire Friendica."
+#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contact en commun"
+msgstr[1] "%d contacts en commun"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Vous pouvez également sauter cette étape et procéder à une installation manuelle. Pour cela, merci de lire le fichier \"INSTALL.txt\"."
+#: ../../mod/contacts.php:437
+msgid "View all contacts"
+msgstr "Voir tous les contacts"
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr "Fichier .htconfig.php accessible en écriture"
+#: ../../mod/contacts.php:445
+msgid "Toggle Blocked status"
+msgstr "(dés)activer l'état \"bloqué\""
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica utilise le moteur de modèles Smarty3 pour le rendu d'affichage web. Smarty3 compile les modèles en PHP pour accélérer le rendu."
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715
+msgid "Unignore"
+msgstr "Ne plus ignorer"
 
-#: ../../mod/install.php:455
-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 "Pour pouvoir stocker ces modèles compilés, le serveur internet doit avoir accès au droit d'écriture pour le répertoire view/smarty3/ sous le dossier racine de Friendica."
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Ignorer"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Veuillez vous assurer que l'utilisateur qui exécute votre serveur internet (p. ex. www-data) détient le droit d'accès en écriture sur ce dossier."
+#: ../../mod/contacts.php:451
+msgid "Toggle Ignored status"
+msgstr "(dés)activer l'état \"ignoré\""
 
-#: ../../mod/install.php:457
-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: pour plus de sécurité, vous devriez ne donner le droit d'accès en écriture qu'à view/smarty3/ et pas aux fichiers modèles (.tpl) qu'il contient."
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
+msgid "Unarchive"
+msgstr "Désarchiver"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 est autorisé à l écriture"
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
+msgid "Archive"
+msgstr "Archiver"
 
-#: ../../mod/install.php:472
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "La réécriture d'URL dans le fichier .htaccess ne fonctionne pas. Vérifiez la configuration de votre serveur."
+#: ../../mod/contacts.php:458
+msgid "Toggle Archive status"
+msgstr "(dés)activer l'état \"archivé\""
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr "La réécriture d'URL fonctionne."
+#: ../../mod/contacts.php:461
+msgid "Repair"
+msgstr "Réparer"
 
-#: ../../mod/install.php:484
-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 "Le fichier de configuration de la base (\".htconfig.php\") ne peut être créé. Merci d'utiliser le texte ci-joint pour créer ce fichier à la racine de votre hébergement."
+#: ../../mod/contacts.php:464
+msgid "Advanced Contact Settings"
+msgstr "Réglages avancés du contact"
 
-#: ../../mod/install.php:523
-msgid "<h1>What next</h1>"
-msgstr "<h1>Ensuite</h1>"
+#: ../../mod/contacts.php:470
+msgid "Communications lost with this contact!"
+msgstr "Communications perdues avec ce contact !"
 
-#: ../../mod/install.php:524
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le 'poller'."
+#: ../../mod/contacts.php:473
+msgid "Contact Editor"
+msgstr "Éditeur de contact"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#: ../../mod/contacts.php:476
+msgid "Profile Visibility"
+msgstr "Visibilité du profil"
+
+#: ../../mod/contacts.php:477
 #, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message."
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous rend visite de manière sécurisée."
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Impossible de vérifier votre localisation."
+#: ../../mod/contacts.php:478
+msgid "Contact Information / Notes"
+msgstr "Informations de contact / Notes"
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Pas de destinataire."
+#: ../../mod/contacts.php:479
+msgid "Edit contact notes"
+msgstr "Éditer les notes des contacts"
 
-#: ../../mod/wallmessage.php:143
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:679
+#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40
 #, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visiter le profil de %s [%s]"
+
+#: ../../mod/contacts.php:485
+msgid "Block/Unblock contact"
+msgstr "Bloquer/débloquer ce contact"
+
+#: ../../mod/contacts.php:486
+msgid "Ignore contact"
+msgstr "Ignorer ce contact"
+
+#: ../../mod/contacts.php:487
+msgid "Repair URL settings"
+msgstr "Réglages de réparation des URL"
+
+#: ../../mod/contacts.php:488
+msgid "View conversations"
+msgstr "Voir les conversations"
+
+#: ../../mod/contacts.php:490
+msgid "Delete contact"
+msgstr "Effacer ce contact"
+
+#: ../../mod/contacts.php:494
+msgid "Last update:"
+msgstr "Dernière mise-à-jour :"
+
+#: ../../mod/contacts.php:496
+msgid "Update public posts"
+msgstr "Mettre à jour les publications publiques:"
+
+#: ../../mod/contacts.php:505
+msgid "Currently blocked"
+msgstr "Actuellement bloqué"
+
+#: ../../mod/contacts.php:506
+msgid "Currently ignored"
+msgstr "Actuellement ignoré"
+
+#: ../../mod/contacts.php:507
+msgid "Currently archived"
+msgstr "Actuellement archivé"
+
+#: ../../mod/contacts.php:508 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "Cacher ce contact aux autres"
+
+#: ../../mod/contacts.php:508
 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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Les réponses et \"j'aime\" à vos publications publiques <strong>peuvent</strong> être toujours visibles"
 
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "Aide:"
+#: ../../mod/contacts.php:509
+msgid "Notification for new posts"
+msgstr "Notification des nouvelles publications"
 
-#: ../../mod/help.php:84 ../../include/nav.php:114
-msgid "Help"
-msgstr "Aide"
+#: ../../mod/contacts.php:509
+msgid "Send a notification of every new post of this contact"
+msgstr "Envoyer une notification de chaque nouveau message en provenance de ce contact"
 
-#: ../../mod/help.php:90 ../../index.php:256
-msgid "Not Found"
-msgstr "Non trouvé"
+#: ../../mod/contacts.php:510
+msgid "Fetch further information for feeds"
+msgstr "Chercher plus d'informations pour les flux"
 
-#: ../../mod/help.php:93 ../../index.php:259
-msgid "Page not found."
-msgstr "Page introuvable."
+#: ../../mod/contacts.php:511
+msgid "Disabled"
+msgstr "Désactivé"
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s accueille %2$s"
+#: ../../mod/contacts.php:511
+msgid "Fetch information"
+msgstr "Récupérer informations"
 
-#: ../../mod/home.php:35
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bienvenue sur %s"
+#: ../../mod/contacts.php:511
+msgid "Fetch information and keywords"
+msgstr "Récupérer informations"
 
-#: ../../mod/wall_attach.php:75
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Désolé, il semble que votre fichier est plus important que ce que la configuration de PHP autorise"
+#: ../../mod/contacts.php:513
+msgid "Blacklisted keywords"
+msgstr "Mots-clés sur la liste noire"
 
-#: ../../mod/wall_attach.php:75
-msgid "Or - did you try to upload an empty file?"
-msgstr ""
+#: ../../mod/contacts.php:513
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Liste de mots-clés separés par des virgules qui ne doivent pas être converti en mots-dièse quand  « Récupérer informations et mots-clés » est sélectionné."
 
-#: ../../mod/wall_attach.php:81
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "La taille du fichier dépasse la limite de %d"
+#: ../../mod/contacts.php:564
+msgid "Suggestions"
+msgstr "Suggestions"
 
-#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
-msgid "File upload failed."
-msgstr "Le téléversement a échoué."
+#: ../../mod/contacts.php:567
+msgid "Suggest potential friends"
+msgstr "Suggérer des amis potentiels"
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Correpondance de profils"
+#: ../../mod/contacts.php:570 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "Tous les contacts"
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut."
+#: ../../mod/contacts.php:573
+msgid "Show all contacts"
+msgstr "Montrer tous les contacts"
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "s'intéresse à:"
+#: ../../mod/contacts.php:576
+msgid "Unblocked"
+msgstr "Non-bloqués"
 
-#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1563
-#: ../../include/contact_widgets.php:10
-msgid "Connect"
-msgstr "Relier"
+#: ../../mod/contacts.php:579
+msgid "Only show unblocked contacts"
+msgstr "Ne montrer que les contacts non-bloqués"
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr "lien"
+#: ../../mod/contacts.php:583
+msgid "Blocked"
+msgstr "Bloqués"
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Indisponible."
+#: ../../mod/contacts.php:586
+msgid "Only show blocked contacts"
+msgstr "Ne montrer que les contacts bloqués"
 
-#: ../../mod/community.php:32 ../../include/nav.php:129
-#: ../../view/theme/diabook/theme.php:129
-msgid "Community"
-msgstr "Communauté"
+#: ../../mod/contacts.php:590
+msgid "Ignored"
+msgstr "Ignorés"
 
-#: ../../mod/community.php:62 ../../mod/community.php:71
-#: ../../mod/search.php:170 ../../mod/search.php:196
-msgid "No results."
-msgstr "Aucun résultat."
+#: ../../mod/contacts.php:593
+msgid "Only show ignored contacts"
+msgstr "Ne montrer que les contacts ignorés"
+
+#: ../../mod/contacts.php:597
+msgid "Archived"
+msgstr "Archivés"
+
+#: ../../mod/contacts.php:600
+msgid "Only show archived contacts"
+msgstr "Ne montrer que les contacts archivés"
+
+#: ../../mod/contacts.php:604
+msgid "Hidden"
+msgstr "Cachés"
+
+#: ../../mod/contacts.php:607
+msgid "Only show hidden contacts"
+msgstr "Ne montrer que les contacts masqués"
+
+#: ../../mod/contacts.php:655
+msgid "Mutual Friendship"
+msgstr "Relation réciproque"
+
+#: ../../mod/contacts.php:659
+msgid "is a fan of yours"
+msgstr "Vous suit"
+
+#: ../../mod/contacts.php:663
+msgid "you are a fan of"
+msgstr "Vous le/la suivez"
+
+#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Éditer le contact"
+
+#: ../../mod/contacts.php:706
+msgid "Search your contacts"
+msgstr "Rechercher dans vos contacts"
+
+#: ../../mod/contacts.php:713 ../../mod/settings.php:132
+#: ../../mod/settings.php:640
+msgid "Update"
+msgstr "Mises-à-jour"
 
 #: ../../mod/settings.php:29 ../../mod/photos.php:80
 msgid "everybody"
@@ -3610,7 +3921,7 @@ msgstr "Fonctionnalités mises à jour"
 
 #: ../../mod/settings.php:321
 msgid "Relocate message has been send to your contacts"
-msgstr ""
+msgstr "Un message de relocalisation a été envoyé à vos contacts."
 
 #: ../../mod/settings.php:335
 msgid "Passwords do not match. Password unchanged."
@@ -3730,11 +4041,6 @@ msgstr "Fonctions supplémentaires"
 msgid "Built-in support for %s connectivity is %s"
 msgstr "Le support natif pour la connectivité %s est %s"
 
-#: ../../mod/settings.php:736 ../../mod/dfrn_request.php:838
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
-
 #: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "enabled"
 msgstr "activé"
@@ -3922,18 +4228,6 @@ msgstr "&amp;nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte
 msgid "Publish your default profile in your local site directory?"
 msgstr "Publier votre profil par défaut sur l'annuaire local de ce site?"
 
-#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
-#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
-#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
-#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
-#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
-#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
-#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
-#: ../../mod/register.php:234 ../../mod/profiles.php:627
-#: ../../mod/profiles.php:631 ../../mod/api.php:106
-msgid "No"
-msgstr "Non"
-
 #: ../../mod/settings.php:1016
 msgid "Publish your default profile in the global social directory?"
 msgstr "Publier votre profil par défaut sur l'annuaire social global?"
@@ -3972,6 +4266,10 @@ msgstr "Autoriser les messages privés d'inconnus?"
 msgid "Profile is <strong>not published</strong>."
 msgstr "Ce profil n'est <strong>pas publié</strong>."
 
+#: ../../mod/settings.php:1062 ../../mod/profile_photo.php:248
+msgid "or"
+msgstr "ou"
+
 #: ../../mod/settings.php:1067
 msgid "Your Identity Address is"
 msgstr "L'adresse de votre identité est"
@@ -4188,925 +4486,817 @@ msgstr "Modifier le comportement de ce compte dans certaines situations"
 
 #: ../../mod/settings.php:1193
 msgid "Relocate"
-msgstr ""
+msgstr "Relocaliser"
 
 #: ../../mod/settings.php:1194
 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 ""
+msgstr "Si vous avez migré ce profil depuis un autre serveur et que vos contacts ne reçoivent plus vos mises à jour, essayez ce bouton."
 
 #: ../../mod/settings.php:1195
 msgid "Resend relocate message to contacts"
-msgstr ""
+msgstr "Renvoyer un message de relocalisation aux contacts."
 
-#: ../../mod/dfrn_request.php:95
-msgid "This introduction has already been accepted."
-msgstr "Cette introduction a déjà été acceptée."
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "Profil supprimé."
 
-#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "L'emplacement du profil est invalide ou ne contient pas de profil valide."
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Profil-"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Attention: l'emplacement du profil n'a pas de nom identifiable."
-
-#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
-msgid "Warning: profile location has no profile photo."
-msgstr "Attention: l'emplacement du profil n'a pas de photo de profil."
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "Nouveau profil créé."
 
-#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
-#, 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 paramètre requis n'a pas été trouvé à l'endroit indiqué"
-msgstr[1] "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué"
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "Ce profil ne peut être cloné."
 
-#: ../../mod/dfrn_request.php:172
-msgid "Introduction complete."
-msgstr "Phase d'introduction achevée."
+#: ../../mod/profiles.php:189
+msgid "Profile Name is required."
+msgstr "Le nom du profil est requis."
 
-#: ../../mod/dfrn_request.php:214
-msgid "Unrecoverable protocol error."
-msgstr "Erreur de protocole non-récupérable."
+#: ../../mod/profiles.php:340
+msgid "Marital Status"
+msgstr "Statut marital"
 
-#: ../../mod/dfrn_request.php:242
-msgid "Profile unavailable."
-msgstr "Profil indisponible."
+#: ../../mod/profiles.php:344
+msgid "Romantic Partner"
+msgstr "Partenaire/conjoint"
 
-#: ../../mod/dfrn_request.php:267
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s a reçu trop de demandes d'introduction aujourd'hui."
+#: ../../mod/profiles.php:348
+msgid "Likes"
+msgstr "Derniers \"J'aime\""
 
-#: ../../mod/dfrn_request.php:268
-msgid "Spam protection measures have been invoked."
-msgstr "Des mesures de protection contre le spam ont été déclenchées."
+#: ../../mod/profiles.php:352
+msgid "Dislikes"
+msgstr "Derniers \"Je n'aime pas\""
 
-#: ../../mod/dfrn_request.php:269
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Les relations sont encouragées à attendre 24 heures pour recommencer."
+#: ../../mod/profiles.php:356
+msgid "Work/Employment"
+msgstr "Travail/Occupation"
 
-#: ../../mod/dfrn_request.php:331
-msgid "Invalid locator"
-msgstr "Localisateur invalide"
+#: ../../mod/profiles.php:359
+msgid "Religion"
+msgstr "Religion"
 
-#: ../../mod/dfrn_request.php:340
-msgid "Invalid email address."
-msgstr "Adresse courriel invalide."
+#: ../../mod/profiles.php:363
+msgid "Political Views"
+msgstr "Tendance politique"
 
-#: ../../mod/dfrn_request.php:367
-msgid "This account has not been configured for email. Request failed."
-msgstr "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée."
+#: ../../mod/profiles.php:367
+msgid "Gender"
+msgstr "Sexe"
 
-#: ../../mod/dfrn_request.php:463
-msgid "Unable to resolve your name at the provided location."
-msgstr "Impossible de résoudre votre nom à l'emplacement fourni."
+#: ../../mod/profiles.php:371
+msgid "Sexual Preference"
+msgstr "Préférence sexuelle"
 
-#: ../../mod/dfrn_request.php:476
-msgid "You have already introduced yourself here."
-msgstr "Vous vous êtes déjà présenté ici."
+#: ../../mod/profiles.php:375
+msgid "Homepage"
+msgstr "Site internet"
 
-#: ../../mod/dfrn_request.php:480
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Il semblerait que vous soyez déjà ami avec %s."
+#: ../../mod/profiles.php:379 ../../mod/profiles.php:683
+msgid "Interests"
+msgstr "Centres d'intérêt"
 
-#: ../../mod/dfrn_request.php:501
-msgid "Invalid profile URL."
-msgstr "URL de profil invalide."
+#: ../../mod/profiles.php:383
+msgid "Address"
+msgstr "Adresse"
 
-#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27
-msgid "Disallowed profile URL."
-msgstr "URL de profil interdite."
+#: ../../mod/profiles.php:390 ../../mod/profiles.php:679
+msgid "Location"
+msgstr "Localisation"
 
-#: ../../mod/dfrn_request.php:597
-msgid "Your introduction has been sent."
-msgstr "Votre introduction a été envoyée."
+#: ../../mod/profiles.php:473
+msgid "Profile updated."
+msgstr "Profil mis à jour."
 
-#: ../../mod/dfrn_request.php:650
-msgid "Please login to confirm introduction."
-msgstr "Connectez-vous pour confirmer l'introduction."
+#: ../../mod/profiles.php:553
+msgid " and "
+msgstr " et "
 
-#: ../../mod/dfrn_request.php:660
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Identité incorrecte actuellement connectée. Merci de vous connecter à <strong>ce</strong> profil."
+#: ../../mod/profiles.php:561
+msgid "public profile"
+msgstr "profil public"
 
-#: ../../mod/dfrn_request.php:671
-msgid "Hide this contact"
-msgstr "Cacher ce contact"
+#: ../../mod/profiles.php:564
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s a changé %2$s en &ldquo;%3$s&rdquo;"
 
-#: ../../mod/dfrn_request.php:674
+#: ../../mod/profiles.php:565
 #, php-format
-msgid "Welcome home %s."
-msgstr "Bienvenue chez vous, %s."
+msgid " - Visit %1$s's %2$s"
+msgstr "Visiter le %2$s de %1$s"
 
-#: ../../mod/dfrn_request.php:675
+#: ../../mod/profiles.php:568
 #, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Merci de confirmer votre demande d'introduction auprès de %s."
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s a mis à jour son %2$s, en modifiant %3$s."
 
-#: ../../mod/dfrn_request.php:676
-msgid "Confirm"
-msgstr "Confirmer"
+#: ../../mod/profiles.php:643
+msgid "Hide contacts and friends:"
+msgstr "Cacher mes contacts et amis:"
 
-#: ../../mod/dfrn_request.php:804
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:"
+#: ../../mod/profiles.php:648
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Cacher ma liste d'amis/contacts des visiteurs de ce profil?"
 
-#: ../../mod/dfrn_request.php:824
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Si vous n'êtes pas encore membre du web social libre, <a href=\"http://dir.friendica.com/siteinfo\"> suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui</a>."
+#: ../../mod/profiles.php:670
+msgid "Edit Profile Details"
+msgstr "Éditer les détails du profil"
 
-#: ../../mod/dfrn_request.php:827
-msgid "Friend/Connection Request"
-msgstr "Requête de relation/amitié"
+#: ../../mod/profiles.php:672
+msgid "Change Profile Photo"
+msgstr "Changer la photo du profil"
 
-#: ../../mod/dfrn_request.php:828
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../mod/profiles.php:673
+msgid "View this profile"
+msgstr "Voir ce profil"
 
-#: ../../mod/dfrn_request.php:829
-msgid "Please answer the following:"
-msgstr "Merci de répondre à ce qui suit:"
+#: ../../mod/profiles.php:674
+msgid "Create a new profile using these settings"
+msgstr "Créer un nouveau profil en utilisant ces réglages"
 
-#: ../../mod/dfrn_request.php:830
-#, php-format
-msgid "Does %s know you?"
-msgstr "Est-ce que %s vous connaît?"
+#: ../../mod/profiles.php:675
+msgid "Clone this profile"
+msgstr "Cloner ce profil"
 
-#: ../../mod/dfrn_request.php:834
-msgid "Add a personal note:"
-msgstr "Ajouter une note personnelle:"
+#: ../../mod/profiles.php:676
+msgid "Delete this profile"
+msgstr "Supprimer ce profil"
 
-#: ../../mod/dfrn_request.php:836 ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/profiles.php:677
+msgid "Basic information"
+msgstr "Information de base"
 
-#: ../../mod/dfrn_request.php:837
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federated Social Web"
+#: ../../mod/profiles.php:678
+msgid "Profile picture"
+msgstr "Image de profil"
 
-#: ../../mod/dfrn_request.php:839
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - merci de ne pas utiliser ce formulaire.   Entrez plutôt %s dans votre barre de recherche Diaspora."
+#: ../../mod/profiles.php:680
+msgid "Preferences"
+msgstr "Préférences"
 
-#: ../../mod/dfrn_request.php:840
-msgid "Your Identity Address:"
-msgstr "Votre adresse d'identité:"
+#: ../../mod/profiles.php:681
+msgid "Status information"
+msgstr "Information sur le statut"
 
-#: ../../mod/dfrn_request.php:843
-msgid "Submit Request"
-msgstr "Envoyer la requête"
+#: ../../mod/profiles.php:682
+msgid "Additional information"
+msgstr "Information additionnelle"
 
-#: ../../mod/register.php:90
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Inscription réussie. Vérifiez vos emails pour la suite des instructions."
+#: ../../mod/profiles.php:685
+msgid "Profile Name:"
+msgstr "Nom du profil:"
 
-#: ../../mod/register.php:96
-#, 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 ""
+#: ../../mod/profiles.php:686
+msgid "Your Full Name:"
+msgstr "Votre nom complet:"
 
-#: ../../mod/register.php:105
-msgid "Your registration can not be processed."
-msgstr "Votre inscription ne peut être traitée."
+#: ../../mod/profiles.php:687
+msgid "Title/Description:"
+msgstr "Titre/Description:"
 
-#: ../../mod/register.php:148
-msgid "Your registration is pending approval by the site owner."
-msgstr "Votre inscription attend une validation du propriétaire du site."
+#: ../../mod/profiles.php:688
+msgid "Your Gender:"
+msgstr "Votre genre:"
 
-#: ../../mod/register.php:186 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Le nombre d'inscriptions quotidiennes pour ce site a été dépassé. Merci de réessayer demain."
+#: ../../mod/profiles.php:689
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Anniversaire (%s):"
 
-#: ../../mod/register.php:214
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Vous pouvez (si vous le souhaitez) remplir ce formulaire via OpenID. Fournissez votre OpenID et cliquez \"S'inscrire\"."
+#: ../../mod/profiles.php:690
+msgid "Street Address:"
+msgstr "Adresse postale:"
 
-#: ../../mod/register.php:215
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez le reste."
+#: ../../mod/profiles.php:691
+msgid "Locality/City:"
+msgstr "Ville/Localité:"
 
-#: ../../mod/register.php:216
-msgid "Your OpenID (optional): "
-msgstr "Votre OpenID (facultatif): "
+#: ../../mod/profiles.php:692
+msgid "Postal/Zip Code:"
+msgstr "Code postal:"
 
-#: ../../mod/register.php:230
-msgid "Include your profile in member directory?"
-msgstr "Inclure votre profil dans l'annuaire des membres?"
+#: ../../mod/profiles.php:693
+msgid "Country:"
+msgstr "Pays:"
 
-#: ../../mod/register.php:251
-msgid "Membership on this site is by invitation only."
-msgstr "L'inscription à ce site se fait uniquement sur invitation."
+#: ../../mod/profiles.php:694
+msgid "Region/State:"
+msgstr "Région/État:"
 
-#: ../../mod/register.php:252
-msgid "Your invitation ID: "
-msgstr "Votre ID d'invitation: "
+#: ../../mod/profiles.php:695
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Statut marital:"
 
-#: ../../mod/register.php:263
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Votre nom complet (p.ex. Michel Dupont): "
+#: ../../mod/profiles.php:696
+msgid "Who: (if applicable)"
+msgstr "Qui: (si pertinent)"
 
-#: ../../mod/register.php:264
-msgid "Your Email Address: "
-msgstr "Votre adresse courriel: "
+#: ../../mod/profiles.php:697
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Exemples: cathy123, Cathy Williams, cathy@example.com"
 
-#: ../../mod/register.php:265
-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 "Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de votre profil en découlera sous la forme '&lt;strong&gt;pseudo@$sitename&lt;/strong&gt;'."
+#: ../../mod/profiles.php:698
+msgid "Since [date]:"
+msgstr "Depuis [date] :"
 
-#: ../../mod/register.php:266
-msgid "Choose a nickname: "
-msgstr "Choisir un pseudo: "
+#: ../../mod/profiles.php:699 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "Préférence sexuelle:"
 
-#: ../../mod/register.php:269 ../../boot.php:1236 ../../include/nav.php:109
-msgid "Register"
-msgstr "S'inscrire"
+#: ../../mod/profiles.php:700
+msgid "Homepage URL:"
+msgstr "Page personnelle:"
 
-#: ../../mod/register.php:275 ../../mod/uimport.php:64
-msgid "Import"
-msgstr "Importer"
+#: ../../mod/profiles.php:701 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr " Ville d'origine:"
 
-#: ../../mod/register.php:276
-msgid "Import your profile to this friendica instance"
-msgstr "Importer votre profile dans cette instance de friendica"
+#: ../../mod/profiles.php:702 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "Opinions politiques:"
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
-msgstr "Système indisponible pour cause de maintenance"
+#: ../../mod/profiles.php:703
+msgid "Religious Views:"
+msgstr "Opinions religieuses:"
 
-#: ../../mod/search.php:99 ../../include/text.php:952
-#: ../../include/text.php:953 ../../include/nav.php:119
-msgid "Search"
-msgstr "Recherche"
+#: ../../mod/profiles.php:704
+msgid "Public Keywords:"
+msgstr "Mots-clés publics:"
 
-#: ../../mod/directory.php:51 ../../view/theme/diabook/theme.php:525
-msgid "Global Directory"
-msgstr "Annuaire global"
+#: ../../mod/profiles.php:705
+msgid "Private Keywords:"
+msgstr "Mots-clés privés:"
 
-#: ../../mod/directory.php:59
-msgid "Find on this site"
-msgstr "Trouver sur ce site"
+#: ../../mod/profiles.php:706 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "J'aime :"
 
-#: ../../mod/directory.php:62
-msgid "Site Directory"
-msgstr "Annuaire local"
+#: ../../mod/profiles.php:707 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "Je n'aime pas :"
 
-#: ../../mod/directory.php:113 ../../mod/profiles.php:716
-msgid "Age: "
-msgstr "Age: "
+#: ../../mod/profiles.php:708
+msgid "Example: fishing photography software"
+msgstr "Exemple: football dessin programmation"
 
-#: ../../mod/directory.php:116
-msgid "Gender: "
-msgstr "Genre: "
+#: ../../mod/profiles.php:709
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par autrui)"
 
-#: ../../mod/directory.php:138 ../../boot.php:1645
-#: ../../include/profile_advanced.php:17
-msgid "Gender:"
-msgstr "Genre:"
+#: ../../mod/profiles.php:710
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Utilisés pour rechercher dans les profils, ne seront jamais montrés à autrui)"
 
-#: ../../mod/directory.php:140 ../../boot.php:1648
-#: ../../include/profile_advanced.php:37
-msgid "Status:"
-msgstr "Statut:"
+#: ../../mod/profiles.php:711
+msgid "Tell us about yourself..."
+msgstr "Parlez-nous de vous..."
 
-#: ../../mod/directory.php:142 ../../boot.php:1650
-#: ../../include/profile_advanced.php:48
-msgid "Homepage:"
-msgstr "Page personnelle:"
+#: ../../mod/profiles.php:712
+msgid "Hobbies/Interests"
+msgstr "Passe-temps/Centres d'intérêt"
 
-#: ../../mod/directory.php:144 ../../boot.php:1652
-#: ../../include/profile_advanced.php:58
-msgid "About:"
-msgstr "À propos:"
+#: ../../mod/profiles.php:713
+msgid "Contact information and Social Networks"
+msgstr "Coordonnées/Réseaux sociaux"
 
-#: ../../mod/directory.php:189
-msgid "No entries (some entries may be hidden)."
-msgstr "Aucune entrée (certaines peuvent être cachées)."
+#: ../../mod/profiles.php:714
+msgid "Musical interests"
+msgstr "Goûts musicaux"
 
-#: ../../mod/delegate.php:101
-msgid "No potential page delegates located."
-msgstr "Pas de délégataire potentiel."
+#: ../../mod/profiles.php:715
+msgid "Books, literature"
+msgstr "Lectures"
 
-#: ../../mod/delegate.php:130 ../../include/nav.php:168
-msgid "Delegate Page Management"
-msgstr "Déléguer la gestion de la page"
+#: ../../mod/profiles.php:716
+msgid "Television"
+msgstr "Télévision"
 
-#: ../../mod/delegate.php:132
-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 "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue."
+#: ../../mod/profiles.php:717
+msgid "Film/dance/culture/entertainment"
+msgstr "Cinéma/Danse/Culture/Divertissement"
 
-#: ../../mod/delegate.php:133
-msgid "Existing Page Managers"
-msgstr "Gestionnaires existants"
+#: ../../mod/profiles.php:718
+msgid "Love/romance"
+msgstr "Amour/Romance"
 
-#: ../../mod/delegate.php:135
-msgid "Existing Page Delegates"
-msgstr "Délégataires existants"
+#: ../../mod/profiles.php:719
+msgid "Work/employment"
+msgstr "Activité professionnelle/Occupation"
 
-#: ../../mod/delegate.php:137
-msgid "Potential Delegates"
-msgstr "Délégataires potentiels"
+#: ../../mod/profiles.php:720
+msgid "School/education"
+msgstr "Études/Formation"
 
-#: ../../mod/delegate.php:140
-msgid "Add"
-msgstr "Ajouter"
+#: ../../mod/profiles.php:725
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Ceci est votre profil <strong>public</strong>.<br />Il <strong>peut</strong> être visible par n'importe quel utilisateur d'Internet."
 
-#: ../../mod/delegate.php:141
-msgid "No entries."
-msgstr "Aucune entrée."
+#: ../../mod/profiles.php:788
+msgid "Edit/Manage Profiles"
+msgstr "Editer/gérer les profils"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Amis communs"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "Groupe créé."
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Pas de contacts en commun."
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Impossible de créer le groupe."
 
-#: ../../mod/uexport.php:77
-msgid "Export account"
-msgstr "Exporter le compte"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "Groupe introuvable."
 
-#: ../../mod/uexport.php:77
-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 "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur."
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "Groupe renommé."
 
-#: ../../mod/uexport.php:78
-msgid "Export all"
-msgstr "Tout exporter"
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr "Sauvegarder le groupe"
 
-#: ../../mod/uexport.php:78
-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 "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos)."
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Créez un groupe de contacts/amis."
 
-#: ../../mod/mood.php:62 ../../include/conversation.php:227
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s est d'humeur %2$s"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Nom du groupe: "
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "Humeur"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "Groupe enlevé."
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "Spécifiez votre humeur du moment, et informez vos amis"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "Impossible d'enlever le groupe."
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "Voulez-vous vraiment supprimer cette suggestion ?"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Éditeur de groupe"
 
-#: ../../mod/suggest.php:68 ../../include/contact_widgets.php:35
-#: ../../view/theme/diabook/theme.php:527
-msgid "Friend Suggestions"
-msgstr "Suggestions d'amitiés/contacts"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "Membres"
 
-#: ../../mod/suggest.php:74
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h."
+#: ../../mod/group.php:224 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
+msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer."
 
-#: ../../mod/suggest.php:92
-msgid "Ignore/Hide"
-msgstr "Ignorer/cacher"
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "Texte source (bbcode) :"
 
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "Profil supprimé."
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Texte source (Diaspora) à convertir en BBcode :"
 
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "Profil-"
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "Source input: "
 
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "Nouveau profil créé."
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (HTML brut)"
 
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "Ce profil ne peut être cloné."
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html: "
 
-#: ../../mod/profiles.php:172
-msgid "Profile Name is required."
-msgstr "Le nom du profil est requis."
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
 
-#: ../../mod/profiles.php:323
-msgid "Marital Status"
-msgstr "Statut marital"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md: "
 
-#: ../../mod/profiles.php:327
-msgid "Romantic Partner"
-msgstr "Partenaire/conjoint"
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
 
-#: ../../mod/profiles.php:331
-msgid "Likes"
-msgstr "Derniers \"J'aime\""
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
 
-#: ../../mod/profiles.php:335
-msgid "Dislikes"
-msgstr "Derniers \"Je n'aime pas\""
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
 
-#: ../../mod/profiles.php:339
-msgid "Work/Employment"
-msgstr "Travail/Occupation"
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "Texte source (format Diaspora) :"
 
-#: ../../mod/profiles.php:342
-msgid "Religion"
-msgstr "Religion"
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb :"
 
-#: ../../mod/profiles.php:346
-msgid "Political Views"
-msgstr "Tendance politique"
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Indisponible."
 
-#: ../../mod/profiles.php:350
-msgid "Gender"
-msgstr "Sexe"
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "Contact ajouté"
 
-#: ../../mod/profiles.php:354
-msgid "Sexual Preference"
-msgstr "Préférence sexuelle"
+#: ../../mod/notify.php:75 ../../mod/notifications.php:336
+msgid "No more system notifications."
+msgstr "Pas plus de notifications système."
 
-#: ../../mod/profiles.php:358
-msgid "Homepage"
-msgstr "Site internet"
+#: ../../mod/notify.php:79 ../../mod/notifications.php:340
+msgid "System Notifications"
+msgstr "Notifications du système"
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:664
-msgid "Interests"
-msgstr "Centres d'intérêt"
+#: ../../mod/message.php:9 ../../include/nav.php:162
+msgid "New Message"
+msgstr "Nouveau message"
 
-#: ../../mod/profiles.php:366
-msgid "Address"
-msgstr "Adresse"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "Impossible de localiser les informations du contact."
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:660
-msgid "Location"
-msgstr "Localisation"
+#: ../../mod/message.php:182 ../../include/nav.php:159
+msgid "Messages"
+msgstr "Messages"
 
-#: ../../mod/profiles.php:456
-msgid "Profile updated."
-msgstr "Profil mis à jour."
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "Voulez-vous vraiment supprimer ce message ?"
 
-#: ../../mod/profiles.php:534
-msgid " and "
-msgstr " et "
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "Message supprimé."
 
-#: ../../mod/profiles.php:542
-msgid "public profile"
-msgstr "profil public"
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "Conversation supprimée."
+
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "Aucun message."
 
-#: ../../mod/profiles.php:545
+#: ../../mod/message.php:378
 #, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s a changé %2$s en &ldquo;%3$s&rdquo;"
+msgid "Unknown sender - %s"
+msgstr "Émetteur inconnu - %s"
 
-#: ../../mod/profiles.php:546
+#: ../../mod/message.php:381
 #, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr "Visiter le %2$s de %1$s"
+msgid "You and %s"
+msgstr "Vous et %s"
 
-#: ../../mod/profiles.php:549
+#: ../../mod/message.php:384
 #, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s a mis à jour son %2$s, en modifiant %3$s."
+msgid "%s and You"
+msgstr "%s et vous"
 
-#: ../../mod/profiles.php:624
-msgid "Hide contacts and friends:"
-msgstr "Cacher mes contacts et amis:"
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Effacer conversation"
 
-#: ../../mod/profiles.php:629
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Cacher ma liste d'amis/contacts des visiteurs de ce profil?"
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../mod/profiles.php:651
-msgid "Edit Profile Details"
-msgstr "Éditer les détails du profil"
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d message"
+msgstr[1] "%d messages"
 
-#: ../../mod/profiles.php:653
-msgid "Change Profile Photo"
-msgstr "Changer la photo du profil"
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "Message indisponible."
 
-#: ../../mod/profiles.php:654
-msgid "View this profile"
-msgstr "Voir ce profil"
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Effacer message"
 
-#: ../../mod/profiles.php:655
-msgid "Create a new profile using these settings"
-msgstr "Créer un nouveau profil en utilisant ces réglages"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Pas de communications sécurisées possibles. Vous serez <strong>peut-être</strong> en mesure de répondre depuis la page de profil de l'émetteur."
 
-#: ../../mod/profiles.php:656
-msgid "Clone this profile"
-msgstr "Cloner ce profil"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Répondre"
 
-#: ../../mod/profiles.php:657
-msgid "Delete this profile"
-msgstr "Supprimer ce profil"
+#: ../../mod/like.php:168 ../../include/conversation.php:140
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s n'aime pas %3$s de %2$s"
 
-#: ../../mod/profiles.php:658
-msgid "Basic information"
-msgstr "Information de base"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "Publication réussie."
 
-#: ../../mod/profiles.php:659
-msgid "Profile picture"
-msgstr "Image de profil"
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:148
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: ../../mod/profiles.php:661
-msgid "Preferences"
-msgstr "Préférences"
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Conversion temporelle"
 
-#: ../../mod/profiles.php:662
-msgid "Status information"
-msgstr "Information sur le statut"
+#: ../../mod/localtime.php:26
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire."
 
-#: ../../mod/profiles.php:663
-msgid "Additional information"
-msgstr "Information additionnelle"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
+msgstr "Temps UTC : %s"
 
-#: ../../mod/profiles.php:666
-msgid "Profile Name:"
-msgstr "Nom du profil:"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Zone de temps courante : %s"
 
-#: ../../mod/profiles.php:667
-msgid "Your Full Name:"
-msgstr "Votre nom complet:"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Temps local converti : %s"
 
-#: ../../mod/profiles.php:668
-msgid "Title/Description:"
-msgstr "Titre/Description:"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Sélectionner votre zone :"
 
-#: ../../mod/profiles.php:669
-msgid "Your Gender:"
-msgstr "Votre genre:"
+#: ../../mod/filer.php:30 ../../include/conversation.php:1006
+#: ../../include/conversation.php:1024
+msgid "Save to Folder:"
+msgstr "Sauver dans le Dossier:"
 
-#: ../../mod/profiles.php:670
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Anniversaire (%s):"
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "- choisir -"
 
-#: ../../mod/profiles.php:671
-msgid "Street Address:"
-msgstr "Adresse postale:"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Identifiant de profil invalide."
 
-#: ../../mod/profiles.php:672
-msgid "Locality/City:"
-msgstr "Ville/Localité:"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "Éditer la visibilité du profil"
 
-#: ../../mod/profiles.php:673
-msgid "Postal/Zip Code:"
-msgstr "Code postal:"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Visible par"
 
-#: ../../mod/profiles.php:674
-msgid "Country:"
-msgstr "Pays:"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Tous les contacts (ayant un accès sécurisé)"
 
-#: ../../mod/profiles.php:675
-msgid "Region/State:"
-msgstr "Région/État:"
+#: ../../mod/viewcontacts.php:41
+msgid "No contacts."
+msgstr "Aucun contact."
 
-#: ../../mod/profiles.php:676
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Statut marital:"
+#: ../../mod/viewcontacts.php:78 ../../include/text.php:876
+msgid "View Contacts"
+msgstr "Voir les contacts"
 
-#: ../../mod/profiles.php:677
-msgid "Who: (if applicable)"
-msgstr "Qui: (si pertinent)"
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Recherche de personnes"
 
-#: ../../mod/profiles.php:678
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Exemples: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Aucune correspondance"
 
-#: ../../mod/profiles.php:679
-msgid "Since [date]:"
-msgstr "Depuis [date] :"
+#: ../../mod/photos.php:67 ../../mod/photos.php:1262 ../../mod/photos.php:1819
+msgid "Upload New Photos"
+msgstr "Téléverser de nouvelles photos"
 
-#: ../../mod/profiles.php:680 ../../include/profile_advanced.php:46
-msgid "Sexual Preference:"
-msgstr "Préférence sexuelle:"
+#: ../../mod/photos.php:144
+msgid "Contact information unavailable"
+msgstr "Informations de contact indisponibles"
 
-#: ../../mod/profiles.php:681
-msgid "Homepage URL:"
-msgstr "Page personnelle:"
+#: ../../mod/photos.php:165
+msgid "Album not found."
+msgstr "Album introuvable."
 
-#: ../../mod/profiles.php:682 ../../include/profile_advanced.php:50
-msgid "Hometown:"
-msgstr " Ville d'origine:"
+#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204
+msgid "Delete Album"
+msgstr "Effacer l'album"
 
-#: ../../mod/profiles.php:683 ../../include/profile_advanced.php:54
-msgid "Political Views:"
-msgstr "Opinions politiques:"
+#: ../../mod/photos.php:198
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?"
 
-#: ../../mod/profiles.php:684
-msgid "Religious Views:"
-msgstr "Opinions religieuses:"
+#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1515
+msgid "Delete Photo"
+msgstr "Effacer la photo"
 
-#: ../../mod/profiles.php:685
-msgid "Public Keywords:"
-msgstr "Mots-clés publics:"
+#: ../../mod/photos.php:287
+msgid "Do you really want to delete this photo?"
+msgstr "Voulez-vous vraiment supprimer cette photo ?"
 
-#: ../../mod/profiles.php:686
-msgid "Private Keywords:"
-msgstr "Mots-clés privés:"
+#: ../../mod/photos.php:662
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s a été étiqueté dans %2$s par %3$s"
 
-#: ../../mod/profiles.php:687 ../../include/profile_advanced.php:62
-msgid "Likes:"
-msgstr "J'aime :"
+#: ../../mod/photos.php:662
+msgid "a photo"
+msgstr "une photo"
 
-#: ../../mod/profiles.php:688 ../../include/profile_advanced.php:64
-msgid "Dislikes:"
-msgstr "Je n'aime pas :"
+#: ../../mod/photos.php:767
+msgid "Image exceeds size limit of "
+msgstr "L'image dépasse la taille maximale de  "
 
-#: ../../mod/profiles.php:689
-msgid "Example: fishing photography software"
-msgstr "Exemple: football dessin programmation"
+#: ../../mod/photos.php:775
+msgid "Image file is empty."
+msgstr "Fichier image vide."
 
-#: ../../mod/profiles.php:690
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par autrui)"
+#: ../../mod/photos.php:807 ../../mod/wall_upload.php:144
+#: ../../mod/profile_photo.php:153
+msgid "Unable to process image."
+msgstr "Impossible de traiter l'image."
 
-#: ../../mod/profiles.php:691
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Utilisés pour rechercher dans les profils, ne seront jamais montrés à autrui)"
+#: ../../mod/photos.php:834 ../../mod/wall_upload.php:172
+#: ../../mod/profile_photo.php:301
+msgid "Image upload failed."
+msgstr "Le téléversement de l'image a échoué."
 
-#: ../../mod/profiles.php:692
-msgid "Tell us about yourself..."
-msgstr "Parlez-nous de vous..."
+#: ../../mod/photos.php:930
+msgid "No photos selected"
+msgstr "Aucune photo sélectionnée"
 
-#: ../../mod/profiles.php:693
-msgid "Hobbies/Interests"
-msgstr "Passe-temps/Centres d'intérêt"
+#: ../../mod/photos.php:1031 ../../mod/videos.php:226
+msgid "Access to this item is restricted."
+msgstr "Accès restreint à cet élément."
 
-#: ../../mod/profiles.php:694
-msgid "Contact information and Social Networks"
-msgstr "Coordonnées/Réseaux sociaux"
+#: ../../mod/photos.php:1094
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos."
 
-#: ../../mod/profiles.php:695
-msgid "Musical interests"
-msgstr "Goûts musicaux"
+#: ../../mod/photos.php:1129
+msgid "Upload Photos"
+msgstr "Téléverser des photos"
 
-#: ../../mod/profiles.php:696
-msgid "Books, literature"
-msgstr "Lectures"
+#: ../../mod/photos.php:1133 ../../mod/photos.php:1199
+msgid "New album name: "
+msgstr "Nom du nouvel album: "
 
-#: ../../mod/profiles.php:697
-msgid "Television"
-msgstr "Télévision"
+#: ../../mod/photos.php:1134
+msgid "or existing album name: "
+msgstr "ou nom d'un album existant: "
 
-#: ../../mod/profiles.php:698
-msgid "Film/dance/culture/entertainment"
-msgstr "Cinéma/Danse/Culture/Divertissement"
+#: ../../mod/photos.php:1135
+msgid "Do not show a status post for this upload"
+msgstr "Ne pas publier de notice de statut pour cet envoi"
 
-#: ../../mod/profiles.php:699
-msgid "Love/romance"
-msgstr "Amour/Romance"
+#: ../../mod/photos.php:1137 ../../mod/photos.php:1510
+msgid "Permissions"
+msgstr "Permissions"
 
-#: ../../mod/profiles.php:700
-msgid "Work/employment"
-msgstr "Activité professionnelle/Occupation"
+#: ../../mod/photos.php:1148
+msgid "Private Photo"
+msgstr "Photo privée"
 
-#: ../../mod/profiles.php:701
-msgid "School/education"
-msgstr "Études/Formation"
+#: ../../mod/photos.php:1149
+msgid "Public Photo"
+msgstr "Photo publique"
 
-#: ../../mod/profiles.php:706
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Ceci est votre profil <strong>public</strong>.<br />Il <strong>peut</strong> être visible par n'importe quel utilisateur d'Internet."
+#: ../../mod/photos.php:1212
+msgid "Edit Album"
+msgstr "Éditer l'album"
 
-#: ../../mod/profiles.php:769
-msgid "Edit/Manage Profiles"
-msgstr "Editer/gérer les profils"
+#: ../../mod/photos.php:1218
+msgid "Show Newest First"
+msgstr "Plus récent d'abord"
 
-#: ../../mod/profiles.php:770 ../../boot.php:1606 ../../boot.php:1632
-msgid "Change profile photo"
-msgstr "Changer de photo de profil"
+#: ../../mod/photos.php:1220
+msgid "Show Oldest First"
+msgstr "Plus ancien d'abord"
 
-#: ../../mod/profiles.php:771 ../../boot.php:1607
-msgid "Create New Profile"
-msgstr "Créer un nouveau profil"
+#: ../../mod/photos.php:1248 ../../mod/photos.php:1802
+msgid "View Photo"
+msgstr "Voir la photo"
 
-#: ../../mod/profiles.php:782 ../../boot.php:1617
-msgid "Profile Image"
-msgstr "Image du profil"
+#: ../../mod/photos.php:1294
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Interdit. L'accès à cet élément peut avoir été restreint."
 
-#: ../../mod/profiles.php:784 ../../boot.php:1620
-msgid "visible to everybody"
-msgstr "visible par tous"
+#: ../../mod/photos.php:1296
+msgid "Photo not available"
+msgstr "Photo indisponible"
 
-#: ../../mod/profiles.php:785 ../../boot.php:1621
-msgid "Edit visibility"
-msgstr "Changer la visibilité"
+#: ../../mod/photos.php:1352
+msgid "View photo"
+msgstr "Voir photo"
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Élément introuvable"
+#: ../../mod/photos.php:1352
+msgid "Edit photo"
+msgstr "Éditer la photo"
 
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "Éditer la publication"
+#: ../../mod/photos.php:1353
+msgid "Use as profile photo"
+msgstr "Utiliser comme photo de profil"
 
-#: ../../mod/editpost.php:111 ../../include/conversation.php:1092
-msgid "upload photo"
-msgstr "envoi image"
+#: ../../mod/photos.php:1378
+msgid "View Full Size"
+msgstr "Voir en taille réelle"
 
-#: ../../mod/editpost.php:112 ../../include/conversation.php:1093
-msgid "Attach file"
-msgstr "Joindre fichier"
+#: ../../mod/photos.php:1457
+msgid "Tags: "
+msgstr "Étiquettes:"
 
-#: ../../mod/editpost.php:113 ../../include/conversation.php:1094
-msgid "attach file"
-msgstr "ajout fichier"
+#: ../../mod/photos.php:1460
+msgid "[Remove any tag]"
+msgstr "[Retirer toutes les étiquettes]"
 
-#: ../../mod/editpost.php:115 ../../include/conversation.php:1096
-msgid "web link"
-msgstr "lien web"
+#: ../../mod/photos.php:1500
+msgid "Rotate CW (right)"
+msgstr "Tourner dans le sens des aiguilles d'une montre (vers la droite)"
 
-#: ../../mod/editpost.php:116 ../../include/conversation.php:1097
-msgid "Insert video link"
-msgstr "Insérer un lien video"
+#: ../../mod/photos.php:1501
+msgid "Rotate CCW (left)"
+msgstr "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)"
 
-#: ../../mod/editpost.php:117 ../../include/conversation.php:1098
-msgid "video link"
-msgstr "lien vidéo"
+#: ../../mod/photos.php:1503
+msgid "New album name"
+msgstr "Nom du nouvel album"
 
-#: ../../mod/editpost.php:118 ../../include/conversation.php:1099
-msgid "Insert audio link"
-msgstr "Insérer un lien audio"
+#: ../../mod/photos.php:1506
+msgid "Caption"
+msgstr "Titre"
 
-#: ../../mod/editpost.php:119 ../../include/conversation.php:1100
-msgid "audio link"
-msgstr "lien audio"
+#: ../../mod/photos.php:1508
+msgid "Add a Tag"
+msgstr "Ajouter une étiquette"
 
-#: ../../mod/editpost.php:120 ../../include/conversation.php:1101
-msgid "Set your location"
-msgstr "Définir votre localisation"
+#: ../../mod/photos.php:1512
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances"
 
-#: ../../mod/editpost.php:121 ../../include/conversation.php:1102
-msgid "set location"
-msgstr "spéc. localisation"
+#: ../../mod/photos.php:1521
+msgid "Private photo"
+msgstr "Photo privée"
 
-#: ../../mod/editpost.php:122 ../../include/conversation.php:1103
-msgid "Clear browser location"
-msgstr "Effacer la localisation du navigateur"
-
-#: ../../mod/editpost.php:123 ../../include/conversation.php:1104
-msgid "clear location"
-msgstr "supp. localisation"
-
-#: ../../mod/editpost.php:125 ../../include/conversation.php:1110
-msgid "Permission settings"
-msgstr "Réglages des permissions"
-
-#: ../../mod/editpost.php:133 ../../include/conversation.php:1119
-msgid "CC: email addresses"
-msgstr "CC: adresses de courriel"
-
-#: ../../mod/editpost.php:134 ../../include/conversation.php:1120
-msgid "Public post"
-msgstr "Publication publique"
-
-#: ../../mod/editpost.php:137 ../../include/conversation.php:1106
-msgid "Set title"
-msgstr "Définir un titre"
-
-#: ../../mod/editpost.php:139 ../../include/conversation.php:1108
-msgid "Categories (comma-separated list)"
-msgstr "Catégories (séparées par des virgules)"
-
-#: ../../mod/editpost.php:140 ../../include/conversation.php:1122
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Exemple: bob@exemple.com, mary@exemple.com"
-
-#: ../../mod/friendica.php:62
-msgid "This is Friendica, version"
-msgstr "Motorisé par Friendica version"
-
-#: ../../mod/friendica.php:63
-msgid "running at web location"
-msgstr "hébergé sur"
-
-#: ../../mod/friendica.php:65
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Merci de vous rendre sur <a href=\"http://friendica.com\">Friendica.com</a> si vous souhaitez en savoir plus sur le projet Friendica."
-
-#: ../../mod/friendica.php:67
-msgid "Bug reports and issues: please visit"
-msgstr "Pour les rapports de bugs: rendez vous sur"
-
-#: ../../mod/friendica.php:68
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com"
-
-#: ../../mod/friendica.php:82
-msgid "Installed plugins/addons/apps:"
-msgstr "Extensions/greffons/applications installées:"
-
-#: ../../mod/friendica.php:95
-msgid "No installed plugins/addons/apps"
-msgstr "Extensions/greffons/applications non installées:"
-
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autoriser l'application à se connecter"
-
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Retournez à votre application et saisissez ce Code de Sécurité : "
-
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Merci de vous connecter pour continuer."
+#: ../../mod/photos.php:1522
+msgid "Public photo"
+msgstr "Photo publique"
 
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à créer des billets à votre place?"
+#: ../../mod/photos.php:1544 ../../include/conversation.php:1090
+msgid "Share"
+msgstr "Partager"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Informations de confidentialité indisponibles."
+#: ../../mod/photos.php:1808 ../../mod/videos.php:308
+msgid "View Album"
+msgstr "Voir l'album"
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "Visible par:"
+#: ../../mod/photos.php:1817
+msgid "Recent Photos"
+msgstr "Photos récentes"
 
-#: ../../mod/notes.php:44 ../../boot.php:2145
-msgid "Personal Notes"
-msgstr "Notes personnelles"
+#: ../../mod/wall_attach.php:75
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Désolé, il semble que votre fichier est plus important que ce que la configuration de PHP autorise"
 
-#: ../../mod/localtime.php:12 ../../include/bb2diaspora.php:148
-#: ../../include/event.php:11
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../mod/wall_attach.php:75
+msgid "Or - did you try to upload an empty file?"
+msgstr "Ou — auriez-vous essayé de télécharger un fichier vide ?"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Conversion temporelle"
+#: ../../mod/wall_attach.php:81
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "La taille du fichier dépasse la limite de %d"
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire."
+#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
+msgid "File upload failed."
+msgstr "Le téléversement a échoué."
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "Temps UTC : %s"
+#: ../../mod/videos.php:125
+msgid "No videos selected"
+msgstr "Pas de vidéo sélectionné"
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Zone de temps courante : %s"
+#: ../../mod/videos.php:301 ../../include/text.php:1405
+msgid "View Video"
+msgstr "Regarder la vidéo"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Temps local converti : %s"
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr "Vidéos récente"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Sélectionner votre zone :"
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr "Téléversé une nouvelle vidéo"
 
 #: ../../mod/poke.php:192
 msgid "Poke/Prod"
@@ -5128,544 +5318,657 @@ msgstr "Choisissez ce que vous voulez faire au destinataire"
 msgid "Make this post private"
 msgstr "Rendez ce message privé"
 
-#: ../../mod/invite.php:27
-msgid "Total invitation limit exceeded."
-msgstr "La limite d'invitation totale est éxédée."
-
-#: ../../mod/invite.php:49
+#: ../../mod/subthread.php:103
 #, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Adresse de courriel invalide."
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s suit les %3$s de %2$s"
 
-#: ../../mod/invite.php:73
-msgid "Please join us on Friendica"
-msgstr "Rejoignez-nous sur Friendica"
+#: ../../mod/uexport.php:77
+msgid "Export account"
+msgstr "Exporter le compte"
 
-#: ../../mod/invite.php:84
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site."
+#: ../../mod/uexport.php:77
+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 "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur."
 
-#: ../../mod/invite.php:89
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : L'envoi du message a échoué."
+#: ../../mod/uexport.php:78
+msgid "Export all"
+msgstr "Tout exporter"
 
-#: ../../mod/invite.php:93
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d message envoyé."
-msgstr[1] "%d messages envoyés."
+#: ../../mod/uexport.php:78
+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 "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos)."
 
-#: ../../mod/invite.php:112
-msgid "You have no more invitations available"
-msgstr "Vous n'avez plus d'invitations disponibles"
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Amis communs"
 
-#: ../../mod/invite.php:120
-#, 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 "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux."
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Pas de contacts en commun."
 
-#: ../../mod/invite.php:122
+#: ../../mod/wall_upload.php:122 ../../mod/profile_photo.php:144
 #, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public."
+msgid "Image exceeds size limit of %d"
+msgstr "L'image dépasse la taille limite de %d"
 
-#: ../../mod/invite.php:123
+#: ../../mod/wall_upload.php:169 ../../mod/wall_upload.php:178
+#: ../../mod/wall_upload.php:185 ../../mod/item.php:484
+#: ../../include/Photo.php:916 ../../include/Photo.php:931
+#: ../../include/Photo.php:938 ../../include/Photo.php:960
+#: ../../include/message.php:144
+msgid "Wall Photos"
+msgstr "Photos du mur"
+
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Image envoyée, mais impossible de la retailler."
+
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
 #, 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 "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre."
+msgid "Image size reduction [%s] failed."
+msgstr "Réduction de la taille de l'image [%s] échouée."
 
-#: ../../mod/invite.php:126
+#: ../../mod/profile_photo.php:118
 msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Rechargez la page avec la touche Maj pressée, ou bien effacez le cache du navigateur, si d'aventure la nouvelle photo n'apparaissait pas immédiatement."
 
-#: ../../mod/invite.php:132
-msgid "Send invitations"
-msgstr "Envoyer des invitations"
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Impossible de traiter l'image"
 
-#: ../../mod/invite.php:133
-msgid "Enter email addresses, one per line:"
-msgstr "Entrez les adresses email, une par ligne:"
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Fichier à téléverser:"
 
-#: ../../mod/invite.php:135
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social."
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Choisir un profil:"
 
-#: ../../mod/invite.php:137
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Vous devrez fournir ce code d'invitation: $invite_code"
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Téléverser"
 
-#: ../../mod/invite.php:137
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Une fois inscrit, connectez-vous à la page de mon profil sur:"
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "ignorer cette étape"
 
-#: ../../mod/invite.php:139
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com"
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "choisissez une photo depuis vos albums"
 
-#: ../../mod/photos.php:52 ../../boot.php:2124
-msgid "Photo Albums"
-msgstr "Albums photo"
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "(Re)cadrer l'image"
 
-#: ../../mod/photos.php:60 ../../mod/photos.php:155 ../../mod/photos.php:1064
-#: ../../mod/photos.php:1187 ../../mod/photos.php:1210
-#: ../../mod/photos.php:1760 ../../mod/photos.php:1772
-#: ../../view/theme/diabook/theme.php:499
-msgid "Contact Photos"
-msgstr "Photos du contact"
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Ajustez le cadre de l'image pour une visualisation optimale."
 
-#: ../../mod/photos.php:67 ../../mod/photos.php:1262 ../../mod/photos.php:1819
-msgid "Upload New Photos"
-msgstr "Téléverser de nouvelles photos"
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "Édition terminée"
 
-#: ../../mod/photos.php:144
-msgid "Contact information unavailable"
-msgstr "Informations de contact indisponibles"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "Image téléversée avec succès."
 
-#: ../../mod/photos.php:165
-msgid "Album not found."
-msgstr "Album introuvable."
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Applications"
 
-#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204
-msgid "Delete Album"
-msgstr "Effacer l'album"
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Pas d'application installée."
 
-#: ../../mod/photos.php:198
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?"
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Rien de neuf ici"
 
-#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1515
-msgid "Delete Photo"
-msgstr "Effacer la photo"
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Effacer les notifications"
 
-#: ../../mod/photos.php:287
-msgid "Do you really want to delete this photo?"
-msgstr "Voulez-vous vraiment supprimer cette photo ?"
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Correpondance de profils"
 
-#: ../../mod/photos.php:662
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s a été étiqueté dans %2$s par %3$s"
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut."
 
-#: ../../mod/photos.php:662
-msgid "a photo"
-msgstr "une photo"
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "s'intéresse à:"
 
-#: ../../mod/photos.php:767
-msgid "Image exceeds size limit of "
-msgstr "L'image dépasse la taille maximale de  "
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Étiquette supprimée"
 
-#: ../../mod/photos.php:775
-msgid "Image file is empty."
-msgstr "Fichier image vide."
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Enlever l'étiquette de l'élément"
 
-#: ../../mod/photos.php:930
-msgid "No photos selected"
-msgstr "Aucune photo sélectionnée"
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Sélectionner une étiquette à supprimer: "
 
-#: ../../mod/photos.php:1094
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos."
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139
+msgid "Remove"
+msgstr "Utiliser comme photo de profil"
 
-#: ../../mod/photos.php:1129
-msgid "Upload Photos"
-msgstr "Téléverser des photos"
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "Vous devez donner un nom et un horaire de début à l'événement."
 
-#: ../../mod/photos.php:1133 ../../mod/photos.php:1199
-msgid "New album name: "
-msgstr "Nom du nouvel album: "
+#: ../../mod/events.php:291
+msgid "l, F j"
+msgstr "l, F j"
 
-#: ../../mod/photos.php:1134
-msgid "or existing album name: "
-msgstr "ou nom d'un album existant: "
+#: ../../mod/events.php:313
+msgid "Edit event"
+msgstr "Editer l'événement"
 
-#: ../../mod/photos.php:1135
-msgid "Do not show a status post for this upload"
-msgstr "Ne pas publier de notice de statut pour cet envoi"
+#: ../../mod/events.php:335 ../../include/text.php:1647
+#: ../../include/text.php:1657
+msgid "link to source"
+msgstr "lien original"
 
-#: ../../mod/photos.php:1137 ../../mod/photos.php:1510
-msgid "Permissions"
-msgstr "Permissions"
+#: ../../mod/events.php:371
+msgid "Create New Event"
+msgstr "Créer un nouvel événement"
 
-#: ../../mod/photos.php:1148
-msgid "Private Photo"
-msgstr "Photo privée"
+#: ../../mod/events.php:372
+msgid "Previous"
+msgstr "Précédent"
 
-#: ../../mod/photos.php:1149
-msgid "Public Photo"
-msgstr "Photo publique"
+#: ../../mod/events.php:446
+msgid "hour:minute"
+msgstr "heures:minutes"
 
-#: ../../mod/photos.php:1212
-msgid "Edit Album"
-msgstr "Éditer l'album"
+#: ../../mod/events.php:456
+msgid "Event details"
+msgstr "Détails de l'événement"
 
-#: ../../mod/photos.php:1218
-msgid "Show Newest First"
-msgstr "Plus récent d'abord"
+#: ../../mod/events.php:457
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Le format est %s %s. La date de début et le nom sont nécessaires."
 
-#: ../../mod/photos.php:1220
-msgid "Show Oldest First"
-msgstr "Plus ancien d'abord"
+#: ../../mod/events.php:459
+msgid "Event Starts:"
+msgstr "Début de l'événement:"
 
-#: ../../mod/photos.php:1248 ../../mod/photos.php:1802
-msgid "View Photo"
-msgstr "Voir la photo"
+#: ../../mod/events.php:459 ../../mod/events.php:473
+msgid "Required"
+msgstr "Requis"
 
-#: ../../mod/photos.php:1294
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Interdit. L'accès à cet élément peut avoir été restreint."
+#: ../../mod/events.php:462
+msgid "Finish date/time is not known or not relevant"
+msgstr "Date/heure de fin inconnue ou sans objet"
 
-#: ../../mod/photos.php:1296
-msgid "Photo not available"
-msgstr "Photo indisponible"
+#: ../../mod/events.php:464
+msgid "Event Finishes:"
+msgstr "Fin de l'événement:"
 
-#: ../../mod/photos.php:1352
-msgid "View photo"
-msgstr "Voir photo"
+#: ../../mod/events.php:467
+msgid "Adjust for viewer timezone"
+msgstr "Ajuster à la zone horaire du visiteur"
 
-#: ../../mod/photos.php:1352
-msgid "Edit photo"
-msgstr "Éditer la photo"
+#: ../../mod/events.php:469
+msgid "Description:"
+msgstr "Description:"
 
-#: ../../mod/photos.php:1353
-msgid "Use as profile photo"
-msgstr "Utiliser comme photo de profil"
+#: ../../mod/events.php:473
+msgid "Title:"
+msgstr "Titre :"
 
-#: ../../mod/photos.php:1378
-msgid "View Full Size"
-msgstr "Voir en taille réelle"
+#: ../../mod/events.php:475
+msgid "Share this event"
+msgstr "Partager cet événement"
 
-#: ../../mod/photos.php:1457
-msgid "Tags: "
-msgstr "Étiquettes:"
+#: ../../mod/delegate.php:101
+msgid "No potential page delegates located."
+msgstr "Pas de délégataire potentiel."
 
-#: ../../mod/photos.php:1460
-msgid "[Remove any tag]"
-msgstr "[Retirer toutes les étiquettes]"
+#: ../../mod/delegate.php:130 ../../include/nav.php:168
+msgid "Delegate Page Management"
+msgstr "Déléguer la gestion de la page"
 
-#: ../../mod/photos.php:1500
-msgid "Rotate CW (right)"
-msgstr "Tourner dans le sens des aiguilles d'une montre (vers la droite)"
+#: ../../mod/delegate.php:132
+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 "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue."
 
-#: ../../mod/photos.php:1501
-msgid "Rotate CCW (left)"
-msgstr "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)"
+#: ../../mod/delegate.php:133
+msgid "Existing Page Managers"
+msgstr "Gestionnaires existants"
 
-#: ../../mod/photos.php:1503
-msgid "New album name"
-msgstr "Nom du nouvel album"
+#: ../../mod/delegate.php:135
+msgid "Existing Page Delegates"
+msgstr "Délégataires existants"
 
-#: ../../mod/photos.php:1506
-msgid "Caption"
-msgstr "Titre"
+#: ../../mod/delegate.php:137
+msgid "Potential Delegates"
+msgstr "Délégataires potentiels"
 
-#: ../../mod/photos.php:1508
-msgid "Add a Tag"
-msgstr "Ajouter une étiquette"
+#: ../../mod/delegate.php:140
+msgid "Add"
+msgstr "Ajouter"
 
-#: ../../mod/photos.php:1512
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances"
+#: ../../mod/delegate.php:141
+msgid "No entries."
+msgstr "Aucune entrée."
 
-#: ../../mod/photos.php:1521
-msgid "Private photo"
-msgstr "Photo privée"
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Contacts qui n’appartiennent à aucun groupe"
 
-#: ../../mod/photos.php:1522
-msgid "Public photo"
-msgstr "Photo publique"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Fichiers"
 
-#: ../../mod/photos.php:1544 ../../include/conversation.php:1090
-msgid "Share"
-msgstr "Partager"
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Système indisponible pour cause de maintenance"
 
-#: ../../mod/photos.php:1817
-msgid "Recent Photos"
-msgstr "Photos récentes"
+#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
+msgid "Remove My Account"
+msgstr "Supprimer mon compte"
 
-#: ../../mod/regmod.php:55
-msgid "Account approved."
-msgstr "Inscription validée."
+#: ../../mod/removeme.php:47
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Ceci supprimera totalement votre compte. Cette opération est irréversible."
 
-#: ../../mod/regmod.php:92
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Inscription révoquée pour %s"
+#: ../../mod/removeme.php:48
+msgid "Please enter your password for verification:"
+msgstr "Merci de saisir votre mot de passe pour vérification:"
 
-#: ../../mod/regmod.php:104
-msgid "Please login."
-msgstr "Merci de vous connecter."
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Suggestion d'amitié/contact envoyée."
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "Migrer le compte"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Suggérer des amis/contacts"
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr "Vous pouvez importer un compte d'un autre serveur Friendica."
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggérer un ami/contact pour %s"
 
-#: ../../mod/uimport.php:68
-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 "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici."
+#: ../../mod/item.php:113
+msgid "Unable to locate original post."
+msgstr "Impossible de localiser la publication originale."
 
-#: ../../mod/uimport.php:69
+#: ../../mod/item.php:345
+msgid "Empty post discarded."
+msgstr "Publication vide rejetée."
+
+#: ../../mod/item.php:938
+msgid "System error. Post not saved."
+msgstr "Erreur système. Publication non sauvée."
+
+#: ../../mod/item.php:964
+#, php-format
 msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora"
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Ce message vous a été envoyé par %s, membre du réseau social Friendica."
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "Fichier du compte"
+#: ../../mod/item.php:966
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Vous pouvez leur rendre visite sur %s"
 
-#: ../../mod/uimport.php:70
+#: ../../mod/item.php:967
 msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "Pour exporter votre compte, allez dans \"Paramètres> Exporter vos données personnelles\" et sélectionnez \"exportation de compte\""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages."
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Elément non disponible."
+#: ../../mod/item.php:971
+#, php-format
+msgid "%s posted an update."
+msgstr "%s a publié une mise à jour."
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Element introuvable."
+#: ../../mod/ping.php:240
+msgid "{0} wants to be your friend"
+msgstr "{0} souhaite être votre ami(e)"
 
-#: ../../boot.php:744
-msgid "Delete this item?"
-msgstr "Effacer cet élément?"
+#: ../../mod/ping.php:245
+msgid "{0} sent you a message"
+msgstr "{0} vous a envoyé un message"
 
-#: ../../boot.php:747
-msgid "show fewer"
-msgstr "montrer moins"
+#: ../../mod/ping.php:250
+msgid "{0} requested registration"
+msgstr "{0} a demandé à s'inscrire"
 
-#: ../../boot.php:1117
+#: ../../mod/ping.php:256
 #, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Mise-à-jour %s échouée. Voir les journaux d'erreur."
+msgid "{0} commented %s's post"
+msgstr "{0} a commenté la publication de %s"
 
-#: ../../boot.php:1235
-msgid "Create a New Account"
-msgstr "Créer un nouveau compte"
+#: ../../mod/ping.php:261
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0} a aimé la publication de %s"
 
-#: ../../boot.php:1260 ../../include/nav.php:73
-msgid "Logout"
-msgstr "Se déconnecter"
+#: ../../mod/ping.php:266
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0} n'a pas aimé la publication de %s"
 
-#: ../../boot.php:1261 ../../include/nav.php:92
-msgid "Login"
-msgstr "Connexion"
+#: ../../mod/ping.php:271
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} est désormais ami(e) avec %s"
 
-#: ../../boot.php:1263
-msgid "Nickname or Email address: "
-msgstr "Pseudo ou courriel: "
+#: ../../mod/ping.php:276
+msgid "{0} posted"
+msgstr "{0} a publié"
 
-#: ../../boot.php:1264
-msgid "Password: "
-msgstr "Mot de passe: "
+#: ../../mod/ping.php:281
+#, php-format
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} a étiqueté la publication de %s avec #%s"
 
-#: ../../boot.php:1265
-msgid "Remember me"
-msgstr "Se souvenir de moi"
+#: ../../mod/ping.php:287
+msgid "{0} mentioned you in a post"
+msgstr "{0} vous a mentionné dans une publication"
 
-#: ../../boot.php:1268
-msgid "Or login using OpenID: "
-msgstr "Ou connectez-vous via OpenID: "
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "Erreur de protocole OpenID. Pas d'ID en retour."
 
-#: ../../boot.php:1274
-msgid "Forgot your password?"
-msgstr "Mot de passe oublié?"
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site."
 
-#: ../../boot.php:1277
-msgid "Website Terms of Service"
-msgstr "Conditions d'utilisation du site internet"
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "Échec de connexion."
 
-#: ../../boot.php:1278
-msgid "terms of service"
-msgstr "conditions d'utilisation"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Identifiant de demande invalide."
 
-#: ../../boot.php:1280
-msgid "Website Privacy Policy"
-msgstr "Politique de confidentialité du site internet"
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Rejeter"
 
-#: ../../boot.php:1281
-msgid "privacy policy"
-msgstr "politique de confidentialité"
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "Système"
 
-#: ../../boot.php:1414
-msgid "Requested account is not available."
-msgstr "Le compte demandé n'est pas disponible."
+#: ../../mod/notifications.php:83 ../../include/nav.php:143
+msgid "Network"
+msgstr "Réseau"
 
-#: ../../boot.php:1496 ../../boot.php:1630
-#: ../../include/profile_advanced.php:84
-msgid "Edit profile"
-msgstr "Editer le profil"
+#: ../../mod/notifications.php:98 ../../include/nav.php:152
+msgid "Introductions"
+msgstr "Introductions"
 
-#: ../../boot.php:1595
-msgid "Message"
-msgstr "Message"
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Voir les demandes ignorées"
 
-#: ../../boot.php:1601 ../../include/nav.php:173
-msgid "Profiles"
-msgstr "Profils"
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Cacher les demandes ignorées"
 
-#: ../../boot.php:1601
-msgid "Manage/edit profiles"
-msgstr "Gérer/éditer les profils"
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Type de notification: "
 
-#: ../../boot.php:1701
-msgid "Network:"
-msgstr "Réseau"
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Suggestion d'amitié/contact"
 
-#: ../../boot.php:1731 ../../boot.php:1817
-msgid "g A l F d"
-msgstr "g A | F d"
+#: ../../mod/notifications.php:152
+#, php-format
+msgid "suggested by %s"
+msgstr "suggéré(e) par %s"
 
-#: ../../boot.php:1732 ../../boot.php:1818
-msgid "F d"
-msgstr "F d"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Poster une nouvelle avtivité d'ami"
 
-#: ../../boot.php:1777 ../../boot.php:1858
-msgid "[today]"
-msgstr "[aujourd'hui]"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "si possible"
 
-#: ../../boot.php:1789
-msgid "Birthday Reminders"
-msgstr "Rappels d'anniversaires"
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Prétend que vous le connaissez: "
 
-#: ../../boot.php:1790
-msgid "Birthdays this week:"
-msgstr "Anniversaires cette semaine:"
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr "oui"
 
-#: ../../boot.php:1851
-msgid "[No description]"
-msgstr "[Sans description]"
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "non"
 
-#: ../../boot.php:1869
-msgid "Event Reminders"
-msgstr "Rappels d'événements"
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Approuver en tant que: "
 
-#: ../../boot.php:1870
-msgid "Events this week:"
-msgstr "Evénements cette semaine:"
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Ami"
 
-#: ../../boot.php:2107 ../../include/nav.php:76
-msgid "Status"
-msgstr "Statut"
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Initiateur du partage"
 
-#: ../../boot.php:2110
-msgid "Status Messages and Posts"
-msgstr "Messages d'état et publications"
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Fan/Admirateur"
 
-#: ../../boot.php:2117
-msgid "Profile Details"
-msgstr "Détails du profil"
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Demande de connexion/relation"
 
-#: ../../boot.php:2128 ../../boot.php:2131 ../../include/nav.php:79
-msgid "Videos"
-msgstr "Vidéos"
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Nouvel abonné"
 
-#: ../../boot.php:2141
-msgid "Events and Calendar"
-msgstr "Événements et agenda"
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Aucune demande d'introduction."
 
-#: ../../boot.php:2148
-msgid "Only You Can See This"
-msgstr "Vous seul pouvez voir ça"
+#: ../../mod/notifications.php:220 ../../include/nav.php:153
+msgid "Notifications"
+msgstr "Notifications"
 
-#: ../../object/Item.php:94
-msgid "This entry was edited"
-msgstr "Cette entrée à été édité"
+#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s a aimé la publication de %s"
 
-#: ../../object/Item.php:208
-msgid "ignore thread"
-msgstr "ignorer le fil"
+#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
+#: ../../mod/notifications.php:488
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s n'a pas aimé la publication de %s"
 
-#: ../../object/Item.php:209
-msgid "unignore thread"
-msgstr "Ne plus ignorer le fil"
+#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
+#: ../../mod/notifications.php:503
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s est désormais ami(e) avec %s"
 
-#: ../../object/Item.php:210
-msgid "toggle ignore status"
-msgstr "Ignorer le statut"
+#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
+#, php-format
+msgid "%s created a new post"
+msgstr "%s a créé une nouvelle publication"
 
-#: ../../object/Item.php:213
-msgid "ignored"
-msgstr "ignoré"
+#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
+#: ../../mod/notifications.php:513
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s a commenté la publication de %s"
 
-#: ../../object/Item.php:316 ../../include/conversation.php:666
-msgid "Categories:"
-msgstr "Catégories:"
+#: ../../mod/notifications.php:306
+msgid "No more network notifications."
+msgstr "Aucune notification du réseau."
 
-#: ../../object/Item.php:317 ../../include/conversation.php:667
-msgid "Filed under:"
-msgstr "Rangé sous:"
+#: ../../mod/notifications.php:310
+msgid "Network Notifications"
+msgstr "Notifications du réseau"
 
-#: ../../object/Item.php:329
-msgid "via"
-msgstr "via"
+#: ../../mod/notifications.php:435
+msgid "No more personal notifications."
+msgstr "Aucun notification personnelle."
 
-#: ../../include/dbstructure.php:26
+#: ../../mod/notifications.php:439
+msgid "Personal Notifications"
+msgstr "Notifications personnelles"
+
+#: ../../mod/notifications.php:520
+msgid "No more home notifications."
+msgstr "Aucune notification de la page d'accueil."
+
+#: ../../mod/notifications.php:524
+msgid "Home Notifications"
+msgstr "Notifications de page d'accueil"
+
+#: ../../mod/invite.php:27
+msgid "Total invitation limit exceeded."
+msgstr "La limite d'invitation totale est éxédée."
+
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Adresse de courriel invalide."
+
+#: ../../mod/invite.php:73
+msgid "Please join us on Friendica"
+msgstr "Rejoignez-nous sur Friendica"
+
+#: ../../mod/invite.php:84
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site."
+
+#: ../../mod/invite.php:89
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : L'envoi du message a échoué."
+
+#: ../../mod/invite.php:93
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d message envoyé."
+msgstr[1] "%d messages envoyés."
+
+#: ../../mod/invite.php:112
+msgid "You have no more invitations available"
+msgstr "Vous n'avez plus d'invitations disponibles"
+
+#: ../../mod/invite.php:120
 #, 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 ""
+"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 "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux."
 
-#: ../../include/dbstructure.php:31
+#: ../../mod/invite.php:122
 #, php-format
 msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public."
 
-#: ../../include/dbstructure.php:162
-msgid "Errors encountered creating database tables."
-msgstr "Des erreurs ont été signalées lors de la création des tables."
+#: ../../mod/invite.php:123
+#, 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 "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre."
 
-#: ../../include/dbstructure.php:220
-msgid "Errors encountered performing database changes."
-msgstr ""
+#: ../../mod/invite.php:126
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres."
 
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "Déconnecté."
+#: ../../mod/invite.php:132
+msgid "Send invitations"
+msgstr "Envoyer des invitations"
+
+#: ../../mod/invite.php:133
+msgid "Enter email addresses, one per line:"
+msgstr "Entrez les adresses email, une par ligne:"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
+#: ../../mod/invite.php:135
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier."
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social."
+
+#: ../../mod/invite.php:137
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Vous devrez fournir ce code d'invitation: $invite_code"
+
+#: ../../mod/invite.php:137
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Une fois inscrit, connectez-vous à la page de mon profil sur:"
+
+#: ../../mod/invite.php:139
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com"
+
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Gérer les identités et/ou les pages"
+
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer."
+
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Choisir une identité à gérer: "
+
+#: ../../mod/home.php:35
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bienvenue sur %s"
+
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "Amis de %s"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
-msgid "The error message was:"
-msgstr "Le message d'erreur était :"
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "Pas d'amis à afficher."
 
 #: ../../include/contact_widgets.php:6
 msgid "Add New Contact"
@@ -5702,458 +6005,241 @@ msgstr "Connecter/Suivre"
 msgid "Examples: Robert Morgenstein, Fishing"
 msgstr "Exemples: Robert Morgenstein, Pêche"
 
-#: ../../include/contact_widgets.php:36 ../../view/theme/diabook/theme.php:526
-msgid "Similar Interests"
-msgstr "Intérêts similaires"
-
 #: ../../include/contact_widgets.php:37
 msgid "Random Profile"
 msgstr "Profil au hasard"
 
-#: ../../include/contact_widgets.php:38 ../../view/theme/diabook/theme.php:528
-msgid "Invite Friends"
-msgstr "Inviter des amis"
-
 #: ../../include/contact_widgets.php:71
 msgid "Networks"
 msgstr "Réseaux"
 
-#: ../../include/contact_widgets.php:74
-msgid "All Networks"
-msgstr "Tous réseaux"
-
-#: ../../include/contact_widgets.php:104 ../../include/features.php:60
-msgid "Saved Folders"
-msgstr "Dossiers sauvegardés"
-
-#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
-msgid "Everything"
-msgstr "Tout"
-
-#: ../../include/contact_widgets.php:136
-msgid "Categories"
-msgstr "Catégories"
-
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr "Fonctions générales"
-
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
-msgstr "Profils multiples"
-
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
-msgstr "Possibilité de créer plusieurs profils"
-
-#: ../../include/features.php:30
-msgid "Post Composition Features"
-msgstr "Caractéristiques de composition de publication"
-
-#: ../../include/features.php:31
-msgid "Richtext Editor"
-msgstr "Éditeur de texte enrichi"
-
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
-msgstr "Activer l'éditeur de texte enrichi"
-
-#: ../../include/features.php:32
-msgid "Post Preview"
-msgstr "Aperçu de la publication"
-
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Permet la prévisualisation des publications et commentaires avant de les publier"
-
-#: ../../include/features.php:33
-msgid "Auto-mention Forums"
-msgstr ""
-
-#: ../../include/features.php:33
-msgid ""
-"Add/remove mention when a fourm page is selected/deselected in ACL window."
-msgstr ""
-
-#: ../../include/features.php:38
-msgid "Network Sidebar Widgets"
-msgstr "Widgets réseau pour barre latérale"
-
-#: ../../include/features.php:39
-msgid "Search by Date"
-msgstr "Rechercher par Date"
-
-#: ../../include/features.php:39
-msgid "Ability to select posts by date ranges"
-msgstr "Capacité de sélectionner les publications par intervalles de dates"
-
-#: ../../include/features.php:40
-msgid "Group Filter"
-msgstr "Filtre de groupe"
-
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Activer le widget d’affichage des publications du réseau seulement pour le groupe sélectionné"
-
-#: ../../include/features.php:41
-msgid "Network Filter"
-msgstr "Filtre de réseau"
-
-#: ../../include/features.php:41
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Activer le widget d’affichage des publications du réseau seulement pour le réseau sélectionné"
-
-#: ../../include/features.php:42
-msgid "Save search terms for re-use"
-msgstr "Sauvegarder la recherche pour une utilisation ultérieure"
-
-#: ../../include/features.php:47
-msgid "Network Tabs"
-msgstr "Onglets Réseau"
-
-#: ../../include/features.php:48
-msgid "Network Personal Tab"
-msgstr "Onglet Réseau Personnel"
-
-#: ../../include/features.php:48
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Activer l'onglet pour afficher seulement les publications du réseau où vous avez interagit"
-
-#: ../../include/features.php:49
-msgid "Network New Tab"
-msgstr "Nouvel onglet réseaux"
-
-#: ../../include/features.php:49
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Activer l'onglet pour afficher seulement les publications du réseau (dans les 12 dernières heures)"
-
-#: ../../include/features.php:50
-msgid "Network Shared Links Tab"
-msgstr "Onglet réseau partagé"
-
-#: ../../include/features.php:50
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Activer l'onglet pour afficher seulement les publications du réseau contenant des liens"
-
-#: ../../include/features.php:55
-msgid "Post/Comment Tools"
-msgstr "outils de publication/commentaire"
-
-#: ../../include/features.php:56
-msgid "Multiple Deletion"
-msgstr "Suppression multiple"
-
-#: ../../include/features.php:56
-msgid "Select and delete multiple posts/comments at once"
-msgstr "Sélectionner et supprimer plusieurs publications/commentaires à la fois"
-
-#: ../../include/features.php:57
-msgid "Edit Sent Posts"
-msgstr "Éditer les publications envoyées"
-
-#: ../../include/features.php:57
-msgid "Edit and correct posts and comments after sending"
-msgstr "Éditer et corriger les publications et commentaires après l'envoi"
-
-#: ../../include/features.php:58
-msgid "Tagging"
-msgstr "Étiquettage"
-
-#: ../../include/features.php:58
-msgid "Ability to tag existing posts"
-msgstr "Possibilité d'étiqueter les publications existantes"
-
-#: ../../include/features.php:59
-msgid "Post Categories"
-msgstr "Catégories des publications"
-
-#: ../../include/features.php:59
-msgid "Add categories to your posts"
-msgstr "Ajouter des catégories à vos publications"
-
-#: ../../include/features.php:60
-msgid "Ability to file posts under folders"
-msgstr "Possibilité d'afficher les publications sous les répertoires"
-
-#: ../../include/features.php:61
-msgid "Dislike Posts"
-msgstr "Publications non aimées"
-
-#: ../../include/features.php:61
-msgid "Ability to dislike posts/comments"
-msgstr "Possibilité de ne pas aimer les publications/commentaires"
-
-#: ../../include/features.php:62
-msgid "Star Posts"
-msgstr "Publications spéciales"
-
-#: ../../include/features.php:62
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Possibilité de marquer les publications spéciales d'une étoile"
-
-#: ../../include/features.php:63
-msgid "Mute Post Notifications"
-msgstr ""
-
-#: ../../include/features.php:63
-msgid "Ability to mute notifications for a thread"
-msgstr ""
-
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "URL de connexion manquante."
-
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux."
-
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Aucun protocole de communication ni aucun flux n'a pu être découvert."
-
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "L'adresse de profil indiquée ne fournit par les informations adéquates."
-
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "Aucun auteur ou nom d'auteur n'a pu être trouvé."
-
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Aucune URL de navigation ne correspond à cette adresse."
-
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel."
-
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel."
-
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site."
-
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part."
-
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "Impossible de récupérer les informations du contact."
-
-#: ../../include/follow.php:258
-msgid "following"
-msgstr "following"
-
-#: ../../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 groupe supprimé a été recréé. Les permissions existantes <strong>pourraient</strong> s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom."
-
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr "Paramètres de confidentialité par défaut pour les nouveaux contacts"
+#: ../../include/contact_widgets.php:74
+msgid "All Networks"
+msgstr "Tous réseaux"
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "Tout le monde"
+#: ../../include/contact_widgets.php:104 ../../include/features.php:60
+msgid "Saved Folders"
+msgstr "Dossiers sauvegardés"
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "éditer"
+#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
+msgid "Everything"
+msgstr "Tout"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "Editer groupe"
+#: ../../include/contact_widgets.php:136
+msgid "Categories"
+msgstr "Catégories"
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "Créer un nouveau groupe"
+#: ../../include/plugin.php:455 ../../include/plugin.php:457
+msgid "Click here to upgrade."
+msgstr "Cliquez ici pour mettre à jour."
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
-msgstr "Contacts n'appartenant à aucun groupe"
+#: ../../include/plugin.php:463
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Cette action dépasse les limites définies par votre abonnement."
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Divers"
+#: ../../include/plugin.php:468
+msgid "This action is not available under your subscription plan."
+msgstr "Cette action n'est pas disponible avec votre abonnement."
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:290
-msgid "year"
-msgstr "an"
+#: ../../include/api.php:304 ../../include/api.php:315
+#: ../../include/api.php:416 ../../include/api.php:1063
+#: ../../include/api.php:1065
+msgid "User not found."
+msgstr "Utilisateur non trouvé"
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:291
-msgid "month"
-msgstr "mois"
+#: ../../include/api.php:771
+#, php-format
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr "Le quota journalier de %d publications a été atteint. La publication a été rejetée."
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:293
-msgid "day"
-msgstr "jour"
+#: ../../include/api.php:790
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr "Le quota hebdomadaire de %d publications a été atteint. La publication a été rejetée."
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "jamais"
+#: ../../include/api.php:809
+#, php-format
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr "Le quota mensuel de %d publications a été atteint. La publication a été rejetée."
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "il y a moins d'une seconde"
+#: ../../include/api.php:1272
+msgid "There is no status with this id."
+msgstr "Il n'y a pas de statut avec cet id."
 
-#: ../../include/datetime.php:290
-msgid "years"
-msgstr "ans"
+#: ../../include/api.php:1342
+msgid "There is no conversation with this id."
+msgstr "Il n'y a pas de conversation avec cet id."
 
-#: ../../include/datetime.php:291
-msgid "months"
-msgstr "mois"
+#: ../../include/api.php:1614
+msgid "Invalid request."
+msgstr "Requête invalide."
 
-#: ../../include/datetime.php:292
-msgid "week"
-msgstr "semaine"
+#: ../../include/api.php:1625
+msgid "Invalid item."
+msgstr "Item invalide."
 
-#: ../../include/datetime.php:292
-msgid "weeks"
-msgstr "semaines"
+#: ../../include/api.php:1635
+msgid "Invalid action. "
+msgstr "Action invalide."
 
-#: ../../include/datetime.php:293
-msgid "days"
-msgstr "jours"
+#: ../../include/api.php:1643
+msgid "DB error"
+msgstr ""
 
-#: ../../include/datetime.php:294
-msgid "hour"
-msgstr "heure"
+#: ../../include/network.php:895
+msgid "view full size"
+msgstr "voir en pleine taille"
 
-#: ../../include/datetime.php:294
-msgid "hours"
-msgstr "heures"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:154
+msgid "Starts:"
+msgstr "Débute:"
 
-#: ../../include/datetime.php:295
-msgid "minute"
-msgstr "minute"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:162
+msgid "Finishes:"
+msgstr "Finit:"
 
-#: ../../include/datetime.php:295
-msgid "minutes"
-msgstr "minutes"
+#: ../../include/dba_pdo.php:72 ../../include/dba.php:56
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Impossible de localiser les informations DNS pour le serveur de base de données '%s'"
 
-#: ../../include/datetime.php:296
-msgid "second"
-msgstr "seconde"
+#: ../../include/notifier.php:786 ../../include/delivery.php:456
+msgid "(no subject)"
+msgstr "(sans titre)"
 
-#: ../../include/datetime.php:296
-msgid "seconds"
-msgstr "secondes"
+#: ../../include/notifier.php:796 ../../include/enotify.php:33
+#: ../../include/delivery.php:467
+msgid "noreply"
+msgstr "noreply"
 
-#: ../../include/datetime.php:305
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s auparavant"
+#: ../../include/user.php:40
+msgid "An invitation is required."
+msgstr "Une invitation est requise."
 
-#: ../../include/datetime.php:477 ../../include/items.php:2195
-#, php-format
-msgid "%s's birthday"
-msgstr "Anniversaire de %s's"
+#: ../../include/user.php:45
+msgid "Invitation could not be verified."
+msgstr "L'invitation fournie n'a pu être validée."
 
-#: ../../include/datetime.php:478 ../../include/items.php:2196
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Joyeux anniversaire, %s !"
+#: ../../include/user.php:53
+msgid "Invalid OpenID url"
+msgstr "Adresse OpenID invalide"
 
-#: ../../include/acl_selectors.php:326
-msgid "Visible to everybody"
-msgstr "Visible par tout le monde"
+#: ../../include/user.php:67 ../../include/auth.php:128
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier."
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:142
-#: ../../view/theme/diabook/theme.php:621
-msgid "show"
-msgstr "montrer"
+#: ../../include/user.php:67 ../../include/auth.php:128
+msgid "The error message was:"
+msgstr "Le message d'erreur était :"
 
-#: ../../include/acl_selectors.php:328 ../../view/theme/diabook/config.php:142
-#: ../../view/theme/diabook/theme.php:621
-msgid "don't show"
-msgstr "cacher"
+#: ../../include/user.php:74
+msgid "Please enter the required information."
+msgstr "Entrez les informations requises."
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[pas de sujet]"
+#: ../../include/user.php:88
+msgid "Please use a shorter name."
+msgstr "Utilisez un nom plus court."
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr "retiré de la liste de suivi"
+#: ../../include/user.php:90
+msgid "Name too short."
+msgstr "Nom trop court."
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:882
-msgid "Poke"
-msgstr "Sollicitations (pokes)"
+#: ../../include/user.php:105
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)."
 
-#: ../../include/Contact.php:229 ../../include/conversation.php:876
-msgid "View Status"
-msgstr "Voir les statuts"
+#: ../../include/user.php:110
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Votre domaine de courriel n'est pas autorisé sur ce site."
 
-#: ../../include/Contact.php:230 ../../include/conversation.php:877
-msgid "View Profile"
-msgstr "Voir le profil"
+#: ../../include/user.php:113
+msgid "Not a valid email address."
+msgstr "Ceci n'est pas une adresse courriel valide."
 
-#: ../../include/Contact.php:231 ../../include/conversation.php:878
-msgid "View Photos"
-msgstr "Voir les photos"
+#: ../../include/user.php:126
+msgid "Cannot use that email."
+msgstr "Impossible d'utiliser ce courriel."
 
-#: ../../include/Contact.php:232 ../../include/Contact.php:255
-#: ../../include/conversation.php:879
-msgid "Network Posts"
-msgstr "Publications du réseau"
+#: ../../include/user.php:132
+msgid ""
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre."
 
-#: ../../include/Contact.php:233 ../../include/Contact.php:255
-#: ../../include/conversation.php:880
-msgid "Edit Contact"
-msgstr "Éditer le contact"
+#: ../../include/user.php:138 ../../include/user.php:236
+msgid "Nickname is already registered. Please choose another."
+msgstr "Pseudo déjà utilisé. Merci d'en choisir un autre."
 
-#: ../../include/Contact.php:234
-msgid "Drop Contact"
-msgstr "Supprimer le contact"
+#: ../../include/user.php:148
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre."
 
-#: ../../include/Contact.php:235 ../../include/Contact.php:255
-#: ../../include/conversation.php:881
-msgid "Send PM"
-msgstr "Message privé"
+#: ../../include/user.php:164
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué."
 
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Bienvenue "
+#: ../../include/user.php:222
+msgid "An error occurred during registration. Please try again."
+msgstr "Une erreur est survenue lors de l'inscription. Merci de recommencer."
 
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Merci d'illustrer votre profil d'une image."
+#: ../../include/user.php:257
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer."
 
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Bienvenue à nouveau, "
+#: ../../include/user.php:289 ../../include/user.php:293
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Amis"
 
-#: ../../include/security.php:366
+#: ../../include/user.php:377
+#, php-format
 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 "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé."
+"\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\tChère/Cher %1$s,\n\t\t\tMerci de vous être inscrit sur %2$s. Votre compte a bien été créé.\n\t"
 
-#: ../../include/conversation.php:118 ../../include/conversation.php:246
-#: ../../include/text.php:1963 ../../view/theme/diabook/theme.php:463
-msgid "event"
-msgstr "évènement"
+#: ../../include/user.php:381
+#, 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\tVoici vos informations de connexion :\n\t\t\tAdresse :\t%3$s\n\t\t\tIdentifiant :\t%1$s\n\t\t\tMot de passe :\t%5$s\n\n\t\tVous pourrez changer votre mot de passe dans les paramètres de votre compte une fois connecté.\n\n\t\tProfitez-en pour prendre le temps de passer en revue les autres paramètres de votre compte.\n\n\t\tVous pourrez aussi ajouter quelques informations élémentaires à votre profil par défaut (sur la page « Profils ») pour permettre à d’autres personnes de vous trouver facilement.\n\n\t\tNous recommandons de préciser votre nom complet, d’ajouter une photo et quelques mots-clefs (c’est très utile pour découvrir de nouveaux amis), et peut-être aussi d’indiquer au moins le pays dans lequel vous vivez, à défaut d’être plus précis.\n\n\t\tNous respectons pleinement votre droit à une vie privée, et vous n’avez aucune obligation de donner toutes ces informations. Mais si vous êtes nouveau et ne connaissez encore personne ici, cela peut vous aider à vous faire de nouveaux amis intéressants.\n\n\n\t\tMerci et bienvenu sur %2$s."
 
 #: ../../include/conversation.php:207
 #, php-format
 msgid "%1$s poked %2$s"
 msgstr "%1$s a sollicité %2$s"
 
-#: ../../include/conversation.php:211 ../../include/text.php:1004
+#: ../../include/conversation.php:211 ../../include/text.php:1005
 msgid "poked"
 msgstr "a titillé"
 
@@ -6178,6 +6264,37 @@ msgstr "Supprimer les éléments sélectionnés"
 msgid "Follow Thread"
 msgstr "Suivre le fil"
 
+#: ../../include/conversation.php:876 ../../include/Contact.php:229
+msgid "View Status"
+msgstr "Voir les statuts"
+
+#: ../../include/conversation.php:877 ../../include/Contact.php:230
+msgid "View Profile"
+msgstr "Voir le profil"
+
+#: ../../include/conversation.php:878 ../../include/Contact.php:231
+msgid "View Photos"
+msgstr "Voir les photos"
+
+#: ../../include/conversation.php:879 ../../include/Contact.php:232
+#: ../../include/Contact.php:255
+msgid "Network Posts"
+msgstr "Publications du réseau"
+
+#: ../../include/conversation.php:880 ../../include/Contact.php:233
+#: ../../include/Contact.php:255
+msgid "Edit Contact"
+msgstr "Éditer le contact"
+
+#: ../../include/conversation.php:881 ../../include/Contact.php:235
+#: ../../include/Contact.php:255
+msgid "Send PM"
+msgstr "Message privé"
+
+#: ../../include/conversation.php:882 ../../include/Contact.php:228
+msgid "Poke"
+msgstr "Sollicitations (pokes)"
+
 #: ../../include/conversation.php:944
 #, php-format
 msgid "%s likes this."
@@ -6266,511 +6383,691 @@ msgstr "Publier aux contacts"
 msgid "Private post"
 msgstr "Message privé"
 
-#: ../../include/network.php:895
-msgid "view full size"
-msgstr "voir en pleine taille"
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Déconnecté."
+
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr "Une erreur a été détecté en décodant un fichier utilisateur"
+
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Erreur ! Pas de ficher de version existant ! Êtes vous sur un compte Friendica ?"
+
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr "Erreur! Pseudo invalide"
+
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "L'utilisateur '%s' existe déjà sur ce serveur!"
+
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "Erreur de création d'utilisateur"
+
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "Erreur de création du profil utilisateur"
+
+#: ../../include/uimport.php:220
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contacts non importés"
+msgstr[1] "%d contacts non importés"
+
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "Action réalisé. Vous pouvez désormais vous connecter avec votre nom d'utilisateur et votre mot de passe"
 
-#: ../../include/text.php:296
+#: ../../include/text.php:297
 msgid "newer"
 msgstr "Plus récent"
 
-#: ../../include/text.php:298
+#: ../../include/text.php:299
 msgid "older"
 msgstr "Plus ancien"
 
-#: ../../include/text.php:303
+#: ../../include/text.php:304
 msgid "prev"
 msgstr "précédent"
 
-#: ../../include/text.php:305
+#: ../../include/text.php:306
 msgid "first"
 msgstr "premier"
 
-#: ../../include/text.php:337
+#: ../../include/text.php:338
 msgid "last"
 msgstr "dernier"
 
-#: ../../include/text.php:340
+#: ../../include/text.php:341
 msgid "next"
 msgstr "suivant"
 
-#: ../../include/text.php:854
+#: ../../include/text.php:855
 msgid "No contacts"
 msgstr "Aucun contact"
 
-#: ../../include/text.php:863
+#: ../../include/text.php:864
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
 msgstr[0] "%d contact"
 msgstr[1] "%d contacts"
 
-#: ../../include/text.php:1004
+#: ../../include/text.php:1005
 msgid "poke"
 msgstr "titiller"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "ping"
 msgstr "attirer l'attention"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "pinged"
 msgstr "a attiré l'attention de"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prod"
 msgstr "aiguillonner"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prodded"
 msgstr "a aiguillonné"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slap"
 msgstr "gifler"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slapped"
 msgstr "a giflé"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "finger"
 msgstr "tripoter"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "fingered"
 msgstr "a tripoté"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuff"
 msgstr "rabrouer"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuffed"
 msgstr "a rabroué"
 
-#: ../../include/text.php:1023
+#: ../../include/text.php:1024
 msgid "happy"
 msgstr "heureuse"
 
-#: ../../include/text.php:1024
+#: ../../include/text.php:1025
 msgid "sad"
 msgstr "triste"
 
-#: ../../include/text.php:1025
+#: ../../include/text.php:1026
 msgid "mellow"
 msgstr "suave"
 
-#: ../../include/text.php:1026
+#: ../../include/text.php:1027
 msgid "tired"
 msgstr "fatiguée"
 
-#: ../../include/text.php:1027
+#: ../../include/text.php:1028
 msgid "perky"
 msgstr "guillerette"
 
-#: ../../include/text.php:1028
+#: ../../include/text.php:1029
 msgid "angry"
 msgstr "colérique"
 
-#: ../../include/text.php:1029
+#: ../../include/text.php:1030
 msgid "stupified"
 msgstr "stupéfaite"
 
-#: ../../include/text.php:1030
+#: ../../include/text.php:1031
 msgid "puzzled"
 msgstr "perplexe"
 
-#: ../../include/text.php:1031
+#: ../../include/text.php:1032
 msgid "interested"
 msgstr "intéressée"
 
-#: ../../include/text.php:1032
+#: ../../include/text.php:1033
 msgid "bitter"
 msgstr "amère"
 
-#: ../../include/text.php:1033
+#: ../../include/text.php:1034
 msgid "cheerful"
 msgstr "entraînante"
 
-#: ../../include/text.php:1034
+#: ../../include/text.php:1035
 msgid "alive"
 msgstr "vivante"
 
-#: ../../include/text.php:1035
+#: ../../include/text.php:1036
 msgid "annoyed"
 msgstr "ennuyée"
 
-#: ../../include/text.php:1036
+#: ../../include/text.php:1037
 msgid "anxious"
 msgstr "anxieuse"
 
-#: ../../include/text.php:1037
+#: ../../include/text.php:1038
 msgid "cranky"
 msgstr "excentrique"
 
-#: ../../include/text.php:1038
+#: ../../include/text.php:1039
 msgid "disturbed"
 msgstr "dérangée"
 
-#: ../../include/text.php:1039
+#: ../../include/text.php:1040
 msgid "frustrated"
 msgstr "frustrée"
 
-#: ../../include/text.php:1040
+#: ../../include/text.php:1041
 msgid "motivated"
 msgstr "motivée"
 
-#: ../../include/text.php:1041
+#: ../../include/text.php:1042
 msgid "relaxed"
 msgstr "détendue"
 
-#: ../../include/text.php:1042
+#: ../../include/text.php:1043
 msgid "surprised"
 msgstr "surprise"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Monday"
 msgstr "Lundi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Tuesday"
 msgstr "Mardi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Wednesday"
 msgstr "Mercredi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Thursday"
 msgstr "Jeudi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Friday"
 msgstr "Vendredi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Saturday"
 msgstr "Samedi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Sunday"
 msgstr "Dimanche"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "January"
 msgstr "Janvier"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "February"
 msgstr "Février"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "March"
 msgstr "Mars"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "April"
 msgstr "Avril"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "May"
 msgstr "Mai"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "June"
 msgstr "Juin"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "July"
 msgstr "Juillet"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "August"
 msgstr "Août"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "September"
 msgstr "Septembre"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "October"
 msgstr "Octobre"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "November"
 msgstr "Novembre"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "December"
 msgstr "Décembre"
 
-#: ../../include/text.php:1434
+#: ../../include/text.php:1437
 msgid "bytes"
 msgstr "octets"
 
-#: ../../include/text.php:1458 ../../include/text.php:1470
+#: ../../include/text.php:1461 ../../include/text.php:1473
 msgid "Click to open/close"
 msgstr "Cliquer pour ouvrir/fermer"
 
-#: ../../include/text.php:1699 ../../include/user.php:247
-#: ../../view/theme/duepuntozero/config.php:44
-msgid "default"
-msgstr "défaut"
-
-#: ../../include/text.php:1711
+#: ../../include/text.php:1714
 msgid "Select an alternate language"
 msgstr "Choisir une langue alternative"
 
-#: ../../include/text.php:1967
-msgid "activity"
-msgstr "activité"
+#: ../../include/text.php:1970
+msgid "activity"
+msgstr "activité"
+
+#: ../../include/text.php:1973
+msgid "post"
+msgstr "publication"
+
+#: ../../include/text.php:2141
+msgid "Item filed"
+msgstr "Élément classé"
+
+#: ../../include/enotify.php:18
+msgid "Friendica Notification"
+msgstr "Notification Friendica"
+
+#: ../../include/enotify.php:21
+msgid "Thank You,"
+msgstr "Merci, "
+
+#: ../../include/enotify.php:23
+#, php-format
+msgid "%s Administrator"
+msgstr "L'administrateur de %s"
+
+#: ../../include/enotify.php:64
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
+
+#: ../../include/enotify.php:68
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notification] Nouveau courriel reçu sur %s"
+
+#: ../../include/enotify.php:70
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s vous a envoyé un nouveau message privé sur %2$s."
+
+#: ../../include/enotify.php:71
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s vous a envoyé %2$s."
+
+#: ../../include/enotify.php:71
+msgid "a private message"
+msgstr "un message privé"
+
+#: ../../include/enotify.php:72
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Merci de visiter %s pour voir vos messages privés et/ou y répondre."
+
+#: ../../include/enotify.php:124
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s a commenté sur [url=%2$s]un %3$s[/url]"
+
+#: ../../include/enotify.php:131
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s a commenté sur [url=%2$s]le %4$s de %3$s[/url]"
+
+#: ../../include/enotify.php:139
+#, 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:149
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notification] Commentaire de %2$s sur la conversation #%1$d"
+
+#: ../../include/enotify.php:150
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s a commenté un élément que vous suivez."
+
+#: ../../include/enotify.php:153 ../../include/enotify.php:168
+#: ../../include/enotify.php:181 ../../include/enotify.php:194
+#: ../../include/enotify.php:212 ../../include/enotify.php:225
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Merci de visiter %s pour voir la conversation et/ou y répondre."
+
+#: ../../include/enotify.php:160
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notification] %s a posté sur votre mur de profil"
+
+#: ../../include/enotify.php:162
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s a publié sur votre mur à %2$s"
+
+#: ../../include/enotify.php:164
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s a posté sur [url=%2$s]votre mur[/url]"
+
+#: ../../include/enotify.php:175
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notification] %s vous a étiqueté"
+
+#: ../../include/enotify.php:176
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s vous a étiqueté sur %2$s"
+
+#: ../../include/enotify.php:177
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]vous a étiqueté[/url]."
+
+#: ../../include/enotify.php:188
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notification] %s partage une nouvelle publication"
+
+#: ../../include/enotify.php:189
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s a partagé une nouvelle publication sur %2$s"
+
+#: ../../include/enotify.php:190
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]partage une publication[/url]."
+
+#: ../../include/enotify.php:202
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s vous a sollicité"
+
+#: ../../include/enotify.php:203
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s vous a sollicité via %2$s"
 
-#: ../../include/text.php:1970
-msgid "post"
-msgstr "publication"
+#: ../../include/enotify.php:204
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s vous a [url=%2$s]sollicité[/url]."
 
-#: ../../include/text.php:2138
-msgid "Item filed"
-msgstr "Élément classé"
+#: ../../include/enotify.php:219
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notification] %s a étiqueté votre publication"
 
-#: ../../include/bbcode.php:428 ../../include/bbcode.php:1027
-#: ../../include/bbcode.php:1028
-msgid "Image/photo"
-msgstr "Image/photo"
+#: ../../include/enotify.php:220
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s a étiqueté votre publication sur %2$s"
 
-#: ../../include/bbcode.php:528
+#: ../../include/enotify.php:221
 #, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr ""
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s a étiqueté [url=%2$s]votre publication[/url]"
 
-#: ../../include/bbcode.php:562
+#: ../../include/enotify.php:232
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notification] Introduction reçue"
+
+#: ../../include/enotify.php:233
 #, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"_blank\">post</a>"
-msgstr ""
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Vous avez reçu une introduction de '%1$s' sur %2$s"
 
-#: ../../include/bbcode.php:991 ../../include/bbcode.php:1011
-msgid "$1 wrote:"
-msgstr "$1 a écrit:"
+#: ../../include/enotify.php:234
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Vous avez reçu [url=%1$s]une introduction[/url] de %2$s."
 
-#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1037
-msgid "Encrypted content"
-msgstr "Contenu chiffré"
+#: ../../include/enotify.php:237 ../../include/enotify.php:279
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Vous pouvez visiter son profil sur %s"
 
-#: ../../include/notifier.php:786 ../../include/delivery.php:456
-msgid "(no subject)"
-msgstr "(sans titre)"
+#: ../../include/enotify.php:239
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Merci de visiter %s pour approuver ou rejeter l'introduction."
 
-#: ../../include/notifier.php:796 ../../include/delivery.php:467
-#: ../../include/enotify.php:31
-msgid "noreply"
-msgstr "noreply"
+#: ../../include/enotify.php:247
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr ""
 
-#: ../../include/dba_pdo.php:72 ../../include/dba.php:56
+#: ../../include/enotify.php:248 ../../include/enotify.php:249
 #, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Impossible de localiser les informations DNS pour le serveur de base de données '%s'"
+msgid "%1$s is sharing with you at %2$s"
+msgstr ""
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Inconnu | Non-classé"
+#: ../../include/enotify.php:255
+msgid "[Friendica:Notify] You have a new follower"
+msgstr ""
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Bloquer immédiatement"
+#: ../../include/enotify.php:256 ../../include/enotify.php:257
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr ""
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Douteux, spammeur, accro à l'auto-promotion"
+#: ../../include/enotify.php:270
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notification] Nouvelle suggestion d'amitié"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Connu de moi, mais sans opinion"
+#: ../../include/enotify.php:271
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Vous avez reçu une suggestion de '%1$s' sur %2$s"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, probablement inoffensif"
+#: ../../include/enotify.php:272
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Vous avez reçu [url=%1$s]une suggestion[/url] de %3$s pour %2$s."
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Réputé, a toute ma confiance"
+#: ../../include/enotify.php:277
+msgid "Name:"
+msgstr "Nom :"
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Chaque semaine"
+#: ../../include/enotify.php:278
+msgid "Photo:"
+msgstr "Photo :"
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Chaque mois"
+#: ../../include/enotify.php:281
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Merci de visiter %s pour approuver ou rejeter la suggestion."
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/enotify.php:289 ../../include/enotify.php:302
+msgid "[Friendica:Notify] Connection accepted"
+msgstr ""
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/enotify.php:290 ../../include/enotify.php:303
+#, php-format
+msgid "'%1$s' has acepted your connection request at %2$s"
+msgstr ""
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/enotify.php:291 ../../include/enotify.php:304
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr ""
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/enotify.php:294
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and email\n"
+"\twithout restriction."
+msgstr ""
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../include/enotify.php:297 ../../include/enotify.php:311
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr ""
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../include/enotify.php:307
+#, 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 ""
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../include/enotify.php:309
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future. "
+msgstr ""
 
-#: ../../include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "pump.io"
+#: ../../include/enotify.php:322
+msgid "[Friendica System:Notify] registration request"
+msgstr ""
 
-#: ../../include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
+#: ../../include/enotify.php:323
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr ""
 
-#: ../../include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Connecteur Diaspora"
+#: ../../include/enotify.php:324
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Vous avez reçu une [url=%1$s]demande de création de compte[/url] de %2$s."
 
-#: ../../include/contact_selectors.php:91
-msgid "Statusnet"
-msgstr "Statusnet"
+#: ../../include/enotify.php:327
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Nom complet :\t%1$s\\nAdresse :\t%2$s\\nIdentifiant :\t%3$s (%4$s)"
 
-#: ../../include/contact_selectors.php:92
-msgid "App.net"
-msgstr "App.net"
+#: ../../include/enotify.php:330
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Veuillez visiter %s pour approuver ou rejeter la demande."
 
-#: ../../include/Scrape.php:593
+#: ../../include/Scrape.php:614
 msgid " on Last.fm"
 msgstr "sur Last.fm"
 
-#: ../../include/bb2diaspora.php:154 ../../include/event.php:20
-msgid "Starts:"
-msgstr "Débute:"
-
-#: ../../include/bb2diaspora.php:162 ../../include/event.php:30
-msgid "Finishes:"
-msgstr "Finit:"
+#: ../../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 groupe supprimé a été recréé. Les permissions existantes <strong>pourraient</strong> s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom."
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr "Paramètres de confidentialité par défaut pour les nouveaux contacts"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "Tout le monde"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Anniversaire:"
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "éditer"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Age:"
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "Editer groupe"
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "depuis %1$d %2$s"
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "Créer un nouveau groupe"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Étiquette:"
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr "Contacts n'appartenant à aucun groupe"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religion:"
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "URL de connexion manquante."
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Passe-temps/Centres d'intérêt:"
+#: ../../include/follow.php:59
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux."
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Coordonnées/Réseaux sociaux:"
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Aucun protocole de communication ni aucun flux n'a pu être découvert."
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Goûts musicaux:"
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "L'adresse de profil indiquée ne fournit par les informations adéquates."
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Lectures:"
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "Aucun auteur ou nom d'auteur n'a pu être trouvé."
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "Télévision:"
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "Aucune URL de navigation ne correspond à cette adresse."
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Cinéma/Danse/Culture/Divertissement:"
+#: ../../include/follow.php:86
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel."
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Amour/Romance:"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel."
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Activité professionnelle/Occupation:"
+#: ../../include/follow.php:93
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site."
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Études/Formation:"
+#: ../../include/follow.php:103
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part."
 
-#: ../../include/plugin.php:455 ../../include/plugin.php:457
-msgid "Click here to upgrade."
-msgstr "Cliquez ici pour mettre à jour."
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "Impossible de récupérer les informations du contact."
 
-#: ../../include/plugin.php:463
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Cette action dépasse les limites définies par votre abonnement."
+#: ../../include/follow.php:258
+msgid "following"
+msgstr "following"
 
-#: ../../include/plugin.php:468
-msgid "This action is not available under your subscription plan."
-msgstr "Cette action n'est pas disponible avec votre abonnement."
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[pas de sujet]"
 
 #: ../../include/nav.php:73
 msgid "End this session"
 msgstr "Mettre fin à cette session"
 
-#: ../../include/nav.php:76 ../../include/nav.php:146
-#: ../../view/theme/diabook/theme.php:123
-msgid "Your posts and conversations"
-msgstr "Vos publications et conversations"
-
-#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
-msgid "Your profile page"
-msgstr "Votre page de profil"
-
-#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:126
-msgid "Your photos"
-msgstr "Vos photos"
-
 #: ../../include/nav.php:79
 msgid "Your videos"
 msgstr "Vos vidéos"
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:127
-msgid "Your events"
-msgstr "Vos événements"
-
-#: ../../include/nav.php:81 ../../view/theme/diabook/theme.php:128
-msgid "Personal notes"
-msgstr "Notes personnelles"
-
 #: ../../include/nav.php:81
 msgid "Your personal notes"
 msgstr "Vos notes personnelles"
@@ -6891,919 +7188,727 @@ msgstr "Navigation"
 msgid "Site map"
 msgstr "Carte du site"
 
-#: ../../include/api.php:304 ../../include/api.php:315
-#: ../../include/api.php:416 ../../include/api.php:1062
-#: ../../include/api.php:1064
-msgid "User not found."
-msgstr "Utilisateur non trouvé"
-
-#: ../../include/api.php:771
-#, php-format
-msgid "Daily posting limit of %d posts reached. The post was rejected."
-msgstr ""
-
-#: ../../include/api.php:790
-#, php-format
-msgid "Weekly posting limit of %d posts reached. The post was rejected."
-msgstr ""
-
-#: ../../include/api.php:809
-#, php-format
-msgid "Monthly posting limit of %d posts reached. The post was rejected."
-msgstr ""
-
-#: ../../include/api.php:1271
-msgid "There is no status with this id."
-msgstr "Il n'y a pas de statut avec cet id."
-
-#: ../../include/api.php:1341
-msgid "There is no conversation with this id."
-msgstr "Il n'y a pas de conversation avec cet id."
-
-#: ../../include/api.php:1613
-msgid "Invalid request."
-msgstr ""
-
-#: ../../include/api.php:1624
-msgid "Invalid item."
-msgstr ""
-
-#: ../../include/api.php:1634
-msgid "Invalid action. "
-msgstr ""
-
-#: ../../include/api.php:1642
-msgid "DB error"
-msgstr ""
-
-#: ../../include/user.php:40
-msgid "An invitation is required."
-msgstr "Une invitation est requise."
-
-#: ../../include/user.php:45
-msgid "Invitation could not be verified."
-msgstr "L'invitation fournie n'a pu être validée."
-
-#: ../../include/user.php:53
-msgid "Invalid OpenID url"
-msgstr "Adresse OpenID invalide"
-
-#: ../../include/user.php:74
-msgid "Please enter the required information."
-msgstr "Entrez les informations requises."
-
-#: ../../include/user.php:88
-msgid "Please use a shorter name."
-msgstr "Utilisez un nom plus court."
-
-#: ../../include/user.php:90
-msgid "Name too short."
-msgstr "Nom trop court."
-
-#: ../../include/user.php:105
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)."
-
-#: ../../include/user.php:110
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Votre domaine de courriel n'est pas autorisé sur ce site."
-
-#: ../../include/user.php:113
-msgid "Not a valid email address."
-msgstr "Ceci n'est pas une adresse courriel valide."
-
-#: ../../include/user.php:126
-msgid "Cannot use that email."
-msgstr "Impossible d'utiliser ce courriel."
-
-#: ../../include/user.php:132
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre."
-
-#: ../../include/user.php:138 ../../include/user.php:236
-msgid "Nickname is already registered. Please choose another."
-msgstr "Pseudo déjà utilisé. Merci d'en choisir un autre."
-
-#: ../../include/user.php:148
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre."
-
-#: ../../include/user.php:164
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué."
-
-#: ../../include/user.php:222
-msgid "An error occurred during registration. Please try again."
-msgstr "Une erreur est survenue lors de l'inscription. Merci de recommencer."
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: ../../include/user.php:257
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer."
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
 
-#: ../../include/user.php:289 ../../include/user.php:293
-#: ../../include/profile_selectors.php:42
-msgid "Friends"
-msgstr "Amis"
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Anniversaire:"
 
-#: ../../include/user.php:377
-#, 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 ""
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Age:"
 
-#: ../../include/user.php:381
+#: ../../include/profile_advanced.php:43
 #, 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 ""
-
-#: ../../include/diaspora.php:703
-msgid "Sharing notification from Diaspora network"
-msgstr "Notification de partage du réseau Diaspora"
-
-#: ../../include/diaspora.php:2332
-msgid "Attachments:"
-msgstr "Pièces jointes : "
+msgid "for %1$d %2$s"
+msgstr "depuis %1$d %2$s"
 
-#: ../../include/items.php:4526
-msgid "Do you really want to delete this item?"
-msgstr "Voulez-vous vraiment supprimer cet élément ?"
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Étiquette:"
 
-#: ../../include/items.php:4749
-msgid "Archives"
-msgstr "Archives"
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religion:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Masculin"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Passe-temps/Centres d'intérêt:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Féminin"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Coordonnées/Réseaux sociaux:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Actuellement masculin"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Goûts musicaux:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Actuellement féminin"
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Lectures:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Principalement masculin"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Télévision:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Principalement féminin"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Cinéma/Danse/Culture/Divertissement:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgenre"
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Amour/Romance:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Inter-sexe"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Activité professionnelle/Occupation:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transsexuel"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Études/Formation:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermaphrodite"
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047
+#: ../../include/bbcode.php:1048
+msgid "Image/photo"
+msgstr "Image/photo"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutre"
+#: ../../include/bbcode.php:528
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Non-spécifique"
+#: ../../include/bbcode.php:562
+#, php-format
+msgid ""
+"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"_blank\">post</a>"
+msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Autre"
+#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031
+msgid "$1 wrote:"
+msgstr "$1 a écrit:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indécis"
+#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057
+msgid "Encrypted content"
+msgstr "Contenu chiffré"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Hommes"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Inconnu | Non-classé"
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Femmes"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Bloquer immédiatement"
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Gay"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Douteux, spammeur, accro à l'auto-promotion"
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbienne"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Connu de moi, mais sans opinion"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Sans préférence"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, probablement inoffensif"
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Bisexuel"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Réputé, a toute ma confiance"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Auto-sexuel"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Chaque semaine"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Abstinent"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Chaque mois"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Vierge"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Déviant"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fétichiste"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Oodles"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Non-sexuel"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Célibataire"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Esseulé"
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Disponible"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Indisponible"
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Attiré par quelqu'un"
+#: ../../include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Connecteur Diaspora"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Entiché"
+#: ../../include/contact_selectors.php:91
+msgid "Statusnet"
+msgstr "Statusnet"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Dans une relation"
+#: ../../include/contact_selectors.php:92
+msgid "App.net"
+msgstr "App.net"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Infidèle"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Divers"
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Accro au sexe"
+#: ../../include/datetime.php:153 ../../include/datetime.php:290
+msgid "year"
+msgstr "an"
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Amis par intérêt"
+#: ../../include/datetime.php:158 ../../include/datetime.php:291
+msgid "month"
+msgstr "mois"
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Casual"
+#: ../../include/datetime.php:163 ../../include/datetime.php:293
+msgid "day"
+msgstr "jour"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Fiancé"
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "jamais"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Marié"
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "il y a moins d'une seconde"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Se croit marié"
+#: ../../include/datetime.php:290
+msgid "years"
+msgstr "ans"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Partenaire"
+#: ../../include/datetime.php:291
+msgid "months"
+msgstr "mois"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "En cohabitation"
+#: ../../include/datetime.php:292
+msgid "week"
+msgstr "semaine"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Marié \"de fait\"/\"sui juris\" (concubin)"
+#: ../../include/datetime.php:292
+msgid "weeks"
+msgstr "semaines"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Heureux"
+#: ../../include/datetime.php:293
+msgid "days"
+msgstr "jours"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Pas intéressé"
+#: ../../include/datetime.php:294
+msgid "hour"
+msgstr "heure"
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Échangiste"
+#: ../../include/datetime.php:294
+msgid "hours"
+msgstr "heures"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Trahi(e)"
+#: ../../include/datetime.php:295
+msgid "minute"
+msgstr "minute"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Séparé"
+#: ../../include/datetime.php:295
+msgid "minutes"
+msgstr "minutes"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Instable"
+#: ../../include/datetime.php:296
+msgid "second"
+msgstr "seconde"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Divorcé"
+#: ../../include/datetime.php:296
+msgid "seconds"
+msgstr "secondes"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Se croit divorcé"
+#: ../../include/datetime.php:305
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s auparavant"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Veuf/Veuve"
+#: ../../include/datetime.php:477 ../../include/items.php:2204
+#, php-format
+msgid "%s's birthday"
+msgstr "Anniversaire de %s's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Incertain"
+#: ../../include/datetime.php:478 ../../include/items.php:2205
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Joyeux anniversaire, %s !"
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "C'est compliqué"
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Fonctions générales"
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "S'en désintéresse"
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr "Profils multiples"
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Me demander"
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr "Possibilité de créer plusieurs profils"
 
-#: ../../include/enotify.php:18
-msgid "Friendica Notification"
-msgstr "Notification Friendica"
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr "Caractéristiques de composition de publication"
 
-#: ../../include/enotify.php:21
-msgid "Thank You,"
-msgstr "Merci, "
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr "Éditeur de texte enrichi"
 
-#: ../../include/enotify.php:23
-#, php-format
-msgid "%s Administrator"
-msgstr "L'administrateur de %s"
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr "Activer l'éditeur de texte enrichi"
 
-#: ../../include/enotify.php:61
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr "Aperçu de la publication"
 
-#: ../../include/enotify.php:65
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notification] Nouveau courriel reçu sur %s"
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Permet la prévisualisation des publications et commentaires avant de les publier"
 
-#: ../../include/enotify.php:67
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s vous a envoyé un nouveau message privé sur %2$s."
+#: ../../include/features.php:33
+msgid "Auto-mention Forums"
+msgstr ""
 
-#: ../../include/enotify.php:68
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s vous a envoyé %2$s."
+#: ../../include/features.php:33
+msgid ""
+"Add/remove mention when a fourm page is selected/deselected in ACL window."
+msgstr ""
 
-#: ../../include/enotify.php:68
-msgid "a private message"
-msgstr "un message privé"
+#: ../../include/features.php:38
+msgid "Network Sidebar Widgets"
+msgstr "Widgets réseau pour barre latérale"
 
-#: ../../include/enotify.php:69
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Merci de visiter %s pour voir vos messages privés et/ou y répondre."
+#: ../../include/features.php:39
+msgid "Search by Date"
+msgstr "Rechercher par Date"
 
-#: ../../include/enotify.php:121
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s a commenté sur [url=%2$s]un %3$s[/url]"
+#: ../../include/features.php:39
+msgid "Ability to select posts by date ranges"
+msgstr "Capacité de sélectionner les publications par intervalles de dates"
 
-#: ../../include/enotify.php:128
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s a commenté sur [url=%2$s]le %4$s de %3$s[/url]"
+#: ../../include/features.php:40
+msgid "Group Filter"
+msgstr "Filtre de groupe"
 
-#: ../../include/enotify.php:136
-#, 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/features.php:40
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Activer le widget d’affichage des publications du réseau seulement pour le groupe sélectionné"
 
-#: ../../include/enotify.php:146
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notification] Commentaire de %2$s sur la conversation #%1$d"
+#: ../../include/features.php:41
+msgid "Network Filter"
+msgstr "Filtre de réseau"
 
-#: ../../include/enotify.php:147
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s a commenté un élément que vous suivez."
+#: ../../include/features.php:41
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Activer le widget d’affichage des publications du réseau seulement pour le réseau sélectionné"
 
-#: ../../include/enotify.php:150 ../../include/enotify.php:165
-#: ../../include/enotify.php:178 ../../include/enotify.php:191
-#: ../../include/enotify.php:209 ../../include/enotify.php:222
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Merci de visiter %s pour voir la conversation et/ou y répondre."
+#: ../../include/features.php:42
+msgid "Save search terms for re-use"
+msgstr "Sauvegarder la recherche pour une utilisation ultérieure"
 
-#: ../../include/enotify.php:157
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notification] %s a posté sur votre mur de profil"
+#: ../../include/features.php:47
+msgid "Network Tabs"
+msgstr "Onglets Réseau"
 
-#: ../../include/enotify.php:159
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s a publié sur votre mur à %2$s"
+#: ../../include/features.php:48
+msgid "Network Personal Tab"
+msgstr "Onglet Réseau Personnel"
 
-#: ../../include/enotify.php:161
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s a posté sur [url=%2$s]votre mur[/url]"
+#: ../../include/features.php:48
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Activer l'onglet pour afficher seulement les publications du réseau où vous avez interagit"
 
-#: ../../include/enotify.php:172
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notification] %s vous a étiqueté"
+#: ../../include/features.php:49
+msgid "Network New Tab"
+msgstr "Nouvel onglet réseaux"
 
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s vous a étiqueté sur %2$s"
+#: ../../include/features.php:49
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Activer l'onglet pour afficher seulement les publications du réseau (dans les 12 dernières heures)"
 
-#: ../../include/enotify.php:174
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]vous a étiqueté[/url]."
+#: ../../include/features.php:50
+msgid "Network Shared Links Tab"
+msgstr "Onglet réseau partagé"
 
-#: ../../include/enotify.php:185
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notification] %s partage une nouvelle publication"
+#: ../../include/features.php:50
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Activer l'onglet pour afficher seulement les publications du réseau contenant des liens"
 
-#: ../../include/enotify.php:186
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr ""
+#: ../../include/features.php:55
+msgid "Post/Comment Tools"
+msgstr "outils de publication/commentaire"
 
-#: ../../include/enotify.php:187
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]partage une publication[/url]."
+#: ../../include/features.php:56
+msgid "Multiple Deletion"
+msgstr "Suppression multiple"
 
-#: ../../include/enotify.php:199
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s vous a sollicité"
+#: ../../include/features.php:56
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Sélectionner et supprimer plusieurs publications/commentaires à la fois"
 
-#: ../../include/enotify.php:200
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s vous a sollicité via %2$s"
+#: ../../include/features.php:57
+msgid "Edit Sent Posts"
+msgstr "Éditer les publications envoyées"
 
-#: ../../include/enotify.php:201
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s vous a [url=%2$s]sollicité[/url]."
+#: ../../include/features.php:57
+msgid "Edit and correct posts and comments after sending"
+msgstr "Éditer et corriger les publications et commentaires après l'envoi"
 
-#: ../../include/enotify.php:216
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notification] %s a étiqueté votre publication"
+#: ../../include/features.php:58
+msgid "Tagging"
+msgstr "Étiquettage"
 
-#: ../../include/enotify.php:217
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s a étiqueté votre publication sur %2$s"
+#: ../../include/features.php:58
+msgid "Ability to tag existing posts"
+msgstr "Possibilité d'étiqueter les publications existantes"
 
-#: ../../include/enotify.php:218
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s a étiqueté [url=%2$s]votre publication[/url]"
+#: ../../include/features.php:59
+msgid "Post Categories"
+msgstr "Catégories des publications"
 
-#: ../../include/enotify.php:229
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notification] Introduction reçue"
+#: ../../include/features.php:59
+msgid "Add categories to your posts"
+msgstr "Ajouter des catégories à vos publications"
 
-#: ../../include/enotify.php:230
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Vous avez reçu une introduction de '%1$s' sur %2$s"
+#: ../../include/features.php:60
+msgid "Ability to file posts under folders"
+msgstr "Possibilité d'afficher les publications sous les répertoires"
 
-#: ../../include/enotify.php:231
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Vous avez reçu [url=%1$s]une introduction[/url] de %2$s."
+#: ../../include/features.php:61
+msgid "Dislike Posts"
+msgstr "Publications non aimées"
 
-#: ../../include/enotify.php:234 ../../include/enotify.php:276
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Vous pouvez visiter son profil sur %s"
+#: ../../include/features.php:61
+msgid "Ability to dislike posts/comments"
+msgstr "Possibilité de ne pas aimer les publications/commentaires"
 
-#: ../../include/enotify.php:236
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Merci de visiter %s pour approuver ou rejeter l'introduction."
+#: ../../include/features.php:62
+msgid "Star Posts"
+msgstr "Publications spéciales"
 
-#: ../../include/enotify.php:244
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr ""
+#: ../../include/features.php:62
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Possibilité de marquer les publications spéciales d'une étoile"
 
-#: ../../include/enotify.php:245 ../../include/enotify.php:246
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
+#: ../../include/features.php:63
+msgid "Mute Post Notifications"
 msgstr ""
 
-#: ../../include/enotify.php:252
-msgid "[Friendica:Notify] You have a new follower"
+#: ../../include/features.php:63
+msgid "Ability to mute notifications for a thread"
 msgstr ""
 
-#: ../../include/enotify.php:253 ../../include/enotify.php:254
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr ""
+#: ../../include/diaspora.php:703
+msgid "Sharing notification from Diaspora network"
+msgstr "Notification de partage du réseau Diaspora"
 
-#: ../../include/enotify.php:267
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notification] Nouvelle suggestion d'amitié"
+#: ../../include/diaspora.php:2520
+msgid "Attachments:"
+msgstr "Pièces jointes : "
 
-#: ../../include/enotify.php:268
+#: ../../include/dbstructure.php:26
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Vous avez reçu une suggestion de '%1$s' sur %2$s"
+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 "\nLes développeurs de Friendica ont récemment publié la mise à jour %s, mais en tentant de l’installer, quelque chose s’est terriblement mal passé. Une réparation s’impose et je ne peux pas la faire tout seul. Contactez un développeur Friendica si vous ne pouvez pas corriger le problème vous-même. Il est possible que ma base de données soit corrompue."
 
-#: ../../include/enotify.php:269
+#: ../../include/dbstructure.php:31
 #, php-format
 msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Vous avez reçu [url=%1$s]une suggestion[/url] de %3$s pour %2$s."
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "Le message d’erreur est\n[pre]%s[/pre]"
 
-#: ../../include/enotify.php:274
-msgid "Name:"
-msgstr "Nom :"
+#: ../../include/dbstructure.php:162
+msgid "Errors encountered creating database tables."
+msgstr "Des erreurs ont été signalées lors de la création des tables."
 
-#: ../../include/enotify.php:275
-msgid "Photo:"
-msgstr "Photo :"
+#: ../../include/dbstructure.php:220
+msgid "Errors encountered performing database changes."
+msgstr "Des erreurs sont survenues lors de la mise à jour de la base de données."
 
-#: ../../include/enotify.php:278
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Merci de visiter %s pour approuver ou rejeter la suggestion."
+#: ../../include/acl_selectors.php:333
+msgid "Visible to everybody"
+msgstr "Visible par tout le monde"
 
-#: ../../include/enotify.php:286 ../../include/enotify.php:299
-msgid "[Friendica:Notify] Connection accepted"
-msgstr ""
+#: ../../include/items.php:4539
+msgid "Do you really want to delete this item?"
+msgstr "Voulez-vous vraiment supprimer cet élément ?"
 
-#: ../../include/enotify.php:287 ../../include/enotify.php:300
-#, php-format
-msgid "'%1$s' has acepted your connection request at %2$s"
-msgstr ""
+#: ../../include/items.php:4762
+msgid "Archives"
+msgstr "Archives"
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:301
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr ""
+#: ../../include/oembed.php:212
+msgid "Embedded content"
+msgstr "Contenu incorporé"
 
-#: ../../include/enotify.php:291
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and email\n"
-"\twithout restriction."
-msgstr ""
+#: ../../include/oembed.php:221
+msgid "Embedding disabled"
+msgstr "Incorporation désactivée"
 
-#: ../../include/enotify.php:294 ../../include/enotify.php:308
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr ""
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "Bienvenue "
 
-#: ../../include/enotify.php:304
-#, 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 ""
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "Merci d'illustrer votre profil d'une image."
 
-#: ../../include/enotify.php:306
-#, php-format
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "Bienvenue à nouveau, "
+
+#: ../../include/security.php:366
 msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future. "
-msgstr ""
+"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 "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé."
 
-#: ../../include/enotify.php:319
-msgid "[Friendica System:Notify] registration request"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Masculin"
 
-#: ../../include/enotify.php:320
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Féminin"
 
-#: ../../include/enotify.php:321
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Actuellement masculin"
 
-#: ../../include/enotify.php:324
-#, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Actuellement féminin"
 
-#: ../../include/enotify.php:327
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Principalement masculin"
 
-#: ../../include/oembed.php:210
-msgid "Embedded content"
-msgstr "Contenu incorporé"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Principalement féminin"
 
-#: ../../include/oembed.php:219
-msgid "Embedding disabled"
-msgstr "Incorporation désactivée"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgenre"
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
-msgstr "Une erreur a été détecté en décodant un fichier utilisateur"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Inter-sexe"
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Erreur ! Pas de ficher de version existant ! Êtes vous sur un compte Friendica ?"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transsexuel"
 
-#: ../../include/uimport.php:116 ../../include/uimport.php:127
-msgid "Error! Cannot check nickname"
-msgstr "Erreur! Pseudo invalide"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermaphrodite"
 
-#: ../../include/uimport.php:120 ../../include/uimport.php:131
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "L'utilisateur '%s' existe déjà sur ce serveur!"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutre"
 
-#: ../../include/uimport.php:153
-msgid "User creation error"
-msgstr "Erreur de création d'utilisateur"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Non-spécifique"
 
-#: ../../include/uimport.php:171
-msgid "User profile creation error"
-msgstr "Erreur de création du profil utilisateur"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Autre"
 
-#: ../../include/uimport.php:220
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contacts non importés"
-msgstr[1] "%d contacts non importés"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indécis"
 
-#: ../../include/uimport.php:290
-msgid "Done. You can now login with your username and password"
-msgstr "Action réalisé. Vous pouvez désormais vous connecter avec votre nom d'utilisateur et votre mot de passe"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Hommes"
 
-#: ../../index.php:428
-msgid "toggle mobile"
-msgstr "activ. mobile"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Femmes"
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
-#: ../../view/theme/diabook/config.php:150 ../../view/theme/vier/config.php:55
-#: ../../view/theme/duepuntozero/config.php:61
-msgid "Theme settings"
-msgstr "Réglages du thème graphique"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gay"
+
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbienne"
+
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Sans préférence"
+
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bisexuel"
+
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Auto-sexuel"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Abstinent"
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/dispy/config.php:73
-#: ../../view/theme/diabook/config.php:151
-msgid "Set font-size for posts and comments"
-msgstr "Réglez 'font-size' (taille de police) pour publications et commentaires"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Vierge"
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Largeur du thème"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Déviant"
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr "Palette de couleurs"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fétichiste"
 
-#: ../../view/theme/dispy/config.php:74
-#: ../../view/theme/diabook/config.php:152
-msgid "Set line-height for posts and comments"
-msgstr "Réglez 'line-height' (hauteur de police) pour publications et commentaires"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Oodles"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Choisir le schéma de couleurs"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Non-sexuel"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Alignement"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Célibataire"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "Gauche"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Esseulé"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "Centre"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Disponible"
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr "Taille de texte des publications"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Indisponible"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr "Taille de police des zones de texte"
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Attiré par quelqu'un"
 
-#: ../../view/theme/diabook/config.php:153
-msgid "Set resolution for middle column"
-msgstr "Réglez la résolution de la colonne centrale"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Entiché"
 
-#: ../../view/theme/diabook/config.php:154
-msgid "Set color scheme"
-msgstr "Choisir le schéma de couleurs"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Dans une relation"
 
-#: ../../view/theme/diabook/config.php:155
-msgid "Set zoomfactor for Earth Layer"
-msgstr "Niveau de zoom"
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Infidèle"
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/diabook/theme.php:585
-msgid "Set longitude (X) for Earth Layers"
-msgstr "Régler la longitude (X) pour la géolocalisation"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Accro au sexe"
 
-#: ../../view/theme/diabook/config.php:157
-#: ../../view/theme/diabook/theme.php:586
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "Régler la latitude (Y) pour la géolocalisation"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Amis par intérêt"
 
-#: ../../view/theme/diabook/config.php:158
-#: ../../view/theme/diabook/theme.php:130
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:624
-msgid "Community Pages"
-msgstr "Pages de Communauté"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Casual"
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:579
-#: ../../view/theme/diabook/theme.php:625
-msgid "Earth Layers"
-msgstr "Géolocalisation"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Fiancé"
 
-#: ../../view/theme/diabook/config.php:160
-#: ../../view/theme/diabook/theme.php:391
-#: ../../view/theme/diabook/theme.php:626
-msgid "Community Profiles"
-msgstr "Profils communautaires"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Marié"
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:627
-msgid "Help or @NewHere ?"
-msgstr "Aide ou @NewHere?"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Se croit marié"
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:628
-msgid "Connect Services"
-msgstr "Connecter des services"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partenaire"
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:523
-#: ../../view/theme/diabook/theme.php:629
-msgid "Find Friends"
-msgstr "Trouver des amis"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "En cohabitation"
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:412
-#: ../../view/theme/diabook/theme.php:630
-msgid "Last users"
-msgstr "Derniers utilisateurs"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Marié \"de fait\"/\"sui juris\" (concubin)"
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:486
-#: ../../view/theme/diabook/theme.php:631
-msgid "Last photos"
-msgstr "Dernières photos"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Heureux"
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:441
-#: ../../view/theme/diabook/theme.php:632
-msgid "Last likes"
-msgstr "Dernièrement aimé"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Pas intéressé"
 
-#: ../../view/theme/diabook/theme.php:125
-msgid "Your contacts"
-msgstr "Vos contacts"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Échangiste"
 
-#: ../../view/theme/diabook/theme.php:128
-msgid "Your personal photos"
-msgstr "Vos photos personnelles"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Trahi(e)"
 
-#: ../../view/theme/diabook/theme.php:524
-msgid "Local Directory"
-msgstr "Annuaire local"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Séparé"
 
-#: ../../view/theme/diabook/theme.php:584
-msgid "Set zoomfactor for Earth Layers"
-msgstr "Régler le niveau de zoom pour la géolocalisation"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Instable"
 
-#: ../../view/theme/diabook/theme.php:622
-msgid "Show/hide boxes at right-hand column:"
-msgstr "Montrer/cacher les boîtes dans la colonne de droite :"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorcé"
 
-#: ../../view/theme/vier/config.php:56
-msgid "Set style"
-msgstr "Définir le style"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Se croit divorcé"
 
-#: ../../view/theme/duepuntozero/config.php:45
-msgid "greenzero"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Veuf/Veuve"
 
-#: ../../view/theme/duepuntozero/config.php:46
-msgid "purplezero"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Incertain"
 
-#: ../../view/theme/duepuntozero/config.php:47
-msgid "easterbunny"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "C'est compliqué"
 
-#: ../../view/theme/duepuntozero/config.php:48
-msgid "darkzero"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "S'en désintéresse"
 
-#: ../../view/theme/duepuntozero/config.php:49
-msgid "comix"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Me demander"
 
-#: ../../view/theme/duepuntozero/config.php:50
-msgid "slackr"
-msgstr ""
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "retiré de la liste de suivi"
 
-#: ../../view/theme/duepuntozero/config.php:62
-msgid "Variations"
-msgstr ""
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr "Supprimer le contact"
index a7cd0d1d868a661721e6af72057f85f82448d285..46267b9e4f5bd32b0185db4a693f59b457159bbf 100644 (file)
@@ -5,209 +5,226 @@ function string_plural_select_fr($n){
        return ($n > 1);;
 }}
 ;
-$a->strings["%d contact edited."] = array(
-       0 => "%d contact édité",
-       1 => "%d contacts édités.",
+$a->strings["This entry was edited"] = "Cette entrée à été édité";
+$a->strings["Private Message"] = "Message privé";
+$a->strings["Edit"] = "Éditer";
+$a->strings["Select"] = "Sélectionner";
+$a->strings["Delete"] = "Supprimer";
+$a->strings["save to folder"] = "sauver vers dossier";
+$a->strings["add star"] = "mett en avant";
+$a->strings["remove star"] = "ne plus mettre en avant";
+$a->strings["toggle star status"] = "mettre en avant";
+$a->strings["starred"] = "mis en avant";
+$a->strings["ignore thread"] = "ignorer le fil";
+$a->strings["unignore thread"] = "Ne plus ignorer le fil";
+$a->strings["toggle ignore status"] = "Ignorer le statut";
+$a->strings["ignored"] = "ignoré";
+$a->strings["add tag"] = "ajouter une étiquette";
+$a->strings["I like this (toggle)"] = "J'aime (bascule)";
+$a->strings["like"] = "aime";
+$a->strings["I don't like this (toggle)"] = "Je n'aime pas (bascule)";
+$a->strings["dislike"] = "n'aime pas";
+$a->strings["Share this"] = "Partager";
+$a->strings["share"] = "partager";
+$a->strings["Categories:"] = "Catégories:";
+$a->strings["Filed under:"] = "Rangé sous:";
+$a->strings["View %s's profile @ %s"] = "Voir le profil de %s @ %s";
+$a->strings["to"] = "à";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Inter-mur";
+$a->strings["via Wall-To-Wall:"] = "en Inter-mur:";
+$a->strings["%s from %s"] = "%s de %s";
+$a->strings["Comment"] = "Commenter";
+$a->strings["Please wait"] = "Patientez";
+$a->strings["%d comment"] = array(
+       0 => "%d commentaire",
+       1 => "%d commentaires",
 );
-$a->strings["Could not access contact record."] = "Impossible d'accéder à l'enregistrement du contact.";
-$a->strings["Could not locate selected profile."] = "Impossible de localiser le profil séléctionné.";
-$a->strings["Contact updated."] = "Contact mis-à-jour.";
-$a->strings["Failed to update contact record."] = "Échec de mise-à-jour du contact.";
-$a->strings["Permission denied."] = "Permission refusée.";
-$a->strings["Contact has been blocked"] = "Le contact a été bloqué";
-$a->strings["Contact has been unblocked"] = "Le contact n'est plus bloqué";
-$a->strings["Contact has been ignored"] = "Le contact a été ignoré";
-$a->strings["Contact has been unignored"] = "Le contact n'est plus ignoré";
-$a->strings["Contact has been archived"] = "Contact archivé";
-$a->strings["Contact has been unarchived"] = "Contact désarchivé";
-$a->strings["Do you really want to delete this contact?"] = "Voulez-vous vraiment supprimer ce contact?";
-$a->strings["Yes"] = "Oui";
-$a->strings["Cancel"] = "Annuler";
-$a->strings["Contact has been removed."] = "Ce contact a été retiré.";
-$a->strings["You are mutual friends with %s"] = "Vous êtes ami (et réciproquement) avec %s";
-$a->strings["You are sharing with %s"] = "Vous partagez avec %s";
-$a->strings["%s is sharing with you"] = "%s partage avec vous";
-$a->strings["Private communications are not available for this contact."] = "Les communications privées ne sont pas disponibles pour ce contact.";
-$a->strings["Never"] = "Jamais";
-$a->strings["(Update was successful)"] = "(Mise à jour effectuée avec succès)";
-$a->strings["(Update was not successful)"] = "(Mise à jour échouée)";
-$a->strings["Suggest friends"] = "Suggérer amitié/contact";
-$a->strings["Network type: %s"] = "Type de réseau %s";
-$a->strings["%d contact in common"] = array(
-       0 => "%d contact en commun",
-       1 => "%d contacts en commun",
+$a->strings["comment"] = array(
+       0 => "",
+       1 => "commentaire",
 );
-$a->strings["View all contacts"] = "Voir tous les contacts";
-$a->strings["Unblock"] = "Débloquer";
-$a->strings["Block"] = "Bloquer";
-$a->strings["Toggle Blocked status"] = "(dés)activer l'état \"bloqué\"";
-$a->strings["Unignore"] = "Ne plus ignorer";
-$a->strings["Ignore"] = "Ignorer";
-$a->strings["Toggle Ignored status"] = "(dés)activer l'état \"ignoré\"";
-$a->strings["Unarchive"] = "Désarchiver";
-$a->strings["Archive"] = "Archiver";
-$a->strings["Toggle Archive status"] = "(dés)activer l'état \"archivé\"";
-$a->strings["Repair"] = "Réparer";
-$a->strings["Advanced Contact Settings"] = "Réglages avancés du contact";
-$a->strings["Communications lost with this contact!"] = "Communications perdues avec ce contact !";
-$a->strings["Contact Editor"] = "Éditeur de contact";
+$a->strings["show more"] = "montrer plus";
+$a->strings["This is you"] = "C'est vous";
 $a->strings["Submit"] = "Envoyer";
-$a->strings["Profile Visibility"] = "Visibilité du profil";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous rend visite de manière sécurisée.";
-$a->strings["Contact Information / Notes"] = "Informations de contact / Notes";
-$a->strings["Edit contact notes"] = "Éditer les notes des contacts";
-$a->strings["Visit %s's profile [%s]"] = "Visiter le profil de %s [%s]";
-$a->strings["Block/Unblock contact"] = "Bloquer/débloquer ce contact";
-$a->strings["Ignore contact"] = "Ignorer ce contact";
-$a->strings["Repair URL settings"] = "Réglages de réparation des URL";
-$a->strings["View conversations"] = "Voir les conversations";
-$a->strings["Delete contact"] = "Effacer ce contact";
-$a->strings["Last update:"] = "Dernière mise-à-jour :";
-$a->strings["Update public posts"] = "Mettre à jour les publications publiques:";
-$a->strings["Update now"] = "Mettre à jour";
-$a->strings["Currently blocked"] = "Actuellement bloqué";
-$a->strings["Currently ignored"] = "Actuellement ignoré";
-$a->strings["Currently archived"] = "Actuellement archivé";
-$a->strings["Hide this contact from others"] = "Cacher ce contact aux autres";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Les réponses et \"j'aime\" à vos publications publiques <strong>peuvent</strong> être toujours visibles";
-$a->strings["Notification for new posts"] = "Notification des nouvelles publications";
-$a->strings["Send a notification of every new post of this contact"] = "Envoyer une notification de chaque nouveau message en provenance de ce contact";
-$a->strings["Fetch further information for feeds"] = "Chercher plus d'informations pour les flux";
-$a->strings["Disabled"] = "Désactivé";
-$a->strings["Fetch information"] = "";
-$a->strings["Fetch information and keywords"] = "";
-$a->strings["Blacklisted keywords"] = "";
-$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
-$a->strings["Suggestions"] = "Suggestions";
-$a->strings["Suggest potential friends"] = "Suggérer des amis potentiels";
-$a->strings["All Contacts"] = "Tous les contacts";
-$a->strings["Show all contacts"] = "Montrer tous les contacts";
-$a->strings["Unblocked"] = "Non-bloqués";
-$a->strings["Only show unblocked contacts"] = "Ne montrer que les contacts non-bloqués";
-$a->strings["Blocked"] = "Bloqués";
-$a->strings["Only show blocked contacts"] = "Ne montrer que les contacts bloqués";
-$a->strings["Ignored"] = "Ignorés";
-$a->strings["Only show ignored contacts"] = "Ne montrer que les contacts ignorés";
-$a->strings["Archived"] = "Archivés";
-$a->strings["Only show archived contacts"] = "Ne montrer que les contacts archivés";
-$a->strings["Hidden"] = "Cachés";
-$a->strings["Only show hidden contacts"] = "Ne montrer que les contacts masqués";
-$a->strings["Mutual Friendship"] = "Relation réciproque";
-$a->strings["is a fan of yours"] = "Vous suit";
-$a->strings["you are a fan of"] = "Vous le/la suivez";
-$a->strings["Edit contact"] = "Éditer le contact";
-$a->strings["Contacts"] = "Contacts";
-$a->strings["Search your contacts"] = "Rechercher dans vos contacts";
-$a->strings["Finding: "] = "Trouvé: ";
-$a->strings["Find"] = "Trouver";
-$a->strings["Update"] = "Mises-à-jour";
-$a->strings["Delete"] = "Supprimer";
-$a->strings["No profile"] = "Aucun profil";
-$a->strings["Manage Identities and/or Pages"] = "Gérer les identités et/ou les pages";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer.";
-$a->strings["Select an identity to manage: "] = "Choisir une identité à gérer: ";
-$a->strings["Post successful."] = "Publication réussie.";
+$a->strings["Bold"] = "Gras";
+$a->strings["Italic"] = "Italique";
+$a->strings["Underline"] = "Souligné";
+$a->strings["Quote"] = "Citation";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Image";
+$a->strings["Link"] = "Lien";
+$a->strings["Video"] = "Vidéo";
+$a->strings["Preview"] = "Aperçu";
+$a->strings["You must be logged in to use addons. "] = "Vous devez être connecté pour utiliser les greffons.";
+$a->strings["Not Found"] = "Non trouvé";
+$a->strings["Page not found."] = "Page introuvable.";
 $a->strings["Permission denied"] = "Permission refusée";
-$a->strings["Invalid profile identifier."] = "Identifiant de profil invalide.";
-$a->strings["Profile Visibility Editor"] = "Éditer la visibilité du profil";
+$a->strings["Permission denied."] = "Permission refusée.";
+$a->strings["toggle mobile"] = "activ. mobile";
+$a->strings["Home"] = "Profil";
+$a->strings["Your posts and conversations"] = "Vos publications et conversations";
 $a->strings["Profile"] = "Profil";
-$a->strings["Click on a contact to add or remove."] = "Cliquez sur un contact pour l'ajouter ou le supprimer.";
-$a->strings["Visible To"] = "Visible par";
-$a->strings["All Contacts (with secure profile access)"] = "Tous les contacts (ayant un accès sécurisé)";
-$a->strings["Item not found."] = "Élément introuvable.";
-$a->strings["Public access denied."] = "Accès public refusé.";
-$a->strings["Access to this profile has been restricted."] = "L'accès au profil a été restreint.";
-$a->strings["Item has been removed."] = "Cet élément a été enlevé.";
-$a->strings["Welcome to Friendica"] = "Bienvenue sur Friendica";
-$a->strings["New Member Checklist"] = "Checklist du nouvel utilisateur";
-$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."] = "Nous souhaiterions vous donner quelques astuces et ressources pour rendre votre expérience la plus agréable possible. Cliquez sur n'importe lequel de ces éléments pour visiter la page correspondante. Un lien vers cette page restera visible sur votre page d'accueil pendant les deux semaines qui suivent votre inscription initiale, puis disparaîtra silencieusement.";
-$a->strings["Getting Started"] = "Bien démarrer";
-$a->strings["Friendica Walk-Through"] = "Friendica pas-à-pas";
-$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."] = "Sur votre page d'accueil, dans <em>Conseils aux nouveaux venus</em> - vous trouverez une rapide introduction aux onglets Profil et Réseau, pourrez vous connecter à Facebook, établir de nouvelles relations, et choisir des groupes à rejoindre.";
-$a->strings["Settings"] = "Réglages";
-$a->strings["Go to Your Settings"] = "Éditer vos Réglages";
-$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."] = "Sur la page des <em>Réglages</em> -     changez votre mot de passe initial. Notez bien votre Identité. Elle ressemble à une adresse de courriel - et vous sera utile pour vous faire des amis dans le web social libre.";
-$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."] = "Vérifiez les autres réglages, tout particulièrement ceux liés à la vie privée. Un profil non listé, c'est un peu comme un numéro sur liste rouge. En général, vous devriez probablement publier votre profil - à moins que tous vos amis (potentiels) sachent déjà comment vous trouver.";
-$a->strings["Upload Profile Photo"] = "Téléverser une photo de profil";
-$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."] = "Téléversez (envoyez) une photo de profil si vous n'en avez pas déjà une. Les études montrent que les gens qui affichent de vraies photos d'eux sont dix fois plus susceptibles de se faire des amis.";
-$a->strings["Edit Your Profile"] = "Éditer votre Profil";
-$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."] = "Éditez votre profil <strong>par défaut</strong> à votre convenance. Vérifiez les réglages concernant la visibilité de votre liste d'amis par les visiteurs inconnus.";
-$a->strings["Profile Keywords"] = "Mots-clés du profil";
-$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."] = "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils pourront ainsi décrire vos centres d'intérêt, et nous pourrons vous proposer des contacts qui les partagent.";
-$a->strings["Connecting"] = "Connexions";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Activez et paramétrez le connecteur Facebook si vous avez un compte Facebook et nous pourrons (de manière facultative) importer tous vos amis et conversations Facebook.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Si</em> ceci est votre propre serveur, installer le connecteur Facebook peut adoucir votre transition vers le web social libre.";
-$a->strings["Importing Emails"] = "Importer courriels";
-$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"] = "Entrez vos paramètres de courriel dans les Réglages des connecteurs si vous souhaitez importer et interagir avec des amis ou des listes venant de votre Boîte de Réception.";
-$a->strings["Go to Your Contacts Page"] = "Consulter vos Contacts";
-$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."] = "Votre page Contacts est le point d'entrée vers la gestion de vos amitiés/relations et la connexion à des amis venant d'autres réseaux. Typiquement, vous pourrez y rentrer leur adresse d'Identité ou l'URL de leur site dans le formulaire <em>Ajouter un nouveau contact</em>.";
-$a->strings["Go to Your Site's Directory"] = "Consulter l'Annuaire de votre Site";
-$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."] = "La page Annuaire vous permet de trouver d'autres personnes au sein de ce réseaux ou parmi d'autres sites fédérés. Cherchez un lien <em>Relier</em> ou <em>Suivre</em> sur leur profil. Vous pourrez avoir besoin d'indiquer votre adresse d'identité.";
-$a->strings["Finding New People"] = "Trouver de nouvelles personnes";
-$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."] = "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures.";
-$a->strings["Groups"] = "Groupes";
-$a->strings["Group Your Contacts"] = "Grouper vos 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."] = "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau.";
-$a->strings["Why Aren't My Posts Public?"] = "Pourquoi mes éléments ne sont pas publics?";
-$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 respecte votre vie privée. Par défaut, toutes vos publications seront seulement montrés à vos amis. Pour plus d'information, consultez la section \"aide\" du lien ci-dessus.";
-$a->strings["Getting Help"] = "Obtenir de l'aide";
-$a->strings["Go to the Help Section"] = "Aller à la section Aide";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Nos pages d'<strong>aide</strong> peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources.";
-$a->strings["OpenID protocol error. No ID returned."] = "Erreur de protocole OpenID. Pas d'ID en retour.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site.";
-$a->strings["Login failed."] = "Échec de connexion.";
-$a->strings["Image uploaded but image cropping failed."] = "Image envoyée, mais impossible de la retailler.";
-$a->strings["Profile Photos"] = "Photos du profil";
-$a->strings["Image size reduction [%s] failed."] = "Réduction de la taille de l'image [%s] échouée.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Rechargez la page avec la touche Maj pressée, ou bien effacez le cache du navigateur, si d'aventure la nouvelle photo n'apparaissait pas immédiatement.";
-$a->strings["Unable to process image"] = "Impossible de traiter l'image";
-$a->strings["Image exceeds size limit of %d"] = "L'image dépasse la taille limite de %d";
-$a->strings["Unable to process image."] = "Impossible de traiter l'image.";
-$a->strings["Upload File:"] = "Fichier à téléverser:";
-$a->strings["Select a profile:"] = "Choisir un profil:";
-$a->strings["Upload"] = "Téléverser";
-$a->strings["or"] = "ou";
-$a->strings["skip this step"] = "ignorer cette étape";
-$a->strings["select a photo from your photo albums"] = "choisissez une photo depuis vos albums";
-$a->strings["Crop Image"] = "(Re)cadrer l'image";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Ajustez le cadre de l'image pour une visualisation optimale.";
-$a->strings["Done Editing"] = "Édition terminée";
-$a->strings["Image uploaded successfully."] = "Image téléversée avec succès.";
-$a->strings["Image upload failed."] = "Le téléversement de l'image a échoué.";
-$a->strings["photo"] = "photo";
+$a->strings["Your profile page"] = "Votre page de profil";
+$a->strings["Photos"] = "Photos";
+$a->strings["Your photos"] = "Vos photos";
+$a->strings["Events"] = "Événements";
+$a->strings["Your events"] = "Vos événements";
+$a->strings["Personal notes"] = "Notes personnelles";
+$a->strings["Your personal photos"] = "Vos photos personnelles";
+$a->strings["Community"] = "Communauté";
+$a->strings["don't show"] = "cacher";
+$a->strings["show"] = "montrer";
+$a->strings["Theme settings"] = "Réglages du thème graphique";
+$a->strings["Set font-size for posts and comments"] = "Réglez 'font-size' (taille de police) pour publications et commentaires";
+$a->strings["Set line-height for posts and comments"] = "Réglez 'line-height' (hauteur de police) pour publications et commentaires";
+$a->strings["Set resolution for middle column"] = "Réglez la résolution de la colonne centrale";
+$a->strings["Contacts"] = "Contacts";
+$a->strings["Your contacts"] = "Vos contacts";
+$a->strings["Community Pages"] = "Pages de Communauté";
+$a->strings["Community Profiles"] = "Profils communautaires";
+$a->strings["Last users"] = "Derniers utilisateurs";
+$a->strings["Last likes"] = "Dernièrement aimé";
+$a->strings["event"] = "évènement";
 $a->strings["status"] = "le statut";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s suit les %3\$s de %2\$s";
-$a->strings["Tag removed"] = "Étiquette supprimée";
-$a->strings["Remove Item Tag"] = "Enlever l'étiquette de l'élément";
-$a->strings["Select a tag to remove: "] = "Sélectionner une étiquette à supprimer: ";
-$a->strings["Remove"] = "Utiliser comme photo de profil";
-$a->strings["Save to Folder:"] = "Sauver dans le Dossier:";
-$a->strings["- select -"] = "- choisir -";
-$a->strings["Save"] = "Sauver";
-$a->strings["Contact added"] = "Contact ajouté";
-$a->strings["Unable to locate original post."] = "Impossible de localiser la publication originale.";
-$a->strings["Empty post discarded."] = "Publication vide rejetée.";
-$a->strings["Wall Photos"] = "Photos du mur";
-$a->strings["System error. Post not saved."] = "Erreur système. Publication non sauvée.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Ce message vous a été envoyé par %s, membre du réseau social Friendica.";
-$a->strings["You may visit them online at %s"] = "Vous pouvez leur rendre visite sur %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages.";
-$a->strings["%s posted an update."] = "%s a publié une mise à jour.";
-$a->strings["Group created."] = "Groupe créé.";
-$a->strings["Could not create group."] = "Impossible de créer le groupe.";
-$a->strings["Group not found."] = "Groupe introuvable.";
-$a->strings["Group name changed."] = "Groupe renommé.";
-$a->strings["Save Group"] = "Sauvegarder le groupe";
-$a->strings["Create a group of contacts/friends."] = "Créez un groupe de contacts/amis.";
-$a->strings["Group Name: "] = "Nom du groupe: ";
-$a->strings["Group removed."] = "Groupe enlevé.";
-$a->strings["Unable to remove group."] = "Impossible d'enlever le groupe.";
-$a->strings["Group Editor"] = "Éditeur de groupe";
-$a->strings["Members"] = "Membres";
-$a->strings["You must be logged in to use addons. "] = "Vous devez être connecté pour utiliser les greffons.";
-$a->strings["Applications"] = "Applications";
-$a->strings["No installed applications."] = "Pas d'application installée.";
+$a->strings["photo"] = "photo";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s";
+$a->strings["Last photos"] = "Dernières photos";
+$a->strings["Contact Photos"] = "Photos du contact";
+$a->strings["Profile Photos"] = "Photos du profil";
+$a->strings["Find Friends"] = "Trouver des amis";
+$a->strings["Local Directory"] = "Annuaire local";
+$a->strings["Global Directory"] = "Annuaire global";
+$a->strings["Similar Interests"] = "Intérêts similaires";
+$a->strings["Friend Suggestions"] = "Suggestions d'amitiés/contacts";
+$a->strings["Invite Friends"] = "Inviter des amis";
+$a->strings["Settings"] = "Réglages";
+$a->strings["Earth Layers"] = "Géolocalisation";
+$a->strings["Set zoomfactor for Earth Layers"] = "Régler le niveau de zoom pour la géolocalisation";
+$a->strings["Set longitude (X) for Earth Layers"] = "Régler la longitude (X) pour la géolocalisation";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Régler la latitude (Y) pour la géolocalisation";
+$a->strings["Help or @NewHere ?"] = "Aide ou @NewHere?";
+$a->strings["Connect Services"] = "Connecter des services";
+$a->strings["Show/hide boxes at right-hand column:"] = "Montrer/cacher les boîtes dans la colonne de droite :";
+$a->strings["Set color scheme"] = "Choisir le schéma de couleurs";
+$a->strings["Set zoomfactor for Earth Layer"] = "Niveau de zoom";
+$a->strings["Alignment"] = "Alignement";
+$a->strings["Left"] = "Gauche";
+$a->strings["Center"] = "Centre";
+$a->strings["Color scheme"] = "Palette de couleurs";
+$a->strings["Posts font size"] = "Taille de texte des publications";
+$a->strings["Textareas font size"] = "Taille de police des zones de texte";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)";
+$a->strings["Set theme width"] = "Largeur du thème";
+$a->strings["Set colour scheme"] = "Choisir le schéma de couleurs";
+$a->strings["default"] = "défaut";
+$a->strings["Midnight"] = "Minuit";
+$a->strings["Bootstrap"] = "Bootstrap";
+$a->strings["Shades of Pink"] = "Nuances de rose";
+$a->strings["Lime and Orange"] = "Lime et Orange";
+$a->strings["GeoCities Retro"] = "";
+$a->strings["Background Image"] = "Images de fond";
+$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "L'URL vers une image (de votre album de photo, p. ex.) qui devra être utilisée comme image de fond.";
+$a->strings["Background Color"] = "Couleur de fond";
+$a->strings["HEX value for the background color. Don't include the #"] = "Valeur hexadécimale de la couleur de fond (sans le #).";
+$a->strings["font size"] = "taille de la police";
+$a->strings["base font size for your interface"] = "taille de base de la police pour votre interface";
+$a->strings["greenzero"] = "";
+$a->strings["purplezero"] = "";
+$a->strings["easterbunny"] = "";
+$a->strings["darkzero"] = "";
+$a->strings["comix"] = "";
+$a->strings["slackr"] = "";
+$a->strings["Variations"] = "";
+$a->strings["Set style"] = "Définir le style";
+$a->strings["Delete this item?"] = "Effacer cet élément?";
+$a->strings["show fewer"] = "montrer moins";
+$a->strings["Update %s failed. See error logs."] = "Mise-à-jour %s échouée. Voir les journaux d'erreur.";
+$a->strings["Create a New Account"] = "Créer un nouveau compte";
+$a->strings["Register"] = "S'inscrire";
+$a->strings["Logout"] = "Se déconnecter";
+$a->strings["Login"] = "Connexion";
+$a->strings["Nickname or Email address: "] = "Pseudo ou courriel: ";
+$a->strings["Password: "] = "Mot de passe: ";
+$a->strings["Remember me"] = "Se souvenir de moi";
+$a->strings["Or login using OpenID: "] = "Ou connectez-vous via OpenID: ";
+$a->strings["Forgot your password?"] = "Mot de passe oublié?";
+$a->strings["Password Reset"] = "Réinitialiser le mot de passe";
+$a->strings["Website Terms of Service"] = "Conditions d'utilisation du site internet";
+$a->strings["terms of service"] = "conditions d'utilisation";
+$a->strings["Website Privacy Policy"] = "Politique de confidentialité du site internet";
+$a->strings["privacy policy"] = "politique de confidentialité";
+$a->strings["Requested account is not available."] = "Le compte demandé n'est pas disponible.";
+$a->strings["Requested profile is not available."] = "Le profil demandé n'est pas disponible.";
+$a->strings["Edit profile"] = "Editer le profil";
+$a->strings["Connect"] = "Relier";
+$a->strings["Message"] = "Message";
+$a->strings["Profiles"] = "Profils";
+$a->strings["Manage/edit profiles"] = "Gérer/éditer les profils";
+$a->strings["Change profile photo"] = "Changer de photo de profil";
+$a->strings["Create New Profile"] = "Créer un nouveau profil";
+$a->strings["Profile Image"] = "Image du profil";
+$a->strings["visible to everybody"] = "visible par tous";
+$a->strings["Edit visibility"] = "Changer la visibilité";
+$a->strings["Location:"] = "Localisation:";
+$a->strings["Gender:"] = "Genre:";
+$a->strings["Status:"] = "Statut:";
+$a->strings["Homepage:"] = "Page personnelle:";
+$a->strings["About:"] = "À propos:";
+$a->strings["Network:"] = "Réseau";
+$a->strings["g A l F d"] = "g A | F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[aujourd'hui]";
+$a->strings["Birthday Reminders"] = "Rappels d'anniversaires";
+$a->strings["Birthdays this week:"] = "Anniversaires cette semaine:";
+$a->strings["[No description]"] = "[Sans description]";
+$a->strings["Event Reminders"] = "Rappels d'événements";
+$a->strings["Events this week:"] = "Evénements cette semaine:";
+$a->strings["Status"] = "Statut";
+$a->strings["Status Messages and Posts"] = "Messages d'état et publications";
+$a->strings["Profile Details"] = "Détails du profil";
+$a->strings["Photo Albums"] = "Albums photo";
+$a->strings["Videos"] = "Vidéos";
+$a->strings["Events and Calendar"] = "Événements et agenda";
+$a->strings["Personal Notes"] = "Notes personnelles";
+$a->strings["Only You Can See This"] = "Vous seul pouvez voir ça";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s est d'humeur %2\$s";
+$a->strings["Mood"] = "Humeur";
+$a->strings["Set your current mood and tell your friends"] = "Spécifiez votre humeur du moment, et informez vos amis";
+$a->strings["Item not found."] = "Élément introuvable.";
+$a->strings["Public access denied."] = "Accès public refusé.";
+$a->strings["Access to this profile has been restricted."] = "L'accès au profil a été restreint.";
+$a->strings["Item has been removed."] = "Cet élément a été enlevé.";
+$a->strings["Access denied."] = "Accès refusé.";
+$a->strings["The post was created"] = "";
+$a->strings["This is Friendica, version"] = "Motorisé par Friendica version";
+$a->strings["running at web location"] = "hébergé sur";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Merci de vous rendre sur <a href=\"http://friendica.com\">Friendica.com</a> si vous souhaitez en savoir plus sur le projet Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Pour les rapports de bugs: rendez vous sur";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com";
+$a->strings["Installed plugins/addons/apps:"] = "Extensions/greffons/applications installées:";
+$a->strings["No installed plugins/addons/apps"] = "Extensions/greffons/applications non installées:";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s accueille %2\$s";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Inscription réussie. Vérifiez vos emails pour la suite des 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."] = "Impossible d’envoyer le courriel de confirmation. Voici vos informations de connexion:<br> identifiant : %s<br> mot de passe : %s<br><br>Vous pourrez changer votre mot de passe une fois connecté.";
+$a->strings["Your registration can not be processed."] = "Votre inscription ne peut être traitée.";
+$a->strings["Your registration is pending approval by the site owner."] = "Votre inscription attend une validation du propriétaire du site.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Le nombre d'inscriptions quotidiennes pour ce site a été dépassé. Merci de réessayer demain.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Vous pouvez (si vous le souhaitez) remplir ce formulaire via OpenID. Fournissez votre OpenID et cliquez \"S'inscrire\".";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez le reste.";
+$a->strings["Your OpenID (optional): "] = "Votre OpenID (facultatif): ";
+$a->strings["Include your profile in member directory?"] = "Inclure votre profil dans l'annuaire des membres?";
+$a->strings["Yes"] = "Oui";
+$a->strings["No"] = "Non";
+$a->strings["Membership on this site is by invitation only."] = "L'inscription à ce site se fait uniquement sur invitation.";
+$a->strings["Your invitation ID: "] = "Votre ID d'invitation: ";
+$a->strings["Registration"] = "Inscription";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Votre nom complet (p.ex. Michel Dupont): ";
+$a->strings["Your Email Address: "] = "Votre adresse courriel: ";
+$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>'."] = "Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de votre profil en découlera sous la forme '&lt;strong&gt;pseudo@\$sitename&lt;/strong&gt;'.";
+$a->strings["Choose a nickname: "] = "Choisir un pseudo: ";
+$a->strings["Import"] = "Importer";
+$a->strings["Import your profile to this friendica instance"] = "Importer votre profile dans cette instance de friendica";
 $a->strings["Profile not found."] = "Profil introuvable.";
 $a->strings["Contact not found."] = "Contact introuvable.";
 $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Ceci peut se produire lorsque le contact a été requis par les deux personnes et a déjà été approuvé.";
@@ -229,164 +246,171 @@ $a->strings["Unable to set your contact credentials on our system."] = "Impossib
 $a->strings["Unable to update your contact profile details on our system"] = "Impossible de mettre les détails de votre profil à jour sur notre système";
 $a->strings["[Name Withheld]"] = "[Nom non-publié]";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s a rejoint %2\$s";
-$a->strings["Requested profile is not available."] = "Le profil demandé n'est pas disponible.";
-$a->strings["Tips for New Members"] = "Conseils aux nouveaux venus";
-$a->strings["No videos selected"] = "Pas de vidéo sélectionné";
-$a->strings["Access to this item is restricted."] = "Accès restreint à cet élément.";
-$a->strings["View Video"] = "Regarder la vidéo";
-$a->strings["View Album"] = "Voir l'album";
-$a->strings["Recent Videos"] = "Vidéos récente";
-$a->strings["Upload New Videos"] = "Téléversé une nouvelle vidéo";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a étiqueté %3\$s de %2\$s avec %4\$s";
-$a->strings["Friend suggestion sent."] = "Suggestion d'amitié/contact envoyée.";
-$a->strings["Suggest Friends"] = "Suggérer des amis/contacts";
-$a->strings["Suggest a friend for %s"] = "Suggérer un ami/contact pour %s";
+$a->strings["Authorize application connection"] = "Autoriser l'application à se connecter";
+$a->strings["Return to your app and insert this Securty Code:"] = "Retournez à votre application et saisissez ce Code de Sécurité : ";
+$a->strings["Please login to continue."] = "Merci de vous connecter pour continuer.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à créer des billets à votre place?";
 $a->strings["No valid account found."] = "Impossible de trouver un compte valide.";
 $a->strings["Password reset request issued. Check your email."] = "Réinitialisation du mot de passe en cours. Vérifiez votre courriel.";
-$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."] = "";
-$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"] = "";
+$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\tChère/Cher %1\$s,\n\t\t\tNous avons reçu une demande de ré-initialisation du mot de passe de votre compte sur \"%2\$s\". Pour confirmer cette demande, veuillez cliquer sur le lien de vérification ci-dessous ou le coller dans la barre d’adresse de votre navigateur.\n\n\t\tSi vous n’êtes PAS à l’origine de cette demande, NE suivez PAS le lien—ignorez et/ou supprimez ce message.\n\n\t\tVotre mot de passe ne sera pas modifié si nous n’avons pas de confirmation que la demande émane de vous.";
+$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\tSuivez ce lien pour confirmer votre identité :\n\n\t\t%1\$s\n\n\t\tVous recevrez alors a message contenant votre nouveau mot de passe.\n\t\tVous pourrez changer ce mot de passe depuis les paramètres de votre compte une fois connecté.\n\n\t\tInformations de connexion :\n\n\t\tAdresse :\t%2\$s\n\t\tIdentifiant :\t%3\$s";
 $a->strings["Password reset requested at %s"] = "Requête de réinitialisation de mot de passe à %s";
 $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué.";
-$a->strings["Password Reset"] = "Réinitialiser le mot de passe";
 $a->strings["Your password has been reset as requested."] = "Votre mot de passe a bien été réinitialisé.";
 $a->strings["Your new password is"] = "Votre nouveau mot de passe est ";
 $a->strings["Save or copy your new password - and then"] = "Sauvez ou copiez ce nouveau mot de passe - puis";
 $a->strings["click here to login"] = "cliquez ici pour vous connecter";
 $a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Votre mot de passe peut être changé depuis la page &lt;em&gt;Réglages&lt;/em&gt;, une fois que vous serez connecté.";
-$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"] = "";
-$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"] = "";
+$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\tChère/Cher %1\$s,\n\t\t\t\t\tVotre mot de passe a été changé ainsi que vous l’avez demandé. Veuillez conserver cette informations dans vos archives (ou changer immédiatement votre mot de passe pour un autre dont vous vous souviendrez).\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\tVoici vos informations de connexion :\n\n\t\t\t\tAdresse :\t%1\$s\n\t\t\t\tIdentifiant :\t%2\$s\n\t\t\t\tMot de passe :\t%3\$s\n\n\t\t\t\tVous pourrez changer votre mot de passe dans les paramètres de votre compte une fois connecté.\n\t\t\t";
 $a->strings["Your password has been changed at %s"] = "Votre mot de passe a été modifié à %s";
 $a->strings["Forgot your Password?"] = "Mot de passe oublié?";
 $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Entrez votre adresse de courriel et validez pour réinitialiser votre mot de passe. Vous recevrez la suite des instructions par courriel.";
 $a->strings["Nickname or Email: "] = "Pseudo ou Courriel: ";
 $a->strings["Reset"] = "Réinitialiser";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s n'aime pas %3\$s de %2\$s";
-$a->strings["{0} wants to be your friend"] = "{0} souhaite être votre ami(e)";
-$a->strings["{0} sent you a message"] = "{0} vous a envoyé un message";
-$a->strings["{0} requested registration"] = "{0} a demandé à s'inscrire";
-$a->strings["{0} commented %s's post"] = "{0} a commenté la publication de %s";
-$a->strings["{0} liked %s's post"] = "{0} a aimé la publication de %s";
-$a->strings["{0} disliked %s's post"] = "{0} n'a pas aimé la publication de %s";
-$a->strings["{0} is now friends with %s"] = "{0} est désormais ami(e) avec %s";
-$a->strings["{0} posted"] = "{0} a publié";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} a étiqueté la publication de %s avec #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} vous a mentionné dans une publication";
-$a->strings["No contacts."] = "Aucun contact.";
-$a->strings["View Contacts"] = "Voir les contacts";
-$a->strings["Invalid request identifier."] = "Identifiant de demande invalide.";
-$a->strings["Discard"] = "Rejeter";
-$a->strings["System"] = "Système";
-$a->strings["Network"] = "Réseau";
-$a->strings["Personal"] = "Personnel";
-$a->strings["Home"] = "Profil";
-$a->strings["Introductions"] = "Introductions";
-$a->strings["Show Ignored Requests"] = "Voir les demandes ignorées";
-$a->strings["Hide Ignored Requests"] = "Cacher les demandes ignorées";
-$a->strings["Notification type: "] = "Type de notification: ";
-$a->strings["Friend Suggestion"] = "Suggestion d'amitié/contact";
-$a->strings["suggested by %s"] = "suggéré(e) par %s";
-$a->strings["Post a new friend activity"] = "Poster une nouvelle avtivité d'ami";
-$a->strings["if applicable"] = "si possible";
-$a->strings["Approve"] = "Approuver";
-$a->strings["Claims to be known to you: "] = "Prétend que vous le connaissez: ";
-$a->strings["yes"] = "oui";
-$a->strings["no"] = "non";
-$a->strings["Approve as: "] = "Approuver en tant que: ";
-$a->strings["Friend"] = "Ami";
-$a->strings["Sharer"] = "Initiateur du partage";
-$a->strings["Fan/Admirer"] = "Fan/Admirateur";
-$a->strings["Friend/Connect Request"] = "Demande de connexion/relation";
-$a->strings["New Follower"] = "Nouvel abonné";
-$a->strings["No introductions."] = "Aucune demande d'introduction.";
-$a->strings["Notifications"] = "Notifications";
-$a->strings["%s liked %s's post"] = "%s a aimé la publication de %s";
-$a->strings["%s disliked %s's post"] = "%s n'a pas aimé la publication de %s";
-$a->strings["%s is now friends with %s"] = "%s est désormais ami(e) avec %s";
-$a->strings["%s created a new post"] = "%s a créé une nouvelle publication";
-$a->strings["%s commented on %s's post"] = "%s a commenté la publication de %s";
-$a->strings["No more network notifications."] = "Aucune notification du réseau.";
-$a->strings["Network Notifications"] = "Notifications du réseau";
-$a->strings["No more system notifications."] = "Pas plus de notifications système.";
-$a->strings["System Notifications"] = "Notifications du système";
-$a->strings["No more personal notifications."] = "Aucun notification personnelle.";
-$a->strings["Personal Notifications"] = "Notifications personnelles";
-$a->strings["No more home notifications."] = "Aucune notification de la page d'accueil.";
-$a->strings["Home Notifications"] = "Notifications de page d'accueil";
-$a->strings["Source (bbcode) text:"] = "Texte source (bbcode) :";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texte source (Diaspora) à convertir en BBcode :";
-$a->strings["Source input: "] = "Source input: ";
-$a->strings["bb2html (raw HTML): "] = "bb2html (HTML brut)";
-$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): "] = "Texte source (format Diaspora) :";
-$a->strings["diaspora2bb: "] = "diaspora2bb :";
-$a->strings["Nothing new here"] = "Rien de neuf ici";
-$a->strings["Clear notifications"] = "Effacer les notifications";
-$a->strings["New Message"] = "Nouveau message";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message.";
 $a->strings["No recipient selected."] = "Pas de destinataire sélectionné.";
-$a->strings["Unable to locate contact information."] = "Impossible de localiser les informations du contact.";
+$a->strings["Unable to check your home location."] = "Impossible de vérifier votre localisation.";
 $a->strings["Message could not be sent."] = "Impossible d'envoyer le message.";
 $a->strings["Message collection failure."] = "Récupération des messages infructueuse.";
 $a->strings["Message sent."] = "Message envoyé.";
-$a->strings["Messages"] = "Messages";
-$a->strings["Do you really want to delete this message?"] = "Voulez-vous vraiment supprimer ce message ?";
-$a->strings["Message deleted."] = "Message supprimé.";
-$a->strings["Conversation removed."] = "Conversation supprimée.";
+$a->strings["No recipient."] = "Pas de destinataire.";
 $a->strings["Please enter a link URL:"] = "Entrez un lien web:";
 $a->strings["Send Private Message"] = "Envoyer un message privé";
+$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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus.";
 $a->strings["To:"] = "À:";
 $a->strings["Subject:"] = "Sujet:";
 $a->strings["Your message:"] = "Votre message:";
 $a->strings["Upload photo"] = "Joindre photo";
 $a->strings["Insert web link"] = "Insérer lien web";
-$a->strings["Please wait"] = "Patientez";
-$a->strings["No messages."] = "Aucun message.";
-$a->strings["Unknown sender - %s"] = "Émetteur inconnu - %s";
-$a->strings["You and %s"] = "Vous et %s";
-$a->strings["%s and You"] = "%s et vous";
-$a->strings["Delete conversation"] = "Effacer conversation";
-$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["Message not available."] = "Message indisponible.";
-$a->strings["Delete message"] = "Effacer message";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Pas de communications sécurisées possibles. Vous serez <strong>peut-être</strong> en mesure de répondre depuis la page de profil de l'émetteur.";
-$a->strings["Send Reply"] = "Répondre";
-$a->strings["[Embedded content - reload page to view]"] = "[contenu incorporé - rechargez la page pour le voir]";
-$a->strings["Contact settings applied."] = "Réglages du contact appliqués.";
-$a->strings["Contact update failed."] = "Impossible d'appliquer les réglages.";
-$a->strings["Repair Contact Settings"] = "Réglages de réparation des contacts";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ATTENTION: Manipulation réservée aux experts</strong>, toute information incorrecte pourrait empêcher la communication avec ce contact.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "une photo";
-$a->strings["Return to contact editor"] = "Retour à l'éditeur de contact";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Name"] = "Nom";
-$a->strings["Account Nickname"] = "Pseudo du compte";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@NomEtiquette - prend le pas sur Nom/Pseudo";
-$a->strings["Account URL"] = "URL du compte";
-$a->strings["Friend Request URL"] = "Echec du téléversement de l'image.";
-$a->strings["Friend Confirm URL"] = "Accès public refusé.";
-$a->strings["Notification Endpoint URL"] = "Aucune photo sélectionnée";
-$a->strings["Poll/Feed URL"] = "Téléverser des photos";
-$a->strings["New photo from this URL"] = "Nouvelle photo depuis cette URL";
-$a->strings["Remote Self"] = "";
-$a->strings["Mirror postings from this contact"] = "";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
-$a->strings["Access denied."] = "Accès refusé.";
-$a->strings["People Search"] = "Recherche de personnes";
-$a->strings["No matches"] = "Aucune correspondance";
-$a->strings["Photos"] = "Photos";
-$a->strings["Files"] = "Fichiers";
-$a->strings["Contacts who are not members of a group"] = "Contacts qui n’appartiennent à aucun groupe";
+$a->strings["Welcome to Friendica"] = "Bienvenue sur Friendica";
+$a->strings["New Member Checklist"] = "Checklist du nouvel utilisateur";
+$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."] = "Nous souhaiterions vous donner quelques astuces et ressources pour rendre votre expérience la plus agréable possible. Cliquez sur n'importe lequel de ces éléments pour visiter la page correspondante. Un lien vers cette page restera visible sur votre page d'accueil pendant les deux semaines qui suivent votre inscription initiale, puis disparaîtra silencieusement.";
+$a->strings["Getting Started"] = "Bien démarrer";
+$a->strings["Friendica Walk-Through"] = "Friendica pas-à-pas";
+$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."] = "Sur votre page d'accueil, dans <em>Conseils aux nouveaux venus</em> - vous trouverez une rapide introduction aux onglets Profil et Réseau, pourrez vous connecter à Facebook, établir de nouvelles relations, et choisir des groupes à rejoindre.";
+$a->strings["Go to Your Settings"] = "Éditer vos Réglages";
+$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."] = "Sur la page des <em>Réglages</em> -     changez votre mot de passe initial. Notez bien votre Identité. Elle ressemble à une adresse de courriel - et vous sera utile pour vous faire des amis dans le web social libre.";
+$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."] = "Vérifiez les autres réglages, tout particulièrement ceux liés à la vie privée. Un profil non listé, c'est un peu comme un numéro sur liste rouge. En général, vous devriez probablement publier votre profil - à moins que tous vos amis (potentiels) sachent déjà comment vous trouver.";
+$a->strings["Upload Profile Photo"] = "Téléverser une photo de profil";
+$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."] = "Téléversez (envoyez) une photo de profil si vous n'en avez pas déjà une. Les études montrent que les gens qui affichent de vraies photos d'eux sont dix fois plus susceptibles de se faire des amis.";
+$a->strings["Edit Your Profile"] = "Éditer votre Profil";
+$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."] = "Éditez votre profil <strong>par défaut</strong> à votre convenance. Vérifiez les réglages concernant la visibilité de votre liste d'amis par les visiteurs inconnus.";
+$a->strings["Profile Keywords"] = "Mots-clés du profil";
+$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."] = "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils pourront ainsi décrire vos centres d'intérêt, et nous pourrons vous proposer des contacts qui les partagent.";
+$a->strings["Connecting"] = "Connexions";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Activez et paramétrez le connecteur Facebook si vous avez un compte Facebook et nous pourrons (de manière facultative) importer tous vos amis et conversations Facebook.";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Si</em> ceci est votre propre serveur, installer le connecteur Facebook peut adoucir votre transition vers le web social libre.";
+$a->strings["Importing Emails"] = "Importer courriels";
+$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"] = "Entrez vos paramètres de courriel dans les Réglages des connecteurs si vous souhaitez importer et interagir avec des amis ou des listes venant de votre Boîte de Réception.";
+$a->strings["Go to Your Contacts Page"] = "Consulter vos Contacts";
+$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."] = "Votre page Contacts est le point d'entrée vers la gestion de vos amitiés/relations et la connexion à des amis venant d'autres réseaux. Typiquement, vous pourrez y rentrer leur adresse d'Identité ou l'URL de leur site dans le formulaire <em>Ajouter un nouveau contact</em>.";
+$a->strings["Go to Your Site's Directory"] = "Consulter l'Annuaire de votre Site";
+$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."] = "La page Annuaire vous permet de trouver d'autres personnes au sein de ce réseaux ou parmi d'autres sites fédérés. Cherchez un lien <em>Relier</em> ou <em>Suivre</em> sur leur profil. Vous pourrez avoir besoin d'indiquer votre adresse d'identité.";
+$a->strings["Finding New People"] = "Trouver de nouvelles personnes";
+$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."] = "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures.";
+$a->strings["Groups"] = "Groupes";
+$a->strings["Group Your Contacts"] = "Grouper vos 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."] = "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau.";
+$a->strings["Why Aren't My Posts Public?"] = "Pourquoi mes éléments ne sont pas publics?";
+$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 respecte votre vie privée. Par défaut, toutes vos publications seront seulement montrés à vos amis. Pour plus d'information, consultez la section \"aide\" du lien ci-dessus.";
+$a->strings["Getting Help"] = "Obtenir de l'aide";
+$a->strings["Go to the Help Section"] = "Aller à la section Aide";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Nos pages d'<strong>aide</strong> peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources.";
+$a->strings["Do you really want to delete this suggestion?"] = "Voulez-vous vraiment supprimer cette suggestion ?";
+$a->strings["Cancel"] = "Annuler";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h.";
+$a->strings["Ignore/Hide"] = "Ignorer/cacher";
+$a->strings["Search Results For:"] = "Résultats pour:";
+$a->strings["Remove term"] = "Retirer le terme";
+$a->strings["Saved Searches"] = "Recherches";
+$a->strings["add"] = "ajouter";
+$a->strings["Commented Order"] = "Tri par commentaires";
+$a->strings["Sort by Comment Date"] = "Trier par date de commentaire";
+$a->strings["Posted Order"] = "Tri des publications";
+$a->strings["Sort by Post Date"] = "Trier par date de publication";
+$a->strings["Personal"] = "Personnel";
+$a->strings["Posts that mention or involve you"] = "Publications qui vous concernent";
+$a->strings["New"] = "Nouveau";
+$a->strings["Activity Stream - by date"] = "Flux d'activités - par date";
+$a->strings["Shared Links"] = "Liens partagés";
+$a->strings["Interesting Links"] = "Liens intéressants";
+$a->strings["Starred"] = "Mis en avant";
+$a->strings["Favourite Posts"] = "Publications favorites";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Attention: Ce groupe contient %s membre d'un réseau non-sûr.",
+       1 => "Attention: Ce groupe contient %s membres d'un réseau non-sûr.",
+);
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Les messages privés envoyés à ce groupe s'exposent à une diffusion incontrôlée.";
+$a->strings["No such group"] = "Groupe inexistant";
+$a->strings["Group is empty"] = "Groupe vide";
+$a->strings["Group: "] = "Groupe: ";
+$a->strings["Contact: "] = "Contact: ";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée.";
+$a->strings["Invalid contact."] = "Contact invalide.";
+$a->strings["Friendica Communications Server - Setup"] = "Serveur de communications Friendica - Configuration";
+$a->strings["Could not connect to database."] = "Impossible de se connecter à la base.";
+$a->strings["Could not create table."] = "Impossible de créer une table.";
+$a->strings["Your Friendica site database has been installed."] = "La base de données de votre site Friendica a bien été installée.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Vous pourriez avoir besoin d'importer le fichier \"database.sql\" manuellement au moyen de phpmyadmin ou de la commande mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Référez-vous au fichier \"INSTALL.txt\".";
+$a->strings["System check"] = "Vérifications système";
+$a->strings["Next"] = "Suivant";
+$a->strings["Check again"] = "Vérifier à nouveau";
+$a->strings["Database connection"] = "Connexion à la base de données";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pour installer Friendica, nous avons besoin de savoir comment contacter votre base de données.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Merci de vous tourner vers votre hébergeur et/ou administrateur pour toute question concernant ces réglages.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de données que vous spécifierez doit exister. Si ce n'est pas encore le cas, merci de la créer avant de continuer.";
+$a->strings["Database Server Name"] = "Serveur de base de données";
+$a->strings["Database Login Name"] = "Nom d'utilisateur de la base";
+$a->strings["Database Login Password"] = "Mot de passe de la base";
+$a->strings["Database Name"] = "Nom de la base";
+$a->strings["Site administrator email address"] = "Adresse électronique de l'administrateur du site";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Votre adresse électronique doit correspondre à celle-ci pour pouvoir utiliser l'interface d'administration.";
+$a->strings["Please select a default timezone for your website"] = "Sélectionner un fuseau horaire par défaut pour votre site";
+$a->strings["Site settings"] = "Réglages du site";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Impossible de trouver la version \"ligne de commande\" de PHP dans le PATH du serveur 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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Si vous n'avez pas de version \"ligne de commande\" de PHP sur votre serveur, vous ne pourrez pas utiliser le 'poller' en tâche de fond via cron. Voir <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>";
+$a->strings["PHP executable path"] = "Chemin vers l'exécutable de PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Entrez le chemin (absolu) vers l'exécutable 'php'. Vous pouvez laisser cette ligne vide pour continuer l'installation.";
+$a->strings["Command line PHP"] = "Version \"ligne de commande\" de PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "L'executable PHP n'est pas le binaire php client (c'est peut être la version cgi-fcgi)";
+$a->strings["Found PHP version: "] = "Version de PHP:";
+$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."] = "La version \"ligne de commande\" de PHP de votre système n'a pas \"register_argc_argv\" d'activé.";
+$a->strings["This is required for message delivery to work."] = "Ceci est requis pour que la livraison des messages fonctionne.";
+$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"] = "Erreur: la fonction \"openssl_pkey_new\" de ce système ne permet pas de générer des clés de chiffrement";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si vous utilisez Windows, merci de vous réferer à \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Générer les clés de chiffrement";
+$a->strings["libCurl PHP module"] = "Module libCurl de PHP";
+$a->strings["GD graphics PHP module"] = "Module GD (graphiques) de PHP";
+$a->strings["OpenSSL PHP module"] = "Module OpenSSL de PHP";
+$a->strings["mysqli PHP module"] = "Module Mysqli de PHP";
+$a->strings["mb_string PHP module"] = "Module mb_string de PHP";
+$a->strings["Apache mod_rewrite module"] = "Module mod_rewrite Apache";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Erreur: Le module \"rewrite\" du serveur web Apache est requis mais pas installé.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Erreur: Le module PHP \"libCURL\" est requis mais pas installé.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Erreur: Le module PHP \"GD\" disposant du support JPEG est requis mais pas installé.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Erreur: Le module PHP \"openssl\" est requis mais pas installé.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Erreur: Le module PHP \"mysqli\" est requis mais pas installé.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Erreur: le module PHP mb_string est requis mais pas installé.";
+$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."] = "L'installeur web doit être en mesure de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais il en est incapable.";
+$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."] = "Le plus souvent, il s'agit d'un problème de permission. Le serveur web peut ne pas être capable d'écrire dans votre répertoire - alors que vous-même le pouvez.";
+$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."] = "A la fin de cette étape, nous vous fournirons un texte à sauvegarder dans un fichier nommé .htconfig.php à la racine de votre répertoire Friendica.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Vous pouvez également sauter cette étape et procéder à une installation manuelle. Pour cela, merci de lire le fichier \"INSTALL.txt\".";
+$a->strings[".htconfig.php is writable"] = "Fichier .htconfig.php accessible en écriture";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica utilise le moteur de modèles Smarty3 pour le rendu d'affichage web. Smarty3 compile les modèles en PHP pour accélérer le rendu.";
+$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."] = "Pour pouvoir stocker ces modèles compilés, le serveur internet doit avoir accès au droit d'écriture pour le répertoire view/smarty3/ sous le dossier racine de Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Veuillez vous assurer que l'utilisateur qui exécute votre serveur internet (p. ex. www-data) détient le droit d'accès en écriture sur ce dossier.";
+$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: pour plus de sécurité, vous devriez ne donner le droit d'accès en écriture qu'à view/smarty3/ et pas aux fichiers modèles (.tpl) qu'il contient.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 est autorisé à l écriture";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La réécriture d'URL dans le fichier .htaccess ne fonctionne pas. Vérifiez la configuration de votre serveur.";
+$a->strings["Url rewrite is working"] = "La réécriture d'URL fonctionne.";
+$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."] = "Le fichier de configuration de la base (\".htconfig.php\") ne peut être créé. Merci d'utiliser le texte ci-joint pour créer ce fichier à la racine de votre hébergement.";
+$a->strings["<h1>What next</h1>"] = "<h1>Ensuite</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le 'poller'.";
 $a->strings["Theme settings updated."] = "Réglages du thème sauvés.";
 $a->strings["Site"] = "Site";
 $a->strings["Users"] = "Utilisateurs";
@@ -394,8 +418,11 @@ $a->strings["Plugins"] = "Extensions";
 $a->strings["Themes"] = "Thèmes";
 $a->strings["DB updates"] = "Mise-à-jour de la base";
 $a->strings["Logs"] = "Journaux";
+$a->strings["probe address"] = "";
+$a->strings["check webfinger"] = "";
 $a->strings["Admin"] = "Admin";
 $a->strings["Plugin Features"] = "Propriétés des extensions";
+$a->strings["diagnostics"] = "";
 $a->strings["User registrations waiting for confirmation"] = "Inscriptions en attente de confirmation";
 $a->strings["Normal Account"] = "Compte normal";
 $a->strings["Soapbox Account"] = "Compte \"boîte à savon\"";
@@ -413,6 +440,7 @@ $a->strings["Active plugins"] = "Extensions activés";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Impossible d'analyser l'URL de base. Doit contenir au moins <scheme>://<domain>";
 $a->strings["Site settings updated."] = "Réglages du site mis-à-jour.";
 $a->strings["No special theme for mobile devices"] = "Pas de thème particulier pour les terminaux mobiles";
+$a->strings["Never"] = "Jamais";
 $a->strings["At post arrival"] = "A l'arrivé d'une publication";
 $a->strings["Frequently"] = "Fréquemment";
 $a->strings["Hourly"] = "Toutes les heures";
@@ -426,14 +454,14 @@ $a->strings["No SSL policy, links will track page SSL state"] = "Pas de politiqu
 $a->strings["Force all links to use SSL"] = "Forcer tous les liens à utiliser SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)";
 $a->strings["Save Settings"] = "Sauvegarder les paramétres";
-$a->strings["Registration"] = "Inscription";
 $a->strings["File upload"] = "Téléversement de fichier";
 $a->strings["Policies"] = "Politiques";
 $a->strings["Advanced"] = "Avancé";
 $a->strings["Performance"] = "Performance";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocalisation - ATTENTION: fonction avancée. Peut rendre ce serveur inaccessible.";
 $a->strings["Site name"] = "Nom du site";
-$a->strings["Host name"] = "";
+$a->strings["Host name"] = "Nom de la machine hôte";
+$a->strings["Sender Email"] = "";
 $a->strings["Banner/Logo"] = "Bannière/Logo";
 $a->strings["Additional Info"] = "Informations supplémentaires";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Pour les serveurs publics vous pouvez ajouter ici des informations supplémentaires qui seront listées sur dir.friendica.com/siteinfo.";
@@ -444,8 +472,8 @@ $a->strings["Mobile system theme"] = "Thème mobile";
 $a->strings["Theme for mobile devices"] = "Thème pour les terminaux mobiles";
 $a->strings["SSL link policy"] = "Politique SSL pour les liens";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Détermine si les liens générés doivent forcer l'utilisation de SSL";
-$a->strings["Force SSL"] = "";
-$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
+$a->strings["Force SSL"] = "SSL obligatoire";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Redirige toutes les requêtes en clair vers des requêtes SSL. Attention : sur certains systèmes cela peut conduire à des boucles de redirection infinies.";
 $a->strings["Old style 'Share'"] = "Anciens style 'Partage'";
 $a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Désactive l'élément 'partage' de bbcode pour répéter les articles.";
 $a->strings["Hide help entry from navigation menu"] = "Cacher l'aide du menu de navigation";
@@ -548,7 +576,7 @@ $a->strings["This does not include updates prior to 1139, which did not return a
 $a->strings["Mark success (if update was manually applied)"] = "Marquer comme 'réussie' (dans le cas d'une mise-à-jour manuelle)";
 $a->strings["Attempt to execute this update step automatically"] = "Tenter d'éxecuter cette étape automatiquement";
 $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\tChère/Cher %1\$s,\n\t\t\t\tL’administrateur de %2\$s vous a ouvert un compte.";
-$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["\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\tVoici vos informations de connexion :\n\n\t\t\tAdresse :\t%1\$s\n\t\t\tIdentifiant :\t\t%2\$s\n\t\t\tMot de passe :\t\t%3\$s\n\n\t\t\tVous pourrez changer votre mot de passe dans les paramètres de votre compte une fois connecté.\n\n\t\t\tProfitez-en pour prendre le temps de passer en revue les autres paramètres de votre compte.\n\n\t\t\tVous pourrez aussi ajouter quelques informations élémentaires à votre profil par défaut (sur la page « Profils ») pour permettre à d’autres personnes de vous trouver facilement.\n\n\t\t\tNous recommandons de préciser votre nom complet, d’ajouter une photo et quelques mots-clefs (c’est très utile pour découvrir de nouveaux amis), et peut-être aussi d’indiquer au moins le pays dans lequel vous vivez, à défaut d’être plus précis.\n\n\t\t\tNous respectons pleinement votre droit à une vie privée, et vous n’avez aucune obligation de donner toutes ces informations. Mais si vous êtes nouveau et ne connaissez encore personne ici, cela peut vous aider à vous faire de nouveaux amis intéressants.\n\n\t\t\tMerci et bienvenu sur %4\$s.";
 $a->strings["Registration details for %s"] = "Détails d'inscription pour %s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s utilisateur a (dé)bloqué",
@@ -566,9 +594,13 @@ $a->strings["select all"] = "tout sélectionner";
 $a->strings["User registrations waiting for confirm"] = "Inscriptions d'utilisateurs en attente de confirmation";
 $a->strings["User waiting for permanent deletion"] = "Utilisateur en attente de suppression définitive";
 $a->strings["Request date"] = "Date de la demande";
+$a->strings["Name"] = "Nom";
 $a->strings["Email"] = "Courriel";
 $a->strings["No registrations."] = "Pas d'inscriptions.";
+$a->strings["Approve"] = "Approuver";
 $a->strings["Deny"] = "Rejetter";
+$a->strings["Block"] = "Bloquer";
+$a->strings["Unblock"] = "Débloquer";
 $a->strings["Site admin"] = "Administration du Site";
 $a->strings["Account expired"] = "Compte expiré";
 $a->strings["New User"] = "Nouvel utilisateur";
@@ -600,238 +632,261 @@ $a->strings["Enable Debugging"] = "Activer le déboggage";
 $a->strings["Log file"] = "Fichier de journaux";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica.";
 $a->strings["Log level"] = "Niveau de journalisaton";
+$a->strings["Update now"] = "Mettre à jour";
 $a->strings["Close"] = "Fermer";
 $a->strings["FTP Host"] = "Hôte FTP";
 $a->strings["FTP Path"] = "Chemin FTP";
 $a->strings["FTP User"] = "Utilisateur FTP";
 $a->strings["FTP Password"] = "Mot de passe FTP";
-$a->strings["Search Results For:"] = "Résultats pour:";
-$a->strings["Remove term"] = "Retirer le terme";
-$a->strings["Saved Searches"] = "Recherches";
-$a->strings["add"] = "ajouter";
-$a->strings["Commented Order"] = "Tri par commentaires";
-$a->strings["Sort by Comment Date"] = "Trier par date de commentaire";
-$a->strings["Posted Order"] = "Tri des publications";
-$a->strings["Sort by Post Date"] = "Trier par date de publication";
-$a->strings["Posts that mention or involve you"] = "Publications qui vous concernent";
-$a->strings["New"] = "Nouveau";
-$a->strings["Activity Stream - by date"] = "Flux d'activités - par date";
-$a->strings["Shared Links"] = "Liens partagés";
-$a->strings["Interesting Links"] = "Liens intéressants";
-$a->strings["Starred"] = "Mis en avant";
-$a->strings["Favourite Posts"] = "Publications favorites";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Attention: Ce groupe contient %s membre d'un réseau non-sûr.",
-       1 => "Attention: Ce groupe contient %s membres d'un réseau non-sûr.",
+$a->strings["Search"] = "Recherche";
+$a->strings["No results."] = "Aucun résultat.";
+$a->strings["Tips for New Members"] = "Conseils aux nouveaux venus";
+$a->strings["link"] = "lien";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a étiqueté %3\$s de %2\$s avec %4\$s";
+$a->strings["Item not found"] = "Élément introuvable";
+$a->strings["Edit post"] = "Éditer la publication";
+$a->strings["Save"] = "Sauver";
+$a->strings["upload photo"] = "envoi image";
+$a->strings["Attach file"] = "Joindre fichier";
+$a->strings["attach file"] = "ajout fichier";
+$a->strings["web link"] = "lien web";
+$a->strings["Insert video link"] = "Insérer un lien video";
+$a->strings["video link"] = "lien vidéo";
+$a->strings["Insert audio link"] = "Insérer un lien audio";
+$a->strings["audio link"] = "lien audio";
+$a->strings["Set your location"] = "Définir votre localisation";
+$a->strings["set location"] = "spéc. localisation";
+$a->strings["Clear browser location"] = "Effacer la localisation du navigateur";
+$a->strings["clear location"] = "supp. localisation";
+$a->strings["Permission settings"] = "Réglages des permissions";
+$a->strings["CC: email addresses"] = "CC: adresses de courriel";
+$a->strings["Public post"] = "Publication publique";
+$a->strings["Set title"] = "Définir un titre";
+$a->strings["Categories (comma-separated list)"] = "Catégories (séparées par des virgules)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: bob@exemple.com, mary@exemple.com";
+$a->strings["Item not available."] = "Elément non disponible.";
+$a->strings["Item was not found."] = "Element introuvable.";
+$a->strings["Account approved."] = "Inscription validée.";
+$a->strings["Registration revoked for %s"] = "Inscription révoquée pour %s";
+$a->strings["Please login."] = "Merci de vous connecter.";
+$a->strings["Find on this site"] = "Trouver sur ce site";
+$a->strings["Finding: "] = "Trouvé: ";
+$a->strings["Site Directory"] = "Annuaire local";
+$a->strings["Find"] = "Trouver";
+$a->strings["Age: "] = "Age: ";
+$a->strings["Gender: "] = "Genre: ";
+$a->strings["No entries (some entries may be hidden)."] = "Aucune entrée (certaines peuvent être cachées).";
+$a->strings["Contact settings applied."] = "Réglages du contact appliqués.";
+$a->strings["Contact update failed."] = "Impossible d'appliquer les réglages.";
+$a->strings["Repair Contact Settings"] = "Réglages de réparation des contacts";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ATTENTION: Manipulation réservée aux experts</strong>, toute information incorrecte pourrait empêcher la communication avec ce contact.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "une photo";
+$a->strings["Return to contact editor"] = "Retour à l'éditeur de contact";
+$a->strings["No mirroring"] = "";
+$a->strings["Mirror as forwarded posting"] = "";
+$a->strings["Mirror as my own posting"] = "";
+$a->strings["Account Nickname"] = "Pseudo du compte";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@NomEtiquette - prend le pas sur Nom/Pseudo";
+$a->strings["Account URL"] = "URL du compte";
+$a->strings["Friend Request URL"] = "Echec du téléversement de l'image.";
+$a->strings["Friend Confirm URL"] = "Accès public refusé.";
+$a->strings["Notification Endpoint URL"] = "Aucune photo sélectionnée";
+$a->strings["Poll/Feed URL"] = "Téléverser des photos";
+$a->strings["New photo from this URL"] = "Nouvelle photo depuis cette URL";
+$a->strings["Remote Self"] = "";
+$a->strings["Mirror postings from this contact"] = "";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
+$a->strings["Move account"] = "Migrer le compte";
+$a->strings["You can import an account from another Friendica server."] = "Vous pouvez importer un compte d'un autre serveur 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."] = "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora";
+$a->strings["Account file"] = "Fichier du compte";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Pour exporter votre compte, allez dans \"Paramètres> Exporter vos données personnelles\" et sélectionnez \"exportation de compte\"";
+$a->strings["Remote privacy information not available."] = "Informations de confidentialité indisponibles.";
+$a->strings["Visible to:"] = "Visible par:";
+$a->strings["Help:"] = "Aide:";
+$a->strings["Help"] = "Aide";
+$a->strings["No profile"] = "Aucun profil";
+$a->strings["This introduction has already been accepted."] = "Cette introduction a déjà été acceptée.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "L'emplacement du profil est invalide ou ne contient pas de profil valide.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Attention: l'emplacement du profil n'a pas de nom identifiable.";
+$a->strings["Warning: profile location has no profile photo."] = "Attention: l'emplacement du profil n'a pas de photo de profil.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "%d paramètre requis n'a pas été trouvé à l'endroit indiqué",
+       1 => "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué",
 );
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Les messages privés envoyés à ce groupe s'exposent à une diffusion incontrôlée.";
-$a->strings["No such group"] = "Groupe inexistant";
-$a->strings["Group is empty"] = "Groupe vide";
-$a->strings["Group: "] = "Groupe: ";
-$a->strings["Contact: "] = "Contact: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée.";
-$a->strings["Invalid contact."] = "Contact invalide.";
-$a->strings["Friends of %s"] = "Amis de %s";
-$a->strings["No friends to display."] = "Pas d'amis à afficher.";
-$a->strings["Event title and start time are required."] = "Vous devez donner un nom et un horaire de début à l'événement.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Editer l'événement";
-$a->strings["link to source"] = "lien original";
-$a->strings["Events"] = "Événements";
-$a->strings["Create New Event"] = "Créer un nouvel événement";
-$a->strings["Previous"] = "Précédent";
-$a->strings["Next"] = "Suivant";
-$a->strings["hour:minute"] = "heures:minutes";
-$a->strings["Event details"] = "Détails de l'événement";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "Le format est %s %s. La date de début et le nom sont nécessaires.";
-$a->strings["Event Starts:"] = "Début de l'événement:";
-$a->strings["Required"] = "Requis";
-$a->strings["Finish date/time is not known or not relevant"] = "Date/heure de fin inconnue ou sans objet";
-$a->strings["Event Finishes:"] = "Fin de l'événement:";
-$a->strings["Adjust for viewer timezone"] = "Ajuster à la zone horaire du visiteur";
-$a->strings["Description:"] = "Description:";
-$a->strings["Location:"] = "Localisation:";
-$a->strings["Title:"] = "Titre :";
-$a->strings["Share this event"] = "Partager cet événement";
-$a->strings["Select"] = "Sélectionner";
-$a->strings["View %s's profile @ %s"] = "Voir le profil de %s @ %s";
-$a->strings["%s from %s"] = "%s de %s";
+$a->strings["Introduction complete."] = "Phase d'introduction achevée.";
+$a->strings["Unrecoverable protocol error."] = "Erreur de protocole non-récupérable.";
+$a->strings["Profile unavailable."] = "Profil indisponible.";
+$a->strings["%s has received too many connection requests today."] = "%s a reçu trop de demandes d'introduction aujourd'hui.";
+$a->strings["Spam protection measures have been invoked."] = "Des mesures de protection contre le spam ont été déclenchées.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Les relations sont encouragées à attendre 24 heures pour recommencer.";
+$a->strings["Invalid locator"] = "Localisateur invalide";
+$a->strings["Invalid email address."] = "Adresse courriel invalide.";
+$a->strings["This account has not been configured for email. Request failed."] = "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée.";
+$a->strings["Unable to resolve your name at the provided location."] = "Impossible de résoudre votre nom à l'emplacement fourni.";
+$a->strings["You have already introduced yourself here."] = "Vous vous êtes déjà présenté ici.";
+$a->strings["Apparently you are already friends with %s."] = "Il semblerait que vous soyez déjà ami avec %s.";
+$a->strings["Invalid profile URL."] = "URL de profil invalide.";
+$a->strings["Disallowed profile URL."] = "URL de profil interdite.";
+$a->strings["Failed to update contact record."] = "Échec de mise-à-jour du contact.";
+$a->strings["Your introduction has been sent."] = "Votre introduction a été envoyée.";
+$a->strings["Please login to confirm introduction."] = "Connectez-vous pour confirmer l'introduction.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Identité incorrecte actuellement connectée. Merci de vous connecter à <strong>ce</strong> profil.";
+$a->strings["Hide this contact"] = "Cacher ce contact";
+$a->strings["Welcome home %s."] = "Bienvenue chez vous, %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Merci de confirmer votre demande d'introduction auprès de %s.";
+$a->strings["Confirm"] = "Confirmer";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Si vous n'êtes pas encore membre du web social libre, <a href=\"http://dir.friendica.com/siteinfo\"> suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui</a>.";
+$a->strings["Friend/Connection Request"] = "Requête de relation/amitié";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "Merci de répondre à ce qui suit:";
+$a->strings["Does %s know you?"] = "Est-ce que %s vous connaît?";
+$a->strings["Add a personal note:"] = "Ajouter une note personnelle:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - merci de ne pas utiliser ce formulaire.   Entrez plutôt %s dans votre barre de recherche Diaspora.";
+$a->strings["Your Identity Address:"] = "Votre adresse d'identité:";
+$a->strings["Submit Request"] = "Envoyer la requête";
+$a->strings["[Embedded content - reload page to view]"] = "[contenu incorporé - rechargez la page pour le voir]";
 $a->strings["View in context"] = "Voir dans le contexte";
-$a->strings["%d comment"] = array(
-       0 => "%d commentaire",
-       1 => "%d commentaires",
+$a->strings["%d contact edited."] = array(
+       0 => "%d contact édité",
+       1 => "%d contacts édités.",
 );
-$a->strings["comment"] = array(
-       0 => "",
-       1 => "commentaire",
+$a->strings["Could not access contact record."] = "Impossible d'accéder à l'enregistrement du contact.";
+$a->strings["Could not locate selected profile."] = "Impossible de localiser le profil séléctionné.";
+$a->strings["Contact updated."] = "Contact mis-à-jour.";
+$a->strings["Contact has been blocked"] = "Le contact a été bloqué";
+$a->strings["Contact has been unblocked"] = "Le contact n'est plus bloqué";
+$a->strings["Contact has been ignored"] = "Le contact a été ignoré";
+$a->strings["Contact has been unignored"] = "Le contact n'est plus ignoré";
+$a->strings["Contact has been archived"] = "Contact archivé";
+$a->strings["Contact has been unarchived"] = "Contact désarchivé";
+$a->strings["Do you really want to delete this contact?"] = "Voulez-vous vraiment supprimer ce contact?";
+$a->strings["Contact has been removed."] = "Ce contact a été retiré.";
+$a->strings["You are mutual friends with %s"] = "Vous êtes ami (et réciproquement) avec %s";
+$a->strings["You are sharing with %s"] = "Vous partagez avec %s";
+$a->strings["%s is sharing with you"] = "%s partage avec vous";
+$a->strings["Private communications are not available for this contact."] = "Les communications privées ne sont pas disponibles pour ce contact.";
+$a->strings["(Update was successful)"] = "(Mise à jour effectuée avec succès)";
+$a->strings["(Update was not successful)"] = "(Mise à jour échouée)";
+$a->strings["Suggest friends"] = "Suggérer amitié/contact";
+$a->strings["Network type: %s"] = "Type de réseau %s";
+$a->strings["%d contact in common"] = array(
+       0 => "%d contact en commun",
+       1 => "%d contacts en commun",
 );
-$a->strings["show more"] = "montrer plus";
-$a->strings["Private Message"] = "Message privé";
-$a->strings["I like this (toggle)"] = "J'aime (bascule)";
-$a->strings["like"] = "aime";
-$a->strings["I don't like this (toggle)"] = "Je n'aime pas (bascule)";
-$a->strings["dislike"] = "n'aime pas";
-$a->strings["Share this"] = "Partager";
-$a->strings["share"] = "partager";
-$a->strings["This is you"] = "C'est vous";
-$a->strings["Comment"] = "Commenter";
-$a->strings["Bold"] = "Gras";
-$a->strings["Italic"] = "Italique";
-$a->strings["Underline"] = "Souligné";
-$a->strings["Quote"] = "Citation";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Image";
-$a->strings["Link"] = "Lien";
-$a->strings["Video"] = "Vidéo";
-$a->strings["Preview"] = "Aperçu";
-$a->strings["Edit"] = "Éditer";
-$a->strings["add star"] = "mett en avant";
-$a->strings["remove star"] = "ne plus mettre en avant";
-$a->strings["toggle star status"] = "mettre en avant";
-$a->strings["starred"] = "mis en avant";
-$a->strings["add tag"] = "ajouter une étiquette";
-$a->strings["save to folder"] = "sauver vers dossier";
-$a->strings["to"] = "à";
-$a->strings["Wall-to-Wall"] = "Inter-mur";
-$a->strings["via Wall-To-Wall:"] = "en Inter-mur:";
-$a->strings["Remove My Account"] = "Supprimer mon compte";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Ceci supprimera totalement votre compte. Cette opération est irréversible.";
-$a->strings["Please enter your password for verification:"] = "Merci de saisir votre mot de passe pour vérification:";
-$a->strings["Friendica Communications Server - Setup"] = "Serveur de communications Friendica - Configuration";
-$a->strings["Could not connect to database."] = "Impossible de se connecter à la base.";
-$a->strings["Could not create table."] = "Impossible de créer une table.";
-$a->strings["Your Friendica site database has been installed."] = "La base de données de votre site Friendica a bien été installée.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Vous pourriez avoir besoin d'importer le fichier \"database.sql\" manuellement au moyen de phpmyadmin ou de la commande mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Référez-vous au fichier \"INSTALL.txt\".";
-$a->strings["System check"] = "Vérifications système";
-$a->strings["Check again"] = "Vérifier à nouveau";
-$a->strings["Database connection"] = "Connexion à la base de données";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pour installer Friendica, nous avons besoin de savoir comment contacter votre base de données.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Merci de vous tourner vers votre hébergeur et/ou administrateur pour toute question concernant ces réglages.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de données que vous spécifierez doit exister. Si ce n'est pas encore le cas, merci de la créer avant de continuer.";
-$a->strings["Database Server Name"] = "Serveur de base de données";
-$a->strings["Database Login Name"] = "Nom d'utilisateur de la base";
-$a->strings["Database Login Password"] = "Mot de passe de la base";
-$a->strings["Database Name"] = "Nom de la base";
-$a->strings["Site administrator email address"] = "Adresse électronique de l'administrateur du site";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Votre adresse électronique doit correspondre à celle-ci pour pouvoir utiliser l'interface d'administration.";
-$a->strings["Please select a default timezone for your website"] = "Sélectionner un fuseau horaire par défaut pour votre site";
-$a->strings["Site settings"] = "Réglages du site";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Impossible de trouver la version \"ligne de commande\" de PHP dans le PATH du serveur 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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Si vous n'avez pas de version \"ligne de commande\" de PHP sur votre serveur, vous ne pourrez pas utiliser le 'poller' en tâche de fond via cron. Voir <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>";
-$a->strings["PHP executable path"] = "Chemin vers l'exécutable de PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Entrez le chemin (absolu) vers l'exécutable 'php'. Vous pouvez laisser cette ligne vide pour continuer l'installation.";
-$a->strings["Command line PHP"] = "Version \"ligne de commande\" de PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "L'executable PHP n'est pas le binaire php client (c'est peut être la version cgi-fcgi)";
-$a->strings["Found PHP version: "] = "Version de PHP:";
-$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."] = "La version \"ligne de commande\" de PHP de votre système n'a pas \"register_argc_argv\" d'activé.";
-$a->strings["This is required for message delivery to work."] = "Ceci est requis pour que la livraison des messages fonctionne.";
-$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"] = "Erreur: la fonction \"openssl_pkey_new\" de ce système ne permet pas de générer des clés de chiffrement";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si vous utilisez Windows, merci de vous réferer à \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Générer les clés de chiffrement";
-$a->strings["libCurl PHP module"] = "Module libCurl de PHP";
-$a->strings["GD graphics PHP module"] = "Module GD (graphiques) de PHP";
-$a->strings["OpenSSL PHP module"] = "Module OpenSSL de PHP";
-$a->strings["mysqli PHP module"] = "Module Mysqli de PHP";
-$a->strings["mb_string PHP module"] = "Module mb_string de PHP";
-$a->strings["Apache mod_rewrite module"] = "Module mod_rewrite Apache";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Erreur: Le module \"rewrite\" du serveur web Apache est requis mais pas installé.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Erreur: Le module PHP \"libCURL\" est requis mais pas installé.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Erreur: Le module PHP \"GD\" disposant du support JPEG est requis mais pas installé.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Erreur: Le module PHP \"openssl\" est requis mais pas installé.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Erreur: Le module PHP \"mysqli\" est requis mais pas installé.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Erreur: le module PHP mb_string est requis mais pas installé.";
-$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."] = "L'installeur web doit être en mesure de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais il en est incapable.";
-$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."] = "Le plus souvent, il s'agit d'un problème de permission. Le serveur web peut ne pas être capable d'écrire dans votre répertoire - alors que vous-même le pouvez.";
-$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."] = "A la fin de cette étape, nous vous fournirons un texte à sauvegarder dans un fichier nommé .htconfig.php à la racine de votre répertoire Friendica.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Vous pouvez également sauter cette étape et procéder à une installation manuelle. Pour cela, merci de lire le fichier \"INSTALL.txt\".";
-$a->strings[".htconfig.php is writable"] = "Fichier .htconfig.php accessible en écriture";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica utilise le moteur de modèles Smarty3 pour le rendu d'affichage web. Smarty3 compile les modèles en PHP pour accélérer le rendu.";
-$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."] = "Pour pouvoir stocker ces modèles compilés, le serveur internet doit avoir accès au droit d'écriture pour le répertoire view/smarty3/ sous le dossier racine de Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Veuillez vous assurer que l'utilisateur qui exécute votre serveur internet (p. ex. www-data) détient le droit d'accès en écriture sur ce dossier.";
-$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: pour plus de sécurité, vous devriez ne donner le droit d'accès en écriture qu'à view/smarty3/ et pas aux fichiers modèles (.tpl) qu'il contient.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 est autorisé à l écriture";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La réécriture d'URL dans le fichier .htaccess ne fonctionne pas. Vérifiez la configuration de votre serveur.";
-$a->strings["Url rewrite is working"] = "La réécriture d'URL fonctionne.";
-$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."] = "Le fichier de configuration de la base (\".htconfig.php\") ne peut être créé. Merci d'utiliser le texte ci-joint pour créer ce fichier à la racine de votre hébergement.";
-$a->strings["<h1>What next</h1>"] = "<h1>Ensuite</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le 'poller'.";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message.";
-$a->strings["Unable to check your home location."] = "Impossible de vérifier votre localisation.";
-$a->strings["No recipient."] = "Pas de destinataire.";
-$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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus.";
-$a->strings["Help:"] = "Aide:";
-$a->strings["Help"] = "Aide";
-$a->strings["Not Found"] = "Non trouvé";
-$a->strings["Page not found."] = "Page introuvable.";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s accueille %2\$s";
-$a->strings["Welcome to %s"] = "Bienvenue sur %s";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Désolé, il semble que votre fichier est plus important que ce que la configuration de PHP autorise";
-$a->strings["Or - did you try to upload an empty file?"] = "";
-$a->strings["File exceeds size limit of %d"] = "La taille du fichier dépasse la limite de %d";
-$a->strings["File upload failed."] = "Le téléversement a échoué.";
-$a->strings["Profile Match"] = "Correpondance de profils";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut.";
-$a->strings["is interested in:"] = "s'intéresse à:";
-$a->strings["Connect"] = "Relier";
-$a->strings["link"] = "lien";
-$a->strings["Not available."] = "Indisponible.";
-$a->strings["Community"] = "Communauté";
-$a->strings["No results."] = "Aucun résultat.";
-$a->strings["everybody"] = "tout le monde";
-$a->strings["Additional features"] = "Fonctions supplémentaires";
-$a->strings["Display"] = "Afficher";
-$a->strings["Social Networks"] = "Réseaux sociaux";
-$a->strings["Delegations"] = "Délégations";
-$a->strings["Connected apps"] = "Applications connectées";
-$a->strings["Export personal data"] = "Exporter";
-$a->strings["Remove account"] = "Supprimer le compte";
-$a->strings["Missing some important data!"] = "Il manque certaines informations importantes!";
-$a->strings["Failed to connect with email account using the settings provided."] = "Impossible de se connecter au compte courriel configuré.";
-$a->strings["Email settings updated."] = "Réglages de courriel mis-à-jour.";
-$a->strings["Features updated"] = "Fonctionnalités mises à jour";
-$a->strings["Relocate message has been send to your contacts"] = "";
-$a->strings["Passwords do not match. Password unchanged."] = "Les mots de passe ne correspondent pas. Aucun changement appliqué.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Les mots de passe vides sont interdits. Aucun changement appliqué.";
-$a->strings["Wrong password."] = "Mauvais mot de passe.";
-$a->strings["Password changed."] = "Mots de passe changés.";
-$a->strings["Password update failed. Please try again."] = "Le changement de mot de passe a échoué. Merci de recommencer.";
-$a->strings[" Please use a shorter name."] = " Merci d'utiliser un nom plus court.";
-$a->strings[" Name too short."] = " Nom trop court.";
-$a->strings["Wrong Password"] = "Mauvais mot de passe";
-$a->strings[" Not valid email."] = " Email invalide.";
-$a->strings[" Cannot change to that email."] = " Impossible de changer pour cet email.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée. Utilisation des paramètres de confidentialité par défaut.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée ni de paramètres de confidentialité par défaut.";
-$a->strings["Settings updated."] = "Réglages mis à jour.";
-$a->strings["Add application"] = "Ajouter une application";
-$a->strings["Consumer Key"] = "Clé utilisateur";
-$a->strings["Consumer Secret"] = "Secret utilisateur";
-$a->strings["Redirect"] = "Rediriger";
-$a->strings["Icon url"] = "URL de l'icône";
-$a->strings["You can't edit this application."] = "Vous ne pouvez pas éditer cette application.";
-$a->strings["Connected Apps"] = "Applications connectées";
-$a->strings["Client key starts with"] = "La clé cliente commence par";
-$a->strings["No name"] = "Sans nom";
-$a->strings["Remove authorization"] = "Révoquer l'autorisation";
-$a->strings["No Plugin settings configured"] = "Pas de réglages d'extensions configurés";
-$a->strings["Plugin Settings"] = "Extensions";
-$a->strings["Off"] = "Éteint";
-$a->strings["On"] = "Allumé";
-$a->strings["Additional Features"] = "Fonctions supplémentaires";
-$a->strings["Built-in support for %s connectivity is %s"] = "Le support natif pour la connectivité %s est %s";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["enabled"] = "activé";
-$a->strings["disabled"] = "désactivé";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Email access is disabled on this site."] = "L'accès courriel est désactivé sur ce site.";
-$a->strings["Email/Mailbox Setup"] = "Réglages de courriel/boîte à lettre";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Si vous souhaitez communiquer avec vos contacts \"courriel\" (facultatif), merci de nous indiquer comment vous connecter à votre boîte.";
-$a->strings["Last successful email check:"] = "Dernière vérification réussie des courriels:";
-$a->strings["IMAP server name:"] = "Nom du serveur IMAP:";
-$a->strings["IMAP port:"] = "Port IMAP:";
+$a->strings["View all contacts"] = "Voir tous les contacts";
+$a->strings["Toggle Blocked status"] = "(dés)activer l'état \"bloqué\"";
+$a->strings["Unignore"] = "Ne plus ignorer";
+$a->strings["Ignore"] = "Ignorer";
+$a->strings["Toggle Ignored status"] = "(dés)activer l'état \"ignoré\"";
+$a->strings["Unarchive"] = "Désarchiver";
+$a->strings["Archive"] = "Archiver";
+$a->strings["Toggle Archive status"] = "(dés)activer l'état \"archivé\"";
+$a->strings["Repair"] = "Réparer";
+$a->strings["Advanced Contact Settings"] = "Réglages avancés du contact";
+$a->strings["Communications lost with this contact!"] = "Communications perdues avec ce contact !";
+$a->strings["Contact Editor"] = "Éditeur de contact";
+$a->strings["Profile Visibility"] = "Visibilité du profil";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous rend visite de manière sécurisée.";
+$a->strings["Contact Information / Notes"] = "Informations de contact / Notes";
+$a->strings["Edit contact notes"] = "Éditer les notes des contacts";
+$a->strings["Visit %s's profile [%s]"] = "Visiter le profil de %s [%s]";
+$a->strings["Block/Unblock contact"] = "Bloquer/débloquer ce contact";
+$a->strings["Ignore contact"] = "Ignorer ce contact";
+$a->strings["Repair URL settings"] = "Réglages de réparation des URL";
+$a->strings["View conversations"] = "Voir les conversations";
+$a->strings["Delete contact"] = "Effacer ce contact";
+$a->strings["Last update:"] = "Dernière mise-à-jour :";
+$a->strings["Update public posts"] = "Mettre à jour les publications publiques:";
+$a->strings["Currently blocked"] = "Actuellement bloqué";
+$a->strings["Currently ignored"] = "Actuellement ignoré";
+$a->strings["Currently archived"] = "Actuellement archivé";
+$a->strings["Hide this contact from others"] = "Cacher ce contact aux autres";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Les réponses et \"j'aime\" à vos publications publiques <strong>peuvent</strong> être toujours visibles";
+$a->strings["Notification for new posts"] = "Notification des nouvelles publications";
+$a->strings["Send a notification of every new post of this contact"] = "Envoyer une notification de chaque nouveau message en provenance de ce contact";
+$a->strings["Fetch further information for feeds"] = "Chercher plus d'informations pour les flux";
+$a->strings["Disabled"] = "Désactivé";
+$a->strings["Fetch information"] = "Récupérer informations";
+$a->strings["Fetch information and keywords"] = "Récupérer informations";
+$a->strings["Blacklisted keywords"] = "Mots-clés sur la liste noire";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Liste de mots-clés separés par des virgules qui ne doivent pas être converti en mots-dièse quand  « Récupérer informations et mots-clés » est sélectionné.";
+$a->strings["Suggestions"] = "Suggestions";
+$a->strings["Suggest potential friends"] = "Suggérer des amis potentiels";
+$a->strings["All Contacts"] = "Tous les contacts";
+$a->strings["Show all contacts"] = "Montrer tous les contacts";
+$a->strings["Unblocked"] = "Non-bloqués";
+$a->strings["Only show unblocked contacts"] = "Ne montrer que les contacts non-bloqués";
+$a->strings["Blocked"] = "Bloqués";
+$a->strings["Only show blocked contacts"] = "Ne montrer que les contacts bloqués";
+$a->strings["Ignored"] = "Ignorés";
+$a->strings["Only show ignored contacts"] = "Ne montrer que les contacts ignorés";
+$a->strings["Archived"] = "Archivés";
+$a->strings["Only show archived contacts"] = "Ne montrer que les contacts archivés";
+$a->strings["Hidden"] = "Cachés";
+$a->strings["Only show hidden contacts"] = "Ne montrer que les contacts masqués";
+$a->strings["Mutual Friendship"] = "Relation réciproque";
+$a->strings["is a fan of yours"] = "Vous suit";
+$a->strings["you are a fan of"] = "Vous le/la suivez";
+$a->strings["Edit contact"] = "Éditer le contact";
+$a->strings["Search your contacts"] = "Rechercher dans vos contacts";
+$a->strings["Update"] = "Mises-à-jour";
+$a->strings["everybody"] = "tout le monde";
+$a->strings["Additional features"] = "Fonctions supplémentaires";
+$a->strings["Display"] = "Afficher";
+$a->strings["Social Networks"] = "Réseaux sociaux";
+$a->strings["Delegations"] = "Délégations";
+$a->strings["Connected apps"] = "Applications connectées";
+$a->strings["Export personal data"] = "Exporter";
+$a->strings["Remove account"] = "Supprimer le compte";
+$a->strings["Missing some important data!"] = "Il manque certaines informations importantes!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Impossible de se connecter au compte courriel configuré.";
+$a->strings["Email settings updated."] = "Réglages de courriel mis-à-jour.";
+$a->strings["Features updated"] = "Fonctionnalités mises à jour";
+$a->strings["Relocate message has been send to your contacts"] = "Un message de relocalisation a été envoyé à vos contacts.";
+$a->strings["Passwords do not match. Password unchanged."] = "Les mots de passe ne correspondent pas. Aucun changement appliqué.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Les mots de passe vides sont interdits. Aucun changement appliqué.";
+$a->strings["Wrong password."] = "Mauvais mot de passe.";
+$a->strings["Password changed."] = "Mots de passe changés.";
+$a->strings["Password update failed. Please try again."] = "Le changement de mot de passe a échoué. Merci de recommencer.";
+$a->strings[" Please use a shorter name."] = " Merci d'utiliser un nom plus court.";
+$a->strings[" Name too short."] = " Nom trop court.";
+$a->strings["Wrong Password"] = "Mauvais mot de passe";
+$a->strings[" Not valid email."] = " Email invalide.";
+$a->strings[" Cannot change to that email."] = " Impossible de changer pour cet email.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée. Utilisation des paramètres de confidentialité par défaut.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée ni de paramètres de confidentialité par défaut.";
+$a->strings["Settings updated."] = "Réglages mis à jour.";
+$a->strings["Add application"] = "Ajouter une application";
+$a->strings["Consumer Key"] = "Clé utilisateur";
+$a->strings["Consumer Secret"] = "Secret utilisateur";
+$a->strings["Redirect"] = "Rediriger";
+$a->strings["Icon url"] = "URL de l'icône";
+$a->strings["You can't edit this application."] = "Vous ne pouvez pas éditer cette application.";
+$a->strings["Connected Apps"] = "Applications connectées";
+$a->strings["Client key starts with"] = "La clé cliente commence par";
+$a->strings["No name"] = "Sans nom";
+$a->strings["Remove authorization"] = "Révoquer l'autorisation";
+$a->strings["No Plugin settings configured"] = "Pas de réglages d'extensions configurés";
+$a->strings["Plugin Settings"] = "Extensions";
+$a->strings["Off"] = "Éteint";
+$a->strings["On"] = "Allumé";
+$a->strings["Additional Features"] = "Fonctions supplémentaires";
+$a->strings["Built-in support for %s connectivity is %s"] = "Le support natif pour la connectivité %s est %s";
+$a->strings["enabled"] = "activé";
+$a->strings["disabled"] = "désactivé";
+$a->strings["StatusNet"] = "StatusNet";
+$a->strings["Email access is disabled on this site."] = "L'accès courriel est désactivé sur ce site.";
+$a->strings["Email/Mailbox Setup"] = "Réglages de courriel/boîte à lettre";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Si vous souhaitez communiquer avec vos contacts \"courriel\" (facultatif), merci de nous indiquer comment vous connecter à votre boîte.";
+$a->strings["Last successful email check:"] = "Dernière vérification réussie des courriels:";
+$a->strings["IMAP server name:"] = "Nom du serveur IMAP:";
+$a->strings["IMAP port:"] = "Port IMAP:";
 $a->strings["Security:"] = "Sécurité:";
 $a->strings["None"] = "Aucun(e)";
 $a->strings["Email login name:"] = "Nom de connexion:";
@@ -869,7 +924,6 @@ $a->strings["Private forum - approved members only"] = "Forum privé - modéré
 $a->strings["OpenID:"] = "OpenID:";
 $a->strings["(Optional) Allow this OpenID to login to this account."] = "&amp;nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte.";
 $a->strings["Publish your default profile in your local site directory?"] = "Publier votre profil par défaut sur l'annuaire local de ce site?";
-$a->strings["No"] = "Non";
 $a->strings["Publish your default profile in the global social directory?"] = "Publier votre profil par défaut sur l'annuaire social global?";
 $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Cacher votre liste de contacts/amis des visiteurs de votre profil par défaut?";
 $a->strings["Hide your profile details from unknown viewers?"] = "Cacher les détails du profil aux visiteurs inconnus?";
@@ -879,6 +933,7 @@ $a->strings["Allow friends to tag your posts?"] = "Autoriser vos amis à étique
 $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Autoriser les suggestions d'amis potentiels aux nouveaux arrivants?";
 $a->strings["Permit unknown people to send you private mail?"] = "Autoriser les messages privés d'inconnus?";
 $a->strings["Profile is <strong>not published</strong>."] = "Ce profil n'est <strong>pas publié</strong>.";
+$a->strings["or"] = "ou";
 $a->strings["Your Identity Address is"] = "L'adresse de votre identité est";
 $a->strings["Automatically expire posts after this many days:"] = "Les publications expirent automatiquement après (en jours) :";
 $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Si ce champ est vide, les publications n'expireront pas. Les publications expirées seront supprimées";
@@ -932,101 +987,9 @@ $a->strings["Text-only notification emails"] = "";
 $a->strings["Send text only notification emails, without the html part"] = "";
 $a->strings["Advanced Account/Page Type Settings"] = "Paramètres avancés de compte/page";
 $a->strings["Change the behaviour of this account for special situations"] = "Modifier le comportement de ce compte dans certaines situations";
-$a->strings["Relocate"] = "";
-$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."] = "";
-$a->strings["Resend relocate message to contacts"] = "";
-$a->strings["This introduction has already been accepted."] = "Cette introduction a déjà été acceptée.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "L'emplacement du profil est invalide ou ne contient pas de profil valide.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Attention: l'emplacement du profil n'a pas de nom identifiable.";
-$a->strings["Warning: profile location has no profile photo."] = "Attention: l'emplacement du profil n'a pas de photo de profil.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "%d paramètre requis n'a pas été trouvé à l'endroit indiqué",
-       1 => "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué",
-);
-$a->strings["Introduction complete."] = "Phase d'introduction achevée.";
-$a->strings["Unrecoverable protocol error."] = "Erreur de protocole non-récupérable.";
-$a->strings["Profile unavailable."] = "Profil indisponible.";
-$a->strings["%s has received too many connection requests today."] = "%s a reçu trop de demandes d'introduction aujourd'hui.";
-$a->strings["Spam protection measures have been invoked."] = "Des mesures de protection contre le spam ont été déclenchées.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Les relations sont encouragées à attendre 24 heures pour recommencer.";
-$a->strings["Invalid locator"] = "Localisateur invalide";
-$a->strings["Invalid email address."] = "Adresse courriel invalide.";
-$a->strings["This account has not been configured for email. Request failed."] = "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée.";
-$a->strings["Unable to resolve your name at the provided location."] = "Impossible de résoudre votre nom à l'emplacement fourni.";
-$a->strings["You have already introduced yourself here."] = "Vous vous êtes déjà présenté ici.";
-$a->strings["Apparently you are already friends with %s."] = "Il semblerait que vous soyez déjà ami avec %s.";
-$a->strings["Invalid profile URL."] = "URL de profil invalide.";
-$a->strings["Disallowed profile URL."] = "URL de profil interdite.";
-$a->strings["Your introduction has been sent."] = "Votre introduction a été envoyée.";
-$a->strings["Please login to confirm introduction."] = "Connectez-vous pour confirmer l'introduction.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Identité incorrecte actuellement connectée. Merci de vous connecter à <strong>ce</strong> profil.";
-$a->strings["Hide this contact"] = "Cacher ce contact";
-$a->strings["Welcome home %s."] = "Bienvenue chez vous, %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Merci de confirmer votre demande d'introduction auprès de %s.";
-$a->strings["Confirm"] = "Confirmer";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Si vous n'êtes pas encore membre du web social libre, <a href=\"http://dir.friendica.com/siteinfo\"> suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui</a>.";
-$a->strings["Friend/Connection Request"] = "Requête de relation/amitié";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Merci de répondre à ce qui suit:";
-$a->strings["Does %s know you?"] = "Est-ce que %s vous connaît?";
-$a->strings["Add a personal note:"] = "Ajouter une note personnelle:";
-$a->strings["Friendica"] = "Friendica";
-$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."] = " - merci de ne pas utiliser ce formulaire.   Entrez plutôt %s dans votre barre de recherche Diaspora.";
-$a->strings["Your Identity Address:"] = "Votre adresse d'identité:";
-$a->strings["Submit Request"] = "Envoyer la requête";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Inscription réussie. Vérifiez vos emails pour la suite des 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."] = "";
-$a->strings["Your registration can not be processed."] = "Votre inscription ne peut être traitée.";
-$a->strings["Your registration is pending approval by the site owner."] = "Votre inscription attend une validation du propriétaire du site.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Le nombre d'inscriptions quotidiennes pour ce site a été dépassé. Merci de réessayer demain.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Vous pouvez (si vous le souhaitez) remplir ce formulaire via OpenID. Fournissez votre OpenID et cliquez \"S'inscrire\".";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez le reste.";
-$a->strings["Your OpenID (optional): "] = "Votre OpenID (facultatif): ";
-$a->strings["Include your profile in member directory?"] = "Inclure votre profil dans l'annuaire des membres?";
-$a->strings["Membership on this site is by invitation only."] = "L'inscription à ce site se fait uniquement sur invitation.";
-$a->strings["Your invitation ID: "] = "Votre ID d'invitation: ";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Votre nom complet (p.ex. Michel Dupont): ";
-$a->strings["Your Email Address: "] = "Votre adresse courriel: ";
-$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>'."] = "Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de votre profil en découlera sous la forme '&lt;strong&gt;pseudo@\$sitename&lt;/strong&gt;'.";
-$a->strings["Choose a nickname: "] = "Choisir un pseudo: ";
-$a->strings["Register"] = "S'inscrire";
-$a->strings["Import"] = "Importer";
-$a->strings["Import your profile to this friendica instance"] = "Importer votre profile dans cette instance de friendica";
-$a->strings["System down for maintenance"] = "Système indisponible pour cause de maintenance";
-$a->strings["Search"] = "Recherche";
-$a->strings["Global Directory"] = "Annuaire global";
-$a->strings["Find on this site"] = "Trouver sur ce site";
-$a->strings["Site Directory"] = "Annuaire local";
-$a->strings["Age: "] = "Age: ";
-$a->strings["Gender: "] = "Genre: ";
-$a->strings["Gender:"] = "Genre:";
-$a->strings["Status:"] = "Statut:";
-$a->strings["Homepage:"] = "Page personnelle:";
-$a->strings["About:"] = "À propos:";
-$a->strings["No entries (some entries may be hidden)."] = "Aucune entrée (certaines peuvent être cachées).";
-$a->strings["No potential page delegates located."] = "Pas de délégataire potentiel.";
-$a->strings["Delegate Page Management"] = "Déléguer la gestion de la page";
-$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."] = "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue.";
-$a->strings["Existing Page Managers"] = "Gestionnaires existants";
-$a->strings["Existing Page Delegates"] = "Délégataires existants";
-$a->strings["Potential Delegates"] = "Délégataires potentiels";
-$a->strings["Add"] = "Ajouter";
-$a->strings["No entries."] = "Aucune entrée.";
-$a->strings["Common Friends"] = "Amis communs";
-$a->strings["No contacts in common."] = "Pas de contacts en commun.";
-$a->strings["Export account"] = "Exporter le compte";
-$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."] = "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur.";
-$a->strings["Export all"] = "Tout exporter";
-$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)"] = "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos).";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s est d'humeur %2\$s";
-$a->strings["Mood"] = "Humeur";
-$a->strings["Set your current mood and tell your friends"] = "Spécifiez votre humeur du moment, et informez vos amis";
-$a->strings["Do you really want to delete this suggestion?"] = "Voulez-vous vraiment supprimer cette suggestion ?";
-$a->strings["Friend Suggestions"] = "Suggestions d'amitiés/contacts";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h.";
-$a->strings["Ignore/Hide"] = "Ignorer/cacher";
+$a->strings["Relocate"] = "Relocaliser";
+$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 vous avez migré ce profil depuis un autre serveur et que vos contacts ne reçoivent plus vos mises à jour, essayez ce bouton.";
+$a->strings["Resend relocate message to contacts"] = "Renvoyer un message de relocalisation aux contacts.";
 $a->strings["Profile deleted."] = "Profil supprimé.";
 $a->strings["Profile-"] = "Profil-";
 $a->strings["New profile created."] = "Nouveau profil créé.";
@@ -1102,79 +1065,73 @@ $a->strings["Work/employment"] = "Activité professionnelle/Occupation";
 $a->strings["School/education"] = "Études/Formation";
 $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Ceci est votre profil <strong>public</strong>.<br />Il <strong>peut</strong> être visible par n'importe quel utilisateur d'Internet.";
 $a->strings["Edit/Manage Profiles"] = "Editer/gérer les profils";
-$a->strings["Change profile photo"] = "Changer de photo de profil";
-$a->strings["Create New Profile"] = "Créer un nouveau profil";
-$a->strings["Profile Image"] = "Image du profil";
-$a->strings["visible to everybody"] = "visible par tous";
-$a->strings["Edit visibility"] = "Changer la visibilité";
-$a->strings["Item not found"] = "Élément introuvable";
-$a->strings["Edit post"] = "Éditer la publication";
-$a->strings["upload photo"] = "envoi image";
-$a->strings["Attach file"] = "Joindre fichier";
-$a->strings["attach file"] = "ajout fichier";
-$a->strings["web link"] = "lien web";
-$a->strings["Insert video link"] = "Insérer un lien video";
-$a->strings["video link"] = "lien vidéo";
-$a->strings["Insert audio link"] = "Insérer un lien audio";
-$a->strings["audio link"] = "lien audio";
-$a->strings["Set your location"] = "Définir votre localisation";
-$a->strings["set location"] = "spéc. localisation";
-$a->strings["Clear browser location"] = "Effacer la localisation du navigateur";
-$a->strings["clear location"] = "supp. localisation";
-$a->strings["Permission settings"] = "Réglages des permissions";
-$a->strings["CC: email addresses"] = "CC: adresses de courriel";
-$a->strings["Public post"] = "Publication publique";
-$a->strings["Set title"] = "Définir un titre";
-$a->strings["Categories (comma-separated list)"] = "Catégories (séparées par des virgules)";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: bob@exemple.com, mary@exemple.com";
-$a->strings["This is Friendica, version"] = "Motorisé par Friendica version";
-$a->strings["running at web location"] = "hébergé sur";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Merci de vous rendre sur <a href=\"http://friendica.com\">Friendica.com</a> si vous souhaitez en savoir plus sur le projet Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Pour les rapports de bugs: rendez vous sur";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com";
-$a->strings["Installed plugins/addons/apps:"] = "Extensions/greffons/applications installées:";
-$a->strings["No installed plugins/addons/apps"] = "Extensions/greffons/applications non installées:";
-$a->strings["Authorize application connection"] = "Autoriser l'application à se connecter";
-$a->strings["Return to your app and insert this Securty Code:"] = "Retournez à votre application et saisissez ce Code de Sécurité : ";
-$a->strings["Please login to continue."] = "Merci de vous connecter pour continuer.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à créer des billets à votre place?";
-$a->strings["Remote privacy information not available."] = "Informations de confidentialité indisponibles.";
-$a->strings["Visible to:"] = "Visible par:";
-$a->strings["Personal Notes"] = "Notes personnelles";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Time Conversion"] = "Conversion temporelle";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire.";
-$a->strings["UTC time: %s"] = "Temps UTC : %s";
-$a->strings["Current timezone: %s"] = "Zone de temps courante : %s";
-$a->strings["Converted localtime: %s"] = "Temps local converti : %s";
-$a->strings["Please select your timezone:"] = "Sélectionner votre zone :";
-$a->strings["Poke/Prod"] = "Solliciter";
-$a->strings["poke, prod or do other things to somebody"] = "solliciter (poke/...) quelqu'un";
-$a->strings["Recipient"] = "Destinataire";
-$a->strings["Choose what you wish to do to recipient"] = "Choisissez ce que vous voulez faire au destinataire";
-$a->strings["Make this post private"] = "Rendez ce message privé";
-$a->strings["Total invitation limit exceeded."] = "La limite d'invitation totale est éxédée.";
-$a->strings["%s : Not a valid email address."] = "%s : Adresse de courriel invalide.";
-$a->strings["Please join us on Friendica"] = "Rejoignez-nous sur Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site.";
-$a->strings["%s : Message delivery failed."] = "%s : L'envoi du message a échoué.";
-$a->strings["%d message sent."] = array(
-       0 => "%d message envoyé.",
-       1 => "%d messages envoyés.",
-);
-$a->strings["You have no more invitations available"] = "Vous n'avez plus d'invitations disponibles";
-$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."] = "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public.";
-$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."] = "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres.";
-$a->strings["Send invitations"] = "Envoyer des invitations";
-$a->strings["Enter email addresses, one per line:"] = "Entrez les adresses email, une par ligne:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Vous devrez fournir ce code d'invitation: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Une fois inscrit, connectez-vous à la page de mon profil sur:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com";
-$a->strings["Photo Albums"] = "Albums photo";
-$a->strings["Contact Photos"] = "Photos du contact";
+$a->strings["Group created."] = "Groupe créé.";
+$a->strings["Could not create group."] = "Impossible de créer le groupe.";
+$a->strings["Group not found."] = "Groupe introuvable.";
+$a->strings["Group name changed."] = "Groupe renommé.";
+$a->strings["Save Group"] = "Sauvegarder le groupe";
+$a->strings["Create a group of contacts/friends."] = "Créez un groupe de contacts/amis.";
+$a->strings["Group Name: "] = "Nom du groupe: ";
+$a->strings["Group removed."] = "Groupe enlevé.";
+$a->strings["Unable to remove group."] = "Impossible d'enlever le groupe.";
+$a->strings["Group Editor"] = "Éditeur de groupe";
+$a->strings["Members"] = "Membres";
+$a->strings["Click on a contact to add or remove."] = "Cliquez sur un contact pour l'ajouter ou le supprimer.";
+$a->strings["Source (bbcode) text:"] = "Texte source (bbcode) :";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texte source (Diaspora) à convertir en BBcode :";
+$a->strings["Source input: "] = "Source input: ";
+$a->strings["bb2html (raw HTML): "] = "bb2html (HTML brut)";
+$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): "] = "Texte source (format Diaspora) :";
+$a->strings["diaspora2bb: "] = "diaspora2bb :";
+$a->strings["Not available."] = "Indisponible.";
+$a->strings["Contact added"] = "Contact ajouté";
+$a->strings["No more system notifications."] = "Pas plus de notifications système.";
+$a->strings["System Notifications"] = "Notifications du système";
+$a->strings["New Message"] = "Nouveau message";
+$a->strings["Unable to locate contact information."] = "Impossible de localiser les informations du contact.";
+$a->strings["Messages"] = "Messages";
+$a->strings["Do you really want to delete this message?"] = "Voulez-vous vraiment supprimer ce message ?";
+$a->strings["Message deleted."] = "Message supprimé.";
+$a->strings["Conversation removed."] = "Conversation supprimée.";
+$a->strings["No messages."] = "Aucun message.";
+$a->strings["Unknown sender - %s"] = "Émetteur inconnu - %s";
+$a->strings["You and %s"] = "Vous et %s";
+$a->strings["%s and You"] = "%s et vous";
+$a->strings["Delete conversation"] = "Effacer conversation";
+$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["Message not available."] = "Message indisponible.";
+$a->strings["Delete message"] = "Effacer message";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Pas de communications sécurisées possibles. Vous serez <strong>peut-être</strong> en mesure de répondre depuis la page de profil de l'émetteur.";
+$a->strings["Send Reply"] = "Répondre";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s n'aime pas %3\$s de %2\$s";
+$a->strings["Post successful."] = "Publication réussie.";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "Conversion temporelle";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire.";
+$a->strings["UTC time: %s"] = "Temps UTC : %s";
+$a->strings["Current timezone: %s"] = "Zone de temps courante : %s";
+$a->strings["Converted localtime: %s"] = "Temps local converti : %s";
+$a->strings["Please select your timezone:"] = "Sélectionner votre zone :";
+$a->strings["Save to Folder:"] = "Sauver dans le Dossier:";
+$a->strings["- select -"] = "- choisir -";
+$a->strings["Invalid profile identifier."] = "Identifiant de profil invalide.";
+$a->strings["Profile Visibility Editor"] = "Éditer la visibilité du profil";
+$a->strings["Visible To"] = "Visible par";
+$a->strings["All Contacts (with secure profile access)"] = "Tous les contacts (ayant un accès sécurisé)";
+$a->strings["No contacts."] = "Aucun contact.";
+$a->strings["View Contacts"] = "Voir les contacts";
+$a->strings["People Search"] = "Recherche de personnes";
+$a->strings["No matches"] = "Aucune correspondance";
 $a->strings["Upload New Photos"] = "Téléverser de nouvelles photos";
 $a->strings["Contact information unavailable"] = "Informations de contact indisponibles";
 $a->strings["Album not found."] = "Album introuvable.";
@@ -1186,7 +1143,10 @@ $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s a été étiqueté da
 $a->strings["a photo"] = "une photo";
 $a->strings["Image exceeds size limit of "] = "L'image dépasse la taille maximale de  ";
 $a->strings["Image file is empty."] = "Fichier image vide.";
+$a->strings["Unable to process image."] = "Impossible de traiter l'image.";
+$a->strings["Image upload failed."] = "Le téléversement de l'image a échoué.";
 $a->strings["No photos selected"] = "Aucune photo sélectionnée";
+$a->strings["Access to this item is restricted."] = "Accès restreint à cet élément.";
 $a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos.";
 $a->strings["Upload Photos"] = "Téléverser des photos";
 $a->strings["New album name: "] = "Nom du nouvel album: ";
@@ -1216,185 +1176,225 @@ $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam
 $a->strings["Private photo"] = "Photo privée";
 $a->strings["Public photo"] = "Photo publique";
 $a->strings["Share"] = "Partager";
+$a->strings["View Album"] = "Voir l'album";
 $a->strings["Recent Photos"] = "Photos récentes";
-$a->strings["Account approved."] = "Inscription validée.";
-$a->strings["Registration revoked for %s"] = "Inscription révoquée pour %s";
-$a->strings["Please login."] = "Merci de vous connecter.";
-$a->strings["Move account"] = "Migrer le compte";
-$a->strings["You can import an account from another Friendica server."] = "Vous pouvez importer un compte d'un autre serveur 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."] = "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora";
-$a->strings["Account file"] = "Fichier du compte";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Pour exporter votre compte, allez dans \"Paramètres> Exporter vos données personnelles\" et sélectionnez \"exportation de compte\"";
-$a->strings["Item not available."] = "Elément non disponible.";
-$a->strings["Item was not found."] = "Element introuvable.";
-$a->strings["Delete this item?"] = "Effacer cet élément?";
-$a->strings["show fewer"] = "montrer moins";
-$a->strings["Update %s failed. See error logs."] = "Mise-à-jour %s échouée. Voir les journaux d'erreur.";
-$a->strings["Create a New Account"] = "Créer un nouveau compte";
-$a->strings["Logout"] = "Se déconnecter";
-$a->strings["Login"] = "Connexion";
-$a->strings["Nickname or Email address: "] = "Pseudo ou courriel: ";
-$a->strings["Password: "] = "Mot de passe: ";
-$a->strings["Remember me"] = "Se souvenir de moi";
-$a->strings["Or login using OpenID: "] = "Ou connectez-vous via OpenID: ";
-$a->strings["Forgot your password?"] = "Mot de passe oublié?";
-$a->strings["Website Terms of Service"] = "Conditions d'utilisation du site internet";
-$a->strings["terms of service"] = "conditions d'utilisation";
-$a->strings["Website Privacy Policy"] = "Politique de confidentialité du site internet";
-$a->strings["privacy policy"] = "politique de confidentialité";
-$a->strings["Requested account is not available."] = "Le compte demandé n'est pas disponible.";
-$a->strings["Edit profile"] = "Editer le profil";
-$a->strings["Message"] = "Message";
-$a->strings["Profiles"] = "Profils";
-$a->strings["Manage/edit profiles"] = "Gérer/éditer les profils";
-$a->strings["Network:"] = "Réseau";
-$a->strings["g A l F d"] = "g A | F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[aujourd'hui]";
-$a->strings["Birthday Reminders"] = "Rappels d'anniversaires";
-$a->strings["Birthdays this week:"] = "Anniversaires cette semaine:";
-$a->strings["[No description]"] = "[Sans description]";
-$a->strings["Event Reminders"] = "Rappels d'événements";
-$a->strings["Events this week:"] = "Evénements cette semaine:";
-$a->strings["Status"] = "Statut";
-$a->strings["Status Messages and Posts"] = "Messages d'état et publications";
-$a->strings["Profile Details"] = "Détails du profil";
-$a->strings["Videos"] = "Vidéos";
-$a->strings["Events and Calendar"] = "Événements et agenda";
-$a->strings["Only You Can See This"] = "Vous seul pouvez voir ça";
-$a->strings["This entry was edited"] = "Cette entrée à été édité";
-$a->strings["ignore thread"] = "ignorer le fil";
-$a->strings["unignore thread"] = "Ne plus ignorer le fil";
-$a->strings["toggle ignore status"] = "Ignorer le statut";
-$a->strings["ignored"] = "ignoré";
-$a->strings["Categories:"] = "Catégories:";
-$a->strings["Filed under:"] = "Rangé sous:";
-$a->strings["via"] = "via";
-$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."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "";
-$a->strings["Errors encountered creating database tables."] = "Des erreurs ont été signalées lors de la création des tables.";
-$a->strings["Errors encountered performing database changes."] = "";
-$a->strings["Logged out."] = "Déconnecté.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier.";
-$a->strings["The error message was:"] = "Le message d'erreur était :";
-$a->strings["Add New Contact"] = "Ajouter un nouveau contact";
-$a->strings["Enter address or web location"] = "Entrez son adresse ou sa localisation web";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple: bob@example.com, http://example.com/barbara";
-$a->strings["%d invitation available"] = array(
-       0 => "%d invitation disponible",
-       1 => "%d invitations disponibles",
-);
-$a->strings["Find People"] = "Trouver des personnes";
-$a->strings["Enter name or interest"] = "Entrez un nom ou un centre d'intérêt";
-$a->strings["Connect/Follow"] = "Connecter/Suivre";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Robert Morgenstein, Pêche";
-$a->strings["Similar Interests"] = "Intérêts similaires";
-$a->strings["Random Profile"] = "Profil au hasard";
-$a->strings["Invite Friends"] = "Inviter des amis";
-$a->strings["Networks"] = "Réseaux";
-$a->strings["All Networks"] = "Tous réseaux";
-$a->strings["Saved Folders"] = "Dossiers sauvegardés";
-$a->strings["Everything"] = "Tout";
-$a->strings["Categories"] = "Catégories";
-$a->strings["General Features"] = "Fonctions générales";
-$a->strings["Multiple Profiles"] = "Profils multiples";
-$a->strings["Ability to create multiple profiles"] = "Possibilité de créer plusieurs profils";
-$a->strings["Post Composition Features"] = "Caractéristiques de composition de publication";
-$a->strings["Richtext Editor"] = "Éditeur de texte enrichi";
-$a->strings["Enable richtext editor"] = "Activer l'éditeur de texte enrichi";
-$a->strings["Post Preview"] = "Aperçu de la publication";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Permet la prévisualisation des publications et commentaires avant de les publier";
-$a->strings["Auto-mention Forums"] = "";
-$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "";
-$a->strings["Network Sidebar Widgets"] = "Widgets réseau pour barre latérale";
-$a->strings["Search by Date"] = "Rechercher par Date";
-$a->strings["Ability to select posts by date ranges"] = "Capacité de sélectionner les publications par intervalles de dates";
-$a->strings["Group Filter"] = "Filtre de groupe";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Activer le widget d’affichage des publications du réseau seulement pour le groupe sélectionné";
-$a->strings["Network Filter"] = "Filtre de réseau";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Activer le widget d’affichage des publications du réseau seulement pour le réseau sélectionné";
-$a->strings["Save search terms for re-use"] = "Sauvegarder la recherche pour une utilisation ultérieure";
-$a->strings["Network Tabs"] = "Onglets Réseau";
-$a->strings["Network Personal Tab"] = "Onglet Réseau Personnel";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Activer l'onglet pour afficher seulement les publications du réseau où vous avez interagit";
-$a->strings["Network New Tab"] = "Nouvel onglet réseaux";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Activer l'onglet pour afficher seulement les publications du réseau (dans les 12 dernières heures)";
-$a->strings["Network Shared Links Tab"] = "Onglet réseau partagé";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Activer l'onglet pour afficher seulement les publications du réseau contenant des liens";
-$a->strings["Post/Comment Tools"] = "outils de publication/commentaire";
-$a->strings["Multiple Deletion"] = "Suppression multiple";
-$a->strings["Select and delete multiple posts/comments at once"] = "Sélectionner et supprimer plusieurs publications/commentaires à la fois";
-$a->strings["Edit Sent Posts"] = "Éditer les publications envoyées";
-$a->strings["Edit and correct posts and comments after sending"] = "Éditer et corriger les publications et commentaires après l'envoi";
-$a->strings["Tagging"] = "Étiquettage";
-$a->strings["Ability to tag existing posts"] = "Possibilité d'étiqueter les publications existantes";
-$a->strings["Post Categories"] = "Catégories des publications";
-$a->strings["Add categories to your posts"] = "Ajouter des catégories à vos publications";
-$a->strings["Ability to file posts under folders"] = "Possibilité d'afficher les publications sous les répertoires";
-$a->strings["Dislike Posts"] = "Publications non aimées";
-$a->strings["Ability to dislike posts/comments"] = "Possibilité de ne pas aimer les publications/commentaires";
-$a->strings["Star Posts"] = "Publications spéciales";
-$a->strings["Ability to mark special posts with a star indicator"] = "Possibilité de marquer les publications spéciales d'une étoile";
-$a->strings["Mute Post Notifications"] = "";
-$a->strings["Ability to mute notifications for a thread"] = "";
-$a->strings["Connect URL missing."] = "URL de connexion manquante.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Aucun protocole de communication ni aucun flux n'a pu être découvert.";
-$a->strings["The profile address specified does not provide adequate information."] = "L'adresse de profil indiquée ne fournit par les informations adéquates.";
-$a->strings["An author or name was not found."] = "Aucun auteur ou nom d'auteur n'a pu être trouvé.";
-$a->strings["No browser URL could be matched to this address."] = "Aucune URL de navigation ne correspond à cette adresse.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel.";
-$a->strings["Use mailto: in front of address to force email check."] = "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part.";
-$a->strings["Unable to retrieve contact information."] = "Impossible de récupérer les informations du contact.";
-$a->strings["following"] = "following";
-$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 groupe supprimé a été recréé. Les permissions existantes <strong>pourraient</strong> s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom.";
-$a->strings["Default privacy group for new contacts"] = "Paramètres de confidentialité par défaut pour les nouveaux contacts";
-$a->strings["Everybody"] = "Tout le monde";
-$a->strings["edit"] = "éditer";
-$a->strings["Edit group"] = "Editer groupe";
-$a->strings["Create a new group"] = "Créer un nouveau groupe";
-$a->strings["Contacts not in any group"] = "Contacts n'appartenant à aucun groupe";
-$a->strings["Miscellaneous"] = "Divers";
-$a->strings["year"] = "an";
-$a->strings["month"] = "mois";
-$a->strings["day"] = "jour";
-$a->strings["never"] = "jamais";
-$a->strings["less than a second ago"] = "il y a moins d'une seconde";
-$a->strings["years"] = "ans";
-$a->strings["months"] = "mois";
-$a->strings["week"] = "semaine";
-$a->strings["weeks"] = "semaines";
-$a->strings["days"] = "jours";
-$a->strings["hour"] = "heure";
-$a->strings["hours"] = "heures";
-$a->strings["minute"] = "minute";
-$a->strings["minutes"] = "minutes";
-$a->strings["second"] = "seconde";
-$a->strings["seconds"] = "secondes";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s auparavant";
-$a->strings["%s's birthday"] = "Anniversaire de %s's";
-$a->strings["Happy Birthday %s"] = "Joyeux anniversaire, %s !";
-$a->strings["Visible to everybody"] = "Visible par tout le monde";
-$a->strings["show"] = "montrer";
-$a->strings["don't show"] = "cacher";
-$a->strings["[no subject]"] = "[pas de sujet]";
-$a->strings["stopped following"] = "retiré de la liste de suivi";
-$a->strings["Poke"] = "Sollicitations (pokes)";
-$a->strings["View Status"] = "Voir les statuts";
-$a->strings["View Profile"] = "Voir le profil";
-$a->strings["View Photos"] = "Voir les photos";
-$a->strings["Network Posts"] = "Publications du réseau";
-$a->strings["Edit Contact"] = "Éditer le contact";
-$a->strings["Drop Contact"] = "Supprimer le contact";
-$a->strings["Send PM"] = "Message privé";
-$a->strings["Welcome "] = "Bienvenue ";
-$a->strings["Please upload a profile photo."] = "Merci d'illustrer votre profil d'une image.";
-$a->strings["Welcome back "] = "Bienvenue à nouveau, ";
-$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."] = "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé.";
-$a->strings["event"] = "évènement";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Désolé, il semble que votre fichier est plus important que ce que la configuration de PHP autorise";
+$a->strings["Or - did you try to upload an empty file?"] = "Ou — auriez-vous essayé de télécharger un fichier vide ?";
+$a->strings["File exceeds size limit of %d"] = "La taille du fichier dépasse la limite de %d";
+$a->strings["File upload failed."] = "Le téléversement a échoué.";
+$a->strings["No videos selected"] = "Pas de vidéo sélectionné";
+$a->strings["View Video"] = "Regarder la vidéo";
+$a->strings["Recent Videos"] = "Vidéos récente";
+$a->strings["Upload New Videos"] = "Téléversé une nouvelle vidéo";
+$a->strings["Poke/Prod"] = "Solliciter";
+$a->strings["poke, prod or do other things to somebody"] = "solliciter (poke/...) quelqu'un";
+$a->strings["Recipient"] = "Destinataire";
+$a->strings["Choose what you wish to do to recipient"] = "Choisissez ce que vous voulez faire au destinataire";
+$a->strings["Make this post private"] = "Rendez ce message privé";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s suit les %3\$s de %2\$s";
+$a->strings["Export account"] = "Exporter le compte";
+$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."] = "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur.";
+$a->strings["Export all"] = "Tout exporter";
+$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)"] = "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos).";
+$a->strings["Common Friends"] = "Amis communs";
+$a->strings["No contacts in common."] = "Pas de contacts en commun.";
+$a->strings["Image exceeds size limit of %d"] = "L'image dépasse la taille limite de %d";
+$a->strings["Wall Photos"] = "Photos du mur";
+$a->strings["Image uploaded but image cropping failed."] = "Image envoyée, mais impossible de la retailler.";
+$a->strings["Image size reduction [%s] failed."] = "Réduction de la taille de l'image [%s] échouée.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Rechargez la page avec la touche Maj pressée, ou bien effacez le cache du navigateur, si d'aventure la nouvelle photo n'apparaissait pas immédiatement.";
+$a->strings["Unable to process image"] = "Impossible de traiter l'image";
+$a->strings["Upload File:"] = "Fichier à téléverser:";
+$a->strings["Select a profile:"] = "Choisir un profil:";
+$a->strings["Upload"] = "Téléverser";
+$a->strings["skip this step"] = "ignorer cette étape";
+$a->strings["select a photo from your photo albums"] = "choisissez une photo depuis vos albums";
+$a->strings["Crop Image"] = "(Re)cadrer l'image";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Ajustez le cadre de l'image pour une visualisation optimale.";
+$a->strings["Done Editing"] = "Édition terminée";
+$a->strings["Image uploaded successfully."] = "Image téléversée avec succès.";
+$a->strings["Applications"] = "Applications";
+$a->strings["No installed applications."] = "Pas d'application installée.";
+$a->strings["Nothing new here"] = "Rien de neuf ici";
+$a->strings["Clear notifications"] = "Effacer les notifications";
+$a->strings["Profile Match"] = "Correpondance de profils";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut.";
+$a->strings["is interested in:"] = "s'intéresse à:";
+$a->strings["Tag removed"] = "Étiquette supprimée";
+$a->strings["Remove Item Tag"] = "Enlever l'étiquette de l'élément";
+$a->strings["Select a tag to remove: "] = "Sélectionner une étiquette à supprimer: ";
+$a->strings["Remove"] = "Utiliser comme photo de profil";
+$a->strings["Event title and start time are required."] = "Vous devez donner un nom et un horaire de début à l'événement.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Editer l'événement";
+$a->strings["link to source"] = "lien original";
+$a->strings["Create New Event"] = "Créer un nouvel événement";
+$a->strings["Previous"] = "Précédent";
+$a->strings["hour:minute"] = "heures:minutes";
+$a->strings["Event details"] = "Détails de l'événement";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Le format est %s %s. La date de début et le nom sont nécessaires.";
+$a->strings["Event Starts:"] = "Début de l'événement:";
+$a->strings["Required"] = "Requis";
+$a->strings["Finish date/time is not known or not relevant"] = "Date/heure de fin inconnue ou sans objet";
+$a->strings["Event Finishes:"] = "Fin de l'événement:";
+$a->strings["Adjust for viewer timezone"] = "Ajuster à la zone horaire du visiteur";
+$a->strings["Description:"] = "Description:";
+$a->strings["Title:"] = "Titre :";
+$a->strings["Share this event"] = "Partager cet événement";
+$a->strings["No potential page delegates located."] = "Pas de délégataire potentiel.";
+$a->strings["Delegate Page Management"] = "Déléguer la gestion de la page";
+$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."] = "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue.";
+$a->strings["Existing Page Managers"] = "Gestionnaires existants";
+$a->strings["Existing Page Delegates"] = "Délégataires existants";
+$a->strings["Potential Delegates"] = "Délégataires potentiels";
+$a->strings["Add"] = "Ajouter";
+$a->strings["No entries."] = "Aucune entrée.";
+$a->strings["Contacts who are not members of a group"] = "Contacts qui n’appartiennent à aucun groupe";
+$a->strings["Files"] = "Fichiers";
+$a->strings["System down for maintenance"] = "Système indisponible pour cause de maintenance";
+$a->strings["Remove My Account"] = "Supprimer mon compte";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Ceci supprimera totalement votre compte. Cette opération est irréversible.";
+$a->strings["Please enter your password for verification:"] = "Merci de saisir votre mot de passe pour vérification:";
+$a->strings["Friend suggestion sent."] = "Suggestion d'amitié/contact envoyée.";
+$a->strings["Suggest Friends"] = "Suggérer des amis/contacts";
+$a->strings["Suggest a friend for %s"] = "Suggérer un ami/contact pour %s";
+$a->strings["Unable to locate original post."] = "Impossible de localiser la publication originale.";
+$a->strings["Empty post discarded."] = "Publication vide rejetée.";
+$a->strings["System error. Post not saved."] = "Erreur système. Publication non sauvée.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Ce message vous a été envoyé par %s, membre du réseau social Friendica.";
+$a->strings["You may visit them online at %s"] = "Vous pouvez leur rendre visite sur %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages.";
+$a->strings["%s posted an update."] = "%s a publié une mise à jour.";
+$a->strings["{0} wants to be your friend"] = "{0} souhaite être votre ami(e)";
+$a->strings["{0} sent you a message"] = "{0} vous a envoyé un message";
+$a->strings["{0} requested registration"] = "{0} a demandé à s'inscrire";
+$a->strings["{0} commented %s's post"] = "{0} a commenté la publication de %s";
+$a->strings["{0} liked %s's post"] = "{0} a aimé la publication de %s";
+$a->strings["{0} disliked %s's post"] = "{0} n'a pas aimé la publication de %s";
+$a->strings["{0} is now friends with %s"] = "{0} est désormais ami(e) avec %s";
+$a->strings["{0} posted"] = "{0} a publié";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} a étiqueté la publication de %s avec #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} vous a mentionné dans une publication";
+$a->strings["OpenID protocol error. No ID returned."] = "Erreur de protocole OpenID. Pas d'ID en retour.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site.";
+$a->strings["Login failed."] = "Échec de connexion.";
+$a->strings["Invalid request identifier."] = "Identifiant de demande invalide.";
+$a->strings["Discard"] = "Rejeter";
+$a->strings["System"] = "Système";
+$a->strings["Network"] = "Réseau";
+$a->strings["Introductions"] = "Introductions";
+$a->strings["Show Ignored Requests"] = "Voir les demandes ignorées";
+$a->strings["Hide Ignored Requests"] = "Cacher les demandes ignorées";
+$a->strings["Notification type: "] = "Type de notification: ";
+$a->strings["Friend Suggestion"] = "Suggestion d'amitié/contact";
+$a->strings["suggested by %s"] = "suggéré(e) par %s";
+$a->strings["Post a new friend activity"] = "Poster une nouvelle avtivité d'ami";
+$a->strings["if applicable"] = "si possible";
+$a->strings["Claims to be known to you: "] = "Prétend que vous le connaissez: ";
+$a->strings["yes"] = "oui";
+$a->strings["no"] = "non";
+$a->strings["Approve as: "] = "Approuver en tant que: ";
+$a->strings["Friend"] = "Ami";
+$a->strings["Sharer"] = "Initiateur du partage";
+$a->strings["Fan/Admirer"] = "Fan/Admirateur";
+$a->strings["Friend/Connect Request"] = "Demande de connexion/relation";
+$a->strings["New Follower"] = "Nouvel abonné";
+$a->strings["No introductions."] = "Aucune demande d'introduction.";
+$a->strings["Notifications"] = "Notifications";
+$a->strings["%s liked %s's post"] = "%s a aimé la publication de %s";
+$a->strings["%s disliked %s's post"] = "%s n'a pas aimé la publication de %s";
+$a->strings["%s is now friends with %s"] = "%s est désormais ami(e) avec %s";
+$a->strings["%s created a new post"] = "%s a créé une nouvelle publication";
+$a->strings["%s commented on %s's post"] = "%s a commenté la publication de %s";
+$a->strings["No more network notifications."] = "Aucune notification du réseau.";
+$a->strings["Network Notifications"] = "Notifications du réseau";
+$a->strings["No more personal notifications."] = "Aucun notification personnelle.";
+$a->strings["Personal Notifications"] = "Notifications personnelles";
+$a->strings["No more home notifications."] = "Aucune notification de la page d'accueil.";
+$a->strings["Home Notifications"] = "Notifications de page d'accueil";
+$a->strings["Total invitation limit exceeded."] = "La limite d'invitation totale est éxédée.";
+$a->strings["%s : Not a valid email address."] = "%s : Adresse de courriel invalide.";
+$a->strings["Please join us on Friendica"] = "Rejoignez-nous sur Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site.";
+$a->strings["%s : Message delivery failed."] = "%s : L'envoi du message a échoué.";
+$a->strings["%d message sent."] = array(
+       0 => "%d message envoyé.",
+       1 => "%d messages envoyés.",
+);
+$a->strings["You have no more invitations available"] = "Vous n'avez plus d'invitations disponibles";
+$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."] = "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public.";
+$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."] = "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres.";
+$a->strings["Send invitations"] = "Envoyer des invitations";
+$a->strings["Enter email addresses, one per line:"] = "Entrez les adresses email, une par ligne:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Vous devrez fournir ce code d'invitation: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Une fois inscrit, connectez-vous à la page de mon profil sur:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com";
+$a->strings["Manage Identities and/or Pages"] = "Gérer les identités et/ou les pages";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer.";
+$a->strings["Select an identity to manage: "] = "Choisir une identité à gérer: ";
+$a->strings["Welcome to %s"] = "Bienvenue sur %s";
+$a->strings["Friends of %s"] = "Amis de %s";
+$a->strings["No friends to display."] = "Pas d'amis à afficher.";
+$a->strings["Add New Contact"] = "Ajouter un nouveau contact";
+$a->strings["Enter address or web location"] = "Entrez son adresse ou sa localisation web";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple: bob@example.com, http://example.com/barbara";
+$a->strings["%d invitation available"] = array(
+       0 => "%d invitation disponible",
+       1 => "%d invitations disponibles",
+);
+$a->strings["Find People"] = "Trouver des personnes";
+$a->strings["Enter name or interest"] = "Entrez un nom ou un centre d'intérêt";
+$a->strings["Connect/Follow"] = "Connecter/Suivre";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Robert Morgenstein, Pêche";
+$a->strings["Random Profile"] = "Profil au hasard";
+$a->strings["Networks"] = "Réseaux";
+$a->strings["All Networks"] = "Tous réseaux";
+$a->strings["Saved Folders"] = "Dossiers sauvegardés";
+$a->strings["Everything"] = "Tout";
+$a->strings["Categories"] = "Catégories";
+$a->strings["Click here to upgrade."] = "Cliquez ici pour mettre à jour.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Cette action dépasse les limites définies par votre abonnement.";
+$a->strings["This action is not available under your subscription plan."] = "Cette action n'est pas disponible avec votre abonnement.";
+$a->strings["User not found."] = "Utilisateur non trouvé";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Le quota journalier de %d publications a été atteint. La publication a été rejetée.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Le quota hebdomadaire de %d publications a été atteint. La publication a été rejetée.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Le quota mensuel de %d publications a été atteint. La publication a été rejetée.";
+$a->strings["There is no status with this id."] = "Il n'y a pas de statut avec cet id.";
+$a->strings["There is no conversation with this id."] = "Il n'y a pas de conversation avec cet id.";
+$a->strings["Invalid request."] = "Requête invalide.";
+$a->strings["Invalid item."] = "Item invalide.";
+$a->strings["Invalid action. "] = "Action invalide.";
+$a->strings["DB error"] = "";
+$a->strings["view full size"] = "voir en pleine taille";
+$a->strings["Starts:"] = "Débute:";
+$a->strings["Finishes:"] = "Finit:";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Impossible de localiser les informations DNS pour le serveur de base de données '%s'";
+$a->strings["(no subject)"] = "(sans titre)";
+$a->strings["noreply"] = "noreply";
+$a->strings["An invitation is required."] = "Une invitation est requise.";
+$a->strings["Invitation could not be verified."] = "L'invitation fournie n'a pu être validée.";
+$a->strings["Invalid OpenID url"] = "Adresse OpenID invalide";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier.";
+$a->strings["The error message was:"] = "Le message d'erreur était :";
+$a->strings["Please enter the required information."] = "Entrez les informations requises.";
+$a->strings["Please use a shorter name."] = "Utilisez un nom plus court.";
+$a->strings["Name too short."] = "Nom trop court.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Ceci ne semble pas être votre nom complet (Prénom Nom).";
+$a->strings["Your email domain is not among those allowed on this site."] = "Votre domaine de courriel n'est pas autorisé sur ce site.";
+$a->strings["Not a valid email address."] = "Ceci n'est pas une adresse courriel valide.";
+$a->strings["Cannot use that email."] = "Impossible d'utiliser ce courriel.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre.";
+$a->strings["Nickname is already registered. Please choose another."] = "Pseudo déjà utilisé. Merci d'en choisir un autre.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué.";
+$a->strings["An error occurred during registration. Please try again."] = "Une erreur est survenue lors de l'inscription. Merci de recommencer.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer.";
+$a->strings["Friends"] = "Amis";
+$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\tChère/Cher %1\$s,\n\t\t\tMerci de vous être inscrit sur %2\$s. Votre compte a bien été créé.\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\tVoici vos informations de connexion :\n\t\t\tAdresse :\t%3\$s\n\t\t\tIdentifiant :\t%1\$s\n\t\t\tMot de passe :\t%5\$s\n\n\t\tVous pourrez changer votre mot de passe dans les paramètres de votre compte une fois connecté.\n\n\t\tProfitez-en pour prendre le temps de passer en revue les autres paramètres de votre compte.\n\n\t\tVous pourrez aussi ajouter quelques informations élémentaires à votre profil par défaut (sur la page « Profils ») pour permettre à d’autres personnes de vous trouver facilement.\n\n\t\tNous recommandons de préciser votre nom complet, d’ajouter une photo et quelques mots-clefs (c’est très utile pour découvrir de nouveaux amis), et peut-être aussi d’indiquer au moins le pays dans lequel vous vivez, à défaut d’être plus précis.\n\n\t\tNous respectons pleinement votre droit à une vie privée, et vous n’avez aucune obligation de donner toutes ces informations. Mais si vous êtes nouveau et ne connaissez encore personne ici, cela peut vous aider à vous faire de nouveaux amis intéressants.\n\n\n\t\tMerci et bienvenu sur %2\$s.";
 $a->strings["%1\$s poked %2\$s"] = "%1\$s a sollicité %2\$s";
 $a->strings["poked"] = "a titillé";
 $a->strings["post/item"] = "publication/élément";
@@ -1402,6 +1402,13 @@ $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s a marqué le %3\$
 $a->strings["remove"] = "enlever";
 $a->strings["Delete Selected Items"] = "Supprimer les éléments sélectionnés";
 $a->strings["Follow Thread"] = "Suivre le fil";
+$a->strings["View Status"] = "Voir les statuts";
+$a->strings["View Profile"] = "Voir le profil";
+$a->strings["View Photos"] = "Voir les photos";
+$a->strings["Network Posts"] = "Publications du réseau";
+$a->strings["Edit Contact"] = "Éditer le contact";
+$a->strings["Send PM"] = "Message privé";
+$a->strings["Poke"] = "Sollicitations (pokes)";
 $a->strings["%s likes this."] = "%s aime ça.";
 $a->strings["%s doesn't like this."] = "%s n'aime pas ça.";
 $a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d personnes</span> aiment ça";
@@ -1422,7 +1429,18 @@ $a->strings["permissions"] = "permissions";
 $a->strings["Post to Groups"] = "Publier aux groupes";
 $a->strings["Post to Contacts"] = "Publier aux contacts";
 $a->strings["Private post"] = "Message privé";
-$a->strings["view full size"] = "voir en pleine taille";
+$a->strings["Logged out."] = "Déconnecté.";
+$a->strings["Error decoding account file"] = "Une erreur a été détecté en décodant un fichier utilisateur";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Erreur ! Pas de ficher de version existant ! Êtes vous sur un compte Friendica ?";
+$a->strings["Error! Cannot check nickname"] = "Erreur! Pseudo invalide";
+$a->strings["User '%s' already exists on this server!"] = "L'utilisateur '%s' existe déjà sur ce serveur!";
+$a->strings["User creation error"] = "Erreur de création d'utilisateur";
+$a->strings["User profile creation error"] = "Erreur de création du profil utilisateur";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contacts non importés",
+       1 => "%d contacts non importés",
+);
+$a->strings["Done. You can now login with your username and password"] = "Action réalisé. Vous pouvez désormais vous connecter avec votre nom d'utilisateur et votre mot de passe";
 $a->strings["newer"] = "Plus récent";
 $a->strings["older"] = "Plus ancien";
 $a->strings["prev"] = "précédent";
@@ -1486,68 +1504,90 @@ $a->strings["November"] = "Novembre";
 $a->strings["December"] = "Décembre";
 $a->strings["bytes"] = "octets";
 $a->strings["Click to open/close"] = "Cliquer pour ouvrir/fermer";
-$a->strings["default"] = "défaut";
 $a->strings["Select an alternate language"] = "Choisir une langue alternative";
 $a->strings["activity"] = "activité";
 $a->strings["post"] = "publication";
 $a->strings["Item filed"] = "Élément classé";
-$a->strings["Image/photo"] = "Image/photo";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
-$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "";
-$a->strings["$1 wrote:"] = "$1 a écrit:";
-$a->strings["Encrypted content"] = "Contenu chiffré";
-$a->strings["(no subject)"] = "(sans titre)";
-$a->strings["noreply"] = "noreply";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Impossible de localiser les informations DNS pour le serveur de base de données '%s'";
-$a->strings["Unknown | Not categorised"] = "Inconnu | Non-classé";
-$a->strings["Block immediately"] = "Bloquer immédiatement";
-$a->strings["Shady, spammer, self-marketer"] = "Douteux, spammeur, accro à l'auto-promotion";
-$a->strings["Known to me, but no opinion"] = "Connu de moi, mais sans opinion";
-$a->strings["OK, probably harmless"] = "OK, probablement inoffensif";
-$a->strings["Reputable, has my trust"] = "Réputé, a toute ma confiance";
-$a->strings["Weekly"] = "Chaque semaine";
-$a->strings["Monthly"] = "Chaque mois";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$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"] = "Connecteur Diaspora";
-$a->strings["Statusnet"] = "Statusnet";
-$a->strings["App.net"] = "App.net";
+$a->strings["Friendica Notification"] = "Notification Friendica";
+$a->strings["Thank You,"] = "Merci, ";
+$a->strings["%s Administrator"] = "L'administrateur de %s";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notification] Nouveau courriel reçu sur %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s vous a envoyé un nouveau message privé sur %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s.";
+$a->strings["a private message"] = "un message privé";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir vos messages privés et/ou y répondre.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]un %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]le %4\$s de %3\$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:Notification] Commentaire de %2\$s sur la conversation #%1\$d";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s a commenté un élément que vous suivez.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Merci de visiter %s pour voir la conversation et/ou y répondre.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notification] %s a posté sur votre mur de profil";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s a publié sur votre mur à %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s a posté sur [url=%2\$s]votre mur[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notification] %s vous a étiqueté";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s vous a étiqueté sur %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]vous a étiqueté[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notification] %s partage une nouvelle publication";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s a partagé une nouvelle publication sur %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]partage une publication[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s vous a sollicité";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s vous a sollicité via %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s vous a [url=%2\$s]sollicité[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notification] %s a étiqueté votre publication";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s a étiqueté votre publication sur %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s a étiqueté [url=%2\$s]votre publication[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notification] Introduction reçue";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Vous avez reçu une introduction de '%1\$s' sur %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Vous avez reçu [url=%1\$s]une introduction[/url] de %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Vous pouvez visiter son profil sur %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Merci de visiter %s pour approuver ou rejeter l'introduction.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "";
+$a->strings["[Friendica:Notify] You have a new follower"] = "";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notification] Nouvelle suggestion d'amitié";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Vous avez reçu une suggestion de '%1\$s' sur %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Vous avez reçu [url=%1\$s]une suggestion[/url] de %3\$s pour %2\$s.";
+$a->strings["Name:"] = "Nom :";
+$a->strings["Photo:"] = "Photo :";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour approuver ou rejeter la suggestion.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "";
+$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "";
+$a->strings["%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\n\twithout restriction."] = "";
+$a->strings["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."] = "";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "";
+$a->strings["[Friendica System:Notify] registration request"] = "";
+$a->strings["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."] = "Vous avez reçu une [url=%1\$s]demande de création de compte[/url] de %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nom complet :\t%1\$s\\nAdresse :\t%2\$s\\nIdentifiant :\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Veuillez visiter %s pour approuver ou rejeter la demande.";
 $a->strings[" on Last.fm"] = "sur Last.fm";
-$a->strings["Starts:"] = "Débute:";
-$a->strings["Finishes:"] = "Finit:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Anniversaire:";
-$a->strings["Age:"] = "Age:";
-$a->strings["for %1\$d %2\$s"] = "depuis %1\$d %2\$s";
-$a->strings["Tags:"] = "Étiquette:";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["Hobbies/Interests:"] = "Passe-temps/Centres d'intérêt:";
-$a->strings["Contact information and Social Networks:"] = "Coordonnées/Réseaux sociaux:";
-$a->strings["Musical interests:"] = "Goûts musicaux:";
-$a->strings["Books, literature:"] = "Lectures:";
-$a->strings["Television:"] = "Télévision:";
-$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/Danse/Culture/Divertissement:";
-$a->strings["Love/Romance:"] = "Amour/Romance:";
-$a->strings["Work/employment:"] = "Activité professionnelle/Occupation:";
-$a->strings["School/education:"] = "Études/Formation:";
-$a->strings["Click here to upgrade."] = "Cliquez ici pour mettre à jour.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Cette action dépasse les limites définies par votre abonnement.";
-$a->strings["This action is not available under your subscription plan."] = "Cette action n'est pas disponible avec votre abonnement.";
+$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 groupe supprimé a été recréé. Les permissions existantes <strong>pourraient</strong> s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom.";
+$a->strings["Default privacy group for new contacts"] = "Paramètres de confidentialité par défaut pour les nouveaux contacts";
+$a->strings["Everybody"] = "Tout le monde";
+$a->strings["edit"] = "éditer";
+$a->strings["Edit group"] = "Editer groupe";
+$a->strings["Create a new group"] = "Créer un nouveau groupe";
+$a->strings["Contacts not in any group"] = "Contacts n'appartenant à aucun groupe";
+$a->strings["Connect URL missing."] = "URL de connexion manquante.";
+$a->strings["This site is not configured to allow communications with other networks."] = "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Aucun protocole de communication ni aucun flux n'a pu être découvert.";
+$a->strings["The profile address specified does not provide adequate information."] = "L'adresse de profil indiquée ne fournit par les informations adéquates.";
+$a->strings["An author or name was not found."] = "Aucun auteur ou nom d'auteur n'a pu être trouvé.";
+$a->strings["No browser URL could be matched to this address."] = "Aucune URL de navigation ne correspond à cette adresse.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel.";
+$a->strings["Use mailto: in front of address to force email check."] = "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part.";
+$a->strings["Unable to retrieve contact information."] = "Impossible de récupérer les informations du contact.";
+$a->strings["following"] = "following";
+$a->strings["[no subject]"] = "[pas de sujet]";
 $a->strings["End this session"] = "Mettre fin à cette session";
-$a->strings["Your posts and conversations"] = "Vos publications et conversations";
-$a->strings["Your profile page"] = "Votre page de profil";
-$a->strings["Your photos"] = "Vos photos";
 $a->strings["Your videos"] = "Vos vidéos";
-$a->strings["Your events"] = "Vos événements";
-$a->strings["Personal notes"] = "Notes personnelles";
 $a->strings["Your personal notes"] = "Vos notes personnelles";
 $a->strings["Sign in"] = "Se connecter";
 $a->strings["Home Page"] = "Page d'accueil";
@@ -1578,39 +1618,123 @@ $a->strings["Manage/edit friends and contacts"] = "Gérer/éditer les amitiés e
 $a->strings["Site setup and configuration"] = "Démarrage et configuration du site";
 $a->strings["Navigation"] = "Navigation";
 $a->strings["Site map"] = "Carte du site";
-$a->strings["User not found."] = "Utilisateur non trouvé";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["There is no status with this id."] = "Il n'y a pas de statut avec cet id.";
-$a->strings["There is no conversation with this id."] = "Il n'y a pas de conversation avec cet id.";
-$a->strings["Invalid request."] = "";
-$a->strings["Invalid item."] = "";
-$a->strings["Invalid action. "] = "";
-$a->strings["DB error"] = "";
-$a->strings["An invitation is required."] = "Une invitation est requise.";
-$a->strings["Invitation could not be verified."] = "L'invitation fournie n'a pu être validée.";
-$a->strings["Invalid OpenID url"] = "Adresse OpenID invalide";
-$a->strings["Please enter the required information."] = "Entrez les informations requises.";
-$a->strings["Please use a shorter name."] = "Utilisez un nom plus court.";
-$a->strings["Name too short."] = "Nom trop court.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Ceci ne semble pas être votre nom complet (Prénom Nom).";
-$a->strings["Your email domain is not among those allowed on this site."] = "Votre domaine de courriel n'est pas autorisé sur ce site.";
-$a->strings["Not a valid email address."] = "Ceci n'est pas une adresse courriel valide.";
-$a->strings["Cannot use that email."] = "Impossible d'utiliser ce courriel.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre.";
-$a->strings["Nickname is already registered. Please choose another."] = "Pseudo déjà utilisé. Merci d'en choisir un autre.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué.";
-$a->strings["An error occurred during registration. Please try again."] = "Une erreur est survenue lors de l'inscription. Merci de recommencer.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer.";
-$a->strings["Friends"] = "Amis";
-$a->strings["\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."] = "";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Anniversaire:";
+$a->strings["Age:"] = "Age:";
+$a->strings["for %1\$d %2\$s"] = "depuis %1\$d %2\$s";
+$a->strings["Tags:"] = "Étiquette:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Passe-temps/Centres d'intérêt:";
+$a->strings["Contact information and Social Networks:"] = "Coordonnées/Réseaux sociaux:";
+$a->strings["Musical interests:"] = "Goûts musicaux:";
+$a->strings["Books, literature:"] = "Lectures:";
+$a->strings["Television:"] = "Télévision:";
+$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/Danse/Culture/Divertissement:";
+$a->strings["Love/Romance:"] = "Amour/Romance:";
+$a->strings["Work/employment:"] = "Activité professionnelle/Occupation:";
+$a->strings["School/education:"] = "Études/Formation:";
+$a->strings["Image/photo"] = "Image/photo";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "";
+$a->strings["$1 wrote:"] = "$1 a écrit:";
+$a->strings["Encrypted content"] = "Contenu chiffré";
+$a->strings["Unknown | Not categorised"] = "Inconnu | Non-classé";
+$a->strings["Block immediately"] = "Bloquer immédiatement";
+$a->strings["Shady, spammer, self-marketer"] = "Douteux, spammeur, accro à l'auto-promotion";
+$a->strings["Known to me, but no opinion"] = "Connu de moi, mais sans opinion";
+$a->strings["OK, probably harmless"] = "OK, probablement inoffensif";
+$a->strings["Reputable, has my trust"] = "Réputé, a toute ma confiance";
+$a->strings["Weekly"] = "Chaque semaine";
+$a->strings["Monthly"] = "Chaque mois";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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"] = "Connecteur Diaspora";
+$a->strings["Statusnet"] = "Statusnet";
+$a->strings["App.net"] = "App.net";
+$a->strings["Miscellaneous"] = "Divers";
+$a->strings["year"] = "an";
+$a->strings["month"] = "mois";
+$a->strings["day"] = "jour";
+$a->strings["never"] = "jamais";
+$a->strings["less than a second ago"] = "il y a moins d'une seconde";
+$a->strings["years"] = "ans";
+$a->strings["months"] = "mois";
+$a->strings["week"] = "semaine";
+$a->strings["weeks"] = "semaines";
+$a->strings["days"] = "jours";
+$a->strings["hour"] = "heure";
+$a->strings["hours"] = "heures";
+$a->strings["minute"] = "minute";
+$a->strings["minutes"] = "minutes";
+$a->strings["second"] = "seconde";
+$a->strings["seconds"] = "secondes";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s auparavant";
+$a->strings["%s's birthday"] = "Anniversaire de %s's";
+$a->strings["Happy Birthday %s"] = "Joyeux anniversaire, %s !";
+$a->strings["General Features"] = "Fonctions générales";
+$a->strings["Multiple Profiles"] = "Profils multiples";
+$a->strings["Ability to create multiple profiles"] = "Possibilité de créer plusieurs profils";
+$a->strings["Post Composition Features"] = "Caractéristiques de composition de publication";
+$a->strings["Richtext Editor"] = "Éditeur de texte enrichi";
+$a->strings["Enable richtext editor"] = "Activer l'éditeur de texte enrichi";
+$a->strings["Post Preview"] = "Aperçu de la publication";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Permet la prévisualisation des publications et commentaires avant de les publier";
+$a->strings["Auto-mention Forums"] = "";
+$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "";
+$a->strings["Network Sidebar Widgets"] = "Widgets réseau pour barre latérale";
+$a->strings["Search by Date"] = "Rechercher par Date";
+$a->strings["Ability to select posts by date ranges"] = "Capacité de sélectionner les publications par intervalles de dates";
+$a->strings["Group Filter"] = "Filtre de groupe";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Activer le widget d’affichage des publications du réseau seulement pour le groupe sélectionné";
+$a->strings["Network Filter"] = "Filtre de réseau";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Activer le widget d’affichage des publications du réseau seulement pour le réseau sélectionné";
+$a->strings["Save search terms for re-use"] = "Sauvegarder la recherche pour une utilisation ultérieure";
+$a->strings["Network Tabs"] = "Onglets Réseau";
+$a->strings["Network Personal Tab"] = "Onglet Réseau Personnel";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Activer l'onglet pour afficher seulement les publications du réseau où vous avez interagit";
+$a->strings["Network New Tab"] = "Nouvel onglet réseaux";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Activer l'onglet pour afficher seulement les publications du réseau (dans les 12 dernières heures)";
+$a->strings["Network Shared Links Tab"] = "Onglet réseau partagé";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Activer l'onglet pour afficher seulement les publications du réseau contenant des liens";
+$a->strings["Post/Comment Tools"] = "outils de publication/commentaire";
+$a->strings["Multiple Deletion"] = "Suppression multiple";
+$a->strings["Select and delete multiple posts/comments at once"] = "Sélectionner et supprimer plusieurs publications/commentaires à la fois";
+$a->strings["Edit Sent Posts"] = "Éditer les publications envoyées";
+$a->strings["Edit and correct posts and comments after sending"] = "Éditer et corriger les publications et commentaires après l'envoi";
+$a->strings["Tagging"] = "Étiquettage";
+$a->strings["Ability to tag existing posts"] = "Possibilité d'étiqueter les publications existantes";
+$a->strings["Post Categories"] = "Catégories des publications";
+$a->strings["Add categories to your posts"] = "Ajouter des catégories à vos publications";
+$a->strings["Ability to file posts under folders"] = "Possibilité d'afficher les publications sous les répertoires";
+$a->strings["Dislike Posts"] = "Publications non aimées";
+$a->strings["Ability to dislike posts/comments"] = "Possibilité de ne pas aimer les publications/commentaires";
+$a->strings["Star Posts"] = "Publications spéciales";
+$a->strings["Ability to mark special posts with a star indicator"] = "Possibilité de marquer les publications spéciales d'une étoile";
+$a->strings["Mute Post Notifications"] = "";
+$a->strings["Ability to mute notifications for a thread"] = "";
 $a->strings["Sharing notification from Diaspora network"] = "Notification de partage du réseau Diaspora";
 $a->strings["Attachments:"] = "Pièces jointes : ";
+$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."] = "\nLes développeurs de Friendica ont récemment publié la mise à jour %s, mais en tentant de l’installer, quelque chose s’est terriblement mal passé. Une réparation s’impose et je ne peux pas la faire tout seul. Contactez un développeur Friendica si vous ne pouvez pas corriger le problème vous-même. Il est possible que ma base de données soit corrompue.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "Le message d’erreur est\n[pre]%s[/pre]";
+$a->strings["Errors encountered creating database tables."] = "Des erreurs ont été signalées lors de la création des tables.";
+$a->strings["Errors encountered performing database changes."] = "Des erreurs sont survenues lors de la mise à jour de la base de données.";
+$a->strings["Visible to everybody"] = "Visible par tout le monde";
 $a->strings["Do you really want to delete this item?"] = "Voulez-vous vraiment supprimer cet élément ?";
 $a->strings["Archives"] = "Archives";
+$a->strings["Embedded content"] = "Contenu incorporé";
+$a->strings["Embedding disabled"] = "Incorporation désactivée";
+$a->strings["Welcome "] = "Bienvenue ";
+$a->strings["Please upload a profile photo."] = "Merci d'illustrer votre profil d'une image.";
+$a->strings["Welcome back "] = "Bienvenue à nouveau, ";
+$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."] = "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé.";
 $a->strings["Male"] = "Masculin";
 $a->strings["Female"] = "Féminin";
 $a->strings["Currently Male"] = "Actuellement masculin";
@@ -1668,113 +1792,5 @@ $a->strings["Uncertain"] = "Incertain";
 $a->strings["It's complicated"] = "C'est compliqué";
 $a->strings["Don't care"] = "S'en désintéresse";
 $a->strings["Ask me"] = "Me demander";
-$a->strings["Friendica Notification"] = "Notification Friendica";
-$a->strings["Thank You,"] = "Merci, ";
-$a->strings["%s Administrator"] = "L'administrateur de %s";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notification] Nouveau courriel reçu sur %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s vous a envoyé un nouveau message privé sur %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s.";
-$a->strings["a private message"] = "un message privé";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir vos messages privés et/ou y répondre.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]un %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]le %4\$s de %3\$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:Notification] Commentaire de %2\$s sur la conversation #%1\$d";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s a commenté un élément que vous suivez.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Merci de visiter %s pour voir la conversation et/ou y répondre.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notification] %s a posté sur votre mur de profil";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s a publié sur votre mur à %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s a posté sur [url=%2\$s]votre mur[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notification] %s vous a étiqueté";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s vous a étiqueté sur %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]vous a étiqueté[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notification] %s partage une nouvelle publication";
-$a->strings["%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]partage une publication[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s vous a sollicité";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s vous a sollicité via %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s vous a [url=%2\$s]sollicité[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notification] %s a étiqueté votre publication";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s a étiqueté votre publication sur %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s a étiqueté [url=%2\$s]votre publication[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notification] Introduction reçue";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Vous avez reçu une introduction de '%1\$s' sur %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Vous avez reçu [url=%1\$s]une introduction[/url] de %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Vous pouvez visiter son profil sur %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Merci de visiter %s pour approuver ou rejeter l'introduction.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "";
-$a->strings["[Friendica:Notify] You have a new follower"] = "";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notification] Nouvelle suggestion d'amitié";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Vous avez reçu une suggestion de '%1\$s' sur %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Vous avez reçu [url=%1\$s]une suggestion[/url] de %3\$s pour %2\$s.";
-$a->strings["Name:"] = "Nom :";
-$a->strings["Photo:"] = "Photo :";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour approuver ou rejeter la suggestion.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "";
-$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "";
-$a->strings["%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\n\twithout restriction."] = "";
-$a->strings["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."] = "";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "";
-$a->strings["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."] = "";
-$a->strings["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."] = "";
-$a->strings["Embedded content"] = "Contenu incorporé";
-$a->strings["Embedding disabled"] = "Incorporation désactivée";
-$a->strings["Error decoding account file"] = "Une erreur a été détecté en décodant un fichier utilisateur";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Erreur ! Pas de ficher de version existant ! Êtes vous sur un compte Friendica ?";
-$a->strings["Error! Cannot check nickname"] = "Erreur! Pseudo invalide";
-$a->strings["User '%s' already exists on this server!"] = "L'utilisateur '%s' existe déjà sur ce serveur!";
-$a->strings["User creation error"] = "Erreur de création d'utilisateur";
-$a->strings["User profile creation error"] = "Erreur de création du profil utilisateur";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d contacts non importés",
-       1 => "%d contacts non importés",
-);
-$a->strings["Done. You can now login with your username and password"] = "Action réalisé. Vous pouvez désormais vous connecter avec votre nom d'utilisateur et votre mot de passe";
-$a->strings["toggle mobile"] = "activ. mobile";
-$a->strings["Theme settings"] = "Réglages du thème graphique";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)";
-$a->strings["Set font-size for posts and comments"] = "Réglez 'font-size' (taille de police) pour publications et commentaires";
-$a->strings["Set theme width"] = "Largeur du thème";
-$a->strings["Color scheme"] = "Palette de couleurs";
-$a->strings["Set line-height for posts and comments"] = "Réglez 'line-height' (hauteur de police) pour publications et commentaires";
-$a->strings["Set colour scheme"] = "Choisir le schéma de couleurs";
-$a->strings["Alignment"] = "Alignement";
-$a->strings["Left"] = "Gauche";
-$a->strings["Center"] = "Centre";
-$a->strings["Posts font size"] = "Taille de texte des publications";
-$a->strings["Textareas font size"] = "Taille de police des zones de texte";
-$a->strings["Set resolution for middle column"] = "Réglez la résolution de la colonne centrale";
-$a->strings["Set color scheme"] = "Choisir le schéma de couleurs";
-$a->strings["Set zoomfactor for Earth Layer"] = "Niveau de zoom";
-$a->strings["Set longitude (X) for Earth Layers"] = "Régler la longitude (X) pour la géolocalisation";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Régler la latitude (Y) pour la géolocalisation";
-$a->strings["Community Pages"] = "Pages de Communauté";
-$a->strings["Earth Layers"] = "Géolocalisation";
-$a->strings["Community Profiles"] = "Profils communautaires";
-$a->strings["Help or @NewHere ?"] = "Aide ou @NewHere?";
-$a->strings["Connect Services"] = "Connecter des services";
-$a->strings["Find Friends"] = "Trouver des amis";
-$a->strings["Last users"] = "Derniers utilisateurs";
-$a->strings["Last photos"] = "Dernières photos";
-$a->strings["Last likes"] = "Dernièrement aimé";
-$a->strings["Your contacts"] = "Vos contacts";
-$a->strings["Your personal photos"] = "Vos photos personnelles";
-$a->strings["Local Directory"] = "Annuaire local";
-$a->strings["Set zoomfactor for Earth Layers"] = "Régler le niveau de zoom pour la géolocalisation";
-$a->strings["Show/hide boxes at right-hand column:"] = "Montrer/cacher les boîtes dans la colonne de droite :";
-$a->strings["Set style"] = "Définir le style";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "";
+$a->strings["stopped following"] = "retiré de la liste de suivi";
+$a->strings["Drop Contact"] = "Supprimer le contact";
index 549e1216d2ed14607663acec73d6a8b3a0fbae4d..c61ded6ae85ab797d7191077d3f161abeef84dcc 100644 (file)
@@ -125,4 +125,40 @@ blockquote.shared_content {
 
 .settings-heading a:after{
   content: ' »';
-}
\ No newline at end of file
+}
+
+/* headers */
+h1, h2, h3, h4, h5, h6 {
+  margin: 5px 0px 5px 0px;
+  font-weight: normal;
+  line-height: normal;
+  text-rendering: optimizelegibility;
+}
+
+h1 {
+  font-size: 31.5px;
+}
+
+h2 {
+  font-size: 24.5px;
+}
+
+h3 {
+  font-size: 20.5px;
+}
+
+h4 {
+  font-size: 18px;
+}
+
+h5 {
+  font-size: 16.5px;
+}
+
+h6 {
+  font-size: 14.95px;
+}
+
+span.oembed, h4 {
+  margin: 0px 0px 0px 0px;
+}
index 5270e8052b40a086d92a28d138ea5f2f1c51ef8b..c568a49c3896638abc337a2ad3ed6ec5be07e302 100644 (file)
@@ -14,6 +14,7 @@
 # Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2012
 # Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011
 # FULL NAME <EMAIL@ADDRESS>, 2011
+# John Brazil, 2015
 # Ricardo Pereira <rhalah@gmail.com>, 2012
 # Sérgio Lima <oigreslima@gmail.com>, 2013-2014
 # Sérgio Lima <oigreslima@gmail.com>, 2012
@@ -21,9 +22,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-07 14:32+0200\n"
-"PO-Revision-Date: 2014-10-04 04:17+0000\n"
-"Last-Translator: Calango Jr <jcsojr@gmail.com>\n"
+"POT-Creation-Date: 2015-01-22 17:30+0100\n"
+"PO-Revision-Date: 2015-01-31 01:21+0000\n"
+"Last-Translator: John Brazil\n"
 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,3399 +32,3575 @@ msgstr ""
 "Language: pt_BR\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/vier/config.php:52 ../../view/theme/diabook/config.php:148
-#: ../../view/theme/diabook/theme.php:633
-#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
-#: ../../object/Item.php:678 ../../mod/contacts.php:470
-#: ../../mod/manage.php:110 ../../mod/fsuggest.php:107
-#: ../../mod/photos.php:1084 ../../mod/photos.php:1205
-#: ../../mod/photos.php:1512 ../../mod/photos.php:1563
-#: ../../mod/photos.php:1607 ../../mod/photos.php:1695
-#: ../../mod/invite.php:140 ../../mod/events.php:478 ../../mod/mood.php:137
-#: ../../mod/message.php:335 ../../mod/message.php:564
-#: ../../mod/profiles.php:645 ../../mod/install.php:248
-#: ../../mod/install.php:286 ../../mod/crepair.php:179
-#: ../../mod/content.php:710 ../../mod/poke.php:199 ../../mod/localtime.php:45
-msgid "Submit"
-msgstr "Enviar"
+#: ../../mod/contacts.php:107
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] "%d contato editado"
+msgstr[1] "%d contatos editados"
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/vier/config.php:54 ../../view/theme/diabook/config.php:150
-#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
-msgid "Theme settings"
-msgstr "Configurações do tema"
+#: ../../mod/contacts.php:138 ../../mod/contacts.php:271
+msgid "Could not access contact record."
+msgstr "Não foi possível acessar o registro do contato."
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)"
+#: ../../mod/contacts.php:152
+msgid "Could not locate selected profile."
+msgstr "Não foi possível localizar o perfil selecionado."
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:151
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr "Escolha o tamanho da fonte para publicações e comentários"
+#: ../../mod/contacts.php:185
+msgid "Contact updated."
+msgstr "O contato foi atualizado."
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Configure a largura do tema"
+#: ../../mod/contacts.php:187 ../../mod/dfrn_request.php:576
+msgid "Failed to update contact record."
+msgstr "Não foi possível atualizar o registro do contato."
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr "Esquema de cores"
+#: ../../mod/contacts.php:253 ../../mod/manage.php:96
+#: ../../mod/display.php:475 ../../mod/profile_photo.php:19
+#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
+#: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
+#: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
+#: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
+#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:22
+#: ../../mod/notifications.php:66 ../../mod/message.php:38
+#: ../../mod/message.php:174 ../../mod/crepair.php:119
+#: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
+#: ../../mod/events.php:140 ../../mod/install.php:151
+#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
+#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
+#: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
+#: ../../mod/settings.php:596 ../../mod/settings.php:601
+#: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
+#: ../../mod/suggest.php:58 ../../mod/profiles.php:148
+#: ../../mod/profiles.php:584 ../../mod/editpost.php:10 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
+#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
+#: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
+#: ../../mod/attach.php:33 ../../include/items.php:4683 ../../index.php:369
+msgid "Permission denied."
+msgstr "Permissão negada."
 
-#: ../../view/theme/vier/config.php:55
-msgid "Set style"
-msgstr "escolha estilo"
+#: ../../mod/contacts.php:286
+msgid "Contact has been blocked"
+msgstr "O contato foi bloqueado"
 
-#: ../../view/theme/diabook/config.php:142
-#: ../../view/theme/diabook/theme.php:621 ../../include/acl_selectors.php:328
-msgid "don't show"
-msgstr "não exibir"
+#: ../../mod/contacts.php:286
+msgid "Contact has been unblocked"
+msgstr "O contato foi desbloqueado"
 
-#: ../../view/theme/diabook/config.php:142
-#: ../../view/theme/diabook/theme.php:621 ../../include/acl_selectors.php:327
-msgid "show"
-msgstr "exibir"
+#: ../../mod/contacts.php:297
+msgid "Contact has been ignored"
+msgstr "O contato foi ignorado"
 
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr "Escolha comprimento da linha para publicações e comentários"
+#: ../../mod/contacts.php:297
+msgid "Contact has been unignored"
+msgstr "O contato deixou de ser ignorado"
 
-#: ../../view/theme/diabook/config.php:153
-msgid "Set resolution for middle column"
-msgstr "Escolha a resolução para a coluna do meio"
+#: ../../mod/contacts.php:309
+msgid "Contact has been archived"
+msgstr "O contato foi arquivado"
 
-#: ../../view/theme/diabook/config.php:154
-msgid "Set color scheme"
-msgstr "Configure o esquema de cores"
+#: ../../mod/contacts.php:309
+msgid "Contact has been unarchived"
+msgstr "O contato foi desarquivado"
 
-#: ../../view/theme/diabook/config.php:155
-msgid "Set zoomfactor for Earth Layer"
-msgstr "Configure o zoom para Camadas da Terra"
+#: ../../mod/contacts.php:334 ../../mod/contacts.php:710
+msgid "Do you really want to delete this contact?"
+msgstr "Você realmente deseja deletar esse contato?"
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/diabook/theme.php:585
-msgid "Set longitude (X) for Earth Layers"
-msgstr "Configure longitude (X) para Camadas da Terra"
+#: ../../mod/contacts.php:336 ../../mod/message.php:209
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
+#: ../../mod/register.php:233 ../../mod/suggest.php:29
+#: ../../mod/profiles.php:627 ../../mod/profiles.php:630 ../../mod/api.php:105
+#: ../../include/items.php:4528
+msgid "Yes"
+msgstr "Sim"
 
-#: ../../view/theme/diabook/config.php:157
-#: ../../view/theme/diabook/theme.php:586
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "Configure latitude (Y) para Camadas da Terra"
+#: ../../mod/contacts.php:339 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/message.php:212 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
+#: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/photos.php:203 ../../mod/photos.php:292
+#: ../../include/conversation.php:1129 ../../include/items.php:4531
+msgid "Cancel"
+msgstr "Cancelar"
 
-#: ../../view/theme/diabook/config.php:158
-#: ../../view/theme/diabook/theme.php:130
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:624
-msgid "Community Pages"
-msgstr "Páginas da Comunidade"
+#: ../../mod/contacts.php:351
+msgid "Contact has been removed."
+msgstr "O contato foi removido."
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:579
-#: ../../view/theme/diabook/theme.php:625
-msgid "Earth Layers"
-msgstr "Camadas da Terra"
+#: ../../mod/contacts.php:389
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Você possui uma amizade mútua com %s"
 
-#: ../../view/theme/diabook/config.php:160
-#: ../../view/theme/diabook/theme.php:391
-#: ../../view/theme/diabook/theme.php:626
-msgid "Community Profiles"
-msgstr "Profiles Comunitários"
+#: ../../mod/contacts.php:393
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Você está compartilhando com %s"
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:627
-msgid "Help or @NewHere ?"
-msgstr "Ajuda ou @NewHere ?"
+#: ../../mod/contacts.php:398
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s está compartilhando com você"
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:628
-msgid "Connect Services"
-msgstr "Conectar serviços"
+#: ../../mod/contacts.php:415
+msgid "Private communications are not available for this contact."
+msgstr "As comunicações privadas não estão disponíveis para este contato."
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:523
-#: ../../view/theme/diabook/theme.php:629
-msgid "Find Friends"
-msgstr "Encontrar amigos"
+#: ../../mod/contacts.php:418 ../../mod/admin.php:546
+msgid "Never"
+msgstr "Nunca"
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:412
-#: ../../view/theme/diabook/theme.php:630
-msgid "Last users"
-msgstr "Últimos usuários"
+#: ../../mod/contacts.php:422
+msgid "(Update was successful)"
+msgstr "(A atualização foi bem sucedida)"
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:486
-#: ../../view/theme/diabook/theme.php:631
-msgid "Last photos"
-msgstr "Últimas fotos"
+#: ../../mod/contacts.php:422
+msgid "(Update was not successful)"
+msgstr "(A atualização não foi bem sucedida)"
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:441
-#: ../../view/theme/diabook/theme.php:632
-msgid "Last likes"
-msgstr "Últimas gostadas"
+#: ../../mod/contacts.php:424
+msgid "Suggest friends"
+msgstr "Sugerir amigos"
 
-#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:105
-#: ../../include/nav.php:146 ../../mod/notifications.php:93
-msgid "Home"
-msgstr "Pessoal"
+#: ../../mod/contacts.php:428
+#, php-format
+msgid "Network type: %s"
+msgstr "Tipo de rede: %s"
 
-#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
-#: ../../include/nav.php:146
-msgid "Your posts and conversations"
-msgstr "Suas publicações e conversas"
+#: ../../mod/contacts.php:431 ../../include/contact_widgets.php:200
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contato em comum"
+msgstr[1] "%d contatos em comum"
 
-#: ../../view/theme/diabook/theme.php:124 ../../boot.php:2070
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
-#: ../../include/nav.php:77 ../../mod/profperm.php:103
-#: ../../mod/newmember.php:32
-msgid "Profile"
-msgstr "Perfil "
+#: ../../mod/contacts.php:436
+msgid "View all contacts"
+msgstr "Ver todos os contatos"
 
-#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
-msgid "Your profile page"
-msgstr "Sua página de perfil"
+#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
+#: ../../mod/contacts.php:713 ../../mod/admin.php:981
+msgid "Unblock"
+msgstr "Desbloquear"
 
-#: ../../view/theme/diabook/theme.php:125 ../../include/nav.php:175
-#: ../../mod/contacts.php:694
-msgid "Contacts"
-msgstr "Contatos"
+#: ../../mod/contacts.php:441 ../../mod/contacts.php:500
+#: ../../mod/contacts.php:713 ../../mod/admin.php:980
+msgid "Block"
+msgstr "Bloquear"
 
-#: ../../view/theme/diabook/theme.php:125
-msgid "Your contacts"
-msgstr "Seus contatos"
+#: ../../mod/contacts.php:444
+msgid "Toggle Blocked status"
+msgstr "Alternar o status de bloqueio"
 
-#: ../../view/theme/diabook/theme.php:126 ../../boot.php:2077
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Fotos"
+#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714
+msgid "Unignore"
+msgstr "Deixar de ignorar"
 
-#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
-msgid "Your photos"
-msgstr "Suas fotos"
+#: ../../mod/contacts.php:447 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Ignorar"
 
-#: ../../view/theme/diabook/theme.php:127 ../../boot.php:2094
-#: ../../include/nav.php:80 ../../mod/events.php:370
-msgid "Events"
-msgstr "Eventos"
+#: ../../mod/contacts.php:450
+msgid "Toggle Ignored status"
+msgstr "Alternar o status de ignorado"
 
-#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:80
-msgid "Your events"
-msgstr "Seus eventos"
+#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+msgid "Unarchive"
+msgstr "Desarquivar"
 
-#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:81
-msgid "Personal notes"
-msgstr "Suas anotações pessoais"
+#: ../../mod/contacts.php:454 ../../mod/contacts.php:715
+msgid "Archive"
+msgstr "Arquivar"
 
-#: ../../view/theme/diabook/theme.php:128
-msgid "Your personal photos"
-msgstr "Suas fotos pessoais"
+#: ../../mod/contacts.php:457
+msgid "Toggle Archive status"
+msgstr "Alternar o status de arquivamento"
 
-#: ../../view/theme/diabook/theme.php:129 ../../include/nav.php:129
-#: ../../mod/community.php:32
-msgid "Community"
-msgstr "Comunidade"
+#: ../../mod/contacts.php:460
+msgid "Repair"
+msgstr "Reparar"
 
-#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
-#: ../../include/conversation.php:246 ../../include/text.php:1964
-msgid "event"
-msgstr "evento"
+#: ../../mod/contacts.php:463
+msgid "Advanced Contact Settings"
+msgstr "Configurações avançadas do contato"
 
-#: ../../view/theme/diabook/theme.php:466
-#: ../../view/theme/diabook/theme.php:475 ../../include/diaspora.php:1919
-#: ../../include/conversation.php:121 ../../include/conversation.php:130
-#: ../../include/conversation.php:249 ../../include/conversation.php:258
-#: ../../mod/like.php:149 ../../mod/like.php:319 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62
-msgid "status"
-msgstr "status"
+#: ../../mod/contacts.php:469
+msgid "Communications lost with this contact!"
+msgstr "As comunicações com esse contato foram perdidas!"
 
-#: ../../view/theme/diabook/theme.php:471 ../../include/diaspora.php:1919
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../include/text.php:1966 ../../mod/like.php:149
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62
-msgid "photo"
-msgstr "foto"
+#: ../../mod/contacts.php:472
+msgid "Contact Editor"
+msgstr "Editor de contatos"
 
-#: ../../view/theme/diabook/theme.php:480 ../../include/diaspora.php:1935
-#: ../../include/conversation.php:137 ../../mod/like.php:166
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s gosta de %3$s de %2$s"
+#: ../../mod/contacts.php:474 ../../mod/manage.php:110
+#: ../../mod/fsuggest.php:107 ../../mod/message.php:335
+#: ../../mod/message.php:564 ../../mod/crepair.php:186
+#: ../../mod/events.php:478 ../../mod/content.php:710
+#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
+#: ../../mod/profiles.php:652 ../../mod/localtime.php:45
+#: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
+#: ../../mod/photos.php:1203 ../../mod/photos.php:1514
+#: ../../mod/photos.php:1565 ../../mod/photos.php:1609
+#: ../../mod/photos.php:1697 ../../object/Item.php:678
+#: ../../view/theme/cleanzero/config.php:80
+#: ../../view/theme/dispy/config.php:70 ../../view/theme/quattro/config.php:64
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/diabook/theme.php:633 ../../view/theme/vier/config.php:53
+#: ../../view/theme/duepuntozero/config.php:59
+msgid "Submit"
+msgstr "Enviar"
 
-#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:60
-#: ../../mod/photos.php:155 ../../mod/photos.php:1064
-#: ../../mod/photos.php:1189 ../../mod/photos.php:1212
-#: ../../mod/photos.php:1758 ../../mod/photos.php:1770
-msgid "Contact Photos"
-msgstr "Fotos dos contatos"
+#: ../../mod/contacts.php:475
+msgid "Profile Visibility"
+msgstr "Visibilidade do perfil"
 
-#: ../../view/theme/diabook/theme.php:500 ../../include/user.php:335
-#: ../../include/user.php:342 ../../include/user.php:349
-#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1189
-#: ../../mod/photos.php:1212 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305
-msgid "Profile Photos"
-msgstr "Fotos do perfil"
+#: ../../mod/contacts.php:476
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro."
 
-#: ../../view/theme/diabook/theme.php:524
-msgid "Local Directory"
-msgstr "Diretório Local"
+#: ../../mod/contacts.php:477
+msgid "Contact Information / Notes"
+msgstr "Informações sobre o contato / Anotações"
 
-#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:51
-msgid "Global Directory"
-msgstr "Diretório global"
+#: ../../mod/contacts.php:478
+msgid "Edit contact notes"
+msgstr "Editar as anotações do contato"
 
-#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:36
-msgid "Similar Interests"
-msgstr "Interesses Parecidos"
-
-#: ../../view/theme/diabook/theme.php:527 ../../include/contact_widgets.php:35
-#: ../../mod/suggest.php:66
-msgid "Friend Suggestions"
-msgstr "Sugestões de amigos"
+#: ../../mod/contacts.php:483 ../../mod/contacts.php:678
+#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visitar o perfil de %s [%s]"
 
-#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:38
-msgid "Invite Friends"
-msgstr "Convidar amigos"
+#: ../../mod/contacts.php:484
+msgid "Block/Unblock contact"
+msgstr "Bloquear/desbloquear o contato"
 
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:648 ../../include/nav.php:170
-#: ../../mod/settings.php:85 ../../mod/admin.php:1065 ../../mod/admin.php:1286
-#: ../../mod/newmember.php:22
-msgid "Settings"
-msgstr "Configurações"
+#: ../../mod/contacts.php:485
+msgid "Ignore contact"
+msgstr "Ignorar o contato"
 
-#: ../../view/theme/diabook/theme.php:584
-msgid "Set zoomfactor for Earth Layers"
-msgstr "Configure o zoom para Camadas da Terra"
+#: ../../mod/contacts.php:486
+msgid "Repair URL settings"
+msgstr "Reparar as definições de URL"
 
-#: ../../view/theme/diabook/theme.php:622
-msgid "Show/hide boxes at right-hand column:"
-msgstr "Mostre/esconda caixas na coluna à direita:"
+#: ../../mod/contacts.php:487
+msgid "View conversations"
+msgstr "Ver as conversas"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Alinhamento"
+#: ../../mod/contacts.php:489
+msgid "Delete contact"
+msgstr "Excluir o contato"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "Esquerda"
+#: ../../mod/contacts.php:493
+msgid "Last update:"
+msgstr "Última atualização:"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "Centro"
+#: ../../mod/contacts.php:495
+msgid "Update public posts"
+msgstr "Atualizar publicações públicas"
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr "Tamanho da fonte para publicações"
+#: ../../mod/contacts.php:497 ../../mod/admin.php:1475
+msgid "Update now"
+msgstr "Atualizar agora"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr "Tamanho da fonte para campos texto"
+#: ../../mod/contacts.php:504
+msgid "Currently blocked"
+msgstr "Atualmente bloqueado"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Configure o esquema de cores"
+#: ../../mod/contacts.php:505
+msgid "Currently ignored"
+msgstr "Atualmente ignorado"
 
-#: ../../index.php:203 ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
-msgstr "Você precisa estar logado para usar os addons."
+#: ../../mod/contacts.php:506
+msgid "Currently archived"
+msgstr "Atualmente arquivado"
 
-#: ../../index.php:247 ../../mod/help.php:90
-msgid "Not Found"
-msgstr "Não encontrada"
+#: ../../mod/contacts.php:507 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "Ocultar este contato dos outros"
 
-#: ../../index.php:250 ../../mod/help.php:93
-msgid "Page not found."
-msgstr "Página não encontrada."
+#: ../../mod/contacts.php:507
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Respostas/gostadas associados às suas publicações <strong>ainda podem</strong> estar visíveis"
 
-#: ../../index.php:359 ../../mod/group.php:72 ../../mod/profperm.php:19
-msgid "Permission denied"
-msgstr "Permissão negada"
+#: ../../mod/contacts.php:508
+msgid "Notification for new posts"
+msgstr "Notificações para novas publicações"
 
-#: ../../index.php:360 ../../include/items.php:4550 ../../mod/attach.php:33
-#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
-#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
-#: ../../mod/group.php:19 ../../mod/delegate.php:6
-#: ../../mod/notifications.php:66 ../../mod/settings.php:102
-#: ../../mod/settings.php:593 ../../mod/settings.php:598
-#: ../../mod/contacts.php:249 ../../mod/wall_attach.php:55
-#: ../../mod/register.php:42 ../../mod/manage.php:96 ../../mod/editpost.php:10
-#: ../../mod/regmod.php:109 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/suggest.php:56 ../../mod/nogroup.php:25 ../../mod/fsuggest.php:78
-#: ../../mod/viewcontacts.php:22 ../../mod/wall_upload.php:66
-#: ../../mod/notes.php:20 ../../mod/network.php:4 ../../mod/photos.php:134
-#: ../../mod/photos.php:1050 ../../mod/follow.php:9 ../../mod/uimport.php:23
-#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/events.php:140
-#: ../../mod/mood.php:114 ../../mod/message.php:38 ../../mod/message.php:174
-#: ../../mod/profiles.php:148 ../../mod/profiles.php:577
-#: ../../mod/install.php:151 ../../mod/crepair.php:117 ../../mod/poke.php:135
-#: ../../mod/display.php:455 ../../mod/dfrn_confirm.php:55
-#: ../../mod/item.php:148 ../../mod/item.php:164
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../mod/allfriends.php:9
-msgid "Permission denied."
-msgstr "Permissão negada."
+#: ../../mod/contacts.php:508
+msgid "Send a notification of every new post of this contact"
+msgstr "Envie uma notificação para todos as novas publicações deste contato"
 
-#: ../../index.php:419
-msgid "toggle mobile"
-msgstr "habilita mobile"
+#: ../../mod/contacts.php:509
+msgid "Fetch further information for feeds"
+msgstr "Pega mais informações para feeds"
 
-#: ../../boot.php:719
-msgid "Delete this item?"
-msgstr "Excluir este item?"
+#: ../../mod/contacts.php:510
+msgid "Disabled"
+msgstr "Desabilitado"
 
-#: ../../boot.php:720 ../../object/Item.php:361 ../../object/Item.php:677
-#: ../../mod/photos.php:1562 ../../mod/photos.php:1606
-#: ../../mod/photos.php:1694 ../../mod/content.php:709
-msgid "Comment"
-msgstr "Comentar"
+#: ../../mod/contacts.php:510
+msgid "Fetch information"
+msgstr "Buscar informações"
 
-#: ../../boot.php:721 ../../include/contact_widgets.php:205
-#: ../../object/Item.php:390 ../../mod/content.php:606
-msgid "show more"
-msgstr "exibir mais"
+#: ../../mod/contacts.php:510
+msgid "Fetch information and keywords"
+msgstr "Buscar informação e palavras-chave"
 
-#: ../../boot.php:722
-msgid "show fewer"
-msgstr "exibir menos"
+#: ../../mod/contacts.php:512
+msgid "Blacklisted keywords"
+msgstr "Palavras-chave na Lista Negra"
 
-#: ../../boot.php:1042 ../../boot.php:1073
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Atualização %s falhou. Vide registro de erros (log)."
+#: ../../mod/contacts.php:512
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Lista de palavras-chave separadas por vírgulas que não devem ser convertidas para hashtags, quando \"Buscar informações e palavras-chave\" for selecionado."
 
-#: ../../boot.php:1194
-msgid "Create a New Account"
-msgstr "Criar uma nova conta"
+#: ../../mod/contacts.php:563
+msgid "Suggestions"
+msgstr "Sugestões"
 
-#: ../../boot.php:1195 ../../include/nav.php:109 ../../mod/register.php:266
-msgid "Register"
-msgstr "Registrar"
+#: ../../mod/contacts.php:566
+msgid "Suggest potential friends"
+msgstr "Sugerir amigos em potencial"
 
-#: ../../boot.php:1219 ../../include/nav.php:73
-msgid "Logout"
-msgstr "Sair"
+#: ../../mod/contacts.php:569 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "Todos os contatos"
 
-#: ../../boot.php:1220 ../../include/nav.php:92
-msgid "Login"
-msgstr "Entrar"
+#: ../../mod/contacts.php:572
+msgid "Show all contacts"
+msgstr "Exibe todos os contatos"
 
-#: ../../boot.php:1222
-msgid "Nickname or Email address: "
-msgstr "Identificação ou endereço de e-mail: "
+#: ../../mod/contacts.php:575
+msgid "Unblocked"
+msgstr "Desbloquear"
 
-#: ../../boot.php:1223
-msgid "Password: "
-msgstr "Senha: "
+#: ../../mod/contacts.php:578
+msgid "Only show unblocked contacts"
+msgstr "Exibe somente contatos desbloqueados"
 
-#: ../../boot.php:1224
-msgid "Remember me"
-msgstr "Lembre-se de mim"
+#: ../../mod/contacts.php:582
+msgid "Blocked"
+msgstr "Bloqueado"
 
-#: ../../boot.php:1227
-msgid "Or login using OpenID: "
-msgstr "Ou login usando OpendID:"
+#: ../../mod/contacts.php:585
+msgid "Only show blocked contacts"
+msgstr "Exibe somente contatos bloqueados"
 
-#: ../../boot.php:1233
-msgid "Forgot your password?"
-msgstr "Esqueceu a sua senha?"
+#: ../../mod/contacts.php:589
+msgid "Ignored"
+msgstr "Ignorados"
 
-#: ../../boot.php:1234 ../../mod/lostpass.php:109
-msgid "Password Reset"
-msgstr "Reiniciar a senha"
+#: ../../mod/contacts.php:592
+msgid "Only show ignored contacts"
+msgstr "Exibe somente contatos ignorados"
 
-#: ../../boot.php:1236
-msgid "Website Terms of Service"
-msgstr "Termos de Serviço do Website"
+#: ../../mod/contacts.php:596
+msgid "Archived"
+msgstr "Arquivados"
 
-#: ../../boot.php:1237
-msgid "terms of service"
-msgstr "termos de serviço"
+#: ../../mod/contacts.php:599
+msgid "Only show archived contacts"
+msgstr "Exibe somente contatos arquivados"
 
-#: ../../boot.php:1239
-msgid "Website Privacy Policy"
-msgstr "Política de Privacidade do Website"
+#: ../../mod/contacts.php:603
+msgid "Hidden"
+msgstr "Ocultos"
 
-#: ../../boot.php:1240
-msgid "privacy policy"
-msgstr "política de privacidade"
+#: ../../mod/contacts.php:606
+msgid "Only show hidden contacts"
+msgstr "Exibe somente contatos ocultos"
 
-#: ../../boot.php:1373
-msgid "Requested account is not available."
-msgstr "Conta solicitada não disponível"
+#: ../../mod/contacts.php:654
+msgid "Mutual Friendship"
+msgstr "Amizade mútua"
 
-#: ../../boot.php:1412 ../../mod/profile.php:21
-msgid "Requested profile is not available."
-msgstr "Perfil solicitado não está disponível."
+#: ../../mod/contacts.php:658
+msgid "is a fan of yours"
+msgstr "é um fã seu"
 
-#: ../../boot.php:1455 ../../boot.php:1589
-#: ../../include/profile_advanced.php:84
-msgid "Edit profile"
-msgstr "Editar perfil"
+#: ../../mod/contacts.php:662
+msgid "you are a fan of"
+msgstr "você é um fã de"
 
-#: ../../boot.php:1522 ../../include/contact_widgets.php:10
-#: ../../mod/suggest.php:88 ../../mod/match.php:58
-msgid "Connect"
-msgstr "Conectar"
+#: ../../mod/contacts.php:679 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Editar o contato"
 
-#: ../../boot.php:1554
-msgid "Message"
-msgstr "Mensagem"
+#: ../../mod/contacts.php:701 ../../include/nav.php:175
+#: ../../view/theme/diabook/theme.php:125
+msgid "Contacts"
+msgstr "Contatos"
 
-#: ../../boot.php:1560 ../../include/nav.php:173
-msgid "Profiles"
-msgstr "Perfis"
+#: ../../mod/contacts.php:705
+msgid "Search your contacts"
+msgstr "Pesquisar seus contatos"
 
-#: ../../boot.php:1560
-msgid "Manage/edit profiles"
-msgstr "Gerenciar/editar perfis"
+#: ../../mod/contacts.php:706 ../../mod/directory.php:61
+msgid "Finding: "
+msgstr "Pesquisando: "
 
-#: ../../boot.php:1565 ../../boot.php:1591 ../../mod/profiles.php:763
-msgid "Change profile photo"
-msgstr "Mudar a foto do perfil"
+#: ../../mod/contacts.php:707 ../../mod/directory.php:63
+#: ../../include/contact_widgets.php:34
+msgid "Find"
+msgstr "Pesquisar"
 
-#: ../../boot.php:1566 ../../mod/profiles.php:764
-msgid "Create New Profile"
-msgstr "Criar um novo perfil"
+#: ../../mod/contacts.php:712 ../../mod/settings.php:132
+#: ../../mod/settings.php:640
+msgid "Update"
+msgstr "Atualizar"
 
-#: ../../boot.php:1576 ../../mod/profiles.php:775
-msgid "Profile Image"
-msgstr "Imagem do perfil"
+#: ../../mod/contacts.php:716 ../../mod/group.php:171 ../../mod/admin.php:979
+#: ../../mod/content.php:438 ../../mod/content.php:741
+#: ../../mod/settings.php:677 ../../mod/photos.php:1654
+#: ../../object/Item.php:130 ../../include/conversation.php:614
+msgid "Delete"
+msgstr "Excluir"
 
-#: ../../boot.php:1579 ../../mod/profiles.php:777
-msgid "visible to everybody"
-msgstr "visível para todos"
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Nenhum perfil"
 
-#: ../../boot.php:1580 ../../mod/profiles.php:778
-msgid "Edit visibility"
-msgstr "Editar a visibilidade"
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Gerenciar identidades e/ou páginas"
 
-#: ../../boot.php:1602 ../../include/event.php:40
-#: ../../include/bb2diaspora.php:156 ../../mod/events.php:471
-#: ../../mod/directory.php:136
-msgid "Location:"
-msgstr "Localização:"
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\""
 
-#: ../../boot.php:1604 ../../include/profile_advanced.php:17
-#: ../../mod/directory.php:138
-msgid "Gender:"
-msgstr "Gênero:"
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Selecione uma identidade para gerenciar: "
 
-#: ../../boot.php:1607 ../../include/profile_advanced.php:37
-#: ../../mod/directory.php:140
-msgid "Status:"
-msgstr "Situação:"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "Publicado com sucesso."
 
-#: ../../boot.php:1609 ../../include/profile_advanced.php:48
-#: ../../mod/directory.php:142
-msgid "Homepage:"
-msgstr "Página web:"
+#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:368
+msgid "Permission denied"
+msgstr "Permissão negada"
 
-#: ../../boot.php:1657
-msgid "Network:"
-msgstr "Rede:"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Identificador de perfil inválido."
 
-#: ../../boot.php:1687 ../../boot.php:1773
-msgid "g A l F d"
-msgstr "G l d F"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidade do perfil"
 
-#: ../../boot.php:1688 ../../boot.php:1774
-msgid "F d"
-msgstr "F d"
+#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2114
+#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
+#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
+msgid "Profile"
+msgstr "Perfil "
 
-#: ../../boot.php:1733 ../../boot.php:1814
-msgid "[today]"
-msgstr "[hoje]"
+#: ../../mod/profperm.php:105 ../../mod/group.php:224
+msgid "Click on a contact to add or remove."
+msgstr "Clique em um contato para adicionar ou remover."
 
-#: ../../boot.php:1745
-msgid "Birthday Reminders"
-msgstr "Lembretes de aniversário"
-
-#: ../../boot.php:1746
-msgid "Birthdays this week:"
-msgstr "Aniversários nesta semana:"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Visível para"
 
-#: ../../boot.php:1807
-msgid "[No description]"
-msgstr "[Sem descrição]"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Todos os contatos (com acesso a perfil seguro)"
 
-#: ../../boot.php:1825
-msgid "Event Reminders"
-msgstr "Lembretes de eventos"
+#: ../../mod/display.php:70 ../../mod/display.php:260
+#: ../../mod/display.php:479 ../../mod/viewsrc.php:15 ../../mod/admin.php:166
+#: ../../mod/admin.php:1024 ../../mod/admin.php:1237 ../../mod/notice.php:15
+#: ../../include/items.php:4487
+msgid "Item not found."
+msgstr "O item não foi encontrado."
 
-#: ../../boot.php:1826
-msgid "Events this week:"
-msgstr "Eventos esta semana:"
+#: ../../mod/display.php:200 ../../mod/videos.php:115
+#: ../../mod/viewcontacts.php:17 ../../mod/community.php:18
+#: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
+#: ../../mod/directory.php:33 ../../mod/photos.php:920
+msgid "Public access denied."
+msgstr "Acesso público negado."
 
-#: ../../boot.php:2063 ../../include/nav.php:76
-msgid "Status"
-msgstr "Status"
+#: ../../mod/display.php:308 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "O acesso a este perfil está restrito."
 
-#: ../../boot.php:2066
-msgid "Status Messages and Posts"
-msgstr "Mensagem de Estado (status) e Publicações"
+#: ../../mod/display.php:472
+msgid "Item has been removed."
+msgstr "O item foi removido."
 
-#: ../../boot.php:2073
-msgid "Profile Details"
-msgstr "Detalhe do Perfil"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Bemvindo ao Friendica"
 
-#: ../../boot.php:2080 ../../mod/photos.php:52
-msgid "Photo Albums"
-msgstr "Álbuns de fotos"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Dicas para os novos membros"
 
-#: ../../boot.php:2084 ../../boot.php:2087 ../../include/nav.php:79
-msgid "Videos"
-msgstr "Vídeos"
+#: ../../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 "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente."
 
-#: ../../boot.php:2097
-msgid "Events and Calendar"
-msgstr "Eventos e Agenda"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Do Início"
 
-#: ../../boot.php:2101 ../../mod/notes.php:44
-msgid "Personal Notes"
-msgstr "Notas pessoais"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Passo-a-passo da friendica"
 
-#: ../../boot.php:2104
-msgid "Only You Can See This"
-msgstr "Somente Você Pode Ver Isso"
+#: ../../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 "Na sua página <em>Início Rápido</em> - encontre uma introdução rápida ao seu perfil e abas da rede, faça algumas conexões novas, e encontre alguns grupos entrar."
 
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr "Funcionalidades Gerais"
+#: ../../mod/newmember.php:22 ../../mod/admin.php:1076
+#: ../../mod/admin.php:1297 ../../mod/settings.php:85
+#: ../../include/nav.php:170 ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648
+msgid "Settings"
+msgstr "Configurações"
 
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
-msgstr "Perfís Múltiplos"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Ir para as suas configurações"
 
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
-msgstr "Capacidade de criar perfis múltiplos"
+#: ../../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 "Em sua página  <em>Configurações</em> - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre."
 
-#: ../../include/features.php:30
-msgid "Post Composition Features"
-msgstr "Funcionalidades de Composição de Publicações"
+#: ../../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 "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você."
 
-#: ../../include/features.php:31
-msgid "Richtext Editor"
-msgstr "Editor Richtext"
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+#: ../../mod/profiles.php:665
+msgid "Upload Profile Photo"
+msgstr "Enviar foto do perfil"
 
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
-msgstr "Habilite editor richtext"
+#: ../../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 "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem."
 
-#: ../../include/features.php:32
-msgid "Post Preview"
-msgstr "Pré-visualização da Publicação"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "Editar seu perfil"
 
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Permite pré-visualizar publicações e comentários antes de publicá-los"
+#: ../../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 "Edite o seu perfil <strong>padrão</strong> a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos."
 
-#: ../../include/features.php:33
-msgid "Auto-mention Forums"
-msgstr "Auto-menção Fóruns"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Palavras-chave do perfil"
 
-#: ../../include/features.php:33
+#: ../../mod/newmember.php:40
 msgid ""
-"Add/remove mention when a fourm page is selected/deselected in ACL window."
-msgstr "Adiciona/Remove menções quando uma página de fórum é selecionada/deselecionada na janela ACL"
+"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 "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades."
 
-#: ../../include/features.php:38
-msgid "Network Sidebar Widgets"
-msgstr "Widgets da Barra Lateral da Rede"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Conexões"
 
-#: ../../include/features.php:39
-msgid "Search by Date"
-msgstr "Buscar por Data"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../include/features.php:39
-msgid "Ability to select posts by date ranges"
-msgstr "Capacidade de selecionar publicações por intervalos de data"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook."
 
-#: ../../include/features.php:40
-msgid "Group Filter"
-msgstr "Filtrar Grupo"
+#: ../../mod/newmember.php:51
+msgid ""
+"<em>If</em> this is your own personal server, installing the Facebook addon "
+"may ease your transition to the free social web."
+msgstr "<em>Se</em> esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre."
 
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Habilita widget para mostrar publicações da Rede somente de grupos selecionados"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "Importação de e-mails"
 
-#: ../../include/features.php:41
-msgid "Network Filter"
-msgstr "Filtrar Rede"
+#: ../../mod/newmember.php:56
+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 "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail"
 
-#: ../../include/features.php:41
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Habilita widget para mostrar publicações da Rede de redes selecionadas"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Ir para a sua página de contatos"
 
-#: ../../include/features.php:42 ../../mod/network.php:188
-#: ../../mod/search.php:30
-msgid "Saved Searches"
-msgstr "Pesquisas salvas"
+#: ../../mod/newmember.php:58
+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 "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo <em>Adicionar Novo Contato</em>."
 
-#: ../../include/features.php:42
-msgid "Save search terms for re-use"
-msgstr "Guarde as palavras-chaves para reuso"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Ir para o diretório do seu site"
 
-#: ../../include/features.php:47
-msgid "Network Tabs"
-msgstr "Abas da Rede"
+#: ../../mod/newmember.php:60
+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 "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link <em>Conectar</em> ou <em>Seguir</em> no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado."
 
-#: ../../include/features.php:48
-msgid "Network Personal Tab"
-msgstr "Aba Pessoal da Rede"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Pesquisar por novas pessoas"
 
-#: ../../include/features.php:48
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Habilitar aba para mostrar apenas as publicações da Rede que você tenha interagido"
+#: ../../mod/newmember.php:62
+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 "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas."
 
-#: ../../include/features.php:49
-msgid "Network New Tab"
-msgstr "Aba Nova da Rede"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Grupos"
 
-#: ../../include/features.php:49
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Habilite aba para mostra apenas publicações da Rede novas (das últimas 12 horas)"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Agrupe seus contatos"
 
-#: ../../include/features.php:50
-msgid "Network Shared Links Tab"
-msgstr "Aba de Links Compartilhados da Rede"
+#: ../../mod/newmember.php:70
+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 "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede."
 
-#: ../../include/features.php:50
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Habilite aba para mostrar somente publicações da Rede que contenham links"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "Por que as minhas publicações não são públicas?"
 
-#: ../../include/features.php:55
-msgid "Post/Comment Tools"
-msgstr "Ferramentas de Publicação/Comentário"
+#: ../../mod/newmember.php:73
+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 "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima."
 
-#: ../../include/features.php:56
-msgid "Multiple Deletion"
-msgstr "Deleção Multipla"
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Obtendo ajuda"
 
-#: ../../include/features.php:56
-msgid "Select and delete multiple posts/comments at once"
-msgstr "Selecione e delete múltiplas publicações/comentário imediatamente"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Ir para a seção de ajuda"
 
-#: ../../include/features.php:57
-msgid "Edit Sent Posts"
-msgstr "Editar Publicações Enviadas"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Nossas páginas de <strong>ajuda</strong> podem ser consultadas para mais detalhes sobre características e recursos do programa."
 
-#: ../../include/features.php:57
-msgid "Edit and correct posts and comments after sending"
-msgstr "Editar e corrigir publicações e comentários após envio"
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "Erro no protocolo OpenID. Não foi retornada nenhuma ID."
 
-#: ../../include/features.php:58
-msgid "Tagging"
-msgstr "Etiquetagem"
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "A conta não foi encontrada e não são permitidos registros via OpenID nesse site."
 
-#: ../../include/features.php:58
-msgid "Ability to tag existing posts"
-msgstr "Capacidade de colocar etiquetas em publicações existentes"
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "Não foi possível autenticar."
 
-#: ../../include/features.php:59
-msgid "Post Categories"
-msgstr "Categorias de Publicações"
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "A imagem foi enviada, mas não foi possível cortá-la."
 
-#: ../../include/features.php:59
-msgid "Add categories to your posts"
-msgstr "Adicione Categorias ás Publicações"
+#: ../../mod/profile_photo.php:74 ../../mod/profile_photo.php:81
+#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:204
+#: ../../mod/profile_photo.php:296 ../../mod/profile_photo.php:305
+#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1187
+#: ../../mod/photos.php:1210 ../../include/user.php:335
+#: ../../include/user.php:342 ../../include/user.php:349
+#: ../../view/theme/diabook/theme.php:500
+msgid "Profile Photos"
+msgstr "Fotos do perfil"
 
-#: ../../include/features.php:60 ../../include/contact_widgets.php:104
-msgid "Saved Folders"
-msgstr "Pastas salvas"
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Não foi possível reduzir o tamanho da imagem [%s]."
 
-#: ../../include/features.php:60
-msgid "Ability to file posts under folders"
-msgstr "Capacidade de arquivar publicações em pastas"
+#: ../../mod/profile_photo.php:118
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente"
 
-#: ../../include/features.php:61
-msgid "Dislike Posts"
-msgstr "Desgostar de publicações"
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Não foi possível processar a imagem"
 
-#: ../../include/features.php:61
-msgid "Ability to dislike posts/comments"
-msgstr "Capacidade de desgostar de publicações/comentários"
+#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:122
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "A imagem excede o limite de tamanho de %d"
 
-#: ../../include/features.php:62
-msgid "Star Posts"
-msgstr "Destacar publicações"
+#: ../../mod/profile_photo.php:153 ../../mod/wall_upload.php:144
+#: ../../mod/photos.php:807
+msgid "Unable to process image."
+msgstr "Não foi possível processar a imagem."
 
-#: ../../include/features.php:62
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Capacidade de marcar publicações especiais com uma estrela indicadora"
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Enviar arquivo:"
 
-#: ../../include/features.php:63
-msgid "Mute Post Notifications"
-msgstr "Silenciar Notificações de Postagem"
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Selecione um perfil:"
 
-#: ../../include/features.php:63
-msgid "Ability to mute notifications for a thread"
-msgstr "Habilitar notificação silenciosa para a tarefa"
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Enviar"
 
-#: ../../include/items.php:2090 ../../include/datetime.php:472
-#, php-format
-msgid "%s's birthday"
-msgstr "aniversários de %s's"
+#: ../../mod/profile_photo.php:248 ../../mod/settings.php:1062
+msgid "or"
+msgstr "ou"
 
-#: ../../include/items.php:2091 ../../include/datetime.php:473
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Feliz Aniversário %s"
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "pule esta etapa"
 
-#: ../../include/items.php:3856 ../../mod/dfrn_request.php:721
-#: ../../mod/dfrn_confirm.php:752
-msgid "[Name Withheld]"
-msgstr "[Nome não revelado]"
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "selecione uma foto de um álbum de fotos"
 
-#: ../../include/items.php:4354 ../../mod/admin.php:166
-#: ../../mod/admin.php:1013 ../../mod/admin.php:1226 ../../mod/viewsrc.php:15
-#: ../../mod/notice.php:15 ../../mod/display.php:70 ../../mod/display.php:240
-#: ../../mod/display.php:459
-msgid "Item not found."
-msgstr "O item não foi encontrado."
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "Cortar a imagem"
 
-#: ../../include/items.php:4393
-msgid "Do you really want to delete this item?"
-msgstr "Você realmente deseja deletar esse item?"
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor, ajuste o corte da imagem para a melhor visualização."
 
-#: ../../include/items.php:4395 ../../mod/settings.php:1007
-#: ../../mod/settings.php:1013 ../../mod/settings.php:1021
-#: ../../mod/settings.php:1025 ../../mod/settings.php:1030
-#: ../../mod/settings.php:1036 ../../mod/settings.php:1042
-#: ../../mod/settings.php:1048 ../../mod/settings.php:1078
-#: ../../mod/settings.php:1079 ../../mod/settings.php:1080
-#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
-#: ../../mod/contacts.php:332 ../../mod/register.php:230
-#: ../../mod/dfrn_request.php:834 ../../mod/api.php:105
-#: ../../mod/suggest.php:29 ../../mod/message.php:209
-#: ../../mod/profiles.php:620 ../../mod/profiles.php:623
-msgid "Yes"
-msgstr "Sim"
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "Encerrar a edição"
 
-#: ../../include/items.php:4398 ../../include/conversation.php:1129
-#: ../../mod/settings.php:612 ../../mod/settings.php:638
-#: ../../mod/contacts.php:335 ../../mod/editpost.php:148
-#: ../../mod/dfrn_request.php:848 ../../mod/fbrowser.php:81
-#: ../../mod/fbrowser.php:116 ../../mod/suggest.php:32
-#: ../../mod/photos.php:203 ../../mod/photos.php:292 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/message.php:212
-msgid "Cancel"
-msgstr "Cancelar"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "A imagem foi enviada com sucesso."
 
-#: ../../include/items.php:4616
-msgid "Archives"
-msgstr "Arquivos"
+#: ../../mod/profile_photo.php:301 ../../mod/wall_upload.php:172
+#: ../../mod/photos.php:834
+msgid "Image upload failed."
+msgstr "Não foi possível enviar a imagem."
 
-#: ../../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 "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."
+#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1965 ../../include/diaspora.php:1919
+#: ../../view/theme/diabook/theme.php:471
+msgid "photo"
+msgstr "foto"
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr "Grupo de privacidade padrão para novos contatos"
+#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
+#: ../../mod/like.php:319 ../../include/conversation.php:121
+#: ../../include/conversation.php:130 ../../include/conversation.php:249
+#: ../../include/conversation.php:258 ../../include/diaspora.php:1919
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475
+msgid "status"
+msgstr "status"
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "Todos"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está seguindo %2$s's %3$s"
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "editar"
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "A etiqueta foi removida"
 
-#: ../../include/group.php:270 ../../mod/newmember.php:66
-msgid "Groups"
-msgstr "Grupos"
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Remover a etiqueta do item"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "Editar grupo"
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Selecione uma etiqueta para remover: "
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "Criar um novo grupo"
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139
+msgid "Remove"
+msgstr "Remover"
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
-msgstr "Contatos não estão dentro de nenhum grupo"
+#: ../../mod/filer.php:30 ../../include/conversation.php:1006
+#: ../../include/conversation.php:1024
+msgid "Save to Folder:"
+msgstr "Salvar na pasta:"
 
-#: ../../include/group.php:275 ../../mod/network.php:189
-msgid "add"
-msgstr "adicionar"
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "-selecione-"
+
+#: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
+#: ../../include/text.php:955
+msgid "Save"
+msgstr "Salvar"
+
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "O contato foi adicionado"
+
+#: ../../mod/item.php:113
+msgid "Unable to locate original post."
+msgstr "Não foi possível localizar a publicação original."
+
+#: ../../mod/item.php:345
+msgid "Empty post discarded."
+msgstr "A publicação em branco foi descartada."
 
-#: ../../include/Photo_old.php:911 ../../include/Photo_old.php:926
-#: ../../include/Photo_old.php:933 ../../include/Photo_old.php:955
-#: ../../include/Photo.php:911 ../../include/Photo.php:926
-#: ../../include/Photo.php:933 ../../include/Photo.php:955
-#: ../../include/message.php:144 ../../mod/wall_upload.php:169
+#: ../../mod/item.php:484 ../../mod/wall_upload.php:169
 #: ../../mod/wall_upload.php:178 ../../mod/wall_upload.php:185
-#: ../../mod/item.php:463
+#: ../../include/Photo.php:916 ../../include/Photo.php:931
+#: ../../include/Photo.php:938 ../../include/Photo.php:960
+#: ../../include/message.php:144
 msgid "Wall Photos"
 msgstr "Fotos do mural"
 
-#: ../../include/dba.php:51 ../../include/dba_pdo.php:72
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"
+#: ../../mod/item.php:938
+msgid "System error. Post not saved."
+msgstr "Erro no sistema. A publicação não foi salva."
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Adicionar Contato Novo"
+#: ../../mod/item.php:964
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica."
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Forneça endereço ou localização web"
+#: ../../mod/item.php:966
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Você pode visitá-lo em %s"
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
+#: ../../mod/item.php:967
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens."
 
-#: ../../include/contact_widgets.php:24
+#: ../../mod/item.php:971
 #, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d convite disponível"
-msgstr[1] "%d convites disponíveis"
+msgid "%s posted an update."
+msgstr "%s publicou uma atualização."
 
-#: ../../include/contact_widgets.php:30
-msgid "Find People"
-msgstr "Pesquisar por pessoas"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "O grupo foi criado."
 
-#: ../../include/contact_widgets.php:31
-msgid "Enter name or interest"
-msgstr "Fornecer nome ou interesse"
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Não foi possível criar o grupo."
 
-#: ../../include/contact_widgets.php:32
-msgid "Connect/Follow"
-msgstr "Conectar-se/acompanhar"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "O grupo não foi encontrado."
 
-#: ../../include/contact_widgets.php:33
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Examplos: Robert Morgenstein, Fishing"
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "O nome do grupo foi alterado."
 
-#: ../../include/contact_widgets.php:34 ../../mod/contacts.php:700
-#: ../../mod/directory.php:63
-msgid "Find"
-msgstr "Pesquisar"
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr "Salvar o grupo"
 
-#: ../../include/contact_widgets.php:37
-msgid "Random Profile"
-msgstr "Perfil Randômico"
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Criar um grupo de contatos/amigos."
 
-#: ../../include/contact_widgets.php:71
-msgid "Networks"
-msgstr "Redes"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Nome do grupo: "
 
-#: ../../include/contact_widgets.php:74
-msgid "All Networks"
-msgstr "Todas as redes"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "O grupo foi removido."
 
-#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
-msgid "Everything"
-msgstr "Tudo"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "Não foi possível remover o grupo."
 
-#: ../../include/contact_widgets.php:136
-msgid "Categories"
-msgstr "Categorias"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Editor de grupo"
 
-#: ../../include/contact_widgets.php:200 ../../mod/contacts.php:427
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contato em comum"
-msgstr[1] "%d contatos em comum"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "Membros"
 
-#: ../../include/enotify.php:18
-msgid "Friendica Notification"
-msgstr "Notificação Friendica"
+#: ../../mod/apps.php:7 ../../index.php:212
+msgid "You must be logged in to use addons. "
+msgstr "Você precisa estar logado para usar os addons."
 
-#: ../../include/enotify.php:21
-msgid "Thank You,"
-msgstr "Obrigado,"
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Aplicativos"
 
-#: ../../include/enotify.php:23
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrador"
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Nenhum aplicativo instalado"
 
-#: ../../include/enotify.php:30 ../../include/delivery.php:467
-#: ../../include/notifier.php:784
-msgid "noreply"
-msgstr "naoresponda"
+#: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:162
+#: ../../mod/profiles.php:596
+msgid "Profile not found."
+msgstr "O perfil não foi encontrado."
 
-#: ../../include/enotify.php:55
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../mod/dfrn_confirm.php:120 ../../mod/fsuggest.php:20
+#: ../../mod/fsuggest.php:92 ../../mod/crepair.php:133
+msgid "Contact not found."
+msgstr "O contato não foi encontrado."
 
-#: ../../include/enotify.php:59
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify] Nova mensagem recebida em %s"
+#: ../../mod/dfrn_confirm.php:121
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado."
 
-#: ../../include/enotify.php:61
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s lhe enviou uma mensagem privativa em %2$s."
+#: ../../mod/dfrn_confirm.php:240
+msgid "Response from remote site was not understood."
+msgstr "A resposta do site remoto não foi compreendida."
 
-#: ../../include/enotify.php:62
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s lhe enviou %2$s."
+#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
+msgstr "Resposta inesperada do site remoto: "
 
-#: ../../include/enotify.php:62
-msgid "a private message"
-msgstr "uma mensagem privada"
+#: ../../mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
+msgstr "A confirmação foi completada com sucesso."
 
-#: ../../include/enotify.php:63
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Favor visitar %s para ver e/ou responder às suas mensagens privadas."
+#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279
+#: ../../mod/dfrn_confirm.php:286
+msgid "Remote site reported: "
+msgstr "O site remoto relatou: "
 
-#: ../../include/enotify.php:115
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s comentou uma [url=%2$s] %3$s[/url]"
+#: ../../mod/dfrn_confirm.php:277
+msgid "Temporary failure. Please wait and try again."
+msgstr "Falha temporária. Por favor, aguarde e tente novamente."
 
-#: ../../include/enotify.php:122
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s comentou na %4$s de [url=%2$s]%3$s [/url]"
+#: ../../mod/dfrn_confirm.php:284
+msgid "Introduction failed or was revoked."
+msgstr "Ocorreu uma falha na apresentação ou ela foi revogada."
 
-#: ../../include/enotify.php:130
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s comentou [url=%2$s]sua %3$s[/url]"
+#: ../../mod/dfrn_confirm.php:429
+msgid "Unable to set contact photo."
+msgstr "Não foi possível definir a foto do contato."
 
-#: ../../include/enotify.php:140
+#: ../../mod/dfrn_confirm.php:486 ../../include/conversation.php:172
+#: ../../include/diaspora.php:620
 #, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify] Comentário na conversa #%1$d por %2$s"
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s agora é amigo de %2$s"
 
-#: ../../include/enotify.php:141
+#: ../../mod/dfrn_confirm.php:571
 #, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s comentou um item/conversa que você está seguindo."
+msgid "No user record found for '%s' "
+msgstr "Não foi encontrado nenhum registro de usuário para '%s' "
 
-#: ../../include/enotify.php:144 ../../include/enotify.php:159
-#: ../../include/enotify.php:172 ../../include/enotify.php:185
-#: ../../include/enotify.php:203 ../../include/enotify.php:216
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Favor visitar %s para ver e/ou responder à conversa."
+#: ../../mod/dfrn_confirm.php:581
+msgid "Our site encryption key is apparently messed up."
+msgstr "A chave de criptografia do nosso site está, aparentemente, bagunçada."
 
-#: ../../include/enotify.php:151
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s publicou no mural do seu perfil"
+#: ../../mod/dfrn_confirm.php:592
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Foi fornecida uma URL em branco ou não foi possível descriptografá-la."
 
-#: ../../include/enotify.php:153
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s publicou no mural do seu perfil em %2$s"
+#: ../../mod/dfrn_confirm.php:613
+msgid "Contact record was not found for you on our site."
+msgstr "O registro do contato não foi encontrado para você em seu site."
 
-#: ../../include/enotify.php:155
+#: ../../mod/dfrn_confirm.php:627
 #, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s publicou para [url=%2$s]seu mural[/url]"
+msgid "Site public key not available in contact record for URL %s."
+msgstr "A chave pública do site não está disponível no registro do contato para a URL %s"
 
-#: ../../include/enotify.php:166
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s etiquetou você"
+#: ../../mod/dfrn_confirm.php:647
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo."
 
-#: ../../include/enotify.php:167
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s etiquetou você em %2$s"
+#: ../../mod/dfrn_confirm.php:658
+msgid "Unable to set your contact credentials on our system."
+msgstr "Não foi possível definir suas credenciais de contato no nosso sistema."
 
-#: ../../include/enotify.php:168
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]etiquetou você[/url]."
+#: ../../mod/dfrn_confirm.php:725
+msgid "Unable to update your contact profile details on our system"
+msgstr "Não foi possível atualizar os detalhes do seu perfil em nosso sistema."
 
-#: ../../include/enotify.php:179
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s compartilhado uma nova publicação"
+#: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
+#: ../../include/items.php:3979
+msgid "[Name Withheld]"
+msgstr "[Nome não revelado]"
 
-#: ../../include/enotify.php:180
+#: ../../mod/dfrn_confirm.php:797
 #, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s compartilhou uma nova publicação em %2$s"
+msgid "%1$s has joined %2$s"
+msgstr "%1$s se associou a %2$s"
 
-#: ../../include/enotify.php:181
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]compartilhou uma publicação[/url]."
+#: ../../mod/profile.php:21 ../../boot.php:1453
+msgid "Requested profile is not available."
+msgstr "Perfil solicitado não está disponível."
 
-#: ../../include/enotify.php:193
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s cutucou você"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Dicas para novos membros"
 
-#: ../../include/enotify.php:194
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s cutucou você em %2$s"
+#: ../../mod/videos.php:125
+msgid "No videos selected"
+msgstr "Nenhum vídeo selecionado"
 
-#: ../../include/enotify.php:195
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]cutucou você[/url]."
+#: ../../mod/videos.php:226 ../../mod/photos.php:1031
+msgid "Access to this item is restricted."
+msgstr "O acesso a este item é restrito."
 
-#: ../../include/enotify.php:210
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s etiquetou sua publicação"
+#: ../../mod/videos.php:301 ../../include/text.php:1402
+msgid "View Video"
+msgstr "Ver Vídeo"
 
-#: ../../include/enotify.php:211
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s etiquetou sua publicação em %2$s"
+#: ../../mod/videos.php:308 ../../mod/photos.php:1808
+msgid "View Album"
+msgstr "Ver álbum"
 
-#: ../../include/enotify.php:212
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s etiquetou [url=%2$s]sua publicação[/url]"
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr "Vídeos Recentes"
 
-#: ../../include/enotify.php:223
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] Você recebeu uma apresentação"
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr "Envie Novos Vídeos"
 
-#: ../../include/enotify.php:224
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
 #, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Você recebeu uma apresentação de '%1$s' em %2$s"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s etiquetou %3$s de %2$s com %4$s"
 
-#: ../../include/enotify.php:225
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Você recebeu [url=%1$s]uma apresentação[/url] de %2$s."
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "A sugestão de amigo foi enviada"
 
-#: ../../include/enotify.php:228 ../../include/enotify.php:270
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Você pode visitar o perfil deles em %s"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Sugerir amigos"
 
-#: ../../include/enotify.php:230
+#: ../../mod/fsuggest.php:99
 #, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Favor visitar %s para aprovar ou rejeitar a apresentação."
-
-#: ../../include/enotify.php:238
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Notificação] Uma nova pessoa está compartilhando com você"
+msgid "Suggest a friend for %s"
+msgstr "Sugerir um amigo para %s"
 
-#: ../../include/enotify.php:239 ../../include/enotify.php:240
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s está compartilhando com você via %2$s"
+#: ../../mod/lostpass.php:19
+msgid "No valid account found."
+msgstr "Não foi encontrada nenhuma conta válida."
 
-#: ../../include/enotify.php:246
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Notificação] Você tem um novo seguidor"
+#: ../../mod/lostpass.php:35
+msgid "Password reset request issued. Check your email."
+msgstr "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail."
 
-#: ../../include/enotify.php:247 ../../include/enotify.php:248
+#: ../../mod/lostpass.php:42
 #, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Você tem um novo seguidor em %2$s : %1$s"
-
-#: ../../include/enotify.php:261
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] Você recebeu uma sugestão de amigo"
+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\tPrezado %1$s,\n\t\t\tUma solicitação foi recebida recentemente em \"%2$s\" para redefinir a\n\t\tsenha da sua conta. Para confirmar este pedido, por favor selecione o link de confirmação\n\t\tabaixo ou copie e cole-o na barra de endereço do seu navegador.\n\n\t\tSe NÃO foi você que solicitou esta alteração por favor, NÃO clique no link\n\t\tfornecido e ignore e/ou apague este e-mail.\n\n\t\tSua senha não será alterada a menos que possamos verificar que foi você que\n\t\temitiu esta solicitação."
 
-#: ../../include/enotify.php:262
+#: ../../mod/lostpass.php:53
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Você recebeu uma sugestão de amigo de '%1$s' em %2$s"
+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 link para verificar sua identidade:\n\n\t\t%1$s\n\n\t\tVocê então receberá uma mensagem de continuidade contendo a nova senha.\n\t\tVocê pode alterar sua senha na sua página de configurações após efetuar seu login.\n\n\t\tOs dados de login são os seguintes:\n\n\t\tLocalização do Site:\t%2$s\n\t\tNome de Login:\t%3$s"
 
-#: ../../include/enotify.php:263
+#: ../../mod/lostpass.php:72
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Você recebeu [url=%1$s]uma sugestão de amigo[/url] de %2$s em %3$s"
+msgid "Password reset requested at %s"
+msgstr "Foi feita uma solicitação de reiniciação da senha em %s"
 
-#: ../../include/enotify.php:268
-msgid "Name:"
-msgstr "Nome:"
+#: ../../mod/lostpass.php:92
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada."
 
-#: ../../include/enotify.php:269
-msgid "Photo:"
-msgstr "Foto:"
+#: ../../mod/lostpass.php:109 ../../boot.php:1275
+msgid "Password Reset"
+msgstr "Redifinir a senha"
 
-#: ../../include/enotify.php:272
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Favor visitar %s para aprovar ou rejeitar a sugestão."
+#: ../../mod/lostpass.php:110
+msgid "Your password has been reset as requested."
+msgstr "Sua senha foi reiniciada, conforme solicitado."
 
-#: ../../include/enotify.php:280 ../../include/enotify.php:293
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Notificação] Conexão aceita"
+#: ../../mod/lostpass.php:111
+msgid "Your new password is"
+msgstr "Sua nova senha é"
 
-#: ../../include/enotify.php:281 ../../include/enotify.php:294
-#, php-format
-msgid "'%1$s' has acepted your connection request at %2$s"
-msgstr "'%1$s' sua solicitação de conexão foi aceita em %2$s"
+#: ../../mod/lostpass.php:112
+msgid "Save or copy your new password - and then"
+msgstr "Grave ou copie a sua nova senha e, então"
 
-#: ../../include/enotify.php:282 ../../include/enotify.php:295
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s Foi aceita [url=%1$s] a conexão solicitada[/url]."
+#: ../../mod/lostpass.php:113
+msgid "click here to login"
+msgstr "clique aqui para entrar"
 
-#: ../../include/enotify.php:285
+#: ../../mod/lostpass.php:114
 msgid ""
-"You are now mutual friends and may exchange status updates, photos, and email\n"
-"\twithout restriction."
-msgstr ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em seu perfil."
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:302
+#: ../../mod/lostpass.php:125
 #, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr ""
+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\tCaro %1$s,\n\t\t\t\t\tSua senha foi alterada conforme solicitado. Por favor, guarde essas\n\t\t\t\tinformações para seus registros (ou altere a sua senha imediatamente para\n\t\t\t\talgo que você se lembrará).\n\t\t\t"
 
-#: ../../include/enotify.php:298
+#: ../../mod/lostpass.php:131
 #, 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 ""
+"\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\tOs seus dados de login são os seguintes:\n\n\t\t\t\tLocalização do Site:\t%1$s\n\t\t\t\tNome de Login:\t%2$s\n\t\t\t\tSenha:\t%3$s\n\n\t\t\t\tVocê pode alterar esta senha na sua página de configurações depois que efetuar o seu login.\n\t\t\t"
 
-#: ../../include/enotify.php:300
+#: ../../mod/lostpass.php:147
 #, php-format
+msgid "Your password has been changed at %s"
+msgstr "Sua senha foi modifica às %s"
+
+#: ../../mod/lostpass.php:159
+msgid "Forgot your Password?"
+msgstr "Esqueceu a sua senha?"
+
+#: ../../mod/lostpass.php:160
 msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future. "
-msgstr ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções."
 
-#: ../../include/enotify.php:313
-msgid "[Friendica System:Notify] registration request"
-msgstr ""
+#: ../../mod/lostpass.php:161
+msgid "Nickname or Email: "
+msgstr "Identificação ou e-mail: "
 
-#: ../../include/enotify.php:314
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr ""
+#: ../../mod/lostpass.php:162
+msgid "Reset"
+msgstr "Reiniciar"
 
-#: ../../include/enotify.php:315
+#: ../../mod/like.php:166 ../../include/conversation.php:137
+#: ../../include/diaspora.php:1935 ../../view/theme/diabook/theme.php:480
 #, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr ""
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s gosta de %3$s de %2$s"
 
-#: ../../include/enotify.php:318
+#: ../../mod/like.php:168 ../../include/conversation.php:140
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr ""
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s não gosta de %3$s de %2$s"
 
-#: ../../include/enotify.php:321
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr ""
+#: ../../mod/ping.php:240
+msgid "{0} wants to be your friend"
+msgstr "{0} deseja ser seu amigo"
 
-#: ../../include/api.php:262 ../../include/api.php:273
-#: ../../include/api.php:374 ../../include/api.php:958
-#: ../../include/api.php:960
-msgid "User not found."
-msgstr "Usuário não encontrado."
+#: ../../mod/ping.php:245
+msgid "{0} sent you a message"
+msgstr "{0} lhe enviou uma mensagem"
 
-#: ../../include/api.php:1167
-msgid "There is no status with this id."
-msgstr "Não existe status com esse id."
+#: ../../mod/ping.php:250
+msgid "{0} requested registration"
+msgstr "{0} solicitou registro"
 
-#: ../../include/api.php:1237
-msgid "There is no conversation with this id."
-msgstr "Não existe conversas com esse id."
+#: ../../mod/ping.php:256
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0} comentou a publicação de %s"
 
-#: ../../include/network.php:892
-msgid "view full size"
-msgstr "ver na tela inteira"
+#: ../../mod/ping.php:261
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0} gostou da publicação de %s"
 
-#: ../../include/Scrape.php:584
-msgid " on Last.fm"
-msgstr "na Last.fm"
+#: ../../mod/ping.php:266
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0} desgostou da publicação de %s"
 
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1125
-msgid "Full Name:"
-msgstr "Nome completo:"
+#: ../../mod/ping.php:271
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} agora é amigo de %s"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j de F, Y"
+#: ../../mod/ping.php:276
+msgid "{0} posted"
+msgstr "{0} publicou"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j de F"
+#: ../../mod/ping.php:281
+#, php-format
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} etiquetou a publicação de %s com #%s"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Aniversário:"
+#: ../../mod/ping.php:287
+msgid "{0} mentioned you in a post"
+msgstr "{0} mencionou você em uma publicação"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Idade:"
+#: ../../mod/viewcontacts.php:39
+msgid "No contacts."
+msgstr "Nenhum contato."
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "para %1$d %2$s"
+#: ../../mod/viewcontacts.php:76 ../../include/text.php:875
+msgid "View Contacts"
+msgstr "Ver contatos"
 
-#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:673
-msgid "Sexual Preference:"
-msgstr "Preferência sexual:"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Identificador de solicitação inválido"
 
-#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:675
-msgid "Hometown:"
-msgstr "Cidade:"
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Descartar"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Etiquetas:"
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "Sistema"
 
-#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:676
-msgid "Political Views:"
-msgstr "Posição política:"
+#: ../../mod/notifications.php:83 ../../include/nav.php:143
+msgid "Network"
+msgstr "Rede"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religião:"
+#: ../../mod/notifications.php:88 ../../mod/network.php:371
+msgid "Personal"
+msgstr "Pessoal"
 
-#: ../../include/profile_advanced.php:58 ../../mod/directory.php:144
-msgid "About:"
-msgstr "Sobre:"
+#: ../../mod/notifications.php:93 ../../include/nav.php:105
+#: ../../include/nav.php:146 ../../view/theme/diabook/theme.php:123
+msgid "Home"
+msgstr "Pessoal"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Passatempos/Interesses:"
+#: ../../mod/notifications.php:98 ../../include/nav.php:152
+msgid "Introductions"
+msgstr "Apresentações"
 
-#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:680
-msgid "Likes:"
-msgstr "Gosta de:"
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Exibir solicitações ignoradas"
 
-#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:681
-msgid "Dislikes:"
-msgstr "Não gosta de:"
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Ocultar solicitações ignoradas"
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Informações de contato e redes sociais:"
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Tipo de notificação:"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Preferências musicais:"
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Sugestão de amigo"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Livros, literatura:"
+#: ../../mod/notifications.php:152
+#, php-format
+msgid "suggested by %s"
+msgstr "sugerido por %s"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "Televisão:"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Publicar a adição de amigo"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Filmes/dança/cultura/entretenimento:"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "se aplicável"
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Amor/romance:"
+#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
+#: ../../mod/admin.php:977
+msgid "Approve"
+msgstr "Aprovar"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Trabalho/emprego:"
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Alega ser conhecido por você: "
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Escola/educação:"
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr "sim"
 
-#: ../../include/nav.php:34 ../../mod/navigation.php:20
-msgid "Nothing new here"
-msgstr "Nada de novo aqui"
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "não"
 
-#: ../../include/nav.php:38 ../../mod/navigation.php:24
-msgid "Clear notifications"
-msgstr "Descartar notificações"
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Aprovar como:"
 
-#: ../../include/nav.php:73
-msgid "End this session"
-msgstr "Terminar esta sessão"
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Amigo"
 
-#: ../../include/nav.php:79
-msgid "Your videos"
-msgstr "Seus vídeos"
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Compartilhador"
 
-#: ../../include/nav.php:81
-msgid "Your personal notes"
-msgstr ""
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Fã/Admirador"
 
-#: ../../include/nav.php:92
-msgid "Sign in"
-msgstr "Entrar"
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Solicitação de amizade/conexão"
 
-#: ../../include/nav.php:105
-msgid "Home Page"
-msgstr "Página pessoal"
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Novo acompanhante"
 
-#: ../../include/nav.php:109
-msgid "Create an account"
-msgstr "Criar uma conta"
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Sem apresentações."
 
-#: ../../include/nav.php:114 ../../mod/help.php:84
-msgid "Help"
-msgstr "Ajuda"
+#: ../../mod/notifications.php:220 ../../include/nav.php:153
+msgid "Notifications"
+msgstr "Notificações"
 
-#: ../../include/nav.php:114
-msgid "Help and documentation"
-msgstr "Ajuda e documentação"
+#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s gostou da publicação de %s"
 
-#: ../../include/nav.php:117
-msgid "Apps"
-msgstr "Aplicativos"
+#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
+#: ../../mod/notifications.php:488
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s desgostou da publicação de %s"
 
-#: ../../include/nav.php:117
-msgid "Addon applications, utilities, games"
-msgstr "Complementos, utilitários, jogos"
+#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
+#: ../../mod/notifications.php:503
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s agora é amigo de %s"
 
-#: ../../include/nav.php:119 ../../include/text.php:952
-#: ../../include/text.php:953 ../../mod/search.php:99
-msgid "Search"
-msgstr "Pesquisar"
+#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
+#, php-format
+msgid "%s created a new post"
+msgstr "%s criou uma nova publicação"
 
-#: ../../include/nav.php:119
-msgid "Search site content"
-msgstr "Pesquisar conteúdo no site"
+#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
+#: ../../mod/notifications.php:513
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s comentou uma publicação de %s"
 
-#: ../../include/nav.php:129
-msgid "Conversations on this site"
-msgstr "Conversas neste site"
+#: ../../mod/notifications.php:306
+msgid "No more network notifications."
+msgstr "Nenhuma notificação de rede."
 
-#: ../../include/nav.php:131
-msgid "Directory"
-msgstr "Diretório"
+#: ../../mod/notifications.php:310
+msgid "Network Notifications"
+msgstr "Notificações de rede"
 
-#: ../../include/nav.php:131
-msgid "People directory"
-msgstr "Diretório de pessoas"
+#: ../../mod/notifications.php:336 ../../mod/notify.php:75
+msgid "No more system notifications."
+msgstr "Não fazer notificações de sistema."
 
-#: ../../include/nav.php:133
-msgid "Information"
-msgstr "Informação"
+#: ../../mod/notifications.php:340 ../../mod/notify.php:79
+msgid "System Notifications"
+msgstr "Notificações de sistema"
 
-#: ../../include/nav.php:133
-msgid "Information about this friendica instance"
-msgstr "Informação sobre esta instância do friendica"
+#: ../../mod/notifications.php:435
+msgid "No more personal notifications."
+msgstr "Nenhuma notificação pessoal."
 
-#: ../../include/nav.php:143 ../../mod/notifications.php:83
-msgid "Network"
-msgstr "Rede"
+#: ../../mod/notifications.php:439
+msgid "Personal Notifications"
+msgstr "Notificações pessoais"
 
-#: ../../include/nav.php:143
-msgid "Conversations from your friends"
-msgstr "Conversas dos seus amigos"
+#: ../../mod/notifications.php:520
+msgid "No more home notifications."
+msgstr "Não existe mais nenhuma notificação pessoal."
 
-#: ../../include/nav.php:144
-msgid "Network Reset"
-msgstr "Reiniciar Rede"
+#: ../../mod/notifications.php:524
+msgid "Home Notifications"
+msgstr "Notificações pessoais"
 
-#: ../../include/nav.php:144
-msgid "Load Network page with no filters"
-msgstr "Carregar página Rede sem filtros"
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "Texto fonte (bbcode):"
 
-#: ../../include/nav.php:152 ../../mod/notifications.php:98
-msgid "Introductions"
-msgstr "Apresentações"
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Texto fonte (Diaspora) a converter para BBcode:"
 
-#: ../../include/nav.php:152
-msgid "Friend Requests"
-msgstr "Requisições de Amizade"
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "Entrada fonte:"
 
-#: ../../include/nav.php:153 ../../mod/notifications.php:220
-msgid "Notifications"
-msgstr "Notificações"
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (HTML puro):"
 
-#: ../../include/nav.php:154
-msgid "See all notifications"
-msgstr "Ver todas notificações"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html: "
 
-#: ../../include/nav.php:155
-msgid "Mark all system notifications seen"
-msgstr "Marcar todas as notificações de sistema como vistas"
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
 
-#: ../../include/nav.php:159 ../../mod/notifications.php:103
-#: ../../mod/message.php:182
-msgid "Messages"
-msgstr "Mensagens"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md: "
 
-#: ../../include/nav.php:159
-msgid "Private mail"
-msgstr "Mensagem privada"
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
 
-#: ../../include/nav.php:160
-msgid "Inbox"
-msgstr "Recebidas"
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
 
-#: ../../include/nav.php:161
-msgid "Outbox"
-msgstr "Enviadas"
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
+
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "Fonte de entrada (formato Diaspora):"
+
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
+
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Nada de novo aqui"
+
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Descartar notificações"
 
-#: ../../include/nav.php:162 ../../mod/message.php:9
+#: ../../mod/message.php:9 ../../include/nav.php:162
 msgid "New Message"
 msgstr "Nova mensagem"
 
-#: ../../include/nav.php:165
-msgid "Manage"
-msgstr "Gerenciar"
+#: ../../mod/message.php:63 ../../mod/wallmessage.php:56
+msgid "No recipient selected."
+msgstr "Não foi selecionado nenhum destinatário."
 
-#: ../../include/nav.php:165
-msgid "Manage other pages"
-msgstr "Gerenciar outras páginas"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "Não foi possível localizar informação do contato."
 
-#: ../../include/nav.php:168 ../../mod/settings.php:62
-msgid "Delegations"
-msgstr "Delegações"
+#: ../../mod/message.php:70 ../../mod/wallmessage.php:62
+msgid "Message could not be sent."
+msgstr "Não foi possível enviar a mensagem."
 
-#: ../../include/nav.php:168 ../../mod/delegate.php:124
-msgid "Delegate Page Management"
-msgstr "Delegar Administração de Página"
+#: ../../mod/message.php:73 ../../mod/wallmessage.php:65
+msgid "Message collection failure."
+msgstr "Falha na coleta de mensagens."
 
-#: ../../include/nav.php:170
-msgid "Account settings"
-msgstr "Configurações da conta"
+#: ../../mod/message.php:76 ../../mod/wallmessage.php:68
+msgid "Message sent."
+msgstr "A mensagem foi enviada."
 
-#: ../../include/nav.php:173
-msgid "Manage/Edit Profiles"
-msgstr "Administrar/Editar Perfis"
+#: ../../mod/message.php:182 ../../include/nav.php:159
+msgid "Messages"
+msgstr "Mensagens"
 
-#: ../../include/nav.php:175
-msgid "Manage/edit friends and contacts"
-msgstr "Gerenciar/editar amigos e contatos"
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "Você realmente deseja deletar essa mensagem?"
 
-#: ../../include/nav.php:182 ../../mod/admin.php:128
-msgid "Admin"
-msgstr "Admin"
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "A mensagem foi excluída."
 
-#: ../../include/nav.php:182
-msgid "Site setup and configuration"
-msgstr "Configurações do site"
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "A conversa foi removida."
 
-#: ../../include/nav.php:186
-msgid "Navigation"
-msgstr "Navegação"
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Please enter a link URL:"
+msgstr "Por favor, digite uma URL:"
 
-#: ../../include/nav.php:186
-msgid "Site map"
-msgstr "Mapa do Site"
+#: ../../mod/message.php:319 ../../mod/wallmessage.php:142
+msgid "Send Private Message"
+msgstr "Enviar mensagem privada"
 
-#: ../../include/plugin.php:455 ../../include/plugin.php:457
-msgid "Click here to upgrade."
-msgstr "Clique aqui para atualização (upgrade)."
+#: ../../mod/message.php:320 ../../mod/message.php:553
+#: ../../mod/wallmessage.php:144
+msgid "To:"
+msgstr "Para:"
 
-#: ../../include/plugin.php:463
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Essa ação excede o limite definido para o seu plano de assinatura."
+#: ../../mod/message.php:325 ../../mod/message.php:555
+#: ../../mod/wallmessage.php:145
+msgid "Subject:"
+msgstr "Assunto:"
 
-#: ../../include/plugin.php:468
-msgid "This action is not available under your subscription plan."
-msgstr "Essa ação não está disponível em seu plano de assinatura."
+#: ../../mod/message.php:329 ../../mod/message.php:558
+#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Sua mensagem:"
 
-#: ../../include/follow.php:27 ../../mod/dfrn_request.php:507
-msgid "Disallowed profile URL."
-msgstr "URL de perfil não permitida."
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../include/conversation.php:1091
+msgid "Upload photo"
+msgstr "Enviar foto"
 
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "URL de conexão faltando."
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../include/conversation.php:1095
+msgid "Insert web link"
+msgstr "Inserir link web"
 
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Este site não está configurado para permitir comunicações com outras redes."
+#: ../../mod/message.php:334 ../../mod/message.php:565
+#: ../../mod/content.php:499 ../../mod/content.php:883
+#: ../../mod/wallmessage.php:156 ../../mod/editpost.php:124
+#: ../../mod/photos.php:1545 ../../object/Item.php:364
+#: ../../include/conversation.php:692 ../../include/conversation.php:1109
+msgid "Please wait"
+msgstr "Por favor, espere"
 
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Não foi descoberto nenhum protocolo de comunicação ou fonte de notícias compatível."
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "Nenhuma mensagem."
 
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "O endereço de perfil especificado não fornece informação adequada."
+#: ../../mod/message.php:378
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Remetente desconhecido - %s"
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "Não foi encontrado nenhum autor ou nome."
+#: ../../mod/message.php:381
+#, php-format
+msgid "You and %s"
+msgstr "Você e %s"
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Não foi possível encontrar nenhuma URL de navegação neste endereço."
+#: ../../mod/message.php:384
+#, php-format
+msgid "%s and You"
+msgstr "%s e você"
 
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Não foi possível  casa o estilo @ de Endereço de Identidade com um protocolo conhecido ou contato de email."
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Excluir conversa"
 
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "Use mailto: antes do endereço para forçar a checagem de email."
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "O endereço de perfil especificado pertence a uma rede que foi desabilitada neste site."
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d mensagem"
+msgstr[1] "%d mensagens"
 
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Perfil limitado. Essa pessoa não poderá receber notificações diretas/pessoais de você."
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "A mensagem não está disponível."
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "Não foi possível recuperar a informação do contato."
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Excluir a mensagem"
 
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "acompanhando"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Não foi encontrada nenhuma comunicação segura. Você <strong>pode</strong> ser capaz de responder a partir da página de perfil do remetente."
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
-msgstr "Erro ao decodificar arquivo de conta"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Enviar resposta"
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Erro! Nenhum arquivo de dados de versão! Esse não é um arquivo de conta do Friendica?"
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:37 ../../mod/update_profile.php:41
+#: ../../mod/update_network.php:25
+msgid "[Embedded content - reload page to view]"
+msgstr "[Conteúdo incorporado - recarregue a página para ver]"
 
-#: ../../include/uimport.php:116 ../../include/uimport.php:127
-msgid "Error! Cannot check nickname"
-msgstr "Erro! Não consigo conferir o apelido (nickname)"
+#: ../../mod/crepair.php:106
+msgid "Contact settings applied."
+msgstr "As configurações do contato foram aplicadas."
 
-#: ../../include/uimport.php:120 ../../include/uimport.php:131
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "User '%s' já existe nesse servidor!"
+#: ../../mod/crepair.php:108
+msgid "Contact update failed."
+msgstr "Não foi possível atualizar o contato."
 
-#: ../../include/uimport.php:153
-msgid "User creation error"
-msgstr "Erro na criação do usuário"
+#: ../../mod/crepair.php:139
+msgid "Repair Contact Settings"
+msgstr "Corrigir configurações do contato"
 
-#: ../../include/uimport.php:171
-msgid "User profile creation error"
-msgstr "Erro na criação do perfil do Usuário"
+#: ../../mod/crepair.php:141
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>ATENÇÃO: Isso é muito avançado</strong>, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar."
 
-#: ../../include/uimport.php:220
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contato não foi importado"
-msgstr[1] "%d contatos não foram importados"
+#: ../../mod/crepair.php:142
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Por favor, use o botão 'Voltar' do seu navegador <strong>agora</strong>, caso você não tenha certeza do que está fazendo."
 
-#: ../../include/uimport.php:290
-msgid "Done. You can now login with your username and password"
-msgstr "Feito. Você agora pode entrar com seu nome de usuário e senha"
+#: ../../mod/crepair.php:148
+msgid "Return to contact editor"
+msgstr "Voltar ao editor de contatos"
 
-#: ../../include/event.php:11 ../../include/bb2diaspora.php:134
-#: ../../mod/localtime.php:12
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ H:i"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "No mirroring"
+msgstr "Nenhum espelhamento"
 
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:140
-msgid "Starts:"
-msgstr "Início:"
+#: ../../mod/crepair.php:159
+msgid "Mirror as forwarded posting"
+msgstr "Espelhar como postagem encaminhada"
 
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:148
-msgid "Finishes:"
-msgstr "Término:"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "Mirror as my own posting"
+msgstr "Espelhar como minha própria postagem"
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr "parou de acompanhar"
+#: ../../mod/crepair.php:165 ../../mod/admin.php:975 ../../mod/admin.php:987
+#: ../../mod/admin.php:988 ../../mod/admin.php:1001 ../../mod/settings.php:616
+#: ../../mod/settings.php:642
+msgid "Name"
+msgstr "Nome"
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:882
-msgid "Poke"
-msgstr "Cutucar"
+#: ../../mod/crepair.php:166
+msgid "Account Nickname"
+msgstr "Identificação da conta"
 
-#: ../../include/Contact.php:229 ../../include/conversation.php:876
-msgid "View Status"
-msgstr "Ver Status"
+#: ../../mod/crepair.php:167
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname - sobrescreve Nome/Identificação"
 
-#: ../../include/Contact.php:230 ../../include/conversation.php:877
-msgid "View Profile"
-msgstr "Ver Perfil"
+#: ../../mod/crepair.php:168
+msgid "Account URL"
+msgstr "URL da conta"
 
-#: ../../include/Contact.php:231 ../../include/conversation.php:878
-msgid "View Photos"
-msgstr "Ver Fotos"
+#: ../../mod/crepair.php:169
+msgid "Friend Request URL"
+msgstr "URL da requisição de amizade"
 
-#: ../../include/Contact.php:232 ../../include/Contact.php:255
-#: ../../include/conversation.php:879
-msgid "Network Posts"
-msgstr "Publicações da Rede"
+#: ../../mod/crepair.php:170
+msgid "Friend Confirm URL"
+msgstr "URL da confirmação de amizade"
 
-#: ../../include/Contact.php:233 ../../include/Contact.php:255
-#: ../../include/conversation.php:880
-msgid "Edit Contact"
-msgstr "Editar Contato"
+#: ../../mod/crepair.php:171
+msgid "Notification Endpoint URL"
+msgstr "URL do ponto final da notificação"
 
-#: ../../include/Contact.php:234
-msgid "Drop Contact"
-msgstr "Excluir o contato"
+#: ../../mod/crepair.php:172
+msgid "Poll/Feed URL"
+msgstr "URL do captador/fonte de notícias"
 
-#: ../../include/Contact.php:235 ../../include/Contact.php:255
-#: ../../include/conversation.php:881
-msgid "Send PM"
-msgstr "Enviar MP"
+#: ../../mod/crepair.php:173
+msgid "New photo from this URL"
+msgstr "Nova imagem desta URL"
 
-#: ../../include/dbstructure.php:23
-#, 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 ""
+#: ../../mod/crepair.php:174
+msgid "Remote Self"
+msgstr "Auto remoto"
 
-#: ../../include/dbstructure.php:28
-#, php-format
+#: ../../mod/crepair.php:176
+msgid "Mirror postings from this contact"
+msgstr "Espelhar publicações deste contato"
+
+#: ../../mod/crepair.php:176
 msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Marcar este contato como auto remoto fará com que o friendica republique novas entradas deste usuário."
 
-#: ../../include/dbstructure.php:181
-msgid "Errors encountered creating database tables."
-msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados."
+#: ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Acesso negado."
 
-#: ../../include/dbstructure.php:239
-msgid "Errors encountered performing database changes."
-msgstr ""
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Pesquisar pessoas"
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Miscelânea"
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Nenhuma correspondência"
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr "ano"
+#: ../../mod/fbrowser.php:25 ../../boot.php:2121 ../../include/nav.php:78
+#: ../../view/theme/diabook/theme.php:126
+msgid "Photos"
+msgstr "Fotos"
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "s"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Arquivos"
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr "dia"
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Contatos que não são membros de um grupo"
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "nunca"
+#: ../../mod/admin.php:57
+msgid "Theme settings updated."
+msgstr "As configurações do tema foram atualizadas."
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "menos de um segundo atrás"
+#: ../../mod/admin.php:104 ../../mod/admin.php:596
+msgid "Site"
+msgstr "Site"
 
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr "anos"
+#: ../../mod/admin.php:105 ../../mod/admin.php:970 ../../mod/admin.php:985
+msgid "Users"
+msgstr "Usuários"
 
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "meses"
+#: ../../mod/admin.php:106 ../../mod/admin.php:1074 ../../mod/admin.php:1127
+#: ../../mod/settings.php:57
+msgid "Plugins"
+msgstr "Plugins"
 
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "semana"
+#: ../../mod/admin.php:107 ../../mod/admin.php:1295 ../../mod/admin.php:1329
+msgid "Themes"
+msgstr "Temas"
 
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "semanas"
+#: ../../mod/admin.php:108
+msgid "DB updates"
+msgstr "Atualizações do BD"
 
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr "dias"
+#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1416
+msgid "Logs"
+msgstr "Relatórios"
 
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "hora"
+#: ../../mod/admin.php:128 ../../include/nav.php:182
+msgid "Admin"
+msgstr "Admin"
 
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "horas"
+#: ../../mod/admin.php:129
+msgid "Plugin Features"
+msgstr "Recursos do plugin"
 
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "minuto"
+#: ../../mod/admin.php:131
+msgid "User registrations waiting for confirmation"
+msgstr "Cadastros de novos usuários aguardando confirmação"
 
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "minutos"
+#: ../../mod/admin.php:190 ../../mod/admin.php:924
+msgid "Normal Account"
+msgstr "Conta normal"
 
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr "segundo"
+#: ../../mod/admin.php:191 ../../mod/admin.php:925
+msgid "Soapbox Account"
+msgstr "Conta de vitrine"
 
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr "segundos"
+#: ../../mod/admin.php:192 ../../mod/admin.php:926
+msgid "Community/Celebrity Account"
+msgstr "Conta de comunidade/celebridade"
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s atrás"
+#: ../../mod/admin.php:193 ../../mod/admin.php:927
+msgid "Automatic Friend Account"
+msgstr "Conta de amigo automático"
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[sem assunto]"
+#: ../../mod/admin.php:194
+msgid "Blog Account"
+msgstr "Conta de blog"
 
-#: ../../include/delivery.php:456 ../../include/notifier.php:774
-msgid "(no subject)"
-msgstr "(sem assunto)"
+#: ../../mod/admin.php:195
+msgid "Private Forum"
+msgstr "Fórum privado"
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Desconhecido | Não categorizado"
+#: ../../mod/admin.php:214
+msgid "Message queues"
+msgstr "Fila de mensagens"
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Bloquear imediatamente"
+#: ../../mod/admin.php:219 ../../mod/admin.php:595 ../../mod/admin.php:969
+#: ../../mod/admin.php:1073 ../../mod/admin.php:1126 ../../mod/admin.php:1294
+#: ../../mod/admin.php:1328 ../../mod/admin.php:1415
+msgid "Administration"
+msgstr "Administração"
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Dissimulado, spammer, propagandista"
+#: ../../mod/admin.php:220
+msgid "Summary"
+msgstr "Resumo"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Eu conheço, mas não possuo nenhuma opinião acerca"
+#: ../../mod/admin.php:222
+msgid "Registered users"
+msgstr "Usuários registrados"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "Ok, provavelmente inofensivo"
+#: ../../mod/admin.php:224
+msgid "Pending registrations"
+msgstr "Registros pendentes"
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Boa reputação, tem minha confiança"
+#: ../../mod/admin.php:225
+msgid "Version"
+msgstr "Versão"
+
+#: ../../mod/admin.php:229
+msgid "Active plugins"
+msgstr "Plugins ativos"
+
+#: ../../mod/admin.php:252
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Não foi possível analisar a URL. Ela deve conter pelo menos <scheme>://<domain>"
+
+#: ../../mod/admin.php:500
+msgid "Site settings updated."
+msgstr "As configurações do site foram atualizadas."
+
+#: ../../mod/admin.php:529 ../../mod/settings.php:828
+msgid "No special theme for mobile devices"
+msgstr "Nenhum tema especial para dispositivos móveis"
 
-#: ../../include/contact_selectors.php:56 ../../mod/admin.php:542
+#: ../../mod/admin.php:547
+msgid "At post arrival"
+msgstr "Na chegada da publicação"
+
+#: ../../mod/admin.php:548 ../../include/contact_selectors.php:56
 msgid "Frequently"
 msgstr "Frequentemente"
 
-#: ../../include/contact_selectors.php:57 ../../mod/admin.php:543
+#: ../../mod/admin.php:549 ../../include/contact_selectors.php:57
 msgid "Hourly"
 msgstr "De hora em hora"
 
-#: ../../include/contact_selectors.php:58 ../../mod/admin.php:544
+#: ../../mod/admin.php:550 ../../include/contact_selectors.php:58
 msgid "Twice daily"
 msgstr "Duas vezes ao dia"
 
-#: ../../include/contact_selectors.php:59 ../../mod/admin.php:545
+#: ../../mod/admin.php:551 ../../include/contact_selectors.php:59
 msgid "Daily"
 msgstr "Diariamente"
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Semanalmente"
+#: ../../mod/admin.php:556
+msgid "Multi user instance"
+msgstr "Instância multi usuário"
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Mensalmente"
+#: ../../mod/admin.php:579
+msgid "Closed"
+msgstr "Fechado"
 
-#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/admin.php:580
+msgid "Requires approval"
+msgstr "Requer aprovação"
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../mod/admin.php:581
+msgid "Open"
+msgstr "Aberto"
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../mod/admin.php:585
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Nenhuma política de SSL, os links irão rastrear o estado SSL da página"
 
-#: ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86 ../../mod/admin.php:964
-#: ../../mod/admin.php:976 ../../mod/admin.php:977 ../../mod/admin.php:992
-msgid "Email"
-msgstr "E-mail"
+#: ../../mod/admin.php:586
+msgid "Force all links to use SSL"
+msgstr "Forçar todos os links a utilizar SSL"
 
-#: ../../include/contact_selectors.php:80 ../../mod/settings.php:733
-#: ../../mod/dfrn_request.php:842
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../mod/admin.php:587
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)"
 
-#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49
-#: ../../mod/newmember.php:51
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/admin.php:597 ../../mod/admin.php:1128 ../../mod/admin.php:1330
+#: ../../mod/admin.php:1417 ../../mod/settings.php:614
+#: ../../mod/settings.php:724 ../../mod/settings.php:798
+#: ../../mod/settings.php:880 ../../mod/settings.php:1113
+msgid "Save Settings"
+msgstr "Salvar configurações"
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../mod/admin.php:598 ../../mod/register.php:255
+msgid "Registration"
+msgstr "Registro"
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../mod/admin.php:599
+msgid "File upload"
+msgstr "Envio de arquivo"
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../mod/admin.php:600
+msgid "Policies"
+msgstr "Políticas"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../mod/admin.php:601
+msgid "Advanced"
+msgstr "Avançado"
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../mod/admin.php:602
+msgid "Performance"
+msgstr "Performance"
 
-#: ../../include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "pump.io"
+#: ../../mod/admin.php:603
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Relocação - ATENÇÃO: função avançada. Pode tornar esse servidor inacessível."
 
-#: ../../include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
+#: ../../mod/admin.php:606
+msgid "Site name"
+msgstr "Nome do site"
 
-#: ../../include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Conector do Diáspora"
+#: ../../mod/admin.php:607
+msgid "Host name"
+msgstr "Nome do host"
 
-#: ../../include/contact_selectors.php:91
-msgid "Statusnet"
-msgstr "Statusnet"
+#: ../../mod/admin.php:608
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
 
-#: ../../include/contact_selectors.php:92
-msgid "App.net"
-msgstr ""
+#: ../../mod/admin.php:609
+msgid "Additional Info"
+msgstr "Informação adicional"
 
-#: ../../include/diaspora.php:620 ../../include/conversation.php:172
-#: ../../mod/dfrn_confirm.php:486
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s agora é amigo de %2$s"
+#: ../../mod/admin.php:609
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
+msgstr "Para servidores públicos: você pode adicionar informações aqui que serão listadas em dir.friendica.com/siteinfo."
 
-#: ../../include/diaspora.php:703
-msgid "Sharing notification from Diaspora network"
-msgstr "Notificação de compartilhamento da rede Diaspora"
+#: ../../mod/admin.php:610
+msgid "System language"
+msgstr "Idioma do sistema"
 
-#: ../../include/diaspora.php:2312
-msgid "Attachments:"
-msgstr "Anexos:"
+#: ../../mod/admin.php:611
+msgid "System theme"
+msgstr "Tema do sistema"
 
-#: ../../include/conversation.php:140 ../../mod/like.php:168
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s não gosta de %3$s de %2$s"
+#: ../../mod/admin.php:611
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema padrão do sistema. Pode ser substituído nos perfis de usuário -  <a href='#' id='cnftheme'>alterar configurações do tema</a>"
 
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s cutucou %2$s"
+#: ../../mod/admin.php:612
+msgid "Mobile system theme"
+msgstr "Tema do sistema para dispositivos móveis"
 
-#: ../../include/conversation.php:211 ../../include/text.php:1004
-msgid "poked"
-msgstr "cutucado"
+#: ../../mod/admin.php:612
+msgid "Theme for mobile devices"
+msgstr "Tema para dispositivos móveis"
 
-#: ../../include/conversation.php:227 ../../mod/mood.php:62
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s atualmente está %2$s"
+#: ../../mod/admin.php:613
+msgid "SSL link policy"
+msgstr "Política de link SSL"
 
-#: ../../include/conversation.php:266 ../../mod/tagger.php:95
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s etiquetou %3$s de %2$s com %4$s"
+#: ../../mod/admin.php:613
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determina se os links gerados devem ser forçados a utilizar SSL"
 
-#: ../../include/conversation.php:291
-msgid "post/item"
-msgstr "postagem/item"
+#: ../../mod/admin.php:614
+msgid "Force SSL"
+msgstr "Forçar SSL"
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s marcou %3$s de %2$s como favorito"
+#: ../../mod/admin.php:614
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Forçar todas as solicitações não-SSL para SSL - Atenção: em alguns sistemas isso pode levar a loops infinitos."
 
-#: ../../include/conversation.php:613 ../../object/Item.php:129
-#: ../../mod/photos.php:1651 ../../mod/content.php:437
-#: ../../mod/content.php:740
-msgid "Select"
-msgstr "Selecionar"
+#: ../../mod/admin.php:615
+msgid "Old style 'Share'"
+msgstr "Estilo antigo do 'Compartilhar' "
 
-#: ../../include/conversation.php:614 ../../object/Item.php:130
-#: ../../mod/group.php:171 ../../mod/settings.php:674
-#: ../../mod/contacts.php:709 ../../mod/admin.php:968
-#: ../../mod/photos.php:1652 ../../mod/content.php:438
-#: ../../mod/content.php:741
-msgid "Delete"
-msgstr "Excluir"
+#: ../../mod/admin.php:615
+msgid "Deactivates the bbcode element 'share' for repeating items."
+msgstr "Desativa o elemento bbcode 'compartilhar' para repetir ítens."
 
-#: ../../include/conversation.php:654 ../../object/Item.php:326
-#: ../../object/Item.php:327 ../../mod/content.php:471
-#: ../../mod/content.php:852 ../../mod/content.php:853
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Ver o perfil de %s @ %s"
+#: ../../mod/admin.php:616
+msgid "Hide help entry from navigation menu"
+msgstr "Oculta a entrada 'Ajuda' do menu de navegação"
 
-#: ../../include/conversation.php:666 ../../object/Item.php:316
-msgid "Categories:"
-msgstr "Categorias:"
+#: ../../mod/admin.php:616
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Oculta a entrada de menu para as páginas de Ajuda do menu de navegação. Ainda será possível acessá-las chamando /help diretamente."
 
-#: ../../include/conversation.php:667 ../../object/Item.php:317
-msgid "Filed under:"
-msgstr "Arquivado sob:"
+#: ../../mod/admin.php:617
+msgid "Single user instance"
+msgstr "Instância de usuário único"
 
-#: ../../include/conversation.php:674 ../../object/Item.php:340
-#: ../../mod/content.php:481 ../../mod/content.php:864
-#, php-format
-msgid "%s from %s"
-msgstr "%s de %s"
+#: ../../mod/admin.php:617
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Faça essa instância multiusuário ou usuário único para o usuário em questão"
 
-#: ../../include/conversation.php:690 ../../mod/content.php:497
-msgid "View in context"
-msgstr "Ver no contexto"
+#: ../../mod/admin.php:618
+msgid "Maximum image size"
+msgstr "Tamanho máximo da imagem"
 
-#: ../../include/conversation.php:692 ../../include/conversation.php:1109
-#: ../../object/Item.php:364 ../../mod/wallmessage.php:156
-#: ../../mod/editpost.php:124 ../../mod/photos.php:1543
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/content.php:499 ../../mod/content.php:883
-msgid "Please wait"
-msgstr "Por favor, espere"
+#: ../../mod/admin.php:618
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Tamanho máximo, em bytes, das imagens enviadas. O padrão é 0, o que significa sem limites"
 
-#: ../../include/conversation.php:772
-msgid "remove"
-msgstr "remover"
+#: ../../mod/admin.php:619
+msgid "Maximum image length"
+msgstr "Tamanho máximo da imagem"
 
-#: ../../include/conversation.php:776
-msgid "Delete Selected Items"
-msgstr "Excluir os itens selecionados"
+#: ../../mod/admin.php:619
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Tamanho máximo em pixels do lado mais largo das imagens enviadas. O padrão é -1, que significa sem limites."
 
-#: ../../include/conversation.php:875
-msgid "Follow Thread"
-msgstr "Seguir o Thread"
+#: ../../mod/admin.php:620
+msgid "JPEG image quality"
+msgstr "Qualidade da imagem JPEG"
 
-#: ../../include/conversation.php:944
-#, php-format
-msgid "%s likes this."
-msgstr "%s gostou disso."
+#: ../../mod/admin.php:620
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Imagens JPEG enviadas serão salvas com essa qualidade [0-100]. O padrão é 100, que significa a melhor qualidade."
 
-#: ../../include/conversation.php:944
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s não gostou disso."
+#: ../../mod/admin.php:622
+msgid "Register policy"
+msgstr "Política de registro"
 
-#: ../../include/conversation.php:949
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d pessoas</span> gostaram disso"
+#: ../../mod/admin.php:623
+msgid "Maximum Daily Registrations"
+msgstr "Registros Diários Máximos"
 
-#: ../../include/conversation.php:952
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d pessoas</span> não gostaram disso"
+#: ../../mod/admin.php:623
+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 "Se o registro é permitido acima, isso configura o número máximo de registros de novos usuários a serem aceitos por dia. Se o registro está configurado para 'fechado/closed' ,  essa configuração não tem efeito."
 
-#: ../../include/conversation.php:966
-msgid "and"
-msgstr "e"
+#: ../../mod/admin.php:624
+msgid "Register text"
+msgstr "Texto de registro"
 
-#: ../../include/conversation.php:972
-#, php-format
-msgid ", and %d other people"
-msgstr ", e mais %d outras pessoas"
+#: ../../mod/admin.php:624
+msgid "Will be displayed prominently on the registration page."
+msgstr "Será exibido com destaque na página de registro."
 
-#: ../../include/conversation.php:974
-#, php-format
-msgid "%s like this."
-msgstr "%s gostaram disso."
+#: ../../mod/admin.php:625
+msgid "Accounts abandoned after x days"
+msgstr "Contas abandonadas após x dias"
 
-#: ../../include/conversation.php:974
-#, php-format
-msgid "%s don't like this."
-msgstr "%s não gostaram disso."
-
-#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visível para <strong>todos</strong>"
+#: ../../mod/admin.php:625
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Não desperdiçará recursos do sistema captando de sites externos para contas abandonadas. Digite 0 para nenhum limite de tempo."
 
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-msgid "Please enter a link URL:"
-msgstr "Por favor, digite uma URL:"
+#: ../../mod/admin.php:626
+msgid "Allowed friend domains"
+msgstr "Domínios de amigos permitidos"
 
-#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
-msgid "Please enter a video link/URL:"
-msgstr "Favor fornecer um link/URL de vídeo"
+#: ../../mod/admin.php:626
+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 dos domínios que têm permissão para estabelecer amizades com esse site, separados por vírgula. Caracteres curinga são aceitos. Deixe em branco para permitir qualquer domínio."
 
-#: ../../include/conversation.php:1004 ../../include/conversation.php:1022
-msgid "Please enter an audio link/URL:"
-msgstr "Favor fornecer um link/URL de áudio"
+#: ../../mod/admin.php:627
+msgid "Allowed email domains"
+msgstr "Domínios de e-mail permitidos"
 
-#: ../../include/conversation.php:1005 ../../include/conversation.php:1023
-msgid "Tag term:"
-msgstr "Etiqueta:"
+#: ../../mod/admin.php:627
+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 de domínios separados por vírgula, que são permitidos em endereços de e-mail para registro nesse site. Caracteres-curinga são aceitos. Vazio para aceitar qualquer domínio"
 
-#: ../../include/conversation.php:1006 ../../include/conversation.php:1024
-#: ../../mod/filer.php:30
-msgid "Save to Folder:"
-msgstr "Salvar na pasta:"
+#: ../../mod/admin.php:628
+msgid "Block public"
+msgstr "Bloquear acesso público"
 
-#: ../../include/conversation.php:1007 ../../include/conversation.php:1025
-msgid "Where are you right now?"
-msgstr "Onde você está agora?"
+#: ../../mod/admin.php:628
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Marque para bloquear o acesso público a todas as páginas desse site, com exceção das páginas pessoais públicas, a não ser que a pessoa esteja autenticada."
 
-#: ../../include/conversation.php:1008
-msgid "Delete item(s)?"
-msgstr "Deletar item(s)?"
+#: ../../mod/admin.php:629
+msgid "Force publish"
+msgstr "Forçar a listagem"
 
-#: ../../include/conversation.php:1051
-msgid "Post to Email"
-msgstr "Enviar por e-mail"
+#: ../../mod/admin.php:629
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Marque para forçar todos os perfis desse site a serem listados no diretório do site."
 
-#: ../../include/conversation.php:1056
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Conectores desabilitados, desde \"%s\" está habilitado."
+#: ../../mod/admin.php:630
+msgid "Global directory update URL"
+msgstr "URL de atualização do diretório global"
 
-#: ../../include/conversation.php:1057 ../../mod/settings.php:1025
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Ocultar os detalhes do seu perfil para pessoas desconhecidas?"
+#: ../../mod/admin.php:630
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "URL para atualizar o diretório global. Se isso não for definido, o diretório global não estará disponível neste site."
 
-#: ../../include/conversation.php:1090 ../../mod/photos.php:1542
-msgid "Share"
-msgstr "Compartilhar"
+#: ../../mod/admin.php:631
+msgid "Allow threaded items"
+msgstr "Habilita itens aninhados"
 
-#: ../../include/conversation.php:1091 ../../mod/wallmessage.php:154
-#: ../../mod/editpost.php:110 ../../mod/message.php:332
-#: ../../mod/message.php:562
-msgid "Upload photo"
-msgstr "Enviar foto"
+#: ../../mod/admin.php:631
+msgid "Allow infinite level threading for items on this site."
+msgstr "Habilita nível infinito de aninhamento (threading) para itens."
 
-#: ../../include/conversation.php:1092 ../../mod/editpost.php:111
-msgid "upload photo"
-msgstr "upload de foto"
+#: ../../mod/admin.php:632
+msgid "Private posts by default for new users"
+msgstr "Publicações privadas por padrão para novos usuários"
 
-#: ../../include/conversation.php:1093 ../../mod/editpost.php:112
-msgid "Attach file"
-msgstr "Anexar arquivo"
+#: ../../mod/admin.php:632
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas."
 
-#: ../../include/conversation.php:1094 ../../mod/editpost.php:113
-msgid "attach file"
-msgstr "anexar arquivo"
+#: ../../mod/admin.php:633
+msgid "Don't include post content in email notifications"
+msgstr "Não incluir o conteúdo da postagem nas notificações de email"
 
-#: ../../include/conversation.php:1095 ../../mod/wallmessage.php:155
-#: ../../mod/editpost.php:114 ../../mod/message.php:333
-#: ../../mod/message.php:563
-msgid "Insert web link"
-msgstr "Inserir link web"
+#: ../../mod/admin.php:633
+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 "Não incluir o conteúdo de uma postagem/comentário/mensagem privada/etc. em notificações de email que são enviadas para fora desse sítio, como medida de segurança."
 
-#: ../../include/conversation.php:1096 ../../mod/editpost.php:115
-msgid "web link"
-msgstr "link web"
+#: ../../mod/admin.php:634
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Disabilita acesso público a addons listados no menu de aplicativos."
 
-#: ../../include/conversation.php:1097 ../../mod/editpost.php:116
-msgid "Insert video link"
-msgstr "Inserir link de vídeo"
+#: ../../mod/admin.php:634
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Marcar essa caixa ira restringir os addons listados no menu de aplicativos aos membros somente."
 
-#: ../../include/conversation.php:1098 ../../mod/editpost.php:117
-msgid "video link"
-msgstr "link de vídeo"
+#: ../../mod/admin.php:635
+msgid "Don't embed private images in posts"
+msgstr "Não inclua imagens privadas em publicações"
 
-#: ../../include/conversation.php:1099 ../../mod/editpost.php:118
-msgid "Insert audio link"
-msgstr "Inserir link de áudio"
+#: ../../mod/admin.php:635
+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 "Não substitue fotos privativas guardadas localmente em publicações por uma cópia inclusa da imagem. Isso significa que os contatos que recebem publicações contendo fotos privadas terão que autenticar e carregar cada imagem, o que pode levar algum tempo."
 
-#: ../../include/conversation.php:1100 ../../mod/editpost.php:119
-msgid "audio link"
-msgstr "link de áudio"
+#: ../../mod/admin.php:636
+msgid "Allow Users to set remote_self"
+msgstr "Permite usuários configurarem remote_self"
 
-#: ../../include/conversation.php:1101 ../../mod/editpost.php:120
-msgid "Set your location"
-msgstr "Definir sua localização"
+#: ../../mod/admin.php:636
+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 "Ao marcar isto, todos os usuários poderão marcar cada contato como um remote_self na opção de reparar contato. Marcar isto para um contato produz espelhamento de toda publicação deste contato no fluxo dos usuários"
 
-#: ../../include/conversation.php:1102 ../../mod/editpost.php:121
-msgid "set location"
-msgstr "configure localização"
+#: ../../mod/admin.php:637
+msgid "Block multiple registrations"
+msgstr "Bloquear registros repetidos"
 
-#: ../../include/conversation.php:1103 ../../mod/editpost.php:122
-msgid "Clear browser location"
-msgstr "Limpar a localização do navegador"
+#: ../../mod/admin.php:637
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Desabilitar o registro de contas adicionais para serem usadas como páginas."
 
-#: ../../include/conversation.php:1104 ../../mod/editpost.php:123
-msgid "clear location"
-msgstr "apague localização"
+#: ../../mod/admin.php:638
+msgid "OpenID support"
+msgstr "Suporte ao OpenID"
 
-#: ../../include/conversation.php:1106 ../../mod/editpost.php:137
-msgid "Set title"
-msgstr "Definir o título"
+#: ../../mod/admin.php:638
+msgid "OpenID support for registration and logins."
+msgstr "Suporte ao OpenID para registros e autenticações."
 
-#: ../../include/conversation.php:1108 ../../mod/editpost.php:139
-msgid "Categories (comma-separated list)"
-msgstr "Categorias (lista separada por vírgulas)"
+#: ../../mod/admin.php:639
+msgid "Fullname check"
+msgstr "Verificar nome completo"
 
-#: ../../include/conversation.php:1110 ../../mod/editpost.php:125
-msgid "Permission settings"
-msgstr "Configurações de permissão"
+#: ../../mod/admin.php:639
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Forçar os usuários a usar um espaço em branco entre o nome e o sobrenome, ao preencherem o nome completo no registro, como uma medida contra o spam"
 
-#: ../../include/conversation.php:1111
-msgid "permissions"
-msgstr "permissões"
+#: ../../mod/admin.php:640
+msgid "UTF-8 Regular expressions"
+msgstr "Expressões regulares UTF-8"
 
-#: ../../include/conversation.php:1119 ../../mod/editpost.php:133
-msgid "CC: email addresses"
-msgstr "CC: endereço de e-mail"
+#: ../../mod/admin.php:640
+msgid "Use PHP UTF8 regular expressions"
+msgstr "Use expressões regulares do PHP em UTF8"
 
-#: ../../include/conversation.php:1120 ../../mod/editpost.php:134
-msgid "Public post"
-msgstr "Publicação pública"
+#: ../../mod/admin.php:641
+msgid "Show Community Page"
+msgstr "Exibir a página da comunidade"
 
-#: ../../include/conversation.php:1122 ../../mod/editpost.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com"
+#: ../../mod/admin.php:641
+msgid ""
+"Display a Community page showing all recent public postings on this site."
+msgstr "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site."
 
-#: ../../include/conversation.php:1126 ../../object/Item.php:687
-#: ../../mod/editpost.php:145 ../../mod/photos.php:1564
-#: ../../mod/photos.php:1608 ../../mod/photos.php:1696
-#: ../../mod/content.php:719
-msgid "Preview"
-msgstr "Pré-visualização"
+#: ../../mod/admin.php:642
+msgid "Enable OStatus support"
+msgstr "Habilitar suporte ao OStatus"
 
-#: ../../include/conversation.php:1135
-msgid "Post to Groups"
-msgstr "Postar em Grupos"
+#: ../../mod/admin.php:642
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Fornece compatibilidade OStatus (StatusNet, GNU Social, etc.). Todas as comunicações no OStatus são públicas, assim avisos de privacidade serão ocasionalmente mostrados."
 
-#: ../../include/conversation.php:1136
-msgid "Post to Contacts"
-msgstr "Publique para Contatos"
+#: ../../mod/admin.php:643
+msgid "OStatus conversation completion interval"
+msgstr "Intervalo de finalização da conversação OStatus "
 
-#: ../../include/conversation.php:1137
-msgid "Private post"
-msgstr "Publicação privada"
+#: ../../mod/admin.php:643
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "De quanto em quanto tempo o \"buscador\" (poller) deve checar por novas entradas numa conversação OStatus? Essa pode ser uma tarefa bem demorada."
 
-#: ../../include/text.php:296
-msgid "newer"
-msgstr "mais recente"
+#: ../../mod/admin.php:644
+msgid "Enable Diaspora support"
+msgstr "Habilitar suporte ao Diaspora"
 
-#: ../../include/text.php:298
-msgid "older"
-msgstr "antigo"
+#: ../../mod/admin.php:644
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Fornece compatibilidade nativa com a rede Diaspora."
 
-#: ../../include/text.php:303
-msgid "prev"
-msgstr "anterior"
+#: ../../mod/admin.php:645
+msgid "Only allow Friendica contacts"
+msgstr "Permitir somente contatos Friendica"
 
-#: ../../include/text.php:305
-msgid "first"
-msgstr "primeiro"
-
-#: ../../include/text.php:337
-msgid "last"
-msgstr "último"
-
-#: ../../include/text.php:340
-msgid "next"
-msgstr "próximo"
+#: ../../mod/admin.php:645
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Todos os contatos devem usar protocolos Friendica. Todos os outros protocolos de comunicação embarcados estão desabilitados"
 
-#: ../../include/text.php:854
-msgid "No contacts"
-msgstr "Nenhum contato"
+#: ../../mod/admin.php:646
+msgid "Verify SSL"
+msgstr "Verificar SSL"
 
-#: ../../include/text.php:863
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d contato"
-msgstr[1] "%d contatos"
+#: ../../mod/admin.php:646
+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 "Caso deseje, você pode habilitar a restrição de certificações. Isso significa que você não poderá conectar-se a nenhum site que use certificados auto-assinados."
 
-#: ../../include/text.php:875 ../../mod/viewcontacts.php:76
-msgid "View Contacts"
-msgstr "Ver contatos"
+#: ../../mod/admin.php:647
+msgid "Proxy user"
+msgstr "Usuário do proxy"
 
-#: ../../include/text.php:955 ../../mod/editpost.php:109
-#: ../../mod/notes.php:63 ../../mod/filer.php:31
-msgid "Save"
-msgstr "Salvar"
+#: ../../mod/admin.php:648
+msgid "Proxy URL"
+msgstr "URL do proxy"
 
-#: ../../include/text.php:1004
-msgid "poke"
-msgstr "cutucar"
+#: ../../mod/admin.php:649
+msgid "Network timeout"
+msgstr "Limite de tempo da rede"
 
-#: ../../include/text.php:1005
-msgid "ping"
-msgstr "ping"
+#: ../../mod/admin.php:649
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valor em segundos. Defina como 0 para ilimitado (não recomendado)."
 
-#: ../../include/text.php:1005
-msgid "pinged"
-msgstr "pingado"
+#: ../../mod/admin.php:650
+msgid "Delivery interval"
+msgstr "Intervalo de envio"
 
-#: ../../include/text.php:1006
-msgid "prod"
-msgstr "incentivar"
+#: ../../mod/admin.php:650
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Recomendado: 4-5 para servidores compartilhados (shared hosts), 2-3 para servidores privados virtuais (VPS). 0-1 para grandes servidores dedicados."
 
-#: ../../include/text.php:1006
-msgid "prodded"
-msgstr "incentivado"
+#: ../../mod/admin.php:651
+msgid "Poll interval"
+msgstr "Intervalo da busca (polling)"
 
-#: ../../include/text.php:1007
-msgid "slap"
-msgstr "bater"
+#: ../../mod/admin.php:651
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Se 0, use intervalo de entrega."
 
-#: ../../include/text.php:1007
-msgid "slapped"
-msgstr "batido"
+#: ../../mod/admin.php:652
+msgid "Maximum Load Average"
+msgstr "Média de Carga Máxima"
 
-#: ../../include/text.php:1008
-msgid "finger"
-msgstr "apontar"
+#: ../../mod/admin.php:652
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Carga do sistema máxima antes que os processos de entrega e busca sejam postergados - padrão 50."
 
-#: ../../include/text.php:1008
-msgid "fingered"
-msgstr "apontado"
+#: ../../mod/admin.php:654
+msgid "Use MySQL full text engine"
+msgstr "Use o engine de texto completo (full text) do MySQL"
 
-#: ../../include/text.php:1009
-msgid "rebuff"
-msgstr "rejeite"
+#: ../../mod/admin.php:654
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "Ativa a engine de texto completo (full text). Acelera a busca - mas só pode buscar apenas por 4 ou mais caracteres."
 
-#: ../../include/text.php:1009
-msgid "rebuffed"
-msgstr "rejeitado"
+#: ../../mod/admin.php:655
+msgid "Suppress Language"
+msgstr "Retira idioma"
 
-#: ../../include/text.php:1023
-msgid "happy"
-msgstr "feliz"
+#: ../../mod/admin.php:655
+msgid "Suppress language information in meta information about a posting."
+msgstr "Retira informações sobre idioma nas meta informações sobre uma publicação."
 
-#: ../../include/text.php:1024
-msgid "sad"
-msgstr "triste"
+#: ../../mod/admin.php:656
+msgid "Path to item cache"
+msgstr "Diretório do cache de item"
 
-#: ../../include/text.php:1025
-msgid "mellow"
-msgstr "desencanado"
+#: ../../mod/admin.php:657
+msgid "Cache duration in seconds"
+msgstr "Duração do cache em segundos"
 
-#: ../../include/text.php:1026
-msgid "tired"
-msgstr "cansado"
+#: ../../mod/admin.php:657
+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 quanto tempo os arquivos de cache devem ser mantidos? O valor padrão é 86400 segundos (um dia). Para desativar o cache, defina o valor para -1."
 
-#: ../../include/text.php:1027
-msgid "perky"
-msgstr "audacioso"
+#: ../../mod/admin.php:658
+msgid "Maximum numbers of comments per post"
+msgstr "O número máximo de comentários por post"
 
-#: ../../include/text.php:1028
-msgid "angry"
-msgstr "chateado"
+#: ../../mod/admin.php:658
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "Quanto comentários devem ser mostradas em cada post? O valor padrão é 100."
 
-#: ../../include/text.php:1029
-msgid "stupified"
-msgstr "estupefato"
+#: ../../mod/admin.php:659
+msgid "Path for lock file"
+msgstr "Diretório do arquivo de trava"
 
-#: ../../include/text.php:1030
-msgid "puzzled"
-msgstr "confuso"
+#: ../../mod/admin.php:660
+msgid "Temp path"
+msgstr "Diretório Temp"
 
-#: ../../include/text.php:1031
-msgid "interested"
-msgstr "interessado"
+#: ../../mod/admin.php:661
+msgid "Base path to installation"
+msgstr "Diretório base para instalação"
 
-#: ../../include/text.php:1032
-msgid "bitter"
-msgstr "rancoroso"
+#: ../../mod/admin.php:662
+msgid "Disable picture proxy"
+msgstr "Disabilitar proxy de imagem"
 
-#: ../../include/text.php:1033
-msgid "cheerful"
-msgstr "jovial"
+#: ../../mod/admin.php:662
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "O proxy de imagem aumenta o desempenho e privacidade. Ele não deve ser usado em sistemas com largura de banda muito baixa."
 
-#: ../../include/text.php:1034
-msgid "alive"
-msgstr "vivo"
+#: ../../mod/admin.php:664
+msgid "New base url"
+msgstr "Nova URL base"
 
-#: ../../include/text.php:1035
-msgid "annoyed"
-msgstr "incomodado"
+#: ../../mod/admin.php:666
+msgid "Disable noscrape"
+msgstr "Desabilitar noscrape"
 
-#: ../../include/text.php:1036
-msgid "anxious"
-msgstr "ansioso"
+#: ../../mod/admin.php:666
+msgid ""
+"The noscrape feature speeds up directory submissions by using JSON data "
+"instead of HTML scraping. Disabling it will cause higher load on your server"
+" and the directory server."
+msgstr "O recurso noscrape acelera submissões do diretório usando dados JSON em vez de raspagem HTML. Desativá-lo irá causar maior carga sobre o seu servidor e o servidor do diretório."
 
-#: ../../include/text.php:1037
-msgid "cranky"
-msgstr "excêntrico"
+#: ../../mod/admin.php:683
+msgid "Update has been marked successful"
+msgstr "A atualização foi marcada como bem sucedida"
 
-#: ../../include/text.php:1038
-msgid "disturbed"
-msgstr "perturbado"
+#: ../../mod/admin.php:691
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "A atualização da estrutura do banco de dados %s foi aplicada com sucesso."
 
-#: ../../include/text.php:1039
-msgid "frustrated"
-msgstr "frustrado"
+#: ../../mod/admin.php:694
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "A execução da atualização da estrutura do banco de dados %s falhou com o erro: %s"
 
-#: ../../include/text.php:1040
-msgid "motivated"
-msgstr "motivado"
+#: ../../mod/admin.php:706
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "A execução de %s falhou com erro: %s"
 
-#: ../../include/text.php:1041
-msgid "relaxed"
-msgstr "relaxado"
+#: ../../mod/admin.php:709
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "A atualização %s foi aplicada com sucesso."
 
-#: ../../include/text.php:1042
-msgid "surprised"
-msgstr "surpreso"
+#: ../../mod/admin.php:713
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Atualizar %s não retornou um status. Desconhecido se ele teve sucesso."
 
-#: ../../include/text.php:1210
-msgid "Monday"
-msgstr "Segunda"
+#: ../../mod/admin.php:715
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "Não havia nenhuma função de atualização %s adicional que precisava ser chamada."
 
-#: ../../include/text.php:1210
-msgid "Tuesday"
-msgstr "Terça"
+#: ../../mod/admin.php:734
+msgid "No failed updates."
+msgstr "Nenhuma atualização com falha."
 
-#: ../../include/text.php:1210
-msgid "Wednesday"
-msgstr "Quarta"
+#: ../../mod/admin.php:735
+msgid "Check database structure"
+msgstr "Verifique a estrutura do banco de dados"
 
-#: ../../include/text.php:1210
-msgid "Thursday"
-msgstr "Quinta"
+#: ../../mod/admin.php:740
+msgid "Failed Updates"
+msgstr "Atualizações com falha"
 
-#: ../../include/text.php:1210
-msgid "Friday"
-msgstr "Sexta"
+#: ../../mod/admin.php:741
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Isso não inclue atualizações antes da 1139, as quais não retornavam um status."
 
-#: ../../include/text.php:1210
-msgid "Saturday"
-msgstr "Sábado"
+#: ../../mod/admin.php:742
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)"
 
-#: ../../include/text.php:1210
-msgid "Sunday"
-msgstr "Domingo"
+#: ../../mod/admin.php:743
+msgid "Attempt to execute this update step automatically"
+msgstr "Tentar executar esse passo da atualização automaticamente"
 
-#: ../../include/text.php:1214
-msgid "January"
-msgstr "Janeiro"
+#: ../../mod/admin.php:775
+#, 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\tCaro %1$s,\n\t\t\t\to administrador de %2$s criou uma conta para você."
 
-#: ../../include/text.php:1214
-msgid "February"
-msgstr "Fevereiro"
+#: ../../mod/admin.php:778
+#, 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\tOs dados de login são os seguintes:\n\n\t\t\tLocal do Site:\t%1$s\n\t\t\tNome de Login:\t\t%2$s\n\t\t\tSenha:\t\t%3$s\n\n\t\t\tVocê pode alterar sua senha na página de \"Configurações\" da sua conta após fazer o login.\n\n\t\t\tPor favor, dedique alguns minutos na página para rever as outras configurações da sua conta.\n\n\t\t\tTalvez você também queira incluir algumas informações básicas adicionais ao seu perfil padrão\n\t\t\t(na página de \"Perfis\") para que outras pessoas possam encontrá-lo com facilidade.\n\n\t\t\tRecomendamos que inclua seu nome completo, adicione uma foto do perfil,\n\t\t\tadicionar algumas \"palavras-chave\" (muito útil para fazer novas amizades) - e\n\t\t\ttalvez em que pais você mora; se você não quiser ser mais específico\n\t\t\tdo que isso.\n\n\t\t\tNós respeitamos plenamente seu direito à privacidade, e nenhum desses itens são necessários.\n\t\t\tSe você é novo por aqui e não conheço ninguém, eles podem ajuda-lo\n\t\t\ta fazer novas e interessantes amizades.\n\n\t\t\tObrigado e bem-vindo a %4$s."
 
-#: ../../include/text.php:1214
-msgid "March"
-msgstr "Março"
+#: ../../mod/admin.php:810 ../../include/user.php:413
+#, php-format
+msgid "Registration details for %s"
+msgstr "Detalhes do registro de %s"
 
-#: ../../include/text.php:1214
-msgid "April"
-msgstr "Abril"
+#: ../../mod/admin.php:822
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s usuário bloqueado/desbloqueado"
+msgstr[1] "%s usuários bloqueados/desbloqueados"
 
-#: ../../include/text.php:1214
-msgid "May"
-msgstr "Maio"
+#: ../../mod/admin.php:829
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s usuário excluído"
+msgstr[1] "%s usuários excluídos"
 
-#: ../../include/text.php:1214
-msgid "June"
-msgstr "Junho"
+#: ../../mod/admin.php:868
+#, php-format
+msgid "User '%s' deleted"
+msgstr "O usuário '%s' foi excluído"
 
-#: ../../include/text.php:1214
-msgid "July"
-msgstr "Julho"
+#: ../../mod/admin.php:876
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "O usuário '%s' foi desbloqueado"
 
-#: ../../include/text.php:1214
-msgid "August"
-msgstr "Agosto"
+#: ../../mod/admin.php:876
+#, php-format
+msgid "User '%s' blocked"
+msgstr "O usuário '%s' foi bloqueado"
 
-#: ../../include/text.php:1214
-msgid "September"
-msgstr "Setembro"
+#: ../../mod/admin.php:971
+msgid "Add User"
+msgstr "Adicionar usuário"
 
-#: ../../include/text.php:1214
-msgid "October"
-msgstr "Outubro"
+#: ../../mod/admin.php:972
+msgid "select all"
+msgstr "selecionar todos"
 
-#: ../../include/text.php:1214
-msgid "November"
-msgstr "Novembro"
+#: ../../mod/admin.php:973
+msgid "User registrations waiting for confirm"
+msgstr "Registros de usuário aguardando confirmação"
 
-#: ../../include/text.php:1214
-msgid "December"
-msgstr "Dezembro"
+#: ../../mod/admin.php:974
+msgid "User waiting for permanent deletion"
+msgstr "Usuário aguardando por fim permanente da conta."
 
-#: ../../include/text.php:1403 ../../mod/videos.php:301
-msgid "View Video"
-msgstr "Ver Vídeo"
+#: ../../mod/admin.php:975
+msgid "Request date"
+msgstr "Solicitar data"
 
-#: ../../include/text.php:1435
-msgid "bytes"
-msgstr "bytes"
+#: ../../mod/admin.php:975 ../../mod/admin.php:987 ../../mod/admin.php:988
+#: ../../mod/admin.php:1003 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "E-mail"
 
-#: ../../include/text.php:1459 ../../include/text.php:1471
-msgid "Click to open/close"
-msgstr "Clique para abrir/fechar"
+#: ../../mod/admin.php:976
+msgid "No registrations."
+msgstr "Nenhum registro."
 
-#: ../../include/text.php:1645 ../../include/text.php:1655
-#: ../../mod/events.php:335
-msgid "link to source"
-msgstr "exibir a origem"
+#: ../../mod/admin.php:978
+msgid "Deny"
+msgstr "Negar"
 
-#: ../../include/text.php:1700 ../../include/user.php:247
-msgid "default"
-msgstr "padrão"
+#: ../../mod/admin.php:982
+msgid "Site admin"
+msgstr "Administração do site"
 
-#: ../../include/text.php:1712
-msgid "Select an alternate language"
-msgstr "Selecione um idioma alternativo"
+#: ../../mod/admin.php:983
+msgid "Account expired"
+msgstr "Conta expirou"
 
-#: ../../include/text.php:1968
-msgid "activity"
-msgstr "atividade"
+#: ../../mod/admin.php:986
+msgid "New User"
+msgstr "Novo usuário"
 
-#: ../../include/text.php:1970 ../../object/Item.php:389
-#: ../../object/Item.php:402 ../../mod/content.php:605
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "comentário"
-msgstr[1] "comentários"
+#: ../../mod/admin.php:987 ../../mod/admin.php:988
+msgid "Register date"
+msgstr "Data de registro"
 
-#: ../../include/text.php:1971
-msgid "post"
-msgstr "publicação"
+#: ../../mod/admin.php:987 ../../mod/admin.php:988
+msgid "Last login"
+msgstr "Última entrada"
 
-#: ../../include/text.php:2139
-msgid "Item filed"
-msgstr "O item foi arquivado"
+#: ../../mod/admin.php:987 ../../mod/admin.php:988
+msgid "Last item"
+msgstr "Último item"
 
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "Saiu."
+#: ../../mod/admin.php:987
+msgid "Deleted since"
+msgstr "Apagado desde"
 
-#: ../../include/auth.php:112 ../../include/auth.php:175
-#: ../../mod/openid.php:93
-msgid "Login failed."
-msgstr "Não foi possível autenticar."
+#: ../../mod/admin.php:988 ../../mod/settings.php:36
+msgid "Account"
+msgstr "Conta"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
+#: ../../mod/admin.php:990
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será excluído permanentemente!\\n\\nDeseja continuar?"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
-msgid "The error message was:"
-msgstr "A mensagem de erro foi:"
+#: ../../mod/admin.php:991
+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 "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?"
 
-#: ../../include/bbcode.php:449 ../../include/bbcode.php:1050
-#: ../../include/bbcode.php:1051
-msgid "Image/photo"
-msgstr "Imagem/foto"
+#: ../../mod/admin.php:1001
+msgid "Name of the new user."
+msgstr "Nome do novo usuários."
+
+#: ../../mod/admin.php:1002
+msgid "Nickname"
+msgstr "Apelido"
 
-#: ../../include/bbcode.php:545
+#: ../../mod/admin.php:1002
+msgid "Nickname of the new user."
+msgstr "Apelido para o novo usuário."
+
+#: ../../mod/admin.php:1003
+msgid "Email address of the new user."
+msgstr "Endereço de e-mail do novo usuário."
+
+#: ../../mod/admin.php:1036
 #, 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"
+msgid "Plugin %s disabled."
+msgstr "O plugin %s foi desabilitado."
 
-#: ../../include/bbcode.php:579
+#: ../../mod/admin.php:1040
 #, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"_blank\">post</a>"
-msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a> escreveu a seguinte <a href=\"%s\" target=\"_blank\">publicação</a>"
+msgid "Plugin %s enabled."
+msgstr "O plugin %s foi habilitado."
 
-#: ../../include/bbcode.php:1014 ../../include/bbcode.php:1034
-msgid "$1 wrote:"
-msgstr "$1 escreveu:"
+#: ../../mod/admin.php:1050 ../../mod/admin.php:1266
+msgid "Disable"
+msgstr "Desabilitar"
 
-#: ../../include/bbcode.php:1059 ../../include/bbcode.php:1060
-msgid "Encrypted content"
-msgstr "Conteúdo criptografado"
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1268
+msgid "Enable"
+msgstr "Habilitar"
 
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Bem-vindo(a) "
+#: ../../mod/admin.php:1075 ../../mod/admin.php:1296
+msgid "Toggle"
+msgstr "Alternar"
 
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Por favor, envie uma foto para o perfil."
+#: ../../mod/admin.php:1083 ../../mod/admin.php:1306
+msgid "Author: "
+msgstr "Autor: "
 
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Bem-vindo(a) de volta "
+#: ../../mod/admin.php:1084 ../../mod/admin.php:1307
+msgid "Maintainer: "
+msgstr "Mantenedor: "
 
-#: ../../include/security.php:366
-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 "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão."
+#: ../../mod/admin.php:1226
+msgid "No themes found."
+msgstr "Nenhum tema encontrado"
 
-#: ../../include/oembed.php:205
-msgid "Embedded content"
-msgstr "Conteúdo incorporado"
+#: ../../mod/admin.php:1288
+msgid "Screenshot"
+msgstr "Captura de tela"
 
-#: ../../include/oembed.php:214
-msgid "Embedding disabled"
-msgstr "A incorporação está desabilitada"
+#: ../../mod/admin.php:1334
+msgid "[Experimental]"
+msgstr "[Esperimental]"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Masculino"
+#: ../../mod/admin.php:1335
+msgid "[Unsupported]"
+msgstr "[Não suportado]"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Feminino"
+#: ../../mod/admin.php:1362
+msgid "Log settings updated."
+msgstr "As configurações de relatórios foram atualizadas."
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Atualmente masculino"
+#: ../../mod/admin.php:1418
+msgid "Clear"
+msgstr "Limpar"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Atualmente feminino"
+#: ../../mod/admin.php:1424
+msgid "Enable Debugging"
+msgstr "Habilitar Debugging"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Masculino a maior parte do tempo"
+#: ../../mod/admin.php:1425
+msgid "Log file"
+msgstr "Arquivo do relatório"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Feminino a maior parte do tempo"
+#: ../../mod/admin.php:1425
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica."
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgênero"
+#: ../../mod/admin.php:1426
+msgid "Log level"
+msgstr "Nível do relatório"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersexual"
+#: ../../mod/admin.php:1476
+msgid "Close"
+msgstr "Fechar"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
+#: ../../mod/admin.php:1482
+msgid "FTP Host"
+msgstr "Endereço do FTP"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: ../../mod/admin.php:1483
+msgid "FTP Path"
+msgstr "Caminho do FTP"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutro"
+#: ../../mod/admin.php:1484
+msgid "FTP User"
+msgstr "Usuário do FTP"
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Não específico"
+#: ../../mod/admin.php:1485
+msgid "FTP Password"
+msgstr "Senha do FTP"
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Outro"
+#: ../../mod/network.php:142
+msgid "Search Results For:"
+msgstr "Resultados de Busca Por:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso"
+#: ../../mod/network.php:185 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Remover o termo"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Homens"
+#: ../../mod/network.php:194 ../../mod/search.php:30
+#: ../../include/features.php:42
+msgid "Saved Searches"
+msgstr "Pesquisas salvas"
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Mulheres"
+#: ../../mod/network.php:195 ../../include/group.php:275
+msgid "add"
+msgstr "adicionar"
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Gays"
+#: ../../mod/network.php:356
+msgid "Commented Order"
+msgstr "Ordem dos comentários"
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lésbicas"
+#: ../../mod/network.php:359
+msgid "Sort by Comment Date"
+msgstr "Ordenar pela data do comentário"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Sem preferência"
+#: ../../mod/network.php:362
+msgid "Posted Order"
+msgstr "Ordem das publicações"
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Bissexuais"
+#: ../../mod/network.php:365
+msgid "Sort by Post Date"
+msgstr "Ordenar pela data de publicação"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autossexuais"
+#: ../../mod/network.php:374
+msgid "Posts that mention or involve you"
+msgstr "Publicações que mencionem ou envolvam você"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Abstêmios"
+#: ../../mod/network.php:380
+msgid "New"
+msgstr "Nova"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Virgens"
+#: ../../mod/network.php:383
+msgid "Activity Stream - by date"
+msgstr "Fluxo de atividades - por data"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Desviantes"
+#: ../../mod/network.php:389
+msgid "Shared Links"
+msgstr "Links compartilhados"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetiches"
+#: ../../mod/network.php:392
+msgid "Interesting Links"
+msgstr "Links interessantes"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Insaciável"
+#: ../../mod/network.php:398
+msgid "Starred"
+msgstr "Destacada"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Não sexual"
+#: ../../mod/network.php:401
+msgid "Favourite Posts"
+msgstr "Publicações favoritas"
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Solteiro(a)"
+#: ../../mod/network.php:463
+#, php-format
+msgid "Warning: This group contains %s member from an insecure network."
+msgid_plural ""
+"Warning: This group contains %s members from an insecure network."
+msgstr[0] "Aviso: Este grupo contém %s membro de uma rede insegura."
+msgstr[1] "Aviso: Este grupo contém %s membros de uma rede insegura."
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Solitário(a)"
+#: ../../mod/network.php:466
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "Mensagens privadas para este grupo correm o risco de sofrerem divulgação pública."
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Disponível"
+#: ../../mod/network.php:520 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Este grupo não existe"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Não disponível"
+#: ../../mod/network.php:537 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "O grupo está vazio"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Tem uma paixão"
+#: ../../mod/network.php:544 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Grupo: "
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Apaixonado"
+#: ../../mod/network.php:554
+msgid "Contact: "
+msgstr "Contato: "
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Saindo com alguém"
+#: ../../mod/network.php:556
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública."
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Infiel"
+#: ../../mod/network.php:561
+msgid "Invalid contact."
+msgstr "Contato inválido."
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Viciado(a) em sexo"
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "Amigos de %s"
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:289
-#: ../../include/user.php:293
-msgid "Friends"
-msgstr "Amigos"
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "Nenhum amigo para exibir."
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Amigos/Benefícios"
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "O título do evento e a hora de início são obrigatórios."
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Casual"
+#: ../../mod/events.php:291
+msgid "l, F j"
+msgstr "l, F j"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Envolvido(a)"
+#: ../../mod/events.php:313
+msgid "Edit event"
+msgstr "Editar o evento"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Casado(a)"
+#: ../../mod/events.php:335 ../../include/text.php:1644
+#: ../../include/text.php:1654
+msgid "link to source"
+msgstr "exibir a origem"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Casado imaginariamente"
+#: ../../mod/events.php:370 ../../boot.php:2138 ../../include/nav.php:80
+#: ../../view/theme/diabook/theme.php:127
+msgid "Events"
+msgstr "Eventos"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Parceiros"
+#: ../../mod/events.php:371
+msgid "Create New Event"
+msgstr "Criar um novo evento"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Coabitando"
+#: ../../mod/events.php:372
+msgid "Previous"
+msgstr "Anterior"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Direito comum"
+#: ../../mod/events.php:373 ../../mod/install.php:207
+msgid "Next"
+msgstr "Próximo"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Feliz"
+#: ../../mod/events.php:446
+msgid "hour:minute"
+msgstr "hora:minuto"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Não estou procurando"
+#: ../../mod/events.php:456
+msgid "Event details"
+msgstr "Detalhes do evento"
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../mod/events.php:457
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "O formato é %s %s. O título e a data de início são obrigatórios."
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Traído(a)"
+#: ../../mod/events.php:459
+msgid "Event Starts:"
+msgstr "Início do evento:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Separado(a)"
+#: ../../mod/events.php:459 ../../mod/events.php:473
+msgid "Required"
+msgstr "Obrigatório"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Instável"
+#: ../../mod/events.php:462
+msgid "Finish date/time is not known or not relevant"
+msgstr "A data/hora de término não é conhecida ou não é relevante"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Divorciado(a)"
+#: ../../mod/events.php:464
+msgid "Event Finishes:"
+msgstr "Término do evento:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Divorciado imaginariamente"
-
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Viúvo(a)"
-
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Incerto(a)"
-
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "É complicado"
-
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Não importa"
-
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Pergunte-me"
-
-#: ../../include/user.php:40
-msgid "An invitation is required."
-msgstr "É necessário um convite."
-
-#: ../../include/user.php:45
-msgid "Invitation could not be verified."
-msgstr "Não foi possível verificar o convite."
-
-#: ../../include/user.php:53
-msgid "Invalid OpenID url"
-msgstr "A URL do OpenID é inválida"
-
-#: ../../include/user.php:74
-msgid "Please enter the required information."
-msgstr "Por favor, forneça a informação solicitada."
-
-#: ../../include/user.php:88
-msgid "Please use a shorter name."
-msgstr "Por favor, use um nome mais curto."
-
-#: ../../include/user.php:90
-msgid "Name too short."
-msgstr "O nome é muito curto."
-
-#: ../../include/user.php:105
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Isso não parece ser o seu nome completo (Nome Sobrenome)."
-
-#: ../../include/user.php:110
-msgid "Your email domain is not among those allowed on this site."
-msgstr "O domínio do seu e-mail não está entre os permitidos neste site."
-
-#: ../../include/user.php:113
-msgid "Not a valid email address."
-msgstr "Não é um endereço de e-mail válido."
-
-#: ../../include/user.php:126
-msgid "Cannot use that email."
-msgstr "Não é possível usar esse e-mail."
+#: ../../mod/events.php:467
+msgid "Adjust for viewer timezone"
+msgstr "Ajustar para o fuso horário do visualizador"
 
-#: ../../include/user.php:132
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "A sua identificação pode conter somente os caracteres \"a-z\", \"0-9\", \"-\", e \"_\", além disso, deve começar com uma letra."
+#: ../../mod/events.php:469
+msgid "Description:"
+msgstr "Descrição:"
 
-#: ../../include/user.php:138 ../../include/user.php:236
-msgid "Nickname is already registered. Please choose another."
-msgstr "Esta identificação já foi registrada. Por favor, escolha outra."
+#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1643
+#: ../../include/bb2diaspora.php:170 ../../include/event.php:40
+msgid "Location:"
+msgstr "Localização:"
 
-#: ../../include/user.php:148
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Essa identificação já foi registrada e não pode ser reutilizada. Por favor, escolha outra."
+#: ../../mod/events.php:473
+msgid "Title:"
+msgstr "Título:"
 
-#: ../../include/user.php:164
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERRO GRAVE: Não foi possível gerar as chaves de segurança."
+#: ../../mod/events.php:475
+msgid "Share this event"
+msgstr "Compartilhar este evento"
 
-#: ../../include/user.php:222
-msgid "An error occurred during registration. Please try again."
-msgstr "Ocorreu um erro durante o registro. Por favor, tente novamente."
+#: ../../mod/content.php:437 ../../mod/content.php:740
+#: ../../mod/photos.php:1653 ../../object/Item.php:129
+#: ../../include/conversation.php:613
+msgid "Select"
+msgstr "Selecionar"
 
-#: ../../include/user.php:257
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Ocorreu um erro na criação do seu perfil padrão. Por favor, tente novamente."
+#: ../../mod/content.php:471 ../../mod/content.php:852
+#: ../../mod/content.php:853 ../../object/Item.php:326
+#: ../../object/Item.php:327 ../../include/conversation.php:654
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Ver o perfil de %s @ %s"
 
-#: ../../include/user.php:377
+#: ../../mod/content.php:481 ../../mod/content.php:864
+#: ../../object/Item.php:340 ../../include/conversation.php:674
 #, 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 ""
+msgid "%s from %s"
+msgstr "%s de %s"
 
-#: ../../include/user.php:381
-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$\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 ""
+#: ../../mod/content.php:497 ../../include/conversation.php:690
+msgid "View in context"
+msgstr "Ver no contexto"
 
-#: ../../include/user.php:413 ../../mod/admin.php:799
+#: ../../mod/content.php:603 ../../object/Item.php:387
 #, php-format
-msgid "Registration details for %s"
-msgstr "Detalhes do registro de %s"
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentário"
+msgstr[1] "%d comentários"
 
-#: ../../include/acl_selectors.php:326
-msgid "Visible to everybody"
-msgstr "Visível para todos"
+#: ../../mod/content.php:605 ../../object/Item.php:389
+#: ../../object/Item.php:402 ../../include/text.php:1969
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "comentário"
+msgstr[1] "comentários"
 
-#: ../../object/Item.php:94
-msgid "This entry was edited"
-msgstr "Essa entrada foi editada"
+#: ../../mod/content.php:606 ../../boot.php:746 ../../object/Item.php:390
+#: ../../include/contact_widgets.php:205
+msgid "show more"
+msgstr "exibir mais"
 
-#: ../../object/Item.php:116 ../../mod/photos.php:1357
-#: ../../mod/content.php:620
+#: ../../mod/content.php:620 ../../mod/photos.php:1359
+#: ../../object/Item.php:116
 msgid "Private Message"
 msgstr "Mensagem privada"
 
-#: ../../object/Item.php:120 ../../mod/settings.php:673
-#: ../../mod/content.php:728
-msgid "Edit"
-msgstr "Editar"
-
-#: ../../object/Item.php:133 ../../mod/content.php:763
-msgid "save to folder"
-msgstr "salvar na pasta"
-
-#: ../../object/Item.php:195 ../../mod/content.php:753
-msgid "add star"
-msgstr "destacar"
-
-#: ../../object/Item.php:196 ../../mod/content.php:754
-msgid "remove star"
-msgstr "remover o destaque"
-
-#: ../../object/Item.php:197 ../../mod/content.php:755
-msgid "toggle star status"
-msgstr "ativa/desativa o destaque"
-
-#: ../../object/Item.php:200 ../../mod/content.php:758
-msgid "starred"
-msgstr "marcado com estrela"
-
-#: ../../object/Item.php:208
-msgid "ignore thread"
-msgstr ""
-
-#: ../../object/Item.php:209
-msgid "unignore thread"
-msgstr ""
-
-#: ../../object/Item.php:210
-msgid "toggle ignore status"
-msgstr ""
-
-#: ../../object/Item.php:213
-msgid "ignored"
-msgstr ""
-
-#: ../../object/Item.php:220 ../../mod/content.php:759
-msgid "add tag"
-msgstr "adicionar etiqueta"
-
-#: ../../object/Item.php:231 ../../mod/photos.php:1540
-#: ../../mod/content.php:684
+#: ../../mod/content.php:684 ../../mod/photos.php:1542
+#: ../../object/Item.php:231
 msgid "I like this (toggle)"
 msgstr "Eu gostei disso (alternar)"
 
-#: ../../object/Item.php:231 ../../mod/content.php:684
+#: ../../mod/content.php:684 ../../object/Item.php:231
 msgid "like"
 msgstr "gostei"
 
-#: ../../object/Item.php:232 ../../mod/photos.php:1541
-#: ../../mod/content.php:685
+#: ../../mod/content.php:685 ../../mod/photos.php:1543
+#: ../../object/Item.php:232
 msgid "I don't like this (toggle)"
 msgstr "Eu não gostei disso (alternar)"
 
-#: ../../object/Item.php:232 ../../mod/content.php:685
+#: ../../mod/content.php:685 ../../object/Item.php:232
 msgid "dislike"
 msgstr "desgostar"
 
-#: ../../object/Item.php:234 ../../mod/content.php:687
+#: ../../mod/content.php:687 ../../object/Item.php:234
 msgid "Share this"
 msgstr "Compartilhar isso"
 
-#: ../../object/Item.php:234 ../../mod/content.php:687
+#: ../../mod/content.php:687 ../../object/Item.php:234
 msgid "share"
 msgstr "compartilhar"
 
-#: ../../object/Item.php:328 ../../mod/content.php:854
-msgid "to"
-msgstr "para"
-
-#: ../../object/Item.php:329
-msgid "via"
-msgstr "via"
-
-#: ../../object/Item.php:330 ../../mod/content.php:855
-msgid "Wall-to-Wall"
-msgstr "Mural-para-mural"
-
-#: ../../object/Item.php:331 ../../mod/content.php:856
-msgid "via Wall-To-Wall:"
-msgstr "via Mural-para-mural"
-
-#: ../../object/Item.php:387 ../../mod/content.php:603
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentário"
-msgstr[1] "%d comentários"
-
-#: ../../object/Item.php:675 ../../mod/photos.php:1560
-#: ../../mod/photos.php:1604 ../../mod/photos.php:1692
-#: ../../mod/content.php:707
+#: ../../mod/content.php:707 ../../mod/photos.php:1562
+#: ../../mod/photos.php:1606 ../../mod/photos.php:1694
+#: ../../object/Item.php:675
 msgid "This is you"
 msgstr "Este(a) é você"
 
-#: ../../object/Item.php:679 ../../mod/content.php:711
+#: ../../mod/content.php:709 ../../mod/photos.php:1564
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:745
+#: ../../object/Item.php:361 ../../object/Item.php:677
+msgid "Comment"
+msgstr "Comentar"
+
+#: ../../mod/content.php:711 ../../object/Item.php:679
 msgid "Bold"
 msgstr "Negrito"
 
-#: ../../object/Item.php:680 ../../mod/content.php:712
+#: ../../mod/content.php:712 ../../object/Item.php:680
 msgid "Italic"
 msgstr "Itálico"
 
-#: ../../object/Item.php:681 ../../mod/content.php:713
+#: ../../mod/content.php:713 ../../object/Item.php:681
 msgid "Underline"
 msgstr "Sublinhado"
 
-#: ../../object/Item.php:682 ../../mod/content.php:714
+#: ../../mod/content.php:714 ../../object/Item.php:682
 msgid "Quote"
 msgstr "Citação"
 
-#: ../../object/Item.php:683 ../../mod/content.php:715
+#: ../../mod/content.php:715 ../../object/Item.php:683
 msgid "Code"
 msgstr "Código"
 
-#: ../../object/Item.php:684 ../../mod/content.php:716
+#: ../../mod/content.php:716 ../../object/Item.php:684
 msgid "Image"
 msgstr "Imagem"
 
-#: ../../object/Item.php:685 ../../mod/content.php:717
+#: ../../mod/content.php:717 ../../object/Item.php:685
 msgid "Link"
 msgstr "Link"
 
-#: ../../object/Item.php:686 ../../mod/content.php:718
+#: ../../mod/content.php:718 ../../object/Item.php:686
 msgid "Video"
 msgstr "Vídeo"
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "O item não está disponível."
+#: ../../mod/content.php:719 ../../mod/editpost.php:145
+#: ../../mod/photos.php:1566 ../../mod/photos.php:1610
+#: ../../mod/photos.php:1698 ../../object/Item.php:687
+#: ../../include/conversation.php:1126
+msgid "Preview"
+msgstr "Pré-visualização"
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "O item não foi encontrado."
+#: ../../mod/content.php:728 ../../mod/settings.php:676
+#: ../../object/Item.php:120
+msgid "Edit"
+msgstr "Editar"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem."
+#: ../../mod/content.php:753 ../../object/Item.php:195
+msgid "add star"
+msgstr "destacar"
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
-msgid "No recipient selected."
-msgstr "Não foi selecionado nenhum destinatário."
+#: ../../mod/content.php:754 ../../object/Item.php:196
+msgid "remove star"
+msgstr "remover o destaque"
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Não foi possível verificar a sua localização."
+#: ../../mod/content.php:755 ../../object/Item.php:197
+msgid "toggle star status"
+msgstr "ativa/desativa o destaque"
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
-msgid "Message could not be sent."
-msgstr "Não foi possível enviar a mensagem."
+#: ../../mod/content.php:758 ../../object/Item.php:200
+msgid "starred"
+msgstr "marcado com estrela"
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
-msgid "Message collection failure."
-msgstr "Falha na coleta de mensagens."
+#: ../../mod/content.php:759 ../../object/Item.php:220
+msgid "add tag"
+msgstr "adicionar etiqueta"
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
-msgid "Message sent."
-msgstr "A mensagem foi enviada."
+#: ../../mod/content.php:763 ../../object/Item.php:133
+msgid "save to folder"
+msgstr "salvar na pasta"
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Nenhum destinatário."
+#: ../../mod/content.php:854 ../../object/Item.php:328
+msgid "to"
+msgstr "para"
 
-#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
-msgid "Send Private Message"
-msgstr "Enviar mensagem privada"
+#: ../../mod/content.php:855 ../../object/Item.php:330
+msgid "Wall-to-Wall"
+msgstr "Mural-para-mural"
 
-#: ../../mod/wallmessage.php:143
-#, php-format
+#: ../../mod/content.php:856 ../../object/Item.php:331
+msgid "via Wall-To-Wall:"
+msgstr "via Mural-para-mural"
+
+#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
+msgid "Remove My Account"
+msgstr "Remover minha conta"
+
+#: ../../mod/removeme.php:47
 msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos."
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la."
 
-#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
-#: ../../mod/message.php:553
-msgid "To:"
-msgstr "Para:"
+#: ../../mod/removeme.php:48
+msgid "Please enter your password for verification:"
+msgstr "Por favor, digite a sua senha para verificação:"
 
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
-#: ../../mod/message.php:555
-msgid "Subject:"
-msgstr "Assunto:"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr "Servidor de Comunicações Friendica - Configuração"
 
-#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
-#: ../../mod/message.php:329 ../../mod/message.php:558
-msgid "Your message:"
-msgstr "Sua mensagem:"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "Não foi possível conectar ao banco de dados."
 
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "O grupo foi criado."
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "Não foi possível criar tabela."
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Não foi possível criar o grupo."
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "O banco de dados do seu site Friendica foi instalado."
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "O grupo não foi encontrado."
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Você provavelmente precisará importar o arquivo \"database.sql\" manualmente, usando o phpmyadmin ou o mysql."
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "O nome do grupo foi alterado."
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:525
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Por favor, dê uma olhada no arquivo \"INSTALL.TXT\"."
 
-#: ../../mod/group.php:87
-msgid "Save Group"
-msgstr "Salvar o grupo"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Checagem do sistema"
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "Criar um grupo de contatos/amigos."
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Checar novamente"
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "Nome do grupo: "
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Conexão de banco de dados"
 
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "O grupo foi removido."
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "À fim de instalar o Friendica, você precisa saber como se conectar ao seu banco de dados."
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "Não foi possível remover o grupo."
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a essas configurações."
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "Editor de grupo"
+#: ../../mod/install.php:230
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "O banco de dados que você especificou abaixo já deve existir. Caso contrário, por favor crie-o antes de continuar."
 
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "Membros"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Nome do servidor de banco de dados"
 
-#: ../../mod/group.php:194 ../../mod/contacts.php:562
-msgid "All Contacts"
-msgstr "Todos os contatos"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Nome do usuário do banco de dados"
 
-#: ../../mod/group.php:224 ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
-msgstr "Clique em um contato para adicionar ou remover."
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Senha do usuário do banco de dados"
 
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "Nenhuma página delegada potencial localizada."
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Nome do banco de dados"
+
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "Endereço de email do administrador do site"
 
-#: ../../mod/delegate.php:126
+#: ../../mod/install.php:238 ../../mod/install.php:277
 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 "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente."
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web."
 
-#: ../../mod/delegate.php:127
-msgid "Existing Page Managers"
-msgstr "Administradores de Páginas Existentes"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecione o fuso horário padrão para o seu site"
 
-#: ../../mod/delegate.php:129
-msgid "Existing Page Delegates"
-msgstr "Delegados de Páginas Existentes"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Configurações do site"
 
-#: ../../mod/delegate.php:131
-msgid "Potential Delegates"
-msgstr "Delegados Potenciais"
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web."
 
-#: ../../mod/delegate.php:133 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Remover"
+#: ../../mod/install.php:322
+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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Caso você não tenha uma versão de linha de comando do PHP instalado no seu servidor, você não será capaz de executar a captação em segundo plano. Dê uma olhada em <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
 
-#: ../../mod/delegate.php:134
-msgid "Add"
-msgstr "Adicionar"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "Caminho para o executável do PhP"
 
-#: ../../mod/delegate.php:135
-msgid "No entries."
-msgstr "Sem entradas."
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação."
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Identificador de solicitação inválido"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "PHP em linha de comando"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "Descartar"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "O executável do PHP não é o binário do php cli (could be cgi-fcgi version)"
 
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210 ../../mod/contacts.php:443
-#: ../../mod/contacts.php:497 ../../mod/contacts.php:707
-msgid "Ignore"
-msgstr "Ignorar"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "Encontrado PHP versão:"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "Sistema"
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr "Binário cli do PHP"
 
-#: ../../mod/notifications.php:88 ../../mod/network.php:365
-msgid "Personal"
-msgstr "Pessoal"
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema."
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Exibir solicitações ignoradas"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Isto é necessário para o funcionamento do envio de mensagens."
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "Ocultar solicitações ignoradas"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "Tipo de notificação:"
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia"
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "Sugestão de amigo"
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: ../../mod/notifications.php:152
-#, php-format
-msgid "suggested by %s"
-msgstr "sugerido por %s"
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Gerar chaves de encriptação"
 
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/contacts.php:503
-msgid "Hide this contact from others"
-msgstr "Ocultar este contato dos outros"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "Módulo PHP libCurl"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr "Publicar a adição de amigo"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "Módulo PHP GD graphics"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "se aplicável"
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "Módulo PHP OpenSSL"
 
-#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:966
-msgid "Approve"
-msgstr "Aprovar"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "Módulo PHP mysqli"
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "Alega ser conhecido por você: "
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "Módulo PHP mb_string "
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr "sim"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Módulo mod_rewrite do Apache"
 
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr "não"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado."
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "Aprovar como:"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "Amigo"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado."
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "Compartilhador"
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado."
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "Fã/Admirador"
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado."
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "Solicitação de amizade/conexão"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Erro: o módulo mb_string PHP é necessário, mas não está instalado."
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "Novo acompanhante"
+#: ../../mod/install.php:438
+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 "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo."
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "Sem apresentações."
+#: ../../mod/install.php:439
+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 "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta."
 
-#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s gostou da publicação de %s"
+#: ../../mod/install.php:440
+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 "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome. htconfig.php, na pasta raiz da instalação do seu Friendica."
 
-#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
-#: ../../mod/notifications.php:488
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s desgostou da publicação de %s"
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"INSTALL.TXT\" para instruções."
 
-#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
-#: ../../mod/notifications.php:503
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s agora é amigo de %s"
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tem permissão de escrita"
 
-#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
-#, php-format
-msgid "%s created a new post"
-msgstr "%s criou uma nova publicação"
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica usa o engine de template Smarty3 para renderizar suas web views. Smarty3 compila templates para PHP para acelerar a renderização."
 
-#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
-#: ../../mod/notifications.php:513
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s comentou uma publicação de %s"
+#: ../../mod/install.php:455
+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 guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório view/smarty3/ no diretório raíz do Friendica."
 
-#: ../../mod/notifications.php:306
-msgid "No more network notifications."
-msgstr "Nenhuma notificação de rede."
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Favor se certificar que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório."
 
-#: ../../mod/notifications.php:310
-msgid "Network Notifications"
-msgstr "Notificações de rede"
+#: ../../mod/install.php:457
+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 uma medida de segurança, você deve fornecer ao servidor web permissão de escrita em view/smarty3/ somente--não aos arquivos de template (.tpl) que ele contém."
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:75
-msgid "No more system notifications."
-msgstr "Não fazer notificações de sistema."
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 tem escrita permitida"
 
-#: ../../mod/notifications.php:340 ../../mod/notify.php:79
-msgid "System Notifications"
-msgstr "Notificações de sistema"
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "A reescrita de URLs definida no .htaccess não está funcionando. Por favor, verifique as configurações do seu servidor."
 
-#: ../../mod/notifications.php:435
-msgid "No more personal notifications."
-msgstr "Nenhuma notificação pessoal."
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "A reescrita de URLs está funcionando"
 
-#: ../../mod/notifications.php:439
-msgid "Personal Notifications"
-msgstr "Notificações pessoais"
+#: ../../mod/install.php:484
+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 "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web."
 
-#: ../../mod/notifications.php:520
-msgid "No more home notifications."
-msgstr "Não existe mais nenhuma notificação pessoal."
+#: ../../mod/install.php:523
+msgid "<h1>What next</h1>"
+msgstr "<h1>A seguir</h1>"
 
-#: ../../mod/notifications.php:524
-msgid "Home Notifications"
-msgstr "Notificações pessoais"
+#: ../../mod/install.php:524
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador."
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Nenhum perfil"
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem."
 
-#: ../../mod/settings.php:29 ../../mod/photos.php:80
-msgid "everybody"
-msgstr "todos"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Não foi possível verificar a sua localização."
 
-#: ../../mod/settings.php:36 ../../mod/admin.php:977
-msgid "Account"
-msgstr "Conta"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Nenhum destinatário."
 
-#: ../../mod/settings.php:41
-msgid "Additional features"
-msgstr "Funcionalidades adicionais"
+#: ../../mod/wallmessage.php:143
+#, 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 "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos."
 
-#: ../../mod/settings.php:46
-msgid "Display"
-msgstr "Tela"
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Ajuda:"
 
-#: ../../mod/settings.php:52 ../../mod/settings.php:777
-msgid "Social Networks"
-msgstr "Redes Sociais"
+#: ../../mod/help.php:84 ../../include/nav.php:114
+msgid "Help"
+msgstr "Ajuda"
 
-#: ../../mod/settings.php:57 ../../mod/admin.php:106 ../../mod/admin.php:1063
-#: ../../mod/admin.php:1116
-msgid "Plugins"
-msgstr "Plugins"
+#: ../../mod/help.php:90 ../../index.php:256
+msgid "Not Found"
+msgstr "Não encontrada"
 
-#: ../../mod/settings.php:67
-msgid "Connected apps"
-msgstr "Aplicações conectadas"
+#: ../../mod/help.php:93 ../../index.php:259
+msgid "Page not found."
+msgstr "Página não encontrada."
 
-#: ../../mod/settings.php:72 ../../mod/uexport.php:85
-msgid "Export personal data"
-msgstr "Exportar dados pessoais"
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s dá as boas vinda à %2$s"
 
-#: ../../mod/settings.php:77
-msgid "Remove account"
-msgstr "Remover a conta"
+#: ../../mod/home.php:35
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bem-vindo(a) a %s"
 
-#: ../../mod/settings.php:129
-msgid "Missing some important data!"
-msgstr "Está faltando algum dado importante!"
+#: ../../mod/wall_attach.php:75
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Lamento, talvez seu envio seja maior do que as configurações do PHP permitem"
 
-#: ../../mod/settings.php:132 ../../mod/settings.php:637
-#: ../../mod/contacts.php:705
-msgid "Update"
-msgstr "Atualizar"
+#: ../../mod/wall_attach.php:75
+msgid "Or - did you try to upload an empty file?"
+msgstr "Ou - você tentou enviar um arquivo vazio?"
+
+#: ../../mod/wall_attach.php:81
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "O arquivo excedeu o tamanho limite de %d"
+
+#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
+msgid "File upload failed."
+msgstr "Não foi possível enviar o arquivo."
+
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Correspondência de perfil"
+
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão."
+
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "se interessa por:"
+
+#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1563
+#: ../../include/contact_widgets.php:10
+msgid "Connect"
+msgstr "Conectar"
+
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "ligação"
+
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Não disponível."
+
+#: ../../mod/community.php:32 ../../include/nav.php:129
+#: ../../view/theme/diabook/theme.php:129
+msgid "Community"
+msgstr "Comunidade"
+
+#: ../../mod/community.php:62 ../../mod/community.php:71
+#: ../../mod/search.php:170 ../../mod/search.php:196
+msgid "No results."
+msgstr "Nenhum resultado."
+
+#: ../../mod/settings.php:29 ../../mod/photos.php:80
+msgid "everybody"
+msgstr "todos"
+
+#: ../../mod/settings.php:41
+msgid "Additional features"
+msgstr "Funcionalidades adicionais"
+
+#: ../../mod/settings.php:46
+msgid "Display"
+msgstr "Tela"
+
+#: ../../mod/settings.php:52 ../../mod/settings.php:780
+msgid "Social Networks"
+msgstr "Redes Sociais"
+
+#: ../../mod/settings.php:62 ../../include/nav.php:168
+msgid "Delegations"
+msgstr "Delegações"
+
+#: ../../mod/settings.php:67
+msgid "Connected apps"
+msgstr "Aplicações conectadas"
+
+#: ../../mod/settings.php:72 ../../mod/uexport.php:85
+msgid "Export personal data"
+msgstr "Exportar dados pessoais"
+
+#: ../../mod/settings.php:77
+msgid "Remove account"
+msgstr "Remover a conta"
+
+#: ../../mod/settings.php:129
+msgid "Missing some important data!"
+msgstr "Está faltando algum dado importante!"
 
 #: ../../mod/settings.php:238
 msgid "Failed to connect with email account using the settings provided."
@@ -3461,918 +3638,926 @@ msgstr "A senha foi modificada."
 msgid "Password update failed. Please try again."
 msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
 
-#: ../../mod/settings.php:426
+#: ../../mod/settings.php:428
 msgid " Please use a shorter name."
 msgstr " Por favor, use um nome mais curto."
 
-#: ../../mod/settings.php:428
+#: ../../mod/settings.php:430
 msgid " Name too short."
 msgstr " O nome é muito curto."
 
-#: ../../mod/settings.php:437
+#: ../../mod/settings.php:439
 msgid "Wrong Password"
 msgstr "Senha Errada"
 
-#: ../../mod/settings.php:442
+#: ../../mod/settings.php:444
 msgid " Not valid email."
 msgstr " Não é um e-mail válido."
 
-#: ../../mod/settings.php:448
+#: ../../mod/settings.php:450
 msgid " Cannot change to that email."
 msgstr " Não foi possível alterar para esse e-mail."
 
-#: ../../mod/settings.php:503
+#: ../../mod/settings.php:506
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão."
 
-#: ../../mod/settings.php:507
+#: ../../mod/settings.php:510
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão."
 
-#: ../../mod/settings.php:537
+#: ../../mod/settings.php:540
 msgid "Settings updated."
 msgstr "As configurações foram atualizadas."
 
-#: ../../mod/settings.php:610 ../../mod/settings.php:636
-#: ../../mod/settings.php:672
+#: ../../mod/settings.php:613 ../../mod/settings.php:639
+#: ../../mod/settings.php:675
 msgid "Add application"
 msgstr "Adicionar aplicação"
 
-#: ../../mod/settings.php:611 ../../mod/settings.php:721
-#: ../../mod/settings.php:795 ../../mod/settings.php:877
-#: ../../mod/settings.php:1110 ../../mod/admin.php:588
-#: ../../mod/admin.php:1117 ../../mod/admin.php:1319 ../../mod/admin.php:1406
-msgid "Save Settings"
-msgstr "Salvar configurações"
-
-#: ../../mod/settings.php:613 ../../mod/settings.php:639
-#: ../../mod/admin.php:964 ../../mod/admin.php:976 ../../mod/admin.php:977
-#: ../../mod/admin.php:990 ../../mod/crepair.php:158
-msgid "Name"
-msgstr "Nome"
-
-#: ../../mod/settings.php:614 ../../mod/settings.php:640
+#: ../../mod/settings.php:617 ../../mod/settings.php:643
 msgid "Consumer Key"
 msgstr "Chave do consumidor"
 
-#: ../../mod/settings.php:615 ../../mod/settings.php:641
+#: ../../mod/settings.php:618 ../../mod/settings.php:644
 msgid "Consumer Secret"
 msgstr "Segredo do consumidor"
 
-#: ../../mod/settings.php:616 ../../mod/settings.php:642
+#: ../../mod/settings.php:619 ../../mod/settings.php:645
 msgid "Redirect"
 msgstr "Redirecionar"
 
-#: ../../mod/settings.php:617 ../../mod/settings.php:643
+#: ../../mod/settings.php:620 ../../mod/settings.php:646
 msgid "Icon url"
 msgstr "URL do ícone"
 
-#: ../../mod/settings.php:628
+#: ../../mod/settings.php:631
 msgid "You can't edit this application."
 msgstr "Você não pode editar esta aplicação."
 
-#: ../../mod/settings.php:671
+#: ../../mod/settings.php:674
 msgid "Connected Apps"
 msgstr "Aplicações conectadas"
 
-#: ../../mod/settings.php:675
+#: ../../mod/settings.php:678
 msgid "Client key starts with"
 msgstr "A chave do cliente inicia com"
 
-#: ../../mod/settings.php:676
+#: ../../mod/settings.php:679
 msgid "No name"
 msgstr "Sem nome"
 
-#: ../../mod/settings.php:677
+#: ../../mod/settings.php:680
 msgid "Remove authorization"
 msgstr "Remover autorização"
 
-#: ../../mod/settings.php:689
+#: ../../mod/settings.php:692
 msgid "No Plugin settings configured"
 msgstr "Não foi definida nenhuma configuração de plugin"
 
-#: ../../mod/settings.php:697
+#: ../../mod/settings.php:700
 msgid "Plugin Settings"
 msgstr "Configurações do plugin"
 
-#: ../../mod/settings.php:711
+#: ../../mod/settings.php:714
 msgid "Off"
 msgstr "Off"
 
-#: ../../mod/settings.php:711
+#: ../../mod/settings.php:714
 msgid "On"
 msgstr "On"
 
-#: ../../mod/settings.php:719
+#: ../../mod/settings.php:722
 msgid "Additional Features"
 msgstr "Funcionalidades Adicionais"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "O suporte interno para conectividade de %s está %s"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/dfrn_request.php:838
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "enabled"
 msgstr "habilitado"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "disabled"
 msgstr "desabilitado"
 
-#: ../../mod/settings.php:734
+#: ../../mod/settings.php:737
 msgid "StatusNet"
 msgstr "StatusNet"
 
-#: ../../mod/settings.php:770
+#: ../../mod/settings.php:773
 msgid "Email access is disabled on this site."
 msgstr "O acesso ao e-mail está desabilitado neste site."
 
-#: ../../mod/settings.php:782
+#: ../../mod/settings.php:785
 msgid "Email/Mailbox Setup"
 msgstr "Configurações do e-mail/caixa postal"
 
-#: ../../mod/settings.php:783
+#: ../../mod/settings.php:786
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
 msgstr "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal."
 
-#: ../../mod/settings.php:784
+#: ../../mod/settings.php:787
 msgid "Last successful email check:"
 msgstr "Última checagem bem sucedida de e-mail:"
 
-#: ../../mod/settings.php:786
+#: ../../mod/settings.php:789
 msgid "IMAP server name:"
 msgstr "Nome do servidor IMAP:"
 
-#: ../../mod/settings.php:787
+#: ../../mod/settings.php:790
 msgid "IMAP port:"
 msgstr "Porta do IMAP:"
 
-#: ../../mod/settings.php:788
+#: ../../mod/settings.php:791
 msgid "Security:"
 msgstr "Segurança:"
 
-#: ../../mod/settings.php:788 ../../mod/settings.php:793
+#: ../../mod/settings.php:791 ../../mod/settings.php:796
 msgid "None"
 msgstr "Nenhuma"
 
-#: ../../mod/settings.php:789
+#: ../../mod/settings.php:792
 msgid "Email login name:"
 msgstr "Nome de usuário do e-mail:"
 
-#: ../../mod/settings.php:790
+#: ../../mod/settings.php:793
 msgid "Email password:"
 msgstr "Senha do e-mail:"
 
-#: ../../mod/settings.php:791
+#: ../../mod/settings.php:794
 msgid "Reply-to address:"
 msgstr "Endereço de resposta (Reply-to):"
 
-#: ../../mod/settings.php:792
+#: ../../mod/settings.php:795
 msgid "Send public posts to all email contacts:"
 msgstr "Enviar publicações públicas para todos os contatos de e-mail:"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Action after import:"
 msgstr "Ação após a importação:"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Mark as seen"
 msgstr "Marcar como visto"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Move to folder"
 msgstr "Mover para pasta"
 
-#: ../../mod/settings.php:794
+#: ../../mod/settings.php:797
 msgid "Move to folder:"
 msgstr "Mover para pasta:"
 
-#: ../../mod/settings.php:825 ../../mod/admin.php:523
-msgid "No special theme for mobile devices"
-msgstr "Nenhum tema especial para dispositivos móveis"
-
-#: ../../mod/settings.php:875
+#: ../../mod/settings.php:878
 msgid "Display Settings"
 msgstr "Configurações de exibição"
 
-#: ../../mod/settings.php:881 ../../mod/settings.php:896
+#: ../../mod/settings.php:884 ../../mod/settings.php:899
 msgid "Display Theme:"
 msgstr "Tema do perfil:"
 
-#: ../../mod/settings.php:882
+#: ../../mod/settings.php:885
 msgid "Mobile Theme:"
 msgstr "Tema para dispositivos móveis:"
 
-#: ../../mod/settings.php:883
+#: ../../mod/settings.php:886
 msgid "Update browser every xx seconds"
 msgstr "Atualizar o navegador a cada xx segundos"
 
-#: ../../mod/settings.php:883
+#: ../../mod/settings.php:886
 msgid "Minimum of 10 seconds, no maximum"
 msgstr "Mínimo de 10 segundos, não possui máximo"
 
-#: ../../mod/settings.php:884
+#: ../../mod/settings.php:887
 msgid "Number of items to display per page:"
 msgstr "Número de itens a serem exibidos por página:"
 
-#: ../../mod/settings.php:884 ../../mod/settings.php:885
+#: ../../mod/settings.php:887 ../../mod/settings.php:888
 msgid "Maximum of 100 items"
 msgstr "Máximo de 100 itens"
 
-#: ../../mod/settings.php:885
+#: ../../mod/settings.php:888
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "Número de itens a serem exibidos por página quando visualizando em um dispositivo móvel:"
 
-#: ../../mod/settings.php:886
+#: ../../mod/settings.php:889
 msgid "Don't show emoticons"
 msgstr "Não exibir emoticons"
 
-#: ../../mod/settings.php:887
+#: ../../mod/settings.php:890
 msgid "Don't show notices"
 msgstr "Não mostra avisos"
 
-#: ../../mod/settings.php:888
+#: ../../mod/settings.php:891
 msgid "Infinite scroll"
 msgstr "rolamento infinito"
 
-#: ../../mod/settings.php:889
+#: ../../mod/settings.php:892
 msgid "Automatic updates only at the top of the network page"
-msgstr ""
+msgstr "Atualizações automáticas só na parte superior da página da rede"
 
-#: ../../mod/settings.php:966
+#: ../../mod/settings.php:969
 msgid "User Types"
 msgstr "Tipos de Usuários"
 
-#: ../../mod/settings.php:967
+#: ../../mod/settings.php:970
 msgid "Community Types"
 msgstr "Tipos de Comunidades"
 
-#: ../../mod/settings.php:968
+#: ../../mod/settings.php:971
 msgid "Normal Account Page"
 msgstr "Página de conta normal"
 
-#: ../../mod/settings.php:969
+#: ../../mod/settings.php:972
 msgid "This account is a normal personal profile"
 msgstr "Essa conta é um perfil pessoal normal"
 
-#: ../../mod/settings.php:972
+#: ../../mod/settings.php:975
 msgid "Soapbox Page"
 msgstr "Página de vitrine"
 
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:976
 msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura"
 
-#: ../../mod/settings.php:976
+#: ../../mod/settings.php:979
 msgid "Community Forum/Celebrity Account"
 msgstr "Conta de fórum de comunidade/celebridade"
 
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:980
 msgid ""
 "Automatically approve all connection/friend requests as read-write fans"
 msgstr "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita"
 
-#: ../../mod/settings.php:980
+#: ../../mod/settings.php:983
 msgid "Automatic Friend Page"
 msgstr "Página de amigo automático"
 
-#: ../../mod/settings.php:981
+#: ../../mod/settings.php:984
 msgid "Automatically approve all connection/friend requests as friends"
 msgstr "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos"
 
-#: ../../mod/settings.php:984
+#: ../../mod/settings.php:987
 msgid "Private Forum [Experimental]"
 msgstr "Fórum privado [Experimental]"
 
-#: ../../mod/settings.php:985
+#: ../../mod/settings.php:988
 msgid "Private forum - approved members only"
 msgstr "Fórum privado - somente membros aprovados"
 
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1000
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1000
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(Opcional) Permitir o uso deste OpenID para entrar nesta conta"
 
-#: ../../mod/settings.php:1007
+#: ../../mod/settings.php:1010
 msgid "Publish your default profile in your local site directory?"
 msgstr "Publicar o seu perfil padrão no diretório local do seu site?"
 
-#: ../../mod/settings.php:1007 ../../mod/settings.php:1013
-#: ../../mod/settings.php:1021 ../../mod/settings.php:1025
-#: ../../mod/settings.php:1030 ../../mod/settings.php:1036
-#: ../../mod/settings.php:1042 ../../mod/settings.php:1048
-#: ../../mod/settings.php:1078 ../../mod/settings.php:1079
-#: ../../mod/settings.php:1080 ../../mod/settings.php:1081
-#: ../../mod/settings.php:1082 ../../mod/register.php:231
-#: ../../mod/dfrn_request.php:834 ../../mod/api.php:106
-#: ../../mod/profiles.php:620 ../../mod/profiles.php:624
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
+#: ../../mod/register.php:234 ../../mod/profiles.php:627
+#: ../../mod/profiles.php:631 ../../mod/api.php:106
 msgid "No"
 msgstr "Não"
 
-#: ../../mod/settings.php:1013
+#: ../../mod/settings.php:1016
 msgid "Publish your default profile in the global social directory?"
 msgstr "Publicar o seu perfil padrão no diretório social global?"
 
-#: ../../mod/settings.php:1021
+#: ../../mod/settings.php:1024
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? "
 
-#: ../../mod/settings.php:1030
+#: ../../mod/settings.php:1028 ../../include/conversation.php:1057
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Ocultar os detalhes do seu perfil para pessoas desconhecidas?"
+
+#: ../../mod/settings.php:1028
+msgid ""
+"If enabled, posting public messages to Diaspora and other networks isn't "
+"possible."
+msgstr "Se ativado, postar mensagens públicas no Diáspora e em outras redes não será possível."
+
+#: ../../mod/settings.php:1033
 msgid "Allow friends to post to your profile page?"
 msgstr "Permitir aos amigos publicarem na sua página de perfil?"
 
-#: ../../mod/settings.php:1036
+#: ../../mod/settings.php:1039
 msgid "Allow friends to tag your posts?"
 msgstr "Permitir aos amigos etiquetarem suas publicações?"
 
-#: ../../mod/settings.php:1042
+#: ../../mod/settings.php:1045
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "Permitir que você seja sugerido como amigo em potencial para novos membros?"
 
-#: ../../mod/settings.php:1048
+#: ../../mod/settings.php:1051
 msgid "Permit unknown people to send you private mail?"
 msgstr "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?"
 
-#: ../../mod/settings.php:1056
+#: ../../mod/settings.php:1059
 msgid "Profile is <strong>not published</strong>."
 msgstr "O perfil <strong>não está publicado</strong>."
 
-#: ../../mod/settings.php:1059 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "ou"
-
-#: ../../mod/settings.php:1064
+#: ../../mod/settings.php:1067
 msgid "Your Identity Address is"
 msgstr "O endereço da sua identidade é"
 
-#: ../../mod/settings.php:1075
+#: ../../mod/settings.php:1078
 msgid "Automatically expire posts after this many days:"
 msgstr "Expirar automaticamente publicações após tantos dias:"
 
-#: ../../mod/settings.php:1075
+#: ../../mod/settings.php:1078
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas."
 
-#: ../../mod/settings.php:1076
+#: ../../mod/settings.php:1079
 msgid "Advanced expiration settings"
 msgstr "Configurações avançadas de expiração"
 
-#: ../../mod/settings.php:1077
+#: ../../mod/settings.php:1080
 msgid "Advanced Expiration"
 msgstr "Expiração avançada"
 
-#: ../../mod/settings.php:1078
+#: ../../mod/settings.php:1081
 msgid "Expire posts:"
 msgstr "Expirar publicações:"
 
-#: ../../mod/settings.php:1079
+#: ../../mod/settings.php:1082
 msgid "Expire personal notes:"
 msgstr "Expirar notas pessoais:"
 
-#: ../../mod/settings.php:1080
+#: ../../mod/settings.php:1083
 msgid "Expire starred posts:"
 msgstr "Expirar publicações destacadas:"
 
-#: ../../mod/settings.php:1081
+#: ../../mod/settings.php:1084
 msgid "Expire photos:"
 msgstr "Expirar fotos:"
 
-#: ../../mod/settings.php:1082
+#: ../../mod/settings.php:1085
 msgid "Only expire posts by others:"
 msgstr "Expirar somente as publicações de outras pessoas:"
 
-#: ../../mod/settings.php:1108
+#: ../../mod/settings.php:1111
 msgid "Account Settings"
 msgstr "Configurações da conta"
 
-#: ../../mod/settings.php:1116
+#: ../../mod/settings.php:1119
 msgid "Password Settings"
 msgstr "Configurações da senha"
 
-#: ../../mod/settings.php:1117
+#: ../../mod/settings.php:1120
 msgid "New Password:"
 msgstr "Nova senha:"
 
-#: ../../mod/settings.php:1118
+#: ../../mod/settings.php:1121
 msgid "Confirm:"
 msgstr "Confirme:"
 
-#: ../../mod/settings.php:1118
+#: ../../mod/settings.php:1121
 msgid "Leave password fields blank unless changing"
 msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la"
 
-#: ../../mod/settings.php:1119
+#: ../../mod/settings.php:1122
 msgid "Current Password:"
 msgstr "Senha Atual:"
 
-#: ../../mod/settings.php:1119 ../../mod/settings.php:1120
+#: ../../mod/settings.php:1122 ../../mod/settings.php:1123
 msgid "Your current password to confirm the changes"
 msgstr "Sua senha atual para confirmar as mudanças"
 
-#: ../../mod/settings.php:1120
+#: ../../mod/settings.php:1123
 msgid "Password:"
 msgstr "Senha:"
 
-#: ../../mod/settings.php:1124
+#: ../../mod/settings.php:1127
 msgid "Basic Settings"
 msgstr "Configurações básicas"
 
-#: ../../mod/settings.php:1126
+#: ../../mod/settings.php:1128 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "Nome completo:"
+
+#: ../../mod/settings.php:1129
 msgid "Email Address:"
 msgstr "Endereço de e-mail:"
 
-#: ../../mod/settings.php:1127
+#: ../../mod/settings.php:1130
 msgid "Your Timezone:"
 msgstr "Seu fuso horário:"
 
-#: ../../mod/settings.php:1128
+#: ../../mod/settings.php:1131
 msgid "Default Post Location:"
 msgstr "Localização padrão de suas publicações:"
 
-#: ../../mod/settings.php:1129
+#: ../../mod/settings.php:1132
 msgid "Use Browser Location:"
 msgstr "Usar localizador do navegador:"
 
-#: ../../mod/settings.php:1132
+#: ../../mod/settings.php:1135
 msgid "Security and Privacy Settings"
 msgstr "Configurações de segurança e privacidade"
 
-#: ../../mod/settings.php:1134
+#: ../../mod/settings.php:1137
 msgid "Maximum Friend Requests/Day:"
 msgstr "Número máximo de requisições de amizade por dia:"
 
-#: ../../mod/settings.php:1134 ../../mod/settings.php:1164
+#: ../../mod/settings.php:1137 ../../mod/settings.php:1167
 msgid "(to prevent spam abuse)"
 msgstr "(para prevenir abuso de spammers)"
 
-#: ../../mod/settings.php:1135
+#: ../../mod/settings.php:1138
 msgid "Default Post Permissions"
 msgstr "Permissões padrão de publicação"
 
-#: ../../mod/settings.php:1136
+#: ../../mod/settings.php:1139
 msgid "(click to open/close)"
 msgstr "(clique para abrir/fechar)"
 
-#: ../../mod/settings.php:1145 ../../mod/photos.php:1146
-#: ../../mod/photos.php:1517
+#: ../../mod/settings.php:1148 ../../mod/photos.php:1146
+#: ../../mod/photos.php:1519
 msgid "Show to Groups"
 msgstr "Mostre para Grupos"
 
-#: ../../mod/settings.php:1146 ../../mod/photos.php:1147
-#: ../../mod/photos.php:1518
+#: ../../mod/settings.php:1149 ../../mod/photos.php:1147
+#: ../../mod/photos.php:1520
 msgid "Show to Contacts"
 msgstr "Mostre para Contatos"
 
-#: ../../mod/settings.php:1147
+#: ../../mod/settings.php:1150
 msgid "Default Private Post"
 msgstr "Publicação Privada Padrão"
 
-#: ../../mod/settings.php:1148
+#: ../../mod/settings.php:1151
 msgid "Default Public Post"
 msgstr "Publicação Pública Padrão"
 
-#: ../../mod/settings.php:1152
+#: ../../mod/settings.php:1155
 msgid "Default Permissions for New Posts"
 msgstr "Permissões Padrão para Publicações Novas"
 
-#: ../../mod/settings.php:1164
+#: ../../mod/settings.php:1167
 msgid "Maximum private messages per day from unknown people:"
 msgstr "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:"
 
-#: ../../mod/settings.php:1167
+#: ../../mod/settings.php:1170
 msgid "Notification Settings"
 msgstr "Configurações de notificação"
 
-#: ../../mod/settings.php:1168
+#: ../../mod/settings.php:1171
 msgid "By default post a status message when:"
 msgstr "Por padrão, publicar uma mensagem de status quando:"
 
-#: ../../mod/settings.php:1169
+#: ../../mod/settings.php:1172
 msgid "accepting a friend request"
 msgstr "aceitar uma requisição de amizade"
 
-#: ../../mod/settings.php:1170
+#: ../../mod/settings.php:1173
 msgid "joining a forum/community"
 msgstr "associar-se a um fórum/comunidade"
 
-#: ../../mod/settings.php:1171
+#: ../../mod/settings.php:1174
 msgid "making an <em>interesting</em> profile change"
 msgstr "fazer uma modificação <em>interessante</em> em seu perfil"
 
-#: ../../mod/settings.php:1172
+#: ../../mod/settings.php:1175
 msgid "Send a notification email when:"
 msgstr "Enviar um e-mail de notificação sempre que:"
 
-#: ../../mod/settings.php:1173
+#: ../../mod/settings.php:1176
 msgid "You receive an introduction"
 msgstr "Você recebeu uma apresentação"
 
-#: ../../mod/settings.php:1174
+#: ../../mod/settings.php:1177
 msgid "Your introductions are confirmed"
 msgstr "Suas apresentações forem confirmadas"
 
-#: ../../mod/settings.php:1175
+#: ../../mod/settings.php:1178
 msgid "Someone writes on your profile wall"
 msgstr "Alguém escrever no mural do seu perfil"
 
-#: ../../mod/settings.php:1176
+#: ../../mod/settings.php:1179
 msgid "Someone writes a followup comment"
 msgstr "Alguém comentar a sua mensagem"
 
-#: ../../mod/settings.php:1177
+#: ../../mod/settings.php:1180
 msgid "You receive a private message"
 msgstr "Você recebeu uma mensagem privada"
 
-#: ../../mod/settings.php:1178
+#: ../../mod/settings.php:1181
 msgid "You receive a friend suggestion"
 msgstr "Você recebe uma suggestão de amigo"
 
-#: ../../mod/settings.php:1179
+#: ../../mod/settings.php:1182
 msgid "You are tagged in a post"
 msgstr "Você foi etiquetado em uma publicação"
 
-#: ../../mod/settings.php:1180
+#: ../../mod/settings.php:1183
 msgid "You are poked/prodded/etc. in a post"
 msgstr "Você está cutucado/incitado/etc. em uma publicação"
 
-#: ../../mod/settings.php:1183
+#: ../../mod/settings.php:1185
+msgid "Text-only notification emails"
+msgstr "Emails de notificação apenas de texto"
+
+#: ../../mod/settings.php:1187
+msgid "Send text only notification emails, without the html part"
+msgstr "Enviar e-mails de notificação apenas de texto, sem a parte html"
+
+#: ../../mod/settings.php:1189
 msgid "Advanced Account/Page Type Settings"
 msgstr "Conta avançada/Configurações do tipo de página"
 
-#: ../../mod/settings.php:1184
+#: ../../mod/settings.php:1190
 msgid "Change the behaviour of this account for special situations"
 msgstr "Modificar o comportamento desta conta em situações especiais"
 
-#: ../../mod/settings.php:1187
+#: ../../mod/settings.php:1193
 msgid "Relocate"
 msgstr "Relocação"
 
-#: ../../mod/settings.php:1188
+#: ../../mod/settings.php:1194
 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 "Se você moveu esse perfil de outro servidor e algum dos seus contatos não recebe atualizações, pressione esse botão."
 
-#: ../../mod/settings.php:1189
+#: ../../mod/settings.php:1195
 msgid "Resend relocate message to contacts"
 msgstr "Reenviar mensagem de relocação para os contatos"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Amigos em Comum"
+#: ../../mod/dfrn_request.php:95
+msgid "This introduction has already been accepted."
+msgstr "Esta apresentação já foi aceita."
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Nenhum contato em comum."
+#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "A localização do perfil não é válida ou não contém uma informação de perfil."
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Não existe informação disponível sobre a privacidade remota."
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono."
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "Visível para:"
+#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
+msgid "Warning: profile location has no profile photo."
+msgstr "Aviso: a localização do perfil não possui nenhuma foto do perfil."
 
-#: ../../mod/contacts.php:107
+#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
 #, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited"
-msgstr[0] "%d contato editado"
-msgstr[1] "%d contatos editados"
-
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:267
-msgid "Could not access contact record."
-msgstr "Não foi possível acessar o registro do contato."
+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] "O parâmetro requerido %d não foi encontrado na localização fornecida"
+msgstr[1] "Os parâmetros requeridos %d não foram encontrados na localização fornecida"
 
-#: ../../mod/contacts.php:152
-msgid "Could not locate selected profile."
-msgstr "Não foi possível localizar o perfil selecionado."
+#: ../../mod/dfrn_request.php:172
+msgid "Introduction complete."
+msgstr "A apresentação foi finalizada."
 
-#: ../../mod/contacts.php:181
-msgid "Contact updated."
-msgstr "O contato foi atualizado."
+#: ../../mod/dfrn_request.php:214
+msgid "Unrecoverable protocol error."
+msgstr "Ocorreu um erro irrecuperável de protocolo."
 
-#: ../../mod/contacts.php:183 ../../mod/dfrn_request.php:576
-msgid "Failed to update contact record."
-msgstr "Não foi possível atualizar o registro do contato."
+#: ../../mod/dfrn_request.php:242
+msgid "Profile unavailable."
+msgstr "O perfil não está disponível."
 
-#: ../../mod/contacts.php:282
-msgid "Contact has been blocked"
-msgstr "O contato foi bloqueado"
+#: ../../mod/dfrn_request.php:267
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s recebeu solicitações de conexão em excesso hoje."
 
-#: ../../mod/contacts.php:282
-msgid "Contact has been unblocked"
-msgstr "O contato foi desbloqueado"
+#: ../../mod/dfrn_request.php:268
+msgid "Spam protection measures have been invoked."
+msgstr "As medidas de proteção contra spam foram ativadas."
 
-#: ../../mod/contacts.php:293
-msgid "Contact has been ignored"
-msgstr "O contato foi ignorado"
+#: ../../mod/dfrn_request.php:269
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Os amigos foram notificados para tentar novamente em 24 horas."
 
-#: ../../mod/contacts.php:293
-msgid "Contact has been unignored"
-msgstr "O contato deixou de ser ignorado"
+#: ../../mod/dfrn_request.php:331
+msgid "Invalid locator"
+msgstr "Localizador inválido"
 
-#: ../../mod/contacts.php:305
-msgid "Contact has been archived"
-msgstr "O contato foi arquivado"
+#: ../../mod/dfrn_request.php:340
+msgid "Invalid email address."
+msgstr "Endereço de e-mail inválido."
 
-#: ../../mod/contacts.php:305
-msgid "Contact has been unarchived"
-msgstr "O contato foi desarquivado"
+#: ../../mod/dfrn_request.php:367
+msgid "This account has not been configured for email. Request failed."
+msgstr "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação."
 
-#: ../../mod/contacts.php:330 ../../mod/contacts.php:703
-msgid "Do you really want to delete this contact?"
-msgstr "Você realmente deseja deletar esse contato?"
+#: ../../mod/dfrn_request.php:463
+msgid "Unable to resolve your name at the provided location."
+msgstr "Não foi possível encontrar a sua identificação no endereço indicado."
 
-#: ../../mod/contacts.php:347
-msgid "Contact has been removed."
-msgstr "O contato foi removido."
+#: ../../mod/dfrn_request.php:476
+msgid "You have already introduced yourself here."
+msgstr "Você já fez a sua apresentação aqui."
 
-#: ../../mod/contacts.php:385
+#: ../../mod/dfrn_request.php:480
 #, php-format
-msgid "You are mutual friends with %s"
-msgstr "Você possui uma amizade mútua com %s"
+msgid "Apparently you are already friends with %s."
+msgstr "Aparentemente você já é amigo de %s."
 
-#: ../../mod/contacts.php:389
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Você está compartilhando com %s"
+#: ../../mod/dfrn_request.php:501
+msgid "Invalid profile URL."
+msgstr "URL de perfil inválida."
 
-#: ../../mod/contacts.php:394
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s está compartilhando com você"
+#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "URL de perfil não permitida."
 
-#: ../../mod/contacts.php:411
-msgid "Private communications are not available for this contact."
-msgstr "As comunicações privadas não estão disponíveis para este contato."
+#: ../../mod/dfrn_request.php:597
+msgid "Your introduction has been sent."
+msgstr "A sua apresentação foi enviada."
 
-#: ../../mod/contacts.php:414 ../../mod/admin.php:540
-msgid "Never"
-msgstr "Nunca"
+#: ../../mod/dfrn_request.php:650
+msgid "Please login to confirm introduction."
+msgstr "Por favor, autentique-se para confirmar a apresentação."
 
-#: ../../mod/contacts.php:418
-msgid "(Update was successful)"
-msgstr "(A atualização foi bem sucedida)"
+#: ../../mod/dfrn_request.php:660
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "A identidade autenticada está incorreta. Por favor, entre como <strong>este</strong> perfil."
 
-#: ../../mod/contacts.php:418
-msgid "(Update was not successful)"
-msgstr "(A atualização não foi bem sucedida)"
+#: ../../mod/dfrn_request.php:671
+msgid "Hide this contact"
+msgstr "Ocultar este contato"
 
-#: ../../mod/contacts.php:420
-msgid "Suggest friends"
-msgstr "Sugerir amigos"
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Welcome home %s."
+msgstr "Bem-vindo(a) à sua página pessoal %s."
 
-#: ../../mod/contacts.php:424
+#: ../../mod/dfrn_request.php:675
 #, php-format
-msgid "Network type: %s"
-msgstr "Tipo de rede: %s"
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Por favor, confirme sua solicitação de apresentação/conexão para %s."
 
-#: ../../mod/contacts.php:432
-msgid "View all contacts"
-msgstr "Ver todos os contatos"
+#: ../../mod/dfrn_request.php:676
+msgid "Confirm"
+msgstr "Confirmar"
 
-#: ../../mod/contacts.php:437 ../../mod/contacts.php:496
-#: ../../mod/contacts.php:706 ../../mod/admin.php:970
-msgid "Unblock"
-msgstr "Desbloquear"
+#: ../../mod/dfrn_request.php:804
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:"
 
-#: ../../mod/contacts.php:437 ../../mod/contacts.php:496
-#: ../../mod/contacts.php:706 ../../mod/admin.php:969
-msgid "Block"
-msgstr "Bloquear"
+#: ../../mod/dfrn_request.php:824
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Caso você ainda não seja membro da rede social livre, <a href=\"http://dir.friendica.com/siteinfo\">clique aqui para encontrar um site Friendica público e junte-se à nós</a>."
 
-#: ../../mod/contacts.php:440
-msgid "Toggle Blocked status"
-msgstr "Alternar o status de bloqueio"
+#: ../../mod/dfrn_request.php:827
+msgid "Friend/Connection Request"
+msgstr "Solicitação de amizade/conexão"
 
-#: ../../mod/contacts.php:443 ../../mod/contacts.php:497
-#: ../../mod/contacts.php:707
-msgid "Unignore"
-msgstr "Deixar de ignorar"
+#: ../../mod/dfrn_request.php:828
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: ../../mod/contacts.php:446
-msgid "Toggle Ignored status"
-msgstr "Alternar o status de ignorado"
+#: ../../mod/dfrn_request.php:829
+msgid "Please answer the following:"
+msgstr "Por favor, entre com as informações solicitadas:"
 
-#: ../../mod/contacts.php:450 ../../mod/contacts.php:708
-msgid "Unarchive"
-msgstr "Desarquivar"
+#: ../../mod/dfrn_request.php:830
+#, php-format
+msgid "Does %s know you?"
+msgstr "%s conhece você?"
 
-#: ../../mod/contacts.php:450 ../../mod/contacts.php:708
-msgid "Archive"
-msgstr "Arquivar"
+#: ../../mod/dfrn_request.php:834
+msgid "Add a personal note:"
+msgstr "Adicione uma anotação pessoal:"
 
-#: ../../mod/contacts.php:453
-msgid "Toggle Archive status"
-msgstr "Alternar o status de arquivamento"
+#: ../../mod/dfrn_request.php:836 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/contacts.php:456
-msgid "Repair"
-msgstr "Reparar"
+#: ../../mod/dfrn_request.php:837
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Federated Social Web"
 
-#: ../../mod/contacts.php:459
-msgid "Advanced Contact Settings"
-msgstr "Configurações avançadas do contato"
+#: ../../mod/dfrn_request.php:839
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - Por favor, não utilize esse formulário.  Ao invés disso, digite %s na sua barra de pesquisa do Diaspora."
 
-#: ../../mod/contacts.php:465
-msgid "Communications lost with this contact!"
-msgstr "As comunicações com esse contato foram perdidas!"
+#: ../../mod/dfrn_request.php:840
+msgid "Your Identity Address:"
+msgstr "Seu endereço de identificação:"
 
-#: ../../mod/contacts.php:468
-msgid "Contact Editor"
-msgstr "Editor de contatos"
+#: ../../mod/dfrn_request.php:843
+msgid "Submit Request"
+msgstr "Enviar solicitação"
 
-#: ../../mod/contacts.php:471
-msgid "Profile Visibility"
-msgstr "Visibilidade do perfil"
+#: ../../mod/register.php:90
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações."
 
-#: ../../mod/contacts.php:472
+#: ../../mod/register.php:96
 #, php-format
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro."
+"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 "Falha ao enviar mensagem de email. Estes são os dados da sua conta:<br> login: %s<br> senha: %s<br><br>Você pode alterar sua senha após fazer o login."
 
-#: ../../mod/contacts.php:473
-msgid "Contact Information / Notes"
-msgstr "Informações sobre o contato / Anotações"
+#: ../../mod/register.php:105
+msgid "Your registration can not be processed."
+msgstr "Não foi possível processar o seu registro."
 
-#: ../../mod/contacts.php:474
-msgid "Edit contact notes"
-msgstr "Editar as anotações do contato"
+#: ../../mod/register.php:148
+msgid "Your registration is pending approval by the site owner."
+msgstr "A aprovação do seu registro está pendente junto ao administrador do site."
 
-#: ../../mod/contacts.php:479 ../../mod/contacts.php:671
-#: ../../mod/nogroup.php:40 ../../mod/viewcontacts.php:62
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visitar o perfil de %s [%s]"
+#: ../../mod/register.php:186 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã."
 
-#: ../../mod/contacts.php:480
-msgid "Block/Unblock contact"
-msgstr "Bloquear/desbloquear o contato"
+#: ../../mod/register.php:214
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'."
 
-#: ../../mod/contacts.php:481
-msgid "Ignore contact"
-msgstr "Ignorar o contato"
+#: ../../mod/register.php:215
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens."
 
-#: ../../mod/contacts.php:482
-msgid "Repair URL settings"
-msgstr "Reparar as definições de URL"
+#: ../../mod/register.php:216
+msgid "Your OpenID (optional): "
+msgstr "Seu OpenID (opcional): "
 
-#: ../../mod/contacts.php:483
-msgid "View conversations"
-msgstr "Ver as conversas"
+#: ../../mod/register.php:230
+msgid "Include your profile in member directory?"
+msgstr "Incluir o seu perfil no diretório de membros?"
 
-#: ../../mod/contacts.php:485
-msgid "Delete contact"
-msgstr "Excluir o contato"
+#: ../../mod/register.php:251
+msgid "Membership on this site is by invitation only."
+msgstr "A associação a este site só pode ser feita mediante convite."
 
-#: ../../mod/contacts.php:489
-msgid "Last update:"
-msgstr "Última atualização:"
+#: ../../mod/register.php:252
+msgid "Your invitation ID: "
+msgstr "A ID do seu convite: "
 
-#: ../../mod/contacts.php:491
-msgid "Update public posts"
-msgstr "Atualizar publicações públicas"
+#: ../../mod/register.php:263
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Seu nome completo (ex: José da Silva): "
 
-#: ../../mod/contacts.php:493 ../../mod/admin.php:1464
-msgid "Update now"
-msgstr "Atualizar agora"
+#: ../../mod/register.php:264
+msgid "Your Email Address: "
+msgstr "Seu endereço de e-mail: "
 
-#: ../../mod/contacts.php:500
-msgid "Currently blocked"
-msgstr "Atualmente bloqueado"
+#: ../../mod/register.php:265
+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 "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será '<strong>identificação@$sitename</strong>'"
 
-#: ../../mod/contacts.php:501
-msgid "Currently ignored"
-msgstr "Atualmente ignorado"
+#: ../../mod/register.php:266
+msgid "Choose a nickname: "
+msgstr "Escolha uma identificação: "
 
-#: ../../mod/contacts.php:502
-msgid "Currently archived"
-msgstr "Atualmente arquivado"
+#: ../../mod/register.php:269 ../../boot.php:1236 ../../include/nav.php:109
+msgid "Register"
+msgstr "Registrar"
 
-#: ../../mod/contacts.php:503
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Respostas/gostadas associados às suas publicações <strong>ainda podem</strong> estar visíveis"
+#: ../../mod/register.php:275 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Importar"
 
-#: ../../mod/contacts.php:504
-msgid "Notification for new posts"
-msgstr "Notificações para novas publicações"
+#: ../../mod/register.php:276
+msgid "Import your profile to this friendica instance"
+msgstr "Importa seu perfil  desta instância do friendica"
 
-#: ../../mod/contacts.php:504
-msgid "Send a notification of every new post of this contact"
-msgstr "Envie uma notificação para todos as novas publicações deste contato"
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Sistema em manutenção"
 
-#: ../../mod/contacts.php:505
-msgid "Fetch further information for feeds"
-msgstr "Pega mais informações para feeds"
+#: ../../mod/search.php:99 ../../include/text.php:952
+#: ../../include/text.php:953 ../../include/nav.php:119
+msgid "Search"
+msgstr "Pesquisar"
 
-#: ../../mod/contacts.php:556
-msgid "Suggestions"
-msgstr "Sugestões"
-
-#: ../../mod/contacts.php:559
-msgid "Suggest potential friends"
-msgstr "Sugerir amigos em potencial"
-
-#: ../../mod/contacts.php:565
-msgid "Show all contacts"
-msgstr "Exibe todos os contatos"
-
-#: ../../mod/contacts.php:568
-msgid "Unblocked"
-msgstr "Desbloquear"
-
-#: ../../mod/contacts.php:571
-msgid "Only show unblocked contacts"
-msgstr "Exibe somente contatos desbloqueados"
+#: ../../mod/directory.php:51 ../../view/theme/diabook/theme.php:525
+msgid "Global Directory"
+msgstr "Diretório global"
 
-#: ../../mod/contacts.php:575
-msgid "Blocked"
-msgstr "Bloqueado"
+#: ../../mod/directory.php:59
+msgid "Find on this site"
+msgstr "Pesquisar neste site"
 
-#: ../../mod/contacts.php:578
-msgid "Only show blocked contacts"
-msgstr "Exibe somente contatos bloqueados"
+#: ../../mod/directory.php:62
+msgid "Site Directory"
+msgstr "Diretório do site"
 
-#: ../../mod/contacts.php:582
-msgid "Ignored"
-msgstr "Ignorados"
+#: ../../mod/directory.php:113 ../../mod/profiles.php:716
+msgid "Age: "
+msgstr "Idade: "
 
-#: ../../mod/contacts.php:585
-msgid "Only show ignored contacts"
-msgstr "Exibe somente contatos ignorados"
+#: ../../mod/directory.php:116
+msgid "Gender: "
+msgstr "Gênero: "
 
-#: ../../mod/contacts.php:589
-msgid "Archived"
-msgstr "Arquivados"
+#: ../../mod/directory.php:138 ../../boot.php:1645
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Gênero:"
 
-#: ../../mod/contacts.php:592
-msgid "Only show archived contacts"
-msgstr "Exibe somente contatos arquivados"
+#: ../../mod/directory.php:140 ../../boot.php:1648
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Situação:"
 
-#: ../../mod/contacts.php:596
-msgid "Hidden"
-msgstr "Ocultos"
+#: ../../mod/directory.php:142 ../../boot.php:1650
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Página web:"
 
-#: ../../mod/contacts.php:599
-msgid "Only show hidden contacts"
-msgstr "Exibe somente contatos ocultos"
+#: ../../mod/directory.php:144 ../../boot.php:1652
+#: ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "Sobre:"
 
-#: ../../mod/contacts.php:647
-msgid "Mutual Friendship"
-msgstr "Amizade mútua"
+#: ../../mod/directory.php:189
+msgid "No entries (some entries may be hidden)."
+msgstr "Nenhuma entrada (algumas entradas podem estar ocultas)."
 
-#: ../../mod/contacts.php:651
-msgid "is a fan of yours"
-msgstr "é um fã seu"
+#: ../../mod/delegate.php:101
+msgid "No potential page delegates located."
+msgstr "Nenhuma página delegada potencial localizada."
 
-#: ../../mod/contacts.php:655
-msgid "you are a fan of"
-msgstr "você é um fã de"
+#: ../../mod/delegate.php:130 ../../include/nav.php:168
+msgid "Delegate Page Management"
+msgstr "Delegar Administração de Página"
 
-#: ../../mod/contacts.php:672 ../../mod/nogroup.php:41
-msgid "Edit contact"
-msgstr "Editar o contato"
+#: ../../mod/delegate.php:132
+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 "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente."
 
-#: ../../mod/contacts.php:698
-msgid "Search your contacts"
-msgstr "Pesquisar seus contatos"
+#: ../../mod/delegate.php:133
+msgid "Existing Page Managers"
+msgstr "Administradores de Páginas Existentes"
 
-#: ../../mod/contacts.php:699 ../../mod/directory.php:61
-msgid "Finding: "
-msgstr "Pesquisando: "
+#: ../../mod/delegate.php:135
+msgid "Existing Page Delegates"
+msgstr "Delegados de Páginas Existentes"
 
-#: ../../mod/wall_attach.php:75
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Lamento, talvez seu envio seja maior do que as configurações do PHP permitem"
+#: ../../mod/delegate.php:137
+msgid "Potential Delegates"
+msgstr "Delegados Potenciais"
 
-#: ../../mod/wall_attach.php:75
-msgid "Or - did you try to upload an empty file?"
-msgstr "Ou - você tentou enviar um arquivo vazio?"
+#: ../../mod/delegate.php:140
+msgid "Add"
+msgstr "Adicionar"
 
-#: ../../mod/wall_attach.php:81
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "O arquivo excedeu o tamanho limite de %d"
+#: ../../mod/delegate.php:141
+msgid "No entries."
+msgstr "Sem entradas."
 
-#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
-msgid "File upload failed."
-msgstr "Não foi possível enviar o arquivo."
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Amigos em Comum"
 
-#: ../../mod/update_community.php:18 ../../mod/update_network.php:25
-#: ../../mod/update_notes.php:37 ../../mod/update_display.php:22
-#: ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Conteúdo incorporado - recarregue a página para ver]"
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Nenhum contato em comum."
 
 #: ../../mod/uexport.php:77
 msgid "Export account"
@@ -4395,3318 +4580,3236 @@ msgid ""
 "of your account (photos are not exported)"
 msgstr "Exportar as informações de sua conta, contatos e todos os seus items como JSON. Pode ser um arquivo muito grande, e pode levar bastante tempo. Use isto para fazer uma cópia de segurança completa da sua conta (fotos não são exportadas)"
 
-#: ../../mod/register.php:93
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações."
-
-#: ../../mod/register.php:97
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Não foi possível enviar a mensagem de e-mail. Aqui está a mensagem que não foi."
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s atualmente está %2$s"
 
-#: ../../mod/register.php:102
-msgid "Your registration can not be processed."
-msgstr "Não foi possível processar o seu registro."
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Humor"
 
-#: ../../mod/register.php:145
-msgid "Your registration is pending approval by the site owner."
-msgstr "A aprovação do seu registro está pendente junto ao administrador do site."
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Defina o seu humor e conte aos seus amigos"
 
-#: ../../mod/register.php:183 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã."
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "Você realmente deseja deletar essa sugestão?"
 
-#: ../../mod/register.php:211
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'."
+#: ../../mod/suggest.php:68 ../../include/contact_widgets.php:35
+#: ../../view/theme/diabook/theme.php:527
+msgid "Friend Suggestions"
+msgstr "Sugestões de amigos"
 
-#: ../../mod/register.php:212
+#: ../../mod/suggest.php:74
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas."
 
-#: ../../mod/register.php:213
-msgid "Your OpenID (optional): "
-msgstr "Seu OpenID (opcional): "
+#: ../../mod/suggest.php:92
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
 
-#: ../../mod/register.php:227
-msgid "Include your profile in member directory?"
-msgstr "Incluir o seu perfil no diretório de membros?"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "O perfil foi excluído."
 
-#: ../../mod/register.php:248
-msgid "Membership on this site is by invitation only."
-msgstr "A associação a este site só pode ser feita mediante convite."
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Perfil-"
 
-#: ../../mod/register.php:249
-msgid "Your invitation ID: "
-msgstr "A ID do seu convite: "
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "O novo perfil foi criado."
 
-#: ../../mod/register.php:252 ../../mod/admin.php:589
-msgid "Registration"
-msgstr "Registro"
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "O perfil não está disponível para clonagem."
 
-#: ../../mod/register.php:260
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Seu nome completo (ex: José da Silva): "
+#: ../../mod/profiles.php:172
+msgid "Profile Name is required."
+msgstr "É necessário informar o nome do perfil."
 
-#: ../../mod/register.php:261
-msgid "Your Email Address: "
-msgstr "Seu endereço de e-mail: "
+#: ../../mod/profiles.php:323
+msgid "Marital Status"
+msgstr "Situação amorosa"
 
-#: ../../mod/register.php:262
-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 "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será '<strong>identificação@$sitename</strong>'"
+#: ../../mod/profiles.php:327
+msgid "Romantic Partner"
+msgstr "Parceiro romântico"
 
-#: ../../mod/register.php:263
-msgid "Choose a nickname: "
-msgstr "Escolha uma identificação: "
+#: ../../mod/profiles.php:331
+msgid "Likes"
+msgstr "Gosta de"
 
-#: ../../mod/register.php:272 ../../mod/uimport.php:64
-msgid "Import"
-msgstr "Importar"
+#: ../../mod/profiles.php:335
+msgid "Dislikes"
+msgstr "Não gosta de"
 
-#: ../../mod/register.php:273
-msgid "Import your profile to this friendica instance"
-msgstr "Importa seu perfil  desta instância do friendica"
+#: ../../mod/profiles.php:339
+msgid "Work/Employment"
+msgstr "Trabalho/emprego"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Publicado com sucesso."
+#: ../../mod/profiles.php:342
+msgid "Religion"
+msgstr "Religião"
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
-msgstr "Sistema em manutenção"
+#: ../../mod/profiles.php:346
+msgid "Political Views"
+msgstr "Posicionamento político"
 
-#: ../../mod/profile.php:155 ../../mod/display.php:288
-msgid "Access to this profile has been restricted."
-msgstr "O acesso a este perfil está restrito."
+#: ../../mod/profiles.php:350
+msgid "Gender"
+msgstr "Gênero"
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Dicas para novos membros"
+#: ../../mod/profiles.php:354
+msgid "Sexual Preference"
+msgstr "Preferência sexual"
 
-#: ../../mod/videos.php:115 ../../mod/dfrn_request.php:766
-#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:920
-#: ../../mod/search.php:89 ../../mod/community.php:18
-#: ../../mod/display.php:180 ../../mod/directory.php:33
-msgid "Public access denied."
-msgstr "Acesso público negado."
+#: ../../mod/profiles.php:358
+msgid "Homepage"
+msgstr "Página Principal"
 
-#: ../../mod/videos.php:125
-msgid "No videos selected"
-msgstr "Nenhum vídeo selecionado"
+#: ../../mod/profiles.php:362 ../../mod/profiles.php:664
+msgid "Interests"
+msgstr "Interesses"
 
-#: ../../mod/videos.php:226 ../../mod/photos.php:1031
-msgid "Access to this item is restricted."
-msgstr "O acesso a este item é restrito."
+#: ../../mod/profiles.php:366
+msgid "Address"
+msgstr "Endereço"
 
-#: ../../mod/videos.php:308 ../../mod/photos.php:1806
-msgid "View Album"
-msgstr "Ver álbum"
+#: ../../mod/profiles.php:373 ../../mod/profiles.php:660
+msgid "Location"
+msgstr "Localização"
 
-#: ../../mod/videos.php:317
-msgid "Recent Videos"
-msgstr "Vídeos Recentes"
+#: ../../mod/profiles.php:456
+msgid "Profile updated."
+msgstr "O perfil foi atualizado."
 
-#: ../../mod/videos.php:319
-msgid "Upload New Videos"
-msgstr "Envie Novos Vídeos"
-
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "Gerenciar identidades e/ou páginas"
-
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\""
-
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "Selecione uma identidade para gerenciar: "
-
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "O item não foi encontrado"
-
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "Editar a publicação"
+#: ../../mod/profiles.php:534
+msgid " and "
+msgstr " e "
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Pesquisar pessoas"
+#: ../../mod/profiles.php:542
+msgid "public profile"
+msgstr "perfil público"
 
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "Nenhuma correspondência"
+#: ../../mod/profiles.php:545
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s mudou %2$s para &ldquo;%3$s&rdquo;"
 
-#: ../../mod/regmod.php:54
-msgid "Account approved."
-msgstr "A conta foi aprovada."
+#: ../../mod/profiles.php:546
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - Visite %2$s de %1$s"
 
-#: ../../mod/regmod.php:91
+#: ../../mod/profiles.php:549
 #, php-format
-msgid "Registration revoked for %s"
-msgstr "O registro de %s foi revogado"
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s foi atualizado %2$s, mudando %3$s."
 
-#: ../../mod/regmod.php:103
-msgid "Please login."
-msgstr "Por favor, autentique-se."
+#: ../../mod/profiles.php:624
+msgid "Hide contacts and friends:"
+msgstr "Esconder contatos e amigos:"
 
-#: ../../mod/dfrn_request.php:95
-msgid "This introduction has already been accepted."
-msgstr "Esta apresentação já foi aceita."
+#: ../../mod/profiles.php:629
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?"
 
-#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "A localização do perfil não é válida ou não contém uma informação de perfil."
+#: ../../mod/profiles.php:651
+msgid "Edit Profile Details"
+msgstr "Editar os detalhes do perfil"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono."
+#: ../../mod/profiles.php:653
+msgid "Change Profile Photo"
+msgstr "Mudar Foto do Perfil"
 
-#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
-msgid "Warning: profile location has no profile photo."
-msgstr "Aviso: a localização do perfil não possui nenhuma foto do perfil."
+#: ../../mod/profiles.php:654
+msgid "View this profile"
+msgstr "Ver este perfil"
 
-#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
-#, 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] "O parâmetro requerido %d não foi encontrado na localização fornecida"
-msgstr[1] "Os parâmetros requeridos %d não foram encontrados na localização fornecida"
+#: ../../mod/profiles.php:655
+msgid "Create a new profile using these settings"
+msgstr "Criar um novo perfil usando estas configurações"
 
-#: ../../mod/dfrn_request.php:172
-msgid "Introduction complete."
-msgstr "A apresentação foi finalizada."
+#: ../../mod/profiles.php:656
+msgid "Clone this profile"
+msgstr "Clonar este perfil"
 
-#: ../../mod/dfrn_request.php:214
-msgid "Unrecoverable protocol error."
-msgstr "Ocorreu um erro irrecuperável de protocolo."
+#: ../../mod/profiles.php:657
+msgid "Delete this profile"
+msgstr "Excluir este perfil"
 
-#: ../../mod/dfrn_request.php:242
-msgid "Profile unavailable."
-msgstr "O perfil não está disponível."
+#: ../../mod/profiles.php:658
+msgid "Basic information"
+msgstr "Informação básica"
 
-#: ../../mod/dfrn_request.php:267
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s recebeu solicitações de conexão em excesso hoje."
+#: ../../mod/profiles.php:659
+msgid "Profile picture"
+msgstr "Foto do perfil"
 
-#: ../../mod/dfrn_request.php:268
-msgid "Spam protection measures have been invoked."
-msgstr "As medidas de proteção contra spam foram ativadas."
+#: ../../mod/profiles.php:661
+msgid "Preferences"
+msgstr "Preferências"
 
-#: ../../mod/dfrn_request.php:269
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Os amigos foram notificados para tentar novamente em 24 horas."
+#: ../../mod/profiles.php:662
+msgid "Status information"
+msgstr "Informação de Status"
 
-#: ../../mod/dfrn_request.php:331
-msgid "Invalid locator"
-msgstr "Localizador inválido"
+#: ../../mod/profiles.php:663
+msgid "Additional information"
+msgstr "Informações adicionais"
 
-#: ../../mod/dfrn_request.php:340
-msgid "Invalid email address."
-msgstr "Endereço de e-mail inválido."
+#: ../../mod/profiles.php:666
+msgid "Profile Name:"
+msgstr "Nome do perfil:"
 
-#: ../../mod/dfrn_request.php:367
-msgid "This account has not been configured for email. Request failed."
-msgstr "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação."
+#: ../../mod/profiles.php:667
+msgid "Your Full Name:"
+msgstr "Seu nome completo:"
 
-#: ../../mod/dfrn_request.php:463
-msgid "Unable to resolve your name at the provided location."
-msgstr "Não foi possível encontrar a sua identificação no endereço indicado."
+#: ../../mod/profiles.php:668
+msgid "Title/Description:"
+msgstr "Título/Descrição:"
 
-#: ../../mod/dfrn_request.php:476
-msgid "You have already introduced yourself here."
-msgstr "Você já fez a sua apresentação aqui."
+#: ../../mod/profiles.php:669
+msgid "Your Gender:"
+msgstr "Seu gênero:"
 
-#: ../../mod/dfrn_request.php:480
+#: ../../mod/profiles.php:670
 #, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Aparentemente você já é amigo de %s."
+msgid "Birthday (%s):"
+msgstr "Aniversário (%s):"
 
-#: ../../mod/dfrn_request.php:501
-msgid "Invalid profile URL."
-msgstr "URL de perfil inválida."
+#: ../../mod/profiles.php:671
+msgid "Street Address:"
+msgstr "Endereço:"
 
-#: ../../mod/dfrn_request.php:597
-msgid "Your introduction has been sent."
-msgstr "A sua apresentação foi enviada."
+#: ../../mod/profiles.php:672
+msgid "Locality/City:"
+msgstr "Localidade/Cidade:"
 
-#: ../../mod/dfrn_request.php:650
-msgid "Please login to confirm introduction."
-msgstr "Por favor, autentique-se para confirmar a apresentação."
+#: ../../mod/profiles.php:673
+msgid "Postal/Zip Code:"
+msgstr "CEP:"
 
-#: ../../mod/dfrn_request.php:664
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "A identidade autenticada está incorreta. Por favor, entre como <strong>este</strong> perfil."
+#: ../../mod/profiles.php:674
+msgid "Country:"
+msgstr "País:"
 
-#: ../../mod/dfrn_request.php:675
-msgid "Hide this contact"
-msgstr "Ocultar este contato"
+#: ../../mod/profiles.php:675
+msgid "Region/State:"
+msgstr "Região/Estado:"
 
-#: ../../mod/dfrn_request.php:678
-#, php-format
-msgid "Welcome home %s."
-msgstr "Bem-vindo(a) à sua página pessoal %s."
+#: ../../mod/profiles.php:676
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Situação amorosa:"
 
-#: ../../mod/dfrn_request.php:679
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Por favor, confirme sua solicitação de apresentação/conexão para %s."
+#: ../../mod/profiles.php:677
+msgid "Who: (if applicable)"
+msgstr "Quem: (se pertinente)"
 
-#: ../../mod/dfrn_request.php:680
-msgid "Confirm"
-msgstr "Confirmar"
+#: ../../mod/profiles.php:678
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"
 
-#: ../../mod/dfrn_request.php:808
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:"
+#: ../../mod/profiles.php:679
+msgid "Since [date]:"
+msgstr "Desde [data]:"
 
-#: ../../mod/dfrn_request.php:828
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Caso você ainda não seja membro da rede social livre, <a href=\"http://dir.friendica.com/siteinfo\">clique aqui para encontrar um site Friendica público e junte-se à nós</a>."
+#: ../../mod/profiles.php:680 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "Preferência sexual:"
 
-#: ../../mod/dfrn_request.php:831
-msgid "Friend/Connection Request"
-msgstr "Solicitação de amizade/conexão"
+#: ../../mod/profiles.php:681
+msgid "Homepage URL:"
+msgstr "Endereço do site web:"
 
-#: ../../mod/dfrn_request.php:832
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../mod/profiles.php:682 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr "Cidade:"
 
-#: ../../mod/dfrn_request.php:833
-msgid "Please answer the following:"
-msgstr "Por favor, entre com as informações solicitadas:"
+#: ../../mod/profiles.php:683 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "Posição política:"
 
-#: ../../mod/dfrn_request.php:834
-#, php-format
-msgid "Does %s know you?"
-msgstr "%s conhece você?"
+#: ../../mod/profiles.php:684
+msgid "Religious Views:"
+msgstr "Orientação religiosa:"
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
-msgstr "Adicione uma anotação pessoal:"
+#: ../../mod/profiles.php:685
+msgid "Public Keywords:"
+msgstr "Palavras-chave públicas:"
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federated Social Web"
+#: ../../mod/profiles.php:686
+msgid "Private Keywords:"
+msgstr "Palavras-chave privadas:"
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - Por favor, não utilize esse formulário.  Ao invés disso, digite %s na sua barra de pesquisa do Diaspora."
+#: ../../mod/profiles.php:687 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "Gosta de:"
 
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
-msgstr "Seu endereço de identificação:"
+#: ../../mod/profiles.php:688 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "Não gosta de:"
 
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
-msgstr "Enviar solicitação"
+#: ../../mod/profiles.php:689
+msgid "Example: fishing photography software"
+msgstr "Exemplo: pesca fotografia software"
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "Arquivos"
-
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar a conexão com a aplicação"
+#: ../../mod/profiles.php:690
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)"
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Volte para a sua aplicação e digite este código de segurança:"
+#: ../../mod/profiles.php:691
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Usado na pesquisa de perfis, nunca é exibido para os outros)"
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Por favor, autentique-se para continuar."
+#: ../../mod/profiles.php:692
+msgid "Tell us about yourself..."
+msgstr "Fale um pouco sobre você..."
 
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"
+#: ../../mod/profiles.php:693
+msgid "Hobbies/Interests"
+msgstr "Passatempos/Interesses"
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "Você realmente deseja deletar essa sugestão?"
+#: ../../mod/profiles.php:694
+msgid "Contact information and Social Networks"
+msgstr "Informações de contato e redes sociais"
 
-#: ../../mod/suggest.php:72
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas."
+#: ../../mod/profiles.php:695
+msgid "Musical interests"
+msgstr "Preferências musicais"
 
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
+#: ../../mod/profiles.php:696
+msgid "Books, literature"
+msgstr "Livros, literatura"
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "Contatos que não são membros de um grupo"
+#: ../../mod/profiles.php:697
+msgid "Television"
+msgstr "Televisão"
 
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-#: ../../mod/crepair.php:131 ../../mod/dfrn_confirm.php:120
-msgid "Contact not found."
-msgstr "O contato não foi encontrado."
+#: ../../mod/profiles.php:698
+msgid "Film/dance/culture/entertainment"
+msgstr "Filme/dança/cultura/entretenimento"
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "A sugestão de amigo foi enviada"
+#: ../../mod/profiles.php:699
+msgid "Love/romance"
+msgstr "Amor/romance"
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Sugerir amigos"
+#: ../../mod/profiles.php:700
+msgid "Work/employment"
+msgstr "Trabalho/emprego"
 
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Sugerir um amigo para %s"
+#: ../../mod/profiles.php:701
+msgid "School/education"
+msgstr "Escola/educação"
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr "ligação"
+#: ../../mod/profiles.php:706
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet."
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Nenhum contato."
+#: ../../mod/profiles.php:769
+msgid "Edit/Manage Profiles"
+msgstr "Editar/Gerenciar perfis"
 
-#: ../../mod/admin.php:57
-msgid "Theme settings updated."
-msgstr "As configurações do tema foram atualizadas."
+#: ../../mod/profiles.php:770 ../../boot.php:1606 ../../boot.php:1632
+msgid "Change profile photo"
+msgstr "Mudar a foto do perfil"
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:587
-msgid "Site"
-msgstr "Site"
+#: ../../mod/profiles.php:771 ../../boot.php:1607
+msgid "Create New Profile"
+msgstr "Criar um novo perfil"
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:959 ../../mod/admin.php:974
-msgid "Users"
-msgstr "Usuários"
+#: ../../mod/profiles.php:782 ../../boot.php:1617
+msgid "Profile Image"
+msgstr "Imagem do perfil"
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1284 ../../mod/admin.php:1318
-msgid "Themes"
-msgstr "Temas"
+#: ../../mod/profiles.php:784 ../../boot.php:1620
+msgid "visible to everybody"
+msgstr "visível para todos"
 
-#: ../../mod/admin.php:108
-msgid "DB updates"
-msgstr "Atualizações do BD"
+#: ../../mod/profiles.php:785 ../../boot.php:1621
+msgid "Edit visibility"
+msgstr "Editar a visibilidade"
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1405
-msgid "Logs"
-msgstr "Relatórios"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "O item não foi encontrado"
 
-#: ../../mod/admin.php:129
-msgid "Plugin Features"
-msgstr "Recursos do plugin"
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "Editar a publicação"
 
-#: ../../mod/admin.php:131
-msgid "User registrations waiting for confirmation"
-msgstr "Cadastros de novos usuários aguardando confirmação"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1092
+msgid "upload photo"
+msgstr "upload de foto"
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:913
-msgid "Normal Account"
-msgstr "Conta normal"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1093
+msgid "Attach file"
+msgstr "Anexar arquivo"
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:914
-msgid "Soapbox Account"
-msgstr "Conta de vitrine"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1094
+msgid "attach file"
+msgstr "anexar arquivo"
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:915
-msgid "Community/Celebrity Account"
-msgstr "Conta de comunidade/celebridade"
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1096
+msgid "web link"
+msgstr "link web"
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:916
-msgid "Automatic Friend Account"
-msgstr "Conta de amigo automático"
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1097
+msgid "Insert video link"
+msgstr "Inserir link de vídeo"
 
-#: ../../mod/admin.php:194
-msgid "Blog Account"
-msgstr "Conta de blog"
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1098
+msgid "video link"
+msgstr "link de vídeo"
 
-#: ../../mod/admin.php:195
-msgid "Private Forum"
-msgstr "Fórum privado"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1099
+msgid "Insert audio link"
+msgstr "Inserir link de áudio"
 
-#: ../../mod/admin.php:214
-msgid "Message queues"
-msgstr "Fila de mensagens"
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1100
+msgid "audio link"
+msgstr "link de áudio"
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:586 ../../mod/admin.php:958
-#: ../../mod/admin.php:1062 ../../mod/admin.php:1115 ../../mod/admin.php:1283
-#: ../../mod/admin.php:1317 ../../mod/admin.php:1404
-msgid "Administration"
-msgstr "Administração"
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1101
+msgid "Set your location"
+msgstr "Definir sua localização"
 
-#: ../../mod/admin.php:220
-msgid "Summary"
-msgstr "Resumo"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1102
+msgid "set location"
+msgstr "configure localização"
 
-#: ../../mod/admin.php:222
-msgid "Registered users"
-msgstr "Usuários registrados"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1103
+msgid "Clear browser location"
+msgstr "Limpar a localização do navegador"
 
-#: ../../mod/admin.php:224
-msgid "Pending registrations"
-msgstr "Registros pendentes"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1104
+msgid "clear location"
+msgstr "apague localização"
 
-#: ../../mod/admin.php:225
-msgid "Version"
-msgstr "Versão"
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1110
+msgid "Permission settings"
+msgstr "Configurações de permissão"
 
-#: ../../mod/admin.php:227
-msgid "Active plugins"
-msgstr "Plugins ativos"
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1119
+msgid "CC: email addresses"
+msgstr "CC: endereço de e-mail"
 
-#: ../../mod/admin.php:250
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Não foi possível analisar a URL. Ela deve conter pelo menos <scheme>://<domain>"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1120
+msgid "Public post"
+msgstr "Publicação pública"
 
-#: ../../mod/admin.php:494
-msgid "Site settings updated."
-msgstr "As configurações do site foram atualizadas."
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1106
+msgid "Set title"
+msgstr "Definir o título"
 
-#: ../../mod/admin.php:541
-msgid "At post arrival"
-msgstr "Na chegada da publicação"
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1108
+msgid "Categories (comma-separated list)"
+msgstr "Categorias (lista separada por vírgulas)"
 
-#: ../../mod/admin.php:550
-msgid "Multi user instance"
-msgstr "Instância multi usuário"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1122
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com"
 
-#: ../../mod/admin.php:573
-msgid "Closed"
-msgstr "Fechado"
+#: ../../mod/friendica.php:62
+msgid "This is Friendica, version"
+msgstr "Este é o Friendica, versão"
 
-#: ../../mod/admin.php:574
-msgid "Requires approval"
-msgstr "Requer aprovação"
+#: ../../mod/friendica.php:63
+msgid "running at web location"
+msgstr "sendo executado no endereço web"
 
-#: ../../mod/admin.php:575
-msgid "Open"
-msgstr "Aberto"
+#: ../../mod/friendica.php:65
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Por favor, visite <a href=\"http://friendica.com\">friendica.com</a> para aprender mais sobre o projeto Friendica."
 
-#: ../../mod/admin.php:579
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Nenhuma política de SSL, os links irão rastrear o estado SSL da página"
+#: ../../mod/friendica.php:67
+msgid "Bug reports and issues: please visit"
+msgstr "Relatos e acompanhamentos de erros podem ser encontrados em"
 
-#: ../../mod/admin.php:580
-msgid "Force all links to use SSL"
-msgstr "Forçar todos os links a utilizar SSL"
+#: ../../mod/friendica.php:68
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com"
 
-#: ../../mod/admin.php:581
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)"
+#: ../../mod/friendica.php:82
+msgid "Installed plugins/addons/apps:"
+msgstr "Plugins/complementos/aplicações instaladas:"
 
-#: ../../mod/admin.php:590
-msgid "File upload"
-msgstr "Envio de arquivo"
+#: ../../mod/friendica.php:95
+msgid "No installed plugins/addons/apps"
+msgstr "Nenhum plugin/complemento/aplicativo instalado"
 
-#: ../../mod/admin.php:591
-msgid "Policies"
-msgstr "Políticas"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autorizar a conexão com a aplicação"
 
-#: ../../mod/admin.php:592
-msgid "Advanced"
-msgstr "Avançado"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Volte para a sua aplicação e digite este código de segurança:"
 
-#: ../../mod/admin.php:593
-msgid "Performance"
-msgstr "Performance"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Por favor, autentique-se para continuar."
 
-#: ../../mod/admin.php:594
+#: ../../mod/api.php:104
 msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Relocação - ATENÇÃO: função avançada. Pode tornar esse servidor inacessível."
-
-#: ../../mod/admin.php:597
-msgid "Site name"
-msgstr "Nome do site"
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"
 
-#: ../../mod/admin.php:598
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Não existe informação disponível sobre a privacidade remota."
 
-#: ../../mod/admin.php:599
-msgid "Additional Info"
-msgstr "Informação adicional"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Visível para:"
 
-#: ../../mod/admin.php:599
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at dir.friendica.com/siteinfo."
-msgstr "Para servidores públicos: você pode adicionar informações aqui que serão listadas em dir.friendica.com/siteinfo."
+#: ../../mod/notes.php:44 ../../boot.php:2145
+msgid "Personal Notes"
+msgstr "Notas pessoais"
 
-#: ../../mod/admin.php:600
-msgid "System language"
-msgstr "Idioma do sistema"
+#: ../../mod/localtime.php:12 ../../include/bb2diaspora.php:148
+#: ../../include/event.php:11
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ H:i"
 
-#: ../../mod/admin.php:601
-msgid "System theme"
-msgstr "Tema do sistema"
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Conversão de tempo"
 
-#: ../../mod/admin.php:601
+#: ../../mod/localtime.php:26
 msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Tema padrão do sistema. Pode ser substituído nos perfis de usuário -  <a href='#' id='cnftheme'>alterar configurações do tema</a>"
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica provê esse serviço para compartilhar eventos com outras redes e amigos em fuso-horários desconhecidos."
 
-#: ../../mod/admin.php:602
-msgid "Mobile system theme"
-msgstr "Tema do sistema para dispositivos móveis"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
+msgstr "Hora UTC: %s"
 
-#: ../../mod/admin.php:602
-msgid "Theme for mobile devices"
-msgstr "Tema para dispositivos móveis"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Fuso horário atual: %s"
 
-#: ../../mod/admin.php:603
-msgid "SSL link policy"
-msgstr "Política de link SSL"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Horário local convertido: %s"
 
-#: ../../mod/admin.php:603
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determina se os links gerados devem ser forçados a utilizar SSL"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Por favor, selecione seu fuso horário:"
 
-#: ../../mod/admin.php:604
-msgid "Old style 'Share'"
-msgstr "Estilo antigo do 'Compartilhar' "
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Cutucar/Incitar"
 
-#: ../../mod/admin.php:604
-msgid "Deactivates the bbcode element 'share' for repeating items."
-msgstr "Desativa o elemento bbcode 'compartilhar' para repetir ítens."
+#: ../../mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "Cutuca, incita ou faz outras coisas com alguém"
 
-#: ../../mod/admin.php:605
-msgid "Hide help entry from navigation menu"
-msgstr "Oculta a entrada 'Ajuda' do menu de navegação"
+#: ../../mod/poke.php:194
+msgid "Recipient"
+msgstr "Destinatário"
 
-#: ../../mod/admin.php:605
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Oculta a entrada de menu para as páginas de Ajuda do menu de navegação. Ainda será possível acessá-las chamando /help diretamente."
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Selecione o que você deseja fazer com o destinatário"
 
-#: ../../mod/admin.php:606
-msgid "Single user instance"
-msgstr "Instância de usuário único"
+#: ../../mod/poke.php:198
+msgid "Make this post private"
+msgstr "Fazer com que essa publicação se torne privada"
 
-#: ../../mod/admin.php:606
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Faça essa instância multiusuário ou usuário único para o usuário em questão"
+#: ../../mod/invite.php:27
+msgid "Total invitation limit exceeded."
+msgstr "Limite de convites totais excedido."
 
-#: ../../mod/admin.php:607
-msgid "Maximum image size"
-msgstr "Tamanho máximo da imagem"
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Não é um endereço de e-mail válido."
 
-#: ../../mod/admin.php:607
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Tamanho máximo, em bytes, das imagens enviadas. O padrão é 0, o que significa sem limites"
+#: ../../mod/invite.php:73
+msgid "Please join us on Friendica"
+msgstr "Por favor, junte-se à nós na Friendica"
 
-#: ../../mod/admin.php:608
-msgid "Maximum image length"
-msgstr "Tamanho máximo da imagem"
+#: ../../mod/invite.php:84
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Limite de convites ultrapassado. Favor contactar o administrador do sítio."
 
-#: ../../mod/admin.php:608
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Tamanho máximo em pixels do lado mais largo das imagens enviadas. O padrão é -1, que significa sem limites."
+#: ../../mod/invite.php:89
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Não foi possível enviar a mensagem."
 
-#: ../../mod/admin.php:609
-msgid "JPEG image quality"
-msgstr "Qualidade da imagem JPEG"
+#: ../../mod/invite.php:93
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d mensagem enviada."
+msgstr[1] "%d mensagens enviadas."
 
-#: ../../mod/admin.php:609
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Imagens JPEG enviadas serão salvas com essa qualidade [0-100]. O padrão é 100, que significa a melhor qualidade."
+#: ../../mod/invite.php:112
+msgid "You have no more invitations available"
+msgstr "Você não possui mais convites disponíveis"
 
-#: ../../mod/admin.php:611
-msgid "Register policy"
-msgstr "Política de registro"
+#: ../../mod/invite.php:120
+#, 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 "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais."
 
-#: ../../mod/admin.php:612
-msgid "Maximum Daily Registrations"
-msgstr "Registros Diários Máximos"
+#: ../../mod/invite.php:122
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público."
 
-#: ../../mod/admin.php:612
+#: ../../mod/invite.php:123
+#, php-format
 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 "Se o registro é permitido acima, isso configura o número máximo de registros de novos usuários a serem aceitos por dia. Se o registro está configurado para 'fechado/closed' ,  essa configuração não tem efeito."
+"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 "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar."
 
-#: ../../mod/admin.php:613
-msgid "Register text"
-msgstr "Texto de registro"
+#: ../../mod/invite.php:126
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros."
 
-#: ../../mod/admin.php:613
-msgid "Will be displayed prominently on the registration page."
-msgstr "Será exibido com destaque na página de registro."
+#: ../../mod/invite.php:132
+msgid "Send invitations"
+msgstr "Enviar convites."
 
-#: ../../mod/admin.php:614
-msgid "Accounts abandoned after x days"
-msgstr "Contas abandonadas após x dias"
+#: ../../mod/invite.php:133
+msgid "Enter email addresses, one per line:"
+msgstr "Digite os endereços de e-mail, um por linha:"
 
-#: ../../mod/admin.php:614
+#: ../../mod/invite.php:135
 msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Não desperdiçará recursos do sistema captando de sites externos para contas abandonadas. Digite 0 para nenhum limite de tempo."
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web."
 
-#: ../../mod/admin.php:615
-msgid "Allowed friend domains"
-msgstr "Domínios de amigos permitidos"
+#: ../../mod/invite.php:137
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Você preciso informar este código de convite: $invite_code"
 
-#: ../../mod/admin.php:615
+#: ../../mod/invite.php:137
 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 dos domínios que têm permissão para estabelecer amizades com esse site, separados por vírgula. Caracteres curinga são aceitos. Deixe em branco para permitir qualquer domínio."
-
-#: ../../mod/admin.php:616
-msgid "Allowed email domains"
-msgstr "Domínios de e-mail permitidos"
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:"
 
-#: ../../mod/admin.php:616
+#: ../../mod/invite.php:139
 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 de domínios separados por vírgula, que são permitidos em endereços de e-mail para registro nesse site. Caracteres-curinga são aceitos. Vazio para aceitar qualquer domínio"
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com."
 
-#: ../../mod/admin.php:617
-msgid "Block public"
-msgstr "Bloquear acesso público"
+#: ../../mod/photos.php:52 ../../boot.php:2124
+msgid "Photo Albums"
+msgstr "Álbuns de fotos"
 
-#: ../../mod/admin.php:617
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Marque para bloquear o acesso público a todas as páginas desse site, com exceção das páginas pessoais públicas, a não ser que a pessoa esteja autenticada."
+#: ../../mod/photos.php:60 ../../mod/photos.php:155 ../../mod/photos.php:1064
+#: ../../mod/photos.php:1187 ../../mod/photos.php:1210
+#: ../../mod/photos.php:1760 ../../mod/photos.php:1772
+#: ../../view/theme/diabook/theme.php:499
+msgid "Contact Photos"
+msgstr "Fotos dos contatos"
 
-#: ../../mod/admin.php:618
-msgid "Force publish"
-msgstr "Forçar a listagem"
+#: ../../mod/photos.php:67 ../../mod/photos.php:1262 ../../mod/photos.php:1819
+msgid "Upload New Photos"
+msgstr "Enviar novas fotos"
 
-#: ../../mod/admin.php:618
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Marque para forçar todos os perfis desse site a serem listados no diretório do site."
+#: ../../mod/photos.php:144
+msgid "Contact information unavailable"
+msgstr "A informação de contato não está disponível"
 
-#: ../../mod/admin.php:619
-msgid "Global directory update URL"
-msgstr "URL de atualização do diretório global"
+#: ../../mod/photos.php:165
+msgid "Album not found."
+msgstr "O álbum não foi encontrado."
 
-#: ../../mod/admin.php:619
-msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL para atualizar o diretório global. Se isso não for definido, o diretório global não estará disponível neste site."
+#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204
+msgid "Delete Album"
+msgstr "Excluir o álbum"
 
-#: ../../mod/admin.php:620
-msgid "Allow threaded items"
-msgstr "Habilita itens aninhados"
+#: ../../mod/photos.php:198
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Você realmente deseja deletar esse álbum de fotos e todas as suas fotos?"
 
-#: ../../mod/admin.php:620
-msgid "Allow infinite level threading for items on this site."
-msgstr "Habilita nível infinito de aninhamento (threading) para itens."
+#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1515
+msgid "Delete Photo"
+msgstr "Excluir a foto"
 
-#: ../../mod/admin.php:621
-msgid "Private posts by default for new users"
-msgstr "Publicações privadas por padrão para novos usuários"
+#: ../../mod/photos.php:287
+msgid "Do you really want to delete this photo?"
+msgstr "Você realmente deseja deletar essa foto?"
 
-#: ../../mod/admin.php:621
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas."
+#: ../../mod/photos.php:662
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s foi marcado em %2$s por %3$s"
 
-#: ../../mod/admin.php:622
-msgid "Don't include post content in email notifications"
-msgstr "Não incluir o conteúdo da postagem nas notificações de email"
+#: ../../mod/photos.php:662
+msgid "a photo"
+msgstr "uma foto"
 
-#: ../../mod/admin.php:622
-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 "Não incluir o conteúdo de uma postagem/comentário/mensagem privada/etc. em notificações de email que são enviadas para fora desse sítio, como medida de segurança."
+#: ../../mod/photos.php:767
+msgid "Image exceeds size limit of "
+msgstr "A imagem excede o tamanho máximo de "
 
-#: ../../mod/admin.php:623
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Disabilita acesso público a addons listados no menu de aplicativos."
+#: ../../mod/photos.php:775
+msgid "Image file is empty."
+msgstr "O arquivo de imagem está vazio."
 
-#: ../../mod/admin.php:623
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Marcar essa caixa ira restringir os addons listados no menu de aplicativos aos membros somente."
+#: ../../mod/photos.php:930
+msgid "No photos selected"
+msgstr "Não foi selecionada nenhuma foto"
 
-#: ../../mod/admin.php:624
-msgid "Don't embed private images in posts"
-msgstr "Não inclua imagens privadas em publicações"
+#: ../../mod/photos.php:1094
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos."
 
-#: ../../mod/admin.php:624
-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 "Não substitue fotos privativas guardadas localmente em publicações por uma cópia inclusa da imagem. Isso significa que os contatos que recebem publicações contendo fotos privadas terão que autenticar e carregar cada imagem, o que pode levar algum tempo."
+#: ../../mod/photos.php:1129
+msgid "Upload Photos"
+msgstr "Enviar fotos"
 
-#: ../../mod/admin.php:625
-msgid "Allow Users to set remote_self"
-msgstr "Permite usuários configurarem remote_self"
+#: ../../mod/photos.php:1133 ../../mod/photos.php:1199
+msgid "New album name: "
+msgstr "Nome do novo álbum: "
 
-#: ../../mod/admin.php:625
-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 "Ao marcar isto, todos os usuários poderão marcar cada contato como um remote_self na opção de reparar contato. Marcar isto para um contato produz espelhamento de toda publicação deste contato no fluxo dos usuários"
+#: ../../mod/photos.php:1134
+msgid "or existing album name: "
+msgstr "ou o nome de um álbum já existente: "
 
-#: ../../mod/admin.php:626
-msgid "Block multiple registrations"
-msgstr "Bloquear registros repetidos"
+#: ../../mod/photos.php:1135
+msgid "Do not show a status post for this upload"
+msgstr "Não exiba uma publicação de status para este envio"
 
-#: ../../mod/admin.php:626
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Desabilitar o registro de contas adicionais para serem usadas como páginas."
+#: ../../mod/photos.php:1137 ../../mod/photos.php:1510
+msgid "Permissions"
+msgstr "Permissões"
 
-#: ../../mod/admin.php:627
-msgid "OpenID support"
-msgstr "Suporte ao OpenID"
+#: ../../mod/photos.php:1148
+msgid "Private Photo"
+msgstr "Foto Privada"
 
-#: ../../mod/admin.php:627
-msgid "OpenID support for registration and logins."
-msgstr "Suporte ao OpenID para registros e autenticações."
+#: ../../mod/photos.php:1149
+msgid "Public Photo"
+msgstr "Foto Pública"
 
-#: ../../mod/admin.php:628
-msgid "Fullname check"
-msgstr "Verificar nome completo"
+#: ../../mod/photos.php:1212
+msgid "Edit Album"
+msgstr "Editar o álbum"
 
-#: ../../mod/admin.php:628
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Forçar os usuários a usar um espaço em branco entre o nome e o sobrenome, ao preencherem o nome completo no registro, como uma medida contra o spam"
+#: ../../mod/photos.php:1218
+msgid "Show Newest First"
+msgstr "Exibir as mais recentes primeiro"
 
-#: ../../mod/admin.php:629
-msgid "UTF-8 Regular expressions"
-msgstr "Expressões regulares UTF-8"
+#: ../../mod/photos.php:1220
+msgid "Show Oldest First"
+msgstr "Exibir as mais antigas primeiro"
 
-#: ../../mod/admin.php:629
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Use expressões regulares do PHP em UTF8"
+#: ../../mod/photos.php:1248 ../../mod/photos.php:1802
+msgid "View Photo"
+msgstr "Ver a foto"
 
-#: ../../mod/admin.php:630
-msgid "Show Community Page"
-msgstr "Exibir a página da comunidade"
+#: ../../mod/photos.php:1294
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permissão negada. O acesso a este item pode estar restrito."
 
-#: ../../mod/admin.php:630
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site."
+#: ../../mod/photos.php:1296
+msgid "Photo not available"
+msgstr "A foto não está disponível"
 
-#: ../../mod/admin.php:631
-msgid "Enable OStatus support"
-msgstr "Habilitar suporte ao OStatus"
+#: ../../mod/photos.php:1352
+msgid "View photo"
+msgstr "Ver a imagem"
 
-#: ../../mod/admin.php:631
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Fornece compatibilidade OStatus (StatusNet, GNU Social, etc.). Todas as comunicações no OStatus são públicas, assim avisos de privacidade serão ocasionalmente mostrados."
+#: ../../mod/photos.php:1352
+msgid "Edit photo"
+msgstr "Editar a foto"
 
-#: ../../mod/admin.php:632
-msgid "OStatus conversation completion interval"
-msgstr "Intervalo de finalização da conversação OStatus "
+#: ../../mod/photos.php:1353
+msgid "Use as profile photo"
+msgstr "Usar como uma foto de perfil"
 
-#: ../../mod/admin.php:632
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr "De quanto em quanto tempo o \"buscador\" (poller) deve checar por novas entradas numa conversação OStatus? Essa pode ser uma tarefa bem demorada."
+#: ../../mod/photos.php:1378
+msgid "View Full Size"
+msgstr "Ver no tamanho real"
 
-#: ../../mod/admin.php:633
-msgid "Enable Diaspora support"
-msgstr "Habilitar suporte ao Diaspora"
+#: ../../mod/photos.php:1457
+msgid "Tags: "
+msgstr "Etiquetas: "
 
-#: ../../mod/admin.php:633
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Fornece compatibilidade nativa com a rede Diaspora."
+#: ../../mod/photos.php:1460
+msgid "[Remove any tag]"
+msgstr "[Remover qualquer etiqueta]"
 
-#: ../../mod/admin.php:634
-msgid "Only allow Friendica contacts"
-msgstr "Permitir somente contatos Friendica"
+#: ../../mod/photos.php:1500
+msgid "Rotate CW (right)"
+msgstr "Rotacionar para direita"
 
-#: ../../mod/admin.php:634
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Todos os contatos devem usar protocolos Friendica. Todos os outros protocolos de comunicação embarcados estão desabilitados"
+#: ../../mod/photos.php:1501
+msgid "Rotate CCW (left)"
+msgstr "Rotacionar para esquerda"
 
-#: ../../mod/admin.php:635
-msgid "Verify SSL"
-msgstr "Verificar SSL"
+#: ../../mod/photos.php:1503
+msgid "New album name"
+msgstr "Novo nome para o álbum"
 
-#: ../../mod/admin.php:635
-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 "Caso deseje, você pode habilitar a restrição de certificações. Isso significa que você não poderá conectar-se a nenhum site que use certificados auto-assinados."
+#: ../../mod/photos.php:1506
+msgid "Caption"
+msgstr "Legenda"
 
-#: ../../mod/admin.php:636
-msgid "Proxy user"
-msgstr "Usuário do proxy"
+#: ../../mod/photos.php:1508
+msgid "Add a Tag"
+msgstr "Adicionar uma etiqueta"
 
-#: ../../mod/admin.php:637
-msgid "Proxy URL"
-msgstr "URL do proxy"
+#: ../../mod/photos.php:1512
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"
 
-#: ../../mod/admin.php:638
-msgid "Network timeout"
-msgstr "Limite de tempo da rede"
+#: ../../mod/photos.php:1521
+msgid "Private photo"
+msgstr "Foto privada"
 
-#: ../../mod/admin.php:638
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valor em segundos. Defina como 0 para ilimitado (não recomendado)."
+#: ../../mod/photos.php:1522
+msgid "Public photo"
+msgstr "Foto pública"
 
-#: ../../mod/admin.php:639
-msgid "Delivery interval"
-msgstr "Intervalo de envio"
+#: ../../mod/photos.php:1544 ../../include/conversation.php:1090
+msgid "Share"
+msgstr "Compartilhar"
 
-#: ../../mod/admin.php:639
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Recomendado: 4-5 para servidores compartilhados (shared hosts), 2-3 para servidores privados virtuais (VPS). 0-1 para grandes servidores dedicados."
+#: ../../mod/photos.php:1817
+msgid "Recent Photos"
+msgstr "Fotos recentes"
 
-#: ../../mod/admin.php:640
-msgid "Poll interval"
-msgstr "Intervalo da busca (polling)"
+#: ../../mod/regmod.php:55
+msgid "Account approved."
+msgstr "A conta foi aprovada."
 
-#: ../../mod/admin.php:640
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Se 0, use intervalo de entrega."
+#: ../../mod/regmod.php:92
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "O registro de %s foi revogado"
 
-#: ../../mod/admin.php:641
-msgid "Maximum Load Average"
-msgstr "Média de Carga Máxima"
+#: ../../mod/regmod.php:104
+msgid "Please login."
+msgstr "Por favor, autentique-se."
 
-#: ../../mod/admin.php:641
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Carga do sistema máxima antes que os processos de entrega e busca sejam postergados - padrão 50."
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "Mover conta"
 
-#: ../../mod/admin.php:643
-msgid "Use MySQL full text engine"
-msgstr "Use o engine de texto completo (full text) do MySQL"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Você pode importar um conta de outro sevidor Friendica."
 
-#: ../../mod/admin.php:643
+#: ../../mod/uimport.php:68
 msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr "Ativa a engine de texto completo (full text). Acelera a busca - mas só pode buscar apenas por 4 ou mais caracteres."
-
-#: ../../mod/admin.php:644
-msgid "Suppress Language"
-msgstr "Retira idioma"
-
-#: ../../mod/admin.php:644
-msgid "Suppress language information in meta information about a posting."
-msgstr "Retira informações sobre idioma nas meta informações sobre uma publicação."
+"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 "Você precisa exportar sua conta de um servidor antigo e fazer o upload aqui. Nós recriaremos sua conta antiga aqui com todos os seus contatos. Nós também tentaremos informar seus amigos que você se mudou para cá."
 
-#: ../../mod/admin.php:645
-msgid "Path to item cache"
-msgstr "Diretório do cache de item"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Esse recurso é experimental. Nós não podemos importar contatos de uma rede OStatus (statusnet/identi.ca) ou do Diaspora"
 
-#: ../../mod/admin.php:646
-msgid "Cache duration in seconds"
-msgstr "Duração do cache em segundos"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Arquivo de conta"
 
-#: ../../mod/admin.php:646
+#: ../../mod/uimport.php:70
 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 ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Para exportar a sua conta, entre em \"Configurações->Exportar dados pessoais\" e selecione \"Exportar conta\""
 
-#: ../../mod/admin.php:647
-msgid "Maximum numbers of comments per post"
-msgstr ""
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "O item não está disponível."
 
-#: ../../mod/admin.php:647
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "O item não foi encontrado."
 
-#: ../../mod/admin.php:648
-msgid "Path for lock file"
-msgstr "Diretório do arquivo de trava"
+#: ../../boot.php:744
+msgid "Delete this item?"
+msgstr "Excluir este item?"
 
-#: ../../mod/admin.php:649
-msgid "Temp path"
-msgstr "Diretório Temp"
+#: ../../boot.php:747
+msgid "show fewer"
+msgstr "exibir menos"
 
-#: ../../mod/admin.php:650
-msgid "Base path to installation"
-msgstr "Diretório base para instalação"
+#: ../../boot.php:1117
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Atualização %s falhou. Vide registro de erros (log)."
 
-#: ../../mod/admin.php:651
-msgid "Disable picture proxy"
-msgstr ""
+#: ../../boot.php:1235
+msgid "Create a New Account"
+msgstr "Criar uma nova conta"
 
-#: ../../mod/admin.php:651
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
+#: ../../boot.php:1260 ../../include/nav.php:73
+msgid "Logout"
+msgstr "Sair"
 
-#: ../../mod/admin.php:653
-msgid "New base url"
-msgstr "Nova URL base"
+#: ../../boot.php:1261 ../../include/nav.php:92
+msgid "Login"
+msgstr "Entrar"
 
-#: ../../mod/admin.php:655
-msgid "Enable noscrape"
-msgstr ""
+#: ../../boot.php:1263
+msgid "Nickname or Email address: "
+msgstr "Identificação ou endereço de e-mail: "
 
-#: ../../mod/admin.php:655
-msgid ""
-"The noscrape feature speeds up directory submissions by using JSON data "
-"instead of HTML scraping."
-msgstr ""
+#: ../../boot.php:1264
+msgid "Password: "
+msgstr "Senha: "
 
-#: ../../mod/admin.php:672
-msgid "Update has been marked successful"
-msgstr "A atualização foi marcada como bem sucedida"
+#: ../../boot.php:1265
+msgid "Remember me"
+msgstr "Lembre-se de mim"
 
-#: ../../mod/admin.php:680
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr ""
+#: ../../boot.php:1268
+msgid "Or login using OpenID: "
+msgstr "Ou login usando OpendID:"
 
-#: ../../mod/admin.php:683
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
+#: ../../boot.php:1274
+msgid "Forgot your password?"
+msgstr "Esqueceu a sua senha?"
 
-#: ../../mod/admin.php:695
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr ""
+#: ../../boot.php:1277
+msgid "Website Terms of Service"
+msgstr "Termos de Serviço do Website"
 
-#: ../../mod/admin.php:698
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "A atualização %s foi aplicada com sucesso."
+#: ../../boot.php:1278
+msgid "terms of service"
+msgstr "termos de serviço"
 
-#: ../../mod/admin.php:702
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Atualizar %s não retornou um status. Desconhecido se ele teve sucesso."
+#: ../../boot.php:1280
+msgid "Website Privacy Policy"
+msgstr "Política de Privacidade do Website"
 
-#: ../../mod/admin.php:704
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
+#: ../../boot.php:1281
+msgid "privacy policy"
+msgstr "política de privacidade"
 
-#: ../../mod/admin.php:723
-msgid "No failed updates."
-msgstr "Nenhuma atualização com falha."
+#: ../../boot.php:1414
+msgid "Requested account is not available."
+msgstr "Conta solicitada não disponível"
 
-#: ../../mod/admin.php:724
-msgid "Check database structure"
-msgstr ""
+#: ../../boot.php:1496 ../../boot.php:1630
+#: ../../include/profile_advanced.php:84
+msgid "Edit profile"
+msgstr "Editar perfil"
 
-#: ../../mod/admin.php:729
-msgid "Failed Updates"
-msgstr "Atualizações com falha"
+#: ../../boot.php:1595
+msgid "Message"
+msgstr "Mensagem"
 
-#: ../../mod/admin.php:730
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Isso não inclue atualizações antes da 1139, as quais não retornavam um status."
+#: ../../boot.php:1601 ../../include/nav.php:173
+msgid "Profiles"
+msgstr "Perfis"
 
-#: ../../mod/admin.php:731
-msgid "Mark success (if update was manually applied)"
-msgstr "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)"
+#: ../../boot.php:1601
+msgid "Manage/edit profiles"
+msgstr "Gerenciar/editar perfis"
 
-#: ../../mod/admin.php:732
-msgid "Attempt to execute this update step automatically"
-msgstr "Tentar executar esse passo da atualização automaticamente"
+#: ../../boot.php:1701
+msgid "Network:"
+msgstr "Rede:"
 
-#: ../../mod/admin.php:764
-#, 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 ""
+#: ../../boot.php:1731 ../../boot.php:1817
+msgid "g A l F d"
+msgstr "G l d F"
 
-#: ../../mod/admin.php:767
-#, 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 ""
+#: ../../boot.php:1732 ../../boot.php:1818
+msgid "F d"
+msgstr "F d"
 
-#: ../../mod/admin.php:811
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s usuário bloqueado/desbloqueado"
-msgstr[1] "%s usuários bloqueados/desbloqueados"
+#: ../../boot.php:1777 ../../boot.php:1858
+msgid "[today]"
+msgstr "[hoje]"
 
-#: ../../mod/admin.php:818
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s usuário excluído"
-msgstr[1] "%s usuários excluídos"
+#: ../../boot.php:1789
+msgid "Birthday Reminders"
+msgstr "Lembretes de aniversário"
 
-#: ../../mod/admin.php:857
-#, php-format
-msgid "User '%s' deleted"
-msgstr "O usuário '%s' foi excluído"
+#: ../../boot.php:1790
+msgid "Birthdays this week:"
+msgstr "Aniversários nesta semana:"
 
-#: ../../mod/admin.php:865
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "O usuário '%s' foi desbloqueado"
+#: ../../boot.php:1851
+msgid "[No description]"
+msgstr "[Sem descrição]"
 
-#: ../../mod/admin.php:865
-#, php-format
-msgid "User '%s' blocked"
-msgstr "O usuário '%s' foi bloqueado"
+#: ../../boot.php:1869
+msgid "Event Reminders"
+msgstr "Lembretes de eventos"
 
-#: ../../mod/admin.php:960
-msgid "Add User"
-msgstr "Adicionar usuário"
+#: ../../boot.php:1870
+msgid "Events this week:"
+msgstr "Eventos esta semana:"
 
-#: ../../mod/admin.php:961
-msgid "select all"
-msgstr "selecionar todos"
+#: ../../boot.php:2107 ../../include/nav.php:76
+msgid "Status"
+msgstr "Status"
 
-#: ../../mod/admin.php:962
-msgid "User registrations waiting for confirm"
-msgstr "Registros de usuário aguardando confirmação"
+#: ../../boot.php:2110
+msgid "Status Messages and Posts"
+msgstr "Mensagem de Estado (status) e Publicações"
 
-#: ../../mod/admin.php:963
-msgid "User waiting for permanent deletion"
-msgstr "Usuário aguardando por fim permanente da conta."
+#: ../../boot.php:2117
+msgid "Profile Details"
+msgstr "Detalhe do Perfil"
 
-#: ../../mod/admin.php:964
-msgid "Request date"
-msgstr "Solicitar data"
+#: ../../boot.php:2128 ../../boot.php:2131 ../../include/nav.php:79
+msgid "Videos"
+msgstr "Vídeos"
 
-#: ../../mod/admin.php:965
-msgid "No registrations."
-msgstr "Nenhum registro."
+#: ../../boot.php:2141
+msgid "Events and Calendar"
+msgstr "Eventos e Agenda"
 
-#: ../../mod/admin.php:967
-msgid "Deny"
-msgstr "Negar"
+#: ../../boot.php:2148
+msgid "Only You Can See This"
+msgstr "Somente Você Pode Ver Isso"
 
-#: ../../mod/admin.php:971
-msgid "Site admin"
-msgstr "Administração do site"
+#: ../../object/Item.php:94
+msgid "This entry was edited"
+msgstr "Essa entrada foi editada"
 
-#: ../../mod/admin.php:972
-msgid "Account expired"
-msgstr "Conta expirou"
+#: ../../object/Item.php:208
+msgid "ignore thread"
+msgstr "ignorar tópico"
 
-#: ../../mod/admin.php:975
-msgid "New User"
-msgstr "Novo usuário"
+#: ../../object/Item.php:209
+msgid "unignore thread"
+msgstr "deixar de ignorar tópico"
 
-#: ../../mod/admin.php:976 ../../mod/admin.php:977
-msgid "Register date"
-msgstr "Data de registro"
+#: ../../object/Item.php:210
+msgid "toggle ignore status"
+msgstr "alternar status ignorar"
 
-#: ../../mod/admin.php:976 ../../mod/admin.php:977
-msgid "Last login"
-msgstr "Última entrada"
+#: ../../object/Item.php:213
+msgid "ignored"
+msgstr "Ignorado"
 
-#: ../../mod/admin.php:976 ../../mod/admin.php:977
-msgid "Last item"
-msgstr "Último item"
+#: ../../object/Item.php:316 ../../include/conversation.php:666
+msgid "Categories:"
+msgstr "Categorias:"
 
-#: ../../mod/admin.php:976
-msgid "Deleted since"
-msgstr "Apagado desde"
+#: ../../object/Item.php:317 ../../include/conversation.php:667
+msgid "Filed under:"
+msgstr "Arquivado sob:"
 
-#: ../../mod/admin.php:979
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será excluído permanentemente!\\n\\nDeseja continuar?"
+#: ../../object/Item.php:329
+msgid "via"
+msgstr "via"
 
-#: ../../mod/admin.php:980
+#: ../../include/dbstructure.php:26
+#, php-format
 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 "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?"
+"\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\tOs desenvolvedores de Friendica lançaram recentemente uma atualização %s,\n\t\t\tmas quando tentei instalá-la, algo deu terrivelmente errado.\n\t\t\tIsso precisa ser corrigido em breve e eu não posso fazer isso sozinho. Por favor, contate um\n\t\t\tdesenvolvedor da Friendica se você não pode me ajudar sozinho. Meu banco de dados pode ser inválido."
 
-#: ../../mod/admin.php:990
-msgid "Name of the new user."
-msgstr "Nome do novo usuários."
+#: ../../include/dbstructure.php:31
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "A mensagem de erro é\n[pre]%s[/pre]"
 
-#: ../../mod/admin.php:991
-msgid "Nickname"
-msgstr "Apelido"
+#: ../../include/dbstructure.php:162
+msgid "Errors encountered creating database tables."
+msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados."
 
-#: ../../mod/admin.php:991
-msgid "Nickname of the new user."
-msgstr "Apelido para o novo usuário."
+#: ../../include/dbstructure.php:220
+msgid "Errors encountered performing database changes."
+msgstr "Erros encontrados realizando mudanças no banco de dados."
 
-#: ../../mod/admin.php:992
-msgid "Email address of the new user."
-msgstr "Endereço de e-mail do novo usuário."
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Saiu."
 
-#: ../../mod/admin.php:1025
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "O plugin %s foi desabilitado."
+#: ../../include/auth.php:128 ../../include/user.php:67
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente."
 
-#: ../../mod/admin.php:1029
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "O plugin %s foi habilitado."
+#: ../../include/auth.php:128 ../../include/user.php:67
+msgid "The error message was:"
+msgstr "A mensagem de erro foi:"
 
-#: ../../mod/admin.php:1039 ../../mod/admin.php:1255
-msgid "Disable"
-msgstr "Desabilitar"
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "Adicionar Contato Novo"
 
-#: ../../mod/admin.php:1041 ../../mod/admin.php:1257
-msgid "Enable"
-msgstr "Habilitar"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "Forneça endereço ou localização web"
 
-#: ../../mod/admin.php:1064 ../../mod/admin.php:1285
-msgid "Toggle"
-msgstr "Alternar"
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
 
-#: ../../mod/admin.php:1072 ../../mod/admin.php:1295
-msgid "Author: "
-msgstr "Autor: "
+#: ../../include/contact_widgets.php:24
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d convite disponível"
+msgstr[1] "%d convites disponíveis"
 
-#: ../../mod/admin.php:1073 ../../mod/admin.php:1296
-msgid "Maintainer: "
-msgstr "Mantenedor: "
+#: ../../include/contact_widgets.php:30
+msgid "Find People"
+msgstr "Pesquisar por pessoas"
 
-#: ../../mod/admin.php:1215
-msgid "No themes found."
-msgstr "Nenhum tema encontrado"
+#: ../../include/contact_widgets.php:31
+msgid "Enter name or interest"
+msgstr "Fornecer nome ou interesse"
 
-#: ../../mod/admin.php:1277
-msgid "Screenshot"
-msgstr "Captura de tela"
+#: ../../include/contact_widgets.php:32
+msgid "Connect/Follow"
+msgstr "Conectar-se/acompanhar"
 
-#: ../../mod/admin.php:1323
-msgid "[Experimental]"
-msgstr "[Esperimental]"
+#: ../../include/contact_widgets.php:33
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Examplos: Robert Morgenstein, Fishing"
 
-#: ../../mod/admin.php:1324
-msgid "[Unsupported]"
-msgstr "[Não suportado]"
+#: ../../include/contact_widgets.php:36 ../../view/theme/diabook/theme.php:526
+msgid "Similar Interests"
+msgstr "Interesses Parecidos"
 
-#: ../../mod/admin.php:1351
-msgid "Log settings updated."
-msgstr "As configurações de relatórios foram atualizadas."
+#: ../../include/contact_widgets.php:37
+msgid "Random Profile"
+msgstr "Perfil Randômico"
 
-#: ../../mod/admin.php:1407
-msgid "Clear"
-msgstr "Limpar"
+#: ../../include/contact_widgets.php:38 ../../view/theme/diabook/theme.php:528
+msgid "Invite Friends"
+msgstr "Convidar amigos"
 
-#: ../../mod/admin.php:1413
-msgid "Enable Debugging"
-msgstr "Habilitar Debugging"
+#: ../../include/contact_widgets.php:71
+msgid "Networks"
+msgstr "Redes"
 
-#: ../../mod/admin.php:1414
-msgid "Log file"
-msgstr "Arquivo do relatório"
+#: ../../include/contact_widgets.php:74
+msgid "All Networks"
+msgstr "Todas as redes"
 
-#: ../../mod/admin.php:1414
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica."
+#: ../../include/contact_widgets.php:104 ../../include/features.php:60
+msgid "Saved Folders"
+msgstr "Pastas salvas"
 
-#: ../../mod/admin.php:1415
-msgid "Log level"
-msgstr "Nível do relatório"
+#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
+msgid "Everything"
+msgstr "Tudo"
 
-#: ../../mod/admin.php:1465
-msgid "Close"
-msgstr "Fechar"
+#: ../../include/contact_widgets.php:136
+msgid "Categories"
+msgstr "Categorias"
 
-#: ../../mod/admin.php:1471
-msgid "FTP Host"
-msgstr "Endereço do FTP"
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Funcionalidades Gerais"
 
-#: ../../mod/admin.php:1472
-msgid "FTP Path"
-msgstr "Caminho do FTP"
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr "Perfís Múltiplos"
 
-#: ../../mod/admin.php:1473
-msgid "FTP User"
-msgstr "Usuário do FTP"
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr "Capacidade de criar perfis múltiplos"
 
-#: ../../mod/admin.php:1474
-msgid "FTP Password"
-msgstr "Senha do FTP"
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr "Funcionalidades de Composição de Publicações"
 
-#: ../../mod/wall_upload.php:122 ../../mod/profile_photo.php:144
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "A imagem excede o limite de tamanho de %d"
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr "Editor Richtext"
 
-#: ../../mod/wall_upload.php:144 ../../mod/photos.php:807
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
-msgstr "Não foi possível processar a imagem."
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr "Habilite editor richtext"
 
-#: ../../mod/wall_upload.php:172 ../../mod/photos.php:834
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
-msgstr "Não foi possível enviar a imagem."
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr "Pré-visualização da Publicação"
 
-#: ../../mod/home.php:35
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bem-vindo(a) a %s"
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Permite pré-visualizar publicações e comentários antes de publicá-los"
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "Erro no protocolo OpenID. Não foi retornada nenhuma ID."
+#: ../../include/features.php:33
+msgid "Auto-mention Forums"
+msgstr "Auto-menção Fóruns"
 
-#: ../../mod/openid.php:53
+#: ../../include/features.php:33
 msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "A conta não foi encontrada e não são permitidos registros via OpenID nesse site."
-
-#: ../../mod/network.php:136
-msgid "Search Results For:"
-msgstr "Resultados de Busca Por:"
+"Add/remove mention when a fourm page is selected/deselected in ACL window."
+msgstr "Adiciona/Remove menções quando uma página de fórum é selecionada/deselecionada na janela ACL"
 
-#: ../../mod/network.php:179 ../../mod/search.php:21
-msgid "Remove term"
-msgstr "Remover o termo"
+#: ../../include/features.php:38
+msgid "Network Sidebar Widgets"
+msgstr "Widgets da Barra Lateral da Rede"
 
-#: ../../mod/network.php:350
-msgid "Commented Order"
-msgstr "Ordem dos comentários"
+#: ../../include/features.php:39
+msgid "Search by Date"
+msgstr "Buscar por Data"
 
-#: ../../mod/network.php:353
-msgid "Sort by Comment Date"
-msgstr "Ordenar pela data do comentário"
+#: ../../include/features.php:39
+msgid "Ability to select posts by date ranges"
+msgstr "Capacidade de selecionar publicações por intervalos de data"
 
-#: ../../mod/network.php:356
-msgid "Posted Order"
-msgstr "Ordem das publicações"
+#: ../../include/features.php:40
+msgid "Group Filter"
+msgstr "Filtrar Grupo"
 
-#: ../../mod/network.php:359
-msgid "Sort by Post Date"
-msgstr "Ordenar pela data de publicação"
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Habilita widget para mostrar publicações da Rede somente de grupos selecionados"
 
-#: ../../mod/network.php:368
-msgid "Posts that mention or involve you"
-msgstr "Publicações que mencionem ou envolvam você"
+#: ../../include/features.php:41
+msgid "Network Filter"
+msgstr "Filtrar Rede"
 
-#: ../../mod/network.php:374
-msgid "New"
-msgstr "Nova"
+#: ../../include/features.php:41
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Habilita widget para mostrar publicações da Rede de redes selecionadas"
 
-#: ../../mod/network.php:377
-msgid "Activity Stream - by date"
-msgstr "Fluxo de atividades - por data"
+#: ../../include/features.php:42
+msgid "Save search terms for re-use"
+msgstr "Guarde as palavras-chaves para reuso"
 
-#: ../../mod/network.php:383
-msgid "Shared Links"
-msgstr "Links compartilhados"
+#: ../../include/features.php:47
+msgid "Network Tabs"
+msgstr "Abas da Rede"
 
-#: ../../mod/network.php:386
-msgid "Interesting Links"
-msgstr "Links interessantes"
+#: ../../include/features.php:48
+msgid "Network Personal Tab"
+msgstr "Aba Pessoal da Rede"
 
-#: ../../mod/network.php:392
-msgid "Starred"
-msgstr "Destacada"
+#: ../../include/features.php:48
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Habilitar aba para mostrar apenas as publicações da Rede que você tenha interagido"
 
-#: ../../mod/network.php:395
-msgid "Favourite Posts"
-msgstr "Publicações favoritas"
+#: ../../include/features.php:49
+msgid "Network New Tab"
+msgstr "Aba Nova da Rede"
 
-#: ../../mod/network.php:457
-#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Aviso: Este grupo contém %s membro de uma rede insegura."
-msgstr[1] "Aviso: Este grupo contém %s membros de uma rede insegura."
+#: ../../include/features.php:49
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Habilite aba para mostra apenas publicações da Rede novas (das últimas 12 horas)"
 
-#: ../../mod/network.php:460
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Mensagens privadas para este grupo correm o risco de sofrerem divulgação pública."
+#: ../../include/features.php:50
+msgid "Network Shared Links Tab"
+msgstr "Aba de Links Compartilhados da Rede"
 
-#: ../../mod/network.php:514 ../../mod/content.php:119
-msgid "No such group"
-msgstr "Este grupo não existe"
+#: ../../include/features.php:50
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Habilite aba para mostrar somente publicações da Rede que contenham links"
 
-#: ../../mod/network.php:531 ../../mod/content.php:130
-msgid "Group is empty"
-msgstr "O grupo está vazio"
+#: ../../include/features.php:55
+msgid "Post/Comment Tools"
+msgstr "Ferramentas de Publicação/Comentário"
 
-#: ../../mod/network.php:538 ../../mod/content.php:134
-msgid "Group: "
-msgstr "Grupo: "
+#: ../../include/features.php:56
+msgid "Multiple Deletion"
+msgstr "Deleção Multipla"
 
-#: ../../mod/network.php:548
-msgid "Contact: "
-msgstr "Contato: "
+#: ../../include/features.php:56
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Selecione e delete múltiplas publicações/comentário imediatamente"
 
-#: ../../mod/network.php:550
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública."
+#: ../../include/features.php:57
+msgid "Edit Sent Posts"
+msgstr "Editar Publicações Enviadas"
 
-#: ../../mod/network.php:555
-msgid "Invalid contact."
-msgstr "Contato inválido."
+#: ../../include/features.php:57
+msgid "Edit and correct posts and comments after sending"
+msgstr "Editar e corrigir publicações e comentários após envio"
 
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "-selecione-"
+#: ../../include/features.php:58
+msgid "Tagging"
+msgstr "Etiquetagem"
 
-#: ../../mod/friendica.php:62
-msgid "This is Friendica, version"
-msgstr "Este é o Friendica, versão"
+#: ../../include/features.php:58
+msgid "Ability to tag existing posts"
+msgstr "Capacidade de colocar etiquetas em publicações existentes"
 
-#: ../../mod/friendica.php:63
-msgid "running at web location"
-msgstr "sendo executado no endereço web"
+#: ../../include/features.php:59
+msgid "Post Categories"
+msgstr "Categorias de Publicações"
 
-#: ../../mod/friendica.php:65
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Por favor, visite <a href=\"http://friendica.com\">friendica.com</a> para aprender mais sobre o projeto Friendica."
+#: ../../include/features.php:59
+msgid "Add categories to your posts"
+msgstr "Adicione Categorias ás Publicações"
 
-#: ../../mod/friendica.php:67
-msgid "Bug reports and issues: please visit"
-msgstr "Relatos e acompanhamentos de erros podem ser encontrados em"
+#: ../../include/features.php:60
+msgid "Ability to file posts under folders"
+msgstr "Capacidade de arquivar publicações em pastas"
 
-#: ../../mod/friendica.php:68
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com"
+#: ../../include/features.php:61
+msgid "Dislike Posts"
+msgstr "Desgostar de publicações"
 
-#: ../../mod/friendica.php:82
-msgid "Installed plugins/addons/apps:"
-msgstr "Plugins/complementos/aplicações instaladas:"
+#: ../../include/features.php:61
+msgid "Ability to dislike posts/comments"
+msgstr "Capacidade de desgostar de publicações/comentários"
 
-#: ../../mod/friendica.php:95
-msgid "No installed plugins/addons/apps"
-msgstr "Nenhum plugin/complemento/aplicativo instalado"
+#: ../../include/features.php:62
+msgid "Star Posts"
+msgstr "Destacar publicações"
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "Aplicativos"
+#: ../../include/features.php:62
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Capacidade de marcar publicações especiais com uma estrela indicadora"
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "Nenhum aplicativo instalado"
+#: ../../include/features.php:63
+msgid "Mute Post Notifications"
+msgstr "Silenciar Notificações de Postagem"
 
-#: ../../mod/photos.php:67 ../../mod/photos.php:1228 ../../mod/photos.php:1817
-msgid "Upload New Photos"
-msgstr "Enviar novas fotos"
+#: ../../include/features.php:63
+msgid "Ability to mute notifications for a thread"
+msgstr "Habilitar notificação silenciosa para a tarefa"
 
-#: ../../mod/photos.php:144
-msgid "Contact information unavailable"
-msgstr "A informação de contato não está disponível"
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "URL de conexão faltando."
 
-#: ../../mod/photos.php:165
-msgid "Album not found."
-msgstr "O álbum não foi encontrado."
+#: ../../include/follow.php:59
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "Este site não está configurado para permitir comunicações com outras redes."
 
-#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1206
-msgid "Delete Album"
-msgstr "Excluir o álbum"
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Não foi descoberto nenhum protocolo de comunicação ou fonte de notícias compatível."
 
-#: ../../mod/photos.php:198
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Você realmente deseja deletar esse álbum de fotos e todas as suas fotos?"
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "O endereço de perfil especificado não fornece informação adequada."
 
-#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1513
-msgid "Delete Photo"
-msgstr "Excluir a foto"
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "Não foi encontrado nenhum autor ou nome."
 
-#: ../../mod/photos.php:287
-msgid "Do you really want to delete this photo?"
-msgstr "Você realmente deseja deletar essa foto?"
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "Não foi possível encontrar nenhuma URL de navegação neste endereço."
 
-#: ../../mod/photos.php:662
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s foi marcado em %2$s por %3$s"
+#: ../../include/follow.php:86
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Não foi possível  casa o estilo @ de Endereço de Identidade com um protocolo conhecido ou contato de email."
 
-#: ../../mod/photos.php:662
-msgid "a photo"
-msgstr "uma foto"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Use mailto: antes do endereço para forçar a checagem de email."
 
-#: ../../mod/photos.php:767
-msgid "Image exceeds size limit of "
-msgstr "A imagem excede o tamanho máximo de "
+#: ../../include/follow.php:93
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "O endereço de perfil especificado pertence a uma rede que foi desabilitada neste site."
 
-#: ../../mod/photos.php:775
-msgid "Image file is empty."
-msgstr "O arquivo de imagem está vazio."
+#: ../../include/follow.php:103
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Perfil limitado. Essa pessoa não poderá receber notificações diretas/pessoais de você."
 
-#: ../../mod/photos.php:930
-msgid "No photos selected"
-msgstr "Não foi selecionada nenhuma foto"
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "Não foi possível recuperar a informação do contato."
 
-#: ../../mod/photos.php:1094
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos."
+#: ../../include/follow.php:258
+msgid "following"
+msgstr "acompanhando"
 
-#: ../../mod/photos.php:1129
-msgid "Upload Photos"
-msgstr "Enviar fotos"
+#: ../../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 "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."
 
-#: ../../mod/photos.php:1133 ../../mod/photos.php:1201
-msgid "New album name: "
-msgstr "Nome do novo álbum: "
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr "Grupo de privacidade padrão para novos contatos"
 
-#: ../../mod/photos.php:1134
-msgid "or existing album name: "
-msgstr "ou o nome de um álbum já existente: "
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "Todos"
 
-#: ../../mod/photos.php:1135
-msgid "Do not show a status post for this upload"
-msgstr "Não exiba uma publicação de status para este envio"
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "editar"
 
-#: ../../mod/photos.php:1137 ../../mod/photos.php:1508
-msgid "Permissions"
-msgstr "Permissões"
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "Editar grupo"
 
-#: ../../mod/photos.php:1148
-msgid "Private Photo"
-msgstr "Foto Privada"
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "Criar um novo grupo"
 
-#: ../../mod/photos.php:1149
-msgid "Public Photo"
-msgstr "Foto Pública"
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr "Contatos não estão dentro de nenhum grupo"
 
-#: ../../mod/photos.php:1216
-msgid "Edit Album"
-msgstr "Editar o álbum"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Miscelânea"
 
-#: ../../mod/photos.php:1222
-msgid "Show Newest First"
-msgstr "Exibir as mais recentes primeiro"
+#: ../../include/datetime.php:153 ../../include/datetime.php:290
+msgid "year"
+msgstr "ano"
 
-#: ../../mod/photos.php:1224
-msgid "Show Oldest First"
-msgstr "Exibir as mais antigas primeiro"
+#: ../../include/datetime.php:158 ../../include/datetime.php:291
+msgid "month"
+msgstr "mês"
 
-#: ../../mod/photos.php:1257 ../../mod/photos.php:1800
-msgid "View Photo"
-msgstr "Ver a foto"
+#: ../../include/datetime.php:163 ../../include/datetime.php:293
+msgid "day"
+msgstr "dia"
 
-#: ../../mod/photos.php:1292
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permissão negada. O acesso a este item pode estar restrito."
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "nunca"
 
-#: ../../mod/photos.php:1294
-msgid "Photo not available"
-msgstr "A foto não está disponível"
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "menos de um segundo atrás"
 
-#: ../../mod/photos.php:1350
-msgid "View photo"
-msgstr "Ver a imagem"
+#: ../../include/datetime.php:290
+msgid "years"
+msgstr "anos"
 
-#: ../../mod/photos.php:1350
-msgid "Edit photo"
-msgstr "Editar a foto"
+#: ../../include/datetime.php:291
+msgid "months"
+msgstr "meses"
 
-#: ../../mod/photos.php:1351
-msgid "Use as profile photo"
-msgstr "Usar como uma foto de perfil"
+#: ../../include/datetime.php:292
+msgid "week"
+msgstr "semana"
 
-#: ../../mod/photos.php:1376
-msgid "View Full Size"
-msgstr "Ver no tamanho real"
+#: ../../include/datetime.php:292
+msgid "weeks"
+msgstr "semanas"
 
-#: ../../mod/photos.php:1455
-msgid "Tags: "
-msgstr "Etiquetas: "
+#: ../../include/datetime.php:293
+msgid "days"
+msgstr "dias"
 
-#: ../../mod/photos.php:1458
-msgid "[Remove any tag]"
-msgstr "[Remover qualquer etiqueta]"
+#: ../../include/datetime.php:294
+msgid "hour"
+msgstr "hora"
 
-#: ../../mod/photos.php:1498
-msgid "Rotate CW (right)"
-msgstr "Rotacionar para direita"
+#: ../../include/datetime.php:294
+msgid "hours"
+msgstr "horas"
 
-#: ../../mod/photos.php:1499
-msgid "Rotate CCW (left)"
-msgstr "Rotacionar para esquerda"
+#: ../../include/datetime.php:295
+msgid "minute"
+msgstr "minuto"
 
-#: ../../mod/photos.php:1501
-msgid "New album name"
-msgstr "Novo nome para o álbum"
+#: ../../include/datetime.php:295
+msgid "minutes"
+msgstr "minutos"
 
-#: ../../mod/photos.php:1504
-msgid "Caption"
-msgstr "Legenda"
+#: ../../include/datetime.php:296
+msgid "second"
+msgstr "segundo"
 
-#: ../../mod/photos.php:1506
-msgid "Add a Tag"
-msgstr "Adicionar uma etiqueta"
+#: ../../include/datetime.php:296
+msgid "seconds"
+msgstr "segundos"
 
-#: ../../mod/photos.php:1510
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"
+#: ../../include/datetime.php:305
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s atrás"
 
-#: ../../mod/photos.php:1519
-msgid "Private photo"
-msgstr "Foto privada"
+#: ../../include/datetime.php:477 ../../include/items.php:2195
+#, php-format
+msgid "%s's birthday"
+msgstr "aniversários de %s's"
 
-#: ../../mod/photos.php:1520
-msgid "Public photo"
-msgstr "Foto pública"
+#: ../../include/datetime.php:478 ../../include/items.php:2196
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Feliz Aniversário %s"
 
-#: ../../mod/photos.php:1815
-msgid "Recent Photos"
-msgstr "Fotos recentes"
+#: ../../include/acl_selectors.php:326
+msgid "Visible to everybody"
+msgstr "Visível para todos"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "O contato foi adicionado"
+#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:142
+#: ../../view/theme/diabook/theme.php:621
+msgid "show"
+msgstr "exibir"
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "Mover conta"
+#: ../../include/acl_selectors.php:328 ../../view/theme/diabook/config.php:142
+#: ../../view/theme/diabook/theme.php:621
+msgid "don't show"
+msgstr "não exibir"
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr "Você pode importar um conta de outro sevidor Friendica."
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[sem assunto]"
 
-#: ../../mod/uimport.php:68
-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 "Você precisa exportar sua conta de um servidor antigo e fazer o upload aqui. Nós recriaremos sua conta antiga aqui com todos os seus contatos. Nós também tentaremos informar seus amigos que você se mudou para cá."
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "parou de acompanhar"
 
-#: ../../mod/uimport.php:69
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr "Esse recurso é experimental. Nós não podemos importar contatos de uma rede OStatus (statusnet/identi.ca) ou do Diaspora"
+#: ../../include/Contact.php:228 ../../include/conversation.php:882
+msgid "Poke"
+msgstr "Cutucar"
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "Arquivo de conta"
+#: ../../include/Contact.php:229 ../../include/conversation.php:876
+msgid "View Status"
+msgstr "Ver Status"
 
-#: ../../mod/uimport.php:70
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "Para exportar a sua conta, entre em \"Configurações->Exportar dados pessoais\" e selecione \"Exportar conta\""
+#: ../../include/Contact.php:230 ../../include/conversation.php:877
+msgid "View Profile"
+msgstr "Ver Perfil"
 
-#: ../../mod/invite.php:27
-msgid "Total invitation limit exceeded."
-msgstr "Limite de convites totais excedido."
+#: ../../include/Contact.php:231 ../../include/conversation.php:878
+msgid "View Photos"
+msgstr "Ver Fotos"
 
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Não é um endereço de e-mail válido."
+#: ../../include/Contact.php:232 ../../include/Contact.php:255
+#: ../../include/conversation.php:879
+msgid "Network Posts"
+msgstr "Publicações da Rede"
 
-#: ../../mod/invite.php:73
-msgid "Please join us on Friendica"
-msgstr "Por favor, junte-se à nós na Friendica"
+#: ../../include/Contact.php:233 ../../include/Contact.php:255
+#: ../../include/conversation.php:880
+msgid "Edit Contact"
+msgstr "Editar Contato"
 
-#: ../../mod/invite.php:84
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Limite de convites ultrapassado. Favor contactar o administrador do sítio."
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr "Excluir o contato"
 
-#: ../../mod/invite.php:89
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Não foi possível enviar a mensagem."
+#: ../../include/Contact.php:235 ../../include/Contact.php:255
+#: ../../include/conversation.php:881
+msgid "Send PM"
+msgstr "Enviar MP"
 
-#: ../../mod/invite.php:93
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d mensagem enviada."
-msgstr[1] "%d mensagens enviadas."
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "Bem-vindo(a) "
 
-#: ../../mod/invite.php:112
-msgid "You have no more invitations available"
-msgstr "Você não possui mais convites disponíveis"
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "Por favor, envie uma foto para o perfil."
 
-#: ../../mod/invite.php:120
-#, 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 "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais."
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "Bem-vindo(a) de volta "
 
-#: ../../mod/invite.php:122
-#, php-format
+#: ../../include/security.php:366
 msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público."
+"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 "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão."
 
-#: ../../mod/invite.php:123
+#: ../../include/conversation.php:118 ../../include/conversation.php:246
+#: ../../include/text.php:1963 ../../view/theme/diabook/theme.php:463
+msgid "event"
+msgstr "evento"
+
+#: ../../include/conversation.php:207
 #, 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 "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar."
+msgid "%1$s poked %2$s"
+msgstr "%1$s cutucou %2$s"
 
-#: ../../mod/invite.php:126
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros."
+#: ../../include/conversation.php:211 ../../include/text.php:1004
+msgid "poked"
+msgstr "cutucado"
 
-#: ../../mod/invite.php:132
-msgid "Send invitations"
-msgstr "Enviar convites."
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "postagem/item"
 
-#: ../../mod/invite.php:133
-msgid "Enter email addresses, one per line:"
-msgstr "Digite os endereços de e-mail, um por linha:"
+#: ../../include/conversation.php:292
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s marcou %3$s de %2$s como favorito"
 
-#: ../../mod/invite.php:135
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web."
+#: ../../include/conversation.php:772
+msgid "remove"
+msgstr "remover"
 
-#: ../../mod/invite.php:137
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Você preciso informar este código de convite: $invite_code"
+#: ../../include/conversation.php:776
+msgid "Delete Selected Items"
+msgstr "Excluir os itens selecionados"
 
-#: ../../mod/invite.php:137
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:"
+#: ../../include/conversation.php:875
+msgid "Follow Thread"
+msgstr "Seguir o Thread"
 
-#: ../../mod/invite.php:139
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com."
+#: ../../include/conversation.php:944
+#, php-format
+msgid "%s likes this."
+msgstr "%s gostou disso."
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Acesso negado."
+#: ../../include/conversation.php:944
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s não gostou disso."
 
-#: ../../mod/lostpass.php:19
-msgid "No valid account found."
-msgstr "Não foi encontrada nenhuma conta válida."
+#: ../../include/conversation.php:949
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d pessoas</span> gostaram disso"
 
-#: ../../mod/lostpass.php:35
-msgid "Password reset request issued. Check your email."
-msgstr "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail."
+#: ../../include/conversation.php:952
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d pessoas</span> não gostaram disso"
 
-#: ../../mod/lostpass.php:42
+#: ../../include/conversation.php:966
+msgid "and"
+msgstr "e"
+
+#: ../../include/conversation.php:972
 #, 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 ""
+msgid ", and %d other people"
+msgstr ", e mais %d outras pessoas"
 
-#: ../../mod/lostpass.php:53
+#: ../../include/conversation.php:974
 #, 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 ""
+msgid "%s like this."
+msgstr "%s gostaram disso."
 
-#: ../../mod/lostpass.php:72
+#: ../../include/conversation.php:974
 #, php-format
-msgid "Password reset requested at %s"
-msgstr "Foi feita uma solicitação de reiniciação da senha em %s"
+msgid "%s don't like this."
+msgstr "%s não gostaram disso."
 
-#: ../../mod/lostpass.php:92
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada."
+#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visível para <strong>todos</strong>"
 
-#: ../../mod/lostpass.php:110
-msgid "Your password has been reset as requested."
-msgstr "Sua senha foi reiniciada, conforme solicitado."
+#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
+msgid "Please enter a video link/URL:"
+msgstr "Favor fornecer um link/URL de vídeo"
 
-#: ../../mod/lostpass.php:111
-msgid "Your new password is"
-msgstr "Sua nova senha é"
+#: ../../include/conversation.php:1004 ../../include/conversation.php:1022
+msgid "Please enter an audio link/URL:"
+msgstr "Favor fornecer um link/URL de áudio"
 
-#: ../../mod/lostpass.php:112
-msgid "Save or copy your new password - and then"
-msgstr "Grave ou copie a sua nova senha e, então"
+#: ../../include/conversation.php:1005 ../../include/conversation.php:1023
+msgid "Tag term:"
+msgstr "Etiqueta:"
 
-#: ../../mod/lostpass.php:113
-msgid "click here to login"
-msgstr "clique aqui para entrar"
+#: ../../include/conversation.php:1007 ../../include/conversation.php:1025
+msgid "Where are you right now?"
+msgstr "Onde você está agora?"
 
-#: ../../mod/lostpass.php:114
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em seu perfil."
+#: ../../include/conversation.php:1008
+msgid "Delete item(s)?"
+msgstr "Deletar item(s)?"
 
-#: ../../mod/lostpass.php:125
+#: ../../include/conversation.php:1051
+msgid "Post to Email"
+msgstr "Enviar por e-mail"
+
+#: ../../include/conversation.php:1056
 #, 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 ""
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Conectores desabilitados, desde \"%s\" está habilitado."
+
+#: ../../include/conversation.php:1111
+msgid "permissions"
+msgstr "permissões"
+
+#: ../../include/conversation.php:1135
+msgid "Post to Groups"
+msgstr "Postar em Grupos"
+
+#: ../../include/conversation.php:1136
+msgid "Post to Contacts"
+msgstr "Publique para Contatos"
+
+#: ../../include/conversation.php:1137
+msgid "Private post"
+msgstr "Publicação privada"
+
+#: ../../include/network.php:895
+msgid "view full size"
+msgstr "ver na tela inteira"
+
+#: ../../include/text.php:296
+msgid "newer"
+msgstr "mais recente"
+
+#: ../../include/text.php:298
+msgid "older"
+msgstr "antigo"
+
+#: ../../include/text.php:303
+msgid "prev"
+msgstr "anterior"
+
+#: ../../include/text.php:305
+msgid "first"
+msgstr "primeiro"
+
+#: ../../include/text.php:337
+msgid "last"
+msgstr "último"
+
+#: ../../include/text.php:340
+msgid "next"
+msgstr "próximo"
+
+#: ../../include/text.php:854
+msgid "No contacts"
+msgstr "Nenhum contato"
+
+#: ../../include/text.php:863
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d contato"
+msgstr[1] "%d contatos"
+
+#: ../../include/text.php:1004
+msgid "poke"
+msgstr "cutucar"
+
+#: ../../include/text.php:1005
+msgid "ping"
+msgstr "ping"
+
+#: ../../include/text.php:1005
+msgid "pinged"
+msgstr "pingado"
+
+#: ../../include/text.php:1006
+msgid "prod"
+msgstr "incentivar"
+
+#: ../../include/text.php:1006
+msgid "prodded"
+msgstr "incentivado"
+
+#: ../../include/text.php:1007
+msgid "slap"
+msgstr "bater"
+
+#: ../../include/text.php:1007
+msgid "slapped"
+msgstr "batido"
+
+#: ../../include/text.php:1008
+msgid "finger"
+msgstr "apontar"
+
+#: ../../include/text.php:1008
+msgid "fingered"
+msgstr "apontado"
+
+#: ../../include/text.php:1009
+msgid "rebuff"
+msgstr "rejeite"
+
+#: ../../include/text.php:1009
+msgid "rebuffed"
+msgstr "rejeitado"
+
+#: ../../include/text.php:1023
+msgid "happy"
+msgstr "feliz"
+
+#: ../../include/text.php:1024
+msgid "sad"
+msgstr "triste"
+
+#: ../../include/text.php:1025
+msgid "mellow"
+msgstr "desencanado"
+
+#: ../../include/text.php:1026
+msgid "tired"
+msgstr "cansado"
+
+#: ../../include/text.php:1027
+msgid "perky"
+msgstr "audacioso"
 
-#: ../../mod/lostpass.php:131
-#, 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 ""
+#: ../../include/text.php:1028
+msgid "angry"
+msgstr "chateado"
 
-#: ../../mod/lostpass.php:147
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Sua senha foi modifica às %s"
+#: ../../include/text.php:1029
+msgid "stupified"
+msgstr "estupefato"
 
-#: ../../mod/lostpass.php:159
-msgid "Forgot your Password?"
-msgstr "Esqueceu a sua senha?"
+#: ../../include/text.php:1030
+msgid "puzzled"
+msgstr "confuso"
 
-#: ../../mod/lostpass.php:160
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções."
+#: ../../include/text.php:1031
+msgid "interested"
+msgstr "interessado"
 
-#: ../../mod/lostpass.php:161
-msgid "Nickname or Email: "
-msgstr "Identificação ou e-mail: "
+#: ../../include/text.php:1032
+msgid "bitter"
+msgstr "rancoroso"
 
-#: ../../mod/lostpass.php:162
-msgid "Reset"
-msgstr "Reiniciar"
+#: ../../include/text.php:1033
+msgid "cheerful"
+msgstr "jovial"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "Texto fonte (bbcode):"
+#: ../../include/text.php:1034
+msgid "alive"
+msgstr "vivo"
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Texto fonte (Diaspora) a converter para BBcode:"
+#: ../../include/text.php:1035
+msgid "annoyed"
+msgstr "incomodado"
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr "Entrada fonte:"
+#: ../../include/text.php:1036
+msgid "anxious"
+msgstr "ansioso"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (HTML puro):"
+#: ../../include/text.php:1037
+msgid "cranky"
+msgstr "excêntrico"
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html: "
+#: ../../include/text.php:1038
+msgid "disturbed"
+msgstr "perturbado"
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
+#: ../../include/text.php:1039
+msgid "frustrated"
+msgstr "frustrado"
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md: "
+#: ../../include/text.php:1040
+msgid "motivated"
+msgstr "motivado"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
+#: ../../include/text.php:1041
+msgid "relaxed"
+msgstr "relaxado"
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
+#: ../../include/text.php:1042
+msgid "surprised"
+msgstr "surpreso"
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
+#: ../../include/text.php:1210
+msgid "Monday"
+msgstr "Segunda"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "Fonte de entrada (formato Diaspora):"
+#: ../../include/text.php:1210
+msgid "Tuesday"
+msgstr "Terça"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: ../../include/text.php:1210
+msgid "Wednesday"
+msgstr "Quarta"
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "A etiqueta foi removida"
+#: ../../include/text.php:1210
+msgid "Thursday"
+msgstr "Quinta"
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Remover a etiqueta do item"
+#: ../../include/text.php:1210
+msgid "Friday"
+msgstr "Sexta"
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Selecione uma etiqueta para remover: "
+#: ../../include/text.php:1210
+msgid "Saturday"
+msgstr "Sábado"
 
-#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
-msgid "Remove My Account"
-msgstr "Remover minha conta"
+#: ../../include/text.php:1210
+msgid "Sunday"
+msgstr "Domingo"
 
-#: ../../mod/removeme.php:47
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la."
+#: ../../include/text.php:1214
+msgid "January"
+msgstr "Janeiro"
 
-#: ../../mod/removeme.php:48
-msgid "Please enter your password for verification:"
-msgstr "Por favor, digite a sua senha para verificação:"
+#: ../../include/text.php:1214
+msgid "February"
+msgstr "Fevereiro"
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Identificador de perfil inválido."
+#: ../../include/text.php:1214
+msgid "March"
+msgstr "Março"
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidade do perfil"
+#: ../../include/text.php:1214
+msgid "April"
+msgstr "Abril"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Visível para"
+#: ../../include/text.php:1214
+msgid "May"
+msgstr "Maio"
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Todos os contatos (com acesso a perfil seguro)"
+#: ../../include/text.php:1214
+msgid "June"
+msgstr "Junho"
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Correspondência de perfil"
+#: ../../include/text.php:1214
+msgid "July"
+msgstr "Julho"
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão."
+#: ../../include/text.php:1214
+msgid "August"
+msgstr "Agosto"
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "se interessa por:"
+#: ../../include/text.php:1214
+msgid "September"
+msgstr "Setembro"
 
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr "O título do evento e a hora de início são obrigatórios."
+#: ../../include/text.php:1214
+msgid "October"
+msgstr "Outubro"
 
-#: ../../mod/events.php:291
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../include/text.php:1214
+msgid "November"
+msgstr "Novembro"
 
-#: ../../mod/events.php:313
-msgid "Edit event"
-msgstr "Editar o evento"
+#: ../../include/text.php:1214
+msgid "December"
+msgstr "Dezembro"
 
-#: ../../mod/events.php:371
-msgid "Create New Event"
-msgstr "Criar um novo evento"
+#: ../../include/text.php:1434
+msgid "bytes"
+msgstr "bytes"
 
-#: ../../mod/events.php:372
-msgid "Previous"
-msgstr "Anterior"
+#: ../../include/text.php:1458 ../../include/text.php:1470
+msgid "Click to open/close"
+msgstr "Clique para abrir/fechar"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr "Próximo"
+#: ../../include/text.php:1699 ../../include/user.php:247
+#: ../../view/theme/duepuntozero/config.php:44
+msgid "default"
+msgstr "padrão"
 
-#: ../../mod/events.php:446
-msgid "hour:minute"
-msgstr "hora:minuto"
+#: ../../include/text.php:1711
+msgid "Select an alternate language"
+msgstr "Selecione um idioma alternativo"
 
-#: ../../mod/events.php:456
-msgid "Event details"
-msgstr "Detalhes do evento"
+#: ../../include/text.php:1967
+msgid "activity"
+msgstr "atividade"
 
-#: ../../mod/events.php:457
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "O formato é %s %s. O título e a data de início são obrigatórios."
+#: ../../include/text.php:1970
+msgid "post"
+msgstr "publicação"
 
-#: ../../mod/events.php:459
-msgid "Event Starts:"
-msgstr "Início do evento:"
+#: ../../include/text.php:2138
+msgid "Item filed"
+msgstr "O item foi arquivado"
 
-#: ../../mod/events.php:459 ../../mod/events.php:473
-msgid "Required"
-msgstr "Obrigatório"
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1027
+#: ../../include/bbcode.php:1028
+msgid "Image/photo"
+msgstr "Imagem/foto"
 
-#: ../../mod/events.php:462
-msgid "Finish date/time is not known or not relevant"
-msgstr "A data/hora de término não é conhecida ou não é relevante"
+#: ../../include/bbcode.php:528
+#, 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"
 
-#: ../../mod/events.php:464
-msgid "Event Finishes:"
-msgstr "Término do evento:"
+#: ../../include/bbcode.php:562
+#, php-format
+msgid ""
+"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"_blank\">post</a>"
+msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a> escreveu a seguinte <a href=\"%s\" target=\"_blank\">publicação</a>"
 
-#: ../../mod/events.php:467
-msgid "Adjust for viewer timezone"
-msgstr "Ajustar para o fuso horário do visualizador"
+#: ../../include/bbcode.php:991 ../../include/bbcode.php:1011
+msgid "$1 wrote:"
+msgstr "$1 escreveu:"
 
-#: ../../mod/events.php:469
-msgid "Description:"
-msgstr "Descrição:"
+#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1037
+msgid "Encrypted content"
+msgstr "Conteúdo criptografado"
 
-#: ../../mod/events.php:473
-msgid "Title:"
-msgstr "Título:"
+#: ../../include/notifier.php:786 ../../include/delivery.php:456
+msgid "(no subject)"
+msgstr "(sem assunto)"
 
-#: ../../mod/events.php:475
-msgid "Share this event"
-msgstr "Compartilhar este evento"
+#: ../../include/notifier.php:796 ../../include/delivery.php:467
+#: ../../include/enotify.php:31
+msgid "noreply"
+msgstr "naoresponda"
 
-#: ../../mod/ping.php:240
-msgid "{0} wants to be your friend"
-msgstr "{0} deseja ser seu amigo"
+#: ../../include/dba_pdo.php:72 ../../include/dba.php:56
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"
 
-#: ../../mod/ping.php:245
-msgid "{0} sent you a message"
-msgstr "{0} lhe enviou uma mensagem"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Desconhecido | Não categorizado"
 
-#: ../../mod/ping.php:250
-msgid "{0} requested registration"
-msgstr "{0} solicitou registro"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Bloquear imediatamente"
 
-#: ../../mod/ping.php:256
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} comentou a publicação de %s"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Dissimulado, spammer, propagandista"
 
-#: ../../mod/ping.php:261
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} gostou da publicação de %s"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Eu conheço, mas não possuo nenhuma opinião acerca"
 
-#: ../../mod/ping.php:266
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} desgostou da publicação de %s"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "Ok, provavelmente inofensivo"
 
-#: ../../mod/ping.php:271
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} agora é amigo de %s"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Boa reputação, tem minha confiança"
 
-#: ../../mod/ping.php:276
-msgid "{0} posted"
-msgstr "{0} publicou"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Semanalmente"
 
-#: ../../mod/ping.php:281
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} etiquetou a publicação de %s com #%s"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Mensalmente"
 
-#: ../../mod/ping.php:287
-msgid "{0} mentioned you in a post"
-msgstr "{0} mencionou você em uma publicação"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "Humor"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "Defina o seu humor e conte aos seus amigos"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: ../../mod/search.php:170 ../../mod/search.php:196
-#: ../../mod/community.php:62 ../../mod/community.php:71
-msgid "No results."
-msgstr "Nenhum resultado."
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "Não foi possível localizar informação do contato."
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr "Você realmente deseja deletar essa mensagem?"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "A mensagem foi excluída."
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "A conversa foi removida."
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "Nenhuma mensagem."
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Remetente desconhecido - %s"
+#: ../../include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Conector do Diáspora"
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "Você e %s"
+#: ../../include/contact_selectors.php:91
+msgid "Statusnet"
+msgstr "Statusnet"
 
-#: ../../mod/message.php:384
-#, php-format
-msgid "%s and You"
-msgstr "%s e você"
+#: ../../include/contact_selectors.php:92
+msgid "App.net"
+msgstr "App.net"
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "Excluir conversa"
+#: ../../include/Scrape.php:593
+msgid " on Last.fm"
+msgstr "na Last.fm"
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../include/bb2diaspora.php:154 ../../include/event.php:20
+msgid "Starts:"
+msgstr "Início:"
 
-#: ../../mod/message.php:411
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d mensagem"
-msgstr[1] "%d mensagens"
+#: ../../include/bb2diaspora.php:162 ../../include/event.php:30
+msgid "Finishes:"
+msgstr "Término:"
 
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "A mensagem não está disponível."
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j de F, Y"
 
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "Excluir a mensagem"
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j de F"
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Não foi encontrada nenhuma comunicação segura. Você <strong>pode</strong> ser capaz de responder a partir da página de perfil do remetente."
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Aniversário:"
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "Enviar resposta"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Idade:"
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Não disponível."
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "para %1$d %2$s"
 
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:133
-#: ../../mod/profiles.php:162 ../../mod/profiles.php:589
-#: ../../mod/dfrn_confirm.php:64
-msgid "Profile not found."
-msgstr "O perfil não foi encontrado."
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Etiquetas:"
 
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "O perfil foi excluído."
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religião:"
 
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "Perfil-"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Passatempos/Interesses:"
 
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "O novo perfil foi criado."
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Informações de contato e redes sociais:"
 
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "O perfil não está disponível para clonagem."
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Preferências musicais:"
+
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Livros, literatura:"
 
-#: ../../mod/profiles.php:172
-msgid "Profile Name is required."
-msgstr "É necessário informar o nome do perfil."
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Televisão:"
 
-#: ../../mod/profiles.php:323
-msgid "Marital Status"
-msgstr "Situação amorosa"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Filmes/dança/cultura/entretenimento:"
 
-#: ../../mod/profiles.php:327
-msgid "Romantic Partner"
-msgstr "Parceiro romântico"
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Amor/romance:"
 
-#: ../../mod/profiles.php:331
-msgid "Likes"
-msgstr "Gosta de"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Trabalho/emprego:"
 
-#: ../../mod/profiles.php:335
-msgid "Dislikes"
-msgstr "Não gosta de"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Escola/educação:"
 
-#: ../../mod/profiles.php:339
-msgid "Work/Employment"
-msgstr "Trabalho/emprego"
+#: ../../include/plugin.php:455 ../../include/plugin.php:457
+msgid "Click here to upgrade."
+msgstr "Clique aqui para atualização (upgrade)."
 
-#: ../../mod/profiles.php:342
-msgid "Religion"
-msgstr "Religião"
+#: ../../include/plugin.php:463
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Essa ação excede o limite definido para o seu plano de assinatura."
 
-#: ../../mod/profiles.php:346
-msgid "Political Views"
-msgstr "Posicionamento político"
+#: ../../include/plugin.php:468
+msgid "This action is not available under your subscription plan."
+msgstr "Essa ação não está disponível em seu plano de assinatura."
 
-#: ../../mod/profiles.php:350
-msgid "Gender"
-msgstr "Gênero"
+#: ../../include/nav.php:73
+msgid "End this session"
+msgstr "Terminar esta sessão"
 
-#: ../../mod/profiles.php:354
-msgid "Sexual Preference"
-msgstr "Preferência sexual"
+#: ../../include/nav.php:76 ../../include/nav.php:146
+#: ../../view/theme/diabook/theme.php:123
+msgid "Your posts and conversations"
+msgstr "Suas publicações e conversas"
 
-#: ../../mod/profiles.php:358
-msgid "Homepage"
-msgstr "Página Principal"
+#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
+msgid "Your profile page"
+msgstr "Sua página de perfil"
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:657
-msgid "Interests"
-msgstr "Interesses"
+#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:126
+msgid "Your photos"
+msgstr "Suas fotos"
 
-#: ../../mod/profiles.php:366
-msgid "Address"
-msgstr "Endereço"
+#: ../../include/nav.php:79
+msgid "Your videos"
+msgstr "Seus vídeos"
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:653
-msgid "Location"
-msgstr "Localização"
+#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:127
+msgid "Your events"
+msgstr "Seus eventos"
 
-#: ../../mod/profiles.php:456
-msgid "Profile updated."
-msgstr "O perfil foi atualizado."
+#: ../../include/nav.php:81 ../../view/theme/diabook/theme.php:128
+msgid "Personal notes"
+msgstr "Suas anotações pessoais"
 
-#: ../../mod/profiles.php:527
-msgid " and "
-msgstr " e "
+#: ../../include/nav.php:81
+msgid "Your personal notes"
+msgstr "Suas anotações pessoais"
 
-#: ../../mod/profiles.php:535
-msgid "public profile"
-msgstr "perfil público"
+#: ../../include/nav.php:92
+msgid "Sign in"
+msgstr "Entrar"
 
-#: ../../mod/profiles.php:538
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s mudou %2$s para &ldquo;%3$s&rdquo;"
+#: ../../include/nav.php:105
+msgid "Home Page"
+msgstr "Página pessoal"
 
-#: ../../mod/profiles.php:539
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - Visite %2$s de %1$s"
+#: ../../include/nav.php:109
+msgid "Create an account"
+msgstr "Criar uma conta"
 
-#: ../../mod/profiles.php:542
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s foi atualizado %2$s, mudando %3$s."
+#: ../../include/nav.php:114
+msgid "Help and documentation"
+msgstr "Ajuda e documentação"
 
-#: ../../mod/profiles.php:617
-msgid "Hide contacts and friends:"
-msgstr ""
+#: ../../include/nav.php:117
+msgid "Apps"
+msgstr "Aplicativos"
 
-#: ../../mod/profiles.php:622
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?"
+#: ../../include/nav.php:117
+msgid "Addon applications, utilities, games"
+msgstr "Complementos, utilitários, jogos"
 
-#: ../../mod/profiles.php:644
-msgid "Edit Profile Details"
-msgstr "Editar os detalhes do perfil"
+#: ../../include/nav.php:119
+msgid "Search site content"
+msgstr "Pesquisar conteúdo no site"
 
-#: ../../mod/profiles.php:646
-msgid "Change Profile Photo"
-msgstr "Mudar Foto do Perfil"
+#: ../../include/nav.php:129
+msgid "Conversations on this site"
+msgstr "Conversas neste site"
 
-#: ../../mod/profiles.php:647
-msgid "View this profile"
-msgstr "Ver este perfil"
+#: ../../include/nav.php:131
+msgid "Directory"
+msgstr "Diretório"
 
-#: ../../mod/profiles.php:648
-msgid "Create a new profile using these settings"
-msgstr "Criar um novo perfil usando estas configurações"
+#: ../../include/nav.php:131
+msgid "People directory"
+msgstr "Diretório de pessoas"
 
-#: ../../mod/profiles.php:649
-msgid "Clone this profile"
-msgstr "Clonar este perfil"
+#: ../../include/nav.php:133
+msgid "Information"
+msgstr "Informação"
 
-#: ../../mod/profiles.php:650
-msgid "Delete this profile"
-msgstr "Excluir este perfil"
+#: ../../include/nav.php:133
+msgid "Information about this friendica instance"
+msgstr "Informação sobre esta instância do friendica"
 
-#: ../../mod/profiles.php:651
-msgid "Basic information"
-msgstr ""
+#: ../../include/nav.php:143
+msgid "Conversations from your friends"
+msgstr "Conversas dos seus amigos"
 
-#: ../../mod/profiles.php:652
-msgid "Profile picture"
-msgstr ""
+#: ../../include/nav.php:144
+msgid "Network Reset"
+msgstr "Reiniciar Rede"
 
-#: ../../mod/profiles.php:654
-msgid "Preferences"
-msgstr ""
+#: ../../include/nav.php:144
+msgid "Load Network page with no filters"
+msgstr "Carregar página Rede sem filtros"
 
-#: ../../mod/profiles.php:655
-msgid "Status information"
-msgstr ""
+#: ../../include/nav.php:152
+msgid "Friend Requests"
+msgstr "Requisições de Amizade"
 
-#: ../../mod/profiles.php:656
-msgid "Additional information"
-msgstr ""
+#: ../../include/nav.php:154
+msgid "See all notifications"
+msgstr "Ver todas notificações"
 
-#: ../../mod/profiles.php:658 ../../mod/newmember.php:36
-#: ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Enviar foto do perfil"
+#: ../../include/nav.php:155
+msgid "Mark all system notifications seen"
+msgstr "Marcar todas as notificações de sistema como vistas"
 
-#: ../../mod/profiles.php:659
-msgid "Profile Name:"
-msgstr "Nome do perfil:"
+#: ../../include/nav.php:159
+msgid "Private mail"
+msgstr "Mensagem privada"
 
-#: ../../mod/profiles.php:660
-msgid "Your Full Name:"
-msgstr "Seu nome completo:"
+#: ../../include/nav.php:160
+msgid "Inbox"
+msgstr "Recebidas"
 
-#: ../../mod/profiles.php:661
-msgid "Title/Description:"
-msgstr "Título/Descrição:"
+#: ../../include/nav.php:161
+msgid "Outbox"
+msgstr "Enviadas"
 
-#: ../../mod/profiles.php:662
-msgid "Your Gender:"
-msgstr "Seu gênero:"
+#: ../../include/nav.php:165
+msgid "Manage"
+msgstr "Gerenciar"
 
-#: ../../mod/profiles.php:663
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Aniversário (%s):"
+#: ../../include/nav.php:165
+msgid "Manage other pages"
+msgstr "Gerenciar outras páginas"
 
-#: ../../mod/profiles.php:664
-msgid "Street Address:"
-msgstr "Endereço:"
+#: ../../include/nav.php:170
+msgid "Account settings"
+msgstr "Configurações da conta"
 
-#: ../../mod/profiles.php:665
-msgid "Locality/City:"
-msgstr "Localidade/Cidade:"
+#: ../../include/nav.php:173
+msgid "Manage/Edit Profiles"
+msgstr "Administrar/Editar Perfis"
 
-#: ../../mod/profiles.php:666
-msgid "Postal/Zip Code:"
-msgstr "CEP:"
+#: ../../include/nav.php:175
+msgid "Manage/edit friends and contacts"
+msgstr "Gerenciar/editar amigos e contatos"
 
-#: ../../mod/profiles.php:667
-msgid "Country:"
-msgstr "País:"
+#: ../../include/nav.php:182
+msgid "Site setup and configuration"
+msgstr "Configurações do site"
 
-#: ../../mod/profiles.php:668
-msgid "Region/State:"
-msgstr "Região/Estado:"
+#: ../../include/nav.php:186
+msgid "Navigation"
+msgstr "Navegação"
 
-#: ../../mod/profiles.php:669
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Situação amorosa:"
+#: ../../include/nav.php:186
+msgid "Site map"
+msgstr "Mapa do Site"
 
-#: ../../mod/profiles.php:670
-msgid "Who: (if applicable)"
-msgstr "Quem: (se pertinente)"
+#: ../../include/api.php:304 ../../include/api.php:315
+#: ../../include/api.php:416 ../../include/api.php:1062
+#: ../../include/api.php:1064
+msgid "User not found."
+msgstr "Usuário não encontrado."
 
-#: ../../mod/profiles.php:671
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"
+#: ../../include/api.php:771
+#, php-format
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr "O limite diário de postagem de %d mensagens foi atingido. O post foi rejeitado."
 
-#: ../../mod/profiles.php:672
-msgid "Since [date]:"
-msgstr "Desde [data]:"
+#: ../../include/api.php:790
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr "O limite de postagem semanal de %d mensagens foi atingido. O post foi rejeitado."
 
-#: ../../mod/profiles.php:674
-msgid "Homepage URL:"
-msgstr "Endereço do site web:"
+#: ../../include/api.php:809
+#, php-format
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr "O limite de postagem mensal de %d mensagens foi atingido. O post foi rejeitado."
 
-#: ../../mod/profiles.php:677
-msgid "Religious Views:"
-msgstr "Orientação religiosa:"
+#: ../../include/api.php:1271
+msgid "There is no status with this id."
+msgstr "Não existe status com esse id."
 
-#: ../../mod/profiles.php:678
-msgid "Public Keywords:"
-msgstr "Palavras-chave públicas:"
+#: ../../include/api.php:1341
+msgid "There is no conversation with this id."
+msgstr "Não existe conversas com esse id."
 
-#: ../../mod/profiles.php:679
-msgid "Private Keywords:"
-msgstr "Palavras-chave privadas:"
+#: ../../include/api.php:1613
+msgid "Invalid request."
+msgstr "Solicitação inválida."
 
-#: ../../mod/profiles.php:682
-msgid "Example: fishing photography software"
-msgstr "Exemplo: pesca fotografia software"
+#: ../../include/api.php:1624
+msgid "Invalid item."
+msgstr "Ítem inválido."
 
-#: ../../mod/profiles.php:683
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)"
+#: ../../include/api.php:1634
+msgid "Invalid action. "
+msgstr "Ação inválida."
 
-#: ../../mod/profiles.php:684
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Usado na pesquisa de perfis, nunca é exibido para os outros)"
+#: ../../include/api.php:1642
+msgid "DB error"
+msgstr "Erro do Banco de Dados"
 
-#: ../../mod/profiles.php:685
-msgid "Tell us about yourself..."
-msgstr "Fale um pouco sobre você..."
+#: ../../include/user.php:40
+msgid "An invitation is required."
+msgstr "É necessário um convite."
 
-#: ../../mod/profiles.php:686
-msgid "Hobbies/Interests"
-msgstr "Passatempos/Interesses"
+#: ../../include/user.php:45
+msgid "Invitation could not be verified."
+msgstr "Não foi possível verificar o convite."
 
-#: ../../mod/profiles.php:687
-msgid "Contact information and Social Networks"
-msgstr "Informações de contato e redes sociais"
+#: ../../include/user.php:53
+msgid "Invalid OpenID url"
+msgstr "A URL do OpenID é inválida"
 
-#: ../../mod/profiles.php:688
-msgid "Musical interests"
-msgstr "Preferências musicais"
+#: ../../include/user.php:74
+msgid "Please enter the required information."
+msgstr "Por favor, forneça a informação solicitada."
 
-#: ../../mod/profiles.php:689
-msgid "Books, literature"
-msgstr "Livros, literatura"
+#: ../../include/user.php:88
+msgid "Please use a shorter name."
+msgstr "Por favor, use um nome mais curto."
 
-#: ../../mod/profiles.php:690
-msgid "Television"
-msgstr "Televisão"
+#: ../../include/user.php:90
+msgid "Name too short."
+msgstr "O nome é muito curto."
 
-#: ../../mod/profiles.php:691
-msgid "Film/dance/culture/entertainment"
-msgstr "Filme/dança/cultura/entretenimento"
+#: ../../include/user.php:105
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Isso não parece ser o seu nome completo (Nome Sobrenome)."
 
-#: ../../mod/profiles.php:692
-msgid "Love/romance"
-msgstr "Amor/romance"
+#: ../../include/user.php:110
+msgid "Your email domain is not among those allowed on this site."
+msgstr "O domínio do seu e-mail não está entre os permitidos neste site."
 
-#: ../../mod/profiles.php:693
-msgid "Work/employment"
-msgstr "Trabalho/emprego"
+#: ../../include/user.php:113
+msgid "Not a valid email address."
+msgstr "Não é um endereço de e-mail válido."
 
-#: ../../mod/profiles.php:694
-msgid "School/education"
-msgstr "Escola/educação"
+#: ../../include/user.php:126
+msgid "Cannot use that email."
+msgstr "Não é possível usar esse e-mail."
 
-#: ../../mod/profiles.php:699
+#: ../../include/user.php:132
 msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet."
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr "A sua identificação pode conter somente os caracteres \"a-z\", \"0-9\", \"-\", e \"_\", além disso, deve começar com uma letra."
 
-#: ../../mod/profiles.php:709 ../../mod/directory.php:113
-msgid "Age: "
-msgstr "Idade: "
+#: ../../include/user.php:138 ../../include/user.php:236
+msgid "Nickname is already registered. Please choose another."
+msgstr "Esta identificação já foi registrada. Por favor, escolha outra."
 
-#: ../../mod/profiles.php:762
-msgid "Edit/Manage Profiles"
-msgstr "Editar/Gerenciar perfis"
+#: ../../include/user.php:148
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Essa identificação já foi registrada e não pode ser reutilizada. Por favor, escolha outra."
 
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
-msgstr "Servidor de Comunicações Friendica - Configuração"
+#: ../../include/user.php:164
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "ERRO GRAVE: Não foi possível gerar as chaves de segurança."
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Não foi possível conectar ao banco de dados."
+#: ../../include/user.php:222
+msgid "An error occurred during registration. Please try again."
+msgstr "Ocorreu um erro durante o registro. Por favor, tente novamente."
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Não foi possível criar tabela."
+#: ../../include/user.php:257
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "Ocorreu um erro na criação do seu perfil padrão. Por favor, tente novamente."
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "O banco de dados do seu site Friendica foi instalado."
+#: ../../include/user.php:289 ../../include/user.php:293
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Amigos"
 
-#: ../../mod/install.php:138
+#: ../../include/user.php:377
+#, php-format
 msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Você provavelmente precisará importar o arquivo \"database.sql\" manualmente, usando o phpmyadmin ou o mysql."
+"\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\tCaro %1$s,\n\t\t\tObrigado por se cadastrar em %2$s. Sua conta foi criada.\n\t"
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:525
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Por favor, dê uma olhada no arquivo \"INSTALL.TXT\"."
+#: ../../include/user.php:381
+#, 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\tOs dados de login são os seguintes:\n\t\t\tLocal do Site:\t%3$s\n\t\t\tNome de Login:\t%1$s\n\t\t\tSenha:\t%5$s\n\n\t\tVocê pode alterar sua senha na página de \"Configurações\" da sua conta após fazer o login\n\n\t\tPor favor, dedique alguns minutos na página para rever as outras configurações da sua conta.\n\n\t\tTalvez você também queira incluir algumas informações básicas adicionais ao seu perfil padrão\n\t\t(na página de \"Perfis\") para que outras pessoas possam encontrá-lo com facilidade.\n\n\t\tRecomendamos que inclua seu nome completo, adicione uma foto do perfil,\n\t\tadicionar algumas \"palavras-chave\" (muito útil para fazer novas amizades) - e\n\t\ttalvez em que pais você mora; se você não quiser ser mais específico \n\t\tdo que isso.\n\n\t\tNós respeitamos plenamente seu direito à privacidade, e nenhum desses itens são necessários.\n\t\tSe você é novo por aqui e não conheço ninguém, eles podem ajuda-lo a fazer novas e interessantes amizades.\n\n\n\t\tObrigado e bem-vindo a %2$s."
 
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "Checagem do sistema"
+#: ../../include/diaspora.php:703
+msgid "Sharing notification from Diaspora network"
+msgstr "Notificação de compartilhamento da rede Diaspora"
 
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "Checar novamente"
+#: ../../include/diaspora.php:2332
+msgid "Attachments:"
+msgstr "Anexos:"
 
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "Conexão de banco de dados"
+#: ../../include/items.php:4526
+msgid "Do you really want to delete this item?"
+msgstr "Você realmente deseja deletar esse item?"
 
-#: ../../mod/install.php:228
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "À fim de instalar o Friendica, você precisa saber como se conectar ao seu banco de dados."
+#: ../../include/items.php:4749
+msgid "Archives"
+msgstr "Arquivos"
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a essas configurações."
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Masculino"
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "O banco de dados que você especificou abaixo já deve existir. Caso contrário, por favor crie-o antes de continuar."
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Feminino"
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "Nome do servidor de banco de dados"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Atualmente masculino"
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "Nome do usuário do banco de dados"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Atualmente feminino"
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "Senha do usuário do banco de dados"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Masculino a maior parte do tempo"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "Nome do banco de dados"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Feminino a maior parte do tempo"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "Endereço de email do administrador do site"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgênero"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web."
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersexual"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transexual"
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "Por favor, selecione o fuso horário padrão para o seu site"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "Configurações do site"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutro"
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web."
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Não específico"
 
-#: ../../mod/install.php:322
-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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Caso você não tenha uma versão de linha de comando do PHP instalado no seu servidor, você não será capaz de executar a captação em segundo plano. Dê uma olhada em <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Outro"
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "Caminho para o executável do PhP"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indeciso"
 
-#: ../../mod/install.php:326
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação."
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Homens"
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "PHP em linha de comando"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Mulheres"
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "O executável do PHP não é o binário do php cli (could be cgi-fcgi version)"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gays"
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "Encontrado PHP versão:"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lésbicas"
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
-msgstr "Binário cli do PHP"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Sem preferência"
 
-#: ../../mod/install.php:354
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema."
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bissexuais"
 
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "Isto é necessário para o funcionamento do envio de mensagens."
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autossexuais"
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Abstêmios"
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Virgens"
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Desviantes"
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "Gerar chaves de encriptação"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetiches"
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "Módulo PHP libCurl"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Insaciável"
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "Módulo PHP GD graphics"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Não sexual"
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "Módulo PHP OpenSSL"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Solteiro(a)"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "Módulo PHP mysqli"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Solitário(a)"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "Módulo PHP mb_string "
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Disponível"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Módulo mod_rewrite do Apache"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Não disponível"
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado."
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Tem uma paixão"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Apaixonado"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado."
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Saindo com alguém"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado."
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Infiel"
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado."
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Viciado(a) em sexo"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Erro: o módulo mb_string PHP é necessário, mas não está instalado."
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Amigos/Benefícios"
 
-#: ../../mod/install.php:438
-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 "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo."
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Casual"
 
-#: ../../mod/install.php:439
-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 "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta."
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Envolvido(a)"
 
-#: ../../mod/install.php:440
-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 "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome. htconfig.php, na pasta raiz da instalação do seu Friendica."
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Casado(a)"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"INSTALL.TXT\" para instruções."
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Casado imaginariamente"
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php tem permissão de escrita"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Parceiros"
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica usa o engine de template Smarty3 para renderizar suas web views. Smarty3 compila templates para PHP para acelerar a renderização."
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Coabitando"
 
-#: ../../mod/install.php:455
-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 guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório view/smarty3/ no diretório raíz do Friendica."
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Direito comum"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Favor se certificar que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório."
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Feliz"
 
-#: ../../mod/install.php:457
-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 uma medida de segurança, você deve fornecer ao servidor web permissão de escrita em view/smarty3/ somente--não aos arquivos de template (.tpl) que ele contém."
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Não estou procurando"
+
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 tem escrita permitida"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Traído(a)"
 
-#: ../../mod/install.php:472
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "A reescrita de URLs definida no .htaccess não está funcionando. Por favor, verifique as configurações do seu servidor."
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separado(a)"
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr "A reescrita de URLs está funcionando"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Instável"
 
-#: ../../mod/install.php:484
-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 "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web."
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorciado(a)"
 
-#: ../../mod/install.php:523
-msgid "<h1>What next</h1>"
-msgstr "<h1>A seguir</h1>"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Divorciado imaginariamente"
 
-#: ../../mod/install.php:524
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador."
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Viúvo(a)"
 
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "Ajuda:"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Incerto(a)"
 
-#: ../../mod/crepair.php:104
-msgid "Contact settings applied."
-msgstr "As configurações do contato foram aplicadas."
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "É complicado"
 
-#: ../../mod/crepair.php:106
-msgid "Contact update failed."
-msgstr "Não foi possível atualizar o contato."
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Não importa"
 
-#: ../../mod/crepair.php:137
-msgid "Repair Contact Settings"
-msgstr "Corrigir configurações do contato"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Pergunte-me"
 
-#: ../../mod/crepair.php:139
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>ATENÇÃO: Isso é muito avançado</strong>, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar."
+#: ../../include/enotify.php:18
+msgid "Friendica Notification"
+msgstr "Notificação Friendica"
 
-#: ../../mod/crepair.php:140
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Por favor, use o botão 'Voltar' do seu navegador <strong>agora</strong>, caso você não tenha certeza do que está fazendo."
+#: ../../include/enotify.php:21
+msgid "Thank You,"
+msgstr "Obrigado,"
 
-#: ../../mod/crepair.php:146
-msgid "Return to contact editor"
-msgstr "Voltar ao editor de contatos"
+#: ../../include/enotify.php:23
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Administrador"
 
-#: ../../mod/crepair.php:159
-msgid "Account Nickname"
-msgstr "Identificação da conta"
+#: ../../include/enotify.php:61
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
 
-#: ../../mod/crepair.php:160
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname - sobrescreve Nome/Identificação"
+#: ../../include/enotify.php:65
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] Nova mensagem recebida em %s"
 
-#: ../../mod/crepair.php:161
-msgid "Account URL"
-msgstr "URL da conta"
+#: ../../include/enotify.php:67
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s lhe enviou uma mensagem privativa em %2$s."
 
-#: ../../mod/crepair.php:162
-msgid "Friend Request URL"
-msgstr "URL da requisição de amizade"
+#: ../../include/enotify.php:68
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s lhe enviou %2$s."
 
-#: ../../mod/crepair.php:163
-msgid "Friend Confirm URL"
-msgstr "URL da confirmação de amizade"
+#: ../../include/enotify.php:68
+msgid "a private message"
+msgstr "uma mensagem privada"
 
-#: ../../mod/crepair.php:164
-msgid "Notification Endpoint URL"
-msgstr "URL do ponto final da notificação"
+#: ../../include/enotify.php:69
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Favor visitar %s para ver e/ou responder às suas mensagens privadas."
 
-#: ../../mod/crepair.php:165
-msgid "Poll/Feed URL"
-msgstr "URL do captador/fonte de notícias"
+#: ../../include/enotify.php:121
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s comentou uma [url=%2$s] %3$s[/url]"
 
-#: ../../mod/crepair.php:166
-msgid "New photo from this URL"
-msgstr "Nova imagem desta URL"
+#: ../../include/enotify.php:128
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s comentou na %4$s de [url=%2$s]%3$s [/url]"
 
-#: ../../mod/crepair.php:167
-msgid "Remote Self"
-msgstr "Auto remoto"
+#: ../../include/enotify.php:136
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s comentou [url=%2$s]sua %3$s[/url]"
 
-#: ../../mod/crepair.php:169
-msgid "Mirror postings from this contact"
-msgstr "Espelhar publicações deste contato"
+#: ../../include/enotify.php:146
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] Comentário na conversa #%1$d por %2$s"
 
-#: ../../mod/crepair.php:169
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Marcar este contato como auto remoto fará com que o friendica republique novas entradas deste usuário."
+#: ../../include/enotify.php:147
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s comentou um item/conversa que você está seguindo."
 
-#: ../../mod/crepair.php:169
-msgid "No mirroring"
-msgstr ""
+#: ../../include/enotify.php:150 ../../include/enotify.php:165
+#: ../../include/enotify.php:178 ../../include/enotify.php:191
+#: ../../include/enotify.php:209 ../../include/enotify.php:222
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Favor visitar %s para ver e/ou responder à conversa."
 
-#: ../../mod/crepair.php:169
-msgid "Mirror as forwarded posting"
-msgstr ""
+#: ../../include/enotify.php:157
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s publicou no mural do seu perfil"
 
-#: ../../mod/crepair.php:169
-msgid "Mirror as my own posting"
-msgstr ""
+#: ../../include/enotify.php:159
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s publicou no mural do seu perfil em %2$s"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Bemvindo ao Friendica"
+#: ../../include/enotify.php:161
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s publicou para [url=%2$s]seu mural[/url]"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Dicas para os novos membros"
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s etiquetou você"
 
-#: ../../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 "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente."
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s etiquetou você em %2$s"
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Do Início"
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]etiquetou você[/url]."
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Passo-a-passo da friendica"
+#: ../../include/enotify.php:185
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s compartilhado uma nova publicação"
 
-#: ../../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 "Na sua página <em>Início Rápido</em> - encontre uma introdução rápida ao seu perfil e abas da rede, faça algumas conexões novas, e encontre alguns grupos entrar."
+#: ../../include/enotify.php:186
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s compartilhou uma nova publicação em %2$s"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Ir para as suas configurações"
+#: ../../include/enotify.php:187
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]compartilhou uma publicação[/url]."
 
-#: ../../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 "Em sua página  <em>Configurações</em> - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre."
+#: ../../include/enotify.php:199
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s cutucou você"
 
-#: ../../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 "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você."
+#: ../../include/enotify.php:200
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s cutucou você em %2$s"
 
-#: ../../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 "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem."
+#: ../../include/enotify.php:201
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]cutucou você[/url]."
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Editar seu perfil"
+#: ../../include/enotify.php:216
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s etiquetou sua publicação"
 
-#: ../../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 "Edite o seu perfil <strong>padrão</strong> a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos."
+#: ../../include/enotify.php:217
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s etiquetou sua publicação em %2$s"
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Palavras-chave do perfil"
+#: ../../include/enotify.php:218
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s etiquetou [url=%2$s]sua publicação[/url]"
 
-#: ../../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 "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades."
+#: ../../include/enotify.php:229
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Você recebeu uma apresentação"
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Conexões"
+#: ../../include/enotify.php:230
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Você recebeu uma apresentação de '%1$s' em %2$s"
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook."
+#: ../../include/enotify.php:231
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Você recebeu [url=%1$s]uma apresentação[/url] de %2$s."
 
-#: ../../mod/newmember.php:51
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr "<em>Se</em> esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre."
+#: ../../include/enotify.php:234 ../../include/enotify.php:276
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Você pode visitar o perfil deles em %s"
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr "Importação de e-mails"
+#: ../../include/enotify.php:236
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Favor visitar %s para aprovar ou rejeitar a apresentação."
 
-#: ../../mod/newmember.php:56
-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 "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail"
+#: ../../include/enotify.php:244
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notificação] Uma nova pessoa está compartilhando com você"
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "Ir para a sua página de contatos"
+#: ../../include/enotify.php:245 ../../include/enotify.php:246
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s está compartilhando com você via %2$s"
 
-#: ../../mod/newmember.php:58
-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 "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo <em>Adicionar Novo Contato</em>."
+#: ../../include/enotify.php:252
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notificação] Você tem um novo seguidor"
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "Ir para o diretório do seu site"
+#: ../../include/enotify.php:253 ../../include/enotify.php:254
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Você tem um novo seguidor em %2$s : %1$s"
 
-#: ../../mod/newmember.php:60
-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 "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link <em>Conectar</em> ou <em>Seguir</em> no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado."
+#: ../../include/enotify.php:267
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Você recebeu uma sugestão de amigo"
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Pesquisar por novas pessoas"
+#: ../../include/enotify.php:268
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Você recebeu uma sugestão de amigo de '%1$s' em %2$s"
 
-#: ../../mod/newmember.php:62
+#: ../../include/enotify.php:269
+#, php-format
 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 "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas."
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Você recebeu [url=%1$s]uma sugestão de amigo[/url] de %2$s em %3$s"
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "Agrupe seus contatos"
+#: ../../include/enotify.php:274
+msgid "Name:"
+msgstr "Nome:"
 
-#: ../../mod/newmember.php:70
-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 "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede."
+#: ../../include/enotify.php:275
+msgid "Photo:"
+msgstr "Foto:"
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "Por que as minhas publicações não são públicas?"
+#: ../../include/enotify.php:278
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Favor visitar %s para aprovar ou rejeitar a sugestão."
 
-#: ../../mod/newmember.php:73
-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 "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima."
+#: ../../include/enotify.php:286 ../../include/enotify.php:299
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notificação] Conexão aceita"
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "Obtendo ajuda"
+#: ../../include/enotify.php:287 ../../include/enotify.php:300
+#, php-format
+msgid "'%1$s' has acepted your connection request at %2$s"
+msgstr "'%1$s' sua solicitação de conexão foi aceita em %2$s"
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "Ir para a seção de ajuda"
+#: ../../include/enotify.php:288 ../../include/enotify.php:301
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s Foi aceita [url=%1$s] a conexão solicitada[/url]."
 
-#: ../../mod/newmember.php:82
+#: ../../include/enotify.php:291
 msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Nossas páginas de <strong>ajuda</strong> podem ser consultadas para mais detalhes sobre características e recursos do programa."
-
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "Cutucar/Incitar"
+"You are now mutual friends and may exchange status updates, photos, and email\n"
+"\twithout restriction."
+msgstr "Você agora são amigos em comum e podem trocar atualizações de status, fotos e e-mail\n\tsem restrições."
 
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "Cutuca, incita ou faz outras coisas com alguém"
+#: ../../include/enotify.php:294 ../../include/enotify.php:308
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Por favor, visite %s se você desejar fazer quaisquer alterações a este relacionamento."
 
-#: ../../mod/poke.php:194
-msgid "Recipient"
-msgstr "Destinatário"
+#: ../../include/enotify.php:304
+#, 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' optou por aceitá-lo um \"fã\", o que restringe algumas formas de comunicação - como mensagens privadas e algumas interações de perfil. Se esta é uma página de celebridade ou de uma comunidade, essas configurações foram aplicadas automaticamente."
 
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Selecione o que você deseja fazer com o destinatário"
+#: ../../include/enotify.php:306
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future. "
+msgstr "'%1$s' pode optar no futuro por estender isso para um relacionamento bidirecional ou superior permissivo."
 
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr "Fazer com que essa publicação se torne privada"
+#: ../../include/enotify.php:319
+msgid "[Friendica System:Notify] registration request"
+msgstr "[Friendica: Notificação do Sistema] solicitação de cadastro"
 
-#: ../../mod/prove.php:93
-msgid ""
-"\n"
-"\t\tDear $[username],\n"
-"\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\tinformation for your records (or change your password immediately to\n"
-"\t\tsomething that you will remember).\n"
-"\t"
-msgstr ""
+#: ../../include/enotify.php:320
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Você recebeu um pedido de cadastro de '%1$s' em %2$s"
 
-#: ../../mod/display.php:452
-msgid "Item has been removed."
-msgstr "O item foi removido."
+#: ../../include/enotify.php:321
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Você recebeu uma [url=%1$s]solicitação de cadastro[/url] de %2$s."
 
-#: ../../mod/subthread.php:103
+#: ../../include/enotify.php:324
 #, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s está seguindo %2$s's %3$s"
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Nome completo:\t%1$s\\nLocal do Site:\t%2$s\\nNome de Login:\t%3$s (%4$s)"
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#: ../../include/enotify.php:327
 #, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s dá as boas vinda à %2$s"
+msgid "Please visit %s to approve or reject the request."
+msgstr "Por favor, visite %s para aprovar ou rejeitar a solicitação."
 
-#: ../../mod/dfrn_confirm.php:121
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado."
+#: ../../include/oembed.php:210
+msgid "Embedded content"
+msgstr "Conteúdo incorporado"
 
-#: ../../mod/dfrn_confirm.php:240
-msgid "Response from remote site was not understood."
-msgstr "A resposta do site remoto não foi compreendida."
+#: ../../include/oembed.php:219
+msgid "Embedding disabled"
+msgstr "A incorporação está desabilitada"
 
-#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
-msgstr "Resposta inesperada do site remoto: "
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr "Erro ao decodificar arquivo de conta"
 
-#: ../../mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
-msgstr "A confirmação foi completada com sucesso."
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Erro! Nenhum arquivo de dados de versão! Esse não é um arquivo de conta do Friendica?"
 
-#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279
-#: ../../mod/dfrn_confirm.php:286
-msgid "Remote site reported: "
-msgstr "O site remoto relatou: "
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr "Erro! Não consigo conferir o apelido (nickname)"
 
-#: ../../mod/dfrn_confirm.php:277
-msgid "Temporary failure. Please wait and try again."
-msgstr "Falha temporária. Por favor, aguarde e tente novamente."
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "User '%s' já existe nesse servidor!"
 
-#: ../../mod/dfrn_confirm.php:284
-msgid "Introduction failed or was revoked."
-msgstr "Ocorreu uma falha na apresentação ou ela foi revogada."
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "Erro na criação do usuário"
 
-#: ../../mod/dfrn_confirm.php:429
-msgid "Unable to set contact photo."
-msgstr "Não foi possível definir a foto do contato."
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "Erro na criação do perfil do Usuário"
 
-#: ../../mod/dfrn_confirm.php:571
+#: ../../include/uimport.php:220
 #, php-format
-msgid "No user record found for '%s' "
-msgstr "Não foi encontrado nenhum registro de usuário para '%s' "
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contato não foi importado"
+msgstr[1] "%d contatos não foram importados"
 
-#: ../../mod/dfrn_confirm.php:581
-msgid "Our site encryption key is apparently messed up."
-msgstr "A chave de criptografia do nosso site está, aparentemente, bagunçada."
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "Feito. Você agora pode entrar com seu nome de usuário e senha"
 
-#: ../../mod/dfrn_confirm.php:592
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Foi fornecida uma URL em branco ou não foi possível descriptografá-la."
+#: ../../index.php:428
+msgid "toggle mobile"
+msgstr "habilita mobile"
 
-#: ../../mod/dfrn_confirm.php:613
-msgid "Contact record was not found for you on our site."
-msgstr "O registro do contato não foi encontrado para você em seu site."
+#: ../../view/theme/cleanzero/config.php:82
+#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
+#: ../../view/theme/diabook/config.php:150 ../../view/theme/vier/config.php:55
+#: ../../view/theme/duepuntozero/config.php:61
+msgid "Theme settings"
+msgstr "Configurações do tema"
 
-#: ../../mod/dfrn_confirm.php:627
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "A chave pública do site não está disponível no registro do contato para a URL %s"
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)"
 
-#: ../../mod/dfrn_confirm.php:647
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo."
+#: ../../view/theme/cleanzero/config.php:84
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/diabook/config.php:151
+msgid "Set font-size for posts and comments"
+msgstr "Escolha o tamanho da fonte para publicações e comentários"
 
-#: ../../mod/dfrn_confirm.php:658
-msgid "Unable to set your contact credentials on our system."
-msgstr "Não foi possível definir suas credenciais de contato no nosso sistema."
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Configure a largura do tema"
 
-#: ../../mod/dfrn_confirm.php:725
-msgid "Unable to update your contact profile details on our system"
-msgstr "Não foi possível atualizar os detalhes do seu perfil em nosso sistema."
+#: ../../view/theme/cleanzero/config.php:86
+#: ../../view/theme/quattro/config.php:68
+msgid "Color scheme"
+msgstr "Esquema de cores"
 
-#: ../../mod/dfrn_confirm.php:797
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s se associou a %2$s"
+#: ../../view/theme/dispy/config.php:74
+#: ../../view/theme/diabook/config.php:152
+msgid "Set line-height for posts and comments"
+msgstr "Escolha comprimento da linha para publicações e comentários"
 
-#: ../../mod/item.php:113
-msgid "Unable to locate original post."
-msgstr "Não foi possível localizar a publicação original."
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Configure o esquema de cores"
 
-#: ../../mod/item.php:324
-msgid "Empty post discarded."
-msgstr "A publicação em branco foi descartada."
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Alinhamento"
 
-#: ../../mod/item.php:915
-msgid "System error. Post not saved."
-msgstr "Erro no sistema. A publicação não foi salva."
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "Esquerda"
 
-#: ../../mod/item.php:941
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica."
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "Centro"
 
-#: ../../mod/item.php:943
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Você pode visitá-lo em %s"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "Tamanho da fonte para publicações"
 
-#: ../../mod/item.php:944
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens."
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "Tamanho da fonte para campos texto"
 
-#: ../../mod/item.php:948
-#, php-format
-msgid "%s posted an update."
-msgstr "%s publicou uma atualização."
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "Escolha a resolução para a coluna do meio"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "A imagem foi enviada, mas não foi possível cortá-la."
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Configure o esquema de cores"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Não foi possível reduzir o tamanho da imagem [%s]."
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "Configure o zoom para Camadas da Terra"
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente"
+#: ../../view/theme/diabook/config.php:156
+#: ../../view/theme/diabook/theme.php:585
+msgid "Set longitude (X) for Earth Layers"
+msgstr "Configure longitude (X) para Camadas da Terra"
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Não foi possível processar a imagem"
+#: ../../view/theme/diabook/config.php:157
+#: ../../view/theme/diabook/theme.php:586
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "Configure latitude (Y) para Camadas da Terra"
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Enviar arquivo:"
+#: ../../view/theme/diabook/config.php:158
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+msgid "Community Pages"
+msgstr "Páginas da Comunidade"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Selecione um perfil:"
+#: ../../view/theme/diabook/config.php:159
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+msgid "Earth Layers"
+msgstr "Camadas da Terra"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "Enviar"
+#: ../../view/theme/diabook/config.php:160
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+msgid "Community Profiles"
+msgstr "Profiles Comunitários"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "pule esta etapa"
+#: ../../view/theme/diabook/config.php:161
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+msgid "Help or @NewHere ?"
+msgstr "Ajuda ou @NewHere ?"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "selecione uma foto de um álbum de fotos"
+#: ../../view/theme/diabook/config.php:162
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+msgid "Connect Services"
+msgstr "Conectar serviços"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Cortar a imagem"
+#: ../../view/theme/diabook/config.php:163
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+msgid "Find Friends"
+msgstr "Encontrar amigos"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor, ajuste o corte da imagem para a melhor visualização."
+#: ../../view/theme/diabook/config.php:164
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+msgid "Last users"
+msgstr "Últimos usuários"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Encerrar a edição"
+#: ../../view/theme/diabook/config.php:165
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+msgid "Last photos"
+msgstr "Últimas fotos"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "A imagem foi enviada com sucesso."
+#: ../../view/theme/diabook/config.php:166
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+msgid "Last likes"
+msgstr "Últimas gostadas"
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Amigos de %s"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Seus contatos"
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "Nenhum amigo para exibir."
+#: ../../view/theme/diabook/theme.php:128
+msgid "Your personal photos"
+msgstr "Suas fotos pessoais"
 
-#: ../../mod/directory.php:59
-msgid "Find on this site"
-msgstr "Pesquisar neste site"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Diretório Local"
 
-#: ../../mod/directory.php:62
-msgid "Site Directory"
-msgstr "Diretório do site"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "Configure o zoom para Camadas da Terra"
 
-#: ../../mod/directory.php:116
-msgid "Gender: "
-msgstr "Gênero: "
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "Mostre/esconda caixas na coluna à direita:"
 
-#: ../../mod/directory.php:189
-msgid "No entries (some entries may be hidden)."
-msgstr "Nenhuma entrada (algumas entradas podem estar ocultas)."
+#: ../../view/theme/vier/config.php:56
+msgid "Set style"
+msgstr "escolha estilo"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Conversão de tempo"
+#: ../../view/theme/duepuntozero/config.php:45
+msgid "greenzero"
+msgstr "greenzero"
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica provê esse serviço para compartilhar eventos com outras redes e amigos em fuso-horários desconhecidos."
+#: ../../view/theme/duepuntozero/config.php:46
+msgid "purplezero"
+msgstr "purplezero"
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "Hora UTC: %s"
+#: ../../view/theme/duepuntozero/config.php:47
+msgid "easterbunny"
+msgstr "easterbunny"
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Fuso horário atual: %s"
+#: ../../view/theme/duepuntozero/config.php:48
+msgid "darkzero"
+msgstr "darkzero"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Horário local convertido: %s"
+#: ../../view/theme/duepuntozero/config.php:49
+msgid "comix"
+msgstr "comix"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Por favor, selecione seu fuso horário:"
+#: ../../view/theme/duepuntozero/config.php:50
+msgid "slackr"
+msgstr "slackr"
+
+#: ../../view/theme/duepuntozero/config.php:62
+msgid "Variations"
+msgstr "Variações"
index 848c7937eb617833c07ae4c1b9d68066f5873b6b..26db28728c17a13759fc97a16ea1a511886b5214 100644 (file)
@@ -5,742 +5,287 @@ function string_plural_select_pt_br($n){
        return ($n > 1);;
 }}
 ;
-$a->strings["Submit"] = "Enviar";
-$a->strings["Theme settings"] = "Configurações do tema";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)";
-$a->strings["Set font-size for posts and comments"] = "Escolha o tamanho da fonte para publicações e comentários";
-$a->strings["Set theme width"] = "Configure a largura do tema";
-$a->strings["Color scheme"] = "Esquema de cores";
-$a->strings["Set style"] = "escolha estilo";
-$a->strings["don't show"] = "não exibir";
-$a->strings["show"] = "exibir";
-$a->strings["Set line-height for posts and comments"] = "Escolha comprimento da linha para publicações e comentários";
-$a->strings["Set resolution for middle column"] = "Escolha a resolução para a coluna do meio";
-$a->strings["Set color scheme"] = "Configure o esquema de cores";
-$a->strings["Set zoomfactor for Earth Layer"] = "Configure o zoom para Camadas da Terra";
-$a->strings["Set longitude (X) for Earth Layers"] = "Configure longitude (X) para Camadas da Terra";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Configure latitude (Y) para Camadas da Terra";
-$a->strings["Community Pages"] = "Páginas da Comunidade";
-$a->strings["Earth Layers"] = "Camadas da Terra";
-$a->strings["Community Profiles"] = "Profiles Comunitários";
-$a->strings["Help or @NewHere ?"] = "Ajuda ou @NewHere ?";
-$a->strings["Connect Services"] = "Conectar serviços";
-$a->strings["Find Friends"] = "Encontrar amigos";
-$a->strings["Last users"] = "Últimos usuários";
-$a->strings["Last photos"] = "Últimas fotos";
-$a->strings["Last likes"] = "Últimas gostadas";
-$a->strings["Home"] = "Pessoal";
-$a->strings["Your posts and conversations"] = "Suas publicações e conversas";
-$a->strings["Profile"] = "Perfil ";
-$a->strings["Your profile page"] = "Sua página de perfil";
-$a->strings["Contacts"] = "Contatos";
-$a->strings["Your contacts"] = "Seus contatos";
-$a->strings["Photos"] = "Fotos";
-$a->strings["Your photos"] = "Suas fotos";
-$a->strings["Events"] = "Eventos";
-$a->strings["Your events"] = "Seus eventos";
-$a->strings["Personal notes"] = "Suas anotações pessoais";
-$a->strings["Your personal photos"] = "Suas fotos pessoais";
-$a->strings["Community"] = "Comunidade";
-$a->strings["event"] = "evento";
-$a->strings["status"] = "status";
-$a->strings["photo"] = "foto";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s";
-$a->strings["Contact Photos"] = "Fotos dos contatos";
-$a->strings["Profile Photos"] = "Fotos do perfil";
-$a->strings["Local Directory"] = "Diretório Local";
-$a->strings["Global Directory"] = "Diretório global";
-$a->strings["Similar Interests"] = "Interesses Parecidos";
-$a->strings["Friend Suggestions"] = "Sugestões de amigos";
-$a->strings["Invite Friends"] = "Convidar amigos";
-$a->strings["Settings"] = "Configurações";
-$a->strings["Set zoomfactor for Earth Layers"] = "Configure o zoom para Camadas da Terra";
-$a->strings["Show/hide boxes at right-hand column:"] = "Mostre/esconda caixas na coluna à direita:";
-$a->strings["Alignment"] = "Alinhamento";
-$a->strings["Left"] = "Esquerda";
-$a->strings["Center"] = "Centro";
-$a->strings["Posts font size"] = "Tamanho da fonte para publicações";
-$a->strings["Textareas font size"] = "Tamanho da fonte para campos texto";
-$a->strings["Set colour scheme"] = "Configure o esquema de cores";
-$a->strings["You must be logged in to use addons. "] = "Você precisa estar logado para usar os addons.";
-$a->strings["Not Found"] = "Não encontrada";
-$a->strings["Page not found."] = "Página não encontrada.";
-$a->strings["Permission denied"] = "Permissão negada";
+$a->strings["%d contact edited."] = array(
+       0 => "%d contato editado",
+       1 => "%d contatos editados",
+);
+$a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato.";
+$a->strings["Could not locate selected profile."] = "Não foi possível localizar o perfil selecionado.";
+$a->strings["Contact updated."] = "O contato foi atualizado.";
+$a->strings["Failed to update contact record."] = "Não foi possível atualizar o registro do contato.";
 $a->strings["Permission denied."] = "Permissão negada.";
-$a->strings["toggle mobile"] = "habilita mobile";
-$a->strings["Delete this item?"] = "Excluir este item?";
-$a->strings["Comment"] = "Comentar";
-$a->strings["show more"] = "exibir mais";
-$a->strings["show fewer"] = "exibir menos";
-$a->strings["Update %s failed. See error logs."] = "Atualização %s falhou. Vide registro de erros (log).";
-$a->strings["Create a New Account"] = "Criar uma nova conta";
-$a->strings["Register"] = "Registrar";
-$a->strings["Logout"] = "Sair";
-$a->strings["Login"] = "Entrar";
-$a->strings["Nickname or Email address: "] = "Identificação ou endereço de e-mail: ";
-$a->strings["Password: "] = "Senha: ";
-$a->strings["Remember me"] = "Lembre-se de mim";
-$a->strings["Or login using OpenID: "] = "Ou login usando OpendID:";
-$a->strings["Forgot your password?"] = "Esqueceu a sua senha?";
-$a->strings["Password Reset"] = "Reiniciar a senha";
-$a->strings["Website Terms of Service"] = "Termos de Serviço do Website";
-$a->strings["terms of service"] = "termos de serviço";
-$a->strings["Website Privacy Policy"] = "Política de Privacidade do Website";
-$a->strings["privacy policy"] = "política de privacidade";
-$a->strings["Requested account is not available."] = "Conta solicitada não disponível";
-$a->strings["Requested profile is not available."] = "Perfil solicitado não está disponível.";
-$a->strings["Edit profile"] = "Editar perfil";
-$a->strings["Connect"] = "Conectar";
-$a->strings["Message"] = "Mensagem";
-$a->strings["Profiles"] = "Perfis";
-$a->strings["Manage/edit profiles"] = "Gerenciar/editar perfis";
-$a->strings["Change profile photo"] = "Mudar a foto do perfil";
-$a->strings["Create New Profile"] = "Criar um novo perfil";
-$a->strings["Profile Image"] = "Imagem do perfil";
-$a->strings["visible to everybody"] = "visível para todos";
-$a->strings["Edit visibility"] = "Editar a visibilidade";
-$a->strings["Location:"] = "Localização:";
-$a->strings["Gender:"] = "Gênero:";
-$a->strings["Status:"] = "Situação:";
-$a->strings["Homepage:"] = "Página web:";
-$a->strings["Network:"] = "Rede:";
-$a->strings["g A l F d"] = "G l d F";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[hoje]";
-$a->strings["Birthday Reminders"] = "Lembretes de aniversário";
-$a->strings["Birthdays this week:"] = "Aniversários nesta semana:";
-$a->strings["[No description]"] = "[Sem descrição]";
-$a->strings["Event Reminders"] = "Lembretes de eventos";
-$a->strings["Events this week:"] = "Eventos esta semana:";
-$a->strings["Status"] = "Status";
-$a->strings["Status Messages and Posts"] = "Mensagem de Estado (status) e Publicações";
-$a->strings["Profile Details"] = "Detalhe do Perfil";
-$a->strings["Photo Albums"] = "Álbuns de fotos";
-$a->strings["Videos"] = "Vídeos";
-$a->strings["Events and Calendar"] = "Eventos e Agenda";
-$a->strings["Personal Notes"] = "Notas pessoais";
-$a->strings["Only You Can See This"] = "Somente Você Pode Ver Isso";
-$a->strings["General Features"] = "Funcionalidades Gerais";
-$a->strings["Multiple Profiles"] = "Perfís Múltiplos";
-$a->strings["Ability to create multiple profiles"] = "Capacidade de criar perfis múltiplos";
-$a->strings["Post Composition Features"] = "Funcionalidades de Composição de Publicações";
-$a->strings["Richtext Editor"] = "Editor Richtext";
-$a->strings["Enable richtext editor"] = "Habilite editor richtext";
-$a->strings["Post Preview"] = "Pré-visualização da Publicação";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Permite pré-visualizar publicações e comentários antes de publicá-los";
-$a->strings["Auto-mention Forums"] = "Auto-menção Fóruns";
-$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "Adiciona/Remove menções quando uma página de fórum é selecionada/deselecionada na janela ACL";
-$a->strings["Network Sidebar Widgets"] = "Widgets da Barra Lateral da Rede";
-$a->strings["Search by Date"] = "Buscar por Data";
-$a->strings["Ability to select posts by date ranges"] = "Capacidade de selecionar publicações por intervalos de data";
-$a->strings["Group Filter"] = "Filtrar Grupo";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Habilita widget para mostrar publicações da Rede somente de grupos selecionados";
-$a->strings["Network Filter"] = "Filtrar Rede";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Habilita widget para mostrar publicações da Rede de redes selecionadas";
-$a->strings["Saved Searches"] = "Pesquisas salvas";
-$a->strings["Save search terms for re-use"] = "Guarde as palavras-chaves para reuso";
-$a->strings["Network Tabs"] = "Abas da Rede";
-$a->strings["Network Personal Tab"] = "Aba Pessoal da Rede";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar aba para mostrar apenas as publicações da Rede que você tenha interagido";
-$a->strings["Network New Tab"] = "Aba Nova da Rede";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Habilite aba para mostra apenas publicações da Rede novas (das últimas 12 horas)";
-$a->strings["Network Shared Links Tab"] = "Aba de Links Compartilhados da Rede";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Habilite aba para mostrar somente publicações da Rede que contenham links";
-$a->strings["Post/Comment Tools"] = "Ferramentas de Publicação/Comentário";
-$a->strings["Multiple Deletion"] = "Deleção Multipla";
-$a->strings["Select and delete multiple posts/comments at once"] = "Selecione e delete múltiplas publicações/comentário imediatamente";
-$a->strings["Edit Sent Posts"] = "Editar Publicações Enviadas";
-$a->strings["Edit and correct posts and comments after sending"] = "Editar e corrigir publicações e comentários após envio";
-$a->strings["Tagging"] = "Etiquetagem";
-$a->strings["Ability to tag existing posts"] = "Capacidade de colocar etiquetas em publicações existentes";
-$a->strings["Post Categories"] = "Categorias de Publicações";
-$a->strings["Add categories to your posts"] = "Adicione Categorias ás Publicações";
-$a->strings["Saved Folders"] = "Pastas salvas";
-$a->strings["Ability to file posts under folders"] = "Capacidade de arquivar publicações em pastas";
-$a->strings["Dislike Posts"] = "Desgostar de publicações";
-$a->strings["Ability to dislike posts/comments"] = "Capacidade de desgostar de publicações/comentários";
-$a->strings["Star Posts"] = "Destacar publicações";
-$a->strings["Ability to mark special posts with a star indicator"] = "Capacidade de marcar publicações especiais com uma estrela indicadora";
-$a->strings["Mute Post Notifications"] = "Silenciar Notificações de Postagem";
-$a->strings["Ability to mute notifications for a thread"] = "Habilitar notificação silenciosa para a tarefa";
-$a->strings["%s's birthday"] = "aniversários de %s's";
-$a->strings["Happy Birthday %s"] = "Feliz Aniversário %s";
-$a->strings["[Name Withheld]"] = "[Nome não revelado]";
-$a->strings["Item not found."] = "O item não foi encontrado.";
-$a->strings["Do you really want to delete this item?"] = "Você realmente deseja deletar esse item?";
+$a->strings["Contact has been blocked"] = "O contato foi bloqueado";
+$a->strings["Contact has been unblocked"] = "O contato foi desbloqueado";
+$a->strings["Contact has been ignored"] = "O contato foi ignorado";
+$a->strings["Contact has been unignored"] = "O contato deixou de ser ignorado";
+$a->strings["Contact has been archived"] = "O contato foi arquivado";
+$a->strings["Contact has been unarchived"] = "O contato foi desarquivado";
+$a->strings["Do you really want to delete this contact?"] = "Você realmente deseja deletar esse contato?";
 $a->strings["Yes"] = "Sim";
 $a->strings["Cancel"] = "Cancelar";
-$a->strings["Archives"] = "Arquivos";
-$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."] = "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente.";
-$a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos";
-$a->strings["Everybody"] = "Todos";
-$a->strings["edit"] = "editar";
-$a->strings["Groups"] = "Grupos";
-$a->strings["Edit group"] = "Editar grupo";
-$a->strings["Create a new group"] = "Criar um novo grupo";
-$a->strings["Contacts not in any group"] = "Contatos não estão dentro de nenhum grupo";
-$a->strings["add"] = "adicionar";
-$a->strings["Wall Photos"] = "Fotos do mural";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'";
-$a->strings["Add New Contact"] = "Adicionar Contato Novo";
-$a->strings["Enter address or web location"] = "Forneça endereço ou localização web";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria";
-$a->strings["%d invitation available"] = array(
-       0 => "%d convite disponível",
-       1 => "%d convites disponíveis",
-);
-$a->strings["Find People"] = "Pesquisar por pessoas";
-$a->strings["Enter name or interest"] = "Fornecer nome ou interesse";
-$a->strings["Connect/Follow"] = "Conectar-se/acompanhar";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examplos: Robert Morgenstein, Fishing";
-$a->strings["Find"] = "Pesquisar";
-$a->strings["Random Profile"] = "Perfil Randômico";
-$a->strings["Networks"] = "Redes";
-$a->strings["All Networks"] = "Todas as redes";
-$a->strings["Everything"] = "Tudo";
-$a->strings["Categories"] = "Categorias";
+$a->strings["Contact has been removed."] = "O contato foi removido.";
+$a->strings["You are mutual friends with %s"] = "Você possui uma amizade mútua com %s";
+$a->strings["You are sharing with %s"] = "Você está compartilhando com %s";
+$a->strings["%s is sharing with you"] = "%s está compartilhando com você";
+$a->strings["Private communications are not available for this contact."] = "As comunicações privadas não estão disponíveis para este contato.";
+$a->strings["Never"] = "Nunca";
+$a->strings["(Update was successful)"] = "(A atualização foi bem sucedida)";
+$a->strings["(Update was not successful)"] = "(A atualização não foi bem sucedida)";
+$a->strings["Suggest friends"] = "Sugerir amigos";
+$a->strings["Network type: %s"] = "Tipo de rede: %s";
 $a->strings["%d contact in common"] = array(
        0 => "%d contato em comum",
        1 => "%d contatos em comum",
 );
-$a->strings["Friendica Notification"] = "Notificação Friendica";
-$a->strings["Thank You,"] = "Obrigado,";
-$a->strings["%s Administrator"] = "%s Administrador";
-$a->strings["noreply"] = "naoresponda";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nova mensagem recebida em %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s lhe enviou uma mensagem privativa em %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s lhe enviou %2\$s.";
-$a->strings["a private message"] = "uma mensagem privada";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Favor visitar %s para ver e/ou responder às suas mensagens privadas.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s comentou uma [url=%2\$s] %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s comentou na %4\$s de [url=%2\$s]%3\$s [/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s comentou [url=%2\$s]sua %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comentário na conversa #%1\$d por %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s comentou um item/conversa que você está seguindo.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Favor visitar %s para ver e/ou responder à conversa.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s publicou no mural do seu perfil";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s publicou no mural do seu perfil em %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s publicou para [url=%2\$s]seu mural[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s etiquetou você";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s etiquetou você em %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]etiquetou você[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s compartilhado uma nova publicação";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s compartilhou uma nova publicação em %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]compartilhou uma publicação[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s cutucou você";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s cutucou você em %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]cutucou você[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s etiquetou sua publicação";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s etiquetou sua publicação em %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s etiquetou [url=%2\$s]sua publicação[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Você recebeu uma apresentação";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Você recebeu uma apresentação de '%1\$s' em %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Você recebeu [url=%1\$s]uma apresentação[/url] de %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Você pode visitar o perfil deles em %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Favor visitar %s para aprovar ou rejeitar a apresentação.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notificação] Uma nova pessoa está compartilhando com você";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s está compartilhando com você via %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notificação] Você tem um novo seguidor";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Você tem um novo seguidor em %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Você recebeu uma sugestão de amigo";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Você recebeu uma sugestão de amigo de '%1\$s' em %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Você recebeu [url=%1\$s]uma sugestão de amigo[/url] de %2\$s em %3\$s";
-$a->strings["Name:"] = "Nome:";
-$a->strings["Photo:"] = "Foto:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Favor visitar %s para aprovar ou rejeitar a sugestão.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notificação] Conexão aceita";
-$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "'%1\$s' sua solicitação de conexão foi aceita em %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s Foi aceita [url=%1\$s] a conexão solicitada[/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email\n\twithout restriction."] = "";
-$a->strings["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."] = "";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "";
-$a->strings["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."] = "";
-$a->strings["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."] = "";
-$a->strings["User not found."] = "Usuário não encontrado.";
-$a->strings["There is no status with this id."] = "Não existe status com esse id.";
-$a->strings["There is no conversation with this id."] = "Não existe conversas com esse id.";
-$a->strings["view full size"] = "ver na tela inteira";
-$a->strings[" on Last.fm"] = "na Last.fm";
-$a->strings["Full Name:"] = "Nome completo:";
-$a->strings["j F, Y"] = "j de F, Y";
-$a->strings["j F"] = "j de F";
-$a->strings["Birthday:"] = "Aniversário:";
-$a->strings["Age:"] = "Idade:";
-$a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Preferência sexual:";
-$a->strings["Hometown:"] = "Cidade:";
-$a->strings["Tags:"] = "Etiquetas:";
-$a->strings["Political Views:"] = "Posição política:";
-$a->strings["Religion:"] = "Religião:";
-$a->strings["About:"] = "Sobre:";
-$a->strings["Hobbies/Interests:"] = "Passatempos/Interesses:";
-$a->strings["Likes:"] = "Gosta de:";
-$a->strings["Dislikes:"] = "Não gosta de:";
-$a->strings["Contact information and Social Networks:"] = "Informações de contato e redes sociais:";
-$a->strings["Musical interests:"] = "Preferências musicais:";
-$a->strings["Books, literature:"] = "Livros, literatura:";
-$a->strings["Television:"] = "Televisão:";
-$a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entretenimento:";
-$a->strings["Love/Romance:"] = "Amor/romance:";
-$a->strings["Work/employment:"] = "Trabalho/emprego:";
-$a->strings["School/education:"] = "Escola/educação:";
-$a->strings["Nothing new here"] = "Nada de novo aqui";
-$a->strings["Clear notifications"] = "Descartar notificações";
-$a->strings["End this session"] = "Terminar esta sessão";
-$a->strings["Your videos"] = "Seus vídeos";
-$a->strings["Your personal notes"] = "";
-$a->strings["Sign in"] = "Entrar";
-$a->strings["Home Page"] = "Página pessoal";
-$a->strings["Create an account"] = "Criar uma conta";
-$a->strings["Help"] = "Ajuda";
-$a->strings["Help and documentation"] = "Ajuda e documentação";
-$a->strings["Apps"] = "Aplicativos";
-$a->strings["Addon applications, utilities, games"] = "Complementos, utilitários, jogos";
-$a->strings["Search"] = "Pesquisar";
-$a->strings["Search site content"] = "Pesquisar conteúdo no site";
-$a->strings["Conversations on this site"] = "Conversas neste site";
-$a->strings["Directory"] = "Diretório";
-$a->strings["People directory"] = "Diretório de pessoas";
-$a->strings["Information"] = "Informação";
-$a->strings["Information about this friendica instance"] = "Informação sobre esta instância do friendica";
-$a->strings["Network"] = "Rede";
-$a->strings["Conversations from your friends"] = "Conversas dos seus amigos";
-$a->strings["Network Reset"] = "Reiniciar Rede";
-$a->strings["Load Network page with no filters"] = "Carregar página Rede sem filtros";
-$a->strings["Introductions"] = "Apresentações";
-$a->strings["Friend Requests"] = "Requisições de Amizade";
-$a->strings["Notifications"] = "Notificações";
-$a->strings["See all notifications"] = "Ver todas notificações";
-$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas";
-$a->strings["Messages"] = "Mensagens";
-$a->strings["Private mail"] = "Mensagem privada";
-$a->strings["Inbox"] = "Recebidas";
-$a->strings["Outbox"] = "Enviadas";
-$a->strings["New Message"] = "Nova mensagem";
-$a->strings["Manage"] = "Gerenciar";
-$a->strings["Manage other pages"] = "Gerenciar outras páginas";
-$a->strings["Delegations"] = "Delegações";
-$a->strings["Delegate Page Management"] = "Delegar Administração de Página";
-$a->strings["Account settings"] = "Configurações da conta";
-$a->strings["Manage/Edit Profiles"] = "Administrar/Editar Perfis";
-$a->strings["Manage/edit friends and contacts"] = "Gerenciar/editar amigos e contatos";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Configurações do site";
-$a->strings["Navigation"] = "Navegação";
-$a->strings["Site map"] = "Mapa do Site";
-$a->strings["Click here to upgrade."] = "Clique aqui para atualização (upgrade).";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura.";
-$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível em seu plano de assinatura.";
-$a->strings["Disallowed profile URL."] = "URL de perfil não permitida.";
-$a->strings["Connect URL missing."] = "URL de conexão faltando.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Este site não está configurado para permitir comunicações com outras redes.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Não foi descoberto nenhum protocolo de comunicação ou fonte de notícias compatível.";
-$a->strings["The profile address specified does not provide adequate information."] = "O endereço de perfil especificado não fornece informação adequada.";
-$a->strings["An author or name was not found."] = "Não foi encontrado nenhum autor ou nome.";
-$a->strings["No browser URL could be matched to this address."] = "Não foi possível encontrar nenhuma URL de navegação neste endereço.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Não foi possível  casa o estilo @ de Endereço de Identidade com um protocolo conhecido ou contato de email.";
-$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: antes do endereço para forçar a checagem de email.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "O endereço de perfil especificado pertence a uma rede que foi desabilitada neste site.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitado. Essa pessoa não poderá receber notificações diretas/pessoais de você.";
-$a->strings["Unable to retrieve contact information."] = "Não foi possível recuperar a informação do contato.";
-$a->strings["following"] = "acompanhando";
-$a->strings["Error decoding account file"] = "Erro ao decodificar arquivo de conta";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Erro! Nenhum arquivo de dados de versão! Esse não é um arquivo de conta do Friendica?";
-$a->strings["Error! Cannot check nickname"] = "Erro! Não consigo conferir o apelido (nickname)";
-$a->strings["User '%s' already exists on this server!"] = "User '%s' já existe nesse servidor!";
-$a->strings["User creation error"] = "Erro na criação do usuário";
-$a->strings["User profile creation error"] = "Erro na criação do perfil do Usuário";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d contato não foi importado",
-       1 => "%d contatos não foram importados",
-);
-$a->strings["Done. You can now login with your username and password"] = "Feito. Você agora pode entrar com seu nome de usuário e senha";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ H:i";
-$a->strings["Starts:"] = "Início:";
-$a->strings["Finishes:"] = "Término:";
-$a->strings["stopped following"] = "parou de acompanhar";
-$a->strings["Poke"] = "Cutucar";
-$a->strings["View Status"] = "Ver Status";
-$a->strings["View Profile"] = "Ver Perfil";
-$a->strings["View Photos"] = "Ver Fotos";
-$a->strings["Network Posts"] = "Publicações da Rede";
-$a->strings["Edit Contact"] = "Editar Contato";
-$a->strings["Drop Contact"] = "Excluir o contato";
-$a->strings["Send PM"] = "Enviar MP";
-$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."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "";
-$a->strings["Errors encountered creating database tables."] = "Foram encontrados erros durante a criação das tabelas do banco de dados.";
-$a->strings["Errors encountered performing database changes."] = "";
-$a->strings["Miscellaneous"] = "Miscelânea";
-$a->strings["year"] = "ano";
-$a->strings["month"] = "mês";
-$a->strings["day"] = "dia";
-$a->strings["never"] = "nunca";
-$a->strings["less than a second ago"] = "menos de um segundo atrás";
-$a->strings["years"] = "anos";
-$a->strings["months"] = "meses";
-$a->strings["week"] = "semana";
-$a->strings["weeks"] = "semanas";
-$a->strings["days"] = "dias";
-$a->strings["hour"] = "hora";
-$a->strings["hours"] = "horas";
-$a->strings["minute"] = "minuto";
-$a->strings["minutes"] = "minutos";
-$a->strings["second"] = "segundo";
-$a->strings["seconds"] = "segundos";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás";
-$a->strings["[no subject]"] = "[sem assunto]";
-$a->strings["(no subject)"] = "(sem assunto)";
-$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado";
-$a->strings["Block immediately"] = "Bloquear imediatamente";
-$a->strings["Shady, spammer, self-marketer"] = "Dissimulado, spammer, propagandista";
-$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não possuo nenhuma opinião acerca";
-$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo";
-$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança";
-$a->strings["Frequently"] = "Frequentemente";
-$a->strings["Hourly"] = "De hora em hora";
-$a->strings["Twice daily"] = "Duas vezes ao dia";
-$a->strings["Daily"] = "Diariamente";
-$a->strings["Weekly"] = "Semanalmente";
-$a->strings["Monthly"] = "Mensalmente";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "E-mail";
-$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 do Diáspora";
-$a->strings["Statusnet"] = "Statusnet";
-$a->strings["App.net"] = "";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s agora é amigo de %2\$s";
-$a->strings["Sharing notification from Diaspora network"] = "Notificação de compartilhamento da rede Diaspora";
-$a->strings["Attachments:"] = "Anexos:";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s";
-$a->strings["poked"] = "cutucado";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s atualmente está %2\$s";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s";
-$a->strings["post/item"] = "postagem/item";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marcou %3\$s de %2\$s como favorito";
-$a->strings["Select"] = "Selecionar";
+$a->strings["View all contacts"] = "Ver todos os contatos";
+$a->strings["Unblock"] = "Desbloquear";
+$a->strings["Block"] = "Bloquear";
+$a->strings["Toggle Blocked status"] = "Alternar o status de bloqueio";
+$a->strings["Unignore"] = "Deixar de ignorar";
+$a->strings["Ignore"] = "Ignorar";
+$a->strings["Toggle Ignored status"] = "Alternar o status de ignorado";
+$a->strings["Unarchive"] = "Desarquivar";
+$a->strings["Archive"] = "Arquivar";
+$a->strings["Toggle Archive status"] = "Alternar o status de arquivamento";
+$a->strings["Repair"] = "Reparar";
+$a->strings["Advanced Contact Settings"] = "Configurações avançadas do contato";
+$a->strings["Communications lost with this contact!"] = "As comunicações com esse contato foram perdidas!";
+$a->strings["Contact Editor"] = "Editor de contatos";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Profile Visibility"] = "Visibilidade do perfil";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro.";
+$a->strings["Contact Information / Notes"] = "Informações sobre o contato / Anotações";
+$a->strings["Edit contact notes"] = "Editar as anotações do contato";
+$a->strings["Visit %s's profile [%s]"] = "Visitar o perfil de %s [%s]";
+$a->strings["Block/Unblock contact"] = "Bloquear/desbloquear o contato";
+$a->strings["Ignore contact"] = "Ignorar o contato";
+$a->strings["Repair URL settings"] = "Reparar as definições de URL";
+$a->strings["View conversations"] = "Ver as conversas";
+$a->strings["Delete contact"] = "Excluir o contato";
+$a->strings["Last update:"] = "Última atualização:";
+$a->strings["Update public posts"] = "Atualizar publicações públicas";
+$a->strings["Update now"] = "Atualizar agora";
+$a->strings["Currently blocked"] = "Atualmente bloqueado";
+$a->strings["Currently ignored"] = "Atualmente ignorado";
+$a->strings["Currently archived"] = "Atualmente arquivado";
+$a->strings["Hide this contact from others"] = "Ocultar este contato dos outros";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Respostas/gostadas associados às suas publicações <strong>ainda podem</strong> estar visíveis";
+$a->strings["Notification for new posts"] = "Notificações para novas publicações";
+$a->strings["Send a notification of every new post of this contact"] = "Envie uma notificação para todos as novas publicações deste contato";
+$a->strings["Fetch further information for feeds"] = "Pega mais informações para feeds";
+$a->strings["Disabled"] = "Desabilitado";
+$a->strings["Fetch information"] = "Buscar informações";
+$a->strings["Fetch information and keywords"] = "Buscar informação e palavras-chave";
+$a->strings["Blacklisted keywords"] = "Palavras-chave na Lista Negra";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Lista de palavras-chave separadas por vírgulas que não devem ser convertidas para hashtags, quando \"Buscar informações e palavras-chave\" for selecionado.";
+$a->strings["Suggestions"] = "Sugestões";
+$a->strings["Suggest potential friends"] = "Sugerir amigos em potencial";
+$a->strings["All Contacts"] = "Todos os contatos";
+$a->strings["Show all contacts"] = "Exibe todos os contatos";
+$a->strings["Unblocked"] = "Desbloquear";
+$a->strings["Only show unblocked contacts"] = "Exibe somente contatos desbloqueados";
+$a->strings["Blocked"] = "Bloqueado";
+$a->strings["Only show blocked contacts"] = "Exibe somente contatos bloqueados";
+$a->strings["Ignored"] = "Ignorados";
+$a->strings["Only show ignored contacts"] = "Exibe somente contatos ignorados";
+$a->strings["Archived"] = "Arquivados";
+$a->strings["Only show archived contacts"] = "Exibe somente contatos arquivados";
+$a->strings["Hidden"] = "Ocultos";
+$a->strings["Only show hidden contacts"] = "Exibe somente contatos ocultos";
+$a->strings["Mutual Friendship"] = "Amizade mútua";
+$a->strings["is a fan of yours"] = "é um fã seu";
+$a->strings["you are a fan of"] = "você é um fã de";
+$a->strings["Edit contact"] = "Editar o contato";
+$a->strings["Contacts"] = "Contatos";
+$a->strings["Search your contacts"] = "Pesquisar seus contatos";
+$a->strings["Finding: "] = "Pesquisando: ";
+$a->strings["Find"] = "Pesquisar";
+$a->strings["Update"] = "Atualizar";
 $a->strings["Delete"] = "Excluir";
-$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s @ %s";
-$a->strings["Categories:"] = "Categorias:";
-$a->strings["Filed under:"] = "Arquivado sob:";
-$a->strings["%s from %s"] = "%s de %s";
-$a->strings["View in context"] = "Ver no contexto";
-$a->strings["Please wait"] = "Por favor, espere";
-$a->strings["remove"] = "remover";
-$a->strings["Delete Selected Items"] = "Excluir os itens selecionados";
-$a->strings["Follow Thread"] = "Seguir o Thread";
-$a->strings["%s likes this."] = "%s gostou disso.";
-$a->strings["%s doesn't like this."] = "%s não gostou disso.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d pessoas</span> gostaram disso";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d pessoas</span> não gostaram disso";
-$a->strings["and"] = "e";
-$a->strings[", and %d other people"] = ", e mais %d outras pessoas";
-$a->strings["%s like this."] = "%s gostaram disso.";
-$a->strings["%s don't like this."] = "%s não gostaram disso.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Visível para <strong>todos</strong>";
-$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:";
-$a->strings["Please enter a video link/URL:"] = "Favor fornecer um link/URL de vídeo";
-$a->strings["Please enter an audio link/URL:"] = "Favor fornecer um link/URL de áudio";
-$a->strings["Tag term:"] = "Etiqueta:";
+$a->strings["No profile"] = "Nenhum perfil";
+$a->strings["Manage Identities and/or Pages"] = "Gerenciar identidades e/ou páginas";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\"";
+$a->strings["Select an identity to manage: "] = "Selecione uma identidade para gerenciar: ";
+$a->strings["Post successful."] = "Publicado com sucesso.";
+$a->strings["Permission denied"] = "Permissão negada";
+$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido.";
+$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil";
+$a->strings["Profile"] = "Perfil ";
+$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover.";
+$a->strings["Visible To"] = "Visível para";
+$a->strings["All Contacts (with secure profile access)"] = "Todos os contatos (com acesso a perfil seguro)";
+$a->strings["Item not found."] = "O item não foi encontrado.";
+$a->strings["Public access denied."] = "Acesso público negado.";
+$a->strings["Access to this profile has been restricted."] = "O acesso a este perfil está restrito.";
+$a->strings["Item has been removed."] = "O item foi removido.";
+$a->strings["Welcome to Friendica"] = "Bemvindo ao Friendica";
+$a->strings["New Member Checklist"] = "Dicas para os novos membros";
+$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."] = "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente.";
+$a->strings["Getting Started"] = "Do Início";
+$a->strings["Friendica Walk-Through"] = "Passo-a-passo da friendica";
+$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."] = "Na sua página <em>Início Rápido</em> - encontre uma introdução rápida ao seu perfil e abas da rede, faça algumas conexões novas, e encontre alguns grupos entrar.";
+$a->strings["Settings"] = "Configurações";
+$a->strings["Go to Your Settings"] = "Ir para as suas configurações";
+$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."] = "Em sua página  <em>Configurações</em> - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre.";
+$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."] = "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você.";
+$a->strings["Upload Profile Photo"] = "Enviar foto do perfil";
+$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."] = "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem.";
+$a->strings["Edit Your Profile"] = "Editar seu perfil";
+$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."] = "Edite o seu perfil <strong>padrão</strong> a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos.";
+$a->strings["Profile Keywords"] = "Palavras-chave do perfil";
+$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."] = "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades.";
+$a->strings["Connecting"] = "Conexões";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook.";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Se</em> esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre.";
+$a->strings["Importing Emails"] = "Importação de e-mails";
+$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"] = "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail";
+$a->strings["Go to Your Contacts Page"] = "Ir para a sua página de contatos";
+$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."] = "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo <em>Adicionar Novo Contato</em>.";
+$a->strings["Go to Your Site's Directory"] = "Ir para o diretório do seu site";
+$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."] = "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link <em>Conectar</em> ou <em>Seguir</em> no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado.";
+$a->strings["Finding New People"] = "Pesquisar por novas pessoas";
+$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."] = "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas.";
+$a->strings["Groups"] = "Grupos";
+$a->strings["Group Your Contacts"] = "Agrupe seus contatos";
+$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."] = "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede.";
+$a->strings["Why Aren't My Posts Public?"] = "Por que as minhas publicações não são públicas?";
+$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."] = "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima.";
+$a->strings["Getting Help"] = "Obtendo ajuda";
+$a->strings["Go to the Help Section"] = "Ir para a seção de ajuda";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Nossas páginas de <strong>ajuda</strong> podem ser consultadas para mais detalhes sobre características e recursos do programa.";
+$a->strings["OpenID protocol error. No ID returned."] = "Erro no protocolo OpenID. Não foi retornada nenhuma ID.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "A conta não foi encontrada e não são permitidos registros via OpenID nesse site.";
+$a->strings["Login failed."] = "Não foi possível autenticar.";
+$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la.";
+$a->strings["Profile Photos"] = "Fotos do perfil";
+$a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s].";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente";
+$a->strings["Unable to process image"] = "Não foi possível processar a imagem";
+$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d";
+$a->strings["Unable to process image."] = "Não foi possível processar a imagem.";
+$a->strings["Upload File:"] = "Enviar arquivo:";
+$a->strings["Select a profile:"] = "Selecione um perfil:";
+$a->strings["Upload"] = "Enviar";
+$a->strings["or"] = "ou";
+$a->strings["skip this step"] = "pule esta etapa";
+$a->strings["select a photo from your photo albums"] = "selecione uma foto de um álbum de fotos";
+$a->strings["Crop Image"] = "Cortar a imagem";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização.";
+$a->strings["Done Editing"] = "Encerrar a edição";
+$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso.";
+$a->strings["Image upload failed."] = "Não foi possível enviar a imagem.";
+$a->strings["photo"] = "foto";
+$a->strings["status"] = "status";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está seguindo %2\$s's %3\$s";
+$a->strings["Tag removed"] = "A etiqueta foi removida";
+$a->strings["Remove Item Tag"] = "Remover a etiqueta do item";
+$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: ";
+$a->strings["Remove"] = "Remover";
 $a->strings["Save to Folder:"] = "Salvar na pasta:";
-$a->strings["Where are you right now?"] = "Onde você está agora?";
-$a->strings["Delete item(s)?"] = "Deletar item(s)?";
-$a->strings["Post to Email"] = "Enviar por e-mail";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Conectores desabilitados, desde \"%s\" está habilitado.";
-$a->strings["Hide your profile details from unknown viewers?"] = "Ocultar os detalhes do seu perfil para pessoas desconhecidas?";
-$a->strings["Share"] = "Compartilhar";
-$a->strings["Upload photo"] = "Enviar foto";
-$a->strings["upload photo"] = "upload de foto";
-$a->strings["Attach file"] = "Anexar arquivo";
-$a->strings["attach file"] = "anexar arquivo";
-$a->strings["Insert web link"] = "Inserir link web";
-$a->strings["web link"] = "link web";
-$a->strings["Insert video link"] = "Inserir link de vídeo";
-$a->strings["video link"] = "link de vídeo";
-$a->strings["Insert audio link"] = "Inserir link de áudio";
-$a->strings["audio link"] = "link de áudio";
-$a->strings["Set your location"] = "Definir sua localização";
-$a->strings["set location"] = "configure localização";
-$a->strings["Clear browser location"] = "Limpar a localização do navegador";
-$a->strings["clear location"] = "apague localização";
-$a->strings["Set title"] = "Definir o título";
-$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)";
-$a->strings["Permission settings"] = "Configurações de permissão";
-$a->strings["permissions"] = "permissões";
-$a->strings["CC: email addresses"] = "CC: endereço de e-mail";
-$a->strings["Public post"] = "Publicação pública";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com";
-$a->strings["Preview"] = "Pré-visualização";
-$a->strings["Post to Groups"] = "Postar em Grupos";
-$a->strings["Post to Contacts"] = "Publique para Contatos";
-$a->strings["Private post"] = "Publicação privada";
-$a->strings["newer"] = "mais recente";
-$a->strings["older"] = "antigo";
-$a->strings["prev"] = "anterior";
-$a->strings["first"] = "primeiro";
-$a->strings["last"] = "último";
-$a->strings["next"] = "próximo";
-$a->strings["No contacts"] = "Nenhum contato";
-$a->strings["%d Contact"] = array(
-       0 => "%d contato",
-       1 => "%d contatos",
-);
-$a->strings["View Contacts"] = "Ver contatos";
+$a->strings["- select -"] = "-selecione-";
 $a->strings["Save"] = "Salvar";
-$a->strings["poke"] = "cutucar";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "pingado";
-$a->strings["prod"] = "incentivar";
-$a->strings["prodded"] = "incentivado";
-$a->strings["slap"] = "bater";
-$a->strings["slapped"] = "batido";
-$a->strings["finger"] = "apontar";
-$a->strings["fingered"] = "apontado";
-$a->strings["rebuff"] = "rejeite";
-$a->strings["rebuffed"] = "rejeitado";
-$a->strings["happy"] = "feliz";
-$a->strings["sad"] = "triste";
-$a->strings["mellow"] = "desencanado";
-$a->strings["tired"] = "cansado";
-$a->strings["perky"] = "audacioso";
-$a->strings["angry"] = "chateado";
-$a->strings["stupified"] = "estupefato";
-$a->strings["puzzled"] = "confuso";
-$a->strings["interested"] = "interessado";
-$a->strings["bitter"] = "rancoroso";
-$a->strings["cheerful"] = "jovial";
-$a->strings["alive"] = "vivo";
-$a->strings["annoyed"] = "incomodado";
-$a->strings["anxious"] = "ansioso";
-$a->strings["cranky"] = "excêntrico";
-$a->strings["disturbed"] = "perturbado";
-$a->strings["frustrated"] = "frustrado";
-$a->strings["motivated"] = "motivado";
-$a->strings["relaxed"] = "relaxado";
-$a->strings["surprised"] = "surpreso";
-$a->strings["Monday"] = "Segunda";
-$a->strings["Tuesday"] = "Terça";
-$a->strings["Wednesday"] = "Quarta";
-$a->strings["Thursday"] = "Quinta";
-$a->strings["Friday"] = "Sexta";
-$a->strings["Saturday"] = "Sábado";
-$a->strings["Sunday"] = "Domingo";
-$a->strings["January"] = "Janeiro";
-$a->strings["February"] = "Fevereiro";
-$a->strings["March"] = "Março";
-$a->strings["April"] = "Abril";
-$a->strings["May"] = "Maio";
-$a->strings["June"] = "Junho";
-$a->strings["July"] = "Julho";
-$a->strings["August"] = "Agosto";
-$a->strings["September"] = "Setembro";
-$a->strings["October"] = "Outubro";
-$a->strings["November"] = "Novembro";
-$a->strings["December"] = "Dezembro";
+$a->strings["Contact added"] = "O contato foi adicionado";
+$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original.";
+$a->strings["Empty post discarded."] = "A publicação em branco foi descartada.";
+$a->strings["Wall Photos"] = "Fotos do mural";
+$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica.";
+$a->strings["You may visit them online at %s"] = "Você pode visitá-lo em %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens.";
+$a->strings["%s posted an update."] = "%s publicou uma atualização.";
+$a->strings["Group created."] = "O grupo foi criado.";
+$a->strings["Could not create group."] = "Não foi possível criar o grupo.";
+$a->strings["Group not found."] = "O grupo não foi encontrado.";
+$a->strings["Group name changed."] = "O nome do grupo foi alterado.";
+$a->strings["Save Group"] = "Salvar o grupo";
+$a->strings["Create a group of contacts/friends."] = "Criar um grupo de contatos/amigos.";
+$a->strings["Group Name: "] = "Nome do grupo: ";
+$a->strings["Group removed."] = "O grupo foi removido.";
+$a->strings["Unable to remove group."] = "Não foi possível remover o grupo.";
+$a->strings["Group Editor"] = "Editor de grupo";
+$a->strings["Members"] = "Membros";
+$a->strings["You must be logged in to use addons. "] = "Você precisa estar logado para usar os addons.";
+$a->strings["Applications"] = "Aplicativos";
+$a->strings["No installed applications."] = "Nenhum aplicativo instalado";
+$a->strings["Profile not found."] = "O perfil não foi encontrado.";
+$a->strings["Contact not found."] = "O contato não foi encontrado.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado.";
+$a->strings["Response from remote site was not understood."] = "A resposta do site remoto não foi compreendida.";
+$a->strings["Unexpected response from remote site: "] = "Resposta inesperada do site remoto: ";
+$a->strings["Confirmation completed successfully."] = "A confirmação foi completada com sucesso.";
+$a->strings["Remote site reported: "] = "O site remoto relatou: ";
+$a->strings["Temporary failure. Please wait and try again."] = "Falha temporária. Por favor, aguarde e tente novamente.";
+$a->strings["Introduction failed or was revoked."] = "Ocorreu uma falha na apresentação ou ela foi revogada.";
+$a->strings["Unable to set contact photo."] = "Não foi possível definir a foto do contato.";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s agora é amigo de %2\$s";
+$a->strings["No user record found for '%s' "] = "Não foi encontrado nenhum registro de usuário para '%s' ";
+$a->strings["Our site encryption key is apparently messed up."] = "A chave de criptografia do nosso site está, aparentemente, bagunçada.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Foi fornecida uma URL em branco ou não foi possível descriptografá-la.";
+$a->strings["Contact record was not found for you on our site."] = "O registro do contato não foi encontrado para você em seu site.";
+$a->strings["Site public key not available in contact record for URL %s."] = "A chave pública do site não está disponível no registro do contato para a URL %s";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo.";
+$a->strings["Unable to set your contact credentials on our system."] = "Não foi possível definir suas credenciais de contato no nosso sistema.";
+$a->strings["Unable to update your contact profile details on our system"] = "Não foi possível atualizar os detalhes do seu perfil em nosso sistema.";
+$a->strings["[Name Withheld]"] = "[Nome não revelado]";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s se associou a %2\$s";
+$a->strings["Requested profile is not available."] = "Perfil solicitado não está disponível.";
+$a->strings["Tips for New Members"] = "Dicas para novos membros";
+$a->strings["No videos selected"] = "Nenhum vídeo selecionado";
+$a->strings["Access to this item is restricted."] = "O acesso a este item é restrito.";
 $a->strings["View Video"] = "Ver Vídeo";
-$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "Clique para abrir/fechar";
-$a->strings["link to source"] = "exibir a origem";
-$a->strings["default"] = "padrão";
-$a->strings["Select an alternate language"] = "Selecione um idioma alternativo";
-$a->strings["activity"] = "atividade";
-$a->strings["comment"] = array(
-       0 => "comentário",
-       1 => "comentários",
-);
-$a->strings["post"] = "publicação";
-$a->strings["Item filed"] = "O item foi arquivado";
-$a->strings["Logged out."] = "Saiu.";
-$a->strings["Login failed."] = "Não foi possível autenticar.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente.";
-$a->strings["The error message was:"] = "A mensagem de erro foi:";
-$a->strings["Image/photo"] = "Imagem/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["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a> escreveu a seguinte <a href=\"%s\" target=\"_blank\">publicação</a>";
-$a->strings["$1 wrote:"] = "$1 escreveu:";
-$a->strings["Encrypted content"] = "Conteúdo criptografado";
-$a->strings["Welcome "] = "Bem-vindo(a) ";
-$a->strings["Please upload a profile photo."] = "Por favor, envie uma foto para o perfil.";
-$a->strings["Welcome back "] = "Bem-vindo(a) de volta ";
-$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."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão.";
-$a->strings["Embedded content"] = "Conteúdo incorporado";
-$a->strings["Embedding disabled"] = "A incorporação está desabilitada";
-$a->strings["Male"] = "Masculino";
-$a->strings["Female"] = "Feminino";
-$a->strings["Currently Male"] = "Atualmente masculino";
-$a->strings["Currently Female"] = "Atualmente feminino";
-$a->strings["Mostly Male"] = "Masculino a maior parte do tempo";
-$a->strings["Mostly Female"] = "Feminino a maior parte do tempo";
-$a->strings["Transgender"] = "Transgênero";
-$a->strings["Intersex"] = "Intersexual";
-$a->strings["Transsexual"] = "Transexual";
-$a->strings["Hermaphrodite"] = "Hermafrodita";
-$a->strings["Neuter"] = "Neutro";
-$a->strings["Non-specific"] = "Não específico";
-$a->strings["Other"] = "Outro";
-$a->strings["Undecided"] = "Indeciso";
-$a->strings["Males"] = "Homens";
-$a->strings["Females"] = "Mulheres";
-$a->strings["Gay"] = "Gays";
-$a->strings["Lesbian"] = "Lésbicas";
-$a->strings["No Preference"] = "Sem preferência";
-$a->strings["Bisexual"] = "Bissexuais";
-$a->strings["Autosexual"] = "Autossexuais";
-$a->strings["Abstinent"] = "Abstêmios";
-$a->strings["Virgin"] = "Virgens";
-$a->strings["Deviant"] = "Desviantes";
-$a->strings["Fetish"] = "Fetiches";
-$a->strings["Oodles"] = "Insaciável";
-$a->strings["Nonsexual"] = "Não sexual";
-$a->strings["Single"] = "Solteiro(a)";
-$a->strings["Lonely"] = "Solitário(a)";
-$a->strings["Available"] = "Disponível";
-$a->strings["Unavailable"] = "Não disponível";
-$a->strings["Has crush"] = "Tem uma paixão";
-$a->strings["Infatuated"] = "Apaixonado";
-$a->strings["Dating"] = "Saindo com alguém";
-$a->strings["Unfaithful"] = "Infiel";
-$a->strings["Sex Addict"] = "Viciado(a) em sexo";
-$a->strings["Friends"] = "Amigos";
-$a->strings["Friends/Benefits"] = "Amigos/Benefícios";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Envolvido(a)";
-$a->strings["Married"] = "Casado(a)";
-$a->strings["Imaginarily married"] = "Casado imaginariamente";
-$a->strings["Partners"] = "Parceiros";
-$a->strings["Cohabiting"] = "Coabitando";
-$a->strings["Common law"] = "Direito comum";
-$a->strings["Happy"] = "Feliz";
-$a->strings["Not looking"] = "Não estou procurando";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Traído(a)";
-$a->strings["Separated"] = "Separado(a)";
-$a->strings["Unstable"] = "Instável";
-$a->strings["Divorced"] = "Divorciado(a)";
-$a->strings["Imaginarily divorced"] = "Divorciado imaginariamente";
-$a->strings["Widowed"] = "Viúvo(a)";
-$a->strings["Uncertain"] = "Incerto(a)";
-$a->strings["It's complicated"] = "É complicado";
-$a->strings["Don't care"] = "Não importa";
-$a->strings["Ask me"] = "Pergunte-me";
-$a->strings["An invitation is required."] = "É necessário um convite.";
-$a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite.";
-$a->strings["Invalid OpenID url"] = "A URL do OpenID é inválida";
-$a->strings["Please enter the required information."] = "Por favor, forneça a informação solicitada.";
-$a->strings["Please use a shorter name."] = "Por favor, use um nome mais curto.";
-$a->strings["Name too short."] = "O nome é muito curto.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Isso não parece ser o seu nome completo (Nome Sobrenome).";
-$a->strings["Your email domain is not among those allowed on this site."] = "O domínio do seu e-mail não está entre os permitidos neste site.";
-$a->strings["Not a valid email address."] = "Não é um endereço de e-mail válido.";
-$a->strings["Cannot use that email."] = "Não é possível usar esse e-mail.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "A sua identificação pode conter somente os caracteres \"a-z\", \"0-9\", \"-\", e \"_\", além disso, deve começar com uma letra.";
-$a->strings["Nickname is already registered. Please choose another."] = "Esta identificação já foi registrada. Por favor, escolha outra.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Essa identificação já foi registrada e não pode ser reutilizada. Por favor, escolha outra.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRO GRAVE: Não foi possível gerar as chaves de segurança.";
-$a->strings["An error occurred during registration. Please try again."] = "Ocorreu um erro durante o registro. Por favor, tente novamente.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Ocorreu um erro na criação do seu perfil padrão. Por favor, tente novamente.";
-$a->strings["\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$\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."] = "";
-$a->strings["Registration details for %s"] = "Detalhes do registro de %s";
-$a->strings["Visible to everybody"] = "Visível para todos";
-$a->strings["This entry was edited"] = "Essa entrada foi editada";
-$a->strings["Private Message"] = "Mensagem privada";
-$a->strings["Edit"] = "Editar";
-$a->strings["save to folder"] = "salvar na pasta";
-$a->strings["add star"] = "destacar";
-$a->strings["remove star"] = "remover o destaque";
-$a->strings["toggle star status"] = "ativa/desativa o destaque";
-$a->strings["starred"] = "marcado com estrela";
-$a->strings["ignore thread"] = "";
-$a->strings["unignore thread"] = "";
-$a->strings["toggle ignore status"] = "";
-$a->strings["ignored"] = "";
-$a->strings["add tag"] = "adicionar etiqueta";
-$a->strings["I like this (toggle)"] = "Eu gostei disso (alternar)";
-$a->strings["like"] = "gostei";
-$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alternar)";
-$a->strings["dislike"] = "desgostar";
-$a->strings["Share this"] = "Compartilhar isso";
-$a->strings["share"] = "compartilhar";
-$a->strings["to"] = "para";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Mural-para-mural";
-$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural";
-$a->strings["%d comment"] = array(
-       0 => "%d comentário",
-       1 => "%d comentários",
-);
-$a->strings["This is you"] = "Este(a) é você";
-$a->strings["Bold"] = "Negrito";
-$a->strings["Italic"] = "Itálico";
-$a->strings["Underline"] = "Sublinhado";
-$a->strings["Quote"] = "Citação";
-$a->strings["Code"] = "Código";
-$a->strings["Image"] = "Imagem";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Vídeo";
-$a->strings["Item not available."] = "O item não está disponível.";
-$a->strings["Item was not found."] = "O item não foi encontrado.";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem.";
-$a->strings["No recipient selected."] = "Não foi selecionado nenhum destinatário.";
-$a->strings["Unable to check your home location."] = "Não foi possível verificar a sua localização.";
-$a->strings["Message could not be sent."] = "Não foi possível enviar a mensagem.";
-$a->strings["Message collection failure."] = "Falha na coleta de mensagens.";
-$a->strings["Message sent."] = "A mensagem foi enviada.";
-$a->strings["No recipient."] = "Nenhum destinatário.";
-$a->strings["Send Private Message"] = "Enviar mensagem privada";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos.";
-$a->strings["To:"] = "Para:";
-$a->strings["Subject:"] = "Assunto:";
-$a->strings["Your message:"] = "Sua mensagem:";
-$a->strings["Group created."] = "O grupo foi criado.";
-$a->strings["Could not create group."] = "Não foi possível criar o grupo.";
-$a->strings["Group not found."] = "O grupo não foi encontrado.";
-$a->strings["Group name changed."] = "O nome do grupo foi alterado.";
-$a->strings["Save Group"] = "Salvar o grupo";
-$a->strings["Create a group of contacts/friends."] = "Criar um grupo de contatos/amigos.";
-$a->strings["Group Name: "] = "Nome do grupo: ";
-$a->strings["Group removed."] = "O grupo foi removido.";
-$a->strings["Unable to remove group."] = "Não foi possível remover o grupo.";
-$a->strings["Group Editor"] = "Editor de grupo";
-$a->strings["Members"] = "Membros";
-$a->strings["All Contacts"] = "Todos os contatos";
-$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover.";
-$a->strings["No potential page delegates located."] = "Nenhuma página delegada potencial localizada.";
-$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."] = "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente.";
-$a->strings["Existing Page Managers"] = "Administradores de Páginas Existentes";
-$a->strings["Existing Page Delegates"] = "Delegados de Páginas Existentes";
-$a->strings["Potential Delegates"] = "Delegados Potenciais";
-$a->strings["Remove"] = "Remover";
-$a->strings["Add"] = "Adicionar";
-$a->strings["No entries."] = "Sem entradas.";
+$a->strings["View Album"] = "Ver álbum";
+$a->strings["Recent Videos"] = "Vídeos Recentes";
+$a->strings["Upload New Videos"] = "Envie Novos Vídeos";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s";
+$a->strings["Friend suggestion sent."] = "A sugestão de amigo foi enviada";
+$a->strings["Suggest Friends"] = "Sugerir amigos";
+$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s";
+$a->strings["No valid account found."] = "Não foi encontrada nenhuma conta válida.";
+$a->strings["Password reset request issued. Check your email."] = "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail.";
+$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\tPrezado %1\$s,\n\t\t\tUma solicitação foi recebida recentemente em \"%2\$s\" para redefinir a\n\t\tsenha da sua conta. Para confirmar este pedido, por favor selecione o link de confirmação\n\t\tabaixo ou copie e cole-o na barra de endereço do seu navegador.\n\n\t\tSe NÃO foi você que solicitou esta alteração por favor, NÃO clique no link\n\t\tfornecido e ignore e/ou apague este e-mail.\n\n\t\tSua senha não será alterada a menos que possamos verificar que foi você que\n\t\temitiu esta solicitação.";
+$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 link para verificar sua identidade:\n\n\t\t%1\$s\n\n\t\tVocê então receberá uma mensagem de continuidade contendo a nova senha.\n\t\tVocê pode alterar sua senha na sua página de configurações após efetuar seu login.\n\n\t\tOs dados de login são os seguintes:\n\n\t\tLocalização do Site:\t%2\$s\n\t\tNome de Login:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de reiniciação da senha em %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada.";
+$a->strings["Password Reset"] = "Redifinir a senha";
+$a->strings["Your password has been reset as requested."] = "Sua senha foi reiniciada, conforme solicitado.";
+$a->strings["Your new password is"] = "Sua nova senha é";
+$a->strings["Save or copy your new password - and then"] = "Grave ou copie a sua nova senha e, então";
+$a->strings["click here to login"] = "clique aqui para entrar";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em seu perfil.";
+$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\tCaro %1\$s,\n\t\t\t\t\tSua senha foi alterada conforme solicitado. Por favor, guarde essas\n\t\t\t\tinformações para seus registros (ou altere a sua senha imediatamente para\n\t\t\t\talgo que você se lembrará).\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\tOs seus dados de login são os seguintes:\n\n\t\t\t\tLocalização do Site:\t%1\$s\n\t\t\t\tNome de Login:\t%2\$s\n\t\t\t\tSenha:\t%3\$s\n\n\t\t\t\tVocê pode alterar esta senha na sua página de configurações depois que efetuar o seu login.\n\t\t\t";
+$a->strings["Your password has been changed at %s"] = "Sua senha foi modifica às %s";
+$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções.";
+$a->strings["Nickname or Email: "] = "Identificação ou e-mail: ";
+$a->strings["Reset"] = "Reiniciar";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s";
+$a->strings["{0} wants to be your friend"] = "{0} deseja ser seu amigo";
+$a->strings["{0} sent you a message"] = "{0} lhe enviou uma mensagem";
+$a->strings["{0} requested registration"] = "{0} solicitou registro";
+$a->strings["{0} commented %s's post"] = "{0} comentou a publicação de %s";
+$a->strings["{0} liked %s's post"] = "{0} gostou da publicação de %s";
+$a->strings["{0} disliked %s's post"] = "{0} desgostou da publicação de %s";
+$a->strings["{0} is now friends with %s"] = "{0} agora é amigo de %s";
+$a->strings["{0} posted"] = "{0} publicou";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetou a publicação de %s com #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} mencionou você em uma publicação";
+$a->strings["No contacts."] = "Nenhum contato.";
+$a->strings["View Contacts"] = "Ver contatos";
 $a->strings["Invalid request identifier."] = "Identificador de solicitação inválido";
 $a->strings["Discard"] = "Descartar";
-$a->strings["Ignore"] = "Ignorar";
 $a->strings["System"] = "Sistema";
+$a->strings["Network"] = "Rede";
 $a->strings["Personal"] = "Pessoal";
+$a->strings["Home"] = "Pessoal";
+$a->strings["Introductions"] = "Apresentações";
 $a->strings["Show Ignored Requests"] = "Exibir solicitações ignoradas";
 $a->strings["Hide Ignored Requests"] = "Ocultar solicitações ignoradas";
 $a->strings["Notification type: "] = "Tipo de notificação:";
 $a->strings["Friend Suggestion"] = "Sugestão de amigo";
 $a->strings["suggested by %s"] = "sugerido por %s";
-$a->strings["Hide this contact from others"] = "Ocultar este contato dos outros";
 $a->strings["Post a new friend activity"] = "Publicar a adição de amigo";
 $a->strings["if applicable"] = "se aplicável";
 $a->strings["Approve"] = "Aprovar";
@@ -754,6 +299,7 @@ $a->strings["Fan/Admirer"] = "Fã/Admirador";
 $a->strings["Friend/Connect Request"] = "Solicitação de amizade/conexão";
 $a->strings["New Follower"] = "Novo acompanhante";
 $a->strings["No introductions."] = "Sem apresentações.";
+$a->strings["Notifications"] = "Notificações";
 $a->strings["%s liked %s's post"] = "%s gostou da publicação de %s";
 $a->strings["%s disliked %s's post"] = "%s desgostou da publicação de %s";
 $a->strings["%s is now friends with %s"] = "%s agora é amigo de %s";
@@ -767,350 +313,88 @@ $a->strings["No more personal notifications."] = "Nenhuma notificação pessoal.
 $a->strings["Personal Notifications"] = "Notificações pessoais";
 $a->strings["No more home notifications."] = "Não existe mais nenhuma notificação pessoal.";
 $a->strings["Home Notifications"] = "Notificações pessoais";
-$a->strings["No profile"] = "Nenhum perfil";
-$a->strings["everybody"] = "todos";
-$a->strings["Account"] = "Conta";
-$a->strings["Additional features"] = "Funcionalidades adicionais";
-$a->strings["Display"] = "Tela";
-$a->strings["Social Networks"] = "Redes Sociais";
-$a->strings["Plugins"] = "Plugins";
-$a->strings["Connected apps"] = "Aplicações conectadas";
-$a->strings["Export personal data"] = "Exportar dados pessoais";
-$a->strings["Remove account"] = "Remover a conta";
-$a->strings["Missing some important data!"] = "Está faltando algum dado importante!";
-$a->strings["Update"] = "Atualizar";
-$a->strings["Failed to connect with email account using the settings provided."] = "Não foi possível conectar à conta de e-mail com as configurações fornecidas.";
-$a->strings["Email settings updated."] = "As configurações de e-mail foram atualizadas.";
-$a->strings["Features updated"] = "Funcionalidades atualizadas";
-$a->strings["Relocate message has been send to your contacts"] = "A mensagem de relocação foi enviada para seus contatos";
-$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada.";
-$a->strings["Wrong password."] = "Senha errada.";
-$a->strings["Password changed."] = "A senha foi modificada.";
-$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente.";
-$a->strings[" Please use a shorter name."] = " Por favor, use um nome mais curto.";
-$a->strings[" Name too short."] = " O nome é muito curto.";
-$a->strings["Wrong Password"] = "Senha Errada";
-$a->strings[" Not valid email."] = " Não é um e-mail válido.";
-$a->strings[" Cannot change to that email."] = " Não foi possível alterar para esse e-mail.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão.";
-$a->strings["Settings updated."] = "As configurações foram atualizadas.";
-$a->strings["Add application"] = "Adicionar aplicação";
-$a->strings["Save Settings"] = "Salvar configurações";
-$a->strings["Name"] = "Nome";
-$a->strings["Consumer Key"] = "Chave do consumidor";
-$a->strings["Consumer Secret"] = "Segredo do consumidor";
-$a->strings["Redirect"] = "Redirecionar";
-$a->strings["Icon url"] = "URL do ícone";
-$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação.";
-$a->strings["Connected Apps"] = "Aplicações conectadas";
-$a->strings["Client key starts with"] = "A chave do cliente inicia com";
-$a->strings["No name"] = "Sem nome";
-$a->strings["Remove authorization"] = "Remover autorização";
-$a->strings["No Plugin settings configured"] = "Não foi definida nenhuma configuração de plugin";
-$a->strings["Plugin Settings"] = "Configurações do plugin";
-$a->strings["Off"] = "Off";
-$a->strings["On"] = "On";
-$a->strings["Additional Features"] = "Funcionalidades Adicionais";
-$a->strings["Built-in support for %s connectivity is %s"] = "O suporte interno para conectividade de %s está %s";
-$a->strings["enabled"] = "habilitado";
-$a->strings["disabled"] = "desabilitado";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Email access is disabled on this site."] = "O acesso ao e-mail está desabilitado neste site.";
-$a->strings["Email/Mailbox Setup"] = "Configurações do e-mail/caixa postal";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal.";
-$a->strings["Last successful email check:"] = "Última checagem bem sucedida de e-mail:";
-$a->strings["IMAP server name:"] = "Nome do servidor IMAP:";
-$a->strings["IMAP port:"] = "Porta do IMAP:";
-$a->strings["Security:"] = "Segurança:";
-$a->strings["None"] = "Nenhuma";
-$a->strings["Email login name:"] = "Nome de usuário do e-mail:";
-$a->strings["Email password:"] = "Senha do e-mail:";
-$a->strings["Reply-to address:"] = "Endereço de resposta (Reply-to):";
-$a->strings["Send public posts to all email contacts:"] = "Enviar publicações públicas para todos os contatos de e-mail:";
-$a->strings["Action after import:"] = "Ação após a importação:";
-$a->strings["Mark as seen"] = "Marcar como visto";
-$a->strings["Move to folder"] = "Mover para pasta";
-$a->strings["Move to folder:"] = "Mover para pasta:";
-$a->strings["No special theme for mobile devices"] = "Nenhum tema especial para dispositivos móveis";
-$a->strings["Display Settings"] = "Configurações de exibição";
-$a->strings["Display Theme:"] = "Tema do perfil:";
-$a->strings["Mobile Theme:"] = "Tema para dispositivos móveis:";
-$a->strings["Update browser every xx seconds"] = "Atualizar o navegador a cada xx segundos";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, não possui máximo";
-$a->strings["Number of items to display per page:"] = "Número de itens a serem exibidos por página:";
-$a->strings["Maximum of 100 items"] = "Máximo de 100 itens";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "Número de itens a serem exibidos por página quando visualizando em um dispositivo móvel:";
-$a->strings["Don't show emoticons"] = "Não exibir emoticons";
-$a->strings["Don't show notices"] = "Não mostra avisos";
-$a->strings["Infinite scroll"] = "rolamento infinito";
-$a->strings["Automatic updates only at the top of the network page"] = "";
-$a->strings["User Types"] = "Tipos de Usuários";
-$a->strings["Community Types"] = "Tipos de Comunidades";
-$a->strings["Normal Account Page"] = "Página de conta normal";
-$a->strings["This account is a normal personal profile"] = "Essa conta é um perfil pessoal normal";
-$a->strings["Soapbox Page"] = "Página de vitrine";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura";
-$a->strings["Community Forum/Celebrity Account"] = "Conta de fórum de comunidade/celebridade";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita";
-$a->strings["Automatic Friend Page"] = "Página de amigo automático";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos";
-$a->strings["Private Forum [Experimental]"] = "Fórum privado [Experimental]";
-$a->strings["Private forum - approved members only"] = "Fórum privado - somente membros aprovados";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permitir o uso deste OpenID para entrar nesta conta";
-$a->strings["Publish your default profile in your local site directory?"] = "Publicar o seu perfil padrão no diretório local do seu site?";
-$a->strings["No"] = "Não";
-$a->strings["Publish your default profile in the global social directory?"] = "Publicar o seu perfil padrão no diretório social global?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? ";
-$a->strings["Allow friends to post to your profile page?"] = "Permitir aos amigos publicarem na sua página de perfil?";
-$a->strings["Allow friends to tag your posts?"] = "Permitir aos amigos etiquetarem suas publicações?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir que você seja sugerido como amigo em potencial para novos membros?";
-$a->strings["Permit unknown people to send you private mail?"] = "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?";
-$a->strings["Profile is <strong>not published</strong>."] = "O perfil <strong>não está publicado</strong>.";
-$a->strings["or"] = "ou";
-$a->strings["Your Identity Address is"] = "O endereço da sua identidade é";
-$a->strings["Automatically expire posts after this many days:"] = "Expirar automaticamente publicações após tantos dias:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas.";
-$a->strings["Advanced expiration settings"] = "Configurações avançadas de expiração";
-$a->strings["Advanced Expiration"] = "Expiração avançada";
-$a->strings["Expire posts:"] = "Expirar publicações:";
-$a->strings["Expire personal notes:"] = "Expirar notas pessoais:";
-$a->strings["Expire starred posts:"] = "Expirar publicações destacadas:";
-$a->strings["Expire photos:"] = "Expirar fotos:";
-$a->strings["Only expire posts by others:"] = "Expirar somente as publicações de outras pessoas:";
-$a->strings["Account Settings"] = "Configurações da conta";
-$a->strings["Password Settings"] = "Configurações da senha";
-$a->strings["New Password:"] = "Nova senha:";
-$a->strings["Confirm:"] = "Confirme:";
-$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la";
-$a->strings["Current Password:"] = "Senha Atual:";
-$a->strings["Your current password to confirm the changes"] = "Sua senha atual para confirmar as mudanças";
-$a->strings["Password:"] = "Senha:";
-$a->strings["Basic Settings"] = "Configurações básicas";
-$a->strings["Email Address:"] = "Endereço de e-mail:";
-$a->strings["Your Timezone:"] = "Seu fuso horário:";
-$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:";
-$a->strings["Use Browser Location:"] = "Usar localizador do navegador:";
-$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade";
-$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:";
-$a->strings["(to prevent spam abuse)"] = "(para prevenir abuso de spammers)";
-$a->strings["Default Post Permissions"] = "Permissões padrão de publicação";
-$a->strings["(click to open/close)"] = "(clique para abrir/fechar)";
-$a->strings["Show to Groups"] = "Mostre para Grupos";
-$a->strings["Show to Contacts"] = "Mostre para Contatos";
-$a->strings["Default Private Post"] = "Publicação Privada Padrão";
-$a->strings["Default Public Post"] = "Publicação Pública Padrão";
-$a->strings["Default Permissions for New Posts"] = "Permissões Padrão para Publicações Novas";
-$a->strings["Maximum private messages per day from unknown people:"] = "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:";
-$a->strings["Notification Settings"] = "Configurações de notificação";
-$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status quando:";
-$a->strings["accepting a friend request"] = "aceitar uma requisição de amizade";
-$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade";
-$a->strings["making an <em>interesting</em> profile change"] = "fazer uma modificação <em>interessante</em> em seu perfil";
-$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação sempre que:";
-$a->strings["You receive an introduction"] = "Você recebeu uma apresentação";
-$a->strings["Your introductions are confirmed"] = "Suas apresentações forem confirmadas";
-$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil";
-$a->strings["Someone writes a followup comment"] = "Alguém comentar a sua mensagem";
-$a->strings["You receive a private message"] = "Você recebeu uma mensagem privada";
-$a->strings["You receive a friend suggestion"] = "Você recebe uma suggestão de amigo";
-$a->strings["You are tagged in a post"] = "Você foi etiquetado em uma publicação";
-$a->strings["You are poked/prodded/etc. in a post"] = "Você está cutucado/incitado/etc. em uma publicação";
-$a->strings["Advanced Account/Page Type Settings"] = "Conta avançada/Configurações do tipo de página";
-$a->strings["Change the behaviour of this account for special situations"] = "Modificar o comportamento desta conta em situações especiais";
-$a->strings["Relocate"] = "Relocação";
-$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."] = "Se você moveu esse perfil de outro servidor e algum dos seus contatos não recebe atualizações, pressione esse botão.";
-$a->strings["Resend relocate message to contacts"] = "Reenviar mensagem de relocação para os contatos";
-$a->strings["Common Friends"] = "Amigos em Comum";
-$a->strings["No contacts in common."] = "Nenhum contato em comum.";
-$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota.";
-$a->strings["Visible to:"] = "Visível para:";
-$a->strings["%d contact edited."] = array(
-       0 => "%d contato editado",
-       1 => "%d contatos editados",
+$a->strings["Source (bbcode) text:"] = "Texto fonte (bbcode):";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texto fonte (Diaspora) a converter para BBcode:";
+$a->strings["Source input: "] = "Entrada fonte:";
+$a->strings["bb2html (raw HTML): "] = "bb2html (HTML puro):";
+$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): "] = "Fonte de entrada (formato Diaspora):";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Nothing new here"] = "Nada de novo aqui";
+$a->strings["Clear notifications"] = "Descartar notificações";
+$a->strings["New Message"] = "Nova mensagem";
+$a->strings["No recipient selected."] = "Não foi selecionado nenhum destinatário.";
+$a->strings["Unable to locate contact information."] = "Não foi possível localizar informação do contato.";
+$a->strings["Message could not be sent."] = "Não foi possível enviar a mensagem.";
+$a->strings["Message collection failure."] = "Falha na coleta de mensagens.";
+$a->strings["Message sent."] = "A mensagem foi enviada.";
+$a->strings["Messages"] = "Mensagens";
+$a->strings["Do you really want to delete this message?"] = "Você realmente deseja deletar essa mensagem?";
+$a->strings["Message deleted."] = "A mensagem foi excluída.";
+$a->strings["Conversation removed."] = "A conversa foi removida.";
+$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:";
+$a->strings["Send Private Message"] = "Enviar mensagem privada";
+$a->strings["To:"] = "Para:";
+$a->strings["Subject:"] = "Assunto:";
+$a->strings["Your message:"] = "Sua mensagem:";
+$a->strings["Upload photo"] = "Enviar foto";
+$a->strings["Insert web link"] = "Inserir link web";
+$a->strings["Please wait"] = "Por favor, espere";
+$a->strings["No messages."] = "Nenhuma mensagem.";
+$a->strings["Unknown sender - %s"] = "Remetente desconhecido - %s";
+$a->strings["You and %s"] = "Você e %s";
+$a->strings["%s and You"] = "%s e você";
+$a->strings["Delete conversation"] = "Excluir conversa";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["%d message"] = array(
+       0 => "%d mensagem",
+       1 => "%d mensagens",
 );
-$a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato.";
-$a->strings["Could not locate selected profile."] = "Não foi possível localizar o perfil selecionado.";
-$a->strings["Contact updated."] = "O contato foi atualizado.";
-$a->strings["Failed to update contact record."] = "Não foi possível atualizar o registro do contato.";
-$a->strings["Contact has been blocked"] = "O contato foi bloqueado";
-$a->strings["Contact has been unblocked"] = "O contato foi desbloqueado";
-$a->strings["Contact has been ignored"] = "O contato foi ignorado";
-$a->strings["Contact has been unignored"] = "O contato deixou de ser ignorado";
-$a->strings["Contact has been archived"] = "O contato foi arquivado";
-$a->strings["Contact has been unarchived"] = "O contato foi desarquivado";
-$a->strings["Do you really want to delete this contact?"] = "Você realmente deseja deletar esse contato?";
-$a->strings["Contact has been removed."] = "O contato foi removido.";
-$a->strings["You are mutual friends with %s"] = "Você possui uma amizade mútua com %s";
-$a->strings["You are sharing with %s"] = "Você está compartilhando com %s";
-$a->strings["%s is sharing with you"] = "%s está compartilhando com você";
-$a->strings["Private communications are not available for this contact."] = "As comunicações privadas não estão disponíveis para este contato.";
-$a->strings["Never"] = "Nunca";
-$a->strings["(Update was successful)"] = "(A atualização foi bem sucedida)";
-$a->strings["(Update was not successful)"] = "(A atualização não foi bem sucedida)";
-$a->strings["Suggest friends"] = "Sugerir amigos";
-$a->strings["Network type: %s"] = "Tipo de rede: %s";
-$a->strings["View all contacts"] = "Ver todos os contatos";
-$a->strings["Unblock"] = "Desbloquear";
-$a->strings["Block"] = "Bloquear";
-$a->strings["Toggle Blocked status"] = "Alternar o status de bloqueio";
-$a->strings["Unignore"] = "Deixar de ignorar";
-$a->strings["Toggle Ignored status"] = "Alternar o status de ignorado";
-$a->strings["Unarchive"] = "Desarquivar";
-$a->strings["Archive"] = "Arquivar";
-$a->strings["Toggle Archive status"] = "Alternar o status de arquivamento";
-$a->strings["Repair"] = "Reparar";
-$a->strings["Advanced Contact Settings"] = "Configurações avançadas do contato";
-$a->strings["Communications lost with this contact!"] = "As comunicações com esse contato foram perdidas!";
-$a->strings["Contact Editor"] = "Editor de contatos";
-$a->strings["Profile Visibility"] = "Visibilidade do perfil";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro.";
-$a->strings["Contact Information / Notes"] = "Informações sobre o contato / Anotações";
-$a->strings["Edit contact notes"] = "Editar as anotações do contato";
-$a->strings["Visit %s's profile [%s]"] = "Visitar o perfil de %s [%s]";
-$a->strings["Block/Unblock contact"] = "Bloquear/desbloquear o contato";
-$a->strings["Ignore contact"] = "Ignorar o contato";
-$a->strings["Repair URL settings"] = "Reparar as definições de URL";
-$a->strings["View conversations"] = "Ver as conversas";
-$a->strings["Delete contact"] = "Excluir o contato";
-$a->strings["Last update:"] = "Última atualização:";
-$a->strings["Update public posts"] = "Atualizar publicações públicas";
-$a->strings["Update now"] = "Atualizar agora";
-$a->strings["Currently blocked"] = "Atualmente bloqueado";
-$a->strings["Currently ignored"] = "Atualmente ignorado";
-$a->strings["Currently archived"] = "Atualmente arquivado";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Respostas/gostadas associados às suas publicações <strong>ainda podem</strong> estar visíveis";
-$a->strings["Notification for new posts"] = "Notificações para novas publicações";
-$a->strings["Send a notification of every new post of this contact"] = "Envie uma notificação para todos as novas publicações deste contato";
-$a->strings["Fetch further information for feeds"] = "Pega mais informações para feeds";
-$a->strings["Suggestions"] = "Sugestões";
-$a->strings["Suggest potential friends"] = "Sugerir amigos em potencial";
-$a->strings["Show all contacts"] = "Exibe todos os contatos";
-$a->strings["Unblocked"] = "Desbloquear";
-$a->strings["Only show unblocked contacts"] = "Exibe somente contatos desbloqueados";
-$a->strings["Blocked"] = "Bloqueado";
-$a->strings["Only show blocked contacts"] = "Exibe somente contatos bloqueados";
-$a->strings["Ignored"] = "Ignorados";
-$a->strings["Only show ignored contacts"] = "Exibe somente contatos ignorados";
-$a->strings["Archived"] = "Arquivados";
-$a->strings["Only show archived contacts"] = "Exibe somente contatos arquivados";
-$a->strings["Hidden"] = "Ocultos";
-$a->strings["Only show hidden contacts"] = "Exibe somente contatos ocultos";
-$a->strings["Mutual Friendship"] = "Amizade mútua";
-$a->strings["is a fan of yours"] = "é um fã seu";
-$a->strings["you are a fan of"] = "você é um fã de";
-$a->strings["Edit contact"] = "Editar o contato";
-$a->strings["Search your contacts"] = "Pesquisar seus contatos";
-$a->strings["Finding: "] = "Pesquisando: ";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Lamento, talvez seu envio seja maior do que as configurações do PHP permitem";
-$a->strings["Or - did you try to upload an empty file?"] = "Ou - você tentou enviar um arquivo vazio?";
-$a->strings["File exceeds size limit of %d"] = "O arquivo excedeu o tamanho limite de %d";
-$a->strings["File upload failed."] = "Não foi possível enviar o arquivo.";
+$a->strings["Message not available."] = "A mensagem não está disponível.";
+$a->strings["Delete message"] = "Excluir a mensagem";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Não foi encontrada nenhuma comunicação segura. Você <strong>pode</strong> ser capaz de responder a partir da página de perfil do remetente.";
+$a->strings["Send Reply"] = "Enviar resposta";
 $a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]";
-$a->strings["Export account"] = "Exportar conta";
-$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 suas informações de conta e contatos. Use para fazer uma cópia de segurança de sua conta e/ou para movê-la para outro servidor.";
-$a->strings["Export all"] = "Exportar tudo";
-$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)"] = "Exportar as informações de sua conta, contatos e todos os seus items como JSON. Pode ser um arquivo muito grande, e pode levar bastante tempo. Use isto para fazer uma cópia de segurança completa da sua conta (fotos não são exportadas)";
-$a->strings["Registration successful. Please check your email for further instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Não foi possível enviar a mensagem de e-mail. Aqui está a mensagem que não foi.";
-$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro.";
-$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens.";
-$a->strings["Your OpenID (optional): "] = "Seu OpenID (opcional): ";
-$a->strings["Include your profile in member directory?"] = "Incluir o seu perfil no diretório de membros?";
-$a->strings["Membership on this site is by invitation only."] = "A associação a este site só pode ser feita mediante convite.";
-$a->strings["Your invitation ID: "] = "A ID do seu convite: ";
-$a->strings["Registration"] = "Registro";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Seu nome completo (ex: José da Silva): ";
-$a->strings["Your Email Address: "] = "Seu endereço de e-mail: ";
-$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>'."] = "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será '<strong>identificação@\$sitename</strong>'";
-$a->strings["Choose a nickname: "] = "Escolha uma identificação: ";
-$a->strings["Import"] = "Importar";
-$a->strings["Import your profile to this friendica instance"] = "Importa seu perfil  desta instância do friendica";
-$a->strings["Post successful."] = "Publicado com sucesso.";
-$a->strings["System down for maintenance"] = "Sistema em manutenção";
-$a->strings["Access to this profile has been restricted."] = "O acesso a este perfil está restrito.";
-$a->strings["Tips for New Members"] = "Dicas para novos membros";
-$a->strings["Public access denied."] = "Acesso público negado.";
-$a->strings["No videos selected"] = "Nenhum vídeo selecionado";
-$a->strings["Access to this item is restricted."] = "O acesso a este item é restrito.";
-$a->strings["View Album"] = "Ver álbum";
-$a->strings["Recent Videos"] = "Vídeos Recentes";
-$a->strings["Upload New Videos"] = "Envie Novos Vídeos";
-$a->strings["Manage Identities and/or Pages"] = "Gerenciar identidades e/ou páginas";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\"";
-$a->strings["Select an identity to manage: "] = "Selecione uma identidade para gerenciar: ";
-$a->strings["Item not found"] = "O item não foi encontrado";
-$a->strings["Edit post"] = "Editar a publicação";
-$a->strings["People Search"] = "Pesquisar pessoas";
-$a->strings["No matches"] = "Nenhuma correspondência";
-$a->strings["Account approved."] = "A conta foi aprovada.";
-$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado";
-$a->strings["Please login."] = "Por favor, autentique-se.";
-$a->strings["This introduction has already been accepted."] = "Esta apresentação já foi aceita.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "A localização do perfil não é válida ou não contém uma informação de perfil.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono.";
-$a->strings["Warning: profile location has no profile photo."] = "Aviso: a localização do perfil não possui nenhuma foto do perfil.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "O parâmetro requerido %d não foi encontrado na localização fornecida",
-       1 => "Os parâmetros requeridos %d não foram encontrados na localização fornecida",
-);
-$a->strings["Introduction complete."] = "A apresentação foi finalizada.";
-$a->strings["Unrecoverable protocol error."] = "Ocorreu um erro irrecuperável de protocolo.";
-$a->strings["Profile unavailable."] = "O perfil não está disponível.";
-$a->strings["%s has received too many connection requests today."] = "%s recebeu solicitações de conexão em excesso hoje.";
-$a->strings["Spam protection measures have been invoked."] = "As medidas de proteção contra spam foram ativadas.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Os amigos foram notificados para tentar novamente em 24 horas.";
-$a->strings["Invalid locator"] = "Localizador inválido";
-$a->strings["Invalid email address."] = "Endereço de e-mail inválido.";
-$a->strings["This account has not been configured for email. Request failed."] = "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação.";
-$a->strings["Unable to resolve your name at the provided location."] = "Não foi possível encontrar a sua identificação no endereço indicado.";
-$a->strings["You have already introduced yourself here."] = "Você já fez a sua apresentação aqui.";
-$a->strings["Apparently you are already friends with %s."] = "Aparentemente você já é amigo de %s.";
-$a->strings["Invalid profile URL."] = "URL de perfil inválida.";
-$a->strings["Your introduction has been sent."] = "A sua apresentação foi enviada.";
-$a->strings["Please login to confirm introduction."] = "Por favor, autentique-se para confirmar a apresentação.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "A identidade autenticada está incorreta. Por favor, entre como <strong>este</strong> perfil.";
-$a->strings["Hide this contact"] = "Ocultar este contato";
-$a->strings["Welcome home %s."] = "Bem-vindo(a) à sua página pessoal %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirme sua solicitação de apresentação/conexão para %s.";
-$a->strings["Confirm"] = "Confirmar";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Caso você ainda não seja membro da rede social livre, <a href=\"http://dir.friendica.com/siteinfo\">clique aqui para encontrar um site Friendica público e junte-se à nós</a>.";
-$a->strings["Friend/Connection Request"] = "Solicitação de amizade/conexão";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Por favor, entre com as informações solicitadas:";
-$a->strings["Does %s know you?"] = "%s conhece você?";
-$a->strings["Add a personal note:"] = "Adicione uma anotação pessoal:";
-$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."] = " - Por favor, não utilize esse formulário.  Ao invés disso, digite %s na sua barra de pesquisa do Diaspora.";
-$a->strings["Your Identity Address:"] = "Seu endereço de identificação:";
-$a->strings["Submit Request"] = "Enviar solicitação";
+$a->strings["Contact settings applied."] = "As configurações do contato foram aplicadas.";
+$a->strings["Contact update failed."] = "Não foi possível atualizar o contato.";
+$a->strings["Repair Contact Settings"] = "Corrigir configurações do contato";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ATENÇÃO: Isso é muito avançado</strong>, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Por favor, use o botão 'Voltar' do seu navegador <strong>agora</strong>, caso você não tenha certeza do que está fazendo.";
+$a->strings["Return to contact editor"] = "Voltar ao editor de contatos";
+$a->strings["No mirroring"] = "Nenhum espelhamento";
+$a->strings["Mirror as forwarded posting"] = "Espelhar como postagem encaminhada";
+$a->strings["Mirror as my own posting"] = "Espelhar como minha própria postagem";
+$a->strings["Name"] = "Nome";
+$a->strings["Account Nickname"] = "Identificação da conta";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - sobrescreve Nome/Identificação";
+$a->strings["Account URL"] = "URL da conta";
+$a->strings["Friend Request URL"] = "URL da requisição de amizade";
+$a->strings["Friend Confirm URL"] = "URL da confirmação de amizade";
+$a->strings["Notification Endpoint URL"] = "URL do ponto final da notificação";
+$a->strings["Poll/Feed URL"] = "URL do captador/fonte de notícias";
+$a->strings["New photo from this URL"] = "Nova imagem desta URL";
+$a->strings["Remote Self"] = "Auto remoto";
+$a->strings["Mirror postings from this contact"] = "Espelhar publicações deste contato";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Marcar este contato como auto remoto fará com que o friendica republique novas entradas deste usuário.";
+$a->strings["Access denied."] = "Acesso negado.";
+$a->strings["People Search"] = "Pesquisar pessoas";
+$a->strings["No matches"] = "Nenhuma correspondência";
+$a->strings["Photos"] = "Fotos";
 $a->strings["Files"] = "Arquivos";
-$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação";
-$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:";
-$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?";
-$a->strings["Do you really want to delete this suggestion?"] = "Você realmente deseja deletar essa sugestão?";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas.";
-$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
 $a->strings["Contacts who are not members of a group"] = "Contatos que não são membros de um grupo";
-$a->strings["Contact not found."] = "O contato não foi encontrado.";
-$a->strings["Friend suggestion sent."] = "A sugestão de amigo foi enviada";
-$a->strings["Suggest Friends"] = "Sugerir amigos";
-$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s";
-$a->strings["link"] = "ligação";
-$a->strings["No contacts."] = "Nenhum contato.";
 $a->strings["Theme settings updated."] = "As configurações do tema foram atualizadas.";
 $a->strings["Site"] = "Site";
 $a->strings["Users"] = "Usuários";
+$a->strings["Plugins"] = "Plugins";
 $a->strings["Themes"] = "Temas";
 $a->strings["DB updates"] = "Atualizações do BD";
 $a->strings["Logs"] = "Relatórios";
+$a->strings["Admin"] = "Admin";
 $a->strings["Plugin Features"] = "Recursos do plugin";
 $a->strings["User registrations waiting for confirmation"] = "Cadastros de novos usuários aguardando confirmação";
 $a->strings["Normal Account"] = "Conta normal";
@@ -1128,7 +412,12 @@ $a->strings["Version"] = "Versão";
 $a->strings["Active plugins"] = "Plugins ativos";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Não foi possível analisar a URL. Ela deve conter pelo menos <scheme>://<domain>";
 $a->strings["Site settings updated."] = "As configurações do site foram atualizadas.";
+$a->strings["No special theme for mobile devices"] = "Nenhum tema especial para dispositivos móveis";
 $a->strings["At post arrival"] = "Na chegada da publicação";
+$a->strings["Frequently"] = "Frequentemente";
+$a->strings["Hourly"] = "De hora em hora";
+$a->strings["Twice daily"] = "Duas vezes ao dia";
+$a->strings["Daily"] = "Diariamente";
 $a->strings["Multi user instance"] = "Instância multi usuário";
 $a->strings["Closed"] = "Fechado";
 $a->strings["Requires approval"] = "Requer aprovação";
@@ -1136,12 +425,15 @@ $a->strings["Open"] = "Aberto";
 $a->strings["No SSL policy, links will track page SSL state"] = "Nenhuma política de SSL, os links irão rastrear o estado SSL da página";
 $a->strings["Force all links to use SSL"] = "Forçar todos os links a utilizar SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)";
+$a->strings["Save Settings"] = "Salvar configurações";
+$a->strings["Registration"] = "Registro";
 $a->strings["File upload"] = "Envio de arquivo";
 $a->strings["Policies"] = "Políticas";
 $a->strings["Advanced"] = "Avançado";
 $a->strings["Performance"] = "Performance";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocação - ATENÇÃO: função avançada. Pode tornar esse servidor inacessível.";
 $a->strings["Site name"] = "Nome do site";
+$a->strings["Host name"] = "Nome do host";
 $a->strings["Banner/Logo"] = "Banner/Logo";
 $a->strings["Additional Info"] = "Informação adicional";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Para servidores públicos: você pode adicionar informações aqui que serão listadas em dir.friendica.com/siteinfo.";
@@ -1152,6 +444,8 @@ $a->strings["Mobile system theme"] = "Tema do sistema para dispositivos móveis"
 $a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis";
 $a->strings["SSL link policy"] = "Política de link SSL";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Determina se os links gerados devem ser forçados a utilizar SSL";
+$a->strings["Force SSL"] = "Forçar SSL";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Forçar todas as solicitações não-SSL para SSL - Atenção: em alguns sistemas isso pode levar a loops infinitos.";
 $a->strings["Old style 'Share'"] = "Estilo antigo do 'Compartilhar' ";
 $a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Desativa o elemento bbcode 'compartilhar' para repetir ítens.";
 $a->strings["Hide help entry from navigation menu"] = "Oculta a entrada 'Ajuda' do menu de navegação";
@@ -1229,32 +523,33 @@ $a->strings["Suppress Language"] = "Retira idioma";
 $a->strings["Suppress language information in meta information about a posting."] = "Retira informações sobre idioma nas meta informações sobre uma publicação.";
 $a->strings["Path to item cache"] = "Diretório do cache de item";
 $a->strings["Cache duration in seconds"] = "Duração do cache em 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."] = "";
-$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["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 quanto tempo os arquivos de cache devem ser mantidos? O valor padrão é 86400 segundos (um dia). Para desativar o cache, defina o valor para -1.";
+$a->strings["Maximum numbers of comments per post"] = "O número máximo de comentários por post";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "Quanto comentários devem ser mostradas em cada post? O valor padrão é 100.";
 $a->strings["Path for lock file"] = "Diretório do arquivo de trava";
 $a->strings["Temp path"] = "Diretório Temp";
 $a->strings["Base path to installation"] = "Diretório base para instalação";
-$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["Disable picture proxy"] = "Disabilitar proxy de imagem";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "O proxy de imagem aumenta o desempenho e privacidade. Ele não deve ser usado em sistemas com largura de banda muito baixa.";
 $a->strings["New base url"] = "Nova URL base";
-$a->strings["Enable noscrape"] = "";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping."] = "";
+$a->strings["Disable noscrape"] = "Desabilitar noscrape";
+$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server."] = "O recurso noscrape acelera submissões do diretório usando dados JSON em vez de raspagem HTML. Desativá-lo irá causar maior carga sobre o seu servidor e o servidor do diretório.";
 $a->strings["Update has been marked successful"] = "A atualização foi marcada como bem sucedida";
-$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["Database structure update %s was successfully applied."] = "A atualização da estrutura do banco de dados %s foi aplicada com sucesso.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "A execução da atualização da estrutura do banco de dados %s falhou com o erro: %s";
+$a->strings["Executing %s failed with error: %s"] = "A execução de %s falhou com erro: %s";
 $a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso.";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Atualizar %s não retornou um status. Desconhecido se ele teve sucesso.";
-$a->strings["There was no additional update function %s that needed to be called."] = "";
+$a->strings["There was no additional update function %s that needed to be called."] = "Não havia nenhuma função de atualização %s adicional que precisava ser chamada.";
 $a->strings["No failed updates."] = "Nenhuma atualização com falha.";
-$a->strings["Check database structure"] = "";
+$a->strings["Check database structure"] = "Verifique a estrutura do banco de dados";
 $a->strings["Failed Updates"] = "Atualizações com falha";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Isso não inclue atualizações antes da 1139, as quais não retornavam um status.";
 $a->strings["Mark success (if update was manually applied)"] = "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)";
 $a->strings["Attempt to execute this update step automatically"] = "Tentar executar esse passo da atualização automaticamente";
-$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["\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\tCaro %1\$s,\n\t\t\t\to administrador de %2\$s criou uma conta para você.";
+$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\tOs dados de login são os seguintes:\n\n\t\t\tLocal do Site:\t%1\$s\n\t\t\tNome de Login:\t\t%2\$s\n\t\t\tSenha:\t\t%3\$s\n\n\t\t\tVocê pode alterar sua senha na página de \"Configurações\" da sua conta após fazer o login.\n\n\t\t\tPor favor, dedique alguns minutos na página para rever as outras configurações da sua conta.\n\n\t\t\tTalvez você também queira incluir algumas informações básicas adicionais ao seu perfil padrão\n\t\t\t(na página de \"Perfis\") para que outras pessoas possam encontrá-lo com facilidade.\n\n\t\t\tRecomendamos que inclua seu nome completo, adicione uma foto do perfil,\n\t\t\tadicionar algumas \"palavras-chave\" (muito útil para fazer novas amizades) - e\n\t\t\ttalvez em que pais você mora; se você não quiser ser mais específico\n\t\t\tdo que isso.\n\n\t\t\tNós respeitamos plenamente seu direito à privacidade, e nenhum desses itens são necessários.\n\t\t\tSe você é novo por aqui e não conheço ninguém, eles podem ajuda-lo\n\t\t\ta fazer novas e interessantes amizades.\n\n\t\t\tObrigado e bem-vindo a %4\$s.";
+$a->strings["Registration details for %s"] = "Detalhes do registro de %s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s usuário bloqueado/desbloqueado",
        1 => "%s usuários bloqueados/desbloqueados",
@@ -1271,6 +566,7 @@ $a->strings["select all"] = "selecionar todos";
 $a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação";
 $a->strings["User waiting for permanent deletion"] = "Usuário aguardando por fim permanente da conta.";
 $a->strings["Request date"] = "Solicitar data";
+$a->strings["Email"] = "E-mail";
 $a->strings["No registrations."] = "Nenhum registro.";
 $a->strings["Deny"] = "Negar";
 $a->strings["Site admin"] = "Administração do site";
@@ -1280,6 +576,7 @@ $a->strings["Register date"] = "Data de registro";
 $a->strings["Last login"] = "Última entrada";
 $a->strings["Last item"] = "Último item";
 $a->strings["Deleted since"] = "Apagado desde";
+$a->strings["Account"] = "Conta";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será excluído permanentemente!\\n\\nDeseja continuar?";
 $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?"] = "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?";
 $a->strings["Name of the new user."] = "Nome do novo usuários.";
@@ -1308,14 +605,10 @@ $a->strings["FTP Host"] = "Endereço do FTP";
 $a->strings["FTP Path"] = "Caminho do FTP";
 $a->strings["FTP User"] = "Usuário do FTP";
 $a->strings["FTP Password"] = "Senha do FTP";
-$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d";
-$a->strings["Unable to process image."] = "Não foi possível processar a imagem.";
-$a->strings["Image upload failed."] = "Não foi possível enviar a imagem.";
-$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
-$a->strings["OpenID protocol error. No ID returned."] = "Erro no protocolo OpenID. Não foi retornada nenhuma ID.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "A conta não foi encontrada e não são permitidos registros via OpenID nesse site.";
 $a->strings["Search Results For:"] = "Resultados de Busca Por:";
 $a->strings["Remove term"] = "Remover o termo";
+$a->strings["Saved Searches"] = "Pesquisas salvas";
+$a->strings["add"] = "adicionar";
 $a->strings["Commented Order"] = "Ordem dos comentários";
 $a->strings["Sort by Comment Date"] = "Ordenar pela data do comentário";
 $a->strings["Posted Order"] = "Ordem das publicações";
@@ -1338,131 +631,13 @@ $a->strings["Group: "] = "Grupo: ";
 $a->strings["Contact: "] = "Contato: ";
 $a->strings["Private messages to this person are at risk of public disclosure."] = "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública.";
 $a->strings["Invalid contact."] = "Contato inválido.";
-$a->strings["- select -"] = "-selecione-";
-$a->strings["This is Friendica, version"] = "Este é o Friendica, versão";
-$a->strings["running at web location"] = "sendo executado no endereço web";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Por favor, visite <a href=\"http://friendica.com\">friendica.com</a> para aprender mais sobre o projeto Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com";
-$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instaladas:";
-$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicativo instalado";
-$a->strings["Applications"] = "Aplicativos";
-$a->strings["No installed applications."] = "Nenhum aplicativo instalado";
-$a->strings["Upload New Photos"] = "Enviar novas fotos";
-$a->strings["Contact information unavailable"] = "A informação de contato não está disponível";
-$a->strings["Album not found."] = "O álbum não foi encontrado.";
-$a->strings["Delete Album"] = "Excluir o álbum";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Você realmente deseja deletar esse álbum de fotos e todas as suas fotos?";
-$a->strings["Delete Photo"] = "Excluir a foto";
-$a->strings["Do you really want to delete this photo?"] = "Você realmente deseja deletar essa foto?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s foi marcado em %2\$s por %3\$s";
-$a->strings["a photo"] = "uma foto";
-$a->strings["Image exceeds size limit of "] = "A imagem excede o tamanho máximo de ";
-$a->strings["Image file is empty."] = "O arquivo de imagem está vazio.";
-$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos.";
-$a->strings["Upload Photos"] = "Enviar fotos";
-$a->strings["New album name: "] = "Nome do novo álbum: ";
-$a->strings["or existing album name: "] = "ou o nome de um álbum já existente: ";
-$a->strings["Do not show a status post for this upload"] = "Não exiba uma publicação de status para este envio";
-$a->strings["Permissions"] = "Permissões";
-$a->strings["Private Photo"] = "Foto Privada";
-$a->strings["Public Photo"] = "Foto Pública";
-$a->strings["Edit Album"] = "Editar o álbum";
-$a->strings["Show Newest First"] = "Exibir as mais recentes primeiro";
-$a->strings["Show Oldest First"] = "Exibir as mais antigas primeiro";
-$a->strings["View Photo"] = "Ver a foto";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. O acesso a este item pode estar restrito.";
-$a->strings["Photo not available"] = "A foto não está disponível";
-$a->strings["View photo"] = "Ver a imagem";
-$a->strings["Edit photo"] = "Editar a foto";
-$a->strings["Use as profile photo"] = "Usar como uma foto de perfil";
-$a->strings["View Full Size"] = "Ver no tamanho real";
-$a->strings["Tags: "] = "Etiquetas: ";
-$a->strings["[Remove any tag]"] = "[Remover qualquer etiqueta]";
-$a->strings["Rotate CW (right)"] = "Rotacionar para direita";
-$a->strings["Rotate CCW (left)"] = "Rotacionar para esquerda";
-$a->strings["New album name"] = "Novo nome para o álbum";
-$a->strings["Caption"] = "Legenda";
-$a->strings["Add a Tag"] = "Adicionar uma etiqueta";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento";
-$a->strings["Private photo"] = "Foto privada";
-$a->strings["Public photo"] = "Foto pública";
-$a->strings["Recent Photos"] = "Fotos recentes";
-$a->strings["Contact added"] = "O contato foi adicionado";
-$a->strings["Move account"] = "Mover conta";
-$a->strings["You can import an account from another Friendica server."] = "Você pode importar um conta de outro sevidor 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."] = "Você precisa exportar sua conta de um servidor antigo e fazer o upload aqui. Nós recriaremos sua conta antiga aqui com todos os seus contatos. Nós também tentaremos informar seus amigos que você se mudou para cá.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Esse recurso é experimental. Nós não podemos importar contatos de uma rede OStatus (statusnet/identi.ca) ou do Diaspora";
-$a->strings["Account file"] = "Arquivo de conta";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Para exportar a sua conta, entre em \"Configurações->Exportar dados pessoais\" e selecione \"Exportar conta\"";
-$a->strings["Total invitation limit exceeded."] = "Limite de convites totais excedido.";
-$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido.";
-$a->strings["Please join us on Friendica"] = "Por favor, junte-se à nós na Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite de convites ultrapassado. Favor contactar o administrador do sítio.";
-$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem.";
-$a->strings["%d message sent."] = array(
-       0 => "%d mensagem enviada.",
-       1 => "%d mensagens enviadas.",
-);
-$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis";
-$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."] = "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público.";
-$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."] = "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros.";
-$a->strings["Send invitations"] = "Enviar convites.";
-$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você preciso informar este código de convite: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com.";
-$a->strings["Access denied."] = "Acesso negado.";
-$a->strings["No valid account found."] = "Não foi encontrada nenhuma conta válida.";
-$a->strings["Password reset request issued. Check your email."] = "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail.";
-$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."] = "";
-$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"] = "";
-$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de reiniciação da senha em %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada.";
-$a->strings["Your password has been reset as requested."] = "Sua senha foi reiniciada, conforme solicitado.";
-$a->strings["Your new password is"] = "Sua nova senha é";
-$a->strings["Save or copy your new password - and then"] = "Grave ou copie a sua nova senha e, então";
-$a->strings["click here to login"] = "clique aqui para entrar";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em seu perfil.";
-$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"] = "";
-$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"] = "";
-$a->strings["Your password has been changed at %s"] = "Sua senha foi modifica às %s";
-$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções.";
-$a->strings["Nickname or Email: "] = "Identificação ou e-mail: ";
-$a->strings["Reset"] = "Reiniciar";
-$a->strings["Source (bbcode) text:"] = "Texto fonte (bbcode):";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texto fonte (Diaspora) a converter para BBcode:";
-$a->strings["Source input: "] = "Entrada fonte:";
-$a->strings["bb2html (raw HTML): "] = "bb2html (HTML puro):";
-$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): "] = "Fonte de entrada (formato Diaspora):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Tag removed"] = "A etiqueta foi removida";
-$a->strings["Remove Item Tag"] = "Remover a etiqueta do item";
-$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: ";
-$a->strings["Remove My Account"] = "Remover minha conta";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la.";
-$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:";
-$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido.";
-$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil";
-$a->strings["Visible To"] = "Visível para";
-$a->strings["All Contacts (with secure profile access)"] = "Todos os contatos (com acesso a perfil seguro)";
-$a->strings["Profile Match"] = "Correspondência de perfil";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão.";
-$a->strings["is interested in:"] = "se interessa por:";
+$a->strings["Friends of %s"] = "Amigos de %s";
+$a->strings["No friends to display."] = "Nenhum amigo para exibir.";
 $a->strings["Event title and start time are required."] = "O título do evento e a hora de início são obrigatórios.";
 $a->strings["l, F j"] = "l, F j";
 $a->strings["Edit event"] = "Editar o evento";
+$a->strings["link to source"] = "exibir a origem";
+$a->strings["Events"] = "Eventos";
 $a->strings["Create New Event"] = "Criar um novo evento";
 $a->strings["Previous"] = "Anterior";
 $a->strings["Next"] = "Próximo";
@@ -1475,113 +650,53 @@ $a->strings["Finish date/time is not known or not relevant"] = "A data/hora de t
 $a->strings["Event Finishes:"] = "Término do evento:";
 $a->strings["Adjust for viewer timezone"] = "Ajustar para o fuso horário do visualizador";
 $a->strings["Description:"] = "Descrição:";
+$a->strings["Location:"] = "Localização:";
 $a->strings["Title:"] = "Título:";
 $a->strings["Share this event"] = "Compartilhar este evento";
-$a->strings["{0} wants to be your friend"] = "{0} deseja ser seu amigo";
-$a->strings["{0} sent you a message"] = "{0} lhe enviou uma mensagem";
-$a->strings["{0} requested registration"] = "{0} solicitou registro";
-$a->strings["{0} commented %s's post"] = "{0} comentou a publicação de %s";
-$a->strings["{0} liked %s's post"] = "{0} gostou da publicação de %s";
-$a->strings["{0} disliked %s's post"] = "{0} desgostou da publicação de %s";
-$a->strings["{0} is now friends with %s"] = "{0} agora é amigo de %s";
-$a->strings["{0} posted"] = "{0} publicou";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetou a publicação de %s com #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} mencionou você em uma publicação";
-$a->strings["Mood"] = "Humor";
-$a->strings["Set your current mood and tell your friends"] = "Defina o seu humor e conte aos seus amigos";
-$a->strings["No results."] = "Nenhum resultado.";
-$a->strings["Unable to locate contact information."] = "Não foi possível localizar informação do contato.";
-$a->strings["Do you really want to delete this message?"] = "Você realmente deseja deletar essa mensagem?";
-$a->strings["Message deleted."] = "A mensagem foi excluída.";
-$a->strings["Conversation removed."] = "A conversa foi removida.";
-$a->strings["No messages."] = "Nenhuma mensagem.";
-$a->strings["Unknown sender - %s"] = "Remetente desconhecido - %s";
-$a->strings["You and %s"] = "Você e %s";
-$a->strings["%s and You"] = "%s e você";
-$a->strings["Delete conversation"] = "Excluir conversa";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
-       0 => "%d mensagem",
-       1 => "%d mensagens",
+$a->strings["Select"] = "Selecionar";
+$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s @ %s";
+$a->strings["%s from %s"] = "%s de %s";
+$a->strings["View in context"] = "Ver no contexto";
+$a->strings["%d comment"] = array(
+       0 => "%d comentário",
+       1 => "%d comentários",
 );
-$a->strings["Message not available."] = "A mensagem não está disponível.";
-$a->strings["Delete message"] = "Excluir a mensagem";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Não foi encontrada nenhuma comunicação segura. Você <strong>pode</strong> ser capaz de responder a partir da página de perfil do remetente.";
-$a->strings["Send Reply"] = "Enviar resposta";
-$a->strings["Not available."] = "Não disponível.";
-$a->strings["Profile not found."] = "O perfil não foi encontrado.";
-$a->strings["Profile deleted."] = "O perfil foi excluído.";
-$a->strings["Profile-"] = "Perfil-";
-$a->strings["New profile created."] = "O novo perfil foi criado.";
-$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem.";
-$a->strings["Profile Name is required."] = "É necessário informar o nome do perfil.";
-$a->strings["Marital Status"] = "Situação amorosa";
-$a->strings["Romantic Partner"] = "Parceiro romântico";
-$a->strings["Likes"] = "Gosta de";
-$a->strings["Dislikes"] = "Não gosta de";
-$a->strings["Work/Employment"] = "Trabalho/emprego";
-$a->strings["Religion"] = "Religião";
-$a->strings["Political Views"] = "Posicionamento político";
-$a->strings["Gender"] = "Gênero";
-$a->strings["Sexual Preference"] = "Preferência sexual";
-$a->strings["Homepage"] = "Página Principal";
-$a->strings["Interests"] = "Interesses";
-$a->strings["Address"] = "Endereço";
-$a->strings["Location"] = "Localização";
-$a->strings["Profile updated."] = "O perfil foi atualizado.";
-$a->strings[" and "] = " e ";
-$a->strings["public profile"] = "perfil público";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s mudou %2\$s para &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - Visite %2\$s de %1\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s foi atualizado %2\$s, mudando %3\$s.";
-$a->strings["Hide contacts and friends:"] = "";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?";
-$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil";
-$a->strings["Change Profile Photo"] = "Mudar Foto do Perfil";
-$a->strings["View this profile"] = "Ver este perfil";
-$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações";
-$a->strings["Clone this profile"] = "Clonar este perfil";
-$a->strings["Delete this profile"] = "Excluir este perfil";
-$a->strings["Basic information"] = "";
-$a->strings["Profile picture"] = "";
-$a->strings["Preferences"] = "";
-$a->strings["Status information"] = "";
-$a->strings["Additional information"] = "";
-$a->strings["Upload Profile Photo"] = "Enviar foto do perfil";
-$a->strings["Profile Name:"] = "Nome do perfil:";
-$a->strings["Your Full Name:"] = "Seu nome completo:";
-$a->strings["Title/Description:"] = "Título/Descrição:";
-$a->strings["Your Gender:"] = "Seu gênero:";
-$a->strings["Birthday (%s):"] = "Aniversário (%s):";
-$a->strings["Street Address:"] = "Endereço:";
-$a->strings["Locality/City:"] = "Localidade/Cidade:";
-$a->strings["Postal/Zip Code:"] = "CEP:";
-$a->strings["Country:"] = "País:";
-$a->strings["Region/State:"] = "Região/Estado:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Situação amorosa:";
-$a->strings["Who: (if applicable)"] = "Quem: (se pertinente)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com";
-$a->strings["Since [date]:"] = "Desde [data]:";
-$a->strings["Homepage URL:"] = "Endereço do site web:";
-$a->strings["Religious Views:"] = "Orientação religiosa:";
-$a->strings["Public Keywords:"] = "Palavras-chave públicas:";
-$a->strings["Private Keywords:"] = "Palavras-chave privadas:";
-$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Usado na pesquisa de perfis, nunca é exibido para os outros)";
-$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você...";
-$a->strings["Hobbies/Interests"] = "Passatempos/Interesses";
-$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais";
-$a->strings["Musical interests"] = "Preferências musicais";
-$a->strings["Books, literature"] = "Livros, literatura";
-$a->strings["Television"] = "Televisão";
-$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento";
-$a->strings["Love/romance"] = "Amor/romance";
-$a->strings["Work/employment"] = "Trabalho/emprego";
-$a->strings["School/education"] = "Escola/educação";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet.";
-$a->strings["Age: "] = "Idade: ";
-$a->strings["Edit/Manage Profiles"] = "Editar/Gerenciar perfis";
+$a->strings["comment"] = array(
+       0 => "comentário",
+       1 => "comentários",
+);
+$a->strings["show more"] = "exibir mais";
+$a->strings["Private Message"] = "Mensagem privada";
+$a->strings["I like this (toggle)"] = "Eu gostei disso (alternar)";
+$a->strings["like"] = "gostei";
+$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alternar)";
+$a->strings["dislike"] = "desgostar";
+$a->strings["Share this"] = "Compartilhar isso";
+$a->strings["share"] = "compartilhar";
+$a->strings["This is you"] = "Este(a) é você";
+$a->strings["Comment"] = "Comentar";
+$a->strings["Bold"] = "Negrito";
+$a->strings["Italic"] = "Itálico";
+$a->strings["Underline"] = "Sublinhado";
+$a->strings["Quote"] = "Citação";
+$a->strings["Code"] = "Código";
+$a->strings["Image"] = "Imagem";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Vídeo";
+$a->strings["Preview"] = "Pré-visualização";
+$a->strings["Edit"] = "Editar";
+$a->strings["add star"] = "destacar";
+$a->strings["remove star"] = "remover o destaque";
+$a->strings["toggle star status"] = "ativa/desativa o destaque";
+$a->strings["starred"] = "marcado com estrela";
+$a->strings["add tag"] = "adicionar etiqueta";
+$a->strings["save to folder"] = "salvar na pasta";
+$a->strings["to"] = "para";
+$a->strings["Wall-to-Wall"] = "Mural-para-mural";
+$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural";
+$a->strings["Remove My Account"] = "Remover minha conta";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la.";
+$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:";
 $a->strings["Friendica Communications Server - Setup"] = "Servidor de Comunicações Friendica - Configuração";
 $a->strings["Could not connect to database."] = "Não foi possível conectar ao banco de dados.";
 $a->strings["Could not create table."] = "Não foi possível criar tabela.";
@@ -1643,114 +758,1023 @@ $a->strings["Url rewrite is working"] = "A reescrita de URLs está funcionando";
 $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."] = "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web.";
 $a->strings["<h1>What next</h1>"] = "<h1>A seguir</h1>";
 $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem.";
+$a->strings["Unable to check your home location."] = "Não foi possível verificar a sua localização.";
+$a->strings["No recipient."] = "Nenhum destinatário.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos.";
 $a->strings["Help:"] = "Ajuda:";
-$a->strings["Contact settings applied."] = "As configurações do contato foram aplicadas.";
-$a->strings["Contact update failed."] = "Não foi possível atualizar o contato.";
-$a->strings["Repair Contact Settings"] = "Corrigir configurações do contato";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ATENÇÃO: Isso é muito avançado</strong>, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Por favor, use o botão 'Voltar' do seu navegador <strong>agora</strong>, caso você não tenha certeza do que está fazendo.";
-$a->strings["Return to contact editor"] = "Voltar ao editor de contatos";
-$a->strings["Account Nickname"] = "Identificação da conta";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - sobrescreve Nome/Identificação";
-$a->strings["Account URL"] = "URL da conta";
-$a->strings["Friend Request URL"] = "URL da requisição de amizade";
-$a->strings["Friend Confirm URL"] = "URL da confirmação de amizade";
-$a->strings["Notification Endpoint URL"] = "URL do ponto final da notificação";
-$a->strings["Poll/Feed URL"] = "URL do captador/fonte de notícias";
-$a->strings["New photo from this URL"] = "Nova imagem desta URL";
-$a->strings["Remote Self"] = "Auto remoto";
-$a->strings["Mirror postings from this contact"] = "Espelhar publicações deste contato";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Marcar este contato como auto remoto fará com que o friendica republique novas entradas deste usuário.";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Welcome to Friendica"] = "Bemvindo ao Friendica";
-$a->strings["New Member Checklist"] = "Dicas para os novos membros";
-$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."] = "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente.";
-$a->strings["Getting Started"] = "Do Início";
-$a->strings["Friendica Walk-Through"] = "Passo-a-passo da friendica";
-$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."] = "Na sua página <em>Início Rápido</em> - encontre uma introdução rápida ao seu perfil e abas da rede, faça algumas conexões novas, e encontre alguns grupos entrar.";
-$a->strings["Go to Your Settings"] = "Ir para as suas configurações";
-$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."] = "Em sua página  <em>Configurações</em> - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre.";
-$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."] = "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você.";
-$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."] = "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem.";
-$a->strings["Edit Your Profile"] = "Editar seu perfil";
-$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."] = "Edite o seu perfil <strong>padrão</strong> a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos.";
-$a->strings["Profile Keywords"] = "Palavras-chave do perfil";
-$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."] = "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades.";
-$a->strings["Connecting"] = "Conexões";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Se</em> esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre.";
-$a->strings["Importing Emails"] = "Importação de e-mails";
-$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"] = "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail";
-$a->strings["Go to Your Contacts Page"] = "Ir para a sua página de contatos";
-$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."] = "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo <em>Adicionar Novo Contato</em>.";
-$a->strings["Go to Your Site's Directory"] = "Ir para o diretório do seu site";
-$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."] = "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link <em>Conectar</em> ou <em>Seguir</em> no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado.";
-$a->strings["Finding New People"] = "Pesquisar por novas pessoas";
-$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."] = "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas.";
-$a->strings["Group Your Contacts"] = "Agrupe seus contatos";
-$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."] = "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede.";
-$a->strings["Why Aren't My Posts Public?"] = "Por que as minhas publicações não são públicas?";
-$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."] = "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima.";
-$a->strings["Getting Help"] = "Obtendo ajuda";
-$a->strings["Go to the Help Section"] = "Ir para a seção de ajuda";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Nossas páginas de <strong>ajuda</strong> podem ser consultadas para mais detalhes sobre características e recursos do programa.";
-$a->strings["Poke/Prod"] = "Cutucar/Incitar";
-$a->strings["poke, prod or do other things to somebody"] = "Cutuca, incita ou faz outras coisas com alguém";
-$a->strings["Recipient"] = "Destinatário";
-$a->strings["Choose what you wish to do to recipient"] = "Selecione o que você deseja fazer com o destinatário";
-$a->strings["Make this post private"] = "Fazer com que essa publicação se torne privada";
-$a->strings["\n\t\tDear $[username],\n\t\t\tYour password has been changed as requested. Please retain this\n\t\tinformation for your records (or change your password immediately to\n\t\tsomething that you will remember).\n\t"] = "";
-$a->strings["Item has been removed."] = "O item foi removido.";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está seguindo %2\$s's %3\$s";
+$a->strings["Help"] = "Ajuda";
+$a->strings["Not Found"] = "Não encontrada";
+$a->strings["Page not found."] = "Página não encontrada.";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s dá as boas vinda à %2\$s";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado.";
-$a->strings["Response from remote site was not understood."] = "A resposta do site remoto não foi compreendida.";
-$a->strings["Unexpected response from remote site: "] = "Resposta inesperada do site remoto: ";
-$a->strings["Confirmation completed successfully."] = "A confirmação foi completada com sucesso.";
-$a->strings["Remote site reported: "] = "O site remoto relatou: ";
-$a->strings["Temporary failure. Please wait and try again."] = "Falha temporária. Por favor, aguarde e tente novamente.";
-$a->strings["Introduction failed or was revoked."] = "Ocorreu uma falha na apresentação ou ela foi revogada.";
-$a->strings["Unable to set contact photo."] = "Não foi possível definir a foto do contato.";
-$a->strings["No user record found for '%s' "] = "Não foi encontrado nenhum registro de usuário para '%s' ";
-$a->strings["Our site encryption key is apparently messed up."] = "A chave de criptografia do nosso site está, aparentemente, bagunçada.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Foi fornecida uma URL em branco ou não foi possível descriptografá-la.";
-$a->strings["Contact record was not found for you on our site."] = "O registro do contato não foi encontrado para você em seu site.";
-$a->strings["Site public key not available in contact record for URL %s."] = "A chave pública do site não está disponível no registro do contato para a URL %s";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo.";
-$a->strings["Unable to set your contact credentials on our system."] = "Não foi possível definir suas credenciais de contato no nosso sistema.";
-$a->strings["Unable to update your contact profile details on our system"] = "Não foi possível atualizar os detalhes do seu perfil em nosso sistema.";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s se associou a %2\$s";
-$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original.";
-$a->strings["Empty post discarded."] = "A publicação em branco foi descartada.";
-$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica.";
-$a->strings["You may visit them online at %s"] = "Você pode visitá-lo em %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens.";
-$a->strings["%s posted an update."] = "%s publicou uma atualização.";
-$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la.";
-$a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s].";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente";
-$a->strings["Unable to process image"] = "Não foi possível processar a imagem";
-$a->strings["Upload File:"] = "Enviar arquivo:";
-$a->strings["Select a profile:"] = "Selecione um perfil:";
-$a->strings["Upload"] = "Enviar";
-$a->strings["skip this step"] = "pule esta etapa";
-$a->strings["select a photo from your photo albums"] = "selecione uma foto de um álbum de fotos";
-$a->strings["Crop Image"] = "Cortar a imagem";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização.";
-$a->strings["Done Editing"] = "Encerrar a edição";
-$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso.";
-$a->strings["Friends of %s"] = "Amigos de %s";
-$a->strings["No friends to display."] = "Nenhum amigo para exibir.";
-$a->strings["Find on this site"] = "Pesquisar neste site";
-$a->strings["Site Directory"] = "Diretório do site";
-$a->strings["Gender: "] = "Gênero: ";
-$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar ocultas).";
-$a->strings["Time Conversion"] = "Conversão de tempo";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provê esse serviço para compartilhar eventos com outras redes e amigos em fuso-horários desconhecidos.";
-$a->strings["UTC time: %s"] = "Hora UTC: %s";
-$a->strings["Current timezone: %s"] = "Fuso horário atual: %s";
-$a->strings["Converted localtime: %s"] = "Horário local convertido: %s";
-$a->strings["Please select your timezone:"] = "Por favor, selecione seu fuso horário:";
+$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Lamento, talvez seu envio seja maior do que as configurações do PHP permitem";
+$a->strings["Or - did you try to upload an empty file?"] = "Ou - você tentou enviar um arquivo vazio?";
+$a->strings["File exceeds size limit of %d"] = "O arquivo excedeu o tamanho limite de %d";
+$a->strings["File upload failed."] = "Não foi possível enviar o arquivo.";
+$a->strings["Profile Match"] = "Correspondência de perfil";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão.";
+$a->strings["is interested in:"] = "se interessa por:";
+$a->strings["Connect"] = "Conectar";
+$a->strings["link"] = "ligação";
+$a->strings["Not available."] = "Não disponível.";
+$a->strings["Community"] = "Comunidade";
+$a->strings["No results."] = "Nenhum resultado.";
+$a->strings["everybody"] = "todos";
+$a->strings["Additional features"] = "Funcionalidades adicionais";
+$a->strings["Display"] = "Tela";
+$a->strings["Social Networks"] = "Redes Sociais";
+$a->strings["Delegations"] = "Delegações";
+$a->strings["Connected apps"] = "Aplicações conectadas";
+$a->strings["Export personal data"] = "Exportar dados pessoais";
+$a->strings["Remove account"] = "Remover a conta";
+$a->strings["Missing some important data!"] = "Está faltando algum dado importante!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Não foi possível conectar à conta de e-mail com as configurações fornecidas.";
+$a->strings["Email settings updated."] = "As configurações de e-mail foram atualizadas.";
+$a->strings["Features updated"] = "Funcionalidades atualizadas";
+$a->strings["Relocate message has been send to your contacts"] = "A mensagem de relocação foi enviada para seus contatos";
+$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada.";
+$a->strings["Wrong password."] = "Senha errada.";
+$a->strings["Password changed."] = "A senha foi modificada.";
+$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente.";
+$a->strings[" Please use a shorter name."] = " Por favor, use um nome mais curto.";
+$a->strings[" Name too short."] = " O nome é muito curto.";
+$a->strings["Wrong Password"] = "Senha Errada";
+$a->strings[" Not valid email."] = " Não é um e-mail válido.";
+$a->strings[" Cannot change to that email."] = " Não foi possível alterar para esse e-mail.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão.";
+$a->strings["Settings updated."] = "As configurações foram atualizadas.";
+$a->strings["Add application"] = "Adicionar aplicação";
+$a->strings["Consumer Key"] = "Chave do consumidor";
+$a->strings["Consumer Secret"] = "Segredo do consumidor";
+$a->strings["Redirect"] = "Redirecionar";
+$a->strings["Icon url"] = "URL do ícone";
+$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação.";
+$a->strings["Connected Apps"] = "Aplicações conectadas";
+$a->strings["Client key starts with"] = "A chave do cliente inicia com";
+$a->strings["No name"] = "Sem nome";
+$a->strings["Remove authorization"] = "Remover autorização";
+$a->strings["No Plugin settings configured"] = "Não foi definida nenhuma configuração de plugin";
+$a->strings["Plugin Settings"] = "Configurações do plugin";
+$a->strings["Off"] = "Off";
+$a->strings["On"] = "On";
+$a->strings["Additional Features"] = "Funcionalidades Adicionais";
+$a->strings["Built-in support for %s connectivity is %s"] = "O suporte interno para conectividade de %s está %s";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["enabled"] = "habilitado";
+$a->strings["disabled"] = "desabilitado";
+$a->strings["StatusNet"] = "StatusNet";
+$a->strings["Email access is disabled on this site."] = "O acesso ao e-mail está desabilitado neste site.";
+$a->strings["Email/Mailbox Setup"] = "Configurações do e-mail/caixa postal";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal.";
+$a->strings["Last successful email check:"] = "Última checagem bem sucedida de e-mail:";
+$a->strings["IMAP server name:"] = "Nome do servidor IMAP:";
+$a->strings["IMAP port:"] = "Porta do IMAP:";
+$a->strings["Security:"] = "Segurança:";
+$a->strings["None"] = "Nenhuma";
+$a->strings["Email login name:"] = "Nome de usuário do e-mail:";
+$a->strings["Email password:"] = "Senha do e-mail:";
+$a->strings["Reply-to address:"] = "Endereço de resposta (Reply-to):";
+$a->strings["Send public posts to all email contacts:"] = "Enviar publicações públicas para todos os contatos de e-mail:";
+$a->strings["Action after import:"] = "Ação após a importação:";
+$a->strings["Mark as seen"] = "Marcar como visto";
+$a->strings["Move to folder"] = "Mover para pasta";
+$a->strings["Move to folder:"] = "Mover para pasta:";
+$a->strings["Display Settings"] = "Configurações de exibição";
+$a->strings["Display Theme:"] = "Tema do perfil:";
+$a->strings["Mobile Theme:"] = "Tema para dispositivos móveis:";
+$a->strings["Update browser every xx seconds"] = "Atualizar o navegador a cada xx segundos";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, não possui máximo";
+$a->strings["Number of items to display per page:"] = "Número de itens a serem exibidos por página:";
+$a->strings["Maximum of 100 items"] = "Máximo de 100 itens";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Número de itens a serem exibidos por página quando visualizando em um dispositivo móvel:";
+$a->strings["Don't show emoticons"] = "Não exibir emoticons";
+$a->strings["Don't show notices"] = "Não mostra avisos";
+$a->strings["Infinite scroll"] = "rolamento infinito";
+$a->strings["Automatic updates only at the top of the network page"] = "Atualizações automáticas só na parte superior da página da rede";
+$a->strings["User Types"] = "Tipos de Usuários";
+$a->strings["Community Types"] = "Tipos de Comunidades";
+$a->strings["Normal Account Page"] = "Página de conta normal";
+$a->strings["This account is a normal personal profile"] = "Essa conta é um perfil pessoal normal";
+$a->strings["Soapbox Page"] = "Página de vitrine";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura";
+$a->strings["Community Forum/Celebrity Account"] = "Conta de fórum de comunidade/celebridade";
+$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita";
+$a->strings["Automatic Friend Page"] = "Página de amigo automático";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos";
+$a->strings["Private Forum [Experimental]"] = "Fórum privado [Experimental]";
+$a->strings["Private forum - approved members only"] = "Fórum privado - somente membros aprovados";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permitir o uso deste OpenID para entrar nesta conta";
+$a->strings["Publish your default profile in your local site directory?"] = "Publicar o seu perfil padrão no diretório local do seu site?";
+$a->strings["No"] = "Não";
+$a->strings["Publish your default profile in the global social directory?"] = "Publicar o seu perfil padrão no diretório social global?";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? ";
+$a->strings["Hide your profile details from unknown viewers?"] = "Ocultar os detalhes do seu perfil para pessoas desconhecidas?";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Se ativado, postar mensagens públicas no Diáspora e em outras redes não será possível.";
+$a->strings["Allow friends to post to your profile page?"] = "Permitir aos amigos publicarem na sua página de perfil?";
+$a->strings["Allow friends to tag your posts?"] = "Permitir aos amigos etiquetarem suas publicações?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir que você seja sugerido como amigo em potencial para novos membros?";
+$a->strings["Permit unknown people to send you private mail?"] = "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?";
+$a->strings["Profile is <strong>not published</strong>."] = "O perfil <strong>não está publicado</strong>.";
+$a->strings["Your Identity Address is"] = "O endereço da sua identidade é";
+$a->strings["Automatically expire posts after this many days:"] = "Expirar automaticamente publicações após tantos dias:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas.";
+$a->strings["Advanced expiration settings"] = "Configurações avançadas de expiração";
+$a->strings["Advanced Expiration"] = "Expiração avançada";
+$a->strings["Expire posts:"] = "Expirar publicações:";
+$a->strings["Expire personal notes:"] = "Expirar notas pessoais:";
+$a->strings["Expire starred posts:"] = "Expirar publicações destacadas:";
+$a->strings["Expire photos:"] = "Expirar fotos:";
+$a->strings["Only expire posts by others:"] = "Expirar somente as publicações de outras pessoas:";
+$a->strings["Account Settings"] = "Configurações da conta";
+$a->strings["Password Settings"] = "Configurações da senha";
+$a->strings["New Password:"] = "Nova senha:";
+$a->strings["Confirm:"] = "Confirme:";
+$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la";
+$a->strings["Current Password:"] = "Senha Atual:";
+$a->strings["Your current password to confirm the changes"] = "Sua senha atual para confirmar as mudanças";
+$a->strings["Password:"] = "Senha:";
+$a->strings["Basic Settings"] = "Configurações básicas";
+$a->strings["Full Name:"] = "Nome completo:";
+$a->strings["Email Address:"] = "Endereço de e-mail:";
+$a->strings["Your Timezone:"] = "Seu fuso horário:";
+$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:";
+$a->strings["Use Browser Location:"] = "Usar localizador do navegador:";
+$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade";
+$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:";
+$a->strings["(to prevent spam abuse)"] = "(para prevenir abuso de spammers)";
+$a->strings["Default Post Permissions"] = "Permissões padrão de publicação";
+$a->strings["(click to open/close)"] = "(clique para abrir/fechar)";
+$a->strings["Show to Groups"] = "Mostre para Grupos";
+$a->strings["Show to Contacts"] = "Mostre para Contatos";
+$a->strings["Default Private Post"] = "Publicação Privada Padrão";
+$a->strings["Default Public Post"] = "Publicação Pública Padrão";
+$a->strings["Default Permissions for New Posts"] = "Permissões Padrão para Publicações Novas";
+$a->strings["Maximum private messages per day from unknown people:"] = "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:";
+$a->strings["Notification Settings"] = "Configurações de notificação";
+$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status quando:";
+$a->strings["accepting a friend request"] = "aceitar uma requisição de amizade";
+$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade";
+$a->strings["making an <em>interesting</em> profile change"] = "fazer uma modificação <em>interessante</em> em seu perfil";
+$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação sempre que:";
+$a->strings["You receive an introduction"] = "Você recebeu uma apresentação";
+$a->strings["Your introductions are confirmed"] = "Suas apresentações forem confirmadas";
+$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil";
+$a->strings["Someone writes a followup comment"] = "Alguém comentar a sua mensagem";
+$a->strings["You receive a private message"] = "Você recebeu uma mensagem privada";
+$a->strings["You receive a friend suggestion"] = "Você recebe uma suggestão de amigo";
+$a->strings["You are tagged in a post"] = "Você foi etiquetado em uma publicação";
+$a->strings["You are poked/prodded/etc. in a post"] = "Você está cutucado/incitado/etc. em uma publicação";
+$a->strings["Text-only notification emails"] = "Emails de notificação apenas de texto";
+$a->strings["Send text only notification emails, without the html part"] = "Enviar e-mails de notificação apenas de texto, sem a parte html";
+$a->strings["Advanced Account/Page Type Settings"] = "Conta avançada/Configurações do tipo de página";
+$a->strings["Change the behaviour of this account for special situations"] = "Modificar o comportamento desta conta em situações especiais";
+$a->strings["Relocate"] = "Relocação";
+$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."] = "Se você moveu esse perfil de outro servidor e algum dos seus contatos não recebe atualizações, pressione esse botão.";
+$a->strings["Resend relocate message to contacts"] = "Reenviar mensagem de relocação para os contatos";
+$a->strings["This introduction has already been accepted."] = "Esta apresentação já foi aceita.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "A localização do perfil não é válida ou não contém uma informação de perfil.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono.";
+$a->strings["Warning: profile location has no profile photo."] = "Aviso: a localização do perfil não possui nenhuma foto do perfil.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "O parâmetro requerido %d não foi encontrado na localização fornecida",
+       1 => "Os parâmetros requeridos %d não foram encontrados na localização fornecida",
+);
+$a->strings["Introduction complete."] = "A apresentação foi finalizada.";
+$a->strings["Unrecoverable protocol error."] = "Ocorreu um erro irrecuperável de protocolo.";
+$a->strings["Profile unavailable."] = "O perfil não está disponível.";
+$a->strings["%s has received too many connection requests today."] = "%s recebeu solicitações de conexão em excesso hoje.";
+$a->strings["Spam protection measures have been invoked."] = "As medidas de proteção contra spam foram ativadas.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Os amigos foram notificados para tentar novamente em 24 horas.";
+$a->strings["Invalid locator"] = "Localizador inválido";
+$a->strings["Invalid email address."] = "Endereço de e-mail inválido.";
+$a->strings["This account has not been configured for email. Request failed."] = "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação.";
+$a->strings["Unable to resolve your name at the provided location."] = "Não foi possível encontrar a sua identificação no endereço indicado.";
+$a->strings["You have already introduced yourself here."] = "Você já fez a sua apresentação aqui.";
+$a->strings["Apparently you are already friends with %s."] = "Aparentemente você já é amigo de %s.";
+$a->strings["Invalid profile URL."] = "URL de perfil inválida.";
+$a->strings["Disallowed profile URL."] = "URL de perfil não permitida.";
+$a->strings["Your introduction has been sent."] = "A sua apresentação foi enviada.";
+$a->strings["Please login to confirm introduction."] = "Por favor, autentique-se para confirmar a apresentação.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "A identidade autenticada está incorreta. Por favor, entre como <strong>este</strong> perfil.";
+$a->strings["Hide this contact"] = "Ocultar este contato";
+$a->strings["Welcome home %s."] = "Bem-vindo(a) à sua página pessoal %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirme sua solicitação de apresentação/conexão para %s.";
+$a->strings["Confirm"] = "Confirmar";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Caso você ainda não seja membro da rede social livre, <a href=\"http://dir.friendica.com/siteinfo\">clique aqui para encontrar um site Friendica público e junte-se à nós</a>.";
+$a->strings["Friend/Connection Request"] = "Solicitação de amizade/conexão";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "Por favor, entre com as informações solicitadas:";
+$a->strings["Does %s know you?"] = "%s conhece você?";
+$a->strings["Add a personal note:"] = "Adicione uma anotação pessoal:";
+$a->strings["Friendica"] = "Friendica";
+$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."] = " - Por favor, não utilize esse formulário.  Ao invés disso, digite %s na sua barra de pesquisa do Diaspora.";
+$a->strings["Your Identity Address:"] = "Seu endereço de identificação:";
+$a->strings["Submit Request"] = "Enviar solicitação";
+$a->strings["Registration successful. Please check your email for further instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações.";
+$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."] = "Falha ao enviar mensagem de email. Estes são os dados da sua conta:<br> login: %s<br> senha: %s<br><br>Você pode alterar sua senha após fazer o login.";
+$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro.";
+$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens.";
+$a->strings["Your OpenID (optional): "] = "Seu OpenID (opcional): ";
+$a->strings["Include your profile in member directory?"] = "Incluir o seu perfil no diretório de membros?";
+$a->strings["Membership on this site is by invitation only."] = "A associação a este site só pode ser feita mediante convite.";
+$a->strings["Your invitation ID: "] = "A ID do seu convite: ";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Seu nome completo (ex: José da Silva): ";
+$a->strings["Your Email Address: "] = "Seu endereço de e-mail: ";
+$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>'."] = "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será '<strong>identificação@\$sitename</strong>'";
+$a->strings["Choose a nickname: "] = "Escolha uma identificação: ";
+$a->strings["Register"] = "Registrar";
+$a->strings["Import"] = "Importar";
+$a->strings["Import your profile to this friendica instance"] = "Importa seu perfil  desta instância do friendica";
+$a->strings["System down for maintenance"] = "Sistema em manutenção";
+$a->strings["Search"] = "Pesquisar";
+$a->strings["Global Directory"] = "Diretório global";
+$a->strings["Find on this site"] = "Pesquisar neste site";
+$a->strings["Site Directory"] = "Diretório do site";
+$a->strings["Age: "] = "Idade: ";
+$a->strings["Gender: "] = "Gênero: ";
+$a->strings["Gender:"] = "Gênero:";
+$a->strings["Status:"] = "Situação:";
+$a->strings["Homepage:"] = "Página web:";
+$a->strings["About:"] = "Sobre:";
+$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar ocultas).";
+$a->strings["No potential page delegates located."] = "Nenhuma página delegada potencial localizada.";
+$a->strings["Delegate Page Management"] = "Delegar Administração de Página";
+$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."] = "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente.";
+$a->strings["Existing Page Managers"] = "Administradores de Páginas Existentes";
+$a->strings["Existing Page Delegates"] = "Delegados de Páginas Existentes";
+$a->strings["Potential Delegates"] = "Delegados Potenciais";
+$a->strings["Add"] = "Adicionar";
+$a->strings["No entries."] = "Sem entradas.";
+$a->strings["Common Friends"] = "Amigos em Comum";
+$a->strings["No contacts in common."] = "Nenhum contato em comum.";
+$a->strings["Export account"] = "Exportar conta";
+$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 suas informações de conta e contatos. Use para fazer uma cópia de segurança de sua conta e/ou para movê-la para outro servidor.";
+$a->strings["Export all"] = "Exportar tudo";
+$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)"] = "Exportar as informações de sua conta, contatos e todos os seus items como JSON. Pode ser um arquivo muito grande, e pode levar bastante tempo. Use isto para fazer uma cópia de segurança completa da sua conta (fotos não são exportadas)";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s atualmente está %2\$s";
+$a->strings["Mood"] = "Humor";
+$a->strings["Set your current mood and tell your friends"] = "Defina o seu humor e conte aos seus amigos";
+$a->strings["Do you really want to delete this suggestion?"] = "Você realmente deseja deletar essa sugestão?";
+$a->strings["Friend Suggestions"] = "Sugestões de amigos";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas.";
+$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
+$a->strings["Profile deleted."] = "O perfil foi excluído.";
+$a->strings["Profile-"] = "Perfil-";
+$a->strings["New profile created."] = "O novo perfil foi criado.";
+$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem.";
+$a->strings["Profile Name is required."] = "É necessário informar o nome do perfil.";
+$a->strings["Marital Status"] = "Situação amorosa";
+$a->strings["Romantic Partner"] = "Parceiro romântico";
+$a->strings["Likes"] = "Gosta de";
+$a->strings["Dislikes"] = "Não gosta de";
+$a->strings["Work/Employment"] = "Trabalho/emprego";
+$a->strings["Religion"] = "Religião";
+$a->strings["Political Views"] = "Posicionamento político";
+$a->strings["Gender"] = "Gênero";
+$a->strings["Sexual Preference"] = "Preferência sexual";
+$a->strings["Homepage"] = "Página Principal";
+$a->strings["Interests"] = "Interesses";
+$a->strings["Address"] = "Endereço";
+$a->strings["Location"] = "Localização";
+$a->strings["Profile updated."] = "O perfil foi atualizado.";
+$a->strings[" and "] = " e ";
+$a->strings["public profile"] = "perfil público";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s mudou %2\$s para &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - Visite %2\$s de %1\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s foi atualizado %2\$s, mudando %3\$s.";
+$a->strings["Hide contacts and friends:"] = "Esconder contatos e amigos:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?";
+$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil";
+$a->strings["Change Profile Photo"] = "Mudar Foto do Perfil";
+$a->strings["View this profile"] = "Ver este perfil";
+$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações";
+$a->strings["Clone this profile"] = "Clonar este perfil";
+$a->strings["Delete this profile"] = "Excluir este perfil";
+$a->strings["Basic information"] = "Informação básica";
+$a->strings["Profile picture"] = "Foto do perfil";
+$a->strings["Preferences"] = "Preferências";
+$a->strings["Status information"] = "Informação de Status";
+$a->strings["Additional information"] = "Informações adicionais";
+$a->strings["Profile Name:"] = "Nome do perfil:";
+$a->strings["Your Full Name:"] = "Seu nome completo:";
+$a->strings["Title/Description:"] = "Título/Descrição:";
+$a->strings["Your Gender:"] = "Seu gênero:";
+$a->strings["Birthday (%s):"] = "Aniversário (%s):";
+$a->strings["Street Address:"] = "Endereço:";
+$a->strings["Locality/City:"] = "Localidade/Cidade:";
+$a->strings["Postal/Zip Code:"] = "CEP:";
+$a->strings["Country:"] = "País:";
+$a->strings["Region/State:"] = "Região/Estado:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Situação amorosa:";
+$a->strings["Who: (if applicable)"] = "Quem: (se pertinente)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com";
+$a->strings["Since [date]:"] = "Desde [data]:";
+$a->strings["Sexual Preference:"] = "Preferência sexual:";
+$a->strings["Homepage URL:"] = "Endereço do site web:";
+$a->strings["Hometown:"] = "Cidade:";
+$a->strings["Political Views:"] = "Posição política:";
+$a->strings["Religious Views:"] = "Orientação religiosa:";
+$a->strings["Public Keywords:"] = "Palavras-chave públicas:";
+$a->strings["Private Keywords:"] = "Palavras-chave privadas:";
+$a->strings["Likes:"] = "Gosta de:";
+$a->strings["Dislikes:"] = "Não gosta de:";
+$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Usado na pesquisa de perfis, nunca é exibido para os outros)";
+$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você...";
+$a->strings["Hobbies/Interests"] = "Passatempos/Interesses";
+$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais";
+$a->strings["Musical interests"] = "Preferências musicais";
+$a->strings["Books, literature"] = "Livros, literatura";
+$a->strings["Television"] = "Televisão";
+$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento";
+$a->strings["Love/romance"] = "Amor/romance";
+$a->strings["Work/employment"] = "Trabalho/emprego";
+$a->strings["School/education"] = "Escola/educação";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet.";
+$a->strings["Edit/Manage Profiles"] = "Editar/Gerenciar perfis";
+$a->strings["Change profile photo"] = "Mudar a foto do perfil";
+$a->strings["Create New Profile"] = "Criar um novo perfil";
+$a->strings["Profile Image"] = "Imagem do perfil";
+$a->strings["visible to everybody"] = "visível para todos";
+$a->strings["Edit visibility"] = "Editar a visibilidade";
+$a->strings["Item not found"] = "O item não foi encontrado";
+$a->strings["Edit post"] = "Editar a publicação";
+$a->strings["upload photo"] = "upload de foto";
+$a->strings["Attach file"] = "Anexar arquivo";
+$a->strings["attach file"] = "anexar arquivo";
+$a->strings["web link"] = "link web";
+$a->strings["Insert video link"] = "Inserir link de vídeo";
+$a->strings["video link"] = "link de vídeo";
+$a->strings["Insert audio link"] = "Inserir link de áudio";
+$a->strings["audio link"] = "link de áudio";
+$a->strings["Set your location"] = "Definir sua localização";
+$a->strings["set location"] = "configure localização";
+$a->strings["Clear browser location"] = "Limpar a localização do navegador";
+$a->strings["clear location"] = "apague localização";
+$a->strings["Permission settings"] = "Configurações de permissão";
+$a->strings["CC: email addresses"] = "CC: endereço de e-mail";
+$a->strings["Public post"] = "Publicação pública";
+$a->strings["Set title"] = "Definir o título";
+$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com";
+$a->strings["This is Friendica, version"] = "Este é o Friendica, versão";
+$a->strings["running at web location"] = "sendo executado no endereço web";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Por favor, visite <a href=\"http://friendica.com\">friendica.com</a> para aprender mais sobre o projeto Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com";
+$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instaladas:";
+$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicativo instalado";
+$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação";
+$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:";
+$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?";
+$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota.";
+$a->strings["Visible to:"] = "Visível para:";
+$a->strings["Personal Notes"] = "Notas pessoais";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ H:i";
+$a->strings["Time Conversion"] = "Conversão de tempo";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provê esse serviço para compartilhar eventos com outras redes e amigos em fuso-horários desconhecidos.";
+$a->strings["UTC time: %s"] = "Hora UTC: %s";
+$a->strings["Current timezone: %s"] = "Fuso horário atual: %s";
+$a->strings["Converted localtime: %s"] = "Horário local convertido: %s";
+$a->strings["Please select your timezone:"] = "Por favor, selecione seu fuso horário:";
+$a->strings["Poke/Prod"] = "Cutucar/Incitar";
+$a->strings["poke, prod or do other things to somebody"] = "Cutuca, incita ou faz outras coisas com alguém";
+$a->strings["Recipient"] = "Destinatário";
+$a->strings["Choose what you wish to do to recipient"] = "Selecione o que você deseja fazer com o destinatário";
+$a->strings["Make this post private"] = "Fazer com que essa publicação se torne privada";
+$a->strings["Total invitation limit exceeded."] = "Limite de convites totais excedido.";
+$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido.";
+$a->strings["Please join us on Friendica"] = "Por favor, junte-se à nós na Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite de convites ultrapassado. Favor contactar o administrador do sítio.";
+$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem.";
+$a->strings["%d message sent."] = array(
+       0 => "%d mensagem enviada.",
+       1 => "%d mensagens enviadas.",
+);
+$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis";
+$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."] = "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público.";
+$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."] = "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros.";
+$a->strings["Send invitations"] = "Enviar convites.";
+$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você preciso informar este código de convite: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com.";
+$a->strings["Photo Albums"] = "Álbuns de fotos";
+$a->strings["Contact Photos"] = "Fotos dos contatos";
+$a->strings["Upload New Photos"] = "Enviar novas fotos";
+$a->strings["Contact information unavailable"] = "A informação de contato não está disponível";
+$a->strings["Album not found."] = "O álbum não foi encontrado.";
+$a->strings["Delete Album"] = "Excluir o álbum";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Você realmente deseja deletar esse álbum de fotos e todas as suas fotos?";
+$a->strings["Delete Photo"] = "Excluir a foto";
+$a->strings["Do you really want to delete this photo?"] = "Você realmente deseja deletar essa foto?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s foi marcado em %2\$s por %3\$s";
+$a->strings["a photo"] = "uma foto";
+$a->strings["Image exceeds size limit of "] = "A imagem excede o tamanho máximo de ";
+$a->strings["Image file is empty."] = "O arquivo de imagem está vazio.";
+$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos.";
+$a->strings["Upload Photos"] = "Enviar fotos";
+$a->strings["New album name: "] = "Nome do novo álbum: ";
+$a->strings["or existing album name: "] = "ou o nome de um álbum já existente: ";
+$a->strings["Do not show a status post for this upload"] = "Não exiba uma publicação de status para este envio";
+$a->strings["Permissions"] = "Permissões";
+$a->strings["Private Photo"] = "Foto Privada";
+$a->strings["Public Photo"] = "Foto Pública";
+$a->strings["Edit Album"] = "Editar o álbum";
+$a->strings["Show Newest First"] = "Exibir as mais recentes primeiro";
+$a->strings["Show Oldest First"] = "Exibir as mais antigas primeiro";
+$a->strings["View Photo"] = "Ver a foto";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. O acesso a este item pode estar restrito.";
+$a->strings["Photo not available"] = "A foto não está disponível";
+$a->strings["View photo"] = "Ver a imagem";
+$a->strings["Edit photo"] = "Editar a foto";
+$a->strings["Use as profile photo"] = "Usar como uma foto de perfil";
+$a->strings["View Full Size"] = "Ver no tamanho real";
+$a->strings["Tags: "] = "Etiquetas: ";
+$a->strings["[Remove any tag]"] = "[Remover qualquer etiqueta]";
+$a->strings["Rotate CW (right)"] = "Rotacionar para direita";
+$a->strings["Rotate CCW (left)"] = "Rotacionar para esquerda";
+$a->strings["New album name"] = "Novo nome para o álbum";
+$a->strings["Caption"] = "Legenda";
+$a->strings["Add a Tag"] = "Adicionar uma etiqueta";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento";
+$a->strings["Private photo"] = "Foto privada";
+$a->strings["Public photo"] = "Foto pública";
+$a->strings["Share"] = "Compartilhar";
+$a->strings["Recent Photos"] = "Fotos recentes";
+$a->strings["Account approved."] = "A conta foi aprovada.";
+$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado";
+$a->strings["Please login."] = "Por favor, autentique-se.";
+$a->strings["Move account"] = "Mover conta";
+$a->strings["You can import an account from another Friendica server."] = "Você pode importar um conta de outro sevidor 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."] = "Você precisa exportar sua conta de um servidor antigo e fazer o upload aqui. Nós recriaremos sua conta antiga aqui com todos os seus contatos. Nós também tentaremos informar seus amigos que você se mudou para cá.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Esse recurso é experimental. Nós não podemos importar contatos de uma rede OStatus (statusnet/identi.ca) ou do Diaspora";
+$a->strings["Account file"] = "Arquivo de conta";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Para exportar a sua conta, entre em \"Configurações->Exportar dados pessoais\" e selecione \"Exportar conta\"";
+$a->strings["Item not available."] = "O item não está disponível.";
+$a->strings["Item was not found."] = "O item não foi encontrado.";
+$a->strings["Delete this item?"] = "Excluir este item?";
+$a->strings["show fewer"] = "exibir menos";
+$a->strings["Update %s failed. See error logs."] = "Atualização %s falhou. Vide registro de erros (log).";
+$a->strings["Create a New Account"] = "Criar uma nova conta";
+$a->strings["Logout"] = "Sair";
+$a->strings["Login"] = "Entrar";
+$a->strings["Nickname or Email address: "] = "Identificação ou endereço de e-mail: ";
+$a->strings["Password: "] = "Senha: ";
+$a->strings["Remember me"] = "Lembre-se de mim";
+$a->strings["Or login using OpenID: "] = "Ou login usando OpendID:";
+$a->strings["Forgot your password?"] = "Esqueceu a sua senha?";
+$a->strings["Website Terms of Service"] = "Termos de Serviço do Website";
+$a->strings["terms of service"] = "termos de serviço";
+$a->strings["Website Privacy Policy"] = "Política de Privacidade do Website";
+$a->strings["privacy policy"] = "política de privacidade";
+$a->strings["Requested account is not available."] = "Conta solicitada não disponível";
+$a->strings["Edit profile"] = "Editar perfil";
+$a->strings["Message"] = "Mensagem";
+$a->strings["Profiles"] = "Perfis";
+$a->strings["Manage/edit profiles"] = "Gerenciar/editar perfis";
+$a->strings["Network:"] = "Rede:";
+$a->strings["g A l F d"] = "G l d F";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[hoje]";
+$a->strings["Birthday Reminders"] = "Lembretes de aniversário";
+$a->strings["Birthdays this week:"] = "Aniversários nesta semana:";
+$a->strings["[No description]"] = "[Sem descrição]";
+$a->strings["Event Reminders"] = "Lembretes de eventos";
+$a->strings["Events this week:"] = "Eventos esta semana:";
+$a->strings["Status"] = "Status";
+$a->strings["Status Messages and Posts"] = "Mensagem de Estado (status) e Publicações";
+$a->strings["Profile Details"] = "Detalhe do Perfil";
+$a->strings["Videos"] = "Vídeos";
+$a->strings["Events and Calendar"] = "Eventos e Agenda";
+$a->strings["Only You Can See This"] = "Somente Você Pode Ver Isso";
+$a->strings["This entry was edited"] = "Essa entrada foi editada";
+$a->strings["ignore thread"] = "ignorar tópico";
+$a->strings["unignore thread"] = "deixar de ignorar tópico";
+$a->strings["toggle ignore status"] = "alternar status ignorar";
+$a->strings["ignored"] = "Ignorado";
+$a->strings["Categories:"] = "Categorias:";
+$a->strings["Filed under:"] = "Arquivado sob:";
+$a->strings["via"] = "via";
+$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\tOs desenvolvedores de Friendica lançaram recentemente uma atualização %s,\n\t\t\tmas quando tentei instalá-la, algo deu terrivelmente errado.\n\t\t\tIsso precisa ser corrigido em breve e eu não posso fazer isso sozinho. Por favor, contate um\n\t\t\tdesenvolvedor da Friendica se você não pode me ajudar sozinho. Meu banco de dados pode ser inválido.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "A mensagem de erro é\n[pre]%s[/pre]";
+$a->strings["Errors encountered creating database tables."] = "Foram encontrados erros durante a criação das tabelas do banco de dados.";
+$a->strings["Errors encountered performing database changes."] = "Erros encontrados realizando mudanças no banco de dados.";
+$a->strings["Logged out."] = "Saiu.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente.";
+$a->strings["The error message was:"] = "A mensagem de erro foi:";
+$a->strings["Add New Contact"] = "Adicionar Contato Novo";
+$a->strings["Enter address or web location"] = "Forneça endereço ou localização web";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria";
+$a->strings["%d invitation available"] = array(
+       0 => "%d convite disponível",
+       1 => "%d convites disponíveis",
+);
+$a->strings["Find People"] = "Pesquisar por pessoas";
+$a->strings["Enter name or interest"] = "Fornecer nome ou interesse";
+$a->strings["Connect/Follow"] = "Conectar-se/acompanhar";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examplos: Robert Morgenstein, Fishing";
+$a->strings["Similar Interests"] = "Interesses Parecidos";
+$a->strings["Random Profile"] = "Perfil Randômico";
+$a->strings["Invite Friends"] = "Convidar amigos";
+$a->strings["Networks"] = "Redes";
+$a->strings["All Networks"] = "Todas as redes";
+$a->strings["Saved Folders"] = "Pastas salvas";
+$a->strings["Everything"] = "Tudo";
+$a->strings["Categories"] = "Categorias";
+$a->strings["General Features"] = "Funcionalidades Gerais";
+$a->strings["Multiple Profiles"] = "Perfís Múltiplos";
+$a->strings["Ability to create multiple profiles"] = "Capacidade de criar perfis múltiplos";
+$a->strings["Post Composition Features"] = "Funcionalidades de Composição de Publicações";
+$a->strings["Richtext Editor"] = "Editor Richtext";
+$a->strings["Enable richtext editor"] = "Habilite editor richtext";
+$a->strings["Post Preview"] = "Pré-visualização da Publicação";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Permite pré-visualizar publicações e comentários antes de publicá-los";
+$a->strings["Auto-mention Forums"] = "Auto-menção Fóruns";
+$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "Adiciona/Remove menções quando uma página de fórum é selecionada/deselecionada na janela ACL";
+$a->strings["Network Sidebar Widgets"] = "Widgets da Barra Lateral da Rede";
+$a->strings["Search by Date"] = "Buscar por Data";
+$a->strings["Ability to select posts by date ranges"] = "Capacidade de selecionar publicações por intervalos de data";
+$a->strings["Group Filter"] = "Filtrar Grupo";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Habilita widget para mostrar publicações da Rede somente de grupos selecionados";
+$a->strings["Network Filter"] = "Filtrar Rede";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Habilita widget para mostrar publicações da Rede de redes selecionadas";
+$a->strings["Save search terms for re-use"] = "Guarde as palavras-chaves para reuso";
+$a->strings["Network Tabs"] = "Abas da Rede";
+$a->strings["Network Personal Tab"] = "Aba Pessoal da Rede";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar aba para mostrar apenas as publicações da Rede que você tenha interagido";
+$a->strings["Network New Tab"] = "Aba Nova da Rede";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Habilite aba para mostra apenas publicações da Rede novas (das últimas 12 horas)";
+$a->strings["Network Shared Links Tab"] = "Aba de Links Compartilhados da Rede";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Habilite aba para mostrar somente publicações da Rede que contenham links";
+$a->strings["Post/Comment Tools"] = "Ferramentas de Publicação/Comentário";
+$a->strings["Multiple Deletion"] = "Deleção Multipla";
+$a->strings["Select and delete multiple posts/comments at once"] = "Selecione e delete múltiplas publicações/comentário imediatamente";
+$a->strings["Edit Sent Posts"] = "Editar Publicações Enviadas";
+$a->strings["Edit and correct posts and comments after sending"] = "Editar e corrigir publicações e comentários após envio";
+$a->strings["Tagging"] = "Etiquetagem";
+$a->strings["Ability to tag existing posts"] = "Capacidade de colocar etiquetas em publicações existentes";
+$a->strings["Post Categories"] = "Categorias de Publicações";
+$a->strings["Add categories to your posts"] = "Adicione Categorias ás Publicações";
+$a->strings["Ability to file posts under folders"] = "Capacidade de arquivar publicações em pastas";
+$a->strings["Dislike Posts"] = "Desgostar de publicações";
+$a->strings["Ability to dislike posts/comments"] = "Capacidade de desgostar de publicações/comentários";
+$a->strings["Star Posts"] = "Destacar publicações";
+$a->strings["Ability to mark special posts with a star indicator"] = "Capacidade de marcar publicações especiais com uma estrela indicadora";
+$a->strings["Mute Post Notifications"] = "Silenciar Notificações de Postagem";
+$a->strings["Ability to mute notifications for a thread"] = "Habilitar notificação silenciosa para a tarefa";
+$a->strings["Connect URL missing."] = "URL de conexão faltando.";
+$a->strings["This site is not configured to allow communications with other networks."] = "Este site não está configurado para permitir comunicações com outras redes.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Não foi descoberto nenhum protocolo de comunicação ou fonte de notícias compatível.";
+$a->strings["The profile address specified does not provide adequate information."] = "O endereço de perfil especificado não fornece informação adequada.";
+$a->strings["An author or name was not found."] = "Não foi encontrado nenhum autor ou nome.";
+$a->strings["No browser URL could be matched to this address."] = "Não foi possível encontrar nenhuma URL de navegação neste endereço.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Não foi possível  casa o estilo @ de Endereço de Identidade com um protocolo conhecido ou contato de email.";
+$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: antes do endereço para forçar a checagem de email.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "O endereço de perfil especificado pertence a uma rede que foi desabilitada neste site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitado. Essa pessoa não poderá receber notificações diretas/pessoais de você.";
+$a->strings["Unable to retrieve contact information."] = "Não foi possível recuperar a informação do contato.";
+$a->strings["following"] = "acompanhando";
+$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."] = "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente.";
+$a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos";
+$a->strings["Everybody"] = "Todos";
+$a->strings["edit"] = "editar";
+$a->strings["Edit group"] = "Editar grupo";
+$a->strings["Create a new group"] = "Criar um novo grupo";
+$a->strings["Contacts not in any group"] = "Contatos não estão dentro de nenhum grupo";
+$a->strings["Miscellaneous"] = "Miscelânea";
+$a->strings["year"] = "ano";
+$a->strings["month"] = "mês";
+$a->strings["day"] = "dia";
+$a->strings["never"] = "nunca";
+$a->strings["less than a second ago"] = "menos de um segundo atrás";
+$a->strings["years"] = "anos";
+$a->strings["months"] = "meses";
+$a->strings["week"] = "semana";
+$a->strings["weeks"] = "semanas";
+$a->strings["days"] = "dias";
+$a->strings["hour"] = "hora";
+$a->strings["hours"] = "horas";
+$a->strings["minute"] = "minuto";
+$a->strings["minutes"] = "minutos";
+$a->strings["second"] = "segundo";
+$a->strings["seconds"] = "segundos";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás";
+$a->strings["%s's birthday"] = "aniversários de %s's";
+$a->strings["Happy Birthday %s"] = "Feliz Aniversário %s";
+$a->strings["Visible to everybody"] = "Visível para todos";
+$a->strings["show"] = "exibir";
+$a->strings["don't show"] = "não exibir";
+$a->strings["[no subject]"] = "[sem assunto]";
+$a->strings["stopped following"] = "parou de acompanhar";
+$a->strings["Poke"] = "Cutucar";
+$a->strings["View Status"] = "Ver Status";
+$a->strings["View Profile"] = "Ver Perfil";
+$a->strings["View Photos"] = "Ver Fotos";
+$a->strings["Network Posts"] = "Publicações da Rede";
+$a->strings["Edit Contact"] = "Editar Contato";
+$a->strings["Drop Contact"] = "Excluir o contato";
+$a->strings["Send PM"] = "Enviar MP";
+$a->strings["Welcome "] = "Bem-vindo(a) ";
+$a->strings["Please upload a profile photo."] = "Por favor, envie uma foto para o perfil.";
+$a->strings["Welcome back "] = "Bem-vindo(a) de volta ";
+$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."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão.";
+$a->strings["event"] = "evento";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s";
+$a->strings["poked"] = "cutucado";
+$a->strings["post/item"] = "postagem/item";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marcou %3\$s de %2\$s como favorito";
+$a->strings["remove"] = "remover";
+$a->strings["Delete Selected Items"] = "Excluir os itens selecionados";
+$a->strings["Follow Thread"] = "Seguir o Thread";
+$a->strings["%s likes this."] = "%s gostou disso.";
+$a->strings["%s doesn't like this."] = "%s não gostou disso.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d pessoas</span> gostaram disso";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d pessoas</span> não gostaram disso";
+$a->strings["and"] = "e";
+$a->strings[", and %d other people"] = ", e mais %d outras pessoas";
+$a->strings["%s like this."] = "%s gostaram disso.";
+$a->strings["%s don't like this."] = "%s não gostaram disso.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visível para <strong>todos</strong>";
+$a->strings["Please enter a video link/URL:"] = "Favor fornecer um link/URL de vídeo";
+$a->strings["Please enter an audio link/URL:"] = "Favor fornecer um link/URL de áudio";
+$a->strings["Tag term:"] = "Etiqueta:";
+$a->strings["Where are you right now?"] = "Onde você está agora?";
+$a->strings["Delete item(s)?"] = "Deletar item(s)?";
+$a->strings["Post to Email"] = "Enviar por e-mail";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Conectores desabilitados, desde \"%s\" está habilitado.";
+$a->strings["permissions"] = "permissões";
+$a->strings["Post to Groups"] = "Postar em Grupos";
+$a->strings["Post to Contacts"] = "Publique para Contatos";
+$a->strings["Private post"] = "Publicação privada";
+$a->strings["view full size"] = "ver na tela inteira";
+$a->strings["newer"] = "mais recente";
+$a->strings["older"] = "antigo";
+$a->strings["prev"] = "anterior";
+$a->strings["first"] = "primeiro";
+$a->strings["last"] = "último";
+$a->strings["next"] = "próximo";
+$a->strings["No contacts"] = "Nenhum contato";
+$a->strings["%d Contact"] = array(
+       0 => "%d contato",
+       1 => "%d contatos",
+);
+$a->strings["poke"] = "cutucar";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "pingado";
+$a->strings["prod"] = "incentivar";
+$a->strings["prodded"] = "incentivado";
+$a->strings["slap"] = "bater";
+$a->strings["slapped"] = "batido";
+$a->strings["finger"] = "apontar";
+$a->strings["fingered"] = "apontado";
+$a->strings["rebuff"] = "rejeite";
+$a->strings["rebuffed"] = "rejeitado";
+$a->strings["happy"] = "feliz";
+$a->strings["sad"] = "triste";
+$a->strings["mellow"] = "desencanado";
+$a->strings["tired"] = "cansado";
+$a->strings["perky"] = "audacioso";
+$a->strings["angry"] = "chateado";
+$a->strings["stupified"] = "estupefato";
+$a->strings["puzzled"] = "confuso";
+$a->strings["interested"] = "interessado";
+$a->strings["bitter"] = "rancoroso";
+$a->strings["cheerful"] = "jovial";
+$a->strings["alive"] = "vivo";
+$a->strings["annoyed"] = "incomodado";
+$a->strings["anxious"] = "ansioso";
+$a->strings["cranky"] = "excêntrico";
+$a->strings["disturbed"] = "perturbado";
+$a->strings["frustrated"] = "frustrado";
+$a->strings["motivated"] = "motivado";
+$a->strings["relaxed"] = "relaxado";
+$a->strings["surprised"] = "surpreso";
+$a->strings["Monday"] = "Segunda";
+$a->strings["Tuesday"] = "Terça";
+$a->strings["Wednesday"] = "Quarta";
+$a->strings["Thursday"] = "Quinta";
+$a->strings["Friday"] = "Sexta";
+$a->strings["Saturday"] = "Sábado";
+$a->strings["Sunday"] = "Domingo";
+$a->strings["January"] = "Janeiro";
+$a->strings["February"] = "Fevereiro";
+$a->strings["March"] = "Março";
+$a->strings["April"] = "Abril";
+$a->strings["May"] = "Maio";
+$a->strings["June"] = "Junho";
+$a->strings["July"] = "Julho";
+$a->strings["August"] = "Agosto";
+$a->strings["September"] = "Setembro";
+$a->strings["October"] = "Outubro";
+$a->strings["November"] = "Novembro";
+$a->strings["December"] = "Dezembro";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "Clique para abrir/fechar";
+$a->strings["default"] = "padrão";
+$a->strings["Select an alternate language"] = "Selecione um idioma alternativo";
+$a->strings["activity"] = "atividade";
+$a->strings["post"] = "publicação";
+$a->strings["Item filed"] = "O item foi arquivado";
+$a->strings["Image/photo"] = "Imagem/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["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a> escreveu a seguinte <a href=\"%s\" target=\"_blank\">publicação</a>";
+$a->strings["$1 wrote:"] = "$1 escreveu:";
+$a->strings["Encrypted content"] = "Conteúdo criptografado";
+$a->strings["(no subject)"] = "(sem assunto)";
+$a->strings["noreply"] = "naoresponda";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'";
+$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado";
+$a->strings["Block immediately"] = "Bloquear imediatamente";
+$a->strings["Shady, spammer, self-marketer"] = "Dissimulado, spammer, propagandista";
+$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não possuo nenhuma opinião acerca";
+$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo";
+$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança";
+$a->strings["Weekly"] = "Semanalmente";
+$a->strings["Monthly"] = "Mensalmente";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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 do Diáspora";
+$a->strings["Statusnet"] = "Statusnet";
+$a->strings["App.net"] = "App.net";
+$a->strings[" on Last.fm"] = "na Last.fm";
+$a->strings["Starts:"] = "Início:";
+$a->strings["Finishes:"] = "Término:";
+$a->strings["j F, Y"] = "j de F, Y";
+$a->strings["j F"] = "j de F";
+$a->strings["Birthday:"] = "Aniversário:";
+$a->strings["Age:"] = "Idade:";
+$a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s";
+$a->strings["Tags:"] = "Etiquetas:";
+$a->strings["Religion:"] = "Religião:";
+$a->strings["Hobbies/Interests:"] = "Passatempos/Interesses:";
+$a->strings["Contact information and Social Networks:"] = "Informações de contato e redes sociais:";
+$a->strings["Musical interests:"] = "Preferências musicais:";
+$a->strings["Books, literature:"] = "Livros, literatura:";
+$a->strings["Television:"] = "Televisão:";
+$a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entretenimento:";
+$a->strings["Love/Romance:"] = "Amor/romance:";
+$a->strings["Work/employment:"] = "Trabalho/emprego:";
+$a->strings["School/education:"] = "Escola/educação:";
+$a->strings["Click here to upgrade."] = "Clique aqui para atualização (upgrade).";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura.";
+$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível em seu plano de assinatura.";
+$a->strings["End this session"] = "Terminar esta sessão";
+$a->strings["Your posts and conversations"] = "Suas publicações e conversas";
+$a->strings["Your profile page"] = "Sua página de perfil";
+$a->strings["Your photos"] = "Suas fotos";
+$a->strings["Your videos"] = "Seus vídeos";
+$a->strings["Your events"] = "Seus eventos";
+$a->strings["Personal notes"] = "Suas anotações pessoais";
+$a->strings["Your personal notes"] = "Suas anotações pessoais";
+$a->strings["Sign in"] = "Entrar";
+$a->strings["Home Page"] = "Página pessoal";
+$a->strings["Create an account"] = "Criar uma conta";
+$a->strings["Help and documentation"] = "Ajuda e documentação";
+$a->strings["Apps"] = "Aplicativos";
+$a->strings["Addon applications, utilities, games"] = "Complementos, utilitários, jogos";
+$a->strings["Search site content"] = "Pesquisar conteúdo no site";
+$a->strings["Conversations on this site"] = "Conversas neste site";
+$a->strings["Directory"] = "Diretório";
+$a->strings["People directory"] = "Diretório de pessoas";
+$a->strings["Information"] = "Informação";
+$a->strings["Information about this friendica instance"] = "Informação sobre esta instância do friendica";
+$a->strings["Conversations from your friends"] = "Conversas dos seus amigos";
+$a->strings["Network Reset"] = "Reiniciar Rede";
+$a->strings["Load Network page with no filters"] = "Carregar página Rede sem filtros";
+$a->strings["Friend Requests"] = "Requisições de Amizade";
+$a->strings["See all notifications"] = "Ver todas notificações";
+$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas";
+$a->strings["Private mail"] = "Mensagem privada";
+$a->strings["Inbox"] = "Recebidas";
+$a->strings["Outbox"] = "Enviadas";
+$a->strings["Manage"] = "Gerenciar";
+$a->strings["Manage other pages"] = "Gerenciar outras páginas";
+$a->strings["Account settings"] = "Configurações da conta";
+$a->strings["Manage/Edit Profiles"] = "Administrar/Editar Perfis";
+$a->strings["Manage/edit friends and contacts"] = "Gerenciar/editar amigos e contatos";
+$a->strings["Site setup and configuration"] = "Configurações do site";
+$a->strings["Navigation"] = "Navegação";
+$a->strings["Site map"] = "Mapa do Site";
+$a->strings["User not found."] = "Usuário não encontrado.";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "O limite diário de postagem de %d mensagens foi atingido. O post foi rejeitado.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "O limite de postagem semanal de %d mensagens foi atingido. O post foi rejeitado.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "O limite de postagem mensal de %d mensagens foi atingido. O post foi rejeitado.";
+$a->strings["There is no status with this id."] = "Não existe status com esse id.";
+$a->strings["There is no conversation with this id."] = "Não existe conversas com esse id.";
+$a->strings["Invalid request."] = "Solicitação inválida.";
+$a->strings["Invalid item."] = "Ítem inválido.";
+$a->strings["Invalid action. "] = "Ação inválida.";
+$a->strings["DB error"] = "Erro do Banco de Dados";
+$a->strings["An invitation is required."] = "É necessário um convite.";
+$a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite.";
+$a->strings["Invalid OpenID url"] = "A URL do OpenID é inválida";
+$a->strings["Please enter the required information."] = "Por favor, forneça a informação solicitada.";
+$a->strings["Please use a shorter name."] = "Por favor, use um nome mais curto.";
+$a->strings["Name too short."] = "O nome é muito curto.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Isso não parece ser o seu nome completo (Nome Sobrenome).";
+$a->strings["Your email domain is not among those allowed on this site."] = "O domínio do seu e-mail não está entre os permitidos neste site.";
+$a->strings["Not a valid email address."] = "Não é um endereço de e-mail válido.";
+$a->strings["Cannot use that email."] = "Não é possível usar esse e-mail.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "A sua identificação pode conter somente os caracteres \"a-z\", \"0-9\", \"-\", e \"_\", além disso, deve começar com uma letra.";
+$a->strings["Nickname is already registered. Please choose another."] = "Esta identificação já foi registrada. Por favor, escolha outra.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Essa identificação já foi registrada e não pode ser reutilizada. Por favor, escolha outra.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRO GRAVE: Não foi possível gerar as chaves de segurança.";
+$a->strings["An error occurred during registration. Please try again."] = "Ocorreu um erro durante o registro. Por favor, tente novamente.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "Ocorreu um erro na criação do seu perfil padrão. Por favor, tente novamente.";
+$a->strings["Friends"] = "Amigos";
+$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\tCaro %1\$s,\n\t\t\tObrigado por se cadastrar em %2\$s. Sua conta foi criada.\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\tOs dados de login são os seguintes:\n\t\t\tLocal do Site:\t%3\$s\n\t\t\tNome de Login:\t%1\$s\n\t\t\tSenha:\t%5\$s\n\n\t\tVocê pode alterar sua senha na página de \"Configurações\" da sua conta após fazer o login\n\n\t\tPor favor, dedique alguns minutos na página para rever as outras configurações da sua conta.\n\n\t\tTalvez você também queira incluir algumas informações básicas adicionais ao seu perfil padrão\n\t\t(na página de \"Perfis\") para que outras pessoas possam encontrá-lo com facilidade.\n\n\t\tRecomendamos que inclua seu nome completo, adicione uma foto do perfil,\n\t\tadicionar algumas \"palavras-chave\" (muito útil para fazer novas amizades) - e\n\t\ttalvez em que pais você mora; se você não quiser ser mais específico \n\t\tdo que isso.\n\n\t\tNós respeitamos plenamente seu direito à privacidade, e nenhum desses itens são necessários.\n\t\tSe você é novo por aqui e não conheço ninguém, eles podem ajuda-lo a fazer novas e interessantes amizades.\n\n\n\t\tObrigado e bem-vindo a %2\$s.";
+$a->strings["Sharing notification from Diaspora network"] = "Notificação de compartilhamento da rede Diaspora";
+$a->strings["Attachments:"] = "Anexos:";
+$a->strings["Do you really want to delete this item?"] = "Você realmente deseja deletar esse item?";
+$a->strings["Archives"] = "Arquivos";
+$a->strings["Male"] = "Masculino";
+$a->strings["Female"] = "Feminino";
+$a->strings["Currently Male"] = "Atualmente masculino";
+$a->strings["Currently Female"] = "Atualmente feminino";
+$a->strings["Mostly Male"] = "Masculino a maior parte do tempo";
+$a->strings["Mostly Female"] = "Feminino a maior parte do tempo";
+$a->strings["Transgender"] = "Transgênero";
+$a->strings["Intersex"] = "Intersexual";
+$a->strings["Transsexual"] = "Transexual";
+$a->strings["Hermaphrodite"] = "Hermafrodita";
+$a->strings["Neuter"] = "Neutro";
+$a->strings["Non-specific"] = "Não específico";
+$a->strings["Other"] = "Outro";
+$a->strings["Undecided"] = "Indeciso";
+$a->strings["Males"] = "Homens";
+$a->strings["Females"] = "Mulheres";
+$a->strings["Gay"] = "Gays";
+$a->strings["Lesbian"] = "Lésbicas";
+$a->strings["No Preference"] = "Sem preferência";
+$a->strings["Bisexual"] = "Bissexuais";
+$a->strings["Autosexual"] = "Autossexuais";
+$a->strings["Abstinent"] = "Abstêmios";
+$a->strings["Virgin"] = "Virgens";
+$a->strings["Deviant"] = "Desviantes";
+$a->strings["Fetish"] = "Fetiches";
+$a->strings["Oodles"] = "Insaciável";
+$a->strings["Nonsexual"] = "Não sexual";
+$a->strings["Single"] = "Solteiro(a)";
+$a->strings["Lonely"] = "Solitário(a)";
+$a->strings["Available"] = "Disponível";
+$a->strings["Unavailable"] = "Não disponível";
+$a->strings["Has crush"] = "Tem uma paixão";
+$a->strings["Infatuated"] = "Apaixonado";
+$a->strings["Dating"] = "Saindo com alguém";
+$a->strings["Unfaithful"] = "Infiel";
+$a->strings["Sex Addict"] = "Viciado(a) em sexo";
+$a->strings["Friends/Benefits"] = "Amigos/Benefícios";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Envolvido(a)";
+$a->strings["Married"] = "Casado(a)";
+$a->strings["Imaginarily married"] = "Casado imaginariamente";
+$a->strings["Partners"] = "Parceiros";
+$a->strings["Cohabiting"] = "Coabitando";
+$a->strings["Common law"] = "Direito comum";
+$a->strings["Happy"] = "Feliz";
+$a->strings["Not looking"] = "Não estou procurando";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Traído(a)";
+$a->strings["Separated"] = "Separado(a)";
+$a->strings["Unstable"] = "Instável";
+$a->strings["Divorced"] = "Divorciado(a)";
+$a->strings["Imaginarily divorced"] = "Divorciado imaginariamente";
+$a->strings["Widowed"] = "Viúvo(a)";
+$a->strings["Uncertain"] = "Incerto(a)";
+$a->strings["It's complicated"] = "É complicado";
+$a->strings["Don't care"] = "Não importa";
+$a->strings["Ask me"] = "Pergunte-me";
+$a->strings["Friendica Notification"] = "Notificação Friendica";
+$a->strings["Thank You,"] = "Obrigado,";
+$a->strings["%s Administrator"] = "%s Administrador";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nova mensagem recebida em %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s lhe enviou uma mensagem privativa em %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s lhe enviou %2\$s.";
+$a->strings["a private message"] = "uma mensagem privada";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Favor visitar %s para ver e/ou responder às suas mensagens privadas.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s comentou uma [url=%2\$s] %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s comentou na %4\$s de [url=%2\$s]%3\$s [/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s comentou [url=%2\$s]sua %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comentário na conversa #%1\$d por %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s comentou um item/conversa que você está seguindo.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Favor visitar %s para ver e/ou responder à conversa.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s publicou no mural do seu perfil";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s publicou no mural do seu perfil em %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s publicou para [url=%2\$s]seu mural[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s etiquetou você";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s etiquetou você em %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]etiquetou você[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s compartilhado uma nova publicação";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s compartilhou uma nova publicação em %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]compartilhou uma publicação[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s cutucou você";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s cutucou você em %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]cutucou você[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s etiquetou sua publicação";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s etiquetou sua publicação em %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s etiquetou [url=%2\$s]sua publicação[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Você recebeu uma apresentação";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Você recebeu uma apresentação de '%1\$s' em %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Você recebeu [url=%1\$s]uma apresentação[/url] de %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Você pode visitar o perfil deles em %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Favor visitar %s para aprovar ou rejeitar a apresentação.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notificação] Uma nova pessoa está compartilhando com você";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s está compartilhando com você via %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notificação] Você tem um novo seguidor";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Você tem um novo seguidor em %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Você recebeu uma sugestão de amigo";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Você recebeu uma sugestão de amigo de '%1\$s' em %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Você recebeu [url=%1\$s]uma sugestão de amigo[/url] de %2\$s em %3\$s";
+$a->strings["Name:"] = "Nome:";
+$a->strings["Photo:"] = "Foto:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Favor visitar %s para aprovar ou rejeitar a sugestão.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notificação] Conexão aceita";
+$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "'%1\$s' sua solicitação de conexão foi aceita em %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s Foi aceita [url=%1\$s] a conexão solicitada[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email\n\twithout restriction."] = "Você agora são amigos em comum e podem trocar atualizações de status, fotos e e-mail\n\tsem restrições.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Por favor, visite %s se você desejar fazer quaisquer alterações a este relacionamento.";
+$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' optou por aceitá-lo um \"fã\", o que restringe algumas formas de comunicação - como mensagens privadas e algumas interações de perfil. Se esta é uma página de celebridade ou de uma comunidade, essas configurações foram aplicadas automaticamente.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "'%1\$s' pode optar no futuro por estender isso para um relacionamento bidirecional ou superior permissivo.";
+$a->strings["[Friendica System:Notify] registration request"] = "[Friendica: Notificação do Sistema] solicitação de cadastro";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Você recebeu um pedido de cadastro de '%1\$s' em %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Você recebeu uma [url=%1\$s]solicitação de cadastro[/url] de %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nome completo:\t%1\$s\\nLocal do Site:\t%2\$s\\nNome de Login:\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Por favor, visite %s para aprovar ou rejeitar a solicitação.";
+$a->strings["Embedded content"] = "Conteúdo incorporado";
+$a->strings["Embedding disabled"] = "A incorporação está desabilitada";
+$a->strings["Error decoding account file"] = "Erro ao decodificar arquivo de conta";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Erro! Nenhum arquivo de dados de versão! Esse não é um arquivo de conta do Friendica?";
+$a->strings["Error! Cannot check nickname"] = "Erro! Não consigo conferir o apelido (nickname)";
+$a->strings["User '%s' already exists on this server!"] = "User '%s' já existe nesse servidor!";
+$a->strings["User creation error"] = "Erro na criação do usuário";
+$a->strings["User profile creation error"] = "Erro na criação do perfil do Usuário";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contato não foi importado",
+       1 => "%d contatos não foram importados",
+);
+$a->strings["Done. You can now login with your username and password"] = "Feito. Você agora pode entrar com seu nome de usuário e senha";
+$a->strings["toggle mobile"] = "habilita mobile";
+$a->strings["Theme settings"] = "Configurações do tema";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)";
+$a->strings["Set font-size for posts and comments"] = "Escolha o tamanho da fonte para publicações e comentários";
+$a->strings["Set theme width"] = "Configure a largura do tema";
+$a->strings["Color scheme"] = "Esquema de cores";
+$a->strings["Set line-height for posts and comments"] = "Escolha comprimento da linha para publicações e comentários";
+$a->strings["Set colour scheme"] = "Configure o esquema de cores";
+$a->strings["Alignment"] = "Alinhamento";
+$a->strings["Left"] = "Esquerda";
+$a->strings["Center"] = "Centro";
+$a->strings["Posts font size"] = "Tamanho da fonte para publicações";
+$a->strings["Textareas font size"] = "Tamanho da fonte para campos texto";
+$a->strings["Set resolution for middle column"] = "Escolha a resolução para a coluna do meio";
+$a->strings["Set color scheme"] = "Configure o esquema de cores";
+$a->strings["Set zoomfactor for Earth Layer"] = "Configure o zoom para Camadas da Terra";
+$a->strings["Set longitude (X) for Earth Layers"] = "Configure longitude (X) para Camadas da Terra";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Configure latitude (Y) para Camadas da Terra";
+$a->strings["Community Pages"] = "Páginas da Comunidade";
+$a->strings["Earth Layers"] = "Camadas da Terra";
+$a->strings["Community Profiles"] = "Profiles Comunitários";
+$a->strings["Help or @NewHere ?"] = "Ajuda ou @NewHere ?";
+$a->strings["Connect Services"] = "Conectar serviços";
+$a->strings["Find Friends"] = "Encontrar amigos";
+$a->strings["Last users"] = "Últimos usuários";
+$a->strings["Last photos"] = "Últimas fotos";
+$a->strings["Last likes"] = "Últimas gostadas";
+$a->strings["Your contacts"] = "Seus contatos";
+$a->strings["Your personal photos"] = "Suas fotos pessoais";
+$a->strings["Local Directory"] = "Diretório Local";
+$a->strings["Set zoomfactor for Earth Layers"] = "Configure o zoom para Camadas da Terra";
+$a->strings["Show/hide boxes at right-hand column:"] = "Mostre/esconda caixas na coluna à direita:";
+$a->strings["Set style"] = "escolha estilo";
+$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"] = "Variações";
index 261d02d6d69d087d31f5c610b1dc4ab81fb55c38..58118e2e1eae3169e5a687b91e8dfddf580e8965 100644 (file)
@@ -5,13 +5,13 @@
 # Translators:
 # Arian - Cazare Muncitori <arianserv@gmail.com>, 2014
 # Doru  DEACONU <dumitrudeaconu@yahoo.com>, 2013
-# Doru  DEACONU <dumitrudeaconu@yahoo.com>, 2013-2014
+# Doru  DEACONU <dumitrudeaconu@yahoo.com>, 2013-2015
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 10:05+0200\n"
-"PO-Revision-Date: 2014-11-27 14:30+0000\n"
+"POT-Creation-Date: 2015-02-09 08:57+0100\n"
+"PO-Revision-Date: 2015-03-05 16:37+0000\n"
 "Last-Translator: Doru  DEACONU <dumitrudeaconu@yahoo.com>\n"
 "Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
 "MIME-Version: 1.0\n"
@@ -20,757 +20,724 @@ msgstr ""
 "Language: ro_RO\n"
 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
 
-#: ../../object/Item.php:94
-msgid "This entry was edited"
-msgstr "Această intrare a fost editată"
+#: ../../mod/contacts.php:108
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] "%d contact editat."
+msgstr[1] "%d contacte editate."
+msgstr[2] "%d de contacte editate."
 
-#: ../../object/Item.php:116 ../../mod/photos.php:1357
-#: ../../mod/content.php:620
-msgid "Private Message"
-msgstr " Mesaj Privat"
+#: ../../mod/contacts.php:139 ../../mod/contacts.php:272
+msgid "Could not access contact record."
+msgstr "Nu se poate accesa registrul contactului."
 
-#: ../../object/Item.php:120 ../../mod/settings.php:673
-#: ../../mod/content.php:728
-msgid "Edit"
-msgstr "Edit"
+#: ../../mod/contacts.php:153
+msgid "Could not locate selected profile."
+msgstr "Nu se poate localiza profilul selectat."
 
-#: ../../object/Item.php:129 ../../mod/photos.php:1651
-#: ../../mod/content.php:437 ../../mod/content.php:740
-#: ../../include/conversation.php:613
-msgid "Select"
-msgstr "Select"
+#: ../../mod/contacts.php:186
+msgid "Contact updated."
+msgstr "Contact actualizat."
 
-#: ../../object/Item.php:130 ../../mod/admin.php:970 ../../mod/photos.php:1652
-#: ../../mod/contacts.php:709 ../../mod/settings.php:674
-#: ../../mod/group.php:171 ../../mod/content.php:438 ../../mod/content.php:741
-#: ../../include/conversation.php:614
-msgid "Delete"
-msgstr "Şterge"
+#: ../../mod/contacts.php:188 ../../mod/dfrn_request.php:576
+msgid "Failed to update contact record."
+msgstr "Actualizarea datelor de contact a eşuat."
 
-#: ../../object/Item.php:133 ../../mod/content.php:763
-msgid "save to folder"
-msgstr "salvează în directorul"
+#: ../../mod/contacts.php:254 ../../mod/manage.php:96
+#: ../../mod/display.php:499 ../../mod/profile_photo.php:19
+#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
+#: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
+#: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
+#: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
+#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:24
+#: ../../mod/notifications.php:66 ../../mod/message.php:38
+#: ../../mod/message.php:174 ../../mod/crepair.php:119
+#: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
+#: ../../mod/events.php:140 ../../mod/install.php:151
+#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
+#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
+#: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
+#: ../../mod/settings.php:596 ../../mod/settings.php:601
+#: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
+#: ../../mod/suggest.php:58 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:618 ../../mod/editpost.php:10 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
+#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
+#: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
+#: ../../mod/attach.php:33 ../../include/items.php:4712 ../../index.php:369
+msgid "Permission denied."
+msgstr "Permisiune refuzată."
 
-#: ../../object/Item.php:195 ../../mod/content.php:753
-msgid "add star"
-msgstr "add stea"
+#: ../../mod/contacts.php:287
+msgid "Contact has been blocked"
+msgstr "Contactul a fost blocat"
 
-#: ../../object/Item.php:196 ../../mod/content.php:754
-msgid "remove star"
-msgstr "înlătură stea"
+#: ../../mod/contacts.php:287
+msgid "Contact has been unblocked"
+msgstr "Contactul a fost deblocat"
 
-#: ../../object/Item.php:197 ../../mod/content.php:755
-msgid "toggle star status"
-msgstr "comută status steluță"
+#: ../../mod/contacts.php:298
+msgid "Contact has been ignored"
+msgstr "Contactul a fost ignorat"
 
-#: ../../object/Item.php:200 ../../mod/content.php:758
-msgid "starred"
-msgstr "cu steluță"
+#: ../../mod/contacts.php:298
+msgid "Contact has been unignored"
+msgstr "Contactul a fost neignorat"
 
-#: ../../object/Item.php:208
-msgid "ignore thread"
-msgstr ""
+#: ../../mod/contacts.php:310
+msgid "Contact has been archived"
+msgstr "Contactul a fost arhivat"
 
-#: ../../object/Item.php:209
-msgid "unignore thread"
-msgstr ""
+#: ../../mod/contacts.php:310
+msgid "Contact has been unarchived"
+msgstr "Contactul a fost dezarhivat"
 
-#: ../../object/Item.php:210
-msgid "toggle ignore status"
-msgstr "Comutaţi status Ignorare"
+#: ../../mod/contacts.php:335 ../../mod/contacts.php:711
+msgid "Do you really want to delete this contact?"
+msgstr "Sigur doriți să ștergeți acest contact?"
 
-#: ../../object/Item.php:213
-msgid "ignored"
-msgstr "ignorat"
+#: ../../mod/contacts.php:337 ../../mod/message.php:209
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
+#: ../../mod/register.php:233 ../../mod/suggest.php:29
+#: ../../mod/profiles.php:661 ../../mod/profiles.php:664 ../../mod/api.php:105
+#: ../../include/items.php:4557
+msgid "Yes"
+msgstr "Da"
 
-#: ../../object/Item.php:220 ../../mod/content.php:759
-msgid "add tag"
-msgstr "add tag"
+#: ../../mod/contacts.php:340 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/message.php:212 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
+#: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/photos.php:203 ../../mod/photos.php:292
+#: ../../include/conversation.php:1129 ../../include/items.php:4560
+msgid "Cancel"
+msgstr "Anulează"
 
-#: ../../object/Item.php:231 ../../mod/photos.php:1540
-#: ../../mod/content.php:684
-msgid "I like this (toggle)"
-msgstr "I like asta (toggle)"
+#: ../../mod/contacts.php:352
+msgid "Contact has been removed."
+msgstr "Contactul a fost înlăturat."
 
-#: ../../object/Item.php:231 ../../mod/content.php:684
-msgid "like"
-msgstr "like"
+#: ../../mod/contacts.php:390
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Sunteţi prieten comun cu %s"
 
-#: ../../object/Item.php:232 ../../mod/photos.php:1541
-#: ../../mod/content.php:685
-msgid "I don't like this (toggle)"
-msgstr "nu îmi place aceasta (comutare)"
+#: ../../mod/contacts.php:394
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Împărtășiți cu %s"
 
-#: ../../object/Item.php:232 ../../mod/content.php:685
-msgid "dislike"
-msgstr "dislike"
+#: ../../mod/contacts.php:399
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s împărtăşeşte cu dvs."
 
-#: ../../object/Item.php:234 ../../mod/content.php:687
-msgid "Share this"
-msgstr "Partajează"
+#: ../../mod/contacts.php:416
+msgid "Private communications are not available for this contact."
+msgstr "Comunicaţiile private nu sunt disponibile pentru acest contact."
 
-#: ../../object/Item.php:234 ../../mod/content.php:687
-msgid "share"
-msgstr "partajează"
+#: ../../mod/contacts.php:419 ../../mod/admin.php:569
+msgid "Never"
+msgstr "Niciodată"
 
-#: ../../object/Item.php:316 ../../include/conversation.php:666
-msgid "Categories:"
-msgstr "Categorii:"
+#: ../../mod/contacts.php:423
+msgid "(Update was successful)"
+msgstr "(Actualizare a reuşit)"
 
-#: ../../object/Item.php:317 ../../include/conversation.php:667
-msgid "Filed under:"
-msgstr "Înscris în:"
+#: ../../mod/contacts.php:423
+msgid "(Update was not successful)"
+msgstr "(Actualizare nu a reuşit)"
 
-#: ../../object/Item.php:326 ../../object/Item.php:327
-#: ../../mod/content.php:471 ../../mod/content.php:852
-#: ../../mod/content.php:853 ../../include/conversation.php:654
+#: ../../mod/contacts.php:425
+msgid "Suggest friends"
+msgstr "Sugeraţi prieteni"
+
+#: ../../mod/contacts.php:429
 #, php-format
-msgid "View %s's profile @ %s"
-msgstr "Vizualizaţi profilul %s @ %s"
+msgid "Network type: %s"
+msgstr "Tipul rețelei: %s"
 
-#: ../../object/Item.php:328 ../../mod/content.php:854
-msgid "to"
-msgstr "către"
+#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contact în comun"
+msgstr[1] "%d contacte în comun"
+msgstr[2] "%d de contacte în comun"
 
-#: ../../object/Item.php:329
-msgid "via"
-msgstr "via"
+#: ../../mod/contacts.php:437
+msgid "View all contacts"
+msgstr "Vezi toate contactele"
 
-#: ../../object/Item.php:330 ../../mod/content.php:855
-msgid "Wall-to-Wall"
-msgstr "Perete-prin-Perete"
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1009
+msgid "Unblock"
+msgstr "Deblochează"
 
-#: ../../object/Item.php:331 ../../mod/content.php:856
-msgid "via Wall-To-Wall:"
-msgstr "via Perete-Prin-Perete"
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1008
+msgid "Block"
+msgstr "Blochează"
 
-#: ../../object/Item.php:340 ../../mod/content.php:481
-#: ../../mod/content.php:864 ../../include/conversation.php:674
-#, php-format
-msgid "%s from %s"
-msgstr "%s de la %s"
+#: ../../mod/contacts.php:445
+msgid "Toggle Blocked status"
+msgstr "Comutare status Blocat"
 
-#: ../../object/Item.php:361 ../../object/Item.php:677
-#: ../../mod/photos.php:1562 ../../mod/photos.php:1606
-#: ../../mod/photos.php:1694 ../../mod/content.php:709 ../../boot.php:724
-msgid "Comment"
-msgstr "Comentariu"
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715
+msgid "Unignore"
+msgstr "Anulare ignorare"
 
-#: ../../object/Item.php:364 ../../mod/message.php:334
-#: ../../mod/message.php:565 ../../mod/editpost.php:124
-#: ../../mod/wallmessage.php:156 ../../mod/photos.php:1543
-#: ../../mod/content.php:499 ../../mod/content.php:883
-#: ../../include/conversation.php:692 ../../include/conversation.php:1109
-msgid "Please wait"
-msgstr "Aşteptaţi vă rog"
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Ignoră"
 
-#: ../../object/Item.php:387 ../../mod/content.php:603
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentariu"
-msgstr[1] "%d comentarii"
-msgstr[2] "%d comentarii"
+#: ../../mod/contacts.php:451
+msgid "Toggle Ignored status"
+msgstr "Comutaţi status Ignorat"
 
-#: ../../object/Item.php:389 ../../object/Item.php:402
-#: ../../mod/content.php:605 ../../include/text.php:1969
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "comentariu"
-msgstr[1] "comentarii"
-msgstr[2] "comentarii"
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
+msgid "Unarchive"
+msgstr "Dezarhivează"
 
-#: ../../object/Item.php:390 ../../mod/content.php:606 ../../boot.php:725
-#: ../../include/contact_widgets.php:205
-msgid "show more"
-msgstr "mai mult"
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
+msgid "Archive"
+msgstr "Arhivează"
 
-#: ../../object/Item.php:675 ../../mod/photos.php:1560
-#: ../../mod/photos.php:1604 ../../mod/photos.php:1692
-#: ../../mod/content.php:707
-msgid "This is you"
-msgstr "Acesta eşti tu"
+#: ../../mod/contacts.php:458
+msgid "Toggle Archive status"
+msgstr "Comutaţi status Arhivat"
 
-#: ../../object/Item.php:678 ../../mod/fsuggest.php:107
-#: ../../mod/message.php:335 ../../mod/message.php:564
-#: ../../mod/events.php:478 ../../mod/photos.php:1084
-#: ../../mod/photos.php:1205 ../../mod/photos.php:1512
-#: ../../mod/photos.php:1563 ../../mod/photos.php:1607
-#: ../../mod/photos.php:1695 ../../mod/contacts.php:470
-#: ../../mod/invite.php:140 ../../mod/profiles.php:645
-#: ../../mod/manage.php:110 ../../mod/poke.php:199 ../../mod/localtime.php:45
-#: ../../mod/install.php:248 ../../mod/install.php:286
-#: ../../mod/content.php:710 ../../mod/mood.php:137 ../../mod/crepair.php:181
-#: ../../view/theme/diabook/theme.php:633
-#: ../../view/theme/diabook/config.php:148 ../../view/theme/vier/config.php:52
-#: ../../view/theme/dispy/config.php:70
-#: ../../view/theme/duepuntozero/config.php:59
-#: ../../view/theme/quattro/config.php:64
+#: ../../mod/contacts.php:461
+msgid "Repair"
+msgstr "Repară"
+
+#: ../../mod/contacts.php:464
+msgid "Advanced Contact Settings"
+msgstr "Configurări Avansate Contacte"
+
+#: ../../mod/contacts.php:470
+msgid "Communications lost with this contact!"
+msgstr "S-a pierdut conexiunea cu acest contact!"
+
+#: ../../mod/contacts.php:473
+msgid "Contact Editor"
+msgstr "Editor Contact"
+
+#: ../../mod/contacts.php:475 ../../mod/manage.php:110
+#: ../../mod/fsuggest.php:107 ../../mod/message.php:335
+#: ../../mod/message.php:564 ../../mod/crepair.php:186
+#: ../../mod/events.php:478 ../../mod/content.php:710
+#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
+#: ../../mod/profiles.php:686 ../../mod/localtime.php:45
+#: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
+#: ../../mod/photos.php:1203 ../../mod/photos.php:1514
+#: ../../mod/photos.php:1565 ../../mod/photos.php:1609
+#: ../../mod/photos.php:1697 ../../object/Item.php:678
 #: ../../view/theme/cleanzero/config.php:80
+#: ../../view/theme/dispy/config.php:70 ../../view/theme/quattro/config.php:64
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/diabook/theme.php:633 ../../view/theme/vier/config.php:53
+#: ../../view/theme/duepuntozero/config.php:59
 msgid "Submit"
 msgstr "Trimite"
 
-#: ../../object/Item.php:679 ../../mod/content.php:711
-msgid "Bold"
-msgstr "Bold"
+#: ../../mod/contacts.php:476
+msgid "Profile Visibility"
+msgstr "Vizibilitate Profil"
 
-#: ../../object/Item.php:680 ../../mod/content.php:712
-msgid "Italic"
-msgstr "Italic"
+#: ../../mod/contacts.php:477
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Vă rugăm să alegeţi profilul pe care doriţi să îl afişaţi pentru %s când acesta vă vizitează profuilul în mod securizat."
 
-#: ../../object/Item.php:681 ../../mod/content.php:713
-msgid "Underline"
-msgstr "Subliniat"
+#: ../../mod/contacts.php:478
+msgid "Contact Information / Notes"
+msgstr "Informaţii de Contact / Note"
 
-#: ../../object/Item.php:682 ../../mod/content.php:714
-msgid "Quote"
-msgstr "Citat"
+#: ../../mod/contacts.php:479
+msgid "Edit contact notes"
+msgstr "Editare note de contact"
 
-#: ../../object/Item.php:683 ../../mod/content.php:715
-msgid "Code"
-msgstr "Code"
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:679
+#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Vizitați profilul %s [%s]"
 
-#: ../../object/Item.php:684 ../../mod/content.php:716
-msgid "Image"
-msgstr "Imagine"
+#: ../../mod/contacts.php:485
+msgid "Block/Unblock contact"
+msgstr "Blocare/Deblocare contact"
 
-#: ../../object/Item.php:685 ../../mod/content.php:717
-msgid "Link"
-msgstr "Link"
+#: ../../mod/contacts.php:486
+msgid "Ignore contact"
+msgstr "Ignorare contact"
 
-#: ../../object/Item.php:686 ../../mod/content.php:718
-msgid "Video"
-msgstr "Video"
+#: ../../mod/contacts.php:487
+msgid "Repair URL settings"
+msgstr "Remediere configurări URL"
 
-#: ../../object/Item.php:687 ../../mod/editpost.php:145
-#: ../../mod/photos.php:1564 ../../mod/photos.php:1608
-#: ../../mod/photos.php:1696 ../../mod/content.php:719
-#: ../../include/conversation.php:1126
-msgid "Preview"
-msgstr "Previzualizare"
+#: ../../mod/contacts.php:488
+msgid "View conversations"
+msgstr "Vizualizaţi conversaţii"
 
-#: ../../index.php:205 ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
-msgstr "Tu trebuie să vă autentificați pentru a folosi suplimentele."
+#: ../../mod/contacts.php:490
+msgid "Delete contact"
+msgstr "Şterge contact"
 
-#: ../../index.php:249 ../../mod/help.php:90
-msgid "Not Found"
-msgstr "Negăsit"
+#: ../../mod/contacts.php:494
+msgid "Last update:"
+msgstr "Ultima actualizare:"
 
-#: ../../index.php:252 ../../mod/help.php:93
-msgid "Page not found."
-msgstr "Pagină negăsită."
+#: ../../mod/contacts.php:496
+msgid "Update public posts"
+msgstr "Actualizare postări publice"
 
-#: ../../index.php:361 ../../mod/profperm.php:19 ../../mod/group.php:72
-msgid "Permission denied"
-msgstr "Permisiune refuzată"
+#: ../../mod/contacts.php:498 ../../mod/admin.php:1503
+msgid "Update now"
+msgstr "Actualizează acum"
 
-#: ../../index.php:362 ../../mod/fsuggest.php:78 ../../mod/files.php:170
-#: ../../mod/notifications.php:66 ../../mod/message.php:38
-#: ../../mod/message.php:174 ../../mod/editpost.php:10
-#: ../../mod/dfrn_confirm.php:55 ../../mod/events.php:140
-#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
-#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
-#: ../../mod/nogroup.php:25 ../../mod/wall_upload.php:66 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/photos.php:134 ../../mod/photos.php:1050
-#: ../../mod/register.php:42 ../../mod/attach.php:33
-#: ../../mod/contacts.php:249 ../../mod/follow.php:9 ../../mod/uimport.php:23
-#: ../../mod/allfriends.php:9 ../../mod/invite.php:15 ../../mod/invite.php:101
-#: ../../mod/settings.php:102 ../../mod/settings.php:593
-#: ../../mod/settings.php:598 ../../mod/display.php:455
-#: ../../mod/profiles.php:148 ../../mod/profiles.php:577
-#: ../../mod/wall_attach.php:55 ../../mod/suggest.php:56
-#: ../../mod/manage.php:96 ../../mod/delegate.php:12
-#: ../../mod/viewcontacts.php:22 ../../mod/notes.php:20 ../../mod/poke.php:135
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../mod/install.php:151 ../../mod/group.php:19 ../../mod/regmod.php:110
-#: ../../mod/item.php:149 ../../mod/item.php:165 ../../mod/mood.php:114
-#: ../../mod/network.php:4 ../../mod/crepair.php:119
-#: ../../include/items.php:4575
-msgid "Permission denied."
-msgstr "Permisiune refuzată."
+#: ../../mod/contacts.php:505
+msgid "Currently blocked"
+msgstr "Blocat în prezent"
 
-#: ../../index.php:421
-msgid "toggle mobile"
-msgstr "comutare mobil"
+#: ../../mod/contacts.php:506
+msgid "Currently ignored"
+msgstr "Ignorat în prezent"
 
-#: ../../mod/update_notes.php:37 ../../mod/update_profile.php:41
-#: ../../mod/update_community.php:18 ../../mod/update_network.php:25
-#: ../../mod/update_display.php:22
-msgid "[Embedded content - reload page to view]"
-msgstr "[Conţinut încastrat - reîncărcaţi pagina pentru a vizualiza]"
+#: ../../mod/contacts.php:507
+msgid "Currently archived"
+msgstr "Arhivat în prezent"
 
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-#: ../../mod/dfrn_confirm.php:120 ../../mod/crepair.php:133
-msgid "Contact not found."
-msgstr "Contact negăsit."
+#: ../../mod/contacts.php:508 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "Ascunde acest contact pentru alţii"
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Sugestia de prietenie a fost trimisă."
+#: ../../mod/contacts.php:508
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Răspunsurile/aprecierile pentru postările dvs. publice <strong>ar putea</strong> fi încă vizibile"
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Sugeraţi Prieteni"
+#: ../../mod/contacts.php:509
+msgid "Notification for new posts"
+msgstr "Notificare de postări noi"
 
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Sugeraţi un prieten pentru %s"
+#: ../../mod/contacts.php:509
+msgid "Send a notification of every new post of this contact"
+msgstr "Trimiteți o notificare despre fiecare postare nouă a acestui contact"
 
-#: ../../mod/dfrn_request.php:95
-msgid "This introduction has already been accepted."
-msgstr "Această introducere a fost deja acceptată"
+#: ../../mod/contacts.php:510
+msgid "Fetch further information for feeds"
+msgstr "Preluare informaţii suplimentare pentru fluxuri"
 
-#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Locaţia profilului nu este validă sau nu conţine informaţii de profil."
+#: ../../mod/contacts.php:511
+msgid "Disabled"
+msgstr "Dezactivat"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Atenţie: locaţia profilului nu are un nume de deţinător identificabil."
+#: ../../mod/contacts.php:511
+msgid "Fetch information"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
-msgid "Warning: profile location has no profile photo."
-msgstr "Atenţie: locaţia profilului nu are fotografie de profil."
+#: ../../mod/contacts.php:511
+msgid "Fetch information and keywords"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
-#, 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 parametru necesar nu a fost găsit în locaţia specificată"
-msgstr[1] "%d parametrii necesari nu au fost găsiţi în locaţia specificată"
-msgstr[2] "%d de parametrii necesari nu au fost găsiţi în locaţia specificată"
+#: ../../mod/contacts.php:513
+msgid "Blacklisted keywords"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:172
-msgid "Introduction complete."
-msgstr "Prezentare completă."
+#: ../../mod/contacts.php:513
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:214
-msgid "Unrecoverable protocol error."
-msgstr "Eroare de protocol nerecuperabilă."
+#: ../../mod/contacts.php:564
+msgid "Suggestions"
+msgstr "Sugestii"
 
-#: ../../mod/dfrn_request.php:242
-msgid "Profile unavailable."
-msgstr "Profil nedisponibil."
+#: ../../mod/contacts.php:567
+msgid "Suggest potential friends"
+msgstr "Sugeraţi prieteni potențiali"
 
-#: ../../mod/dfrn_request.php:267
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s a primit, pentru azi, prea multe solicitări de conectare."
+#: ../../mod/contacts.php:570 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "Toate Contactele"
 
-#: ../../mod/dfrn_request.php:268
-msgid "Spam protection measures have been invoked."
-msgstr "Au fost invocate măsuri de protecţie anti-spam."
+#: ../../mod/contacts.php:573
+msgid "Show all contacts"
+msgstr "Afişează toate contactele"
 
-#: ../../mod/dfrn_request.php:269
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Prietenii sunt rugaţi să reîncerce peste 24 de ore."
+#: ../../mod/contacts.php:576
+msgid "Unblocked"
+msgstr "Deblocat"
 
-#: ../../mod/dfrn_request.php:331
-msgid "Invalid locator"
-msgstr "Invalid locator"
+#: ../../mod/contacts.php:579
+msgid "Only show unblocked contacts"
+msgstr "Se afişează numai contactele deblocate"
 
-#: ../../mod/dfrn_request.php:340
-msgid "Invalid email address."
-msgstr "Adresă mail invalidă."
+#: ../../mod/contacts.php:583
+msgid "Blocked"
+msgstr "Blocat"
 
-#: ../../mod/dfrn_request.php:367
-msgid "This account has not been configured for email. Request failed."
-msgstr "Acest cont nu a fost configurat pentru email. Cererea a eşuat."
+#: ../../mod/contacts.php:586
+msgid "Only show blocked contacts"
+msgstr "Se afişează numai contactele blocate"
 
-#: ../../mod/dfrn_request.php:463
-msgid "Unable to resolve your name at the provided location."
-msgstr "Imposibil să vă soluţionăm numele pentru locaţia sugerată."
+#: ../../mod/contacts.php:590
+msgid "Ignored"
+msgstr "Ignorat"
 
-#: ../../mod/dfrn_request.php:476
-msgid "You have already introduced yourself here."
-msgstr "Aţi fost deja prezentat aici"
+#: ../../mod/contacts.php:593
+msgid "Only show ignored contacts"
+msgstr "Se afişează numai contactele ignorate"
 
-#: ../../mod/dfrn_request.php:480
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Se pare că sunteţi deja prieten cu %s."
+#: ../../mod/contacts.php:597
+msgid "Archived"
+msgstr "Arhivat"
 
-#: ../../mod/dfrn_request.php:501
-msgid "Invalid profile URL."
-msgstr "Profil URL invalid."
+#: ../../mod/contacts.php:600
+msgid "Only show archived contacts"
+msgstr "Se afişează numai contactele arhivate"
 
-#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27
-msgid "Disallowed profile URL."
-msgstr "Profil URL invalid."
+#: ../../mod/contacts.php:604
+msgid "Hidden"
+msgstr "Ascuns"
 
-#: ../../mod/dfrn_request.php:576 ../../mod/contacts.php:183
-msgid "Failed to update contact record."
-msgstr "Actualizarea datelor de contact a eşuat."
+#: ../../mod/contacts.php:607
+msgid "Only show hidden contacts"
+msgstr "Se afişează numai contactele ascunse"
 
-#: ../../mod/dfrn_request.php:597
-msgid "Your introduction has been sent."
-msgstr "Prezentarea dumneavoastră a fost trimisă."
+#: ../../mod/contacts.php:655
+msgid "Mutual Friendship"
+msgstr "Prietenie Reciprocă"
 
-#: ../../mod/dfrn_request.php:650
-msgid "Please login to confirm introduction."
-msgstr "Vă rugăm să vă autentificați pentru a confirma prezentarea."
+#: ../../mod/contacts.php:659
+msgid "is a fan of yours"
+msgstr "este fanul  dvs."
 
-#: ../../mod/dfrn_request.php:664
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Autentificat curent cu identitate eronată. Vă rugăm să vă autentificați pentru <strong>acest</strong> profil."
+#: ../../mod/contacts.php:663
+msgid "you are a fan of"
+msgstr "sunteţi un fan al"
 
-#: ../../mod/dfrn_request.php:675
-msgid "Hide this contact"
-msgstr "Ascunde acest contact"
+#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Editează contact"
 
-#: ../../mod/dfrn_request.php:678
-#, php-format
-msgid "Welcome home %s."
-msgstr "Bine ai venit %s."
+#: ../../mod/contacts.php:702 ../../include/nav.php:177
+#: ../../view/theme/diabook/theme.php:125
+msgid "Contacts"
+msgstr "Contacte"
 
-#: ../../mod/dfrn_request.php:679
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Vă rugăm să vă confirmaţi solicitarea de introducere/conectare la %s."
+#: ../../mod/contacts.php:706
+msgid "Search your contacts"
+msgstr "Căutare contacte"
 
-#: ../../mod/dfrn_request.php:680
-msgid "Confirm"
-msgstr "Confirm"
+#: ../../mod/contacts.php:707 ../../mod/directory.php:61
+msgid "Finding: "
+msgstr "Găsire:"
 
-#: ../../mod/dfrn_request.php:721 ../../mod/dfrn_confirm.php:752
-#: ../../include/items.php:3881
-msgid "[Name Withheld]"
-msgstr "[Nume Reţinut]"
+#: ../../mod/contacts.php:708 ../../mod/directory.php:63
+#: ../../include/contact_widgets.php:34
+msgid "Find"
+msgstr "Căutare"
 
-#: ../../mod/dfrn_request.php:766 ../../mod/photos.php:920
-#: ../../mod/videos.php:115 ../../mod/search.php:89 ../../mod/display.php:180
-#: ../../mod/community.php:18 ../../mod/viewcontacts.php:17
-#: ../../mod/directory.php:33
-msgid "Public access denied."
-msgstr "Acces public refuzat."
+#: ../../mod/contacts.php:713 ../../mod/settings.php:132
+#: ../../mod/settings.php:640
+msgid "Update"
+msgstr "Actualizare"
 
-#: ../../mod/dfrn_request.php:808
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Vă rugăm să vă introduceţi \"Adresa  de Identitate\" din una din următoarele reţele de socializare acceptate:"
+#: ../../mod/contacts.php:717 ../../mod/group.php:171 ../../mod/admin.php:1007
+#: ../../mod/content.php:438 ../../mod/content.php:741
+#: ../../mod/settings.php:677 ../../mod/photos.php:1654
+#: ../../object/Item.php:130 ../../include/conversation.php:614
+msgid "Delete"
+msgstr "Şterge"
 
-#: ../../mod/dfrn_request.php:828
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Dacă nu sunteţi încă un membru al reţelei online de socializare gratuite, <a href= \"http://dir.friendica.com/siteinfo\">urmați acest link pentru a găsi un site public Friendica şi alăturați-vă nouă, chiar astăzi</a>."
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Niciun profil"
 
-#: ../../mod/dfrn_request.php:831
-msgid "Friend/Connection Request"
-msgstr "Solicitare Prietenie/Conectare"
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Administrare Identităţii şi/sau Pagini"
 
-#: ../../mod/dfrn_request.php:832
+#: ../../mod/manage.php:107
 msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Exemple: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de  \"gestionare \""
 
-#: ../../mod/dfrn_request.php:833
-msgid "Please answer the following:"
-msgstr "Vă rugăm să răspundeţi la următoarele:"
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Selectaţi o identitate de gestionat:"
 
-#: ../../mod/dfrn_request.php:834
-#, php-format
-msgid "Does %s know you?"
-msgstr "%s vă cunoaşte?"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "Postat cu succes."
 
-#: ../../mod/dfrn_request.php:834 ../../mod/api.php:106
-#: ../../mod/register.php:234 ../../mod/settings.php:1007
-#: ../../mod/settings.php:1013 ../../mod/settings.php:1021
-#: ../../mod/settings.php:1025 ../../mod/settings.php:1030
-#: ../../mod/settings.php:1036 ../../mod/settings.php:1042
-#: ../../mod/settings.php:1048 ../../mod/settings.php:1078
-#: ../../mod/settings.php:1079 ../../mod/settings.php:1080
-#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
-#: ../../mod/profiles.php:620 ../../mod/profiles.php:624
-msgid "No"
-msgstr "NU"
+#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:368
+msgid "Permission denied"
+msgstr "Permisiune refuzată"
 
-#: ../../mod/dfrn_request.php:834 ../../mod/message.php:209
-#: ../../mod/api.php:105 ../../mod/register.php:233 ../../mod/contacts.php:332
-#: ../../mod/settings.php:1007 ../../mod/settings.php:1013
-#: ../../mod/settings.php:1021 ../../mod/settings.php:1025
-#: ../../mod/settings.php:1030 ../../mod/settings.php:1036
-#: ../../mod/settings.php:1042 ../../mod/settings.php:1048
-#: ../../mod/settings.php:1078 ../../mod/settings.php:1079
-#: ../../mod/settings.php:1080 ../../mod/settings.php:1081
-#: ../../mod/settings.php:1082 ../../mod/profiles.php:620
-#: ../../mod/profiles.php:623 ../../mod/suggest.php:29
-#: ../../include/items.php:4420
-msgid "Yes"
-msgstr "Da"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Identificator profil, invalid."
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
-msgstr "Adaugă o notă personală:"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "Editor Vizibilitate Profil"
 
-#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2119
+#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
+#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
+msgid "Profile"
+msgstr "Profil"
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Reţea Socială Web Centralizată"
+#: ../../mod/profperm.php:105 ../../mod/group.php:224
+msgid "Click on a contact to add or remove."
+msgstr "Apăsați pe un contact pentru a-l adăuga sau elimina."
 
-#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:733
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Vizibil Pentru"
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr "- vă rugăm să nu folosiţi acest formular. În schimb, introduceţi %s în bara dvs. de căutare Diaspora."
-
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
-msgstr "Adresa dvs. Identitate "
-
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
-msgstr "Trimiteţi Solicitarea"
-
-#: ../../mod/dfrn_request.php:848 ../../mod/message.php:212
-#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81
-#: ../../mod/fbrowser.php:116 ../../mod/photos.php:203
-#: ../../mod/photos.php:292 ../../mod/contacts.php:335 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/settings.php:612
-#: ../../mod/settings.php:638 ../../mod/suggest.php:32
-#: ../../include/items.php:4423 ../../include/conversation.php:1129
-msgid "Cancel"
-msgstr "Anulează"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Toate Contactele (cu acces profil securizat)"
 
-#: ../../mod/files.php:156 ../../mod/videos.php:301
-#: ../../include/text.php:1402
-msgid "View Video"
-msgstr "Vizualizați Clipul Video"
+#: ../../mod/display.php:82 ../../mod/display.php:284
+#: ../../mod/display.php:503 ../../mod/viewsrc.php:15 ../../mod/admin.php:169
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1265 ../../mod/notice.php:15
+#: ../../include/items.php:4516
+msgid "Item not found."
+msgstr "Element negăsit."
 
-#: ../../mod/profile.php:21 ../../boot.php:1432
-msgid "Requested profile is not available."
-msgstr "Profilul solicitat nu este disponibil."
+#: ../../mod/display.php:212 ../../mod/videos.php:115
+#: ../../mod/viewcontacts.php:19 ../../mod/community.php:18
+#: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
+#: ../../mod/directory.php:33 ../../mod/photos.php:920
+msgid "Public access denied."
+msgstr "Acces public refuzat."
 
-#: ../../mod/profile.php:155 ../../mod/display.php:288
+#: ../../mod/display.php:332 ../../mod/profile.php:155
 msgid "Access to this profile has been restricted."
 msgstr "Accesul la acest profil a fost restricţionat."
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Sfaturi pentru Membrii Noi"
-
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Datele de identificare solicitate, sunt invalide."
+#: ../../mod/display.php:496
+msgid "Item has been removed."
+msgstr "Elementul a fost eliminat."
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "Renunțați"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Bun Venit la Friendica"
 
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210 ../../mod/contacts.php:443
-#: ../../mod/contacts.php:497 ../../mod/contacts.php:707
-msgid "Ignore"
-msgstr "Ignoră"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Lista de Verificare Membrii Noi"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "System"
+#: ../../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 "Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere."
 
-#: ../../mod/notifications.php:83 ../../include/nav.php:143
-msgid "Network"
-msgstr "Reţea"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Noțiuni de Bază"
 
-#: ../../mod/notifications.php:88 ../../mod/network.php:365
-msgid "Personal"
-msgstr "Personal"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Ghidul de Prezentare Friendica"
 
-#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:123
-#: ../../include/nav.php:105 ../../include/nav.php:146
-msgid "Home"
-msgstr "Home"
+#: ../../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 "Pe pagina dvs. de <em>Pornire Rapidă</em>  - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați."
 
-#: ../../mod/notifications.php:98 ../../include/nav.php:152
-msgid "Introductions"
-msgstr "Introduceri"
+#: ../../mod/newmember.php:22 ../../mod/admin.php:1104
+#: ../../mod/admin.php:1325 ../../mod/settings.php:85
+#: ../../include/nav.php:172 ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648
+msgid "Settings"
+msgstr "Setări"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Afişare Solicitări Ignorate"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Mergeți la Configurări"
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "Ascundere Solicitări Ignorate"
+#: ../../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 "Din pagina dvs. de <em>Configurări</em> - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită."
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "Tip Notificări:"
+#: ../../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 "Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească."
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "Sugestie Prietenie"
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+#: ../../mod/profiles.php:699
+msgid "Upload Profile Photo"
+msgstr "Încărcare Fotografie Profil"
 
-#: ../../mod/notifications.php:152
-#, php-format
-msgid "suggested by %s"
-msgstr "sugerat de către %s"
+#: ../../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 "Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale."
 
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/contacts.php:503
-msgid "Hide this contact from others"
-msgstr "Ascunde acest contact pentru alţii"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "Editare Profil"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr "Publicaţi prietenului o nouă activitate"
+#: ../../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ţi-vă profilul <strong>Implicit</strong> după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți."
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "dacă i posibil"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Cuvinte-Cheie Profil"
 
-#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:968
-msgid "Approve"
-msgstr "Aprobă"
+#: ../../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 "Stabiliți câteva cuvinte-cheie publice pentru profilul dvs. implicit, cuvinte ce descriu cel mai bine interesele dvs. Vom putea astfel găsi alte persoane cu interese similare și vă vom sugera prietenia lor."
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "Pretinde că vă cunoaște:"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Conectare"
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr "da"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr "nu"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "Autorizați Conectorul Facebook dacă dețineți în prezent un cont pe Facebook, şi vom importa (opțional) toți prietenii și toate conversațiile de pe Facebook."
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "Aprobă ca:"
+#: ../../mod/newmember.php:51
+msgid ""
+"<em>If</em> this is your own personal server, installing the Facebook addon "
+"may ease your transition to the free social web."
+msgstr "<em>Dacă</em> aceasta este propriul dvs. server, instalarea suplimentului Facebook, vă poate uşura tranziţia la reţeaua socială web gratuită."
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "Prieten"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "Importare Email-uri"
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "Distribuitor"
+#: ../../mod/newmember.php:56
+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ţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din  Căsuța dvs. de Mesaje Primite."
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "Fan/Admirator"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Dute la pagina ta Contacte "
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "Prieten/Solicitare de Conectare"
+#: ../../mod/newmember.php:58
+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 "Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul <em>Adăugare Contact Nou</em>."
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "Susţinător Nou"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Mergeţi la Directorul Site-ului"
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "Fără prezentări."
+#: ../../mod/newmember.php:60
+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 "Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de <em>Conectare</em> sau <em>Urmărire</em> pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită."
 
-#: ../../mod/notifications.php:220 ../../include/nav.php:153
-msgid "Notifications"
-msgstr "Notificări"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Găsire Persoane Noi"
 
-#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s a apreciat ceea a publicat %s"
+#: ../../mod/newmember.php:62
+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 "Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore."
 
-#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
-#: ../../mod/notifications.php:488
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s a nu a apreciat ceea a publicat %s"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Groupuri"
 
-#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
-#: ../../mod/notifications.php:503
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s este acum prieten cu %s"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Grupați-vă Contactele"
 
-#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
-#, php-format
-msgid "%s created a new post"
-msgstr "%s a creat o nouă postare"
-
-#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
-#: ../../mod/notifications.php:513
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s a comentat la articolul postat de %s"
-
-#: ../../mod/notifications.php:306
-msgid "No more network notifications."
-msgstr "Nu mai există notificări de reţea."
-
-#: ../../mod/notifications.php:310
-msgid "Network Notifications"
-msgstr "Notificări de Reţea"
-
-#: ../../mod/notifications.php:336 ../../mod/notify.php:75
-msgid "No more system notifications."
-msgstr "Nu mai există notificări de sistem."
-
-#: ../../mod/notifications.php:340 ../../mod/notify.php:79
-msgid "System Notifications"
-msgstr "Notificări de Sistem"
-
-#: ../../mod/notifications.php:435
-msgid "No more personal notifications."
-msgstr "Nici o notificare personală"
-
-#: ../../mod/notifications.php:439
-msgid "Personal Notifications"
-msgstr "Notificări personale"
-
-#: ../../mod/notifications.php:520
-msgid "No more home notifications."
-msgstr "Nu mai există notificări de origine."
+#: ../../mod/newmember.php:70
+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 "Odată ce v-aţi făcut unele prietenii, organizaţi-le în grupuri de conversaţii private din bara laterală a paginii dvs. de Contact  şi apoi puteţi interacționa, privat cu fiecare grup pe pagina dumneavoastră de Reţea."
 
-#: ../../mod/notifications.php:524
-msgid "Home Notifications"
-msgstr "Notificări de Origine"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "De ce nu sunt Postările Mele Publice?"
 
-#: ../../mod/like.php:149 ../../mod/tagger.php:62 ../../mod/subthread.php:87
-#: ../../view/theme/diabook/theme.php:471 ../../include/text.php:1965
-#: ../../include/diaspora.php:1919 ../../include/conversation.php:126
-#: ../../include/conversation.php:254
-msgid "photo"
-msgstr "photo"
+#: ../../mod/newmember.php:73
+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 vă respectă confidenţialitatea. Implicit, postările dvs. vor fi afişate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informaţii, consultaţi secţiunea de asistenţă din legătura de mai sus."
 
-#: ../../mod/like.php:149 ../../mod/like.php:319 ../../mod/tagger.php:62
-#: ../../mod/subthread.php:87 ../../view/theme/diabook/theme.php:466
-#: ../../view/theme/diabook/theme.php:475 ../../include/diaspora.php:1919
-#: ../../include/conversation.php:121 ../../include/conversation.php:130
-#: ../../include/conversation.php:249 ../../include/conversation.php:258
-msgid "status"
-msgstr "status"
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Obţinerea de Ajutor"
 
-#: ../../mod/like.php:166 ../../view/theme/diabook/theme.php:480
-#: ../../include/diaspora.php:1935 ../../include/conversation.php:137
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s apreciază %3$s lui %2$s"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Navigați la Secțiunea Ajutor"
 
-#: ../../mod/like.php:168 ../../include/conversation.php:140
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s nu apreciază %3$s lui %2$s"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Paginile noastre de <strong>ajutor</strong> pot fi consultate pentru detalii, prin alte funcții şi resurse de program."
 
 #: ../../mod/openid.php:24
 msgid "OpenID protocol error. No ID returned."
@@ -786,2757 +753,2888 @@ msgstr "Contul nu a fost găsit iar înregistrările OpenID nu sunt permise pe a
 msgid "Login failed."
 msgstr "Eşec la conectare"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "Text (bbcode) sursă:"
-
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Text (Diaspora) sursă pentru a-l converti în BBcode:"
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Imaginea a fost încărcată, dar decuparea imaginii a eşuat."
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr "Intrare Sursă:"
+#: ../../mod/profile_photo.php:74 ../../mod/profile_photo.php:81
+#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:204
+#: ../../mod/profile_photo.php:296 ../../mod/profile_photo.php:305
+#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1187
+#: ../../mod/photos.php:1210 ../../include/user.php:335
+#: ../../include/user.php:342 ../../include/user.php:349
+#: ../../view/theme/diabook/theme.php:500
+msgid "Profile Photos"
+msgstr "Poze profil"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (raw HTML): "
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Reducerea dimensiunea imaginii [%s] a eşuat."
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html: "
+#: ../../mod/profile_photo.php:118
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat."
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Nu s-a putut procesa imaginea."
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md: "
+#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:122
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "Dimensiunea imaginii depăşeşte limita de %d"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
+#: ../../mod/profile_photo.php:153 ../../mod/wall_upload.php:144
+#: ../../mod/photos.php:807
+msgid "Unable to process image."
+msgstr "Nu s-a putut procesa imaginea."
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Încărcare Fișier:"
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Selectați un profil:"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "Intrare Sursă (Format Diaspora):"
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Încărcare"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: ../../mod/profile_photo.php:248 ../../mod/settings.php:1062
+msgid "or"
+msgstr "sau"
 
-#: ../../mod/admin.php:57
-msgid "Theme settings updated."
-msgstr "Configurările temei au fost actualizate."
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "omiteți acest pas"
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:589
-msgid "Site"
-msgstr "Site"
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "selectaţi o fotografie din albumele dvs. foto"
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:961 ../../mod/admin.php:976
-msgid "Users"
-msgstr "Utilizatori"
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "Decupare Imagine"
 
-#: ../../mod/admin.php:106 ../../mod/admin.php:1065 ../../mod/admin.php:1118
-#: ../../mod/settings.php:57
-msgid "Plugins"
-msgstr "Pluginuri"
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă."
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1286 ../../mod/admin.php:1320
-msgid "Themes"
-msgstr "Teme"
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "Editare Realizată"
 
-#: ../../mod/admin.php:108
-msgid "DB updates"
-msgstr "Actualizări Bază de Date"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "Imaginea a fost încărcată cu succes"
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1407
-msgid "Logs"
-msgstr "Jurnale"
+#: ../../mod/profile_photo.php:301 ../../mod/wall_upload.php:172
+#: ../../mod/photos.php:834
+msgid "Image upload failed."
+msgstr "Încărcarea imaginii a eşuat."
 
-#: ../../mod/admin.php:128 ../../include/nav.php:182
-msgid "Admin"
-msgstr "Admin"
+#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1968 ../../include/diaspora.php:2087
+#: ../../view/theme/diabook/theme.php:471
+msgid "photo"
+msgstr "photo"
 
-#: ../../mod/admin.php:129
-msgid "Plugin Features"
-msgstr "Caracteristici Modul"
+#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
+#: ../../mod/like.php:319 ../../include/conversation.php:121
+#: ../../include/conversation.php:130 ../../include/conversation.php:249
+#: ../../include/conversation.php:258 ../../include/diaspora.php:2087
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475
+msgid "status"
+msgstr "status"
 
-#: ../../mod/admin.php:131
-msgid "User registrations waiting for confirmation"
-msgstr "Înregistrări de utilizatori, aşteaptă confirmarea"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s urmărește %3$s postată %2$s"
 
-#: ../../mod/admin.php:166 ../../mod/admin.php:1015 ../../mod/admin.php:1228
-#: ../../mod/notice.php:15 ../../mod/display.php:70 ../../mod/display.php:240
-#: ../../mod/display.php:459 ../../mod/viewsrc.php:15
-#: ../../include/items.php:4379
-msgid "Item not found."
-msgstr "Element negăsit."
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Etichetă eliminată"
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:915
-msgid "Normal Account"
-msgstr "Cont normal"
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Eliminați Eticheta Elementului"
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:916
-msgid "Soapbox Account"
-msgstr "Cont Soapbox"
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Selectați o etichetă de eliminat:"
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:917
-msgid "Community/Celebrity Account"
-msgstr "Cont Comunitate/Celebritate"
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139
+msgid "Remove"
+msgstr "Eliminare"
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:918
-msgid "Automatic Friend Account"
-msgstr "Cont Prieten Automat"
+#: ../../mod/filer.php:30 ../../include/conversation.php:1006
+#: ../../include/conversation.php:1024
+msgid "Save to Folder:"
+msgstr "Salvare în Dosar:"
 
-#: ../../mod/admin.php:194
-msgid "Blog Account"
-msgstr "Cont Blog"
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "- selectare -"
 
-#: ../../mod/admin.php:195
-msgid "Private Forum"
-msgstr "Forum Privat"
+#: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
+#: ../../include/text.php:956
+msgid "Save"
+msgstr "Salvare"
 
-#: ../../mod/admin.php:214
-msgid "Message queues"
-msgstr "Șiruri de mesaje"
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "Contact addăugat"
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:588 ../../mod/admin.php:960
-#: ../../mod/admin.php:1064 ../../mod/admin.php:1117 ../../mod/admin.php:1285
-#: ../../mod/admin.php:1319 ../../mod/admin.php:1406
-msgid "Administration"
-msgstr "Administrare"
+#: ../../mod/item.php:113
+msgid "Unable to locate original post."
+msgstr "Nu se poate localiza postarea originală."
 
-#: ../../mod/admin.php:220
-msgid "Summary"
-msgstr "Sumar"
+#: ../../mod/item.php:345
+msgid "Empty post discarded."
+msgstr "Postarea goală a fost eliminată."
 
-#: ../../mod/admin.php:222
-msgid "Registered users"
-msgstr "Utilizatori înregistraţi"
+#: ../../mod/item.php:484 ../../mod/wall_upload.php:169
+#: ../../mod/wall_upload.php:178 ../../mod/wall_upload.php:185
+#: ../../include/Photo.php:916 ../../include/Photo.php:931
+#: ../../include/Photo.php:938 ../../include/Photo.php:960
+#: ../../include/message.php:144
+msgid "Wall Photos"
+msgstr "Fotografii de Perete"
 
-#: ../../mod/admin.php:224
-msgid "Pending registrations"
-msgstr "Administrare"
+#: ../../mod/item.php:938
+msgid "System error. Post not saved."
+msgstr "Eroare de sistem. Articolul nu a fost salvat."
 
-#: ../../mod/admin.php:225
-msgid "Version"
-msgstr "Versiune"
-
-#: ../../mod/admin.php:229
-msgid "Active plugins"
-msgstr "Module active"
+#: ../../mod/item.php:964
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica."
 
-#: ../../mod/admin.php:252
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Nu se poate analiza URL-ul de bază. Trebuie să aibă minim <scheme>://<domain>"
+#: ../../mod/item.php:966
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Îi puteți vizita profilul online la %s"
 
-#: ../../mod/admin.php:496
-msgid "Site settings updated."
-msgstr "Configurările site-ului au fost actualizate."
+#: ../../mod/item.php:967
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje."
 
-#: ../../mod/admin.php:525 ../../mod/settings.php:825
-msgid "No special theme for mobile devices"
-msgstr "Nici-o temă specială pentru dispozitive mobile"
+#: ../../mod/item.php:971
+#, php-format
+msgid "%s posted an update."
+msgstr "%s a postat o actualizare."
 
-#: ../../mod/admin.php:542 ../../mod/contacts.php:414
-msgid "Never"
-msgstr "Niciodată"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "Grupul a fost creat."
 
-#: ../../mod/admin.php:543
-msgid "At post arrival"
-msgstr "La sosirea publicaţiei"
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Grupul nu se poate crea."
 
-#: ../../mod/admin.php:544 ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Frecvent"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "Grupul nu a fost găsit."
 
-#: ../../mod/admin.php:545 ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Din oră în oră"
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "Numele grupului a fost schimbat."
 
-#: ../../mod/admin.php:546 ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "De două ori pe zi"
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr "Salvare Grup"
 
-#: ../../mod/admin.php:547 ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Zilnic"
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Creaţi un grup de contacte/prieteni."
 
-#: ../../mod/admin.php:552
-msgid "Multi user instance"
-msgstr "Instanţă utilizatori multipli"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Nume Grup:"
 
-#: ../../mod/admin.php:575
-msgid "Closed"
-msgstr "Inchis"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "Grupul a fost eliminat."
 
-#: ../../mod/admin.php:576
-msgid "Requires approval"
-msgstr "Necesită aprobarea"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "Nu se poate elimina grupul."
 
-#: ../../mod/admin.php:577
-msgid "Open"
-msgstr "Deschide"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Editor Grup"
 
-#: ../../mod/admin.php:581
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Nici-o politică SSL, legăturile vor  urmări starea paginii SSL"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "Membri"
 
-#: ../../mod/admin.php:582
-msgid "Force all links to use SSL"
-msgstr "Forţează toate legăturile să utilizeze SSL"
+#: ../../mod/apps.php:7 ../../index.php:212
+msgid "You must be logged in to use addons. "
+msgstr "Tu trebuie să vă autentificați pentru a folosi suplimentele."
 
-#: ../../mod/admin.php:583
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Certificat auto/semnat, folosește SSL numai pentru legăturile locate (nerecomandat)"
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Aplicații"
 
-#: ../../mod/admin.php:590 ../../mod/admin.php:1119 ../../mod/admin.php:1321
-#: ../../mod/admin.php:1408 ../../mod/settings.php:611
-#: ../../mod/settings.php:721 ../../mod/settings.php:795
-#: ../../mod/settings.php:877 ../../mod/settings.php:1110
-msgid "Save Settings"
-msgstr "Salvare Configurări"
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Nu există aplicații instalate."
 
-#: ../../mod/admin.php:591 ../../mod/register.php:255
-msgid "Registration"
-msgstr "Registratură"
+#: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:630
+msgid "Profile not found."
+msgstr "Profil negăsit."
 
-#: ../../mod/admin.php:592
-msgid "File upload"
-msgstr "Fişier incărcat"
+#: ../../mod/dfrn_confirm.php:120 ../../mod/fsuggest.php:20
+#: ../../mod/fsuggest.php:92 ../../mod/crepair.php:133
+msgid "Contact not found."
+msgstr "Contact negăsit."
 
-#: ../../mod/admin.php:593
-msgid "Policies"
-msgstr "Politici"
+#: ../../mod/dfrn_confirm.php:121
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Aceasta se poate întâmpla ocazional dacă contactul a fost solicitat de către ambele persoane şi acesta a fost deja aprobat."
 
-#: ../../mod/admin.php:594
-msgid "Advanced"
-msgstr "Avansat"
+#: ../../mod/dfrn_confirm.php:240
+msgid "Response from remote site was not understood."
+msgstr "Răspunsul de la adresa de la distanţă, nu a fost înțeles."
 
-#: ../../mod/admin.php:595
-msgid "Performance"
-msgstr "Performanţă"
+#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
+msgstr "Răspuns neaşteptat de la site-ul de la distanţă:"
 
-#: ../../mod/admin.php:596
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Reaşezaţi - AVERTIZARE: funcţie avansată. Ar putea face acest server inaccesibil."
+#: ../../mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
+msgstr "Confirmare încheiată cu succes."
 
-#: ../../mod/admin.php:599
-msgid "Site name"
-msgstr "Nume site"
+#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279
+#: ../../mod/dfrn_confirm.php:286
+msgid "Remote site reported: "
+msgstr "Site-ul de la distanţă a raportat:"
 
-#: ../../mod/admin.php:600
-msgid "Banner/Logo"
-msgstr "Baner/Logo"
+#: ../../mod/dfrn_confirm.php:277
+msgid "Temporary failure. Please wait and try again."
+msgstr "Eroare Temporară. Vă rugăm să aşteptaţi şi încercaţi din nou."
 
-#: ../../mod/admin.php:601
-msgid "Additional Info"
-msgstr "Informaţii suplimentare"
+#: ../../mod/dfrn_confirm.php:284
+msgid "Introduction failed or was revoked."
+msgstr "Introducerea a eşuat sau a fost revocată."
 
-#: ../../mod/admin.php:601
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at dir.friendica.com/siteinfo."
-msgstr "Pentru serverele publice: puteţi să adăugaţi aici informaţiile suplimentare ce vor fi afişate pe dir.friendica.com/siteinfo."
+#: ../../mod/dfrn_confirm.php:429
+msgid "Unable to set contact photo."
+msgstr "Imposibil de stabilit fotografia de contact."
 
-#: ../../mod/admin.php:602
-msgid "System language"
-msgstr "Limbă System l"
+#: ../../mod/dfrn_confirm.php:486 ../../include/conversation.php:172
+#: ../../include/diaspora.php:620
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s este acum prieten cu %2$s"
 
-#: ../../mod/admin.php:603
-msgid "System theme"
-msgstr "Temă System "
+#: ../../mod/dfrn_confirm.php:571
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Nici-o înregistrare de utilizator găsită pentru '%s'"
 
-#: ../../mod/admin.php:603
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Tema implicită a sistemului - se poate supraregla prin profilele de utilizator - <a href='#' id='cnftheme'>modificați configurările temei</a>"
+#: ../../mod/dfrn_confirm.php:581
+msgid "Our site encryption key is apparently messed up."
+msgstr "Se pare că, cheia de criptare a site-ului nostru s-a încurcat."
 
-#: ../../mod/admin.php:604
-msgid "Mobile system theme"
-msgstr "Temă sisteme mobile"
+#: ../../mod/dfrn_confirm.php:592
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "A fost furnizată o adresă URL goală, sau adresa URL nu poate fi decriptată de noi."
 
-#: ../../mod/admin.php:604
-msgid "Theme for mobile devices"
-msgstr "Temă pentru dispozitivele mobile"
+#: ../../mod/dfrn_confirm.php:613
+msgid "Contact record was not found for you on our site."
+msgstr "Registrul contactului nu a fost găsit pe site-ul nostru."
 
-#: ../../mod/admin.php:605
-msgid "SSL link policy"
-msgstr "Politivi link  SSL "
+#: ../../mod/dfrn_confirm.php:627
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Cheia publică a site-ului nu este disponibilă în registrul contactului pentru URL-ul %s."
 
-#: ../../mod/admin.php:605
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determină dacă legăturile generate ar trebui forţate să utilizeze SSL"
+#: ../../mod/dfrn_confirm.php:647
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "ID-ul furnizat de către sistemul dumneavoastră este un duplicat pe sistemul nostru. Ar trebui să funcţioneze dacă încercaţi din nou."
 
-#: ../../mod/admin.php:606
-msgid "Old style 'Share'"
-msgstr "Stilul vechi de 'Distribuiţi'"
+#: ../../mod/dfrn_confirm.php:658
+msgid "Unable to set your contact credentials on our system."
+msgstr "Imposibil de configurat datele dvs. de autentificare, pe sistemul nostru."
 
-#: ../../mod/admin.php:606
-msgid "Deactivates the bbcode element 'share' for repeating items."
-msgstr "Dezactivează elementul bbcode 'distribuiţi' pentru elementele repetitive."
+#: ../../mod/dfrn_confirm.php:725
+msgid "Unable to update your contact profile details on our system"
+msgstr "Imposibil de actualizat detaliile de profil ale contactului dvs., pe sistemul nostru."
 
-#: ../../mod/admin.php:607
-msgid "Hide help entry from navigation menu"
-msgstr "Ascunde elementele de ajutor, din meniul de navigare"
+#: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
+#: ../../include/items.php:4008
+msgid "[Name Withheld]"
+msgstr "[Nume Reţinut]"
 
-#: ../../mod/admin.php:607
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Ascunde intrările de meniu pentru paginile de Ajutor, din meniul de navigare. Îl puteţi accesa în continuare direct, apelând /ajutor."
+#: ../../mod/dfrn_confirm.php:797
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s s-a alăturat lui %2$s"
 
-#: ../../mod/admin.php:608
-msgid "Single user instance"
-msgstr "Instanţă cu un singur utilizator"
+#: ../../mod/profile.php:21 ../../boot.php:1458
+msgid "Requested profile is not available."
+msgstr "Profilul solicitat nu este disponibil."
 
-#: ../../mod/admin.php:608
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Stabiliți această instanţă ca utilizator-multipli sau utilizator/unic, pentru utilizatorul respectiv"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Sfaturi pentru Membrii Noi"
 
-#: ../../mod/admin.php:609
-msgid "Maximum image size"
-msgstr "Maxim mărime imagine"
+#: ../../mod/videos.php:125
+msgid "No videos selected"
+msgstr "Nici-un clip video selectat"
 
-#: ../../mod/admin.php:609
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Dimensiunea maximă în octeţi, a imaginii încărcate. Implicit este 0, ceea ce înseamnă fără limite."
+#: ../../mod/videos.php:226 ../../mod/photos.php:1031
+msgid "Access to this item is restricted."
+msgstr "Accesul la acest element este restricționat."
 
-#: ../../mod/admin.php:610
-msgid "Maximum image length"
-msgstr "Dimensiunea maximă a imaginii"
+#: ../../mod/videos.php:301 ../../include/text.php:1405
+msgid "View Video"
+msgstr "Vizualizați Clipul Video"
 
-#: ../../mod/admin.php:610
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Dimensiunea maximă în pixeli a celei mai lungi laturi a imaginii încărcate. Implicit este -1, ceea ce înseamnă fără limite."
+#: ../../mod/videos.php:308 ../../mod/photos.php:1808
+msgid "View Album"
+msgstr "Vezi Album"
 
-#: ../../mod/admin.php:611
-msgid "JPEG image quality"
-msgstr "Calitate imagine JPEG "
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr "Clipuri video recente"
 
-#: ../../mod/admin.php:611
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Imaginile JPEG încărcate vor fi salvate cu această calitate stabilită [0-100]. Implicit este 100, ceea ce înseamnă calitate completă."
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr "Încărcaţi Clipuri Video Noi"
 
-#: ../../mod/admin.php:613
-msgid "Register policy"
-msgstr "Politici inregistrare "
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s a etichetat %3$s de la %2$s cu %4$s"
 
-#: ../../mod/admin.php:614
-msgid "Maximum Daily Registrations"
-msgstr "Înregistrări Zilnice Maxime"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Sugestia de prietenie a fost trimisă."
 
-#: ../../mod/admin.php:614
-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 "Dacă înregistrarea este permisă de mai sus, aceasta stabileşte numărul maxim de utilizatori noi înregistraţi, acceptaţi pe zi. Dacă înregistrarea este stabilită ca închisă, această setare nu are efect."
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Sugeraţi Prieteni"
 
-#: ../../mod/admin.php:615
-msgid "Register text"
-msgstr "Text înregistrare"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Sugeraţi un prieten pentru %s"
 
-#: ../../mod/admin.php:615
-msgid "Will be displayed prominently on the registration page."
-msgstr "Va fi afişat vizibil pe pagina de înregistrare."
+#: ../../mod/lostpass.php:19
+msgid "No valid account found."
+msgstr "Nici-un cont valid găsit."
 
-#: ../../mod/admin.php:616
-msgid "Accounts abandoned after x days"
-msgstr "Conturi abandonate după x zile"
+#: ../../mod/lostpass.php:35
+msgid "Password reset request issued. Check your email."
+msgstr "Solicitarea de Resetare Parolă a fost emisă. Verificați-vă emailul."
 
-#: ../../mod/admin.php:616
+#: ../../mod/lostpass.php:42
+#, php-format
 msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Nu va risipi resurse de sistem interogând site-uri externe pentru conturi abandonate. Introduceţi 0 pentru nici-o limită de timp."
-
-#: ../../mod/admin.php:617
-msgid "Allowed friend domains"
-msgstr "Domenii prietene permise"
+"\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 ""
 
-#: ../../mod/admin.php:617
+#: ../../mod/lostpass.php:53
+#, php-format
 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 cu separator prin virgulă a domeniilor ce sunt permise pentru a stabili relaţii de prietenie cu acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu"
+"\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 ""
 
-#: ../../mod/admin.php:618
-msgid "Allowed email domains"
-msgstr "Domenii de email, permise"
+#: ../../mod/lostpass.php:72
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Solicitarea de resetare a parolei a fost făcută la %s"
 
-#: ../../mod/admin.php:618
+#: ../../mod/lostpass.php:92
 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 cu separator prin virgulă a domeniilor ce sunt permise în adresele de email pentru înregistrările pe acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu"
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Solicitarea nu se poate verifica. (Este posibil să fi solicitat-o anterior.) Resetarea parolei a eșuat."
 
-#: ../../mod/admin.php:619
-msgid "Block public"
-msgstr "Blocare acces public"
+#: ../../mod/lostpass.php:109 ../../boot.php:1280
+msgid "Password Reset"
+msgstr "Resetare Parolă"
 
-#: ../../mod/admin.php:619
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Bifați pentru a bloca accesul public, pe acest site, către toate paginile publice cu caracter personal, doar dacă nu sunteţi deja autentificat."
+#: ../../mod/lostpass.php:110
+msgid "Your password has been reset as requested."
+msgstr "Parola a fost resetată conform solicitării."
 
-#: ../../mod/admin.php:620
-msgid "Force publish"
-msgstr "Forțează publicarea"
+#: ../../mod/lostpass.php:111
+msgid "Your new password is"
+msgstr "Noua dvs. parolă este"
 
-#: ../../mod/admin.php:620
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Bifați pentru a forţa, ca toate profilurile de pe acest site să fie enumerate în directorul site-ului."
+#: ../../mod/lostpass.php:112
+msgid "Save or copy your new password - and then"
+msgstr "Salvați sau copiați noua dvs. parolă - şi apoi"
 
-#: ../../mod/admin.php:621
-msgid "Global directory update URL"
-msgstr "URL actualizare director global"
+#: ../../mod/lostpass.php:113
+msgid "click here to login"
+msgstr "click aici pentru logare"
 
-#: ../../mod/admin.php:621
+#: ../../mod/lostpass.php:114
 msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL pentru a actualiza directorul global. Dacă aceasta nu se stabilește, director global este complet indisponibil pentru aplicație."
-
-#: ../../mod/admin.php:622
-msgid "Allow threaded items"
-msgstr "Permite elemente înșiruite"
-
-#: ../../mod/admin.php:622
-msgid "Allow infinite level threading for items on this site."
-msgstr "Permite pe acest site, un număr infinit de nivele de înșiruire."
-
-#: ../../mod/admin.php:623
-msgid "Private posts by default for new users"
-msgstr "Postările private, ca implicit pentru utilizatori noi"
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Parola poate fi schimbată din pagina de <em>Configurări</em> după autentificarea cu succes."
 
-#: ../../mod/admin.php:623
+#: ../../mod/lostpass.php:125
+#, php-format
 msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Stabilește permisiunile de postare implicite, pentru toți membrii noi, la grupul de confidențialitate implicit, mai degrabă decât cel public."
-
-#: ../../mod/admin.php:624
-msgid "Don't include post content in email notifications"
-msgstr "Nu include conţinutul postării în notificările prin email"
+"\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 ""
 
-#: ../../mod/admin.php:624
+#: ../../mod/lostpass.php:131
+#, php-format
 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 "Nu include conținutul unui post/comentariu/mesaj privat/etc. în notificările prin email, ce sunt trimise de pe acest site, ca și masură de confidenţialitate."
+"\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 ""
 
-#: ../../mod/admin.php:625
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Nu permiteţi accesul public la suplimentele enumerate în meniul de aplicaţii."
+#: ../../mod/lostpass.php:147
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Parola dumneavoastră a fost schimbată la %s"
 
-#: ../../mod/admin.php:625
+#: ../../mod/lostpass.php:159
+msgid "Forgot your Password?"
+msgstr "Ați uitat Parola?"
+
+#: ../../mod/lostpass.php:160
 msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Bifând această casetă va restricționa, suplimentele enumerate în meniul de aplicaţii, exclusiv la accesul membrilor."
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare."
 
-#: ../../mod/admin.php:626
-msgid "Don't embed private images in posts"
-msgstr "Nu încorpora imagini private în postări"
+#: ../../mod/lostpass.php:161
+msgid "Nickname or Email: "
+msgstr "Pseudonim sau Email:"
 
-#: ../../mod/admin.php:626
-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 "Nu înlocui fotografiile private, locale, din postări cu o copie încorporată imaginii. Aceasta înseamnă că, contactele care primesc postări ce conțin fotografii private vor trebui să se autentifice şi să încarce fiecare imagine, ceea ce poate dura ceva timp."
+#: ../../mod/lostpass.php:162
+msgid "Reset"
+msgstr "Reset"
 
-#: ../../mod/admin.php:627
-msgid "Allow Users to set remote_self"
-msgstr "Permite utilizatorilor să-și stabilească remote_self"
+#: ../../mod/like.php:166 ../../include/conversation.php:137
+#: ../../include/diaspora.php:2103 ../../view/theme/diabook/theme.php:480
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s apreciază %3$s lui %2$s"
 
-#: ../../mod/admin.php:627
-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 "Bifând aceasta, fiecărui utilizator îi este permis să marcheze fiecare contact, ca și propriu_la-distanță în dialogul de remediere contact. Stabilind acest marcaj unui un contact, va determina oglindirea fiecărei postări a respectivului contact, în fluxul utilizatorilor."
+#: ../../mod/like.php:168 ../../include/conversation.php:140
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s nu apreciază %3$s lui %2$s"
 
-#: ../../mod/admin.php:628
-msgid "Block multiple registrations"
-msgstr "Blocare înregistrări multiple"
+#: ../../mod/ping.php:240
+msgid "{0} wants to be your friend"
+msgstr "{0} doreşte să vă fie prieten"
 
-#: ../../mod/admin.php:628
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Interzice utilizatorilor să-și înregistreze conturi adiționale pentru a le folosi ca pagini."
+#: ../../mod/ping.php:245
+msgid "{0} sent you a message"
+msgstr "{0} v-a trimis un mesaj"
 
-#: ../../mod/admin.php:629
-msgid "OpenID support"
-msgstr "OpenID support"
+#: ../../mod/ping.php:250
+msgid "{0} requested registration"
+msgstr "{0} a solicitat înregistrarea"
 
-#: ../../mod/admin.php:629
-msgid "OpenID support for registration and logins."
-msgstr "Suport OpenID pentru înregistrare şi autentificări."
+#: ../../mod/ping.php:256
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0} a comentat la articolul postat de %s"
 
-#: ../../mod/admin.php:630
-msgid "Fullname check"
-msgstr "Verificare Nume complet"
+#: ../../mod/ping.php:261
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0} a apreciat articolul postat de %s"
 
-#: ../../mod/admin.php:630
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Forțează utilizatorii să se înregistreze cu un spaţiu între prenume şi nume, în câmpul pentru Nume complet, ca și măsură antispam"
+#: ../../mod/ping.php:266
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0} nu a apreciat articolul postat de %s"
 
-#: ../../mod/admin.php:631
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8 Regular expresii"
+#: ../../mod/ping.php:271
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} este acum prieten cu %s"
 
-#: ../../mod/admin.php:631
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Utilizaţi  PHP UTF-8 Regular expresii"
+#: ../../mod/ping.php:276
+msgid "{0} posted"
+msgstr "{0} a postat"
 
-#: ../../mod/admin.php:632
-msgid "Show Community Page"
-msgstr "Arată Pagina Communitz"
+#: ../../mod/ping.php:281
+#, php-format
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} a etichetat articolul postat de %s cu #%s"
 
-#: ../../mod/admin.php:632
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Afişează o Pagina de Comunitate, arătând toate postările publice recente  pe acest site."
+#: ../../mod/ping.php:287
+msgid "{0} mentioned you in a post"
+msgstr "{0} v-a menţionat într-o postare"
 
-#: ../../mod/admin.php:633
-msgid "Enable OStatus support"
-msgstr "Activează Suport OStatus"
+#: ../../mod/viewcontacts.php:41
+msgid "No contacts."
+msgstr "Nici-un contact."
 
-#: ../../mod/admin.php:633
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Oferă compatibilitate de integrare OStatus (StatusNet, GNU Sociale etc.). Toate comunicațiile din OStatus sunt publice, astfel încât avertismentele de confidenţialitate  vor fi ocazional afişate."
+#: ../../mod/viewcontacts.php:78 ../../include/text.php:876
+msgid "View Contacts"
+msgstr "Vezi Contacte"
 
-#: ../../mod/admin.php:634
-msgid "OStatus conversation completion interval"
-msgstr "Intervalul OStatus  de finalizare a conversaţiei"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Datele de identificare solicitate, sunt invalide."
 
-#: ../../mod/admin.php:634
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr "Cât de des ar trebui, operatorul de sondaje, să verifice existența intrărilor noi din conversațiile OStatus? Aceasta poate fi o resursă de sarcini utile."
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Renunțați"
 
-#: ../../mod/admin.php:635
-msgid "Enable Diaspora support"
-msgstr "Activează Suport Diaspora"
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "System"
 
-#: ../../mod/admin.php:635
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Oferă o compatibilitate de reţea Diaspora, întegrată."
+#: ../../mod/notifications.php:83 ../../include/nav.php:145
+msgid "Network"
+msgstr "Reţea"
 
-#: ../../mod/admin.php:636
-msgid "Only allow Friendica contacts"
-msgstr "Se permit doar contactele Friendica"
+#: ../../mod/notifications.php:88 ../../mod/network.php:371
+msgid "Personal"
+msgstr "Personal"
 
-#: ../../mod/admin.php:636
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Toate contactele trebuie să utilizeze protocoalele Friendica. Toate celelalte protocoale, integrate, de comunicaţii sunt dezactivate."
+#: ../../mod/notifications.php:93 ../../include/nav.php:105
+#: ../../include/nav.php:148 ../../view/theme/diabook/theme.php:123
+msgid "Home"
+msgstr "Home"
 
-#: ../../mod/admin.php:637
-msgid "Verify SSL"
-msgstr "Verifică SSL"
+#: ../../mod/notifications.php:98 ../../include/nav.php:154
+msgid "Introductions"
+msgstr "Introduceri"
 
-#: ../../mod/admin.php:637
-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 "Dacă doriţi, puteţi porni verificarea cu strictețe a certificatului. Aceasta va însemna că nu vă puteţi conecta (deloc) la site-uri SSL auto-semnate."
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Afişare Solicitări Ignorate"
 
-#: ../../mod/admin.php:638
-msgid "Proxy user"
-msgstr "Proxy user"
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Ascundere Solicitări Ignorate"
 
-#: ../../mod/admin.php:639
-msgid "Proxy URL"
-msgstr "Proxy URL"
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Tip Notificări:"
 
-#: ../../mod/admin.php:640
-msgid "Network timeout"
-msgstr "Timp de expirare rețea"
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Sugestie Prietenie"
 
-#: ../../mod/admin.php:640
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valoare exprimată în secunde. Stabiliți la 0 pentru nelimitat (nu este recomandat)."
+#: ../../mod/notifications.php:152
+#, php-format
+msgid "suggested by %s"
+msgstr "sugerat de către %s"
 
-#: ../../mod/admin.php:641
-msgid "Delivery interval"
-msgstr "Interval de livrare"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Publicaţi prietenului o nouă activitate"
 
-#: ../../mod/admin.php:641
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr "Întârzierea proceselor de livrare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. Recomandat: 4-5 pentru gazde comune, 2-3 pentru servere virtuale private, 0-1 pentru servere dedicate mari."
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "dacă i posibil"
 
-#: ../../mod/admin.php:642
-msgid "Poll interval"
-msgstr "Interval de Sondare"
+#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
+#: ../../mod/admin.php:1005
+msgid "Approve"
+msgstr "Aprobă"
 
-#: ../../mod/admin.php:642
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Întârzierea proceselor de sondare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. dacă este 0, utilizează intervalul de livrare."
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Pretinde că vă cunoaște:"
 
-#: ../../mod/admin.php:643
-msgid "Maximum Load Average"
-msgstr "Media Maximă de Încărcare"
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr "da"
 
-#: ../../mod/admin.php:643
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Încărcarea maximă a sistemului înainte ca livrarea şi procesele de sondare să fie amânate - implicit 50."
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "nu"
 
-#: ../../mod/admin.php:645
-msgid "Use MySQL full text engine"
-msgstr "Utilizare motor text-complet MySQL"
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Aprobă ca:"
 
-#: ../../mod/admin.php:645
-msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr "Activează motorul pentru text complet. Grăbeşte căutare - dar poate căuta, numai pentru minim 4 caractere."
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Prieten"
 
-#: ../../mod/admin.php:646
-msgid "Suppress Language"
-msgstr "Suprimă Limba"
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Distribuitor"
 
-#: ../../mod/admin.php:646
-msgid "Suppress language information in meta information about a posting."
-msgstr "Suprimă informaţiile despre limba din informaţiile meta ale unei postări."
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Fan/Admirator"
 
-#: ../../mod/admin.php:647
-msgid "Path to item cache"
-msgstr "Calea pentru elementul cache"
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Prieten/Solicitare de Conectare"
 
-#: ../../mod/admin.php:648
-msgid "Cache duration in seconds"
-msgstr "Durata Cache în secunde"
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Susţinător Nou"
 
-#: ../../mod/admin.php:648
-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 "Cât de mult ar trebui păstrate fișierele cache? Valoarea implicită este de 86400 de secunde (O zi). Pentru a dezactiva elementul cache, stabilește valoarea la -1."
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Fără prezentări."
 
-#: ../../mod/admin.php:649
-msgid "Maximum numbers of comments per post"
-msgstr "Numărul maxim de comentarii per post"
+#: ../../mod/notifications.php:220 ../../include/nav.php:155
+msgid "Notifications"
+msgstr "Notificări"
 
-#: ../../mod/admin.php:649
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "Câte comentarii ar trebui afișate pentru fiecare postare? Valoarea implicită este 100."
+#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s a apreciat ceea a publicat %s"
 
-#: ../../mod/admin.php:650
-msgid "Path for lock file"
-msgstr "Cale pentru blocare fișiere"
+#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
+#: ../../mod/notifications.php:488
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s a nu a apreciat ceea a publicat %s"
 
-#: ../../mod/admin.php:651
-msgid "Temp path"
-msgstr "Calea Temp"
+#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
+#: ../../mod/notifications.php:503
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s este acum prieten cu %s"
 
-#: ../../mod/admin.php:652
-msgid "Base path to installation"
-msgstr "Calea de bază pentru instalare"
+#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
+#, php-format
+msgid "%s created a new post"
+msgstr "%s a creat o nouă postare"
 
-#: ../../mod/admin.php:653
-msgid "Disable picture proxy"
-msgstr ""
+#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
+#: ../../mod/notifications.php:513
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s a comentat la articolul postat de %s"
 
-#: ../../mod/admin.php:653
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
+#: ../../mod/notifications.php:306
+msgid "No more network notifications."
+msgstr "Nu mai există notificări de reţea."
 
-#: ../../mod/admin.php:655
-msgid "New base url"
-msgstr "URL de bază nou"
+#: ../../mod/notifications.php:310
+msgid "Network Notifications"
+msgstr "Notificări de Reţea"
 
-#: ../../mod/admin.php:657
-msgid "Disable noscrape"
-msgstr "Dezactivare fără-colectare"
+#: ../../mod/notifications.php:336 ../../mod/notify.php:75
+msgid "No more system notifications."
+msgstr "Nu mai există notificări de sistem."
 
-#: ../../mod/admin.php:657
-msgid ""
-"The noscrape feature speeds up directory submissions by using JSON data "
-"instead of HTML scraping. Disabling it will cause higher load on your server"
-" and the directory server."
-msgstr ""
+#: ../../mod/notifications.php:340 ../../mod/notify.php:79
+msgid "System Notifications"
+msgstr "Notificări de Sistem"
 
-#: ../../mod/admin.php:674
-msgid "Update has been marked successful"
-msgstr "Actualizarea a fost marcată cu succes"
+#: ../../mod/notifications.php:435
+msgid "No more personal notifications."
+msgstr "Nici o notificare personală"
 
-#: ../../mod/admin.php:682
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Actualizarea structurii bazei de date %s a fost aplicată cu succes."
+#: ../../mod/notifications.php:439
+msgid "Personal Notifications"
+msgstr "Notificări personale"
 
-#: ../../mod/admin.php:685
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
+#: ../../mod/notifications.php:520
+msgid "No more home notifications."
+msgstr "Nu mai există notificări de origine."
 
-#: ../../mod/admin.php:697
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Executarea %s a eșuat cu eroarea : %s"
+#: ../../mod/notifications.php:524
+msgid "Home Notifications"
+msgstr "Notificări de Origine"
 
-#: ../../mod/admin.php:700
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Actualizarea %s a fost aplicată cu succes."
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "Text (bbcode) sursă:"
 
-#: ../../mod/admin.php:704
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Actualizare %s nu a returnat nici-un status. Nu se știe dacă a reuşit."
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Text (Diaspora) sursă pentru a-l converti în BBcode:"
 
-#: ../../mod/admin.php:706
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "Intrare Sursă:"
 
-#: ../../mod/admin.php:725
-msgid "No failed updates."
-msgstr "Nici-o actualizare eșuată."
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (raw HTML): "
 
-#: ../../mod/admin.php:726
-msgid "Check database structure"
-msgstr "Verifică structura bazei de date"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html: "
 
-#: ../../mod/admin.php:731
-msgid "Failed Updates"
-msgstr "Actualizări Eșuate"
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
 
-#: ../../mod/admin.php:732
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status."
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md: "
 
-#: ../../mod/admin.php:733
-msgid "Mark success (if update was manually applied)"
-msgstr "Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)"
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
 
-#: ../../mod/admin.php:734
-msgid "Attempt to execute this update step automatically"
-msgstr "Se încearcă executarea automată a acestei etape de actualizare"
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
 
-#: ../../mod/admin.php:766
-#, 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/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
 
-#: ../../mod/admin.php:769
-#, 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/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "Intrare Sursă (Format Diaspora):"
+
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
+
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Nimic nou aici"
+
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Ştergeţi notificările"
+
+#: ../../mod/message.php:9 ../../include/nav.php:164
+msgid "New Message"
+msgstr "Mesaj nou"
+
+#: ../../mod/message.php:63 ../../mod/wallmessage.php:56
+msgid "No recipient selected."
+msgstr "Nici-o adresă selectată."
+
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "Nu se pot localiza informaţiile de contact."
+
+#: ../../mod/message.php:70 ../../mod/wallmessage.php:62
+msgid "Message could not be sent."
+msgstr "Mesajul nu a putut fi trimis."
+
+#: ../../mod/message.php:73 ../../mod/wallmessage.php:65
+msgid "Message collection failure."
+msgstr "Eșec de colectare mesaj."
+
+#: ../../mod/message.php:76 ../../mod/wallmessage.php:68
+msgid "Message sent."
+msgstr "Mesaj trimis."
+
+#: ../../mod/message.php:182 ../../include/nav.php:161
+msgid "Messages"
+msgstr "Mesage"
+
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "Chiar doriţi să ştergeţi acest mesaj ?"
+
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "Mesaj şters"
+
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "Conversaşie inlăturată."
+
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Please enter a link URL:"
+msgstr "Introduceţi un link URL:"
+
+#: ../../mod/message.php:319 ../../mod/wallmessage.php:142
+msgid "Send Private Message"
+msgstr "Trimite mesaj privat"
+
+#: ../../mod/message.php:320 ../../mod/message.php:553
+#: ../../mod/wallmessage.php:144
+msgid "To:"
+msgstr "Către: "
+
+#: ../../mod/message.php:325 ../../mod/message.php:555
+#: ../../mod/wallmessage.php:145
+msgid "Subject:"
+msgstr "Subiect:"
+
+#: ../../mod/message.php:329 ../../mod/message.php:558
+#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Mesajul dvs :"
+
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../include/conversation.php:1091
+msgid "Upload photo"
+msgstr "Încarcă foto"
+
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../include/conversation.php:1095
+msgid "Insert web link"
+msgstr "Inserează link web"
 
-#: ../../mod/admin.php:801 ../../include/user.php:413
-#, php-format
-msgid "Registration details for %s"
-msgstr "Detaliile de înregistrare pentru %s"
+#: ../../mod/message.php:334 ../../mod/message.php:565
+#: ../../mod/content.php:499 ../../mod/content.php:883
+#: ../../mod/wallmessage.php:156 ../../mod/editpost.php:124
+#: ../../mod/photos.php:1545 ../../object/Item.php:364
+#: ../../include/conversation.php:692 ../../include/conversation.php:1109
+msgid "Please wait"
+msgstr "Aşteptaţi vă rog"
 
-#: ../../mod/admin.php:813
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s utilizator blocat/deblocat"
-msgstr[1] "%s utilizatori blocați/deblocați"
-msgstr[2] "%s de utilizatori blocați/deblocați"
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "Nici-un mesaj."
 
-#: ../../mod/admin.php:820
+#: ../../mod/message.php:378
 #, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s utilizator şters"
-msgstr[1] "%s utilizatori şterşi"
-msgstr[2] "%s utilizatori şterşi"
+msgid "Unknown sender - %s"
+msgstr "Expeditor necunoscut - %s"
 
-#: ../../mod/admin.php:859
+#: ../../mod/message.php:381
 #, php-format
-msgid "User '%s' deleted"
-msgstr "Utilizator %s şters"
+msgid "You and %s"
+msgstr "Tu şi  %s"
 
-#: ../../mod/admin.php:867
+#: ../../mod/message.php:384
 #, php-format
-msgid "User '%s' unblocked"
-msgstr "Utilizator %s deblocat"
+msgid "%s and You"
+msgstr "%s şi dvs"
+
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Ștergeți conversaţia"
 
-#: ../../mod/admin.php:867
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
+
+#: ../../mod/message.php:411
 #, php-format
-msgid "User '%s' blocked"
-msgstr "Utilizator %s blocat"
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d mesaj"
+msgstr[1] "%d mesaje"
+msgstr[2] "%d mesaje"
 
-#: ../../mod/admin.php:962
-msgid "Add User"
-msgstr "Adăugaţi Utilizator"
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "Mesaj nedisponibil"
 
-#: ../../mod/admin.php:963
-msgid "select all"
-msgstr "selectează tot"
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Şterge mesaj"
 
-#: ../../mod/admin.php:964
-msgid "User registrations waiting for confirm"
-msgstr "Înregistrarea utilizatorului, aşteaptă confirmarea"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Nici-o comunicaţie securizată disponibilă. <strong>Veți putea</strong> răspunde din pagina de profil a expeditorului."
 
-#: ../../mod/admin.php:965
-msgid "User waiting for permanent deletion"
-msgstr "Utilizatorul așteaptă să fie șters definitiv"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Răspunde"
 
-#: ../../mod/admin.php:966
-msgid "Request date"
-msgstr "Data cererii"
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:37 ../../mod/update_profile.php:41
+#: ../../mod/update_network.php:25
+msgid "[Embedded content - reload page to view]"
+msgstr "[Conţinut încastrat - reîncărcaţi pagina pentru a vizualiza]"
 
-#: ../../mod/admin.php:966 ../../mod/admin.php:978 ../../mod/admin.php:979
-#: ../../mod/admin.php:992 ../../mod/settings.php:613
-#: ../../mod/settings.php:639 ../../mod/crepair.php:160
-msgid "Name"
-msgstr "Nume"
+#: ../../mod/crepair.php:106
+msgid "Contact settings applied."
+msgstr "Configurările Contactului au fost aplicate."
 
-#: ../../mod/admin.php:966 ../../mod/admin.php:978 ../../mod/admin.php:979
-#: ../../mod/admin.php:994 ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86
-msgid "Email"
-msgstr "Email"
+#: ../../mod/crepair.php:108
+msgid "Contact update failed."
+msgstr "Actualizarea Contactului a eșuat."
 
-#: ../../mod/admin.php:967
-msgid "No registrations."
-msgstr "Nici-o înregistrare."
+#: ../../mod/crepair.php:139
+msgid "Repair Contact Settings"
+msgstr "Remediere Configurări Contact"
 
-#: ../../mod/admin.php:969
-msgid "Deny"
-msgstr "Respinge"
+#: ../../mod/crepair.php:141
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<Strong>AVERTISMENT: Această acțiune este foarte avansată</strong> şi dacă introduceţi informaţii incorecte, comunicaţiile cu acest contact se poate opri."
 
-#: ../../mod/admin.php:971 ../../mod/contacts.php:437
-#: ../../mod/contacts.php:496 ../../mod/contacts.php:706
-msgid "Block"
-msgstr "Blochează"
+#: ../../mod/crepair.php:142
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Vă rugăm să utilizaţi <strong>acum</strong> butonul 'Înapoi' din browser, dacă nu sunteţi sigur ce sa faceți pe această pagină."
 
-#: ../../mod/admin.php:972 ../../mod/contacts.php:437
-#: ../../mod/contacts.php:496 ../../mod/contacts.php:706
-msgid "Unblock"
-msgstr "Deblochează"
+#: ../../mod/crepair.php:148
+msgid "Return to contact editor"
+msgstr "Reveniţi la editorul de contact"
 
-#: ../../mod/admin.php:973
-msgid "Site admin"
-msgstr "Site admin"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "No mirroring"
+msgstr ""
 
-#: ../../mod/admin.php:974
-msgid "Account expired"
-msgstr "Cont expirat"
+#: ../../mod/crepair.php:159
+msgid "Mirror as forwarded posting"
+msgstr ""
 
-#: ../../mod/admin.php:977
-msgid "New User"
-msgstr "Utilizator Nou"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "Mirror as my own posting"
+msgstr ""
 
-#: ../../mod/admin.php:978 ../../mod/admin.php:979
-msgid "Register date"
-msgstr "Data înregistrare"
+#: ../../mod/crepair.php:165 ../../mod/admin.php:1003 ../../mod/admin.php:1015
+#: ../../mod/admin.php:1016 ../../mod/admin.php:1029
+#: ../../mod/settings.php:616 ../../mod/settings.php:642
+msgid "Name"
+msgstr "Nume"
 
-#: ../../mod/admin.php:978 ../../mod/admin.php:979
-msgid "Last login"
-msgstr "Ultimul login"
+#: ../../mod/crepair.php:166
+msgid "Account Nickname"
+msgstr "Pseudonim Cont"
 
-#: ../../mod/admin.php:978 ../../mod/admin.php:979
-msgid "Last item"
-msgstr "Ultimul element"
+#: ../../mod/crepair.php:167
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Nume_etichetă - suprascrie Numele/Pseudonimul"
 
-#: ../../mod/admin.php:978
-msgid "Deleted since"
-msgstr "Șters din"
+#: ../../mod/crepair.php:168
+msgid "Account URL"
+msgstr "URL Cont"
 
-#: ../../mod/admin.php:979 ../../mod/settings.php:36
-msgid "Account"
-msgstr "Cont"
+#: ../../mod/crepair.php:169
+msgid "Friend Request URL"
+msgstr "URL Solicitare Prietenie"
 
-#: ../../mod/admin.php:981
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Utilizatorii selectați vor fi ştersi!\\n\\nTot ce au postat acești utilizatori pe acest site, va fi şters permanent!\\n\\nConfirmați?"
+#: ../../mod/crepair.php:170
+msgid "Friend Confirm URL"
+msgstr "URL Confirmare Prietenie"
 
-#: ../../mod/admin.php:982
-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 "Utilizatorul {0}  va fi şters!\\n\\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\\n\\nConfirmați?"
+#: ../../mod/crepair.php:171
+msgid "Notification Endpoint URL"
+msgstr "Punct final URL Notificare"
 
-#: ../../mod/admin.php:992
-msgid "Name of the new user."
-msgstr "Numele noului utilizator."
+#: ../../mod/crepair.php:172
+msgid "Poll/Feed URL"
+msgstr "URL Sondaj/Flux"
 
-#: ../../mod/admin.php:993
-msgid "Nickname"
-msgstr "Pseudonim"
+#: ../../mod/crepair.php:173
+msgid "New photo from this URL"
+msgstr "Fotografie Nouă de la acest URL"
 
-#: ../../mod/admin.php:993
-msgid "Nickname of the new user."
-msgstr "Pseudonimul noului utilizator."
+#: ../../mod/crepair.php:174
+msgid "Remote Self"
+msgstr "Auto la Distanţă"
 
-#: ../../mod/admin.php:994
-msgid "Email address of the new user."
-msgstr "Adresa de e-mail a utilizatorului nou."
+#: ../../mod/crepair.php:176
+msgid "Mirror postings from this contact"
+msgstr "Postări în oglindă de la acest contact"
 
-#: ../../mod/admin.php:1027
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Modulul %s a fost dezactivat."
+#: ../../mod/crepair.php:176
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact."
 
-#: ../../mod/admin.php:1031
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Modulul %s a fost activat."
+#: ../../mod/bookmarklet.php:12 ../../boot.php:1266 ../../include/nav.php:92
+msgid "Login"
+msgstr "Login"
 
-#: ../../mod/admin.php:1041 ../../mod/admin.php:1257
-msgid "Disable"
-msgstr "Dezactivează"
+#: ../../mod/bookmarklet.php:41
+msgid "The post was created"
+msgstr ""
 
-#: ../../mod/admin.php:1043 ../../mod/admin.php:1259
-msgid "Enable"
-msgstr "Activează"
+#: ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Accesul interzis."
 
-#: ../../mod/admin.php:1066 ../../mod/admin.php:1287
-msgid "Toggle"
-msgstr "Comutare"
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Căutare Persoane"
 
-#: ../../mod/admin.php:1067 ../../mod/admin.php:1288
-#: ../../mod/newmember.php:22 ../../mod/settings.php:85
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:648 ../../include/nav.php:170
-msgid "Settings"
-msgstr "Setări"
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Nici-o potrivire"
 
-#: ../../mod/admin.php:1074 ../../mod/admin.php:1297
-msgid "Author: "
-msgstr "Autor: "
+#: ../../mod/fbrowser.php:25 ../../boot.php:2126 ../../include/nav.php:78
+#: ../../view/theme/diabook/theme.php:126
+msgid "Photos"
+msgstr "Poze"
 
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1298
-msgid "Maintainer: "
-msgstr "Responsabil:"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Fişiere"
 
-#: ../../mod/admin.php:1217
-msgid "No themes found."
-msgstr "Nici-o temă găsită."
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Contactele care nu sunt membre ale unui grup"
 
-#: ../../mod/admin.php:1279
-msgid "Screenshot"
-msgstr "Screenshot"
+#: ../../mod/admin.php:57
+msgid "Theme settings updated."
+msgstr "Configurările temei au fost actualizate."
 
-#: ../../mod/admin.php:1325
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: ../../mod/admin.php:104 ../../mod/admin.php:619
+msgid "Site"
+msgstr "Site"
 
-#: ../../mod/admin.php:1326
-msgid "[Unsupported]"
-msgstr "[Unsupported]"
+#: ../../mod/admin.php:105 ../../mod/admin.php:998 ../../mod/admin.php:1013
+msgid "Users"
+msgstr "Utilizatori"
 
-#: ../../mod/admin.php:1353
-msgid "Log settings updated."
-msgstr "Jurnalul de configurări fost actualizat."
+#: ../../mod/admin.php:106 ../../mod/admin.php:1102 ../../mod/admin.php:1155
+#: ../../mod/settings.php:57
+msgid "Plugins"
+msgstr "Pluginuri"
+
+#: ../../mod/admin.php:107 ../../mod/admin.php:1323 ../../mod/admin.php:1357
+msgid "Themes"
+msgstr "Teme"
+
+#: ../../mod/admin.php:108
+msgid "DB updates"
+msgstr "Actualizări Bază de Date"
+
+#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1444
+msgid "Logs"
+msgstr "Jurnale"
+
+#: ../../mod/admin.php:124
+msgid "probe address"
+msgstr ""
 
-#: ../../mod/admin.php:1409
-msgid "Clear"
-msgstr "Curăţă"
+#: ../../mod/admin.php:125
+msgid "check webfinger"
+msgstr ""
 
-#: ../../mod/admin.php:1415
-msgid "Enable Debugging"
-msgstr "Activează Depanarea"
+#: ../../mod/admin.php:130 ../../include/nav.php:184
+msgid "Admin"
+msgstr "Admin"
 
-#: ../../mod/admin.php:1416
-msgid "Log file"
-msgstr "Fişier Log "
+#: ../../mod/admin.php:131
+msgid "Plugin Features"
+msgstr "Caracteristici Modul"
 
-#: ../../mod/admin.php:1416
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Trebuie să fie inscriptibil pentru serverul web. Relativ la directoul dvs. superior Friendica."
+#: ../../mod/admin.php:133
+msgid "diagnostics"
+msgstr "diacgnostice"
 
-#: ../../mod/admin.php:1417
-msgid "Log level"
-msgstr "Nivel log"
+#: ../../mod/admin.php:134
+msgid "User registrations waiting for confirmation"
+msgstr "Înregistrări de utilizatori, aşteaptă confirmarea"
 
-#: ../../mod/admin.php:1466 ../../mod/contacts.php:493
-msgid "Update now"
-msgstr "Actualizează acum"
+#: ../../mod/admin.php:193 ../../mod/admin.php:952
+msgid "Normal Account"
+msgstr "Cont normal"
 
-#: ../../mod/admin.php:1467
-msgid "Close"
-msgstr "Închide"
+#: ../../mod/admin.php:194 ../../mod/admin.php:953
+msgid "Soapbox Account"
+msgstr "Cont Soapbox"
 
-#: ../../mod/admin.php:1473
-msgid "FTP Host"
-msgstr "FTP Host"
+#: ../../mod/admin.php:195 ../../mod/admin.php:954
+msgid "Community/Celebrity Account"
+msgstr "Cont Comunitate/Celebritate"
 
-#: ../../mod/admin.php:1474
-msgid "FTP Path"
-msgstr "FTP Path"
+#: ../../mod/admin.php:196 ../../mod/admin.php:955
+msgid "Automatic Friend Account"
+msgstr "Cont Prieten Automat"
 
-#: ../../mod/admin.php:1475
-msgid "FTP User"
-msgstr "FTP User"
+#: ../../mod/admin.php:197
+msgid "Blog Account"
+msgstr "Cont Blog"
 
-#: ../../mod/admin.php:1476
-msgid "FTP Password"
-msgstr "FTP Parolă"
+#: ../../mod/admin.php:198
+msgid "Private Forum"
+msgstr "Forum Privat"
 
-#: ../../mod/message.php:9 ../../include/nav.php:162
-msgid "New Message"
-msgstr "Mesaj nou"
+#: ../../mod/admin.php:217
+msgid "Message queues"
+msgstr "Șiruri de mesaje"
 
-#: ../../mod/message.php:63 ../../mod/wallmessage.php:56
-msgid "No recipient selected."
-msgstr "Nici-o adresă selectată."
+#: ../../mod/admin.php:222 ../../mod/admin.php:618 ../../mod/admin.php:997
+#: ../../mod/admin.php:1101 ../../mod/admin.php:1154 ../../mod/admin.php:1322
+#: ../../mod/admin.php:1356 ../../mod/admin.php:1443
+msgid "Administration"
+msgstr "Administrare"
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "Nu se pot localiza informaţiile de contact."
+#: ../../mod/admin.php:223
+msgid "Summary"
+msgstr "Sumar"
 
-#: ../../mod/message.php:70 ../../mod/wallmessage.php:62
-msgid "Message could not be sent."
-msgstr "Mesajul nu a putut fi trimis."
+#: ../../mod/admin.php:225
+msgid "Registered users"
+msgstr "Utilizatori înregistraţi"
 
-#: ../../mod/message.php:73 ../../mod/wallmessage.php:65
-msgid "Message collection failure."
-msgstr "Eșec de colectare mesaj."
+#: ../../mod/admin.php:227
+msgid "Pending registrations"
+msgstr "Administrare"
 
-#: ../../mod/message.php:76 ../../mod/wallmessage.php:68
-msgid "Message sent."
-msgstr "Mesaj trimis."
+#: ../../mod/admin.php:228
+msgid "Version"
+msgstr "Versiune"
 
-#: ../../mod/message.php:182 ../../include/nav.php:159
-msgid "Messages"
-msgstr "Mesage"
+#: ../../mod/admin.php:232
+msgid "Active plugins"
+msgstr "Module active"
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr "Chiar doriţi să ştergeţi acest mesaj ?"
+#: ../../mod/admin.php:255
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Nu se poate analiza URL-ul de bază. Trebuie să aibă minim <scheme>://<domain>"
 
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "Mesaj şters"
+#: ../../mod/admin.php:516
+msgid "Site settings updated."
+msgstr "Configurările site-ului au fost actualizate."
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "Conversaşie inlăturată."
+#: ../../mod/admin.php:545 ../../mod/settings.php:828
+msgid "No special theme for mobile devices"
+msgstr "Nici-o temă specială pentru dispozitive mobile"
 
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-msgid "Please enter a link URL:"
-msgstr "Introduceţi un link URL:"
+#: ../../mod/admin.php:562
+msgid "No community page"
+msgstr ""
 
-#: ../../mod/message.php:319 ../../mod/wallmessage.php:142
-msgid "Send Private Message"
-msgstr "Trimite mesaj privat"
+#: ../../mod/admin.php:563
+msgid "Public postings from users of this site"
+msgstr ""
 
-#: ../../mod/message.php:320 ../../mod/message.php:553
-#: ../../mod/wallmessage.php:144
-msgid "To:"
-msgstr "Către: "
+#: ../../mod/admin.php:564
+msgid "Global community page"
+msgstr ""
 
-#: ../../mod/message.php:325 ../../mod/message.php:555
-#: ../../mod/wallmessage.php:145
-msgid "Subject:"
-msgstr "Subiect:"
+#: ../../mod/admin.php:570
+msgid "At post arrival"
+msgstr "La sosirea publicaţiei"
 
-#: ../../mod/message.php:329 ../../mod/message.php:558
-#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
-msgid "Your message:"
-msgstr "Mesajul dvs :"
+#: ../../mod/admin.php:571 ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Frecvent"
 
-#: ../../mod/message.php:332 ../../mod/message.php:562
-#: ../../mod/editpost.php:110 ../../mod/wallmessage.php:154
-#: ../../include/conversation.php:1091
-msgid "Upload photo"
-msgstr "Încarcă foto"
+#: ../../mod/admin.php:572 ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Din oră în oră"
 
-#: ../../mod/message.php:333 ../../mod/message.php:563
-#: ../../mod/editpost.php:114 ../../mod/wallmessage.php:155
-#: ../../include/conversation.php:1095
-msgid "Insert web link"
-msgstr "Inserează link web"
+#: ../../mod/admin.php:573 ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "De două ori pe zi"
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "Nici-un mesaj."
+#: ../../mod/admin.php:574 ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Zilnic"
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Expeditor necunoscut - %s"
+#: ../../mod/admin.php:579
+msgid "Multi user instance"
+msgstr "Instanţă utilizatori multipli"
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "Tu şi  %s"
+#: ../../mod/admin.php:602
+msgid "Closed"
+msgstr "Inchis"
 
-#: ../../mod/message.php:384
-#, php-format
-msgid "%s and You"
-msgstr "%s şi dvs"
+#: ../../mod/admin.php:603
+msgid "Requires approval"
+msgstr "Necesită aprobarea"
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "Ștergeți conversaţia"
+#: ../../mod/admin.php:604
+msgid "Open"
+msgstr "Deschide"
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/admin.php:608
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Nici-o politică SSL, legăturile vor  urmări starea paginii SSL"
 
-#: ../../mod/message.php:411
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d mesaj"
-msgstr[1] "%d mesaje"
-msgstr[2] "%d mesaje"
+#: ../../mod/admin.php:609
+msgid "Force all links to use SSL"
+msgstr "Forţează toate legăturile să utilizeze SSL"
 
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "Mesaj nedisponibil"
+#: ../../mod/admin.php:610
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Certificat auto/semnat, folosește SSL numai pentru legăturile locate (nerecomandat)"
 
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "Şterge mesaj"
+#: ../../mod/admin.php:620 ../../mod/admin.php:1156 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1445 ../../mod/settings.php:614
+#: ../../mod/settings.php:724 ../../mod/settings.php:798
+#: ../../mod/settings.php:880 ../../mod/settings.php:1113
+msgid "Save Settings"
+msgstr "Salvare Configurări"
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Nici-o comunicaţie securizată disponibilă. <strong>Veți putea</strong> răspunde din pagina de profil a expeditorului."
+#: ../../mod/admin.php:621 ../../mod/register.php:255
+msgid "Registration"
+msgstr "Registratură"
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "Răspunde"
+#: ../../mod/admin.php:622
+msgid "File upload"
+msgstr "Fişier incărcat"
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Element negăsit"
+#: ../../mod/admin.php:623
+msgid "Policies"
+msgstr "Politici"
 
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "Editează post"
+#: ../../mod/admin.php:624
+msgid "Advanced"
+msgstr "Avansat"
 
-#: ../../mod/editpost.php:109 ../../mod/filer.php:31 ../../mod/notes.php:63
-#: ../../include/text.php:955
-msgid "Save"
-msgstr "Salvare"
+#: ../../mod/admin.php:625
+msgid "Performance"
+msgstr "Performanţă"
 
-#: ../../mod/editpost.php:111 ../../include/conversation.php:1092
-msgid "upload photo"
-msgstr "încărcare fotografie"
+#: ../../mod/admin.php:626
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Reaşezaţi - AVERTIZARE: funcţie avansată. Ar putea face acest server inaccesibil."
 
-#: ../../mod/editpost.php:112 ../../include/conversation.php:1093
-msgid "Attach file"
-msgstr "Ataşează fişier"
+#: ../../mod/admin.php:629
+msgid "Site name"
+msgstr "Nume site"
 
-#: ../../mod/editpost.php:113 ../../include/conversation.php:1094
-msgid "attach file"
-msgstr "ataşează fişier"
+#: ../../mod/admin.php:630
+msgid "Host name"
+msgstr "Nume host"
 
-#: ../../mod/editpost.php:115 ../../include/conversation.php:1096
-msgid "web link"
-msgstr "web link"
+#: ../../mod/admin.php:631
+msgid "Sender Email"
+msgstr ""
 
-#: ../../mod/editpost.php:116 ../../include/conversation.php:1097
-msgid "Insert video link"
-msgstr "Inserează video link"
+#: ../../mod/admin.php:632
+msgid "Banner/Logo"
+msgstr "Baner/Logo"
 
-#: ../../mod/editpost.php:117 ../../include/conversation.php:1098
-msgid "video link"
-msgstr "video link"
+#: ../../mod/admin.php:633
+msgid "Shortcut icon"
+msgstr ""
+
+#: ../../mod/admin.php:634
+msgid "Touch icon"
+msgstr ""
 
-#: ../../mod/editpost.php:118 ../../include/conversation.php:1099
-msgid "Insert audio link"
-msgstr "Inserare link audio"
+#: ../../mod/admin.php:635
+msgid "Additional Info"
+msgstr "Informaţii suplimentare"
 
-#: ../../mod/editpost.php:119 ../../include/conversation.php:1100
-msgid "audio link"
-msgstr "audio link"
+#: ../../mod/admin.php:635
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
+msgstr "Pentru serverele publice: puteţi să adăugaţi aici informaţiile suplimentare ce vor fi afişate pe dir.friendica.com/siteinfo."
 
-#: ../../mod/editpost.php:120 ../../include/conversation.php:1101
-msgid "Set your location"
-msgstr "Setează locaţia dvs"
+#: ../../mod/admin.php:636
+msgid "System language"
+msgstr "Limbă System l"
 
-#: ../../mod/editpost.php:121 ../../include/conversation.php:1102
-msgid "set location"
-msgstr "set locaţie"
+#: ../../mod/admin.php:637
+msgid "System theme"
+msgstr "Temă System "
 
-#: ../../mod/editpost.php:122 ../../include/conversation.php:1103
-msgid "Clear browser location"
-msgstr "Curățare locație browser"
+#: ../../mod/admin.php:637
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema implicită a sistemului - se poate supraregla prin profilele de utilizator - <a href='#' id='cnftheme'>modificați configurările temei</a>"
 
-#: ../../mod/editpost.php:123 ../../include/conversation.php:1104
-msgid "clear location"
-msgstr "şterge locaţia"
+#: ../../mod/admin.php:638
+msgid "Mobile system theme"
+msgstr "Temă sisteme mobile"
 
-#: ../../mod/editpost.php:125 ../../include/conversation.php:1110
-msgid "Permission settings"
-msgstr "Setări permisiuni"
+#: ../../mod/admin.php:638
+msgid "Theme for mobile devices"
+msgstr "Temă pentru dispozitivele mobile"
 
-#: ../../mod/editpost.php:133 ../../include/conversation.php:1119
-msgid "CC: email addresses"
-msgstr "CC:  adresă email"
+#: ../../mod/admin.php:639
+msgid "SSL link policy"
+msgstr "Politivi link  SSL "
 
-#: ../../mod/editpost.php:134 ../../include/conversation.php:1120
-msgid "Public post"
-msgstr "Public post"
+#: ../../mod/admin.php:639
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determină dacă legăturile generate ar trebui forţate să utilizeze SSL"
 
-#: ../../mod/editpost.php:137 ../../include/conversation.php:1106
-msgid "Set title"
-msgstr "Setează titlu"
+#: ../../mod/admin.php:640
+msgid "Force SSL"
+msgstr ""
 
-#: ../../mod/editpost.php:139 ../../include/conversation.php:1108
-msgid "Categories (comma-separated list)"
-msgstr "Categorii (listă cu separator prin virgulă)"
+#: ../../mod/admin.php:640
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr ""
 
-#: ../../mod/editpost.php:140 ../../include/conversation.php:1122
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Exemplu: bob@exemplu.com, mary@exemplu.com"
+#: ../../mod/admin.php:641
+msgid "Old style 'Share'"
+msgstr "Stilul vechi de 'Distribuiţi'"
 
-#: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
-#: ../../mod/profiles.php:133 ../../mod/profiles.php:162
-#: ../../mod/profiles.php:589
-msgid "Profile not found."
-msgstr "Profil negăsit."
+#: ../../mod/admin.php:641
+msgid "Deactivates the bbcode element 'share' for repeating items."
+msgstr "Dezactivează elementul bbcode 'distribuiţi' pentru elementele repetitive."
 
-#: ../../mod/dfrn_confirm.php:121
+#: ../../mod/admin.php:642
+msgid "Hide help entry from navigation menu"
+msgstr "Ascunde elementele de ajutor, din meniul de navigare"
+
+#: ../../mod/admin.php:642
 msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Aceasta se poate întâmpla ocazional dacă contactul a fost solicitat de către ambele persoane şi acesta a fost deja aprobat."
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Ascunde intrările de meniu pentru paginile de Ajutor, din meniul de navigare. Îl puteţi accesa în continuare direct, apelând /ajutor."
 
-#: ../../mod/dfrn_confirm.php:240
-msgid "Response from remote site was not understood."
-msgstr "Răspunsul de la adresa de la distanţă, nu a fost înțeles."
+#: ../../mod/admin.php:643
+msgid "Single user instance"
+msgstr "Instanţă cu un singur utilizator"
 
-#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
-msgstr "Răspuns neaşteptat de la site-ul de la distanţă:"
+#: ../../mod/admin.php:643
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Stabiliți această instanţă ca utilizator-multipli sau utilizator/unic, pentru utilizatorul respectiv"
 
-#: ../../mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
-msgstr "Confirmare încheiată cu succes."
+#: ../../mod/admin.php:644
+msgid "Maximum image size"
+msgstr "Maxim mărime imagine"
 
-#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279
-#: ../../mod/dfrn_confirm.php:286
-msgid "Remote site reported: "
-msgstr "Site-ul de la distanţă a raportat:"
+#: ../../mod/admin.php:644
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Dimensiunea maximă în octeţi, a imaginii încărcate. Implicit este 0, ceea ce înseamnă fără limite."
 
-#: ../../mod/dfrn_confirm.php:277
-msgid "Temporary failure. Please wait and try again."
-msgstr "Eroare Temporară. Vă rugăm să aşteptaţi şi încercaţi din nou."
+#: ../../mod/admin.php:645
+msgid "Maximum image length"
+msgstr "Dimensiunea maximă a imaginii"
 
-#: ../../mod/dfrn_confirm.php:284
-msgid "Introduction failed or was revoked."
-msgstr "Introducerea a eşuat sau a fost revocată."
+#: ../../mod/admin.php:645
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Dimensiunea maximă în pixeli a celei mai lungi laturi a imaginii încărcate. Implicit este -1, ceea ce înseamnă fără limite."
 
-#: ../../mod/dfrn_confirm.php:429
-msgid "Unable to set contact photo."
-msgstr "Imposibil de stabilit fotografia de contact."
+#: ../../mod/admin.php:646
+msgid "JPEG image quality"
+msgstr "Calitate imagine JPEG "
 
-#: ../../mod/dfrn_confirm.php:486 ../../include/diaspora.php:620
-#: ../../include/conversation.php:172
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s este acum prieten cu %2$s"
+#: ../../mod/admin.php:646
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Imaginile JPEG încărcate vor fi salvate cu această calitate stabilită [0-100]. Implicit este 100, ceea ce înseamnă calitate completă."
 
-#: ../../mod/dfrn_confirm.php:571
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Nici-o înregistrare de utilizator găsită pentru '%s'"
+#: ../../mod/admin.php:648
+msgid "Register policy"
+msgstr "Politici inregistrare "
 
-#: ../../mod/dfrn_confirm.php:581
-msgid "Our site encryption key is apparently messed up."
-msgstr "Se pare că, cheia de criptare a site-ului nostru s-a încurcat."
+#: ../../mod/admin.php:649
+msgid "Maximum Daily Registrations"
+msgstr "Înregistrări Zilnice Maxime"
 
-#: ../../mod/dfrn_confirm.php:592
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "A fost furnizată o adresă URL goală, sau adresa URL nu poate fi decriptată de noi."
+#: ../../mod/admin.php:649
+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 "Dacă înregistrarea este permisă de mai sus, aceasta stabileşte numărul maxim de utilizatori noi înregistraţi, acceptaţi pe zi. Dacă înregistrarea este stabilită ca închisă, această setare nu are efect."
 
-#: ../../mod/dfrn_confirm.php:613
-msgid "Contact record was not found for you on our site."
-msgstr "Registrul contactului nu a fost găsit pe site-ul nostru."
+#: ../../mod/admin.php:650
+msgid "Register text"
+msgstr "Text înregistrare"
 
-#: ../../mod/dfrn_confirm.php:627
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Cheia publică a site-ului nu este disponibilă în registrul contactului pentru URL-ul %s."
+#: ../../mod/admin.php:650
+msgid "Will be displayed prominently on the registration page."
+msgstr "Va fi afişat vizibil pe pagina de înregistrare."
 
-#: ../../mod/dfrn_confirm.php:647
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "ID-ul furnizat de către sistemul dumneavoastră este un duplicat pe sistemul nostru. Ar trebui să funcţioneze dacă încercaţi din nou."
+#: ../../mod/admin.php:651
+msgid "Accounts abandoned after x days"
+msgstr "Conturi abandonate după x zile"
 
-#: ../../mod/dfrn_confirm.php:658
-msgid "Unable to set your contact credentials on our system."
-msgstr "Imposibil de configurat datele dvs. de autentificare, pe sistemul nostru."
+#: ../../mod/admin.php:651
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Nu va risipi resurse de sistem interogând site-uri externe pentru conturi abandonate. Introduceţi 0 pentru nici-o limită de timp."
 
-#: ../../mod/dfrn_confirm.php:725
-msgid "Unable to update your contact profile details on our system"
-msgstr "Imposibil de actualizat detaliile de profil ale contactului dvs., pe sistemul nostru."
+#: ../../mod/admin.php:652
+msgid "Allowed friend domains"
+msgstr "Domenii prietene permise"
 
-#: ../../mod/dfrn_confirm.php:797
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s s-a alăturat lui %2$s"
+#: ../../mod/admin.php:652
+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 cu separator prin virgulă a domeniilor ce sunt permise pentru a stabili relaţii de prietenie cu acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu"
 
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr "Titlul evenimentului şi timpul de pornire sunt necesare."
+#: ../../mod/admin.php:653
+msgid "Allowed email domains"
+msgstr "Domenii de email, permise"
 
-#: ../../mod/events.php:291
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../mod/admin.php:653
+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 cu separator prin virgulă a domeniilor ce sunt permise în adresele de email pentru înregistrările pe acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu"
 
-#: ../../mod/events.php:313
-msgid "Edit event"
-msgstr "Editează eveniment"
+#: ../../mod/admin.php:654
+msgid "Block public"
+msgstr "Blocare acces public"
 
-#: ../../mod/events.php:335 ../../include/text.php:1644
-#: ../../include/text.php:1654
-msgid "link to source"
-msgstr "link către sursă"
+#: ../../mod/admin.php:654
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Bifați pentru a bloca accesul public, pe acest site, către toate paginile publice cu caracter personal, doar dacă nu sunteţi deja autentificat."
 
-#: ../../mod/events.php:370 ../../view/theme/diabook/theme.php:127
-#: ../../boot.php:2114 ../../include/nav.php:80
-msgid "Events"
-msgstr "Evenimente"
+#: ../../mod/admin.php:655
+msgid "Force publish"
+msgstr "Forțează publicarea"
 
-#: ../../mod/events.php:371
-msgid "Create New Event"
-msgstr "Crează eveniment nou"
+#: ../../mod/admin.php:655
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Bifați pentru a forţa, ca toate profilurile de pe acest site să fie enumerate în directorul site-ului."
 
-#: ../../mod/events.php:372
-msgid "Previous"
-msgstr "Precedent"
+#: ../../mod/admin.php:656
+msgid "Global directory update URL"
+msgstr "URL actualizare director global"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr "Next"
+#: ../../mod/admin.php:656
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "URL pentru a actualiza directorul global. Dacă aceasta nu se stabilește, director global este complet indisponibil pentru aplicație."
 
-#: ../../mod/events.php:446
-msgid "hour:minute"
-msgstr "ore:minute"
+#: ../../mod/admin.php:657
+msgid "Allow threaded items"
+msgstr "Permite elemente înșiruite"
 
-#: ../../mod/events.php:456
-msgid "Event details"
-msgstr "Detalii eveniment"
+#: ../../mod/admin.php:657
+msgid "Allow infinite level threading for items on this site."
+msgstr "Permite pe acest site, un număr infinit de nivele de înșiruire."
 
-#: ../../mod/events.php:457
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "Formatul este %s %s.Data de începere și Titlul sunt necesare."
+#: ../../mod/admin.php:658
+msgid "Private posts by default for new users"
+msgstr "Postările private, ca implicit pentru utilizatori noi"
 
-#: ../../mod/events.php:459
-msgid "Event Starts:"
-msgstr "Evenimentul Începe:"
+#: ../../mod/admin.php:658
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Stabilește permisiunile de postare implicite, pentru toți membrii noi, la grupul de confidențialitate implicit, mai degrabă decât cel public."
 
-#: ../../mod/events.php:459 ../../mod/events.php:473
-msgid "Required"
-msgstr "Cerut"
+#: ../../mod/admin.php:659
+msgid "Don't include post content in email notifications"
+msgstr "Nu include conţinutul postării în notificările prin email"
 
-#: ../../mod/events.php:462
-msgid "Finish date/time is not known or not relevant"
-msgstr "Data/ora de finalizare nu este cunoscută sau nu este relevantă"
+#: ../../mod/admin.php:659
+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 "Nu include conținutul unui post/comentariu/mesaj privat/etc. în notificările prin email, ce sunt trimise de pe acest site, ca și masură de confidenţialitate."
 
-#: ../../mod/events.php:464
-msgid "Event Finishes:"
-msgstr "Evenimentul se Finalizează:"
+#: ../../mod/admin.php:660
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Nu permiteţi accesul public la suplimentele enumerate în meniul de aplicaţii."
 
-#: ../../mod/events.php:467
-msgid "Adjust for viewer timezone"
-msgstr "Reglați pentru fusul orar al vizitatorului"
+#: ../../mod/admin.php:660
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Bifând această casetă va restricționa, suplimentele enumerate în meniul de aplicaţii, exclusiv la accesul membrilor."
 
-#: ../../mod/events.php:469
-msgid "Description:"
-msgstr "Descriere:"
+#: ../../mod/admin.php:661
+msgid "Don't embed private images in posts"
+msgstr "Nu încorpora imagini private în postări"
 
-#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1622
-#: ../../include/event.php:40 ../../include/bb2diaspora.php:156
-msgid "Location:"
-msgstr "Locaţie:"
+#: ../../mod/admin.php:661
+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 "Nu înlocui fotografiile private, locale, din postări cu o copie încorporată imaginii. Aceasta înseamnă că, contactele care primesc postări ce conțin fotografii private vor trebui să se autentifice şi să încarce fiecare imagine, ceea ce poate dura ceva timp."
 
-#: ../../mod/events.php:473
-msgid "Title:"
-msgstr "Titlu:"
+#: ../../mod/admin.php:662
+msgid "Allow Users to set remote_self"
+msgstr "Permite utilizatorilor să-și stabilească remote_self"
 
-#: ../../mod/events.php:475
-msgid "Share this event"
-msgstr "Partajează acest eveniment"
+#: ../../mod/admin.php:662
+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 "Bifând aceasta, fiecărui utilizator îi este permis să marcheze fiecare contact, ca și propriu_la-distanță în dialogul de remediere contact. Stabilind acest marcaj unui un contact, va determina oglindirea fiecărei postări a respectivului contact, în fluxul utilizatorilor."
 
-#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:126
-#: ../../boot.php:2097 ../../include/nav.php:78
-msgid "Photos"
-msgstr "Poze"
+#: ../../mod/admin.php:663
+msgid "Block multiple registrations"
+msgstr "Blocare înregistrări multiple"
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "Fişiere"
+#: ../../mod/admin.php:663
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Interzice utilizatorilor să-și înregistreze conturi adiționale pentru a le folosi ca pagini."
 
-#: ../../mod/home.php:35
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bine aţi venit la %s"
+#: ../../mod/admin.php:664
+msgid "OpenID support"
+msgstr "OpenID support"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Informaţiile la distanţă despre confidenţialitate, nu sunt disponibile."
+#: ../../mod/admin.php:664
+msgid "OpenID support for registration and logins."
+msgstr "Suport OpenID pentru înregistrare şi autentificări."
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "Visibil către:"
+#: ../../mod/admin.php:665
+msgid "Fullname check"
+msgstr "Verificare Nume complet"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Numărul de mesaje, zilnice de perete, pentru %s a fost depăşit. Mesajul a eşuat."
+#: ../../mod/admin.php:665
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Forțează utilizatorii să se înregistreze cu un spaţiu între prenume şi nume, în câmpul pentru Nume complet, ca și măsură antispam"
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Imposibil de verificat locaţia dvs. de reşedinţă."
+#: ../../mod/admin.php:666
+msgid "UTF-8 Regular expressions"
+msgstr "UTF-8 Regular expresii"
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Nici-un destinatar."
+#: ../../mod/admin.php:666
+msgid "Use PHP UTF8 regular expressions"
+msgstr "Utilizaţi  PHP UTF-8 Regular expresii"
 
-#: ../../mod/wallmessage.php:143
-#, php-format
+#: ../../mod/admin.php:667
+msgid "Community Page Style"
+msgstr ""
+
+#: ../../mod/admin.php:667
 msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți."
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr ""
 
-#: ../../mod/nogroup.php:40 ../../mod/contacts.php:479
-#: ../../mod/contacts.php:671 ../../mod/viewcontacts.php:62
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Vizitați profilul %s [%s]"
+#: ../../mod/admin.php:668
+msgid "Posts per user on community page"
+msgstr ""
 
-#: ../../mod/nogroup.php:41 ../../mod/contacts.php:672
-msgid "Edit contact"
-msgstr "Editează contact"
+#: ../../mod/admin.php:668
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr ""
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "Contactele care nu sunt membre ale unui grup"
+#: ../../mod/admin.php:669
+msgid "Enable OStatus support"
+msgstr "Activează Suport OStatus"
 
-#: ../../mod/friendica.php:62
-msgid "This is Friendica, version"
-msgstr "Friendica, versiunea"
+#: ../../mod/admin.php:669
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Oferă compatibilitate de integrare OStatus (StatusNet, GNU Sociale etc.). Toate comunicațiile din OStatus sunt publice, astfel încât avertismentele de confidenţialitate  vor fi ocazional afişate."
 
-#: ../../mod/friendica.php:63
-msgid "running at web location"
-msgstr "rulează la locaţia web"
+#: ../../mod/admin.php:670
+msgid "OStatus conversation completion interval"
+msgstr "Intervalul OStatus  de finalizare a conversaţiei"
 
-#: ../../mod/friendica.php:65
+#: ../../mod/admin.php:670
 msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Vă rugăm să vizitaţi <a href=\"http://friendica.com\">Friendica.com</a> pentru a afla mai multe despre proiectul Friendica."
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "Cât de des ar trebui, operatorul de sondaje, să verifice existența intrărilor noi din conversațiile OStatus? Aceasta poate fi o resursă de sarcini utile."
 
-#: ../../mod/friendica.php:67
-msgid "Bug reports and issues: please visit"
-msgstr "Rapoarte de erori şi probleme: vă rugăm să vizitaţi"
+#: ../../mod/admin.php:671
+msgid "Enable Diaspora support"
+msgstr "Activează Suport Diaspora"
 
-#: ../../mod/friendica.php:68
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Sugestii, laude, donatii, etc. - vă rugăm să trimiteți un email  pe \"Info\" at Friendica - dot com"
+#: ../../mod/admin.php:671
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Oferă o compatibilitate de reţea Diaspora, întegrată."
 
-#: ../../mod/friendica.php:82
-msgid "Installed plugins/addons/apps:"
-msgstr "Module/suplimente/aplicații instalate:"
+#: ../../mod/admin.php:672
+msgid "Only allow Friendica contacts"
+msgstr "Se permit doar contactele Friendica"
 
-#: ../../mod/friendica.php:95
-msgid "No installed plugins/addons/apps"
-msgstr "Module/suplimente/aplicații neinstalate"
+#: ../../mod/admin.php:672
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Toate contactele trebuie să utilizeze protocoalele Friendica. Toate celelalte protocoale, integrate, de comunicaţii sunt dezactivate."
 
-#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
-msgid "Remove My Account"
-msgstr "Șterge Contul Meu"
+#: ../../mod/admin.php:673
+msgid "Verify SSL"
+msgstr "Verifică SSL"
 
-#: ../../mod/removeme.php:47
+#: ../../mod/admin.php:673
 msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă."
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Dacă doriţi, puteţi porni verificarea cu strictețe a certificatului. Aceasta va însemna că nu vă puteţi conecta (deloc) la site-uri SSL auto-semnate."
 
-#: ../../mod/removeme.php:48
-msgid "Please enter your password for verification:"
-msgstr "Vă rugăm să introduceţi parola dvs. pentru verificare:"
+#: ../../mod/admin.php:674
+msgid "Proxy user"
+msgstr "Proxy user"
 
-#: ../../mod/wall_upload.php:122 ../../mod/profile_photo.php:144
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Dimensiunea imaginii depăşeşte limita de %d"
+#: ../../mod/admin.php:675
+msgid "Proxy URL"
+msgstr "Proxy URL"
 
-#: ../../mod/wall_upload.php:144 ../../mod/photos.php:807
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
-msgstr "Nu s-a putut procesa imaginea."
+#: ../../mod/admin.php:676
+msgid "Network timeout"
+msgstr "Timp de expirare rețea"
 
-#: ../../mod/wall_upload.php:169 ../../mod/wall_upload.php:178
-#: ../../mod/wall_upload.php:185 ../../mod/item.php:465
-#: ../../include/message.php:144 ../../include/Photo.php:911
-#: ../../include/Photo.php:926 ../../include/Photo.php:933
-#: ../../include/Photo.php:955
-msgid "Wall Photos"
-msgstr "Fotografii de Perete"
+#: ../../mod/admin.php:676
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valoare exprimată în secunde. Stabiliți la 0 pentru nelimitat (nu este recomandat)."
 
-#: ../../mod/wall_upload.php:172 ../../mod/photos.php:834
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
-msgstr "Încărcarea imaginii a eşuat."
+#: ../../mod/admin.php:677
+msgid "Delivery interval"
+msgstr "Interval de livrare"
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizare conectare aplicaţie"
+#: ../../mod/admin.php:677
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr "Întârzierea proceselor de livrare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. Recomandat: 4-5 pentru gazde comune, 2-3 pentru servere virtuale private, 0-1 pentru servere dedicate mari."
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Reveniți la aplicația dvs. şi introduceţi acest Cod de Securitate:"
+#: ../../mod/admin.php:678
+msgid "Poll interval"
+msgstr "Interval de Sondare"
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Vă rugăm să vă autentificați pentru a continua."
+#: ../../mod/admin.php:678
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Întârzierea proceselor de sondare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. dacă este 0, utilizează intervalul de livrare."
 
-#: ../../mod/api.php:104
+#: ../../mod/admin.php:679
+msgid "Maximum Load Average"
+msgstr "Media Maximă de Încărcare"
+
+#: ../../mod/admin.php:679
 msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?"
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Încărcarea maximă a sistemului înainte ca livrarea şi procesele de sondare să fie amânate - implicit 50."
 
-#: ../../mod/tagger.php:95 ../../include/conversation.php:266
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s a etichetat %3$s de la %2$s cu %4$s"
+#: ../../mod/admin.php:681
+msgid "Use MySQL full text engine"
+msgstr "Utilizare motor text-complet MySQL"
 
-#: ../../mod/photos.php:52 ../../boot.php:2100
-msgid "Photo Albums"
-msgstr "Albume Photo "
+#: ../../mod/admin.php:681
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "Activează motorul pentru text complet. Grăbeşte căutare - dar poate căuta, numai pentru minim 4 caractere."
 
-#: ../../mod/photos.php:60 ../../mod/photos.php:155 ../../mod/photos.php:1064
-#: ../../mod/photos.php:1189 ../../mod/photos.php:1212
-#: ../../mod/photos.php:1758 ../../mod/photos.php:1770
-#: ../../view/theme/diabook/theme.php:499
-msgid "Contact Photos"
-msgstr "Photo Contact"
+#: ../../mod/admin.php:682
+msgid "Suppress Language"
+msgstr "Suprimă Limba"
 
-#: ../../mod/photos.php:67 ../../mod/photos.php:1228 ../../mod/photos.php:1817
-msgid "Upload New Photos"
-msgstr "Încărcaţi Fotografii Noi"
+#: ../../mod/admin.php:682
+msgid "Suppress language information in meta information about a posting."
+msgstr "Suprimă informaţiile despre limba din informaţiile meta ale unei postări."
 
-#: ../../mod/photos.php:80 ../../mod/settings.php:29
-msgid "everybody"
-msgstr "oricine"
+#: ../../mod/admin.php:683
+msgid "Suppress Tags"
+msgstr ""
 
-#: ../../mod/photos.php:144
-msgid "Contact information unavailable"
-msgstr "Informaţii contact nedisponibile"
+#: ../../mod/admin.php:683
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr ""
 
-#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1189
-#: ../../mod/photos.php:1212 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:500
-#: ../../include/user.php:335 ../../include/user.php:342
-#: ../../include/user.php:349
-msgid "Profile Photos"
-msgstr "Poze profil"
+#: ../../mod/admin.php:684
+msgid "Path to item cache"
+msgstr "Calea pentru elementul cache"
 
-#: ../../mod/photos.php:165
-msgid "Album not found."
-msgstr "Album negăsit"
+#: ../../mod/admin.php:685
+msgid "Cache duration in seconds"
+msgstr "Durata Cache în secunde"
 
-#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1206
-msgid "Delete Album"
-msgstr "Şterge Album"
+#: ../../mod/admin.php:685
+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 "Cât de mult ar trebui păstrate fișierele cache? Valoarea implicită este de 86400 de secunde (O zi). Pentru a dezactiva elementul cache, stabilește valoarea la -1."
 
-#: ../../mod/photos.php:198
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?"
+#: ../../mod/admin.php:686
+msgid "Maximum numbers of comments per post"
+msgstr "Numărul maxim de comentarii per post"
 
-#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1513
-msgid "Delete Photo"
-msgstr "Şterge  Poza"
+#: ../../mod/admin.php:686
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "Câte comentarii ar trebui afișate pentru fiecare postare? Valoarea implicită este 100."
 
-#: ../../mod/photos.php:287
-msgid "Do you really want to delete this photo?"
-msgstr "Sigur doriți să ștergeți această fotografie?"
+#: ../../mod/admin.php:687
+msgid "Path for lock file"
+msgstr "Cale pentru blocare fișiere"
 
-#: ../../mod/photos.php:662
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s a fost etichetat în %2$s de către %3$s"
+#: ../../mod/admin.php:688
+msgid "Temp path"
+msgstr "Calea Temp"
 
-#: ../../mod/photos.php:662
-msgid "a photo"
-msgstr "o poză"
+#: ../../mod/admin.php:689
+msgid "Base path to installation"
+msgstr "Calea de bază pentru instalare"
 
-#: ../../mod/photos.php:767
-msgid "Image exceeds size limit of "
-msgstr "Dimensiunea imaginii depăşeşte limita de"
+#: ../../mod/admin.php:690
+msgid "Disable picture proxy"
+msgstr ""
 
-#: ../../mod/photos.php:775
-msgid "Image file is empty."
-msgstr "Fișierul imagine este gol."
+#: ../../mod/admin.php:690
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr ""
 
-#: ../../mod/photos.php:930
-msgid "No photos selected"
-msgstr "Nici-o fotografie selectată"
+#: ../../mod/admin.php:691
+msgid "Enable old style pager"
+msgstr ""
 
-#: ../../mod/photos.php:1031 ../../mod/videos.php:226
-msgid "Access to this item is restricted."
-msgstr "Accesul la acest element este restricționat."
+#: ../../mod/admin.php:691
+msgid ""
+"The old style pager has page numbers but slows down massively the page "
+"speed."
+msgstr ""
 
-#: ../../mod/photos.php:1094
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Aţi folosit %1$.2f Mb din %2$.2f Mb de stocare foto."
+#: ../../mod/admin.php:692
+msgid "Only search in tags"
+msgstr ""
 
-#: ../../mod/photos.php:1129
-msgid "Upload Photos"
-msgstr "Încărcare Fotografii"
+#: ../../mod/admin.php:692
+msgid "On large systems the text search can slow down the system extremely."
+msgstr ""
 
-#: ../../mod/photos.php:1133 ../../mod/photos.php:1201
-msgid "New album name: "
-msgstr "Nume album nou:"
+#: ../../mod/admin.php:694
+msgid "New base url"
+msgstr "URL de bază nou"
 
-#: ../../mod/photos.php:1134
-msgid "or existing album name: "
-msgstr "sau numele unui album existent:"
+#: ../../mod/admin.php:711
+msgid "Update has been marked successful"
+msgstr "Actualizarea a fost marcată cu succes"
 
-#: ../../mod/photos.php:1135
-msgid "Do not show a status post for this upload"
-msgstr "Nu afișa un status pentru această încărcare"
+#: ../../mod/admin.php:719
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Actualizarea structurii bazei de date %s a fost aplicată cu succes."
 
-#: ../../mod/photos.php:1137 ../../mod/photos.php:1508
-msgid "Permissions"
-msgstr "Permisiuni"
+#: ../../mod/admin.php:722
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr ""
 
-#: ../../mod/photos.php:1146 ../../mod/photos.php:1517
-#: ../../mod/settings.php:1145
-msgid "Show to Groups"
-msgstr "Afișare pentru Grupuri"
+#: ../../mod/admin.php:734
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Executarea %s a eșuat cu eroarea : %s"
 
-#: ../../mod/photos.php:1147 ../../mod/photos.php:1518
-#: ../../mod/settings.php:1146
-msgid "Show to Contacts"
-msgstr "Afişează la Contacte"
+#: ../../mod/admin.php:737
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Actualizarea %s a fost aplicată cu succes."
 
-#: ../../mod/photos.php:1148
-msgid "Private Photo"
-msgstr "Poze private"
+#: ../../mod/admin.php:741
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Actualizare %s nu a returnat nici-un status. Nu se știe dacă a reuşit."
 
-#: ../../mod/photos.php:1149
-msgid "Public Photo"
-msgstr "Poze Publice"
+#: ../../mod/admin.php:743
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr ""
 
-#: ../../mod/photos.php:1216
-msgid "Edit Album"
-msgstr "Editează Album"
+#: ../../mod/admin.php:762
+msgid "No failed updates."
+msgstr "Nici-o actualizare eșuată."
 
-#: ../../mod/photos.php:1222
-msgid "Show Newest First"
-msgstr "Afișează Întâi cele Noi"
+#: ../../mod/admin.php:763
+msgid "Check database structure"
+msgstr "Verifică structura bazei de date"
 
-#: ../../mod/photos.php:1224
-msgid "Show Oldest First"
-msgstr "Afișează Întâi cele Vechi"
+#: ../../mod/admin.php:768
+msgid "Failed Updates"
+msgstr "Actualizări Eșuate"
 
-#: ../../mod/photos.php:1257 ../../mod/photos.php:1800
-msgid "View Photo"
-msgstr "Vizualizare Fotografie"
+#: ../../mod/admin.php:769
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status."
 
-#: ../../mod/photos.php:1292
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permisiune refuzată. Accesul la acest element poate fi restricționat."
+#: ../../mod/admin.php:770
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)"
 
-#: ../../mod/photos.php:1294
-msgid "Photo not available"
-msgstr "Fotografia nu este disponibilă"
+#: ../../mod/admin.php:771
+msgid "Attempt to execute this update step automatically"
+msgstr "Se încearcă executarea automată a acestei etape de actualizare"
 
-#: ../../mod/photos.php:1350
-msgid "View photo"
-msgstr "Vezi foto"
+#: ../../mod/admin.php:803
+#, 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/photos.php:1350
-msgid "Edit photo"
-msgstr "Editează  poza"
+#: ../../mod/admin.php:806
+#, 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/photos.php:1351
-msgid "Use as profile photo"
-msgstr "Utilizați ca și fotografie de profil"
+#: ../../mod/admin.php:838 ../../include/user.php:413
+#, php-format
+msgid "Registration details for %s"
+msgstr "Detaliile de înregistrare pentru %s"
 
-#: ../../mod/photos.php:1376
-msgid "View Full Size"
-msgstr "Vizualizați la Dimensiunea Completă"
+#: ../../mod/admin.php:850
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s utilizator blocat/deblocat"
+msgstr[1] "%s utilizatori blocați/deblocați"
+msgstr[2] "%s de utilizatori blocați/deblocați"
 
-#: ../../mod/photos.php:1455
-msgid "Tags: "
-msgstr "Etichete:"
+#: ../../mod/admin.php:857
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s utilizator şters"
+msgstr[1] "%s utilizatori şterşi"
+msgstr[2] "%s utilizatori şterşi"
 
-#: ../../mod/photos.php:1458
-msgid "[Remove any tag]"
-msgstr "[Elimină orice etichetă]"
+#: ../../mod/admin.php:896
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Utilizator %s şters"
 
-#: ../../mod/photos.php:1498
-msgid "Rotate CW (right)"
-msgstr "Rotire spre dreapta"
+#: ../../mod/admin.php:904
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Utilizator %s deblocat"
 
-#: ../../mod/photos.php:1499
-msgid "Rotate CCW (left)"
-msgstr "Rotire spre stânga"
+#: ../../mod/admin.php:904
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Utilizator %s blocat"
 
-#: ../../mod/photos.php:1501
-msgid "New album name"
-msgstr "Nume Nou Album"
+#: ../../mod/admin.php:999
+msgid "Add User"
+msgstr "Adăugaţi Utilizator"
 
-#: ../../mod/photos.php:1504
-msgid "Caption"
-msgstr "Titlu"
+#: ../../mod/admin.php:1000
+msgid "select all"
+msgstr "selectează tot"
 
-#: ../../mod/photos.php:1506
-msgid "Add a Tag"
-msgstr "Adaugă un Tag"
+#: ../../mod/admin.php:1001
+msgid "User registrations waiting for confirm"
+msgstr "Înregistrarea utilizatorului, aşteaptă confirmarea"
+
+#: ../../mod/admin.php:1002
+msgid "User waiting for permanent deletion"
+msgstr "Utilizatorul așteaptă să fie șters definitiv"
 
-#: ../../mod/photos.php:1510
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping"
+#: ../../mod/admin.php:1003
+msgid "Request date"
+msgstr "Data cererii"
 
-#: ../../mod/photos.php:1519
-msgid "Private photo"
-msgstr "Poze private"
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1015 ../../mod/admin.php:1016
+#: ../../mod/admin.php:1031 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "Email"
 
-#: ../../mod/photos.php:1520
-msgid "Public photo"
-msgstr "Poze Publice"
+#: ../../mod/admin.php:1004
+msgid "No registrations."
+msgstr "Nici-o înregistrare."
 
-#: ../../mod/photos.php:1542 ../../include/conversation.php:1090
-msgid "Share"
-msgstr "Partajează"
+#: ../../mod/admin.php:1006
+msgid "Deny"
+msgstr "Respinge"
 
-#: ../../mod/photos.php:1806 ../../mod/videos.php:308
-msgid "View Album"
-msgstr "Vezi Album"
+#: ../../mod/admin.php:1010
+msgid "Site admin"
+msgstr "Site admin"
 
-#: ../../mod/photos.php:1815
-msgid "Recent Photos"
-msgstr "Poze Recente"
+#: ../../mod/admin.php:1011
+msgid "Account expired"
+msgstr "Cont expirat"
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Niciun profil"
+#: ../../mod/admin.php:1014
+msgid "New User"
+msgstr "Utilizator Nou"
 
-#: ../../mod/register.php:90
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare."
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
+msgid "Register date"
+msgstr "Data înregistrare"
 
-#: ../../mod/register.php:96
-#, 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 ""
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
+msgid "Last login"
+msgstr "Ultimul login"
 
-#: ../../mod/register.php:105
-msgid "Your registration can not be processed."
-msgstr "Înregistrarea dvs. nu poate fi procesată."
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
+msgid "Last item"
+msgstr "Ultimul element"
 
-#: ../../mod/register.php:148
-msgid "Your registration is pending approval by the site owner."
-msgstr "Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului."
+#: ../../mod/admin.php:1015
+msgid "Deleted since"
+msgstr "Șters din"
 
-#: ../../mod/register.php:186 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine."
+#: ../../mod/admin.php:1016 ../../mod/settings.php:36
+msgid "Account"
+msgstr "Cont"
 
-#: ../../mod/register.php:214
+#: ../../mod/admin.php:1018
 msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Puteți (opțional) să completaţi acest formular prin intermediul OpenID, introducând contul dvs. OpenID și apăsând pe 'Înregistrare'."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Utilizatorii selectați vor fi ştersi!\\n\\nTot ce au postat acești utilizatori pe acest site, va fi şters permanent!\\n\\nConfirmați?"
 
-#: ../../mod/register.php:215
+#: ../../mod/admin.php:1019
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor."
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Utilizatorul {0}  va fi şters!\\n\\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\\n\\nConfirmați?"
 
-#: ../../mod/register.php:216
-msgid "Your OpenID (optional): "
-msgstr "Contul dvs. OpenID (opţional):"
+#: ../../mod/admin.php:1029
+msgid "Name of the new user."
+msgstr "Numele noului utilizator."
 
-#: ../../mod/register.php:230
-msgid "Include your profile in member directory?"
-msgstr "Includeți profilul dvs în directorul de membru?"
+#: ../../mod/admin.php:1030
+msgid "Nickname"
+msgstr "Pseudonim"
 
-#: ../../mod/register.php:251
-msgid "Membership on this site is by invitation only."
-msgstr "Aderare pe acest site, este posibilă doar pe bază de invitație."
+#: ../../mod/admin.php:1030
+msgid "Nickname of the new user."
+msgstr "Pseudonimul noului utilizator."
 
-#: ../../mod/register.php:252
-msgid "Your invitation ID: "
-msgstr "ID invitaţiei dvs:"
+#: ../../mod/admin.php:1031
+msgid "Email address of the new user."
+msgstr "Adresa de e-mail a utilizatorului nou."
 
-#: ../../mod/register.php:263
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Numele Complet (de ex. Joe Smith):"
+#: ../../mod/admin.php:1064
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Modulul %s a fost dezactivat."
 
-#: ../../mod/register.php:264
-msgid "Your Email Address: "
-msgstr "Adresa dvs de mail:"
+#: ../../mod/admin.php:1068
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Modulul %s a fost activat."
 
-#: ../../mod/register.php:265
-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 "Alegeţi un pseudonim de profil. Aceasta trebuie să înceapă cu un caracter text. Adresa profilului dvs. de pe acest site va fi de forma '<strong>pseudonim@$sitename</strong>'."
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1294
+msgid "Disable"
+msgstr "Dezactivează"
 
-#: ../../mod/register.php:266
-msgid "Choose a nickname: "
-msgstr "Alegeţi un pseudonim:"
+#: ../../mod/admin.php:1080 ../../mod/admin.php:1296
+msgid "Enable"
+msgstr "Activează"
 
-#: ../../mod/register.php:269 ../../boot.php:1215 ../../include/nav.php:109
-msgid "Register"
-msgstr "Înregistrare"
+#: ../../mod/admin.php:1103 ../../mod/admin.php:1324
+msgid "Toggle"
+msgstr "Comutare"
 
-#: ../../mod/register.php:275 ../../mod/uimport.php:64
-msgid "Import"
-msgstr "Import"
+#: ../../mod/admin.php:1111 ../../mod/admin.php:1334
+msgid "Author: "
+msgstr "Autor: "
 
-#: ../../mod/register.php:276
-msgid "Import your profile to this friendica instance"
-msgstr "Importați profilul dvs. în această instanță friendica"
+#: ../../mod/admin.php:1112 ../../mod/admin.php:1335
+msgid "Maintainer: "
+msgstr "Responsabil:"
 
-#: ../../mod/lostpass.php:19
-msgid "No valid account found."
-msgstr "Nici-un cont valid găsit."
+#: ../../mod/admin.php:1254
+msgid "No themes found."
+msgstr "Nici-o temă găsită."
 
-#: ../../mod/lostpass.php:35
-msgid "Password reset request issued. Check your email."
-msgstr "Solicitarea de Resetare Parolă a fost emisă. Verificați-vă emailul."
+#: ../../mod/admin.php:1316
+msgid "Screenshot"
+msgstr "Screenshot"
 
-#: ../../mod/lostpass.php:42
-#, 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 ""
+#: ../../mod/admin.php:1362
+msgid "[Experimental]"
+msgstr "[Experimental]"
 
-#: ../../mod/lostpass.php:53
-#, 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 ""
+#: ../../mod/admin.php:1363
+msgid "[Unsupported]"
+msgstr "[Unsupported]"
 
-#: ../../mod/lostpass.php:72
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Solicitarea de resetare a parolei a fost făcută la %s"
+#: ../../mod/admin.php:1390
+msgid "Log settings updated."
+msgstr "Jurnalul de configurări fost actualizat."
 
-#: ../../mod/lostpass.php:92
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Solicitarea nu se poate verifica. (Este posibil să fi solicitat-o anterior.) Resetarea parolei a eșuat."
+#: ../../mod/admin.php:1446
+msgid "Clear"
+msgstr "Curăţă"
 
-#: ../../mod/lostpass.php:109 ../../boot.php:1254
-msgid "Password Reset"
-msgstr "Resetare Parolă"
+#: ../../mod/admin.php:1452
+msgid "Enable Debugging"
+msgstr "Activează Depanarea"
 
-#: ../../mod/lostpass.php:110
-msgid "Your password has been reset as requested."
-msgstr "Parola a fost resetată conform solicitării."
+#: ../../mod/admin.php:1453
+msgid "Log file"
+msgstr "Fişier Log "
 
-#: ../../mod/lostpass.php:111
-msgid "Your new password is"
-msgstr "Noua dvs. parolă este"
+#: ../../mod/admin.php:1453
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Trebuie să fie inscriptibil pentru serverul web. Relativ la directoul dvs. superior Friendica."
 
-#: ../../mod/lostpass.php:112
-msgid "Save or copy your new password - and then"
-msgstr "Salvați sau copiați noua dvs. parolă - şi apoi"
+#: ../../mod/admin.php:1454
+msgid "Log level"
+msgstr "Nivel log"
 
-#: ../../mod/lostpass.php:113
-msgid "click here to login"
-msgstr "click aici pentru logare"
+#: ../../mod/admin.php:1504
+msgid "Close"
+msgstr "Închide"
 
-#: ../../mod/lostpass.php:114
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Parola poate fi schimbată din pagina de <em>Configurări</em> după autentificarea cu succes."
+#: ../../mod/admin.php:1510
+msgid "FTP Host"
+msgstr "FTP Host"
 
-#: ../../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 ""
+#: ../../mod/admin.php:1511
+msgid "FTP Path"
+msgstr "FTP Path"
 
-#: ../../mod/lostpass.php:131
-#, 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 ""
+#: ../../mod/admin.php:1512
+msgid "FTP User"
+msgstr "FTP User"
 
-#: ../../mod/lostpass.php:147
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Parola dumneavoastră a fost schimbată la %s"
+#: ../../mod/admin.php:1513
+msgid "FTP Password"
+msgstr "FTP Parolă"
 
-#: ../../mod/lostpass.php:159
-msgid "Forgot your Password?"
-msgstr "Ați uitat Parola?"
+#: ../../mod/network.php:142
+msgid "Search Results For:"
+msgstr "Rezultatele Căutării Pentru:"
 
-#: ../../mod/lostpass.php:160
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare."
+#: ../../mod/network.php:185 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Eliminare termen"
 
-#: ../../mod/lostpass.php:161
-msgid "Nickname or Email: "
-msgstr "Pseudonim sau Email:"
+#: ../../mod/network.php:194 ../../mod/search.php:30
+#: ../../include/features.php:42
+msgid "Saved Searches"
+msgstr "Căutări Salvate"
 
-#: ../../mod/lostpass.php:162
-msgid "Reset"
-msgstr "Reset"
+#: ../../mod/network.php:195 ../../include/group.php:275
+msgid "add"
+msgstr "add"
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
-msgstr "Sistemul este suspendat pentru întreținere"
+#: ../../mod/network.php:356
+msgid "Commented Order"
+msgstr "Ordonare Comentarii"
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Elementul nu este disponibil."
+#: ../../mod/network.php:359
+msgid "Sort by Comment Date"
+msgstr "Sortare după Data Comentariului"
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Element negăsit."
+#: ../../mod/network.php:362
+msgid "Posted Order"
+msgstr "Ordonare Postări"
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "Aplicații"
+#: ../../mod/network.php:365
+msgid "Sort by Post Date"
+msgstr "Sortare după Data Postării"
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "Nu există aplicații instalate."
+#: ../../mod/network.php:374
+msgid "Posts that mention or involve you"
+msgstr "Postări ce vă menționează sau vă implică"
 
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "Ajutor:"
+#: ../../mod/network.php:380
+msgid "New"
+msgstr "Nou"
 
-#: ../../mod/help.php:84 ../../include/nav.php:114
-msgid "Help"
-msgstr "Ajutor"
+#: ../../mod/network.php:383
+msgid "Activity Stream - by date"
+msgstr "Flux Activități - după dată"
 
-#: ../../mod/contacts.php:107
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited"
-msgstr[0] "%d contact editat."
-msgstr[1] "%d contacte editate."
-msgstr[2] "%d de contacte editate."
+#: ../../mod/network.php:389
+msgid "Shared Links"
+msgstr "Linkuri partajate"
 
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:267
-msgid "Could not access contact record."
-msgstr "Nu se poate accesa registrul contactului."
+#: ../../mod/network.php:392
+msgid "Interesting Links"
+msgstr "Legături Interesante"
 
-#: ../../mod/contacts.php:152
-msgid "Could not locate selected profile."
-msgstr "Nu se poate localiza profilul selectat."
+#: ../../mod/network.php:398
+msgid "Starred"
+msgstr "Cu steluță"
 
-#: ../../mod/contacts.php:181
-msgid "Contact updated."
-msgstr "Contact actualizat."
+#: ../../mod/network.php:401
+msgid "Favourite Posts"
+msgstr "Postări Favorite"
 
-#: ../../mod/contacts.php:282
-msgid "Contact has been blocked"
-msgstr "Contactul a fost blocat"
+#: ../../mod/network.php:463
+#, php-format
+msgid "Warning: This group contains %s member from an insecure network."
+msgid_plural ""
+"Warning: This group contains %s members from an insecure network."
+msgstr[0] "Atenție: Acest grup conţine %s membru dintr-o reţea nesigură."
+msgstr[1] "Atenție: Acest grup conţine %s membrii dintr-o reţea nesigură."
+msgstr[2] "Atenție: Acest grup conţine %s de membrii dintr-o reţea nesigură."
 
-#: ../../mod/contacts.php:282
-msgid "Contact has been unblocked"
-msgstr "Contactul a fost deblocat"
+#: ../../mod/network.php:466
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "Mesajele private către acest grup sunt supuse riscului de divulgare publică."
 
-#: ../../mod/contacts.php:293
-msgid "Contact has been ignored"
-msgstr "Contactul a fost ignorat"
+#: ../../mod/network.php:520 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Membrii"
 
-#: ../../mod/contacts.php:293
-msgid "Contact has been unignored"
-msgstr "Contactul a fost neignorat"
+#: ../../mod/network.php:537 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "Grupul este gol"
 
-#: ../../mod/contacts.php:305
-msgid "Contact has been archived"
-msgstr "Contactul a fost arhivat"
+#: ../../mod/network.php:544 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Grup:"
 
-#: ../../mod/contacts.php:305
-msgid "Contact has been unarchived"
-msgstr "Contactul a fost dezarhivat"
+#: ../../mod/network.php:554
+msgid "Contact"
+msgstr "Contact"
 
-#: ../../mod/contacts.php:330 ../../mod/contacts.php:703
-msgid "Do you really want to delete this contact?"
-msgstr "Sigur doriți să ștergeți acest contact?"
+#: ../../mod/network.php:556
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Mesajele private către această persoană sunt supuse riscului de divulgare publică."
 
-#: ../../mod/contacts.php:347
-msgid "Contact has been removed."
-msgstr "Contactul a fost înlăturat."
+#: ../../mod/network.php:561
+msgid "Invalid contact."
+msgstr "Invalid contact."
 
-#: ../../mod/contacts.php:385
+#: ../../mod/allfriends.php:34
 #, php-format
-msgid "You are mutual friends with %s"
-msgstr "Sunteţi prieten comun cu %s"
+msgid "Friends of %s"
+msgstr "Prieteni cu %s"
 
-#: ../../mod/contacts.php:389
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Împărtășiți cu %s"
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "Nici-un prieten de afișat."
 
-#: ../../mod/contacts.php:394
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s împărtăşeşte cu dvs."
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "Titlul evenimentului şi timpul de pornire sunt necesare."
 
-#: ../../mod/contacts.php:411
-msgid "Private communications are not available for this contact."
-msgstr "Comunicaţiile private nu sunt disponibile pentru acest contact."
+#: ../../mod/events.php:291
+msgid "l, F j"
+msgstr "l, F j"
 
-#: ../../mod/contacts.php:418
-msgid "(Update was successful)"
-msgstr "(Actualizare a reuşit)"
+#: ../../mod/events.php:313
+msgid "Edit event"
+msgstr "Editează eveniment"
 
-#: ../../mod/contacts.php:418
-msgid "(Update was not successful)"
-msgstr "(Actualizare nu a reuşit)"
+#: ../../mod/events.php:335 ../../include/text.php:1647
+#: ../../include/text.php:1657
+msgid "link to source"
+msgstr "link către sursă"
 
-#: ../../mod/contacts.php:420
-msgid "Suggest friends"
-msgstr "Sugeraţi prieteni"
+#: ../../mod/events.php:370 ../../boot.php:2143 ../../include/nav.php:80
+#: ../../view/theme/diabook/theme.php:127
+msgid "Events"
+msgstr "Evenimente"
 
-#: ../../mod/contacts.php:424
-#, php-format
-msgid "Network type: %s"
-msgstr "Tipul rețelei: %s"
+#: ../../mod/events.php:371
+msgid "Create New Event"
+msgstr "Crează eveniment nou"
+
+#: ../../mod/events.php:372
+msgid "Previous"
+msgstr "Precedent"
+
+#: ../../mod/events.php:373 ../../mod/install.php:207
+msgid "Next"
+msgstr "Next"
+
+#: ../../mod/events.php:446
+msgid "hour:minute"
+msgstr "ore:minute"
+
+#: ../../mod/events.php:456
+msgid "Event details"
+msgstr "Detalii eveniment"
 
-#: ../../mod/contacts.php:427 ../../include/contact_widgets.php:200
+#: ../../mod/events.php:457
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contact în comun"
-msgstr[1] "%d contacte în comun"
-msgstr[2] "%d de contacte în comun"
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Formatul este %s %s.Data de începere și Titlul sunt necesare."
 
-#: ../../mod/contacts.php:432
-msgid "View all contacts"
-msgstr "Vezi toate contactele"
+#: ../../mod/events.php:459
+msgid "Event Starts:"
+msgstr "Evenimentul Începe:"
 
-#: ../../mod/contacts.php:440
-msgid "Toggle Blocked status"
-msgstr "Comutare status Blocat"
+#: ../../mod/events.php:459 ../../mod/events.php:473
+msgid "Required"
+msgstr "Cerut"
 
-#: ../../mod/contacts.php:443 ../../mod/contacts.php:497
-#: ../../mod/contacts.php:707
-msgid "Unignore"
-msgstr "Anulare ignorare"
+#: ../../mod/events.php:462
+msgid "Finish date/time is not known or not relevant"
+msgstr "Data/ora de finalizare nu este cunoscută sau nu este relevantă"
 
-#: ../../mod/contacts.php:446
-msgid "Toggle Ignored status"
-msgstr "Comutaţi status Ignorat"
+#: ../../mod/events.php:464
+msgid "Event Finishes:"
+msgstr "Evenimentul se Finalizează:"
 
-#: ../../mod/contacts.php:450 ../../mod/contacts.php:708
-msgid "Unarchive"
-msgstr "Dezarhivează"
+#: ../../mod/events.php:467
+msgid "Adjust for viewer timezone"
+msgstr "Reglați pentru fusul orar al vizitatorului"
 
-#: ../../mod/contacts.php:450 ../../mod/contacts.php:708
-msgid "Archive"
-msgstr "Arhivează"
+#: ../../mod/events.php:469
+msgid "Description:"
+msgstr "Descriere:"
 
-#: ../../mod/contacts.php:453
-msgid "Toggle Archive status"
-msgstr "Comutaţi status Arhivat"
+#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1648
+#: ../../include/bb2diaspora.php:170 ../../include/event.php:40
+msgid "Location:"
+msgstr "Locaţie:"
 
-#: ../../mod/contacts.php:456
-msgid "Repair"
-msgstr "Repară"
+#: ../../mod/events.php:473
+msgid "Title:"
+msgstr "Titlu:"
 
-#: ../../mod/contacts.php:459
-msgid "Advanced Contact Settings"
-msgstr "Configurări Avansate Contacte"
+#: ../../mod/events.php:475
+msgid "Share this event"
+msgstr "Partajează acest eveniment"
 
-#: ../../mod/contacts.php:465
-msgid "Communications lost with this contact!"
-msgstr "S-a pierdut conexiunea cu acest contact!"
+#: ../../mod/content.php:437 ../../mod/content.php:740
+#: ../../mod/photos.php:1653 ../../object/Item.php:129
+#: ../../include/conversation.php:613
+msgid "Select"
+msgstr "Select"
 
-#: ../../mod/contacts.php:468
-msgid "Contact Editor"
-msgstr "Editor Contact"
+#: ../../mod/content.php:471 ../../mod/content.php:852
+#: ../../mod/content.php:853 ../../object/Item.php:326
+#: ../../object/Item.php:327 ../../include/conversation.php:654
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Vizualizaţi profilul %s @ %s"
 
-#: ../../mod/contacts.php:471
-msgid "Profile Visibility"
-msgstr "Vizibilitate Profil"
+#: ../../mod/content.php:481 ../../mod/content.php:864
+#: ../../object/Item.php:340 ../../include/conversation.php:674
+#, php-format
+msgid "%s from %s"
+msgstr "%s de la %s"
+
+#: ../../mod/content.php:497 ../../include/conversation.php:690
+msgid "View in context"
+msgstr "Vizualizare în context"
 
-#: ../../mod/contacts.php:472
+#: ../../mod/content.php:603 ../../object/Item.php:387
 #, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Vă rugăm să alegeţi profilul pe care doriţi să îl afişaţi pentru %s când acesta vă vizitează profuilul în mod securizat."
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentariu"
+msgstr[1] "%d comentarii"
+msgstr[2] "%d comentarii"
 
-#: ../../mod/contacts.php:473
-msgid "Contact Information / Notes"
-msgstr "Informaţii de Contact / Note"
+#: ../../mod/content.php:605 ../../object/Item.php:389
+#: ../../object/Item.php:402 ../../include/text.php:1972
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "comentariu"
+msgstr[1] "comentarii"
+msgstr[2] "comentarii"
 
-#: ../../mod/contacts.php:474
-msgid "Edit contact notes"
-msgstr "Editare note de contact"
+#: ../../mod/content.php:606 ../../boot.php:751 ../../object/Item.php:390
+#: ../../include/contact_widgets.php:205
+msgid "show more"
+msgstr "mai mult"
 
-#: ../../mod/contacts.php:480
-msgid "Block/Unblock contact"
-msgstr "Blocare/Deblocare contact"
+#: ../../mod/content.php:620 ../../mod/photos.php:1359
+#: ../../object/Item.php:116
+msgid "Private Message"
+msgstr " Mesaj Privat"
 
-#: ../../mod/contacts.php:481
-msgid "Ignore contact"
-msgstr "Ignorare contact"
+#: ../../mod/content.php:684 ../../mod/photos.php:1542
+#: ../../object/Item.php:231
+msgid "I like this (toggle)"
+msgstr "I like asta (toggle)"
 
-#: ../../mod/contacts.php:482
-msgid "Repair URL settings"
-msgstr "Remediere configurări URL"
+#: ../../mod/content.php:684 ../../object/Item.php:231
+msgid "like"
+msgstr "like"
 
-#: ../../mod/contacts.php:483
-msgid "View conversations"
-msgstr "Vizualizaţi conversaţii"
+#: ../../mod/content.php:685 ../../mod/photos.php:1543
+#: ../../object/Item.php:232
+msgid "I don't like this (toggle)"
+msgstr "nu îmi place aceasta (comutare)"
 
-#: ../../mod/contacts.php:485
-msgid "Delete contact"
-msgstr "Şterge contact"
+#: ../../mod/content.php:685 ../../object/Item.php:232
+msgid "dislike"
+msgstr "dislike"
 
-#: ../../mod/contacts.php:489
-msgid "Last update:"
-msgstr "Ultima actualizare:"
+#: ../../mod/content.php:687 ../../object/Item.php:234
+msgid "Share this"
+msgstr "Partajează"
 
-#: ../../mod/contacts.php:491
-msgid "Update public posts"
-msgstr "Actualizare postări publice"
+#: ../../mod/content.php:687 ../../object/Item.php:234
+msgid "share"
+msgstr "partajează"
 
-#: ../../mod/contacts.php:500
-msgid "Currently blocked"
-msgstr "Blocat în prezent"
+#: ../../mod/content.php:707 ../../mod/photos.php:1562
+#: ../../mod/photos.php:1606 ../../mod/photos.php:1694
+#: ../../object/Item.php:675
+msgid "This is you"
+msgstr "Acesta eşti tu"
 
-#: ../../mod/contacts.php:501
-msgid "Currently ignored"
-msgstr "Ignorat în prezent"
+#: ../../mod/content.php:709 ../../mod/photos.php:1564
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:750
+#: ../../object/Item.php:361 ../../object/Item.php:677
+msgid "Comment"
+msgstr "Comentariu"
 
-#: ../../mod/contacts.php:502
-msgid "Currently archived"
-msgstr "Arhivat în prezent"
+#: ../../mod/content.php:711 ../../object/Item.php:679
+msgid "Bold"
+msgstr "Bold"
 
-#: ../../mod/contacts.php:503
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Răspunsurile/aprecierile pentru postările dvs. publice <strong>ar putea</strong> fi încă vizibile"
+#: ../../mod/content.php:712 ../../object/Item.php:680
+msgid "Italic"
+msgstr "Italic"
 
-#: ../../mod/contacts.php:504
-msgid "Notification for new posts"
-msgstr "Notificare de postări noi"
+#: ../../mod/content.php:713 ../../object/Item.php:681
+msgid "Underline"
+msgstr "Subliniat"
 
-#: ../../mod/contacts.php:504
-msgid "Send a notification of every new post of this contact"
-msgstr "Trimiteți o notificare despre fiecare postare nouă a acestui contact"
+#: ../../mod/content.php:714 ../../object/Item.php:682
+msgid "Quote"
+msgstr "Citat"
 
-#: ../../mod/contacts.php:505
-msgid "Fetch further information for feeds"
-msgstr "Preluare informaţii suplimentare pentru fluxuri"
+#: ../../mod/content.php:715 ../../object/Item.php:683
+msgid "Code"
+msgstr "Code"
 
-#: ../../mod/contacts.php:556
-msgid "Suggestions"
-msgstr "Sugestii"
+#: ../../mod/content.php:716 ../../object/Item.php:684
+msgid "Image"
+msgstr "Imagine"
 
-#: ../../mod/contacts.php:559
-msgid "Suggest potential friends"
-msgstr "Sugeraţi prieteni potențiali"
+#: ../../mod/content.php:717 ../../object/Item.php:685
+msgid "Link"
+msgstr "Link"
 
-#: ../../mod/contacts.php:562 ../../mod/group.php:194
-msgid "All Contacts"
-msgstr "Toate Contactele"
+#: ../../mod/content.php:718 ../../object/Item.php:686
+msgid "Video"
+msgstr "Video"
 
-#: ../../mod/contacts.php:565
-msgid "Show all contacts"
-msgstr "Afişează toate contactele"
+#: ../../mod/content.php:719 ../../mod/editpost.php:145
+#: ../../mod/photos.php:1566 ../../mod/photos.php:1610
+#: ../../mod/photos.php:1698 ../../object/Item.php:687
+#: ../../include/conversation.php:1126
+msgid "Preview"
+msgstr "Previzualizare"
 
-#: ../../mod/contacts.php:568
-msgid "Unblocked"
-msgstr "Deblocat"
+#: ../../mod/content.php:728 ../../mod/settings.php:676
+#: ../../object/Item.php:120
+msgid "Edit"
+msgstr "Edit"
 
-#: ../../mod/contacts.php:571
-msgid "Only show unblocked contacts"
-msgstr "Se afişează numai contactele deblocate"
+#: ../../mod/content.php:753 ../../object/Item.php:195
+msgid "add star"
+msgstr "add stea"
 
-#: ../../mod/contacts.php:575
-msgid "Blocked"
-msgstr "Blocat"
+#: ../../mod/content.php:754 ../../object/Item.php:196
+msgid "remove star"
+msgstr "înlătură stea"
 
-#: ../../mod/contacts.php:578
-msgid "Only show blocked contacts"
-msgstr "Se afişează numai contactele blocate"
+#: ../../mod/content.php:755 ../../object/Item.php:197
+msgid "toggle star status"
+msgstr "comută status steluță"
 
-#: ../../mod/contacts.php:582
-msgid "Ignored"
-msgstr "Ignorat"
+#: ../../mod/content.php:758 ../../object/Item.php:200
+msgid "starred"
+msgstr "cu steluță"
 
-#: ../../mod/contacts.php:585
-msgid "Only show ignored contacts"
-msgstr "Se afişează numai contactele ignorate"
+#: ../../mod/content.php:759 ../../object/Item.php:220
+msgid "add tag"
+msgstr "add tag"
 
-#: ../../mod/contacts.php:589
-msgid "Archived"
-msgstr "Arhivat"
+#: ../../mod/content.php:763 ../../object/Item.php:133
+msgid "save to folder"
+msgstr "salvează în directorul"
 
-#: ../../mod/contacts.php:592
-msgid "Only show archived contacts"
-msgstr "Se afişează numai contactele arhivate"
+#: ../../mod/content.php:854 ../../object/Item.php:328
+msgid "to"
+msgstr "către"
 
-#: ../../mod/contacts.php:596
-msgid "Hidden"
-msgstr "Ascuns"
+#: ../../mod/content.php:855 ../../object/Item.php:330
+msgid "Wall-to-Wall"
+msgstr "Perete-prin-Perete"
 
-#: ../../mod/contacts.php:599
-msgid "Only show hidden contacts"
-msgstr "Se afişează numai contactele ascunse"
+#: ../../mod/content.php:856 ../../object/Item.php:331
+msgid "via Wall-To-Wall:"
+msgstr "via Perete-Prin-Perete"
 
-#: ../../mod/contacts.php:647
-msgid "Mutual Friendship"
-msgstr "Prietenie Reciprocă"
+#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
+msgid "Remove My Account"
+msgstr "Șterge Contul Meu"
 
-#: ../../mod/contacts.php:651
-msgid "is a fan of yours"
-msgstr "este fanul  dvs."
+#: ../../mod/removeme.php:47
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă."
 
-#: ../../mod/contacts.php:655
-msgid "you are a fan of"
-msgstr "sunteţi un fan al"
+#: ../../mod/removeme.php:48
+msgid "Please enter your password for verification:"
+msgstr "Vă rugăm să introduceţi parola dvs. pentru verificare:"
 
-#: ../../mod/contacts.php:694 ../../view/theme/diabook/theme.php:125
-#: ../../include/nav.php:175
-msgid "Contacts"
-msgstr "Contacte"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr "Serverul de Comunicații Friendica - Instalare"
 
-#: ../../mod/contacts.php:698
-msgid "Search your contacts"
-msgstr "Căutare contacte"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "Nu se poate face conectarea cu baza de date."
 
-#: ../../mod/contacts.php:699 ../../mod/directory.php:61
-msgid "Finding: "
-msgstr "Găsire:"
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "Nu se poate crea tabelul."
 
-#: ../../mod/contacts.php:700 ../../mod/directory.php:63
-#: ../../include/contact_widgets.php:34
-msgid "Find"
-msgstr "Căutare"
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "Baza dvs. de date Friendica, a fost instalată."
 
-#: ../../mod/contacts.php:705 ../../mod/settings.php:132
-#: ../../mod/settings.php:637
-msgid "Update"
-msgstr "Actualizare"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Este posibil să fie nevoie să importați manual fişierul \"database.sql\" folosind phpmyadmin sau mysql."
 
-#: ../../mod/videos.php:125
-msgid "No videos selected"
-msgstr "Nici-un clip video selectat"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:525
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Vă rugăm să consultaţi fişierul  \"INSTALL.txt\"."
 
-#: ../../mod/videos.php:317
-msgid "Recent Videos"
-msgstr "Clipuri video recente"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Verificare sistem"
 
-#: ../../mod/videos.php:319
-msgid "Upload New Videos"
-msgstr "Încărcaţi Clipuri Video Noi"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Reverificare"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Prieteni Comuni"
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Conexiunea cu baza de date"
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Nici-un contact în comun"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date."
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Contact addăugat"
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări."
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "Mutaţi contul"
+#: ../../mod/install.php:230
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua."
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr "Puteţi importa un cont dintr-un alt server Friendica."
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Nume Server Bază de date"
 
-#: ../../mod/uimport.php:68
-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 "Trebuie să vă exportați contul din vechiul server şi să-l încărcaţi aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de altfel să vă informăm prietenii că v-ați mutat aici."
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Nume Autentificare Bază de date"
+
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Parola de Autentificare Bază de date"
 
-#: ../../mod/uimport.php:69
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr "Această caracteristică este experimentală. Nu putem importa contactele din reţeaua OStatus (statusnet/identi.ca) sau din Diaspora"
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Nume Bază de date"
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "Fişier Cont"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "Adresa de email a administratorului de site"
 
-#: ../../mod/uimport.php:70
+#: ../../mod/install.php:238 ../../mod/install.php:277
 msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "Pentru a vă exporta contul, deplasaţi-vă la  \"Configurări- >Export date personale \" şi selectaţi  \"Exportare cont \""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web."
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s urmărește %3$s postată %2$s"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs."
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Prieteni cu %s"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Configurări Site"
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "Nici-un prieten de afișat."
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului web."
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Etichetă eliminată"
+#: ../../mod/install.php:322
+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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Dacă nu aveţi o versiune a liniei de comandă PHP instalată pe server, nu veţi putea să efectuaţi interogări ciclice în fundal prin funcția cron. Consultaţi <a href='http://friendica.com/node/27'>'Activarea sarcinilor programate' </a>"
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Eliminați Eticheta Elementului"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "Calea de executare PHP"
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Selectați o etichetă de eliminat:"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea."
 
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139
-msgid "Remove"
-msgstr "Eliminare"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "linie comandă PHP"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Bun Venit la Friendica"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "Executabilul PHP nu este de formă binară php-cli (ar putea fi versiunea cgi-fgci)"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Lista de Verificare Membrii Noi"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "Versiune PHP identificată:"
 
-#: ../../mod/newmember.php:12
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr "Versiune binară PHP-cli"
+
+#: ../../mod/install.php:354
 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 "Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere."
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Versiunea liniei de comandă PHP de pe sistemul dumneavoastră nu are comanda \"register_argc_argv\" activată."
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Noțiuni de Bază"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Aceasta este necesară pentru a funcționa livrarea de mesaje."
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Ghidul de Prezentare Friendica"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../mod/newmember.php:18
+#: ../../mod/install.php:378
 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 "Pe pagina dvs. de <em>Pornire Rapidă</em>  - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați."
-
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Mergeți la Configurări"
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Eroare: funcția \"openssl_pkey_new\" de pe acest sistem nu este capabilă să genereze chei de criptare"
 
-#: ../../mod/newmember.php:26
+#: ../../mod/install.php:379
 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 "Din pagina dvs. de <em>Configurări</em> - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită."
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Dacă rulează pe Windows, vă rugăm să consultaţi \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: ../../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 "Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească."
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Generare chei de criptare"
 
-#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
-#: ../../view/theme/diabook/theme.php:124 ../../boot.php:2090
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
-#: ../../include/nav.php:77
-msgid "Profile"
-msgstr "Profil"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "Modulul PHP libCurl"
 
-#: ../../mod/newmember.php:36 ../../mod/profiles.php:658
-#: ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Încărcare Fotografie Profil"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "Modulul PHP grafică GD"
 
-#: ../../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 "Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale."
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "Modulul PHP OpenSSL"
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Editare Profil"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "Modulul PHP mysqli"
 
-#: ../../mod/newmember.php:38
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "Modulul PHP mb_string"
+
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Modulul Apache mod_rewrite"
+
+#: ../../mod/install.php:397
 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ţi-vă profilul <strong>Implicit</strong> după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți."
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat."
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Cuvinte-Cheie Profil"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat."
 
-#: ../../mod/newmember.php:40
+#: ../../mod/install.php:409
 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 "Stabiliți câteva cuvinte-cheie publice pentru profilul dvs. implicit, cuvinte ce descriu cel mai bine interesele dvs. Vom putea astfel găsi alte persoane cu interese similare și vă vom sugera prietenia lor."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat."
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Conectare"
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat."
 
-#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Eroare: modulul PHP mysqli este necesar dar nu este instalat."
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Autorizați Conectorul Facebook dacă dețineți în prezent un cont pe Facebook, şi vom importa (opțional) toți prietenii și toate conversațiile de pe Facebook."
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Eroare: modulul PHP mb_string este necesar dar nu este instalat."
 
-#: ../../mod/newmember.php:51
+#: ../../mod/install.php:438
 msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr "<em>Dacă</em> aceasta este propriul dvs. server, instalarea suplimentului Facebook, vă poate uşura tranziţia la reţeaua socială web gratuită."
-
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr "Importare Email-uri"
+"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 "Expertul de instalare web  trebuie să poată crea un fișier numit \".htconfig.php\" în dosarul superior al serverului dvs. web, şi nu poate face acest lucru."
 
-#: ../../mod/newmember.php:56
+#: ../../mod/install.php:439
 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ţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din  Căsuța dvs. de Mesaje Primite."
+"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 "Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi."
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "Dute la pagina ta Contacte "
+#: ../../mod/install.php:440
+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 "La finalul acestei proceduri, vă vom oferi un text pentru a-l salva într-un fişier numit .htconfig.php din dosarul dvs. superior Friendica."
 
-#: ../../mod/newmember.php:58
+#: ../../mod/install.php:441
 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 "Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul <em>Adăugare Contact Nou</em>."
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternativ, puteţi omite această procedură şi să efectuaţi o instalare manuală. Vă rugăm să consultaţi fişierul  \"INSTALL.txt\" pentru instrucțiuni."
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "Mergeţi la Directorul Site-ului"
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php este inscriptibil"
 
-#: ../../mod/newmember.php:60
+#: ../../mod/install.php:454
 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 "Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de <em>Conectare</em> sau <em>Urmărire</em> pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită."
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea."
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Găsire Persoane Noi"
+#: ../../mod/install.php:455
+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 "Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica."
 
-#: ../../mod/newmember.php:62
+#: ../../mod/install.php:456
 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 "Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore."
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar."
 
-#: ../../mod/newmember.php:66 ../../include/group.php:270
-msgid "Groups"
-msgstr "Groupuri"
+#: ../../mod/install.php:457
+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 "Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine."
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "Grupați-vă Contactele"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 este inscriptibil"
 
-#: ../../mod/newmember.php:70
+#: ../../mod/install.php:472
 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 "Odată ce v-aţi făcut unele prietenii, organizaţi-le în grupuri de conversaţii private din bara laterală a paginii dvs. de Contact  şi apoi puteţi interacționa, privat cu fiecare grup pe pagina dumneavoastră de Reţea."
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "Funcția de rescriere Url rewrite din .htaccess nu funcţionează. Verificaţi-vă configuraţia serverului."
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "De ce nu sunt Postările Mele Publice?"
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "Funcția de rescriere Url rewrite, funcţionează."
 
-#: ../../mod/newmember.php:73
+#: ../../mod/install.php:484
 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 vă respectă confidenţialitatea. Implicit, postările dvs. vor fi afişate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informaţii, consultaţi secţiunea de asistenţă din legătura de mai sus."
-
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "Obţinerea de Ajutor"
+"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 "Fișierul de configurare baza de date \".htconfig.php\", nu a putut fi scris. Vă rugăm să utilizaţi textul închis pentru a crea un fişier de configurare în rădăcina serverului dvs. web."
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "Navigați la Secțiunea Ajutor"
+#: ../../mod/install.php:523
+msgid "<h1>What next</h1>"
+msgstr "<h1>Ce urmează</h1>"
 
-#: ../../mod/newmember.php:82
+#: ../../mod/install.php:524
 msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Paginile noastre de <strong>ajutor</strong> pot fi consultate pentru detalii, prin alte funcții şi resurse de program."
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANT: Va trebui să configurați [manual] o sarcină programată pentru operatorul de sondaje."
 
-#: ../../mod/search.php:21 ../../mod/network.php:179
-msgid "Remove term"
-msgstr "Eliminare termen"
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Numărul de mesaje, zilnice de perete, pentru %s a fost depăşit. Mesajul a eşuat."
 
-#: ../../mod/search.php:30 ../../mod/network.php:188
-#: ../../include/features.php:42
-msgid "Saved Searches"
-msgstr "Căutări Salvate"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Imposibil de verificat locaţia dvs. de reşedinţă."
 
-#: ../../mod/search.php:99 ../../include/text.php:952
-#: ../../include/text.php:953 ../../include/nav.php:119
-msgid "Search"
-msgstr "Căutare"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Nici-un destinatar."
 
-#: ../../mod/search.php:170 ../../mod/search.php:196
-#: ../../mod/community.php:62 ../../mod/community.php:71
-msgid "No results."
-msgstr "Nici-un rezultat."
+#: ../../mod/wallmessage.php:143
+#, 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 "Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți."
 
-#: ../../mod/invite.php:27
-msgid "Total invitation limit exceeded."
-msgstr "Limita totală a invitațiilor a fost depăşită."
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Ajutor:"
 
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Nu este o adresă vaildă de email."
+#: ../../mod/help.php:84 ../../include/nav.php:114
+msgid "Help"
+msgstr "Ajutor"
 
-#: ../../mod/invite.php:73
-msgid "Please join us on Friendica"
-msgstr "Vă rugăm să veniți alături de noi pe Friendica"
+#: ../../mod/help.php:90 ../../index.php:256
+msgid "Not Found"
+msgstr "Negăsit"
 
-#: ../../mod/invite.php:84
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem."
+#: ../../mod/help.php:93 ../../index.php:259
+msgid "Page not found."
+msgstr "Pagină negăsită."
 
-#: ../../mod/invite.php:89
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
 #, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Livrarea mesajului a eşuat."
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s îi urează bun venit lui %2$s"
 
-#: ../../mod/invite.php:93
+#: ../../mod/home.php:35
 #, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d mesaj trimis."
-msgstr[1] "%d mesaje trimise."
-msgstr[2] "%d de mesaje trimise."
+msgid "Welcome to %s"
+msgstr "Bine aţi venit la %s"
 
-#: ../../mod/invite.php:112
-msgid "You have no more invitations available"
-msgstr "Nu mai aveți invitaţii disponibile"
+#: ../../mod/wall_attach.php:75
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP"
 
-#: ../../mod/invite.php:120
-#, 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 "Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale."
+#: ../../mod/wall_attach.php:75
+msgid "Or - did you try to upload an empty file?"
+msgstr "Sau - ați încercat să încărcaţi un fişier gol?"
 
-#: ../../mod/invite.php:122
+#: ../../mod/wall_attach.php:81
 #, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica."
+msgid "File exceeds size limit of %d"
+msgstr "Fişierul depăşeşte dimensiunea limită de %d"
 
-#: ../../mod/invite.php:123
-#, 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 "Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura."
+#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
+msgid "File upload failed."
+msgstr "Încărcarea fișierului a eşuat."
 
-#: ../../mod/invite.php:126
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii."
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Potrivire Profil"
 
-#: ../../mod/invite.php:132
-msgid "Send invitations"
-msgstr "Trimiteți invitaţii"
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Nu există cuvinte cheie pentru a le potrivi. Vă rugăm să adăugaţi cuvinte cheie la profilul dvs implicit."
 
-#: ../../mod/invite.php:133
-msgid "Enter email addresses, one per line:"
-msgstr "Introduceţi adresele de email, una pe linie:"
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "are interese pentru:"
 
-#: ../../mod/invite.php:135
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună."
+#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1568
+#: ../../include/contact_widgets.php:10
+msgid "Connect"
+msgstr "Conectare"
 
-#: ../../mod/invite.php:137
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Va fi nevoie să furnizați acest cod de invitaţie:  $invite_code"
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "link"
 
-#: ../../mod/invite.php:137
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:"
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Indisponibil."
 
-#: ../../mod/invite.php:139
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "Pentru mai multe informaţii despre proiectul Friendica, şi de ce credem că este important, vă rugăm să vizitaţi http://friendica.com"
+#: ../../mod/community.php:32 ../../include/nav.php:129
+#: ../../include/nav.php:131 ../../view/theme/diabook/theme.php:129
+msgid "Community"
+msgstr "Comunitate"
+
+#: ../../mod/community.php:62 ../../mod/community.php:71
+#: ../../mod/search.php:168 ../../mod/search.php:192
+msgid "No results."
+msgstr "Nici-un rezultat."
+
+#: ../../mod/settings.php:29 ../../mod/photos.php:80
+msgid "everybody"
+msgstr "oricine"
 
 #: ../../mod/settings.php:41
 msgid "Additional features"
@@ -3546,11 +3644,11 @@ msgstr "Caracteristici suplimentare"
 msgid "Display"
 msgstr "Afișare"
 
-#: ../../mod/settings.php:52 ../../mod/settings.php:777
+#: ../../mod/settings.php:52 ../../mod/settings.php:780
 msgid "Social Networks"
 msgstr "Rețele Sociale"
 
-#: ../../mod/settings.php:62 ../../include/nav.php:168
+#: ../../mod/settings.php:62 ../../include/nav.php:170
 msgid "Delegations"
 msgstr "Delegații"
 
@@ -3606,1064 +3704,890 @@ msgstr "Parola a fost schimbată."
 msgid "Password update failed. Please try again."
 msgstr "Actualizarea parolei a eșuat. Vă rugăm să reîncercați."
 
-#: ../../mod/settings.php:426
+#: ../../mod/settings.php:428
 msgid " Please use a shorter name."
 msgstr "Vă rugăm să utilizaţi un nume mai scurt."
 
-#: ../../mod/settings.php:428
+#: ../../mod/settings.php:430
 msgid " Name too short."
 msgstr "Numele este prea scurt."
 
-#: ../../mod/settings.php:437
+#: ../../mod/settings.php:439
 msgid "Wrong Password"
 msgstr "Parolă Greșită"
 
-#: ../../mod/settings.php:442
+#: ../../mod/settings.php:444
 msgid " Not valid email."
 msgstr "Nu este un email valid."
 
-#: ../../mod/settings.php:448
+#: ../../mod/settings.php:450
 msgid " Cannot change to that email."
 msgstr "Nu poate schimba cu acest email."
 
-#: ../../mod/settings.php:503
+#: ../../mod/settings.php:506
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "Forumul privat nu are permisiuni de confidenţialitate. Se folosește confidențialitatea implicită de grup."
 
-#: ../../mod/settings.php:507
+#: ../../mod/settings.php:510
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "Forumul Privat nu are permisiuni de confidenţialitate şi nici o confidențialitate implicită de grup."
 
-#: ../../mod/settings.php:537
+#: ../../mod/settings.php:540
 msgid "Settings updated."
 msgstr "Configurări actualizate."
 
-#: ../../mod/settings.php:610 ../../mod/settings.php:636
-#: ../../mod/settings.php:672
+#: ../../mod/settings.php:613 ../../mod/settings.php:639
+#: ../../mod/settings.php:675
 msgid "Add application"
 msgstr "Adăugare aplicaţie"
 
-#: ../../mod/settings.php:614 ../../mod/settings.php:640
+#: ../../mod/settings.php:617 ../../mod/settings.php:643
 msgid "Consumer Key"
 msgstr "Cheia Utilizatorului"
 
-#: ../../mod/settings.php:615 ../../mod/settings.php:641
+#: ../../mod/settings.php:618 ../../mod/settings.php:644
 msgid "Consumer Secret"
 msgstr "Cheia Secretă a Utilizatorului"
 
-#: ../../mod/settings.php:616 ../../mod/settings.php:642
+#: ../../mod/settings.php:619 ../../mod/settings.php:645
 msgid "Redirect"
 msgstr "Redirecţionare"
 
-#: ../../mod/settings.php:617 ../../mod/settings.php:643
+#: ../../mod/settings.php:620 ../../mod/settings.php:646
 msgid "Icon url"
 msgstr "URL pictogramă"
 
-#: ../../mod/settings.php:628
+#: ../../mod/settings.php:631
 msgid "You can't edit this application."
 msgstr "Nu puteți edita această aplicaţie."
 
-#: ../../mod/settings.php:671
+#: ../../mod/settings.php:674
 msgid "Connected Apps"
 msgstr "Aplicații Conectate"
 
-#: ../../mod/settings.php:675
+#: ../../mod/settings.php:678
 msgid "Client key starts with"
 msgstr "Cheia clientului începe cu"
 
-#: ../../mod/settings.php:676
+#: ../../mod/settings.php:679
 msgid "No name"
 msgstr "Fără nume"
 
-#: ../../mod/settings.php:677
+#: ../../mod/settings.php:680
 msgid "Remove authorization"
 msgstr "Eliminare autorizare"
 
-#: ../../mod/settings.php:689
+#: ../../mod/settings.php:692
 msgid "No Plugin settings configured"
 msgstr "Nici-o configurare stabilită pentru modul"
 
-#: ../../mod/settings.php:697
+#: ../../mod/settings.php:700
 msgid "Plugin Settings"
 msgstr "Configurări Modul"
 
-#: ../../mod/settings.php:711
+#: ../../mod/settings.php:714
 msgid "Off"
 msgstr "Off"
 
-#: ../../mod/settings.php:711
+#: ../../mod/settings.php:714
 msgid "On"
 msgstr "On"
 
-#: ../../mod/settings.php:719
+#: ../../mod/settings.php:722
 msgid "Additional Features"
 msgstr "Caracteristici Suplimentare"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "Suportul încorporat pentru conectivitatea %s este %s"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/dfrn_request.php:838
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "enabled"
 msgstr "activat"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "disabled"
 msgstr "dezactivat"
 
-#: ../../mod/settings.php:734
+#: ../../mod/settings.php:737
 msgid "StatusNet"
 msgstr "StatusNet"
 
-#: ../../mod/settings.php:770
+#: ../../mod/settings.php:773
 msgid "Email access is disabled on this site."
 msgstr "Accesul de email este dezactivat pe acest site."
 
-#: ../../mod/settings.php:782
+#: ../../mod/settings.php:785
 msgid "Email/Mailbox Setup"
 msgstr "Configurare E-Mail/Căsuță poştală"
 
-#: ../../mod/settings.php:783
+#: ../../mod/settings.php:786
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
 msgstr "Dacă doriţi să comunicaţi cu contactele de email folosind acest serviciu (opţional), vă rugăm să precizaţi cum doriți să vă conectaţi la căsuța dvs. poştală."
 
-#: ../../mod/settings.php:784
+#: ../../mod/settings.php:787
 msgid "Last successful email check:"
 msgstr "Ultima verificare, cu succes, a email-ului:"
 
-#: ../../mod/settings.php:786
+#: ../../mod/settings.php:789
 msgid "IMAP server name:"
 msgstr "Nume server IMAP:"
 
-#: ../../mod/settings.php:787
+#: ../../mod/settings.php:790
 msgid "IMAP port:"
 msgstr "IMAP port:"
 
-#: ../../mod/settings.php:788
+#: ../../mod/settings.php:791
 msgid "Security:"
 msgstr "Securitate:"
 
-#: ../../mod/settings.php:788 ../../mod/settings.php:793
+#: ../../mod/settings.php:791 ../../mod/settings.php:796
 msgid "None"
 msgstr "Nimic"
 
-#: ../../mod/settings.php:789
+#: ../../mod/settings.php:792
 msgid "Email login name:"
 msgstr "Nume email autentificare:"
 
-#: ../../mod/settings.php:790
+#: ../../mod/settings.php:793
 msgid "Email password:"
 msgstr "Parolă de e-mail:"
 
-#: ../../mod/settings.php:791
+#: ../../mod/settings.php:794
 msgid "Reply-to address:"
 msgstr "Adresă pentru răspuns:"
 
-#: ../../mod/settings.php:792
+#: ../../mod/settings.php:795
 msgid "Send public posts to all email contacts:"
 msgstr "Trimiteți postările publice la toate contactele de email:"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Action after import:"
 msgstr "Acţiune după importare:"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Mark as seen"
 msgstr "Marcați ca și vizualizat"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Move to folder"
 msgstr "Mutare în dosar"
 
-#: ../../mod/settings.php:794
+#: ../../mod/settings.php:797
 msgid "Move to folder:"
 msgstr "Mutare în dosarul:"
 
-#: ../../mod/settings.php:875
+#: ../../mod/settings.php:878
 msgid "Display Settings"
 msgstr "Preferințe Ecran"
 
-#: ../../mod/settings.php:881 ../../mod/settings.php:896
+#: ../../mod/settings.php:884 ../../mod/settings.php:899
 msgid "Display Theme:"
 msgstr "Temă Afişaj:"
 
-#: ../../mod/settings.php:882
+#: ../../mod/settings.php:885
 msgid "Mobile Theme:"
 msgstr "Temă pentru Mobile:"
 
-#: ../../mod/settings.php:883
+#: ../../mod/settings.php:886
 msgid "Update browser every xx seconds"
 msgstr "Actualizare browser la fiecare fiecare xx secunde"
 
-#: ../../mod/settings.php:883
+#: ../../mod/settings.php:886
 msgid "Minimum of 10 seconds, no maximum"
 msgstr "Minim 10 secunde, fără un maxim"
 
-#: ../../mod/settings.php:884
+#: ../../mod/settings.php:887
 msgid "Number of items to display per page:"
 msgstr "Numărul de elemente de afişat pe pagină:"
 
-#: ../../mod/settings.php:884 ../../mod/settings.php:885
+#: ../../mod/settings.php:887 ../../mod/settings.php:888
 msgid "Maximum of 100 items"
 msgstr "Maxim 100 de elemente"
 
-#: ../../mod/settings.php:885
+#: ../../mod/settings.php:888
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "Numărul de elemente de afişat pe pagină atunci când se vizualizează de pe dispozitivul mobil:"
 
-#: ../../mod/settings.php:886
+#: ../../mod/settings.php:889
 msgid "Don't show emoticons"
 msgstr "Nu afișa emoticoane"
 
-#: ../../mod/settings.php:887
+#: ../../mod/settings.php:890
 msgid "Don't show notices"
 msgstr "Nu afișa notificări"
 
-#: ../../mod/settings.php:888
+#: ../../mod/settings.php:891
 msgid "Infinite scroll"
 msgstr "Derulare infinită"
 
-#: ../../mod/settings.php:889
+#: ../../mod/settings.php:892
 msgid "Automatic updates only at the top of the network page"
 msgstr "Actualizări automate doar la partea superioară a paginii de rețea "
 
-#: ../../mod/settings.php:966
+#: ../../mod/settings.php:969
 msgid "User Types"
 msgstr "Tipuri de Utilizator"
 
-#: ../../mod/settings.php:967
+#: ../../mod/settings.php:970
 msgid "Community Types"
 msgstr "Tipuri de Comunitare"
 
-#: ../../mod/settings.php:968
+#: ../../mod/settings.php:971
 msgid "Normal Account Page"
 msgstr "Pagină de Cont Simplu"
 
-#: ../../mod/settings.php:969
+#: ../../mod/settings.php:972
 msgid "This account is a normal personal profile"
 msgstr "Acest cont este un profil personal normal"
 
-#: ../../mod/settings.php:972
+#: ../../mod/settings.php:975
 msgid "Soapbox Page"
 msgstr "Pagină Soapbox"
 
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:976
 msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr "Aprobă automat toate conexiunile/solicitările de prietenie ca și fani cu drepturi doar pentru vizualizare"
 
-#: ../../mod/settings.php:976
+#: ../../mod/settings.php:979
 msgid "Community Forum/Celebrity Account"
 msgstr "Cont Comunitate Forum/Celebritate"
 
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:980
 msgid ""
 "Automatically approve all connection/friend requests as read-write fans"
 msgstr "Aprobă automat toate conexiunile/solicitările de prietenie ca și fani cu drepturi doar pentru vizualizare"
 
-#: ../../mod/settings.php:980
+#: ../../mod/settings.php:983
 msgid "Automatic Friend Page"
 msgstr "Pagină Prietenie Automată"
 
-#: ../../mod/settings.php:981
+#: ../../mod/settings.php:984
 msgid "Automatically approve all connection/friend requests as friends"
 msgstr "Aprobă automat toate conexiunile/solicitările de prietenie ca și prieteni"
 
-#: ../../mod/settings.php:984
+#: ../../mod/settings.php:987
 msgid "Private Forum [Experimental]"
 msgstr "Forum Privat [Experimental]"
 
-#: ../../mod/settings.php:985
+#: ../../mod/settings.php:988
 msgid "Private forum - approved members only"
 msgstr "Forum Privat - numai membrii aprobați"
 
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1000
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1000
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(Opţional) Permite acest OpenID să se conecteze la acest cont."
 
-#: ../../mod/settings.php:1007
+#: ../../mod/settings.php:1010
 msgid "Publish your default profile in your local site directory?"
 msgstr "Publicați profilul dvs. implicit în directorul site-ului dvs. local?"
 
-#: ../../mod/settings.php:1013
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
+#: ../../mod/register.php:234 ../../mod/profiles.php:661
+#: ../../mod/profiles.php:665 ../../mod/api.php:106
+msgid "No"
+msgstr "NU"
+
+#: ../../mod/settings.php:1016
 msgid "Publish your default profile in the global social directory?"
 msgstr "Publicați profilul dvs. implicit în directorul social global?"
 
-#: ../../mod/settings.php:1021
+#: ../../mod/settings.php:1024
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii profilului dvs. implicit?"
 
-#: ../../mod/settings.php:1025 ../../include/conversation.php:1057
+#: ../../mod/settings.php:1028 ../../include/conversation.php:1057
 msgid "Hide your profile details from unknown viewers?"
 msgstr "Ascundeţi detaliile profilului dvs. de vizitatorii necunoscuți?"
 
-#: ../../mod/settings.php:1030
+#: ../../mod/settings.php:1028
+msgid ""
+"If enabled, posting public messages to Diaspora and other networks isn't "
+"possible."
+msgstr ""
+
+#: ../../mod/settings.php:1033
 msgid "Allow friends to post to your profile page?"
 msgstr "Permiteți prietenilor să posteze pe pagina dvs. de profil ?"
 
-#: ../../mod/settings.php:1036
+#: ../../mod/settings.php:1039
 msgid "Allow friends to tag your posts?"
 msgstr "Permiteți prietenilor să vă eticheteze postările?"
 
-#: ../../mod/settings.php:1042
+#: ../../mod/settings.php:1045
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "Ne permiteți să vă recomandăm ca și potențial prieten pentru membrii noi?"
 
-#: ../../mod/settings.php:1048
+#: ../../mod/settings.php:1051
 msgid "Permit unknown people to send you private mail?"
 msgstr "Permiteți persoanelor necunoscute să vă trimită mesaje private?"
 
-#: ../../mod/settings.php:1056
+#: ../../mod/settings.php:1059
 msgid "Profile is <strong>not published</strong>."
 msgstr "Profilul <strong>nu este publicat</strong>."
 
-#: ../../mod/settings.php:1059 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "sau"
-
-#: ../../mod/settings.php:1064
+#: ../../mod/settings.php:1067
 msgid "Your Identity Address is"
 msgstr "Adresa Dvs. de Identitate este"
 
-#: ../../mod/settings.php:1075
+#: ../../mod/settings.php:1078
 msgid "Automatically expire posts after this many days:"
 msgstr "Postările vor expira automat după atâtea zile:"
 
-#: ../../mod/settings.php:1075
+#: ../../mod/settings.php:1078
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "Dacă se lasă necompletat, postările nu vor expira. Postările expirate vor fi şterse"
 
-#: ../../mod/settings.php:1076
+#: ../../mod/settings.php:1079
 msgid "Advanced expiration settings"
 msgstr "Configurări Avansate de Expirare"
 
-#: ../../mod/settings.php:1077
+#: ../../mod/settings.php:1080
 msgid "Advanced Expiration"
 msgstr "Expirare Avansată"
 
-#: ../../mod/settings.php:1078
+#: ../../mod/settings.php:1081
 msgid "Expire posts:"
 msgstr "Postările expiră:"
 
-#: ../../mod/settings.php:1079
+#: ../../mod/settings.php:1082
 msgid "Expire personal notes:"
 msgstr "Notele personale expiră:"
 
-#: ../../mod/settings.php:1080
+#: ../../mod/settings.php:1083
 msgid "Expire starred posts:"
 msgstr "Postările favorite expiră:"
 
-#: ../../mod/settings.php:1081
+#: ../../mod/settings.php:1084
 msgid "Expire photos:"
 msgstr "Fotografiile expiră:"
 
-#: ../../mod/settings.php:1082
+#: ../../mod/settings.php:1085
 msgid "Only expire posts by others:"
 msgstr "Expiră numai postările altora:"
 
-#: ../../mod/settings.php:1108
+#: ../../mod/settings.php:1111
 msgid "Account Settings"
 msgstr "Configurări Cont"
 
-#: ../../mod/settings.php:1116
+#: ../../mod/settings.php:1119
 msgid "Password Settings"
 msgstr "Configurări Parolă"
 
-#: ../../mod/settings.php:1117
+#: ../../mod/settings.php:1120
 msgid "New Password:"
 msgstr "Parola Nouă:"
 
-#: ../../mod/settings.php:1118
+#: ../../mod/settings.php:1121
 msgid "Confirm:"
 msgstr "Confirm:"
 
-#: ../../mod/settings.php:1118
-msgid "Leave password fields blank unless changing"
-msgstr "Lăsaţi câmpurile, pentru parolă, goale dacă nu doriți să modificați"
-
-#: ../../mod/settings.php:1119
-msgid "Current Password:"
-msgstr "Parola Curentă:"
-
-#: ../../mod/settings.php:1119 ../../mod/settings.php:1120
-msgid "Your current password to confirm the changes"
-msgstr "Parola curentă pentru a confirma modificările"
-
-#: ../../mod/settings.php:1120
-msgid "Password:"
-msgstr "Parola:"
-
-#: ../../mod/settings.php:1124
-msgid "Basic Settings"
-msgstr "Configurări de Bază"
-
-#: ../../mod/settings.php:1125 ../../include/profile_advanced.php:15
-msgid "Full Name:"
-msgstr "Nume complet:"
-
-#: ../../mod/settings.php:1126
-msgid "Email Address:"
-msgstr "Adresa de email:"
-
-#: ../../mod/settings.php:1127
-msgid "Your Timezone:"
-msgstr "Fusul dvs. orar:"
-
-#: ../../mod/settings.php:1128
-msgid "Default Post Location:"
-msgstr "Locația Implicită pentru Postări"
-
-#: ../../mod/settings.php:1129
-msgid "Use Browser Location:"
-msgstr "Folosește Locația Navigatorului:"
-
-#: ../../mod/settings.php:1132
-msgid "Security and Privacy Settings"
-msgstr "Configurări de Securitate și Confidențialitate"
-
-#: ../../mod/settings.php:1134
-msgid "Maximum Friend Requests/Day:"
-msgstr "Solicitări de Prietenie, Maxime/Zi"
-
-#: ../../mod/settings.php:1134 ../../mod/settings.php:1164
-msgid "(to prevent spam abuse)"
-msgstr "(Pentru a preveni abuzul de tip spam)"
-
-#: ../../mod/settings.php:1135
-msgid "Default Post Permissions"
-msgstr "Permisiuni Implicite Postări"
-
-#: ../../mod/settings.php:1136
-msgid "(click to open/close)"
-msgstr "(apăsați pentru a deschide/închide)"
-
-#: ../../mod/settings.php:1147
-msgid "Default Private Post"
-msgstr "Postare Privată Implicită"
-
-#: ../../mod/settings.php:1148
-msgid "Default Public Post"
-msgstr "Postare Privată Implicită"
-
-#: ../../mod/settings.php:1152
-msgid "Default Permissions for New Posts"
-msgstr "Permisiuni Implicite pentru Postările Noi"
-
-#: ../../mod/settings.php:1164
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maximum de mesaje private pe zi, de la persoanele necunoscute:"
-
-#: ../../mod/settings.php:1167
-msgid "Notification Settings"
-msgstr "Configurări de Notificare"
-
-#: ../../mod/settings.php:1168
-msgid "By default post a status message when:"
-msgstr "Implicit, postează un mesaj de stare atunci când:"
-
-#: ../../mod/settings.php:1169
-msgid "accepting a friend request"
-msgstr "se acceptă o solicitare de prietenie"
-
-#: ../../mod/settings.php:1170
-msgid "joining a forum/community"
-msgstr "se aderă la un forum/o comunitate"
-
-#: ../../mod/settings.php:1171
-msgid "making an <em>interesting</em> profile change"
-msgstr "se face o modificări de profil<em>interesantă</em>"
-
-#: ../../mod/settings.php:1172
-msgid "Send a notification email when:"
-msgstr "Trimiteți o notificare email atunci când:"
-
-#: ../../mod/settings.php:1173
-msgid "You receive an introduction"
-msgstr "Primiți o introducere"
-
-#: ../../mod/settings.php:1174
-msgid "Your introductions are confirmed"
-msgstr "Introducerile dvs. sunt confirmate"
-
-#: ../../mod/settings.php:1175
-msgid "Someone writes on your profile wall"
-msgstr "Cineva scrie pe perete dvs. de profil"
-
-#: ../../mod/settings.php:1176
-msgid "Someone writes a followup comment"
-msgstr "Cineva scrie un comentariu de urmărire"
-
-#: ../../mod/settings.php:1177
-msgid "You receive a private message"
-msgstr "Primiți un mesaj privat"
-
-#: ../../mod/settings.php:1178
-msgid "You receive a friend suggestion"
-msgstr "Primiți  o sugestie de prietenie"
-
-#: ../../mod/settings.php:1179
-msgid "You are tagged in a post"
-msgstr "Sunteți etichetat într-o postare"
-
-#: ../../mod/settings.php:1180
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Sunteți abordat/incitat/etc. într-o postare"
-
-#: ../../mod/settings.php:1183
-msgid "Advanced Account/Page Type Settings"
-msgstr "Configurări Avansate Cont/Tip Pagină"
-
-#: ../../mod/settings.php:1184
-msgid "Change the behaviour of this account for special situations"
-msgstr "Modificați comportamentul acestui cont pentru situațiile speciale"
-
-#: ../../mod/settings.php:1187
-msgid "Relocate"
-msgstr "Mutare"
-
-#: ../../mod/settings.php:1188
-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 "Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton."
-
-#: ../../mod/settings.php:1189
-msgid "Resend relocate message to contacts"
-msgstr "Retrimiteți contactelor, mesajul despre mutare"
-
-#: ../../mod/display.php:452
-msgid "Item has been removed."
-msgstr "Elementul a fost eliminat."
-
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Căutare Persoane"
-
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "Nici-o potrivire"
-
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "Profilul a fost şters."
-
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "Profil-"
-
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "Profilul nou a fost creat."
-
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "Profil indisponibil pentru clonare."
-
-#: ../../mod/profiles.php:172
-msgid "Profile Name is required."
-msgstr "Numele de Profil este necesar."
-
-#: ../../mod/profiles.php:323
-msgid "Marital Status"
-msgstr "Starea Civilă"
-
-#: ../../mod/profiles.php:327
-msgid "Romantic Partner"
-msgstr "Partener Romantic"
-
-#: ../../mod/profiles.php:331
-msgid "Likes"
-msgstr "Likes"
-
-#: ../../mod/profiles.php:335
-msgid "Dislikes"
-msgstr "Antipatii"
-
-#: ../../mod/profiles.php:339
-msgid "Work/Employment"
-msgstr "Loc de Muncă/Slujbă"
-
-#: ../../mod/profiles.php:342
-msgid "Religion"
-msgstr "Religie"
-
-#: ../../mod/profiles.php:346
-msgid "Political Views"
-msgstr "Viziuni Politice"
-
-#: ../../mod/profiles.php:350
-msgid "Gender"
-msgstr "Sex"
-
-#: ../../mod/profiles.php:354
-msgid "Sexual Preference"
-msgstr "Preferinţe Sexuale"
-
-#: ../../mod/profiles.php:358
-msgid "Homepage"
-msgstr "Homepage"
+#: ../../mod/settings.php:1121
+msgid "Leave password fields blank unless changing"
+msgstr "Lăsaţi câmpurile, pentru parolă, goale dacă nu doriți să modificați"
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:657
-msgid "Interests"
-msgstr "Interese"
+#: ../../mod/settings.php:1122
+msgid "Current Password:"
+msgstr "Parola Curentă:"
 
-#: ../../mod/profiles.php:366
-msgid "Address"
-msgstr "Addresă"
+#: ../../mod/settings.php:1122 ../../mod/settings.php:1123
+msgid "Your current password to confirm the changes"
+msgstr "Parola curentă pentru a confirma modificările"
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:653
-msgid "Location"
-msgstr "Locaţie"
+#: ../../mod/settings.php:1123
+msgid "Password:"
+msgstr "Parola:"
 
-#: ../../mod/profiles.php:456
-msgid "Profile updated."
-msgstr "Profil actualizat."
+#: ../../mod/settings.php:1127
+msgid "Basic Settings"
+msgstr "Configurări de Bază"
 
-#: ../../mod/profiles.php:527
-msgid " and "
-msgstr "şi"
+#: ../../mod/settings.php:1128 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "Nume complet:"
 
-#: ../../mod/profiles.php:535
-msgid "public profile"
-msgstr "profil public"
+#: ../../mod/settings.php:1129
+msgid "Email Address:"
+msgstr "Adresa de email:"
 
-#: ../../mod/profiles.php:538
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s a modificat %2$s în &ldquo;%3$s&rdquo;"
+#: ../../mod/settings.php:1130
+msgid "Your Timezone:"
+msgstr "Fusul dvs. orar:"
 
-#: ../../mod/profiles.php:539
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr "- Vizitați %2$s lui %1$s'"
+#: ../../mod/settings.php:1131
+msgid "Default Post Location:"
+msgstr "Locația Implicită pentru Postări"
 
-#: ../../mod/profiles.php:542
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s și-a actualizat %2$s, modificând %3$s."
+#: ../../mod/settings.php:1132
+msgid "Use Browser Location:"
+msgstr "Folosește Locația Navigatorului:"
 
-#: ../../mod/profiles.php:617
-msgid "Hide contacts and friends:"
-msgstr "Ascunde contacte și prieteni:"
+#: ../../mod/settings.php:1135
+msgid "Security and Privacy Settings"
+msgstr "Configurări de Securitate și Confidențialitate"
 
-#: ../../mod/profiles.php:622
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii acestui profil?"
+#: ../../mod/settings.php:1137
+msgid "Maximum Friend Requests/Day:"
+msgstr "Solicitări de Prietenie, Maxime/Zi"
 
-#: ../../mod/profiles.php:644
-msgid "Edit Profile Details"
-msgstr "Editare Detalii Profil"
+#: ../../mod/settings.php:1137 ../../mod/settings.php:1167
+msgid "(to prevent spam abuse)"
+msgstr "(Pentru a preveni abuzul de tip spam)"
 
-#: ../../mod/profiles.php:646
-msgid "Change Profile Photo"
-msgstr "Modificați Fotografia de Profil"
+#: ../../mod/settings.php:1138
+msgid "Default Post Permissions"
+msgstr "Permisiuni Implicite Postări"
 
-#: ../../mod/profiles.php:647
-msgid "View this profile"
-msgstr "Vizualizați acest profil"
+#: ../../mod/settings.php:1139
+msgid "(click to open/close)"
+msgstr "(apăsați pentru a deschide/închide)"
 
-#: ../../mod/profiles.php:648
-msgid "Create a new profile using these settings"
-msgstr "Creaţi un profil nou folosind aceste configurări"
+#: ../../mod/settings.php:1148 ../../mod/photos.php:1146
+#: ../../mod/photos.php:1519
+msgid "Show to Groups"
+msgstr "Afișare pentru Grupuri"
 
-#: ../../mod/profiles.php:649
-msgid "Clone this profile"
-msgstr "Clonați acest profil"
+#: ../../mod/settings.php:1149 ../../mod/photos.php:1147
+#: ../../mod/photos.php:1520
+msgid "Show to Contacts"
+msgstr "Afişează la Contacte"
 
-#: ../../mod/profiles.php:650
-msgid "Delete this profile"
-msgstr "Ştergeţi acest profil"
+#: ../../mod/settings.php:1150
+msgid "Default Private Post"
+msgstr "Postare Privată Implicită"
 
-#: ../../mod/profiles.php:651
-msgid "Basic information"
-msgstr "Informaţii de bază"
+#: ../../mod/settings.php:1151
+msgid "Default Public Post"
+msgstr "Postare Privată Implicită"
 
-#: ../../mod/profiles.php:652
-msgid "Profile picture"
-msgstr "Imagine profil"
+#: ../../mod/settings.php:1155
+msgid "Default Permissions for New Posts"
+msgstr "Permisiuni Implicite pentru Postările Noi"
 
-#: ../../mod/profiles.php:654
-msgid "Preferences"
-msgstr "Preferinţe "
+#: ../../mod/settings.php:1167
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum de mesaje private pe zi, de la persoanele necunoscute:"
 
-#: ../../mod/profiles.php:655
-msgid "Status information"
-msgstr "Informaţii Status"
+#: ../../mod/settings.php:1170
+msgid "Notification Settings"
+msgstr "Configurări de Notificare"
 
-#: ../../mod/profiles.php:656
-msgid "Additional information"
-msgstr "Informaţii suplimentare"
+#: ../../mod/settings.php:1171
+msgid "By default post a status message when:"
+msgstr "Implicit, postează un mesaj de stare atunci când:"
 
-#: ../../mod/profiles.php:659
-msgid "Profile Name:"
-msgstr "Nume profil:"
+#: ../../mod/settings.php:1172
+msgid "accepting a friend request"
+msgstr "se acceptă o solicitare de prietenie"
 
-#: ../../mod/profiles.php:660
-msgid "Your Full Name:"
-msgstr "Numele Complet:"
+#: ../../mod/settings.php:1173
+msgid "joining a forum/community"
+msgstr "se aderă la un forum/o comunitate"
 
-#: ../../mod/profiles.php:661
-msgid "Title/Description:"
-msgstr "Titlu/Descriere"
+#: ../../mod/settings.php:1174
+msgid "making an <em>interesting</em> profile change"
+msgstr "se face o modificări de profil<em>interesantă</em>"
 
-#: ../../mod/profiles.php:662
-msgid "Your Gender:"
-msgstr "Sexul:"
+#: ../../mod/settings.php:1175
+msgid "Send a notification email when:"
+msgstr "Trimiteți o notificare email atunci când:"
 
-#: ../../mod/profiles.php:663
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Zi Naştere (%s):"
+#: ../../mod/settings.php:1176
+msgid "You receive an introduction"
+msgstr "Primiți o introducere"
 
-#: ../../mod/profiles.php:664
-msgid "Street Address:"
-msgstr "Strada:"
+#: ../../mod/settings.php:1177
+msgid "Your introductions are confirmed"
+msgstr "Introducerile dvs. sunt confirmate"
 
-#: ../../mod/profiles.php:665
-msgid "Locality/City:"
-msgstr "Localitate/Oraș:"
+#: ../../mod/settings.php:1178
+msgid "Someone writes on your profile wall"
+msgstr "Cineva scrie pe perete dvs. de profil"
 
-#: ../../mod/profiles.php:666
-msgid "Postal/Zip Code:"
-msgstr "Cod poștal:"
+#: ../../mod/settings.php:1179
+msgid "Someone writes a followup comment"
+msgstr "Cineva scrie un comentariu de urmărire"
 
-#: ../../mod/profiles.php:667
-msgid "Country:"
-msgstr "Ţară:"
+#: ../../mod/settings.php:1180
+msgid "You receive a private message"
+msgstr "Primiți un mesaj privat"
 
-#: ../../mod/profiles.php:668
-msgid "Region/State:"
-msgstr "Regiunea/Județul:"
+#: ../../mod/settings.php:1181
+msgid "You receive a friend suggestion"
+msgstr "Primiți  o sugestie de prietenie"
 
-#: ../../mod/profiles.php:669
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Stare Civilă:"
+#: ../../mod/settings.php:1182
+msgid "You are tagged in a post"
+msgstr "Sunteți etichetat într-o postare"
 
-#: ../../mod/profiles.php:670
-msgid "Who: (if applicable)"
-msgstr "Cine: (dacă este cazul)"
+#: ../../mod/settings.php:1183
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Sunteți abordat/incitat/etc. într-o postare"
 
-#: ../../mod/profiles.php:671
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Exemple: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/settings.php:1185
+msgid "Text-only notification emails"
+msgstr ""
 
-#: ../../mod/profiles.php:672
-msgid "Since [date]:"
-msgstr "Din [data]:"
+#: ../../mod/settings.php:1187
+msgid "Send text only notification emails, without the html part"
+msgstr ""
 
-#: ../../mod/profiles.php:673 ../../include/profile_advanced.php:46
-msgid "Sexual Preference:"
-msgstr "Orientare Sexuală:"
+#: ../../mod/settings.php:1189
+msgid "Advanced Account/Page Type Settings"
+msgstr "Configurări Avansate Cont/Tip Pagină"
 
-#: ../../mod/profiles.php:674
-msgid "Homepage URL:"
-msgstr "Homepage URL:"
+#: ../../mod/settings.php:1190
+msgid "Change the behaviour of this account for special situations"
+msgstr "Modificați comportamentul acestui cont pentru situațiile speciale"
 
-#: ../../mod/profiles.php:675 ../../include/profile_advanced.php:50
-msgid "Hometown:"
-msgstr "Domiciliu:"
+#: ../../mod/settings.php:1193
+msgid "Relocate"
+msgstr "Mutare"
 
-#: ../../mod/profiles.php:676 ../../include/profile_advanced.php:54
-msgid "Political Views:"
-msgstr "Viziuni Politice:"
+#: ../../mod/settings.php:1194
+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 "Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton."
 
-#: ../../mod/profiles.php:677
-msgid "Religious Views:"
-msgstr "Viziuni Religioase:"
+#: ../../mod/settings.php:1195
+msgid "Resend relocate message to contacts"
+msgstr "Retrimiteți contactelor, mesajul despre mutare"
 
-#: ../../mod/profiles.php:678
-msgid "Public Keywords:"
-msgstr "Cuvinte cheie Publice:"
+#: ../../mod/dfrn_request.php:95
+msgid "This introduction has already been accepted."
+msgstr "Această introducere a fost deja acceptată"
 
-#: ../../mod/profiles.php:679
-msgid "Private Keywords:"
-msgstr "Cuvinte cheie Private:"
+#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Locaţia profilului nu este validă sau nu conţine informaţii de profil."
 
-#: ../../mod/profiles.php:680 ../../include/profile_advanced.php:62
-msgid "Likes:"
-msgstr "Îmi place:"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Atenţie: locaţia profilului nu are un nume de deţinător identificabil."
 
-#: ../../mod/profiles.php:681 ../../include/profile_advanced.php:64
-msgid "Dislikes:"
-msgstr "Nu-mi place:"
+#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
+msgid "Warning: profile location has no profile photo."
+msgstr "Atenţie: locaţia profilului nu are fotografie de profil."
 
-#: ../../mod/profiles.php:682
-msgid "Example: fishing photography software"
-msgstr "Exemplu: pescuit fotografii software"
+#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
+#, 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 parametru necesar nu a fost găsit în locaţia specificată"
+msgstr[1] "%d parametrii necesari nu au fost găsiţi în locaţia specificată"
+msgstr[2] "%d de parametrii necesari nu au fost găsiţi în locaţia specificată"
 
-#: ../../mod/profiles.php:683
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)"
+#: ../../mod/dfrn_request.php:172
+msgid "Introduction complete."
+msgstr "Prezentare completă."
 
-#: ../../mod/profiles.php:684
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Utilizat pentru a căuta profile, niciodată afișat altora)"
+#: ../../mod/dfrn_request.php:214
+msgid "Unrecoverable protocol error."
+msgstr "Eroare de protocol nerecuperabilă."
 
-#: ../../mod/profiles.php:685
-msgid "Tell us about yourself..."
-msgstr "Spune-ne despre tine ..."
+#: ../../mod/dfrn_request.php:242
+msgid "Profile unavailable."
+msgstr "Profil nedisponibil."
 
-#: ../../mod/profiles.php:686
-msgid "Hobbies/Interests"
-msgstr "Hobby/Interese"
+#: ../../mod/dfrn_request.php:267
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s a primit, pentru azi, prea multe solicitări de conectare."
 
-#: ../../mod/profiles.php:687
-msgid "Contact information and Social Networks"
-msgstr "Informaţii de Contact şi Reţele Sociale"
+#: ../../mod/dfrn_request.php:268
+msgid "Spam protection measures have been invoked."
+msgstr "Au fost invocate măsuri de protecţie anti-spam."
 
-#: ../../mod/profiles.php:688
-msgid "Musical interests"
-msgstr "Preferințe muzicale"
+#: ../../mod/dfrn_request.php:269
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Prietenii sunt rugaţi să reîncerce peste 24 de ore."
 
-#: ../../mod/profiles.php:689
-msgid "Books, literature"
-msgstr "Cărti, literatură"
+#: ../../mod/dfrn_request.php:331
+msgid "Invalid locator"
+msgstr "Invalid locator"
 
-#: ../../mod/profiles.php:690
-msgid "Television"
-msgstr "Programe TV"
+#: ../../mod/dfrn_request.php:340
+msgid "Invalid email address."
+msgstr "Adresă mail invalidă."
 
-#: ../../mod/profiles.php:691
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/dans/cultură/divertisment"
+#: ../../mod/dfrn_request.php:367
+msgid "This account has not been configured for email. Request failed."
+msgstr "Acest cont nu a fost configurat pentru email. Cererea a eşuat."
 
-#: ../../mod/profiles.php:692
-msgid "Love/romance"
-msgstr "Dragoste/romantism"
+#: ../../mod/dfrn_request.php:463
+msgid "Unable to resolve your name at the provided location."
+msgstr "Imposibil să vă soluţionăm numele pentru locaţia sugerată."
 
-#: ../../mod/profiles.php:693
-msgid "Work/employment"
-msgstr "Loc de Muncă/Slujbă"
+#: ../../mod/dfrn_request.php:476
+msgid "You have already introduced yourself here."
+msgstr "Aţi fost deja prezentat aici"
 
-#: ../../mod/profiles.php:694
-msgid "School/education"
-msgstr "Școală/educație"
+#: ../../mod/dfrn_request.php:480
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Se pare că sunteţi deja prieten cu %s."
 
-#: ../../mod/profiles.php:699
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Acesta este profilul dvs. <strong>public</strong>.<br /> El <strong>poate</strong> fi vizibil pentru oricine folosește internetul."
+#: ../../mod/dfrn_request.php:501
+msgid "Invalid profile URL."
+msgstr "Profil URL invalid."
 
-#: ../../mod/profiles.php:709 ../../mod/directory.php:113
-msgid "Age: "
-msgstr "Vârsta:"
+#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "Profil URL invalid."
 
-#: ../../mod/profiles.php:762
-msgid "Edit/Manage Profiles"
-msgstr "Editare/Gestionare Profile"
+#: ../../mod/dfrn_request.php:597
+msgid "Your introduction has been sent."
+msgstr "Prezentarea dumneavoastră a fost trimisă."
 
-#: ../../mod/profiles.php:763 ../../boot.php:1585 ../../boot.php:1611
-msgid "Change profile photo"
-msgstr "Modificați Fotografia de Profil"
+#: ../../mod/dfrn_request.php:650
+msgid "Please login to confirm introduction."
+msgstr "Vă rugăm să vă autentificați pentru a confirma prezentarea."
 
-#: ../../mod/profiles.php:764 ../../boot.php:1586
-msgid "Create New Profile"
-msgstr "Creați Profil Nou"
+#: ../../mod/dfrn_request.php:660
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Autentificat curent cu identitate eronată. Vă rugăm să vă autentificați pentru <strong>acest</strong> profil."
 
-#: ../../mod/profiles.php:775 ../../boot.php:1596
-msgid "Profile Image"
-msgstr "Imagine profil"
+#: ../../mod/dfrn_request.php:671
+msgid "Hide this contact"
+msgstr "Ascunde acest contact"
 
-#: ../../mod/profiles.php:777 ../../boot.php:1599
-msgid "visible to everybody"
-msgstr "vizibil pentru toata lumea"
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Welcome home %s."
+msgstr "Bine ai venit %s."
 
-#: ../../mod/profiles.php:778 ../../boot.php:1600
-msgid "Edit visibility"
-msgstr "Editare vizibilitate"
+#: ../../mod/dfrn_request.php:675
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Vă rugăm să vă confirmaţi solicitarea de introducere/conectare la %s."
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr "link"
+#: ../../mod/dfrn_request.php:676
+msgid "Confirm"
+msgstr "Confirm"
 
-#: ../../mod/uexport.php:77
-msgid "Export account"
-msgstr "Exportare cont"
+#: ../../mod/dfrn_request.php:804
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Vă rugăm să vă introduceţi \"Adresa  de Identitate\" din una din următoarele reţele de socializare acceptate:"
 
-#: ../../mod/uexport.php:77
+#: ../../mod/dfrn_request.php:824
 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ți-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server."
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Dacă nu sunteţi încă un membru al reţelei online de socializare gratuite, <a href= \"http://dir.friendica.com/siteinfo\">urmați acest link pentru a găsi un site public Friendica şi alăturați-vă nouă, chiar astăzi</a>."
 
-#: ../../mod/uexport.php:78
-msgid "Export all"
-msgstr "Exportare tot"
+#: ../../mod/dfrn_request.php:827
+msgid "Friend/Connection Request"
+msgstr "Solicitare Prietenie/Conectare"
 
-#: ../../mod/uexport.php:78
+#: ../../mod/dfrn_request.php:828
 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ți informațiile dvs. de cont, contactele şi toate elementele dvs., ca json. Ar putea fi un fișier foarte mare, şi ar putea lua mult timp. Utilizaţi aceasta pentru a face un backup complet al contului (fotografiile nu sunt exportate)"
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Exemple: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: ../../mod/ping.php:240
-msgid "{0} wants to be your friend"
-msgstr "{0} doreşte să vă fie prieten"
+#: ../../mod/dfrn_request.php:829
+msgid "Please answer the following:"
+msgstr "Vă rugăm să răspundeţi la următoarele:"
 
-#: ../../mod/ping.php:245
-msgid "{0} sent you a message"
-msgstr "{0} v-a trimis un mesaj"
+#: ../../mod/dfrn_request.php:830
+#, php-format
+msgid "Does %s know you?"
+msgstr "%s vă cunoaşte?"
 
-#: ../../mod/ping.php:250
-msgid "{0} requested registration"
-msgstr "{0} a solicitat înregistrarea"
+#: ../../mod/dfrn_request.php:834
+msgid "Add a personal note:"
+msgstr "Adaugă o notă personală:"
 
-#: ../../mod/ping.php:256
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} a comentat la articolul postat de %s"
+#: ../../mod/dfrn_request.php:836 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/ping.php:261
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} a apreciat articolul postat de %s"
+#: ../../mod/dfrn_request.php:837
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Reţea Socială Web Centralizată"
 
-#: ../../mod/ping.php:266
+#: ../../mod/dfrn_request.php:839
 #, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} nu a apreciat articolul postat de %s"
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr "- vă rugăm să nu folosiţi acest formular. În schimb, introduceţi %s în bara dvs. de căutare Diaspora."
 
-#: ../../mod/ping.php:271
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} este acum prieten cu %s"
+#: ../../mod/dfrn_request.php:840
+msgid "Your Identity Address:"
+msgstr "Adresa dvs. Identitate "
 
-#: ../../mod/ping.php:276
-msgid "{0} posted"
-msgstr "{0} a postat"
+#: ../../mod/dfrn_request.php:843
+msgid "Submit Request"
+msgstr "Trimiteţi Solicitarea"
 
-#: ../../mod/ping.php:281
+#: ../../mod/register.php:90
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare."
+
+#: ../../mod/register.php:96
 #, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} a etichetat articolul postat de %s cu #%s"
+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 ""
 
-#: ../../mod/ping.php:287
-msgid "{0} mentioned you in a post"
-msgstr "{0} v-a menţionat într-o postare"
+#: ../../mod/register.php:105
+msgid "Your registration can not be processed."
+msgstr "Înregistrarea dvs. nu poate fi procesată."
 
-#: ../../mod/navigation.php:20 ../../include/nav.php:34
-msgid "Nothing new here"
-msgstr "Nimic nou aici"
+#: ../../mod/register.php:148
+msgid "Your registration is pending approval by the site owner."
+msgstr "Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului."
 
-#: ../../mod/navigation.php:24 ../../include/nav.php:38
-msgid "Clear notifications"
-msgstr "Ştergeţi notificările"
+#: ../../mod/register.php:186 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine."
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Indisponibil."
+#: ../../mod/register.php:214
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Puteți (opțional) să completaţi acest formular prin intermediul OpenID, introducând contul dvs. OpenID și apăsând pe 'Înregistrare'."
 
-#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:129
-#: ../../include/nav.php:129
-msgid "Community"
-msgstr "Comunitate"
+#: ../../mod/register.php:215
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor."
 
-#: ../../mod/filer.php:30 ../../include/conversation.php:1006
-#: ../../include/conversation.php:1024
-msgid "Save to Folder:"
-msgstr "Salvare în Dosar:"
+#: ../../mod/register.php:216
+msgid "Your OpenID (optional): "
+msgstr "Contul dvs. OpenID (opţional):"
 
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "- selectare -"
+#: ../../mod/register.php:230
+msgid "Include your profile in member directory?"
+msgstr "Includeți profilul dvs în directorul de membru?"
 
-#: ../../mod/wall_attach.php:75
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP"
+#: ../../mod/register.php:251
+msgid "Membership on this site is by invitation only."
+msgstr "Aderare pe acest site, este posibilă doar pe bază de invitație."
 
-#: ../../mod/wall_attach.php:75
-msgid "Or - did you try to upload an empty file?"
-msgstr "Sau - ați încercat să încărcaţi un fişier gol?"
+#: ../../mod/register.php:252
+msgid "Your invitation ID: "
+msgstr "ID invitaţiei dvs:"
 
-#: ../../mod/wall_attach.php:81
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Fişierul depăşeşte dimensiunea limită de %d"
+#: ../../mod/register.php:263
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Numele Complet (de ex. Joe Smith):"
 
-#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
-msgid "File upload failed."
-msgstr "Încărcarea fișierului a eşuat."
+#: ../../mod/register.php:264
+msgid "Your Email Address: "
+msgstr "Adresa dvs de mail:"
+
+#: ../../mod/register.php:265
+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 "Alegeţi un pseudonim de profil. Aceasta trebuie să înceapă cu un caracter text. Adresa profilului dvs. de pe acest site va fi de forma '<strong>pseudonim@$sitename</strong>'."
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Identificator profil, invalid."
+#: ../../mod/register.php:266
+msgid "Choose a nickname: "
+msgstr "Alegeţi un pseudonim:"
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Editor Vizibilitate Profil"
+#: ../../mod/register.php:269 ../../boot.php:1241 ../../include/nav.php:109
+msgid "Register"
+msgstr "Înregistrare"
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:224
-msgid "Click on a contact to add or remove."
-msgstr "Apăsați pe un contact pentru a-l adăuga sau elimina."
+#: ../../mod/register.php:275 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Import"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Vizibil Pentru"
+#: ../../mod/register.php:276
+msgid "Import your profile to this friendica instance"
+msgstr "Importați profilul dvs. în această instanță friendica"
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Toate Contactele (cu acces profil securizat)"
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Sistemul este suspendat pentru întreținere"
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "Sigur doriți să ștergeți acesta sugestie?"
+#: ../../mod/search.php:99 ../../include/text.php:953
+#: ../../include/text.php:954 ../../include/nav.php:119
+msgid "Search"
+msgstr "Căutare"
 
-#: ../../mod/suggest.php:66 ../../view/theme/diabook/theme.php:527
-#: ../../include/contact_widgets.php:35
-msgid "Friend Suggestions"
-msgstr "Sugestii de Prietenie"
+#: ../../mod/directory.php:51 ../../view/theme/diabook/theme.php:525
+msgid "Global Directory"
+msgstr "Director Global"
 
-#: ../../mod/suggest.php:72
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Nici-o sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercaţi din nou în 24 de ore."
+#: ../../mod/directory.php:59
+msgid "Find on this site"
+msgstr "Căutați pe acest site"
 
-#: ../../mod/suggest.php:88 ../../mod/match.php:58 ../../boot.php:1542
-#: ../../include/contact_widgets.php:10
-msgid "Connect"
-msgstr "Conectare"
+#: ../../mod/directory.php:62
+msgid "Site Directory"
+msgstr "Director Site"
 
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
-msgstr "Ignorare/Ascundere"
+#: ../../mod/directory.php:113 ../../mod/profiles.php:750
+msgid "Age: "
+msgstr "Vârsta:"
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Accesul interzis."
+#: ../../mod/directory.php:116
+msgid "Gender: "
+msgstr "Sex:"
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s îi urează bun venit lui %2$s"
+#: ../../mod/directory.php:138 ../../boot.php:1650
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Sex:"
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "Administrare Identităţii şi/sau Pagini"
+#: ../../mod/directory.php:140 ../../boot.php:1653
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Status:"
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de  \"gestionare \""
+#: ../../mod/directory.php:142 ../../boot.php:1655
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Homepage:"
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "Selectaţi o identitate de gestionat:"
+#: ../../mod/directory.php:144 ../../boot.php:1657
+#: ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "Despre:"
+
+#: ../../mod/directory.php:189
+msgid "No entries (some entries may be hidden)."
+msgstr "Fără înregistrări (unele înregistrări pot fi ascunse)."
 
 #: ../../mod/delegate.php:101
 msgid "No potential page delegates located."
 msgstr "Nici-un delegat potenţial de pagină, nu a putut fi localizat."
 
-#: ../../mod/delegate.php:130 ../../include/nav.php:168
+#: ../../mod/delegate.php:130 ../../include/nav.php:170
 msgid "Delegate Page Management"
 msgstr "Delegare Gestionare Pagină"
 
@@ -4694,1133 +4618,1192 @@ msgstr "Adăugare"
 msgid "No entries."
 msgstr "Nu există intrări."
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Nici-un contact."
-
-#: ../../mod/viewcontacts.php:76 ../../include/text.php:875
-msgid "View Contacts"
-msgstr "Vezi Contacte"
-
-#: ../../mod/notes.php:44 ../../boot.php:2121
-msgid "Personal Notes"
-msgstr "Note Personale"
-
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "Abordare/Atragerea atenției"
-
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "abordați, atrageți atenția sau faceți alte lucruri cuiva"
-
-#: ../../mod/poke.php:194
-msgid "Recipient"
-msgstr "Destinatar"
-
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Alegeți ce doriți să faceți cu destinatarul"
-
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr "Faceți acest articol privat"
-
-#: ../../mod/directory.php:51 ../../view/theme/diabook/theme.php:525
-msgid "Global Directory"
-msgstr "Director Global"
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Prieteni Comuni"
 
-#: ../../mod/directory.php:59
-msgid "Find on this site"
-msgstr "Căutați pe acest site"
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Nici-un contact în comun"
 
-#: ../../mod/directory.php:62
-msgid "Site Directory"
-msgstr "Director Site"
+#: ../../mod/uexport.php:77
+msgid "Export account"
+msgstr "Exportare cont"
 
-#: ../../mod/directory.php:116
-msgid "Gender: "
-msgstr "Sex:"
+#: ../../mod/uexport.php:77
+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ți-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server."
 
-#: ../../mod/directory.php:138 ../../boot.php:1624
-#: ../../include/profile_advanced.php:17
-msgid "Gender:"
-msgstr "Sex:"
+#: ../../mod/uexport.php:78
+msgid "Export all"
+msgstr "Exportare tot"
 
-#: ../../mod/directory.php:140 ../../boot.php:1627
-#: ../../include/profile_advanced.php:37
-msgid "Status:"
-msgstr "Status:"
+#: ../../mod/uexport.php:78
+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ți informațiile dvs. de cont, contactele şi toate elementele dvs., ca json. Ar putea fi un fișier foarte mare, şi ar putea lua mult timp. Utilizaţi aceasta pentru a face un backup complet al contului (fotografiile nu sunt exportate)"
 
-#: ../../mod/directory.php:142 ../../boot.php:1629
-#: ../../include/profile_advanced.php:48
-msgid "Homepage:"
-msgstr "Homepage:"
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s este momentan %2$s"
 
-#: ../../mod/directory.php:144 ../../include/profile_advanced.php:58
-msgid "About:"
-msgstr "Despre:"
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Stare de spirit"
 
-#: ../../mod/directory.php:189
-msgid "No entries (some entries may be hidden)."
-msgstr "Fără înregistrări (unele înregistrări pot fi ascunse)."
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Stabiliți-vă starea de spirit curentă, şi comunicați-o prietenilor"
 
-#: ../../mod/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:134
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "Sigur doriți să ștergeți acesta sugestie?"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Conversie Oră"
+#: ../../mod/suggest.php:68 ../../include/contact_widgets.php:35
+#: ../../view/theme/diabook/theme.php:527
+msgid "Friend Suggestions"
+msgstr "Sugestii de Prietenie"
 
-#: ../../mod/localtime.php:26
+#: ../../mod/suggest.php:74
 msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și prieteni, în zonele cu fusuri orare necunoscute.\\v"
-
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "Fus orar UTC: %s"
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Nici-o sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercaţi din nou în 24 de ore."
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Fusul orar curent: %s"
+#: ../../mod/suggest.php:92
+msgid "Ignore/Hide"
+msgstr "Ignorare/Ascundere"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Ora locală convertită: %s"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "Profilul a fost şters."
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Vă rugăm să vă selectaţi fusul orar:"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Profil-"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Postat cu succes."
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "Profilul nou a fost creat."
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Imaginea a fost încărcată, dar decuparea imaginii a eşuat."
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "Profil indisponibil pentru clonare."
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Reducerea dimensiunea imaginii [%s] a eşuat."
+#: ../../mod/profiles.php:189
+msgid "Profile Name is required."
+msgstr "Numele de Profil este necesar."
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat."
+#: ../../mod/profiles.php:340
+msgid "Marital Status"
+msgstr "Starea Civilă"
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Nu s-a putut procesa imaginea."
+#: ../../mod/profiles.php:344
+msgid "Romantic Partner"
+msgstr "Partener Romantic"
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Încărcare Fișier:"
+#: ../../mod/profiles.php:348
+msgid "Likes"
+msgstr "Likes"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Selectați un profil:"
+#: ../../mod/profiles.php:352
+msgid "Dislikes"
+msgstr "Antipatii"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "Încărcare"
+#: ../../mod/profiles.php:356
+msgid "Work/Employment"
+msgstr "Loc de Muncă/Slujbă"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "omiteți acest pas"
+#: ../../mod/profiles.php:359
+msgid "Religion"
+msgstr "Religie"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "selectaţi o fotografie din albumele dvs. foto"
+#: ../../mod/profiles.php:363
+msgid "Political Views"
+msgstr "Viziuni Politice"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Decupare Imagine"
+#: ../../mod/profiles.php:367
+msgid "Gender"
+msgstr "Sex"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă."
+#: ../../mod/profiles.php:371
+msgid "Sexual Preference"
+msgstr "Preferinţe Sexuale"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Editare Realizată"
+#: ../../mod/profiles.php:375
+msgid "Homepage"
+msgstr "Homepage"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Imaginea a fost încărcată cu succes"
+#: ../../mod/profiles.php:379 ../../mod/profiles.php:698
+msgid "Interests"
+msgstr "Interese"
 
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
-msgstr "Serverul de Comunicații Friendica - Instalare"
+#: ../../mod/profiles.php:383
+msgid "Address"
+msgstr "Addresă"
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Nu se poate face conectarea cu baza de date."
+#: ../../mod/profiles.php:390 ../../mod/profiles.php:694
+msgid "Location"
+msgstr "Locaţie"
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Nu se poate crea tabelul."
+#: ../../mod/profiles.php:473
+msgid "Profile updated."
+msgstr "Profil actualizat."
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "Baza dvs. de date Friendica, a fost instalată."
+#: ../../mod/profiles.php:568
+msgid " and "
+msgstr "şi"
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Este posibil să fie nevoie să importați manual fişierul \"database.sql\" folosind phpmyadmin sau mysql."
+#: ../../mod/profiles.php:576
+msgid "public profile"
+msgstr "profil public"
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:525
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Vă rugăm să consultaţi fişierul  \"INSTALL.txt\"."
+#: ../../mod/profiles.php:579
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s a modificat %2$s în &ldquo;%3$s&rdquo;"
 
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "Verificare sistem"
+#: ../../mod/profiles.php:580
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr "- Vizitați %2$s lui %1$s'"
 
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "Reverificare"
+#: ../../mod/profiles.php:583
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s și-a actualizat %2$s, modificând %3$s."
 
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "Conexiunea cu baza de date"
+#: ../../mod/profiles.php:658
+msgid "Hide contacts and friends:"
+msgstr "Ascunde contacte și prieteni:"
 
-#: ../../mod/install.php:228
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date."
+#: ../../mod/profiles.php:663
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii acestui profil?"
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări."
+#: ../../mod/profiles.php:685
+msgid "Edit Profile Details"
+msgstr "Editare Detalii Profil"
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua."
+#: ../../mod/profiles.php:687
+msgid "Change Profile Photo"
+msgstr "Modificați Fotografia de Profil"
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "Nume Server Bază de date"
+#: ../../mod/profiles.php:688
+msgid "View this profile"
+msgstr "Vizualizați acest profil"
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "Nume Autentificare Bază de date"
+#: ../../mod/profiles.php:689
+msgid "Create a new profile using these settings"
+msgstr "Creaţi un profil nou folosind aceste configurări"
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "Parola de Autentificare Bază de date"
+#: ../../mod/profiles.php:690
+msgid "Clone this profile"
+msgstr "Clonați acest profil"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "Nume Bază de date"
+#: ../../mod/profiles.php:691
+msgid "Delete this profile"
+msgstr "Ştergeţi acest profil"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "Adresa de email a administratorului de site"
+#: ../../mod/profiles.php:692
+msgid "Basic information"
+msgstr "Informaţii de bază"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web."
+#: ../../mod/profiles.php:693
+msgid "Profile picture"
+msgstr "Imagine profil"
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs."
+#: ../../mod/profiles.php:695
+msgid "Preferences"
+msgstr "Preferinţe "
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "Configurări Site"
+#: ../../mod/profiles.php:696
+msgid "Status information"
+msgstr "Informaţii Status"
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului web."
+#: ../../mod/profiles.php:697
+msgid "Additional information"
+msgstr "Informaţii suplimentare"
 
-#: ../../mod/install.php:322
-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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Dacă nu aveţi o versiune a liniei de comandă PHP instalată pe server, nu veţi putea să efectuaţi interogări ciclice în fundal prin funcția cron. Consultaţi <a href='http://friendica.com/node/27'>'Activarea sarcinilor programate' </a>"
+#: ../../mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "Nume profil:"
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "Calea de executare PHP"
+#: ../../mod/profiles.php:701
+msgid "Your Full Name:"
+msgstr "Numele Complet:"
 
-#: ../../mod/install.php:326
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea."
+#: ../../mod/profiles.php:702
+msgid "Title/Description:"
+msgstr "Titlu/Descriere"
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "linie comandă PHP"
+#: ../../mod/profiles.php:703
+msgid "Your Gender:"
+msgstr "Sexul:"
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "Executabilul PHP nu este de formă binară php-cli (ar putea fi versiunea cgi-fgci)"
+#: ../../mod/profiles.php:704
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Zi Naştere (%s):"
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "Versiune PHP identificată:"
+#: ../../mod/profiles.php:705
+msgid "Street Address:"
+msgstr "Strada:"
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
-msgstr "Versiune binară PHP-cli"
+#: ../../mod/profiles.php:706
+msgid "Locality/City:"
+msgstr "Localitate/Oraș:"
 
-#: ../../mod/install.php:354
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Versiunea liniei de comandă PHP de pe sistemul dumneavoastră nu are comanda \"register_argc_argv\" activată."
+#: ../../mod/profiles.php:707
+msgid "Postal/Zip Code:"
+msgstr "Cod poștal:"
 
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "Aceasta este necesară pentru a funcționa livrarea de mesaje."
+#: ../../mod/profiles.php:708
+msgid "Country:"
+msgstr "Ţară:"
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../mod/profiles.php:709
+msgid "Region/State:"
+msgstr "Regiunea/Județul:"
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Eroare: funcția \"openssl_pkey_new\" de pe acest sistem nu este capabilă să genereze chei de criptare"
+#: ../../mod/profiles.php:710
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Stare Civilă:"
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Dacă rulează pe Windows, vă rugăm să consultaţi \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/profiles.php:711
+msgid "Who: (if applicable)"
+msgstr "Cine: (dacă este cazul)"
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "Generare chei de criptare"
+#: ../../mod/profiles.php:712
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Exemple: cathy123, Cathy Williams, cathy@example.com"
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "Modulul PHP libCurl"
+#: ../../mod/profiles.php:713
+msgid "Since [date]:"
+msgstr "Din [data]:"
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "Modulul PHP grafică GD"
+#: ../../mod/profiles.php:714 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "Orientare Sexuală:"
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "Modulul PHP OpenSSL"
+#: ../../mod/profiles.php:715
+msgid "Homepage URL:"
+msgstr "Homepage URL:"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "Modulul PHP mysqli"
+#: ../../mod/profiles.php:716 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr "Domiciliu:"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "Modulul PHP mb_string"
+#: ../../mod/profiles.php:717 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "Viziuni Politice:"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Modulul Apache mod_rewrite"
+#: ../../mod/profiles.php:718
+msgid "Religious Views:"
+msgstr "Viziuni Religioase:"
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat."
+#: ../../mod/profiles.php:719
+msgid "Public Keywords:"
+msgstr "Cuvinte cheie Publice:"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat."
+#: ../../mod/profiles.php:720
+msgid "Private Keywords:"
+msgstr "Cuvinte cheie Private:"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat."
+#: ../../mod/profiles.php:721 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "Îmi place:"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat."
+#: ../../mod/profiles.php:722 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "Nu-mi place:"
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Eroare: modulul PHP mysqli este necesar dar nu este instalat."
+#: ../../mod/profiles.php:723
+msgid "Example: fishing photography software"
+msgstr "Exemplu: pescuit fotografii software"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Eroare: modulul PHP mb_string este necesar dar nu este instalat."
+#: ../../mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)"
 
-#: ../../mod/install.php:438
-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 "Expertul de instalare web  trebuie să poată crea un fișier numit \".htconfig.php\" în dosarul superior al serverului dvs. web, şi nu poate face acest lucru."
+#: ../../mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Utilizat pentru a căuta profile, niciodată afișat altora)"
 
-#: ../../mod/install.php:439
-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 "Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi."
+#: ../../mod/profiles.php:726
+msgid "Tell us about yourself..."
+msgstr "Spune-ne despre tine ..."
 
-#: ../../mod/install.php:440
-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 "La finalul acestei proceduri, vă vom oferi un text pentru a-l salva într-un fişier numit .htconfig.php din dosarul dvs. superior Friendica."
+#: ../../mod/profiles.php:727
+msgid "Hobbies/Interests"
+msgstr "Hobby/Interese"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternativ, puteţi omite această procedură şi să efectuaţi o instalare manuală. Vă rugăm să consultaţi fişierul  \"INSTALL.txt\" pentru instrucțiuni."
+#: ../../mod/profiles.php:728
+msgid "Contact information and Social Networks"
+msgstr "Informaţii de Contact şi Reţele Sociale"
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php este inscriptibil"
+#: ../../mod/profiles.php:729
+msgid "Musical interests"
+msgstr "Preferințe muzicale"
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea."
+#: ../../mod/profiles.php:730
+msgid "Books, literature"
+msgstr "Cărti, literatură"
 
-#: ../../mod/install.php:455
-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 "Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica."
+#: ../../mod/profiles.php:731
+msgid "Television"
+msgstr "Programe TV"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar."
+#: ../../mod/profiles.php:732
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/dans/cultură/divertisment"
 
-#: ../../mod/install.php:457
-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 "Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine."
+#: ../../mod/profiles.php:733
+msgid "Love/romance"
+msgstr "Dragoste/romantism"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 este inscriptibil"
+#: ../../mod/profiles.php:734
+msgid "Work/employment"
+msgstr "Loc de Muncă/Slujbă"
 
-#: ../../mod/install.php:472
+#: ../../mod/profiles.php:735
+msgid "School/education"
+msgstr "Școală/educație"
+
+#: ../../mod/profiles.php:740
 msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "Funcția de rescriere Url rewrite din .htaccess nu funcţionează. Verificaţi-vă configuraţia serverului."
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Acesta este profilul dvs. <strong>public</strong>.<br /> El <strong>poate</strong> fi vizibil pentru oricine folosește internetul."
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr "Funcția de rescriere Url rewrite, funcţionează."
+#: ../../mod/profiles.php:803
+msgid "Edit/Manage Profiles"
+msgstr "Editare/Gestionare Profile"
 
-#: ../../mod/install.php:484
-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 "Fișierul de configurare baza de date \".htconfig.php\", nu a putut fi scris. Vă rugăm să utilizaţi textul închis pentru a crea un fişier de configurare în rădăcina serverului dvs. web."
+#: ../../mod/profiles.php:804 ../../boot.php:1611 ../../boot.php:1637
+msgid "Change profile photo"
+msgstr "Modificați Fotografia de Profil"
 
-#: ../../mod/install.php:523
-msgid "<h1>What next</h1>"
-msgstr "<h1>Ce urmează</h1>"
+#: ../../mod/profiles.php:805 ../../boot.php:1612
+msgid "Create New Profile"
+msgstr "Creați Profil Nou"
 
-#: ../../mod/install.php:524
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANT: Va trebui să configurați [manual] o sarcină programată pentru operatorul de sondaje."
+#: ../../mod/profiles.php:816 ../../boot.php:1622
+msgid "Profile Image"
+msgstr "Imagine profil"
 
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Grupul a fost creat."
+#: ../../mod/profiles.php:818 ../../boot.php:1625
+msgid "visible to everybody"
+msgstr "vizibil pentru toata lumea"
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Grupul nu se poate crea."
+#: ../../mod/profiles.php:819 ../../boot.php:1626
+msgid "Edit visibility"
+msgstr "Editare vizibilitate"
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "Grupul nu a fost găsit."
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "Element negăsit"
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Numele grupului a fost schimbat."
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "Editează post"
 
-#: ../../mod/group.php:87
-msgid "Save Group"
-msgstr "Salvare Grup"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1092
+msgid "upload photo"
+msgstr "încărcare fotografie"
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "Creaţi un grup de contacte/prieteni."
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1093
+msgid "Attach file"
+msgstr "Ataşează fişier"
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "Nume Grup:"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1094
+msgid "attach file"
+msgstr "ataşează fişier"
 
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "Grupul a fost eliminat."
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1096
+msgid "web link"
+msgstr "web link"
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "Nu se poate elimina grupul."
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1097
+msgid "Insert video link"
+msgstr "Inserează video link"
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "Editor Grup"
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1098
+msgid "video link"
+msgstr "video link"
 
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "Membri"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1099
+msgid "Insert audio link"
+msgstr "Inserare link audio"
 
-#: ../../mod/content.php:119 ../../mod/network.php:514
-msgid "No such group"
-msgstr "Membrii"
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1100
+msgid "audio link"
+msgstr "audio link"
 
-#: ../../mod/content.php:130 ../../mod/network.php:531
-msgid "Group is empty"
-msgstr "Grupul este gol"
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1101
+msgid "Set your location"
+msgstr "Setează locaţia dvs"
 
-#: ../../mod/content.php:134 ../../mod/network.php:538
-msgid "Group: "
-msgstr "Grup:"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1102
+msgid "set location"
+msgstr "set locaţie"
 
-#: ../../mod/content.php:497 ../../include/conversation.php:690
-msgid "View in context"
-msgstr "Vizualizare în context"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1103
+msgid "Clear browser location"
+msgstr "Curățare locație browser"
 
-#: ../../mod/regmod.php:55
-msgid "Account approved."
-msgstr "Cont aprobat."
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1104
+msgid "clear location"
+msgstr "şterge locaţia"
 
-#: ../../mod/regmod.php:92
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Înregistrare revocată pentru %s"
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1110
+msgid "Permission settings"
+msgstr "Setări permisiuni"
 
-#: ../../mod/regmod.php:104
-msgid "Please login."
-msgstr "Vă rugăm să vă autentificați."
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1119
+msgid "CC: email addresses"
+msgstr "CC:  adresă email"
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Potrivire Profil"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1120
+msgid "Public post"
+msgstr "Public post"
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Nu există cuvinte cheie pentru a le potrivi. Vă rugăm să adăugaţi cuvinte cheie la profilul dvs implicit."
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1106
+msgid "Set title"
+msgstr "Setează titlu"
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "are interese pentru:"
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1108
+msgid "Categories (comma-separated list)"
+msgstr "Categorii (listă cu separator prin virgulă)"
 
-#: ../../mod/item.php:113
-msgid "Unable to locate original post."
-msgstr "Nu se poate localiza postarea originală."
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1122
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Exemplu: bob@exemplu.com, mary@exemplu.com"
 
-#: ../../mod/item.php:326
-msgid "Empty post discarded."
-msgstr "Postarea goală a fost eliminată."
+#: ../../mod/friendica.php:59
+msgid "This is Friendica, version"
+msgstr "Friendica, versiunea"
 
-#: ../../mod/item.php:919
-msgid "System error. Post not saved."
-msgstr "Eroare de sistem. Articolul nu a fost salvat."
+#: ../../mod/friendica.php:60
+msgid "running at web location"
+msgstr "rulează la locaţia web"
 
-#: ../../mod/item.php:945
-#, php-format
+#: ../../mod/friendica.php:62
 msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica."
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Vă rugăm să vizitaţi <a href=\"http://friendica.com\">Friendica.com</a> pentru a afla mai multe despre proiectul Friendica."
 
-#: ../../mod/item.php:947
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Îi puteți vizita profilul online la %s"
+#: ../../mod/friendica.php:64
+msgid "Bug reports and issues: please visit"
+msgstr "Rapoarte de erori şi probleme: vă rugăm să vizitaţi"
 
-#: ../../mod/item.php:948
+#: ../../mod/friendica.php:65
 msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje."
-
-#: ../../mod/item.php:952
-#, php-format
-msgid "%s posted an update."
-msgstr "%s a postat o actualizare."
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Sugestii, laude, donatii, etc. - vă rugăm să trimiteți un email  pe \"Info\" at Friendica - dot com"
 
-#: ../../mod/mood.php:62 ../../include/conversation.php:227
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s este momentan %2$s"
+#: ../../mod/friendica.php:79
+msgid "Installed plugins/addons/apps:"
+msgstr "Module/suplimente/aplicații instalate:"
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "Stare de spirit"
+#: ../../mod/friendica.php:92
+msgid "No installed plugins/addons/apps"
+msgstr "Module/suplimente/aplicații neinstalate"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "Stabiliți-vă starea de spirit curentă, şi comunicați-o prietenilor"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autorizare conectare aplicaţie"
 
-#: ../../mod/network.php:136
-msgid "Search Results For:"
-msgstr "Rezultatele Căutării Pentru:"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Reveniți la aplicația dvs. şi introduceţi acest Cod de Securitate:"
 
-#: ../../mod/network.php:189 ../../include/group.php:275
-msgid "add"
-msgstr "add"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Vă rugăm să vă autentificați pentru a continua."
 
-#: ../../mod/network.php:350
-msgid "Commented Order"
-msgstr "Ordonare Comentarii"
+#: ../../mod/api.php:104
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?"
 
-#: ../../mod/network.php:353
-msgid "Sort by Comment Date"
-msgstr "Sortare după Data Comentariului"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Informaţiile la distanţă despre confidenţialitate, nu sunt disponibile."
 
-#: ../../mod/network.php:356
-msgid "Posted Order"
-msgstr "Ordonare Postări"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Visibil către:"
 
-#: ../../mod/network.php:359
-msgid "Sort by Post Date"
-msgstr "Sortare după Data Postării"
+#: ../../mod/notes.php:44 ../../boot.php:2150
+msgid "Personal Notes"
+msgstr "Note Personale"
 
-#: ../../mod/network.php:368
-msgid "Posts that mention or involve you"
-msgstr "Postări ce vă menționează sau vă implică"
+#: ../../mod/localtime.php:12 ../../include/bb2diaspora.php:148
+#: ../../include/event.php:11
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: ../../mod/network.php:374
-msgid "New"
-msgstr "Nou"
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Conversie Oră"
 
-#: ../../mod/network.php:377
-msgid "Activity Stream - by date"
-msgstr "Flux Activități - după dată"
+#: ../../mod/localtime.php:26
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și prieteni, în zonele cu fusuri orare necunoscute.\\v"
 
-#: ../../mod/network.php:383
-msgid "Shared Links"
-msgstr "Linkuri partajate"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
+msgstr "Fus orar UTC: %s"
 
-#: ../../mod/network.php:386
-msgid "Interesting Links"
-msgstr "Legături Interesante"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Fusul orar curent: %s"
 
-#: ../../mod/network.php:392
-msgid "Starred"
-msgstr "Cu steluță"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Ora locală convertită: %s"
 
-#: ../../mod/network.php:395
-msgid "Favourite Posts"
-msgstr "Postări Favorite"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Vă rugăm să vă selectaţi fusul orar:"
 
-#: ../../mod/network.php:457
-#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Atenție: Acest grup conţine %s membru dintr-o reţea nesigură."
-msgstr[1] "Atenție: Acest grup conţine %s membrii dintr-o reţea nesigură."
-msgstr[2] "Atenție: Acest grup conţine %s de membrii dintr-o reţea nesigură."
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Abordare/Atragerea atenției"
 
-#: ../../mod/network.php:460
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Mesajele private către acest grup sunt supuse riscului de divulgare publică."
+#: ../../mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "abordați, atrageți atenția sau faceți alte lucruri cuiva"
 
-#: ../../mod/network.php:548
-msgid "Contact: "
-msgstr "Contact: "
+#: ../../mod/poke.php:194
+msgid "Recipient"
+msgstr "Destinatar"
 
-#: ../../mod/network.php:550
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Mesajele private către această persoană sunt supuse riscului de divulgare publică."
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Alegeți ce doriți să faceți cu destinatarul"
 
-#: ../../mod/network.php:555
-msgid "Invalid contact."
-msgstr "Invalid contact."
+#: ../../mod/poke.php:198
+msgid "Make this post private"
+msgstr "Faceți acest articol privat"
 
-#: ../../mod/crepair.php:106
-msgid "Contact settings applied."
-msgstr "Configurările Contactului au fost aplicate."
+#: ../../mod/invite.php:27
+msgid "Total invitation limit exceeded."
+msgstr "Limita totală a invitațiilor a fost depăşită."
 
-#: ../../mod/crepair.php:108
-msgid "Contact update failed."
-msgstr "Actualizarea Contactului a eșuat."
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Nu este o adresă vaildă de email."
 
-#: ../../mod/crepair.php:139
-msgid "Repair Contact Settings"
-msgstr "Remediere Configurări Contact"
+#: ../../mod/invite.php:73
+msgid "Please join us on Friendica"
+msgstr "Vă rugăm să veniți alături de noi pe Friendica"
 
-#: ../../mod/crepair.php:141
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<Strong>AVERTISMENT: Această acțiune este foarte avansată</strong> şi dacă introduceţi informaţii incorecte, comunicaţiile cu acest contact se poate opri."
+#: ../../mod/invite.php:84
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem."
 
-#: ../../mod/crepair.php:142
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Vă rugăm să utilizaţi <strong>acum</strong> butonul 'Înapoi' din browser, dacă nu sunteţi sigur ce sa faceți pe această pagină."
+#: ../../mod/invite.php:89
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Livrarea mesajului a eşuat."
 
-#: ../../mod/crepair.php:148
-msgid "Return to contact editor"
-msgstr "Reveniţi la editorul de contact"
+#: ../../mod/invite.php:93
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d mesaj trimis."
+msgstr[1] "%d mesaje trimise."
+msgstr[2] "%d de mesaje trimise."
 
-#: ../../mod/crepair.php:161
-msgid "Account Nickname"
-msgstr "Pseudonim Cont"
+#: ../../mod/invite.php:112
+msgid "You have no more invitations available"
+msgstr "Nu mai aveți invitaţii disponibile"
 
-#: ../../mod/crepair.php:162
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Nume_etichetă - suprascrie Numele/Pseudonimul"
+#: ../../mod/invite.php:120
+#, 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 "Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale."
 
-#: ../../mod/crepair.php:163
-msgid "Account URL"
-msgstr "URL Cont"
+#: ../../mod/invite.php:122
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica."
 
-#: ../../mod/crepair.php:164
-msgid "Friend Request URL"
-msgstr "URL Solicitare Prietenie"
+#: ../../mod/invite.php:123
+#, 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 "Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura."
 
-#: ../../mod/crepair.php:165
-msgid "Friend Confirm URL"
-msgstr "URL Confirmare Prietenie"
+#: ../../mod/invite.php:126
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii."
 
-#: ../../mod/crepair.php:166
-msgid "Notification Endpoint URL"
-msgstr "Punct final URL Notificare"
+#: ../../mod/invite.php:132
+msgid "Send invitations"
+msgstr "Trimiteți invitaţii"
 
-#: ../../mod/crepair.php:167
-msgid "Poll/Feed URL"
-msgstr "URL Sondaj/Flux"
+#: ../../mod/invite.php:133
+msgid "Enter email addresses, one per line:"
+msgstr "Introduceţi adresele de email, una pe linie:"
 
-#: ../../mod/crepair.php:168
-msgid "New photo from this URL"
-msgstr "Fotografie Nouă de la acest URL"
+#: ../../mod/invite.php:135
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună."
 
-#: ../../mod/crepair.php:169
-msgid "Remote Self"
-msgstr "Auto la Distanţă"
+#: ../../mod/invite.php:137
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Va fi nevoie să furnizați acest cod de invitaţie:  $invite_code"
 
-#: ../../mod/crepair.php:171
-msgid "Mirror postings from this contact"
-msgstr "Postări în oglindă de la acest contact"
+#: ../../mod/invite.php:137
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:"
 
-#: ../../mod/crepair.php:171
+#: ../../mod/invite.php:139
 msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact."
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "Pentru mai multe informaţii despre proiectul Friendica, şi de ce credem că este important, vă rugăm să vizitaţi http://friendica.com"
 
-#: ../../mod/crepair.php:171
-msgid "No mirroring"
-msgstr ""
+#: ../../mod/photos.php:52 ../../boot.php:2129
+msgid "Photo Albums"
+msgstr "Albume Photo "
 
-#: ../../mod/crepair.php:171
-msgid "Mirror as forwarded posting"
-msgstr ""
+#: ../../mod/photos.php:60 ../../mod/photos.php:155 ../../mod/photos.php:1064
+#: ../../mod/photos.php:1187 ../../mod/photos.php:1210
+#: ../../mod/photos.php:1760 ../../mod/photos.php:1772
+#: ../../view/theme/diabook/theme.php:499
+msgid "Contact Photos"
+msgstr "Photo Contact"
 
-#: ../../mod/crepair.php:171
-msgid "Mirror as my own posting"
-msgstr ""
+#: ../../mod/photos.php:67 ../../mod/photos.php:1262 ../../mod/photos.php:1819
+msgid "Upload New Photos"
+msgstr "Încărcaţi Fotografii Noi"
 
-#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
-#: ../../include/nav.php:146
-msgid "Your posts and conversations"
-msgstr "Postările şi conversaţiile dvs."
+#: ../../mod/photos.php:144
+msgid "Contact information unavailable"
+msgstr "Informaţii contact nedisponibile"
 
-#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
-msgid "Your profile page"
-msgstr "Pagina dvs. de profil"
+#: ../../mod/photos.php:165
+msgid "Album not found."
+msgstr "Album negăsit"
 
-#: ../../view/theme/diabook/theme.php:125
-msgid "Your contacts"
-msgstr "Contactele dvs."
+#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204
+msgid "Delete Album"
+msgstr "Şterge Album"
 
-#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
-msgid "Your photos"
-msgstr "Fotografiile dvs."
+#: ../../mod/photos.php:198
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?"
 
-#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:80
-msgid "Your events"
-msgstr "Evenimentele dvs."
+#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1515
+msgid "Delete Photo"
+msgstr "Şterge  Poza"
 
-#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:81
-msgid "Personal notes"
-msgstr "Note Personale"
+#: ../../mod/photos.php:287
+msgid "Do you really want to delete this photo?"
+msgstr "Sigur doriți să ștergeți această fotografie?"
 
-#: ../../view/theme/diabook/theme.php:128
-msgid "Your personal photos"
-msgstr "Fotografii dvs. personale"
+#: ../../mod/photos.php:662
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s a fost etichetat în %2$s de către %3$s"
 
-#: ../../view/theme/diabook/theme.php:130
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:624
-#: ../../view/theme/diabook/config.php:158
-msgid "Community Pages"
-msgstr "Community Pagini"
+#: ../../mod/photos.php:662
+msgid "a photo"
+msgstr "o poză"
 
-#: ../../view/theme/diabook/theme.php:391
-#: ../../view/theme/diabook/theme.php:626
-#: ../../view/theme/diabook/config.php:160
-msgid "Community Profiles"
-msgstr "Profile de Comunitate"
+#: ../../mod/photos.php:767
+msgid "Image exceeds size limit of "
+msgstr "Dimensiunea imaginii depăşeşte limita de"
 
-#: ../../view/theme/diabook/theme.php:412
-#: ../../view/theme/diabook/theme.php:630
-#: ../../view/theme/diabook/config.php:164
-msgid "Last users"
-msgstr "Ultimii utilizatori"
+#: ../../mod/photos.php:775
+msgid "Image file is empty."
+msgstr "Fișierul imagine este gol."
 
-#: ../../view/theme/diabook/theme.php:441
-#: ../../view/theme/diabook/theme.php:632
-#: ../../view/theme/diabook/config.php:166
-msgid "Last likes"
-msgstr "Ultimele aprecieri"
+#: ../../mod/photos.php:930
+msgid "No photos selected"
+msgstr "Nici-o fotografie selectată"
 
-#: ../../view/theme/diabook/theme.php:463 ../../include/text.php:1963
-#: ../../include/conversation.php:118 ../../include/conversation.php:246
-msgid "event"
-msgstr "eveniment"
+#: ../../mod/photos.php:1094
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Aţi folosit %1$.2f Mb din %2$.2f Mb de stocare foto."
 
-#: ../../view/theme/diabook/theme.php:486
-#: ../../view/theme/diabook/theme.php:631
-#: ../../view/theme/diabook/config.php:165
-msgid "Last photos"
-msgstr "Ultimele fotografii"
+#: ../../mod/photos.php:1129
+msgid "Upload Photos"
+msgstr "Încărcare Fotografii"
 
-#: ../../view/theme/diabook/theme.php:523
-#: ../../view/theme/diabook/theme.php:629
-#: ../../view/theme/diabook/config.php:163
-msgid "Find Friends"
-msgstr "Găsire Prieteni"
+#: ../../mod/photos.php:1133 ../../mod/photos.php:1199
+msgid "New album name: "
+msgstr "Nume album nou:"
 
-#: ../../view/theme/diabook/theme.php:524
-msgid "Local Directory"
-msgstr "Director Local"
+#: ../../mod/photos.php:1134
+msgid "or existing album name: "
+msgstr "sau numele unui album existent:"
 
-#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:36
-msgid "Similar Interests"
-msgstr "Interese Similare"
+#: ../../mod/photos.php:1135
+msgid "Do not show a status post for this upload"
+msgstr "Nu afișa un status pentru această încărcare"
 
-#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:38
-msgid "Invite Friends"
-msgstr "Invită Prieteni"
+#: ../../mod/photos.php:1137 ../../mod/photos.php:1510
+msgid "Permissions"
+msgstr "Permisiuni"
 
-#: ../../view/theme/diabook/theme.php:579
-#: ../../view/theme/diabook/theme.php:625
-#: ../../view/theme/diabook/config.php:159
-msgid "Earth Layers"
-msgstr "Straturi Pământ"
+#: ../../mod/photos.php:1148
+msgid "Private Photo"
+msgstr "Poze private"
 
-#: ../../view/theme/diabook/theme.php:584
-msgid "Set zoomfactor for Earth Layers"
-msgstr "Stabilire factor de magnificare pentru Straturi Pământ"
+#: ../../mod/photos.php:1149
+msgid "Public Photo"
+msgstr "Poze Publice"
 
-#: ../../view/theme/diabook/theme.php:585
-#: ../../view/theme/diabook/config.php:156
-msgid "Set longitude (X) for Earth Layers"
-msgstr "Stabilire longitudine (X) pentru Straturi Pământ"
+#: ../../mod/photos.php:1212
+msgid "Edit Album"
+msgstr "Editează Album"
 
-#: ../../view/theme/diabook/theme.php:586
-#: ../../view/theme/diabook/config.php:157
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "Stabilire latitudine (Y) pentru Straturi Pământ"
+#: ../../mod/photos.php:1218
+msgid "Show Newest First"
+msgstr "Afișează Întâi cele Noi"
 
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:627
-#: ../../view/theme/diabook/config.php:161
-msgid "Help or @NewHere ?"
-msgstr "Ajutor sau @NouAici ?"
+#: ../../mod/photos.php:1220
+msgid "Show Oldest First"
+msgstr "Afișează Întâi cele Vechi"
 
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:628
-#: ../../view/theme/diabook/config.php:162
-msgid "Connect Services"
-msgstr "Conectare Servicii"
+#: ../../mod/photos.php:1248 ../../mod/photos.php:1802
+msgid "View Photo"
+msgstr "Vizualizare Fotografie"
 
-#: ../../view/theme/diabook/theme.php:621
-#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:328
-msgid "don't show"
-msgstr "nu afișa"
+#: ../../mod/photos.php:1294
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permisiune refuzată. Accesul la acest element poate fi restricționat."
 
-#: ../../view/theme/diabook/theme.php:621
-#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327
-msgid "show"
-msgstr "afișare"
+#: ../../mod/photos.php:1296
+msgid "Photo not available"
+msgstr "Fotografia nu este disponibilă"
 
-#: ../../view/theme/diabook/theme.php:622
-msgid "Show/hide boxes at right-hand column:"
-msgstr "Afişare/ascundere casete din coloana din dreapta:"
+#: ../../mod/photos.php:1352
+msgid "View photo"
+msgstr "Vezi foto"
 
-#: ../../view/theme/diabook/config.php:150 ../../view/theme/vier/config.php:54
-#: ../../view/theme/dispy/config.php:72
-#: ../../view/theme/duepuntozero/config.php:61
-#: ../../view/theme/quattro/config.php:66
-#: ../../view/theme/cleanzero/config.php:82
-msgid "Theme settings"
-msgstr "Configurări Temă"
+#: ../../mod/photos.php:1352
+msgid "Edit photo"
+msgstr "Editează  poza"
 
-#: ../../view/theme/diabook/config.php:151
-#: ../../view/theme/dispy/config.php:73
-#: ../../view/theme/cleanzero/config.php:84
-msgid "Set font-size for posts and comments"
-msgstr "Stabilire dimensiune font pentru postări şi comentarii"
+#: ../../mod/photos.php:1353
+msgid "Use as profile photo"
+msgstr "Utilizați ca și fotografie de profil"
 
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr "Stabilire înălțime linie pentru postări şi comentarii"
+#: ../../mod/photos.php:1378
+msgid "View Full Size"
+msgstr "Vizualizați la Dimensiunea Completă"
 
-#: ../../view/theme/diabook/config.php:153
-msgid "Set resolution for middle column"
-msgstr "Stabilire rezoluţie pentru coloana din mijloc"
+#: ../../mod/photos.php:1457
+msgid "Tags: "
+msgstr "Etichete:"
+
+#: ../../mod/photos.php:1460
+msgid "[Remove any tag]"
+msgstr "[Elimină orice etichetă]"
 
-#: ../../view/theme/diabook/config.php:154
-msgid "Set color scheme"
-msgstr "Stabilire schemă de culori"
+#: ../../mod/photos.php:1500
+msgid "Rotate CW (right)"
+msgstr "Rotire spre dreapta"
 
-#: ../../view/theme/diabook/config.php:155
-msgid "Set zoomfactor for Earth Layer"
-msgstr "Stabilire factor de magnificare pentru Straturi Pământ"
+#: ../../mod/photos.php:1501
+msgid "Rotate CCW (left)"
+msgstr "Rotire spre stânga"
 
-#: ../../view/theme/vier/config.php:55
-msgid "Set style"
-msgstr "Stabilire stil"
+#: ../../mod/photos.php:1503
+msgid "New album name"
+msgstr "Nume Nou Album"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Stabilire schemă de culori"
+#: ../../mod/photos.php:1506
+msgid "Caption"
+msgstr "Titlu"
 
-#: ../../view/theme/duepuntozero/config.php:44 ../../include/text.php:1699
-#: ../../include/user.php:247
-msgid "default"
-msgstr "implicit"
+#: ../../mod/photos.php:1508
+msgid "Add a Tag"
+msgstr "Adaugă un Tag"
 
-#: ../../view/theme/duepuntozero/config.php:45
-msgid "greenzero"
-msgstr "zeroverde"
+#: ../../mod/photos.php:1512
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping"
 
-#: ../../view/theme/duepuntozero/config.php:46
-msgid "purplezero"
-msgstr "zeroviolet"
+#: ../../mod/photos.php:1521
+msgid "Private photo"
+msgstr "Poze private"
 
-#: ../../view/theme/duepuntozero/config.php:47
-msgid "easterbunny"
-msgstr ""
+#: ../../mod/photos.php:1522
+msgid "Public photo"
+msgstr "Poze Publice"
 
-#: ../../view/theme/duepuntozero/config.php:48
-msgid "darkzero"
-msgstr "zeronegru"
+#: ../../mod/photos.php:1544 ../../include/conversation.php:1090
+msgid "Share"
+msgstr "Partajează"
 
-#: ../../view/theme/duepuntozero/config.php:49
-msgid "comix"
-msgstr ""
+#: ../../mod/photos.php:1817
+msgid "Recent Photos"
+msgstr "Poze Recente"
 
-#: ../../view/theme/duepuntozero/config.php:50
-msgid "slackr"
-msgstr ""
+#: ../../mod/regmod.php:55
+msgid "Account approved."
+msgstr "Cont aprobat."
 
-#: ../../view/theme/duepuntozero/config.php:62
-msgid "Variations"
-msgstr ""
+#: ../../mod/regmod.php:92
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Înregistrare revocată pentru %s"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Aliniere"
+#: ../../mod/regmod.php:104
+msgid "Please login."
+msgstr "Vă rugăm să vă autentificați."
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "Stânga"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "Mutaţi contul"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "Centrat"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Puteţi importa un cont dintr-un alt server Friendica."
 
-#: ../../view/theme/quattro/config.php:68
-#: ../../view/theme/cleanzero/config.php:86
-msgid "Color scheme"
-msgstr "Schemă culoare"
+#: ../../mod/uimport.php:68
+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 "Trebuie să vă exportați contul din vechiul server şi să-l încărcaţi aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de altfel să vă informăm prietenii că v-ați mutat aici."
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr "Dimensiune font postări"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Această caracteristică este experimentală. Nu putem importa contactele din reţeaua OStatus (statusnet/identi.ca) sau din Diaspora"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr "Dimensiune font zone text"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Fişier Cont"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "Stabiliți nivelul de redimensionare a imaginilor din postări și comentarii (lăţimea şi înălţimea)"
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Pentru a vă exporta contul, deplasaţi-vă la  \"Configurări- >Export date personale \" şi selectaţi  \"Exportare cont \""
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Stabilire lăţime temă"
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "Elementul nu este disponibil."
+
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "Element negăsit."
 
-#: ../../boot.php:723
+#: ../../boot.php:749
 msgid "Delete this item?"
 msgstr "Ștergeți acest element?"
 
-#: ../../boot.php:726
+#: ../../boot.php:752
 msgid "show fewer"
 msgstr "afișare mai puține"
 
-#: ../../boot.php:1096
+#: ../../boot.php:1122
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "Actualizarea %s a eșuat. Consultaţi jurnalele de eroare."
 
-#: ../../boot.php:1214
+#: ../../boot.php:1240
 msgid "Create a New Account"
 msgstr "Creaţi un Cont Nou"
 
-#: ../../boot.php:1239 ../../include/nav.php:73
+#: ../../boot.php:1265 ../../include/nav.php:73
 msgid "Logout"
 msgstr "Deconectare"
 
-#: ../../boot.php:1240 ../../include/nav.php:92
-msgid "Login"
-msgstr "Login"
-
-#: ../../boot.php:1242
+#: ../../boot.php:1268
 msgid "Nickname or Email address: "
 msgstr "Pseudonimul sau Adresa de email:"
 
-#: ../../boot.php:1243
+#: ../../boot.php:1269
 msgid "Password: "
 msgstr "Parola:"
 
-#: ../../boot.php:1244
+#: ../../boot.php:1270
 msgid "Remember me"
 msgstr "Reține autentificarea"
 
-#: ../../boot.php:1247
+#: ../../boot.php:1273
 msgid "Or login using OpenID: "
 msgstr "Sau conectaţi-vă utilizând OpenID:"
 
-#: ../../boot.php:1253
+#: ../../boot.php:1279
 msgid "Forgot your password?"
 msgstr "Ați uitat parola?"
 
-#: ../../boot.php:1256
+#: ../../boot.php:1282
 msgid "Website Terms of Service"
 msgstr "Condiții de Utilizare Site Web"
 
-#: ../../boot.php:1257
+#: ../../boot.php:1283
 msgid "terms of service"
 msgstr "condiții de utilizare"
 
-#: ../../boot.php:1259
+#: ../../boot.php:1285
 msgid "Website Privacy Policy"
 msgstr "Politica de Confidențialitate Site Web"
 
-#: ../../boot.php:1260
+#: ../../boot.php:1286
 msgid "privacy policy"
 msgstr "politica de confidențialitate"
 
-#: ../../boot.php:1393
+#: ../../boot.php:1419
 msgid "Requested account is not available."
 msgstr "Contul solicitat nu este disponibil."
 
-#: ../../boot.php:1475 ../../boot.php:1609
+#: ../../boot.php:1501 ../../boot.php:1635
 #: ../../include/profile_advanced.php:84
 msgid "Edit profile"
 msgstr "Editare profil"
 
-#: ../../boot.php:1574
+#: ../../boot.php:1600
 msgid "Message"
 msgstr "Mesaj"
 
-#: ../../boot.php:1580 ../../include/nav.php:173
+#: ../../boot.php:1606 ../../include/nav.php:175
 msgid "Profiles"
 msgstr "Profile"
 
-#: ../../boot.php:1580
+#: ../../boot.php:1606
 msgid "Manage/edit profiles"
 msgstr "Gestionare/editare profile"
 
-#: ../../boot.php:1677
+#: ../../boot.php:1706
 msgid "Network:"
 msgstr "Reţea:"
 
-#: ../../boot.php:1707 ../../boot.php:1793
+#: ../../boot.php:1736 ../../boot.php:1822
 msgid "g A l F d"
 msgstr "g A l F d"
 
-#: ../../boot.php:1708 ../../boot.php:1794
+#: ../../boot.php:1737 ../../boot.php:1823
 msgid "F d"
 msgstr "F d"
 
-#: ../../boot.php:1753 ../../boot.php:1834
+#: ../../boot.php:1782 ../../boot.php:1863
 msgid "[today]"
 msgstr "[azi]"
 
-#: ../../boot.php:1765
+#: ../../boot.php:1794
 msgid "Birthday Reminders"
 msgstr "Memento Zile naştere "
 
-#: ../../boot.php:1766
+#: ../../boot.php:1795
 msgid "Birthdays this week:"
 msgstr "Zi;e Naştere această săptămînă:"
 
-#: ../../boot.php:1827
+#: ../../boot.php:1856
 msgid "[No description]"
 msgstr "[Fără descriere]"
 
-#: ../../boot.php:1845
+#: ../../boot.php:1874
 msgid "Event Reminders"
 msgstr "Memento Eveniment"
 
-#: ../../boot.php:1846
+#: ../../boot.php:1875
 msgid "Events this week:"
 msgstr "Evenimente în această săptămână:"
 
-#: ../../boot.php:2083 ../../include/nav.php:76
+#: ../../boot.php:2112 ../../include/nav.php:76
 msgid "Status"
 msgstr "Status"
 
-#: ../../boot.php:2086
+#: ../../boot.php:2115
 msgid "Status Messages and Posts"
 msgstr "Status Mesaje şi Postări"
 
-#: ../../boot.php:2093
-msgid "Profile Details"
-msgstr "Detalii Profil"
+#: ../../boot.php:2122
+msgid "Profile Details"
+msgstr "Detalii Profil"
+
+#: ../../boot.php:2133 ../../boot.php:2136 ../../include/nav.php:79
+msgid "Videos"
+msgstr "Clipuri video"
+
+#: ../../boot.php:2146
+msgid "Events and Calendar"
+msgstr "Evenimente şi Calendar"
+
+#: ../../boot.php:2153
+msgid "Only You Can See This"
+msgstr "Numai Dvs. Puteţi Vizualiza"
+
+#: ../../object/Item.php:94
+msgid "This entry was edited"
+msgstr "Această intrare a fost editată"
+
+#: ../../object/Item.php:208
+msgid "ignore thread"
+msgstr ""
+
+#: ../../object/Item.php:209
+msgid "unignore thread"
+msgstr ""
+
+#: ../../object/Item.php:210
+msgid "toggle ignore status"
+msgstr "Comutaţi status Ignorare"
+
+#: ../../object/Item.php:213
+msgid "ignored"
+msgstr "ignorat"
+
+#: ../../object/Item.php:316 ../../include/conversation.php:666
+msgid "Categories:"
+msgstr "Categorii:"
+
+#: ../../object/Item.php:317 ../../include/conversation.php:667
+msgid "Filed under:"
+msgstr "Înscris în:"
+
+#: ../../object/Item.php:329
+msgid "via"
+msgstr "via"
+
+#: ../../include/dbstructure.php:26
+#, 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 ""
+
+#: ../../include/dbstructure.php:31
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "Mesajul de eroare este\n[pre]%s[/pre]"
+
+#: ../../include/dbstructure.php:162
+msgid "Errors encountered creating database tables."
+msgstr "Erori întâlnite la crearea tabelelor bazei de date."
+
+#: ../../include/dbstructure.php:220
+msgid "Errors encountered performing database changes."
+msgstr "Erori întâlnite la operarea de modificări în baza de date."
+
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Deconectat."
+
+#: ../../include/auth.php:128 ../../include/user.php:67
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Am întâmpinat o problemă în timpul autentificării cu datele OpenID  pe care le-ați furnizat."
+
+#: ../../include/auth.php:128 ../../include/user.php:67
+msgid "The error message was:"
+msgstr "Mesajul de eroare a fost:"
+
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "Add Contact Nou"
+
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "Introduceţi adresa sau locaţia web"
+
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Exemplu: bob@example.com, http://example.com/barbara"
+
+#: ../../include/contact_widgets.php:24
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitație disponibilă"
+msgstr[1] "%d invitații disponibile"
+msgstr[2] "%d de invitații disponibile"
+
+#: ../../include/contact_widgets.php:30
+msgid "Find People"
+msgstr "Căutați Persoane"
+
+#: ../../include/contact_widgets.php:31
+msgid "Enter name or interest"
+msgstr "Introduceţi numele sau interesul"
+
+#: ../../include/contact_widgets.php:32
+msgid "Connect/Follow"
+msgstr "Conectare/Urmărire"
+
+#: ../../include/contact_widgets.php:33
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Exemple: Robert Morgenstein, Pescuit"
+
+#: ../../include/contact_widgets.php:36 ../../view/theme/diabook/theme.php:526
+msgid "Similar Interests"
+msgstr "Interese Similare"
+
+#: ../../include/contact_widgets.php:37
+msgid "Random Profile"
+msgstr "Profil Aleatoriu"
+
+#: ../../include/contact_widgets.php:38 ../../view/theme/diabook/theme.php:528
+msgid "Invite Friends"
+msgstr "Invită Prieteni"
+
+#: ../../include/contact_widgets.php:71
+msgid "Networks"
+msgstr "Rețele"
+
+#: ../../include/contact_widgets.php:74
+msgid "All Networks"
+msgstr "Toate Reţelele"
 
-#: ../../boot.php:2104 ../../boot.php:2107 ../../include/nav.php:79
-msgid "Videos"
-msgstr "Clipuri video"
+#: ../../include/contact_widgets.php:104 ../../include/features.php:60
+msgid "Saved Folders"
+msgstr "Dosare Salvate"
 
-#: ../../boot.php:2117
-msgid "Events and Calendar"
-msgstr "Evenimente şi Calendar"
+#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
+msgid "Everything"
+msgstr "Totul"
 
-#: ../../boot.php:2124
-msgid "Only You Can See This"
-msgstr "Numai Dvs. Puteţi Vizualiza"
+#: ../../include/contact_widgets.php:136
+msgid "Categories"
+msgstr "Categorii"
 
 #: ../../include/features.php:23
 msgid "General Features"
@@ -5935,186 +5918,458 @@ msgstr "Ştergere Multiplă"
 msgid "Select and delete multiple posts/comments at once"
 msgstr "Selectaţi şi ştergeţi postări/comentarii multiple simultan"
 
-#: ../../include/features.php:57
-msgid "Edit Sent Posts"
-msgstr "Editare Postări Trimise"
+#: ../../include/features.php:57
+msgid "Edit Sent Posts"
+msgstr "Editare Postări Trimise"
+
+#: ../../include/features.php:57
+msgid "Edit and correct posts and comments after sending"
+msgstr "Editarea şi corectarea postărilor şi comentariilor după postarea lor"
+
+#: ../../include/features.php:58
+msgid "Tagging"
+msgstr "Etichetare"
+
+#: ../../include/features.php:58
+msgid "Ability to tag existing posts"
+msgstr "Capacitatea de a eticheta postările existente"
+
+#: ../../include/features.php:59
+msgid "Post Categories"
+msgstr "Categorii Postări"
+
+#: ../../include/features.php:59
+msgid "Add categories to your posts"
+msgstr "Adăugaţi categorii la postările dvs."
+
+#: ../../include/features.php:60
+msgid "Ability to file posts under folders"
+msgstr "Capacitatea de a atribui postări în dosare"
+
+#: ../../include/features.php:61
+msgid "Dislike Posts"
+msgstr "Respingere Postări"
+
+#: ../../include/features.php:61
+msgid "Ability to dislike posts/comments"
+msgstr "Capacitatea de a marca postări/comentarii ca fiind neplăcute"
+
+#: ../../include/features.php:62
+msgid "Star Posts"
+msgstr "Postări cu Steluță"
+
+#: ../../include/features.php:62
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Capacitatea de a marca posturile speciale cu o stea ca şi indicator"
+
+#: ../../include/features.php:63
+msgid "Mute Post Notifications"
+msgstr ""
+
+#: ../../include/features.php:63
+msgid "Ability to mute notifications for a thread"
+msgstr ""
+
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "Lipseşte URL-ul de conectare."
+
+#: ../../include/follow.php:59
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "Acest site nu este configurat pentru a permite comunicarea cu alte reţele."
+
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Nu au fost descoperite protocoale de comunicaţii sau fluxuri compatibile."
+
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "Adresa de profil specificată nu furnizează informații adecvate."
+
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "Un autor sau nume nu a fost găsit."
+
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "Nici un URL de browser nu a putut fi corelat cu această adresă."
+
+#: ../../include/follow.php:86
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email."
+
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email."
+
+#: ../../include/follow.php:93
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site."
+
+#: ../../include/follow.php:103
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs."
+
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "Nu se pot localiza informaţiile de contact."
+
+#: ../../include/follow.php:258
+msgid "following"
+msgstr "urmărire"
+
+#: ../../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 grup şters cu acest nume a fost restabilit. Permisiunile existente ale elementului, <strong>pot</strong>fi aplicate acestui grup şi oricăror viitori membrii. Dacă aceasta nu este ceea ați intenționat să faceți, vă rugăm să creaţi un alt grup cu un un nume diferit."
+
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr "Confidenţialitatea implicită a grupului pentru noi contacte"
+
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "Toată lumea"
+
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "editare"
+
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "Editare grup"
+
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "Creați un nou grup"
+
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr "Contacte ce nu se află în orice grup"
+
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Diverse"
+
+#: ../../include/datetime.php:153 ../../include/datetime.php:290
+msgid "year"
+msgstr "an"
+
+#: ../../include/datetime.php:158 ../../include/datetime.php:291
+msgid "month"
+msgstr "lună"
+
+#: ../../include/datetime.php:163 ../../include/datetime.php:293
+msgid "day"
+msgstr "zi"
+
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "niciodată"
+
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "acum mai puțin de o secundă"
+
+#: ../../include/datetime.php:290
+msgid "years"
+msgstr "ani"
+
+#: ../../include/datetime.php:291
+msgid "months"
+msgstr "luni"
+
+#: ../../include/datetime.php:292
+msgid "week"
+msgstr "săptămână"
+
+#: ../../include/datetime.php:292
+msgid "weeks"
+msgstr "săptămâni"
+
+#: ../../include/datetime.php:293
+msgid "days"
+msgstr "zile"
+
+#: ../../include/datetime.php:294
+msgid "hour"
+msgstr "oră"
+
+#: ../../include/datetime.php:294
+msgid "hours"
+msgstr "ore"
+
+#: ../../include/datetime.php:295
+msgid "minute"
+msgstr "minut"
+
+#: ../../include/datetime.php:295
+msgid "minutes"
+msgstr "minute"
+
+#: ../../include/datetime.php:296
+msgid "second"
+msgstr "secundă"
+
+#: ../../include/datetime.php:296
+msgid "seconds"
+msgstr "secunde"
+
+#: ../../include/datetime.php:305
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "acum %1$d %2$s"
+
+#: ../../include/datetime.php:477 ../../include/items.php:2211
+#, php-format
+msgid "%s's birthday"
+msgstr "%s's  zi de naştere"
+
+#: ../../include/datetime.php:478 ../../include/items.php:2212
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "La mulţi ani %s"
+
+#: ../../include/acl_selectors.php:333
+msgid "Visible to everybody"
+msgstr "Vizibil pentru toata lumea"
+
+#: ../../include/acl_selectors.php:334 ../../view/theme/diabook/config.php:142
+#: ../../view/theme/diabook/theme.php:621
+msgid "show"
+msgstr "afișare"
+
+#: ../../include/acl_selectors.php:335 ../../view/theme/diabook/config.php:142
+#: ../../view/theme/diabook/theme.php:621
+msgid "don't show"
+msgstr "nu afișa"
+
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[fără subiect]"
+
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "urmărire întreruptă"
+
+#: ../../include/Contact.php:228 ../../include/conversation.php:882
+msgid "Poke"
+msgstr "Abordare"
+
+#: ../../include/Contact.php:229 ../../include/conversation.php:876
+msgid "View Status"
+msgstr "Vizualizare Status"
+
+#: ../../include/Contact.php:230 ../../include/conversation.php:877
+msgid "View Profile"
+msgstr "Vizualizare Profil"
+
+#: ../../include/Contact.php:231 ../../include/conversation.php:878
+msgid "View Photos"
+msgstr "Vizualizare Fotografii"
+
+#: ../../include/Contact.php:232 ../../include/Contact.php:255
+#: ../../include/conversation.php:879
+msgid "Network Posts"
+msgstr "Postări din Rețea"
 
-#: ../../include/features.php:57
-msgid "Edit and correct posts and comments after sending"
-msgstr "Editarea şi corectarea postărilor şi comentariilor după postarea lor"
+#: ../../include/Contact.php:233 ../../include/Contact.php:255
+#: ../../include/conversation.php:880
+msgid "Edit Contact"
+msgstr "Edit Contact"
 
-#: ../../include/features.php:58
-msgid "Tagging"
-msgstr "Etichetare"
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr "Eliminare Contact"
 
-#: ../../include/features.php:58
-msgid "Ability to tag existing posts"
-msgstr "Capacitatea de a eticheta postările existente"
+#: ../../include/Contact.php:235 ../../include/Contact.php:255
+#: ../../include/conversation.php:881
+msgid "Send PM"
+msgstr "Trimiteți mesaj personal"
 
-#: ../../include/features.php:59
-msgid "Post Categories"
-msgstr "Categorii Postări"
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "Bine ați venit"
 
-#: ../../include/features.php:59
-msgid "Add categories to your posts"
-msgstr "Adăugaţi categorii la postările dvs."
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "Vă rugăm să încărcaţi o fotografie de profil."
 
-#: ../../include/features.php:60 ../../include/contact_widgets.php:104
-msgid "Saved Folders"
-msgstr "Dosare Salvate"
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "Bine ați revenit"
 
-#: ../../include/features.php:60
-msgid "Ability to file posts under folders"
-msgstr "Capacitatea de a atribui postări în dosare"
+#: ../../include/security.php:366
+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 "Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite."
 
-#: ../../include/features.php:61
-msgid "Dislike Posts"
-msgstr "Respingere Postări"
+#: ../../include/conversation.php:118 ../../include/conversation.php:246
+#: ../../include/text.php:1966 ../../view/theme/diabook/theme.php:463
+msgid "event"
+msgstr "eveniment"
 
-#: ../../include/features.php:61
-msgid "Ability to dislike posts/comments"
-msgstr "Capacitatea de a marca postări/comentarii ca fiind neplăcute"
+#: ../../include/conversation.php:207
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s a abordat pe %2$s"
 
-#: ../../include/features.php:62
-msgid "Star Posts"
-msgstr "Postări cu Steluță"
+#: ../../include/conversation.php:211 ../../include/text.php:1005
+msgid "poked"
+msgstr "a fost abordat(ă)"
 
-#: ../../include/features.php:62
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Capacitatea de a marca posturile speciale cu o stea ca şi indicator"
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "post/element"
 
-#: ../../include/features.php:63
-msgid "Mute Post Notifications"
-msgstr ""
+#: ../../include/conversation.php:292
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s a marcat %3$s de la %2$s ca favorit"
 
-#: ../../include/features.php:63
-msgid "Ability to mute notifications for a thread"
-msgstr ""
+#: ../../include/conversation.php:772
+msgid "remove"
+msgstr "eliminare"
 
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "Deconectat."
+#: ../../include/conversation.php:776
+msgid "Delete Selected Items"
+msgstr "Ștergeți Elementele Selectate"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Am întâmpinat o problemă în timpul autentificării cu datele OpenID  pe care le-ați furnizat."
+#: ../../include/conversation.php:875
+msgid "Follow Thread"
+msgstr "Urmăriți Firul Conversației"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
-msgid "The error message was:"
-msgstr "Mesajul de eroare a fost:"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "%s likes this."
+msgstr "%s apreciază aceasta."
 
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:140
-msgid "Starts:"
-msgstr "Începe:"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s nu apreciază aceasta."
 
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:148
-msgid "Finishes:"
-msgstr "Se finalizează:"
+#: ../../include/conversation.php:949
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d persoane</span> apreciază aceasta"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../include/conversation.php:952
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d persoane</span>nu apreciază aceasta"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../include/conversation.php:966
+msgid "and"
+msgstr "şi"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Zile Naştere :"
+#: ../../include/conversation.php:972
+#, php-format
+msgid ", and %d other people"
+msgstr ", şi %d alte persoane"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Vârsta:"
+#: ../../include/conversation.php:974
+#, php-format
+msgid "%s like this."
+msgstr "%s apreciază aceasta."
 
-#: ../../include/profile_advanced.php:43
+#: ../../include/conversation.php:974
 #, php-format
-msgid "for %1$d %2$s"
-msgstr "pentru %1$d %2$s"
+msgid "%s don't like this."
+msgstr "%s nu apreciază aceasta."
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Etichete:"
+#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Vizibil pentru <strong>toți</strong>"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religie:"
+#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
+msgid "Please enter a video link/URL:"
+msgstr "Vă rugăm să introduceți un URL/legătură pentru clip video"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Hobby/Interese:"
+#: ../../include/conversation.php:1004 ../../include/conversation.php:1022
+msgid "Please enter an audio link/URL:"
+msgstr "Vă rugăm să introduceți un URL/legătură pentru clip audio"
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Informaţii de Contact şi Reţele Sociale:"
+#: ../../include/conversation.php:1005 ../../include/conversation.php:1023
+msgid "Tag term:"
+msgstr "Termen etichetare:"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Preferințe muzicale:"
+#: ../../include/conversation.php:1007 ../../include/conversation.php:1025
+msgid "Where are you right now?"
+msgstr "Unde vă aflați acum?"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Cărti, literatură:"
+#: ../../include/conversation.php:1008
+msgid "Delete item(s)?"
+msgstr "Ștergeți element(e)?"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "Programe TV:"
+#: ../../include/conversation.php:1051
+msgid "Post to Email"
+msgstr "Postați prin Email"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/dans/cultură/divertisment:"
+#: ../../include/conversation.php:1056
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Conectorii au fost dezactivați, din moment ce  \"%s\" este activat."
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Dragoste/Romantism:"
+#: ../../include/conversation.php:1111
+msgid "permissions"
+msgstr "permisiuni"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Loc de Muncă/Slujbă:"
+#: ../../include/conversation.php:1135
+msgid "Post to Groups"
+msgstr "Postați în Grupuri"
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Școală/educatie:"
+#: ../../include/conversation.php:1136
+msgid "Post to Contacts"
+msgstr "Post către  Contacte"
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[fără subiect]"
+#: ../../include/conversation.php:1137
+msgid "Private post"
+msgstr "Articol privat"
 
-#: ../../include/Scrape.php:584
-msgid " on Last.fm"
-msgstr "pe Last.fm"
+#: ../../include/network.php:895
+msgid "view full size"
+msgstr "vezi intreaga mărime"
 
-#: ../../include/text.php:296
+#: ../../include/text.php:297
 msgid "newer"
 msgstr "mai noi"
 
-#: ../../include/text.php:298
+#: ../../include/text.php:299
 msgid "older"
 msgstr "mai vechi"
 
-#: ../../include/text.php:303
+#: ../../include/text.php:304
 msgid "prev"
 msgstr "preced"
 
-#: ../../include/text.php:305
+#: ../../include/text.php:306
 msgid "first"
 msgstr "prima"
 
-#: ../../include/text.php:337
+#: ../../include/text.php:338
 msgid "last"
 msgstr "ultima"
 
-#: ../../include/text.php:340
+#: ../../include/text.php:341
 msgid "next"
 msgstr "următor"
 
-#: ../../include/text.php:854
+#: ../../include/text.php:855
 msgid "No contacts"
 msgstr "Nici-un contact"
 
-#: ../../include/text.php:863
+#: ../../include/text.php:864
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
@@ -6122,1051 +6377,996 @@ msgstr[0] "%d Contact"
 msgstr[1] "%d Contacte"
 msgstr[2] "%d de Contacte"
 
-#: ../../include/text.php:1004
+#: ../../include/text.php:1005
 msgid "poke"
 msgstr "abordare"
 
-#: ../../include/text.php:1004 ../../include/conversation.php:211
-msgid "poked"
-msgstr "a fost abordat(ă)"
-
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "ping"
 msgstr "ping"
 
-#: ../../include/text.php:1005
+#: ../../include/text.php:1006
 msgid "pinged"
 msgstr "i s-a trimis ping"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prod"
 msgstr "prod"
 
-#: ../../include/text.php:1006
+#: ../../include/text.php:1007
 msgid "prodded"
 msgstr "i s-a atras atenția"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slap"
 msgstr "plesnire"
 
-#: ../../include/text.php:1007
+#: ../../include/text.php:1008
 msgid "slapped"
 msgstr "a fost plesnit(ă)"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "finger"
 msgstr "indicare"
 
-#: ../../include/text.php:1008
+#: ../../include/text.php:1009
 msgid "fingered"
 msgstr "a fost indicat(ă)"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuff"
 msgstr "respingere"
 
-#: ../../include/text.php:1009
+#: ../../include/text.php:1010
 msgid "rebuffed"
 msgstr "a fost respins(ă)"
 
-#: ../../include/text.php:1023
+#: ../../include/text.php:1024
 msgid "happy"
 msgstr "fericit(ă)"
 
-#: ../../include/text.php:1024
+#: ../../include/text.php:1025
 msgid "sad"
 msgstr "trist(ă)"
 
-#: ../../include/text.php:1025
+#: ../../include/text.php:1026
 msgid "mellow"
 msgstr "trist(ă)"
 
-#: ../../include/text.php:1026
+#: ../../include/text.php:1027
 msgid "tired"
 msgstr "obosit(ă)"
 
-#: ../../include/text.php:1027
+#: ../../include/text.php:1028
 msgid "perky"
 msgstr "arogant(ă)"
 
-#: ../../include/text.php:1028
+#: ../../include/text.php:1029
 msgid "angry"
 msgstr "supărat(ă)"
 
-#: ../../include/text.php:1029
+#: ../../include/text.php:1030
 msgid "stupified"
 msgstr "stupefiat(ă)"
 
-#: ../../include/text.php:1030
+#: ../../include/text.php:1031
 msgid "puzzled"
 msgstr "nedumerit(ă)"
 
-#: ../../include/text.php:1031
+#: ../../include/text.php:1032
 msgid "interested"
 msgstr "interesat(ă)"
 
-#: ../../include/text.php:1032
+#: ../../include/text.php:1033
 msgid "bitter"
 msgstr "amarnic"
 
-#: ../../include/text.php:1033
+#: ../../include/text.php:1034
 msgid "cheerful"
 msgstr "vesel(ă)"
 
-#: ../../include/text.php:1034
+#: ../../include/text.php:1035
 msgid "alive"
 msgstr "plin(ă) de viață"
 
-#: ../../include/text.php:1035
+#: ../../include/text.php:1036
 msgid "annoyed"
 msgstr "enervat(ă)"
 
-#: ../../include/text.php:1036
+#: ../../include/text.php:1037
 msgid "anxious"
 msgstr "neliniştit(ă)"
 
-#: ../../include/text.php:1037
+#: ../../include/text.php:1038
 msgid "cranky"
 msgstr "irascibil(ă)"
 
-#: ../../include/text.php:1038
+#: ../../include/text.php:1039
 msgid "disturbed"
 msgstr "perturbat(ă)"
 
-#: ../../include/text.php:1039
+#: ../../include/text.php:1040
 msgid "frustrated"
 msgstr "frustrat(ă)"
 
-#: ../../include/text.php:1040
+#: ../../include/text.php:1041
 msgid "motivated"
 msgstr "motivat(ă)"
 
-#: ../../include/text.php:1041
+#: ../../include/text.php:1042
 msgid "relaxed"
 msgstr "relaxat(ă)"
 
-#: ../../include/text.php:1042
+#: ../../include/text.php:1043
 msgid "surprised"
 msgstr "surprins(ă)"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Monday"
 msgstr "Luni"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Tuesday"
 msgstr "Marţi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Wednesday"
 msgstr "Miercuri"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Thursday"
 msgstr "Joi"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Friday"
 msgstr "Vineri"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Saturday"
 msgstr "Sâmbătă"
 
-#: ../../include/text.php:1210
+#: ../../include/text.php:1213
 msgid "Sunday"
 msgstr "Duminică"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "January"
 msgstr "Ianuarie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "February"
 msgstr "Februarie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "March"
 msgstr "Martie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "April"
 msgstr "Aprilie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "May"
 msgstr "Mai"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "June"
 msgstr "Iunie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "July"
 msgstr "Iulie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "August"
 msgstr "August"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "September"
 msgstr "Septembrie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "October"
 msgstr "Octombrie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "November"
 msgstr "Noiembrie"
 
-#: ../../include/text.php:1214
+#: ../../include/text.php:1217
 msgid "December"
 msgstr "Decembrie"
 
-#: ../../include/text.php:1434
+#: ../../include/text.php:1437
 msgid "bytes"
 msgstr "octeţi"
 
-#: ../../include/text.php:1458 ../../include/text.php:1470
+#: ../../include/text.php:1461 ../../include/text.php:1473
 msgid "Click to open/close"
 msgstr "Apăsați pentru a deschide/închide"
 
-#: ../../include/text.php:1711
+#: ../../include/text.php:1702 ../../include/user.php:247
+#: ../../view/theme/duepuntozero/config.php:44
+msgid "default"
+msgstr "implicit"
+
+#: ../../include/text.php:1714
 msgid "Select an alternate language"
 msgstr "Selectați o limbă alternativă"
 
-#: ../../include/text.php:1967
+#: ../../include/text.php:1970
 msgid "activity"
 msgstr "activitate"
 
-#: ../../include/text.php:1970
+#: ../../include/text.php:1973
 msgid "post"
 msgstr "postare"
 
-#: ../../include/text.php:2138
+#: ../../include/text.php:2141
 msgid "Item filed"
 msgstr "Element îndosariat"
 
-#: ../../include/api.php:278 ../../include/api.php:289
-#: ../../include/api.php:390 ../../include/api.php:975
-#: ../../include/api.php:977
-msgid "User not found."
-msgstr "Utilizatorul nu a fost găsit."
-
-#: ../../include/api.php:1184
-msgid "There is no status with this id."
-msgstr "Nu există nici-un status cu acest id."
-
-#: ../../include/api.php:1254
-msgid "There is no conversation with this id."
-msgstr "Nu există nici-o conversație cu acest id."
-
-#: ../../include/dba.php:56 ../../include/dba_pdo.php:72
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Nu se pot localiza informațiile DNS  pentru serverul de bază de date '%s'"
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047
+#: ../../include/bbcode.php:1048
+msgid "Image/photo"
+msgstr "Imagine/fotografie"
 
-#: ../../include/items.php:2112 ../../include/datetime.php:472
+#: ../../include/bbcode.php:528
 #, php-format
-msgid "%s's birthday"
-msgstr "%s's  zi de naştere"
+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:2113 ../../include/datetime.php:473
+#: ../../include/bbcode.php:562
 #, php-format
-msgid "Happy Birthday %s"
-msgstr "La mulţi ani %s"
+msgid ""
+"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"_blank\">post</a>"
+msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a> a scris următoarea <a href=\"%s\" target=\"_blank\">postare</a>"
 
-#: ../../include/items.php:4418
-msgid "Do you really want to delete this item?"
-msgstr "Sigur doriți să ștergeți acest element?"
+#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031
+msgid "$1 wrote:"
+msgstr "$1 a scris:"
 
-#: ../../include/items.php:4641
-msgid "Archives"
-msgstr "Arhive"
+#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057
+msgid "Encrypted content"
+msgstr "Conţinut criptat"
 
-#: ../../include/delivery.php:456 ../../include/notifier.php:774
+#: ../../include/notifier.php:786 ../../include/delivery.php:456
 msgid "(no subject)"
 msgstr "(fără subiect)"
 
-#: ../../include/delivery.php:467 ../../include/notifier.php:784
-#: ../../include/enotify.php:30
+#: ../../include/notifier.php:796 ../../include/delivery.php:467
+#: ../../include/enotify.php:33
 msgid "noreply"
 msgstr "nu-răspundeţi"
 
-#: ../../include/diaspora.php:703
-msgid "Sharing notification from Diaspora network"
-msgstr "Partajarea notificării din reţeaua Diaspora"
-
-#: ../../include/diaspora.php:2312
-msgid "Attachments:"
-msgstr "Atașări:"
-
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "Lipseşte URL-ul de conectare."
-
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Acest site nu este configurat pentru a permite comunicarea cu alte reţele."
-
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Nu au fost descoperite protocoale de comunicaţii sau fluxuri compatibile."
-
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "Adresa de profil specificată nu furnizează informații adecvate."
-
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "Un autor sau nume nu a fost găsit."
-
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Nici un URL de browser nu a putut fi corelat cu această adresă."
-
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email."
-
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email."
-
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site."
-
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs."
-
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "Nu se pot localiza informaţiile de contact."
-
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "urmărire"
-
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Bine ați venit"
-
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Vă rugăm să încărcaţi o fotografie de profil."
-
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Bine ați revenit"
-
-#: ../../include/security.php:366
-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 "Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite."
-
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Bărbat"
+#: ../../include/dba_pdo.php:72 ../../include/dba.php:56
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Nu se pot localiza informațiile DNS  pentru serverul de bază de date '%s'"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Femeie"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Necunoscut | Fără categorie"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "În prezent Bărbat"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Blocare Imediată"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "În prezent Femeie"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Dubioșii, spammerii, auto-promoterii"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Mai mult Bărbat"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Cunoscut mie, dar fără o opinie"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Mai mult Femeie"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, probabil inofensiv"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transsexual"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Cu reputație, are încrederea mea"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersexual"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Săptămânal"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transsexual"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Lunar"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodit"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutru"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Non-specific"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Alta"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indecisă"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Bărbați"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Femei"
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Gay"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbiană"
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Fără Preferințe"
+#: ../../include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Conector Diaspora"
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Bisexual"
+#: ../../include/contact_selectors.php:91
+msgid "Statusnet"
+msgstr "Statusnet"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../include/contact_selectors.php:92
+msgid "App.net"
+msgstr "App.net"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Abstinent(ă)"
+#: ../../include/Scrape.php:614
+msgid " on Last.fm"
+msgstr "pe Last.fm"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Virgin(ă)"
+#: ../../include/bb2diaspora.php:154 ../../include/event.php:20
+msgid "Starts:"
+msgstr "Începe:"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Deviant"
+#: ../../include/bb2diaspora.php:162 ../../include/event.php:30
+msgid "Finishes:"
+msgstr "Se finalizează:"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetish"
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "La grămadă"
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Nonsexual"
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Zile Naştere :"
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Necăsătorit(ă)"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Vârsta:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Singur(ă)"
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "pentru %1$d %2$s"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Disponibil(ă)"
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Etichete:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Indisponibil(ă)"
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religie:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Îndrăgostit(ă)"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Hobby/Interese:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Îndrăgostit(ă) nebunește"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Informaţii de Contact şi Reţele Sociale:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Am întâlniri"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Preferințe muzicale:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Infidel(ă)"
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Cărti, literatură:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Dependent(ă) de Sex"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Programe TV:"
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:289
-#: ../../include/user.php:293
-msgid "Friends"
-msgstr "Prieteni"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/dans/cultură/divertisment:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Prietenii/Prestaţii"
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Dragoste/Romantism:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Ocazional"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Loc de Muncă/Slujbă:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Cuplat"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Școală/educatie:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Căsătorit(ă)"
+#: ../../include/plugin.php:455 ../../include/plugin.php:457
+msgid "Click here to upgrade."
+msgstr "Apăsați aici pentru a actualiza."
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Căsătorit(ă) imaginar"
+#: ../../include/plugin.php:463
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Această acţiune depăşeşte limitele stabilite de planul abonamentului dvs."
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Parteneri"
+#: ../../include/plugin.php:468
+msgid "This action is not available under your subscription plan."
+msgstr "Această acţiune nu este disponibilă în planul abonamentului dvs."
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "În conviețuire"
+#: ../../include/nav.php:73
+msgid "End this session"
+msgstr "Finalizați această sesiune"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Drept Comun"
+#: ../../include/nav.php:76 ../../include/nav.php:148
+#: ../../view/theme/diabook/theme.php:123
+msgid "Your posts and conversations"
+msgstr "Postările şi conversaţiile dvs."
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Fericit(ă)"
+#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
+msgid "Your profile page"
+msgstr "Pagina dvs. de profil"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Nu caut"
+#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:126
+msgid "Your photos"
+msgstr "Fotografiile dvs."
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../include/nav.php:79
+msgid "Your videos"
+msgstr "Fișierele tale video"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Înșelat(ă)"
+#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:127
+msgid "Your events"
+msgstr "Evenimentele dvs."
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Separat(ă)"
+#: ../../include/nav.php:81 ../../view/theme/diabook/theme.php:128
+msgid "Personal notes"
+msgstr "Note Personale"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Instabil(ă)"
+#: ../../include/nav.php:81
+msgid "Your personal notes"
+msgstr "Notele tale personale"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Divorţat(ă)"
+#: ../../include/nav.php:92
+msgid "Sign in"
+msgstr "Autentificare"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Divorţat(ă) imaginar"
+#: ../../include/nav.php:105
+msgid "Home Page"
+msgstr "Home Pagina"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Văduv(ă)"
+#: ../../include/nav.php:109
+msgid "Create an account"
+msgstr "Creați un cont"
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Incert"
+#: ../../include/nav.php:114
+msgid "Help and documentation"
+msgstr "Ajutor şi documentaţie"
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "E complicat"
+#: ../../include/nav.php:117
+msgid "Apps"
+msgstr "Aplicații"
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Nu-mi pasă"
+#: ../../include/nav.php:117
+msgid "Addon applications, utilities, games"
+msgstr "Suplimente la aplicații, utilitare, jocuri"
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Întreabă-mă"
+#: ../../include/nav.php:119
+msgid "Search site content"
+msgstr "Căutare în conținut site"
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
-msgstr "Eroare la decodarea fişierului de cont"
+#: ../../include/nav.php:129
+msgid "Conversations on this site"
+msgstr "Conversaţii pe acest site"
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Eroare! Nu există data versiunii în fişier! Acesta nu este un fișier de cont Friendica?"
+#: ../../include/nav.php:131
+msgid "Conversations on the network"
+msgstr ""
 
-#: ../../include/uimport.php:116 ../../include/uimport.php:127
-msgid "Error! Cannot check nickname"
-msgstr "Eroare! Nu pot verifica pseudonimul"
+#: ../../include/nav.php:133
+msgid "Directory"
+msgstr "Director"
 
-#: ../../include/uimport.php:120 ../../include/uimport.php:131
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "Utilizatorul '%s' există deja pe acest server!"
+#: ../../include/nav.php:133
+msgid "People directory"
+msgstr "Director persoane"
 
-#: ../../include/uimport.php:153
-msgid "User creation error"
-msgstr "Eroare la crearea utilizatorului"
+#: ../../include/nav.php:135
+msgid "Information"
+msgstr "Informaţii"
 
-#: ../../include/uimport.php:171
-msgid "User profile creation error"
-msgstr "Eroare la crearea profilului utilizatorului"
+#: ../../include/nav.php:135
+msgid "Information about this friendica instance"
+msgstr "Informaţii despre această instanță friendica"
 
-#: ../../include/uimport.php:220
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contact neimportat"
-msgstr[1] "%d contacte neimportate"
-msgstr[2] "%d de contacte neimportate"
+#: ../../include/nav.php:145
+msgid "Conversations from your friends"
+msgstr "Conversaţiile prieteniilor dvs."
 
-#: ../../include/uimport.php:290
-msgid "Done. You can now login with your username and password"
-msgstr "Realizat. Vă puteţi conecta acum cu parola şi numele dumneavoastră de utilizator"
+#: ../../include/nav.php:146
+msgid "Network Reset"
+msgstr "Resetare Reţea"
 
-#: ../../include/plugin.php:455 ../../include/plugin.php:457
-msgid "Click here to upgrade."
-msgstr "Apăsați aici pentru a actualiza."
+#: ../../include/nav.php:146
+msgid "Load Network page with no filters"
+msgstr "Încărcare pagina de Reţea fără filtre"
 
-#: ../../include/plugin.php:463
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Această acţiune depăşeşte limitele stabilite de planul abonamentului dvs."
+#: ../../include/nav.php:154
+msgid "Friend Requests"
+msgstr "Solicitări Prietenie"
 
-#: ../../include/plugin.php:468
-msgid "This action is not available under your subscription plan."
-msgstr "Această acţiune nu este disponibilă în planul abonamentului dvs."
+#: ../../include/nav.php:156
+msgid "See all notifications"
+msgstr "Consultaţi toate notificările"
 
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s a abordat pe %2$s"
+#: ../../include/nav.php:157
+msgid "Mark all system notifications seen"
+msgstr "Marcaţi toate notificările de sistem, ca și vizualizate"
 
-#: ../../include/conversation.php:291
-msgid "post/item"
-msgstr "post/element"
+#: ../../include/nav.php:161
+msgid "Private mail"
+msgstr "Mail privat"
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s a marcat %3$s de la %2$s ca favorit"
+#: ../../include/nav.php:162
+msgid "Inbox"
+msgstr "Mesaje primite"
 
-#: ../../include/conversation.php:772
-msgid "remove"
-msgstr "eliminare"
+#: ../../include/nav.php:163
+msgid "Outbox"
+msgstr "Căsuță de Ieșire"
 
-#: ../../include/conversation.php:776
-msgid "Delete Selected Items"
-msgstr "Ștergeți Elementele Selectate"
+#: ../../include/nav.php:167
+msgid "Manage"
+msgstr "Gestionare"
 
-#: ../../include/conversation.php:875
-msgid "Follow Thread"
-msgstr "Urmăriți Firul Conversației"
+#: ../../include/nav.php:167
+msgid "Manage other pages"
+msgstr "Gestionează alte pagini"
 
-#: ../../include/conversation.php:876 ../../include/Contact.php:229
-msgid "View Status"
-msgstr "Vizualizare Status"
+#: ../../include/nav.php:172
+msgid "Account settings"
+msgstr "Configurări Cont"
 
-#: ../../include/conversation.php:877 ../../include/Contact.php:230
-msgid "View Profile"
-msgstr "Vizualizare Profil"
+#: ../../include/nav.php:175
+msgid "Manage/Edit Profiles"
+msgstr "Gestionare/Editare Profile"
 
-#: ../../include/conversation.php:878 ../../include/Contact.php:231
-msgid "View Photos"
-msgstr "Vizualizare Fotografii"
+#: ../../include/nav.php:177
+msgid "Manage/edit friends and contacts"
+msgstr "Gestionare/Editare prieteni şi contacte"
 
-#: ../../include/conversation.php:879 ../../include/Contact.php:232
-#: ../../include/Contact.php:255
-msgid "Network Posts"
-msgstr "Postări din Rețea"
+#: ../../include/nav.php:184
+msgid "Site setup and configuration"
+msgstr "Instalare şi configurare site"
 
-#: ../../include/conversation.php:880 ../../include/Contact.php:233
-#: ../../include/Contact.php:255
-msgid "Edit Contact"
-msgstr "Edit Contact"
+#: ../../include/nav.php:188
+msgid "Navigation"
+msgstr "Navigare"
 
-#: ../../include/conversation.php:881 ../../include/Contact.php:235
-#: ../../include/Contact.php:255
-msgid "Send PM"
-msgstr "Trimiteți mesaj personal"
+#: ../../include/nav.php:188
+msgid "Site map"
+msgstr "Hartă Site"
 
-#: ../../include/conversation.php:882 ../../include/Contact.php:228
-msgid "Poke"
-msgstr "Abordare"
+#: ../../include/api.php:304 ../../include/api.php:315
+#: ../../include/api.php:416 ../../include/api.php:1063
+#: ../../include/api.php:1065
+msgid "User not found."
+msgstr "Utilizatorul nu a fost găsit."
 
-#: ../../include/conversation.php:944
+#: ../../include/api.php:771
 #, php-format
-msgid "%s likes this."
-msgstr "%s apreciază aceasta."
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr ""
 
-#: ../../include/conversation.php:944
+#: ../../include/api.php:790
 #, php-format
-msgid "%s doesn't like this."
-msgstr "%s nu apreciază aceasta."
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr ""
 
-#: ../../include/conversation.php:949
+#: ../../include/api.php:809
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d persoane</span> apreciază aceasta"
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr ""
 
-#: ../../include/conversation.php:952
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d persoane</span>nu apreciază aceasta"
+#: ../../include/api.php:1272
+msgid "There is no status with this id."
+msgstr "Nu există nici-un status cu acest id."
 
-#: ../../include/conversation.php:966
-msgid "and"
-msgstr "şi"
+#: ../../include/api.php:1342
+msgid "There is no conversation with this id."
+msgstr "Nu există nici-o conversație cu acest id."
 
-#: ../../include/conversation.php:972
-#, php-format
-msgid ", and %d other people"
-msgstr ", şi %d alte persoane"
+#: ../../include/api.php:1614
+msgid "Invalid request."
+msgstr "Cerere invalida"
 
-#: ../../include/conversation.php:974
-#, php-format
-msgid "%s like this."
-msgstr "%s apreciază aceasta."
+#: ../../include/api.php:1625
+msgid "Invalid item."
+msgstr "Element invalid"
 
-#: ../../include/conversation.php:974
-#, php-format
-msgid "%s don't like this."
-msgstr "%s nu apreciază aceasta."
+#: ../../include/api.php:1635
+msgid "Invalid action. "
+msgstr ""
 
-#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Vizibil pentru <strong>toți</strong>"
+#: ../../include/api.php:1643
+msgid "DB error"
+msgstr "Eroare BD"
 
-#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
-msgid "Please enter a video link/URL:"
-msgstr "Vă rugăm să introduceți un URL/legătură pentru clip video"
+#: ../../include/user.php:40
+msgid "An invitation is required."
+msgstr "O invitaţie este necesară."
 
-#: ../../include/conversation.php:1004 ../../include/conversation.php:1022
-msgid "Please enter an audio link/URL:"
-msgstr "Vă rugăm să introduceți un URL/legătură pentru clip audio"
+#: ../../include/user.php:45
+msgid "Invitation could not be verified."
+msgstr "Invitația nu s-a putut verifica."
 
-#: ../../include/conversation.php:1005 ../../include/conversation.php:1023
-msgid "Tag term:"
-msgstr "Termen etichetare:"
+#: ../../include/user.php:53
+msgid "Invalid OpenID url"
+msgstr "URL OpenID invalid"
 
-#: ../../include/conversation.php:1007 ../../include/conversation.php:1025
-msgid "Where are you right now?"
-msgstr "Unde vă aflați acum?"
+#: ../../include/user.php:74
+msgid "Please enter the required information."
+msgstr "Vă rugăm să introduceți informațiile solicitate."
 
-#: ../../include/conversation.php:1008
-msgid "Delete item(s)?"
-msgstr "Ștergeți element(e)?"
+#: ../../include/user.php:88
+msgid "Please use a shorter name."
+msgstr "Vă rugăm să utilizaţi un nume mai scurt."
 
-#: ../../include/conversation.php:1051
-msgid "Post to Email"
-msgstr "Postați prin Email"
+#: ../../include/user.php:90
+msgid "Name too short."
+msgstr "Numele este prea scurt."
 
-#: ../../include/conversation.php:1056
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Conectorii au fost dezactivați, din moment ce  \"%s\" este activat."
+#: ../../include/user.php:105
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Acesta nu pare a fi Numele (Prenumele) dvs. complet"
 
-#: ../../include/conversation.php:1111
-msgid "permissions"
-msgstr "permisiuni"
+#: ../../include/user.php:110
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Domeniul dvs. de email nu este printre cele permise pe acest site."
 
-#: ../../include/conversation.php:1135
-msgid "Post to Groups"
-msgstr "Postați în Grupuri"
+#: ../../include/user.php:113
+msgid "Not a valid email address."
+msgstr "Nu este o adresă vaildă de email."
 
-#: ../../include/conversation.php:1136
-msgid "Post to Contacts"
-msgstr "Post către  Contacte"
+#: ../../include/user.php:126
+msgid "Cannot use that email."
+msgstr "Nu se poate utiliza acest email."
 
-#: ../../include/conversation.php:1137
-msgid "Private post"
-msgstr "Articol privat"
+#: ../../include/user.php:132
+msgid ""
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr " \"Pseudonimul\" dvs.  poate conţine numai  \"a-z\", \"0-9\", \"-\",, şi  \"_\", şi trebuie de asemenea să înceapă cu o literă."
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Add Contact Nou"
+#: ../../include/user.php:138 ../../include/user.php:236
+msgid "Nickname is already registered. Please choose another."
+msgstr "Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul."
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Introduceţi adresa sau locaţia web"
+#: ../../include/user.php:148
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Pseudonimul a fost înregistrat aici, şi e posibil să nu mai poată fi reutilizat. Vă rugăm, alegeți altul."
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Exemplu: bob@example.com, http://example.com/barbara"
+#: ../../include/user.php:164
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "EROARE GRAVĂ: Generarea de chei de securitate a eşuat."
 
-#: ../../include/contact_widgets.php:24
+#: ../../include/user.php:222
+msgid "An error occurred during registration. Please try again."
+msgstr "A intervenit o eroare în timpul înregistrării. Vă rugăm să reîncercați."
+
+#: ../../include/user.php:257
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "A intervenit o eroare la crearea profilului dvs. implicit. Vă rugăm să reîncercați."
+
+#: ../../include/user.php:289 ../../include/user.php:293
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Prieteni"
+
+#: ../../include/user.php:377
+#, 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 ""
+
+#: ../../include/user.php:381
 #, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitație disponibilă"
-msgstr[1] "%d invitații disponibile"
-msgstr[2] "%d de invitații disponibile"
+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 ""
 
-#: ../../include/contact_widgets.php:30
-msgid "Find People"
-msgstr "Căutați Persoane"
+#: ../../include/diaspora.php:703
+msgid "Sharing notification from Diaspora network"
+msgstr "Partajarea notificării din reţeaua Diaspora"
 
-#: ../../include/contact_widgets.php:31
-msgid "Enter name or interest"
-msgstr "Introduceţi numele sau interesul"
+#: ../../include/diaspora.php:2520
+msgid "Attachments:"
+msgstr "Atașări:"
 
-#: ../../include/contact_widgets.php:32
-msgid "Connect/Follow"
-msgstr "Conectare/Urmărire"
+#: ../../include/items.php:4555
+msgid "Do you really want to delete this item?"
+msgstr "Sigur doriți să ștergeți acest element?"
 
-#: ../../include/contact_widgets.php:33
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Exemple: Robert Morgenstein, Pescuit"
+#: ../../include/items.php:4778
+msgid "Archives"
+msgstr "Arhive"
 
-#: ../../include/contact_widgets.php:37
-msgid "Random Profile"
-msgstr "Profil Aleatoriu"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Bărbat"
 
-#: ../../include/contact_widgets.php:71
-msgid "Networks"
-msgstr "Rețele"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Femeie"
 
-#: ../../include/contact_widgets.php:74
-msgid "All Networks"
-msgstr "Toate Reţelele"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "În prezent Bărbat"
 
-#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
-msgid "Everything"
-msgstr "Totul"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "În prezent Femeie"
 
-#: ../../include/contact_widgets.php:136
-msgid "Categories"
-msgstr "Categorii"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Mai mult Bărbat"
 
-#: ../../include/nav.php:73
-msgid "End this session"
-msgstr "Finalizați această sesiune"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Mai mult Femeie"
 
-#: ../../include/nav.php:79
-msgid "Your videos"
-msgstr "Fișierele tale video"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transsexual"
 
-#: ../../include/nav.php:81
-msgid "Your personal notes"
-msgstr "Notele tale personale"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersexual"
 
-#: ../../include/nav.php:92
-msgid "Sign in"
-msgstr "Autentificare"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transsexual"
 
-#: ../../include/nav.php:105
-msgid "Home Page"
-msgstr "Home Pagina"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodit"
 
-#: ../../include/nav.php:109
-msgid "Create an account"
-msgstr "Creați un cont"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutru"
 
-#: ../../include/nav.php:114
-msgid "Help and documentation"
-msgstr "Ajutor şi documentaţie"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Non-specific"
 
-#: ../../include/nav.php:117
-msgid "Apps"
-msgstr "Aplicații"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Alta"
 
-#: ../../include/nav.php:117
-msgid "Addon applications, utilities, games"
-msgstr "Suplimente la aplicații, utilitare, jocuri"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indecisă"
 
-#: ../../include/nav.php:119
-msgid "Search site content"
-msgstr "Căutare în conținut site"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Bărbați"
 
-#: ../../include/nav.php:129
-msgid "Conversations on this site"
-msgstr "Conversaţii pe acest site"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Femei"
 
-#: ../../include/nav.php:131
-msgid "Directory"
-msgstr "Director"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gay"
 
-#: ../../include/nav.php:131
-msgid "People directory"
-msgstr "Director persoane"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbiană"
 
-#: ../../include/nav.php:133
-msgid "Information"
-msgstr "Informaţii"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Fără Preferințe"
 
-#: ../../include/nav.php:133
-msgid "Information about this friendica instance"
-msgstr "Informaţii despre această instanță friendica"
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bisexual"
 
-#: ../../include/nav.php:143
-msgid "Conversations from your friends"
-msgstr "Conversaţiile prieteniilor dvs."
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autosexual"
 
-#: ../../include/nav.php:144
-msgid "Network Reset"
-msgstr "Resetare Reţea"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Abstinent(ă)"
 
-#: ../../include/nav.php:144
-msgid "Load Network page with no filters"
-msgstr "Încărcare pagina de Reţea fără filtre"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Virgin(ă)"
 
-#: ../../include/nav.php:152
-msgid "Friend Requests"
-msgstr "Solicitări Prietenie"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Deviant"
 
-#: ../../include/nav.php:154
-msgid "See all notifications"
-msgstr "Consultaţi toate notificările"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetish"
 
-#: ../../include/nav.php:155
-msgid "Mark all system notifications seen"
-msgstr "Marcaţi toate notificările de sistem, ca și vizualizate"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "La grămadă"
 
-#: ../../include/nav.php:159
-msgid "Private mail"
-msgstr "Mail privat"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Nonsexual"
 
-#: ../../include/nav.php:160
-msgid "Inbox"
-msgstr "Mesaje primite"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Necăsătorit(ă)"
 
-#: ../../include/nav.php:161
-msgid "Outbox"
-msgstr "Căsuță de Ieșire"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Singur(ă)"
 
-#: ../../include/nav.php:165
-msgid "Manage"
-msgstr "Gestionare"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Disponibil(ă)"
 
-#: ../../include/nav.php:165
-msgid "Manage other pages"
-msgstr "Gestionează alte pagini"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Indisponibil(ă)"
 
-#: ../../include/nav.php:170
-msgid "Account settings"
-msgstr "Configurări Cont"
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Îndrăgostit(ă)"
 
-#: ../../include/nav.php:173
-msgid "Manage/Edit Profiles"
-msgstr "Gestionare/Editare Profile"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Îndrăgostit(ă) nebunește"
 
-#: ../../include/nav.php:175
-msgid "Manage/edit friends and contacts"
-msgstr "Gestionare/Editare prieteni şi contacte"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Am întâlniri"
 
-#: ../../include/nav.php:182
-msgid "Site setup and configuration"
-msgstr "Instalare şi configurare site"
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Infidel(ă)"
 
-#: ../../include/nav.php:186
-msgid "Navigation"
-msgstr "Navigare"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Dependent(ă) de Sex"
 
-#: ../../include/nav.php:186
-msgid "Site map"
-msgstr "Hartă Site"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Prietenii/Prestaţii"
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Necunoscut | Fără categorie"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Ocazional"
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Blocare Imediată"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Cuplat"
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Dubioșii, spammerii, auto-promoterii"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Căsătorit(ă)"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Cunoscut mie, dar fără o opinie"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Căsătorit(ă) imaginar"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, probabil inofensiv"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Parteneri"
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Cu reputație, are încrederea mea"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "În conviețuire"
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Săptămânal"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Drept Comun"
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Lunar"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Fericit(ă)"
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Nu caut"
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Înșelat(ă)"
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separat(ă)"
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Instabil(ă)"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorţat(ă)"
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Divorţat(ă) imaginar"
 
-#: ../../include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "pump.io"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Văduv(ă)"
 
-#: ../../include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Incert"
 
-#: ../../include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Conector Diaspora"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "E complicat"
 
-#: ../../include/contact_selectors.php:91
-msgid "Statusnet"
-msgstr "Statusnet"
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Nu-mi pasă"
 
-#: ../../include/contact_selectors.php:92
-msgid "App.net"
-msgstr "App.net"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Întreabă-mă"
 
 #: ../../include/enotify.php:18
 msgid "Friendica Notification"
@@ -7181,238 +7381,238 @@ msgstr "Vă mulțumim,"
 msgid "%s Administrator"
 msgstr "%s Administrator"
 
-#: ../../include/enotify.php:55
+#: ../../include/enotify.php:64
 #, php-format
 msgid "%s <!item_type!>"
 msgstr "%s <!tip_element!>"
 
-#: ../../include/enotify.php:59
+#: ../../include/enotify.php:68
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr "[Friendica:Notificare] Mail nou primit la %s"
 
-#: ../../include/enotify.php:61
+#: ../../include/enotify.php:70
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr "%1$s v-a trimis un nou mesaj privat la %2$s."
 
-#: ../../include/enotify.php:62
+#: ../../include/enotify.php:71
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr "%1$s v-a trimis %2$s"
 
-#: ../../include/enotify.php:62
+#: ../../include/enotify.php:71
 msgid "a private message"
 msgstr "un mesaj privat"
 
-#: ../../include/enotify.php:63
+#: ../../include/enotify.php:72
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr "Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la mesaje private."
 
-#: ../../include/enotify.php:115
+#: ../../include/enotify.php:124
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr "%1$s a comentat la [url=%2$s]a %3$s[/url]"
 
-#: ../../include/enotify.php:122
+#: ../../include/enotify.php:131
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr "%1$s a comentat la [url=%2$s]%4$s postat de %3$s[/url]"
 
-#: ../../include/enotify.php:130
+#: ../../include/enotify.php:139
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr "%1$s a comentat la [url=%2$s]%3$s dvs.[/url]"
 
-#: ../../include/enotify.php:140
+#: ../../include/enotify.php:149
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr "[Friendica:Notificare] Comentariu la conversaţia #%1$d postată de %2$s"
 
-#: ../../include/enotify.php:141
+#: ../../include/enotify.php:150
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr "%s a comentat la un element/conversaţie pe care o urmăriți."
 
-#: ../../include/enotify.php:144 ../../include/enotify.php:159
-#: ../../include/enotify.php:172 ../../include/enotify.php:185
-#: ../../include/enotify.php:203 ../../include/enotify.php:216
+#: ../../include/enotify.php:153 ../../include/enotify.php:168
+#: ../../include/enotify.php:181 ../../include/enotify.php:194
+#: ../../include/enotify.php:212 ../../include/enotify.php:225
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr "Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la conversație."
 
-#: ../../include/enotify.php:151
+#: ../../include/enotify.php:160
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr "[Friendica:Notificare] %s a postat pe peretele dvs. de profil"
 
-#: ../../include/enotify.php:153
+#: ../../include/enotify.php:162
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr "%1$s a postat pe peretele dvs. de profil la %2$s"
 
-#: ../../include/enotify.php:155
+#: ../../include/enotify.php:164
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr "%1$s a postat pe [url=%2$s]peretele dvs.[/url]"
 
-#: ../../include/enotify.php:166
+#: ../../include/enotify.php:175
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr "[Friendica:Notificare] %s v-a etichetat"
 
-#: ../../include/enotify.php:167
+#: ../../include/enotify.php:176
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr "%1$s v-a etichetat la %2$s"
 
-#: ../../include/enotify.php:168
+#: ../../include/enotify.php:177
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr "%1$s [url=%2$s]v-a etichetat[/url]."
 
-#: ../../include/enotify.php:179
+#: ../../include/enotify.php:188
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr "[Friendica:Notificare] %s a distribuit o nouă postare"
 
-#: ../../include/enotify.php:180
+#: ../../include/enotify.php:189
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr "%1$s a distribuit o nouă postare la %2$s"
 
-#: ../../include/enotify.php:181
+#: ../../include/enotify.php:190
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr "%1$s [url=%2$s] a distribuit o postare[/url]."
 
-#: ../../include/enotify.php:193
+#: ../../include/enotify.php:202
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr "[Friendica:Notificare] %1$s v-a abordat"
 
-#: ../../include/enotify.php:194
+#: ../../include/enotify.php:203
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr "%1$s v-a abordat la %2$s"
 
-#: ../../include/enotify.php:195
+#: ../../include/enotify.php:204
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr "%1$s [url=%2$s]v-a abordat[/url]."
 
-#: ../../include/enotify.php:210
+#: ../../include/enotify.php:219
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr "[Friendica:Notificare] %s v-a etichetat postarea"
 
-#: ../../include/enotify.php:211
+#: ../../include/enotify.php:220
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr "%1$sv-a etichetat postarea la %2$s"
 
-#: ../../include/enotify.php:212
+#: ../../include/enotify.php:221
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr "%1$s a etichetat [url=%2$s]postarea dvs.[/url]"
 
-#: ../../include/enotify.php:223
+#: ../../include/enotify.php:232
 msgid "[Friendica:Notify] Introduction received"
 msgstr "[Friendica:Notificare] Prezentare primită"
 
-#: ../../include/enotify.php:224
+#: ../../include/enotify.php:233
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr "Aţi primit o prezentare de la '%1$s' at %2$s"
 
-#: ../../include/enotify.php:225
+#: ../../include/enotify.php:234
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr "Aţi primit [url=%1$s]o prezentare[/url] de la %2$s."
 
-#: ../../include/enotify.php:228 ../../include/enotify.php:270
+#: ../../include/enotify.php:237 ../../include/enotify.php:279
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr "Le puteți vizita profilurile, online pe %s"
 
-#: ../../include/enotify.php:230
+#: ../../include/enotify.php:239
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge prezentarea."
 
-#: ../../include/enotify.php:238
+#: ../../include/enotify.php:247
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr ""
 
-#: ../../include/enotify.php:239 ../../include/enotify.php:240
+#: ../../include/enotify.php:248 ../../include/enotify.php:249
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr "%1$s împărtăşeşte cu dvs. la %2$s"
 
-#: ../../include/enotify.php:246
+#: ../../include/enotify.php:255
 msgid "[Friendica:Notify] You have a new follower"
 msgstr "[Friendica:Notify] Aveţi un nou susținător la"
 
-#: ../../include/enotify.php:247 ../../include/enotify.php:248
+#: ../../include/enotify.php:256 ../../include/enotify.php:257
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr "Aveţi un nou susținător la %2$s : %1$s"
 
-#: ../../include/enotify.php:261
+#: ../../include/enotify.php:270
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr "[Friendica:Notificare] Ați primit o sugestie de prietenie"
 
-#: ../../include/enotify.php:262
+#: ../../include/enotify.php:271
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr "Ați primit o sugestie de prietenie de la '%1$s' la %2$s"
 
-#: ../../include/enotify.php:263
+#: ../../include/enotify.php:272
 #, php-format
 msgid ""
 "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr "Aţi primit [url=%1$s]o sugestie de prietenie[/url] pentru %2$s de la %3$s."
 
-#: ../../include/enotify.php:268
+#: ../../include/enotify.php:277
 msgid "Name:"
 msgstr "Nume:"
 
-#: ../../include/enotify.php:269
+#: ../../include/enotify.php:278
 msgid "Photo:"
 msgstr "Foto:"
 
-#: ../../include/enotify.php:272
+#: ../../include/enotify.php:281
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge sugestia."
 
-#: ../../include/enotify.php:280 ../../include/enotify.php:293
+#: ../../include/enotify.php:289 ../../include/enotify.php:302
 msgid "[Friendica:Notify] Connection accepted"
 msgstr "[Friendica:Notificare] Conectare acceptată"
 
-#: ../../include/enotify.php:281 ../../include/enotify.php:294
+#: ../../include/enotify.php:290 ../../include/enotify.php:303
 #, php-format
 msgid "'%1$s' has acepted your connection request at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:282 ../../include/enotify.php:295
+#: ../../include/enotify.php:291 ../../include/enotify.php:304
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr ""
 
-#: ../../include/enotify.php:285
+#: ../../include/enotify.php:294
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and email\n"
 "\twithout restriction."
 msgstr ""
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:302
+#: ../../include/enotify.php:297 ../../include/enotify.php:311
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr ""
 
-#: ../../include/enotify.php:298
+#: ../../include/enotify.php:307
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
@@ -7421,318 +7621,266 @@ msgid ""
 "automatically."
 msgstr ""
 
-#: ../../include/enotify.php:300
+#: ../../include/enotify.php:309
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future. "
 msgstr ""
 
-#: ../../include/enotify.php:313
+#: ../../include/enotify.php:322
 msgid "[Friendica System:Notify] registration request"
 msgstr ""
 
-#: ../../include/enotify.php:314
+#: ../../include/enotify.php:323
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../include/enotify.php:315
+#: ../../include/enotify.php:324
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr ""
 
-#: ../../include/enotify.php:318
+#: ../../include/enotify.php:327
 #, php-format
 msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 msgstr ""
 
-#: ../../include/enotify.php:321
+#: ../../include/enotify.php:330
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge cererea."
 
-#: ../../include/user.php:40
-msgid "An invitation is required."
-msgstr "O invitaţie este necesară."
-
-#: ../../include/user.php:45
-msgid "Invitation could not be verified."
-msgstr "Invitația nu s-a putut verifica."
-
-#: ../../include/user.php:53
-msgid "Invalid OpenID url"
-msgstr "URL OpenID invalid"
-
-#: ../../include/user.php:74
-msgid "Please enter the required information."
-msgstr "Vă rugăm să introduceți informațiile solicitate."
-
-#: ../../include/user.php:88
-msgid "Please use a shorter name."
-msgstr "Vă rugăm să utilizaţi un nume mai scurt."
-
-#: ../../include/user.php:90
-msgid "Name too short."
-msgstr "Numele este prea scurt."
-
-#: ../../include/user.php:105
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Acesta nu pare a fi Numele (Prenumele) dvs. complet"
-
-#: ../../include/user.php:110
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Domeniul dvs. de email nu este printre cele permise pe acest site."
-
-#: ../../include/user.php:113
-msgid "Not a valid email address."
-msgstr "Nu este o adresă vaildă de email."
-
-#: ../../include/user.php:126
-msgid "Cannot use that email."
-msgstr "Nu se poate utiliza acest email."
+#: ../../include/oembed.php:212
+msgid "Embedded content"
+msgstr "Conţinut încorporat"
 
-#: ../../include/user.php:132
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr " \"Pseudonimul\" dvs.  poate conţine numai  \"a-z\", \"0-9\", \"-\",, şi  \"_\", şi trebuie de asemenea să înceapă cu o literă."
+#: ../../include/oembed.php:221
+msgid "Embedding disabled"
+msgstr "Încorporarea conținuturilor este dezactivată"
 
-#: ../../include/user.php:138 ../../include/user.php:236
-msgid "Nickname is already registered. Please choose another."
-msgstr "Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul."
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr "Eroare la decodarea fişierului de cont"
 
-#: ../../include/user.php:148
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Pseudonimul a fost înregistrat aici, şi e posibil să nu mai poată fi reutilizat. Vă rugăm, alegeți altul."
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Eroare! Nu există data versiunii în fişier! Acesta nu este un fișier de cont Friendica?"
 
-#: ../../include/user.php:164
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "EROARE GRAVĂ: Generarea de chei de securitate a eşuat."
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr "Eroare! Nu pot verifica pseudonimul"
 
-#: ../../include/user.php:222
-msgid "An error occurred during registration. Please try again."
-msgstr "A intervenit o eroare în timpul înregistrării. Vă rugăm să reîncercați."
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "Utilizatorul '%s' există deja pe acest server!"
 
-#: ../../include/user.php:257
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "A intervenit o eroare la crearea profilului dvs. implicit. Vă rugăm să reîncercați."
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "Eroare la crearea utilizatorului"
 
-#: ../../include/user.php:377
-#, 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 ""
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "Eroare la crearea profilului utilizatorului"
 
-#: ../../include/user.php:381
+#: ../../include/uimport.php:220
 #, 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 ""
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contact neimportat"
+msgstr[1] "%d contacte neimportate"
+msgstr[2] "%d de contacte neimportate"
 
-#: ../../include/acl_selectors.php:326
-msgid "Visible to everybody"
-msgstr "Vizibil pentru toata lumea"
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "Realizat. Vă puteţi conecta acum cu parola şi numele dumneavoastră de utilizator"
 
-#: ../../include/bbcode.php:449 ../../include/bbcode.php:1054
-#: ../../include/bbcode.php:1055
-msgid "Image/photo"
-msgstr "Imagine/fotografie"
+#: ../../index.php:428
+msgid "toggle mobile"
+msgstr "comutare mobil"
 
-#: ../../include/bbcode.php:549
-#, 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"
+#: ../../view/theme/cleanzero/config.php:82
+#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
+#: ../../view/theme/diabook/config.php:150 ../../view/theme/vier/config.php:55
+#: ../../view/theme/duepuntozero/config.php:61
+msgid "Theme settings"
+msgstr "Configurări Temă"
 
-#: ../../include/bbcode.php:583
-#, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"_blank\">post</a>"
-msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a> a scris următoarea <a href=\"%s\" target=\"_blank\">postare</a>"
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "Stabiliți nivelul de redimensionare a imaginilor din postări și comentarii (lăţimea şi înălţimea)"
 
-#: ../../include/bbcode.php:1018 ../../include/bbcode.php:1038
-msgid "$1 wrote:"
-msgstr "$1 a scris:"
+#: ../../view/theme/cleanzero/config.php:84
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/diabook/config.php:151
+msgid "Set font-size for posts and comments"
+msgstr "Stabilire dimensiune font pentru postări şi comentarii"
 
-#: ../../include/bbcode.php:1063 ../../include/bbcode.php:1064
-msgid "Encrypted content"
-msgstr "Conţinut criptat"
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Stabilire lăţime temă"
 
-#: ../../include/oembed.php:205
-msgid "Embedded content"
-msgstr "Conţinut încorporat"
+#: ../../view/theme/cleanzero/config.php:86
+#: ../../view/theme/quattro/config.php:68
+msgid "Color scheme"
+msgstr "Schemă culoare"
 
-#: ../../include/oembed.php:214
-msgid "Embedding disabled"
-msgstr "Încorporarea conținuturilor este dezactivată"
+#: ../../view/theme/dispy/config.php:74
+#: ../../view/theme/diabook/config.php:152
+msgid "Set line-height for posts and comments"
+msgstr "Stabilire înălțime linie pentru postări şi comentarii"
 
-#: ../../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 grup şters cu acest nume a fost restabilit. Permisiunile existente ale elementului, <strong>pot</strong>fi aplicate acestui grup şi oricăror viitori membrii. Dacă aceasta nu este ceea ați intenționat să faceți, vă rugăm să creaţi un alt grup cu un un nume diferit."
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Stabilire schemă de culori"
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr "Confidenţialitatea implicită a grupului pentru noi contacte"
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Aliniere"
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "Toată lumea"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "Stânga"
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "editare"
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "Centrat"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "Editare grup"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "Dimensiune font postări"
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "Creați un nou grup"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "Dimensiune font zone text"
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
-msgstr "Contacte ce nu se află în orice grup"
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "Stabilire rezoluţie pentru coloana din mijloc"
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr "urmărire întreruptă"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Stabilire schemă de culori"
 
-#: ../../include/Contact.php:234
-msgid "Drop Contact"
-msgstr "Eliminare Contact"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "Stabilire factor de magnificare pentru Straturi Pământ"
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Diverse"
+#: ../../view/theme/diabook/config.php:156
+#: ../../view/theme/diabook/theme.php:585
+msgid "Set longitude (X) for Earth Layers"
+msgstr "Stabilire longitudine (X) pentru Straturi Pământ"
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr "an"
+#: ../../view/theme/diabook/config.php:157
+#: ../../view/theme/diabook/theme.php:586
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "Stabilire latitudine (Y) pentru Straturi Pământ"
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "lună"
+#: ../../view/theme/diabook/config.php:158
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+msgid "Community Pages"
+msgstr "Community Pagini"
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr "zi"
+#: ../../view/theme/diabook/config.php:159
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+msgid "Earth Layers"
+msgstr "Straturi Pământ"
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "niciodată"
+#: ../../view/theme/diabook/config.php:160
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+msgid "Community Profiles"
+msgstr "Profile de Comunitate"
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "acum mai puțin de o secundă"
+#: ../../view/theme/diabook/config.php:161
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+msgid "Help or @NewHere ?"
+msgstr "Ajutor sau @NouAici ?"
 
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr "ani"
+#: ../../view/theme/diabook/config.php:162
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+msgid "Connect Services"
+msgstr "Conectare Servicii"
 
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "luni"
+#: ../../view/theme/diabook/config.php:163
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+msgid "Find Friends"
+msgstr "Găsire Prieteni"
 
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "săptămână"
+#: ../../view/theme/diabook/config.php:164
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+msgid "Last users"
+msgstr "Ultimii utilizatori"
 
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "săptămâni"
+#: ../../view/theme/diabook/config.php:165
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+msgid "Last photos"
+msgstr "Ultimele fotografii"
 
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr "zile"
+#: ../../view/theme/diabook/config.php:166
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+msgid "Last likes"
+msgstr "Ultimele aprecieri"
 
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "oră"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Contactele dvs."
 
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "ore"
+#: ../../view/theme/diabook/theme.php:128
+msgid "Your personal photos"
+msgstr "Fotografii dvs. personale"
 
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "minut"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Director Local"
 
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "minute"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "Stabilire factor de magnificare pentru Straturi Pământ"
 
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr "secundă"
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "Afişare/ascundere casete din coloana din dreapta:"
 
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr "secunde"
+#: ../../view/theme/vier/config.php:56
+msgid "Set style"
+msgstr "Stabilire stil"
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "acum %1$d %2$s"
+#: ../../view/theme/duepuntozero/config.php:45
+msgid "greenzero"
+msgstr "zeroverde"
 
-#: ../../include/network.php:895
-msgid "view full size"
-msgstr "vezi intreaga mărime"
+#: ../../view/theme/duepuntozero/config.php:46
+msgid "purplezero"
+msgstr "zeroviolet"
 
-#: ../../include/dbstructure.php:26
-#, 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."
+#: ../../view/theme/duepuntozero/config.php:47
+msgid "easterbunny"
 msgstr ""
 
-#: ../../include/dbstructure.php:31
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "Mesajul de eroare este\n[pre]%s[/pre]"
+#: ../../view/theme/duepuntozero/config.php:48
+msgid "darkzero"
+msgstr "zeronegru"
 
-#: ../../include/dbstructure.php:163
-msgid "Errors encountered creating database tables."
-msgstr "Erori întâlnite la crearea tabelelor bazei de date."
+#: ../../view/theme/duepuntozero/config.php:49
+msgid "comix"
+msgstr "comix"
 
-#: ../../include/dbstructure.php:221
-msgid "Errors encountered performing database changes."
-msgstr "Erori întâlnite la operarea de modificări în baza de date."
+#: ../../view/theme/duepuntozero/config.php:50
+msgid "slackr"
+msgstr "slackr"
+
+#: ../../view/theme/duepuntozero/config.php:62
+msgid "Variations"
+msgstr "Variatii"
index bc8cf90b15b589785e46f31e4505db3cf6af7e70..7535687168c8f874f4afcfd80a304fd6f75e056a 100644 (file)
@@ -5,211 +5,425 @@ function string_plural_select_ro($n){
        return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
 }}
 ;
-$a->strings["This entry was edited"] = "Această intrare a fost editată";
-$a->strings["Private Message"] = " Mesaj Privat";
-$a->strings["Edit"] = "Edit";
-$a->strings["Select"] = "Select";
-$a->strings["Delete"] = "Şterge";
-$a->strings["save to folder"] = "salvează în directorul";
-$a->strings["add star"] = "add stea";
-$a->strings["remove star"] = "înlătură stea";
-$a->strings["toggle star status"] = "comută status steluță";
-$a->strings["starred"] = "cu steluță";
-$a->strings["ignore thread"] = "";
-$a->strings["unignore thread"] = "";
-$a->strings["toggle ignore status"] = "Comutaţi status Ignorare";
-$a->strings["ignored"] = "ignorat";
-$a->strings["add tag"] = "add tag";
-$a->strings["I like this (toggle)"] = "I like asta (toggle)";
-$a->strings["like"] = "like";
-$a->strings["I don't like this (toggle)"] = "nu îmi place aceasta (comutare)";
-$a->strings["dislike"] = "dislike";
-$a->strings["Share this"] = "Partajează";
-$a->strings["share"] = "partajează";
-$a->strings["Categories:"] = "Categorii:";
-$a->strings["Filed under:"] = "Înscris în:";
-$a->strings["View %s's profile @ %s"] = "Vizualizaţi profilul %s @ %s";
-$a->strings["to"] = "către";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Perete-prin-Perete";
-$a->strings["via Wall-To-Wall:"] = "via Perete-Prin-Perete";
-$a->strings["%s from %s"] = "%s de la %s";
-$a->strings["Comment"] = "Comentariu";
-$a->strings["Please wait"] = "Aşteptaţi vă rog";
-$a->strings["%d comment"] = array(
-       0 => "%d comentariu",
-       1 => "%d comentarii",
-       2 => "%d comentarii",
-);
-$a->strings["comment"] = array(
-       0 => "comentariu",
-       1 => "comentarii",
-       2 => "comentarii",
-);
-$a->strings["show more"] = "mai mult";
-$a->strings["This is you"] = "Acesta eşti tu";
-$a->strings["Submit"] = "Trimite";
-$a->strings["Bold"] = "Bold";
-$a->strings["Italic"] = "Italic";
-$a->strings["Underline"] = "Subliniat";
-$a->strings["Quote"] = "Citat";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Imagine";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Video";
-$a->strings["Preview"] = "Previzualizare";
-$a->strings["You must be logged in to use addons. "] = "Tu trebuie să vă autentificați pentru a folosi suplimentele.";
-$a->strings["Not Found"] = "Negăsit";
-$a->strings["Page not found."] = "Pagină negăsită.";
-$a->strings["Permission denied"] = "Permisiune refuzată";
-$a->strings["Permission denied."] = "Permisiune refuzată.";
-$a->strings["toggle mobile"] = "comutare mobil";
-$a->strings["[Embedded content - reload page to view]"] = "[Conţinut încastrat - reîncărcaţi pagina pentru a vizualiza]";
-$a->strings["Contact not found."] = "Contact negăsit.";
-$a->strings["Friend suggestion sent."] = "Sugestia de prietenie a fost trimisă.";
-$a->strings["Suggest Friends"] = "Sugeraţi Prieteni";
-$a->strings["Suggest a friend for %s"] = "Sugeraţi un prieten pentru %s";
-$a->strings["This introduction has already been accepted."] = "Această introducere a fost deja acceptată";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Locaţia profilului nu este validă sau nu conţine informaţii de profil.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Atenţie: locaţia profilului nu are un nume de deţinător identificabil.";
-$a->strings["Warning: profile location has no profile photo."] = "Atenţie: locaţia profilului nu are fotografie de profil.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "%d parametru necesar nu a fost găsit în locaţia specificată",
-       1 => "%d parametrii necesari nu au fost găsiţi în locaţia specificată",
-       2 => "%d de parametrii necesari nu au fost găsiţi în locaţia specificată",
+$a->strings["%d contact edited."] = array(
+       0 => "%d contact editat.",
+       1 => "%d contacte editate.",
+       2 => "%d de contacte editate.",
 );
-$a->strings["Introduction complete."] = "Prezentare completă.";
-$a->strings["Unrecoverable protocol error."] = "Eroare de protocol nerecuperabilă.";
-$a->strings["Profile unavailable."] = "Profil nedisponibil.";
-$a->strings["%s has received too many connection requests today."] = "%s a primit, pentru azi, prea multe solicitări de conectare.";
-$a->strings["Spam protection measures have been invoked."] = "Au fost invocate măsuri de protecţie anti-spam.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Prietenii sunt rugaţi să reîncerce peste 24 de ore.";
-$a->strings["Invalid locator"] = "Invalid locator";
-$a->strings["Invalid email address."] = "Adresă mail invalidă.";
-$a->strings["This account has not been configured for email. Request failed."] = "Acest cont nu a fost configurat pentru email. Cererea a eşuat.";
-$a->strings["Unable to resolve your name at the provided location."] = "Imposibil să vă soluţionăm numele pentru locaţia sugerată.";
-$a->strings["You have already introduced yourself here."] = "Aţi fost deja prezentat aici";
-$a->strings["Apparently you are already friends with %s."] = "Se pare că sunteţi deja prieten cu %s.";
-$a->strings["Invalid profile URL."] = "Profil URL invalid.";
-$a->strings["Disallowed profile URL."] = "Profil URL invalid.";
+$a->strings["Could not access contact record."] = "Nu se poate accesa registrul contactului.";
+$a->strings["Could not locate selected profile."] = "Nu se poate localiza profilul selectat.";
+$a->strings["Contact updated."] = "Contact actualizat.";
 $a->strings["Failed to update contact record."] = "Actualizarea datelor de contact a eşuat.";
-$a->strings["Your introduction has been sent."] = "Prezentarea dumneavoastră a fost trimisă.";
-$a->strings["Please login to confirm introduction."] = "Vă rugăm să vă autentificați pentru a confirma prezentarea.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Autentificat curent cu identitate eronată. Vă rugăm să vă autentificați pentru <strong>acest</strong> profil.";
-$a->strings["Hide this contact"] = "Ascunde acest contact";
-$a->strings["Welcome home %s."] = "Bine ai venit %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Vă rugăm să vă confirmaţi solicitarea de introducere/conectare la %s.";
-$a->strings["Confirm"] = "Confirm";
-$a->strings["[Name Withheld]"] = "[Nume Reţinut]";
-$a->strings["Public access denied."] = "Acces public refuzat.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vă rugăm să vă introduceţi \"Adresa  de Identitate\" din una din următoarele reţele de socializare acceptate:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Dacă nu sunteţi încă un membru al reţelei online de socializare gratuite, <a href= \"http://dir.friendica.com/siteinfo\">urmați acest link pentru a găsi un site public Friendica şi alăturați-vă nouă, chiar astăzi</a>.";
-$a->strings["Friend/Connection Request"] = "Solicitare Prietenie/Conectare";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemple: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Vă rugăm să răspundeţi la următoarele:";
-$a->strings["Does %s know you?"] = "%s vă cunoaşte?";
-$a->strings["No"] = "NU";
+$a->strings["Permission denied."] = "Permisiune refuzată.";
+$a->strings["Contact has been blocked"] = "Contactul a fost blocat";
+$a->strings["Contact has been unblocked"] = "Contactul a fost deblocat";
+$a->strings["Contact has been ignored"] = "Contactul a fost ignorat";
+$a->strings["Contact has been unignored"] = "Contactul a fost neignorat";
+$a->strings["Contact has been archived"] = "Contactul a fost arhivat";
+$a->strings["Contact has been unarchived"] = "Contactul a fost dezarhivat";
+$a->strings["Do you really want to delete this contact?"] = "Sigur doriți să ștergeți acest contact?";
 $a->strings["Yes"] = "Da";
-$a->strings["Add a personal note:"] = "Adaugă o notă personală:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Reţea Socială Web Centralizată";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- vă rugăm să nu folosiţi acest formular. În schimb, introduceţi %s în bara dvs. de căutare Diaspora.";
-$a->strings["Your Identity Address:"] = "Adresa dvs. Identitate ";
-$a->strings["Submit Request"] = "Trimiteţi Solicitarea";
 $a->strings["Cancel"] = "Anulează";
-$a->strings["View Video"] = "Vizualizați Clipul Video";
-$a->strings["Requested profile is not available."] = "Profilul solicitat nu este disponibil.";
-$a->strings["Access to this profile has been restricted."] = "Accesul la acest profil a fost restricţionat.";
-$a->strings["Tips for New Members"] = "Sfaturi pentru Membrii Noi";
-$a->strings["Invalid request identifier."] = "Datele de identificare solicitate, sunt invalide.";
-$a->strings["Discard"] = "Renunțați";
+$a->strings["Contact has been removed."] = "Contactul a fost înlăturat.";
+$a->strings["You are mutual friends with %s"] = "Sunteţi prieten comun cu %s";
+$a->strings["You are sharing with %s"] = "Împărtășiți cu %s";
+$a->strings["%s is sharing with you"] = "%s împărtăşeşte cu dvs.";
+$a->strings["Private communications are not available for this contact."] = "Comunicaţiile private nu sunt disponibile pentru acest contact.";
+$a->strings["Never"] = "Niciodată";
+$a->strings["(Update was successful)"] = "(Actualizare a reuşit)";
+$a->strings["(Update was not successful)"] = "(Actualizare nu a reuşit)";
+$a->strings["Suggest friends"] = "Sugeraţi prieteni";
+$a->strings["Network type: %s"] = "Tipul rețelei: %s";
+$a->strings["%d contact in common"] = array(
+       0 => "%d contact în comun",
+       1 => "%d contacte în comun",
+       2 => "%d de contacte în comun",
+);
+$a->strings["View all contacts"] = "Vezi toate contactele";
+$a->strings["Unblock"] = "Deblochează";
+$a->strings["Block"] = "Blochează";
+$a->strings["Toggle Blocked status"] = "Comutare status Blocat";
+$a->strings["Unignore"] = "Anulare ignorare";
 $a->strings["Ignore"] = "Ignoră";
-$a->strings["System"] = "System";
-$a->strings["Network"] = "Reţea";
-$a->strings["Personal"] = "Personal";
-$a->strings["Home"] = "Home";
-$a->strings["Introductions"] = "Introduceri";
-$a->strings["Show Ignored Requests"] = "Afişare Solicitări Ignorate";
-$a->strings["Hide Ignored Requests"] = "Ascundere Solicitări Ignorate";
-$a->strings["Notification type: "] = "Tip Notificări:";
-$a->strings["Friend Suggestion"] = "Sugestie Prietenie";
-$a->strings["suggested by %s"] = "sugerat de către %s";
+$a->strings["Toggle Ignored status"] = "Comutaţi status Ignorat";
+$a->strings["Unarchive"] = "Dezarhivează";
+$a->strings["Archive"] = "Arhivează";
+$a->strings["Toggle Archive status"] = "Comutaţi status Arhivat";
+$a->strings["Repair"] = "Repară";
+$a->strings["Advanced Contact Settings"] = "Configurări Avansate Contacte";
+$a->strings["Communications lost with this contact!"] = "S-a pierdut conexiunea cu acest contact!";
+$a->strings["Contact Editor"] = "Editor Contact";
+$a->strings["Submit"] = "Trimite";
+$a->strings["Profile Visibility"] = "Vizibilitate Profil";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vă rugăm să alegeţi profilul pe care doriţi să îl afişaţi pentru %s când acesta vă vizitează profuilul în mod securizat.";
+$a->strings["Contact Information / Notes"] = "Informaţii de Contact / Note";
+$a->strings["Edit contact notes"] = "Editare note de contact";
+$a->strings["Visit %s's profile [%s]"] = "Vizitați profilul %s [%s]";
+$a->strings["Block/Unblock contact"] = "Blocare/Deblocare contact";
+$a->strings["Ignore contact"] = "Ignorare contact";
+$a->strings["Repair URL settings"] = "Remediere configurări URL";
+$a->strings["View conversations"] = "Vizualizaţi conversaţii";
+$a->strings["Delete contact"] = "Şterge contact";
+$a->strings["Last update:"] = "Ultima actualizare:";
+$a->strings["Update public posts"] = "Actualizare postări publice";
+$a->strings["Update now"] = "Actualizează acum";
+$a->strings["Currently blocked"] = "Blocat în prezent";
+$a->strings["Currently ignored"] = "Ignorat în prezent";
+$a->strings["Currently archived"] = "Arhivat în prezent";
 $a->strings["Hide this contact from others"] = "Ascunde acest contact pentru alţii";
-$a->strings["Post a new friend activity"] = "Publicaţi prietenului o nouă activitate";
-$a->strings["if applicable"] = "dacă i posibil";
-$a->strings["Approve"] = "Aprobă";
-$a->strings["Claims to be known to you: "] = "Pretinde că vă cunoaște:";
-$a->strings["yes"] = "da";
-$a->strings["no"] = "nu";
-$a->strings["Approve as: "] = "Aprobă ca:";
-$a->strings["Friend"] = "Prieten";
-$a->strings["Sharer"] = "Distribuitor";
-$a->strings["Fan/Admirer"] = "Fan/Admirator";
-$a->strings["Friend/Connect Request"] = "Prieten/Solicitare de Conectare";
-$a->strings["New Follower"] = "Susţinător Nou";
-$a->strings["No introductions."] = "Fără prezentări.";
-$a->strings["Notifications"] = "Notificări";
-$a->strings["%s liked %s's post"] = "%s a apreciat ceea a publicat %s";
-$a->strings["%s disliked %s's post"] = "%s a nu a apreciat ceea a publicat %s";
-$a->strings["%s is now friends with %s"] = "%s este acum prieten cu %s";
-$a->strings["%s created a new post"] = "%s a creat o nouă postare";
-$a->strings["%s commented on %s's post"] = "%s a comentat la articolul postat de %s";
-$a->strings["No more network notifications."] = "Nu mai există notificări de reţea.";
-$a->strings["Network Notifications"] = "Notificări de Reţea";
-$a->strings["No more system notifications."] = "Nu mai există notificări de sistem.";
-$a->strings["System Notifications"] = "Notificări de Sistem";
-$a->strings["No more personal notifications."] = "Nici o notificare personală";
-$a->strings["Personal Notifications"] = "Notificări personale";
-$a->strings["No more home notifications."] = "Nu mai există notificări de origine.";
-$a->strings["Home Notifications"] = "Notificări de Origine";
-$a->strings["photo"] = "photo";
-$a->strings["status"] = "status";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s apreciază %3\$s lui %2\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nu apreciază %3\$s lui %2\$s";
-$a->strings["OpenID protocol error. No ID returned."] = "Eroare de protocol OpenID. Nici-un ID returnat.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Contul nu a fost găsit iar înregistrările OpenID nu sunt permise pe acest site.";
-$a->strings["Login failed."] = "Eşec la conectare";
-$a->strings["Source (bbcode) text:"] = "Text (bbcode) sursă:";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Text (Diaspora) sursă pentru a-l converti în BBcode:";
-$a->strings["Source input: "] = "Intrare Sursă:";
-$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): "] = "Intrare Sursă (Format Diaspora):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Theme settings updated."] = "Configurările temei au fost actualizate.";
-$a->strings["Site"] = "Site";
-$a->strings["Users"] = "Utilizatori";
-$a->strings["Plugins"] = "Pluginuri";
-$a->strings["Themes"] = "Teme";
-$a->strings["DB updates"] = "Actualizări Bază de Date";
-$a->strings["Logs"] = "Jurnale";
-$a->strings["Admin"] = "Admin";
-$a->strings["Plugin Features"] = "Caracteristici Modul";
-$a->strings["User registrations waiting for confirmation"] = "Înregistrări de utilizatori, aşteaptă confirmarea";
-$a->strings["Item not found."] = "Element negăsit.";
-$a->strings["Normal Account"] = "Cont normal";
-$a->strings["Soapbox Account"] = "Cont Soapbox";
-$a->strings["Community/Celebrity Account"] = "Cont Comunitate/Celebritate";
-$a->strings["Automatic Friend Account"] = "Cont Prieten Automat";
-$a->strings["Blog Account"] = "Cont Blog";
-$a->strings["Private Forum"] = "Forum Privat";
-$a->strings["Message queues"] = "Șiruri de mesaje";
-$a->strings["Administration"] = "Administrare";
-$a->strings["Summary"] = "Sumar";
-$a->strings["Registered users"] = "Utilizatori înregistraţi";
-$a->strings["Pending registrations"] = "Administrare";
-$a->strings["Version"] = "Versiune";
-$a->strings["Active plugins"] = "Module active";
-$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Nu se poate analiza URL-ul de bază. Trebuie să aibă minim <scheme>://<domain>";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Răspunsurile/aprecierile pentru postările dvs. publice <strong>ar putea</strong> fi încă vizibile";
+$a->strings["Notification for new posts"] = "Notificare de postări noi";
+$a->strings["Send a notification of every new post of this contact"] = "Trimiteți o notificare despre fiecare postare nouă a acestui contact";
+$a->strings["Fetch further information for feeds"] = "Preluare informaţii suplimentare pentru fluxuri";
+$a->strings["Disabled"] = "Dezactivat";
+$a->strings["Fetch information"] = "";
+$a->strings["Fetch information and keywords"] = "";
+$a->strings["Blacklisted keywords"] = "";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
+$a->strings["Suggestions"] = "Sugestii";
+$a->strings["Suggest potential friends"] = "Sugeraţi prieteni potențiali";
+$a->strings["All Contacts"] = "Toate Contactele";
+$a->strings["Show all contacts"] = "Afişează toate contactele";
+$a->strings["Unblocked"] = "Deblocat";
+$a->strings["Only show unblocked contacts"] = "Se afişează numai contactele deblocate";
+$a->strings["Blocked"] = "Blocat";
+$a->strings["Only show blocked contacts"] = "Se afişează numai contactele blocate";
+$a->strings["Ignored"] = "Ignorat";
+$a->strings["Only show ignored contacts"] = "Se afişează numai contactele ignorate";
+$a->strings["Archived"] = "Arhivat";
+$a->strings["Only show archived contacts"] = "Se afişează numai contactele arhivate";
+$a->strings["Hidden"] = "Ascuns";
+$a->strings["Only show hidden contacts"] = "Se afişează numai contactele ascunse";
+$a->strings["Mutual Friendship"] = "Prietenie Reciprocă";
+$a->strings["is a fan of yours"] = "este fanul  dvs.";
+$a->strings["you are a fan of"] = "sunteţi un fan al";
+$a->strings["Edit contact"] = "Editează contact";
+$a->strings["Contacts"] = "Contacte";
+$a->strings["Search your contacts"] = "Căutare contacte";
+$a->strings["Finding: "] = "Găsire:";
+$a->strings["Find"] = "Căutare";
+$a->strings["Update"] = "Actualizare";
+$a->strings["Delete"] = "Şterge";
+$a->strings["No profile"] = "Niciun profil";
+$a->strings["Manage Identities and/or Pages"] = "Administrare Identităţii şi/sau Pagini";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de  \"gestionare \"";
+$a->strings["Select an identity to manage: "] = "Selectaţi o identitate de gestionat:";
+$a->strings["Post successful."] = "Postat cu succes.";
+$a->strings["Permission denied"] = "Permisiune refuzată";
+$a->strings["Invalid profile identifier."] = "Identificator profil, invalid.";
+$a->strings["Profile Visibility Editor"] = "Editor Vizibilitate Profil";
+$a->strings["Profile"] = "Profil";
+$a->strings["Click on a contact to add or remove."] = "Apăsați pe un contact pentru a-l adăuga sau elimina.";
+$a->strings["Visible To"] = "Vizibil Pentru";
+$a->strings["All Contacts (with secure profile access)"] = "Toate Contactele (cu acces profil securizat)";
+$a->strings["Item not found."] = "Element negăsit.";
+$a->strings["Public access denied."] = "Acces public refuzat.";
+$a->strings["Access to this profile has been restricted."] = "Accesul la acest profil a fost restricţionat.";
+$a->strings["Item has been removed."] = "Elementul a fost eliminat.";
+$a->strings["Welcome to Friendica"] = "Bun Venit la Friendica";
+$a->strings["New Member Checklist"] = "Lista de Verificare Membrii Noi";
+$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."] = "Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere.";
+$a->strings["Getting Started"] = "Noțiuni de Bază";
+$a->strings["Friendica Walk-Through"] = "Ghidul de Prezentare Friendica";
+$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."] = "Pe pagina dvs. de <em>Pornire Rapidă</em>  - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați.";
+$a->strings["Settings"] = "Setări";
+$a->strings["Go to Your Settings"] = "Mergeți la Configurări";
+$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."] = "Din pagina dvs. de <em>Configurări</em> - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită.";
+$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."] = "Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească.";
+$a->strings["Upload Profile Photo"] = "Încărcare Fotografie Profil";
+$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."] = "Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale.";
+$a->strings["Edit Your Profile"] = "Editare Profil";
+$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."] = "Editaţi-vă profilul <strong>Implicit</strong> după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți.";
+$a->strings["Profile Keywords"] = "Cuvinte-Cheie Profil";
+$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."] = "Stabiliți câteva cuvinte-cheie publice pentru profilul dvs. implicit, cuvinte ce descriu cel mai bine interesele dvs. Vom putea astfel găsi alte persoane cu interese similare și vă vom sugera prietenia lor.";
+$a->strings["Connecting"] = "Conectare";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autorizați Conectorul Facebook dacă dețineți în prezent un cont pe Facebook, şi vom importa (opțional) toți prietenii și toate conversațiile de pe Facebook.";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Dacă</em> aceasta este propriul dvs. server, instalarea suplimentului Facebook, vă poate uşura tranziţia la reţeaua socială web gratuită.";
+$a->strings["Importing Emails"] = "Importare Email-uri";
+$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"] = "Introduceţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din  Căsuța dvs. de Mesaje Primite.";
+$a->strings["Go to Your Contacts Page"] = "Dute la pagina ta Contacte ";
+$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."] = "Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul <em>Adăugare Contact Nou</em>.";
+$a->strings["Go to Your Site's Directory"] = "Mergeţi la Directorul Site-ului";
+$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."] = "Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de <em>Conectare</em> sau <em>Urmărire</em> pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită.";
+$a->strings["Finding New People"] = "Găsire Persoane Noi";
+$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."] = "Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore.";
+$a->strings["Groups"] = "Groupuri";
+$a->strings["Group Your Contacts"] = "Grupați-vă Contactele";
+$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."] = "Odată ce v-aţi făcut unele prietenii, organizaţi-le în grupuri de conversaţii private din bara laterală a paginii dvs. de Contact  şi apoi puteţi interacționa, privat cu fiecare grup pe pagina dumneavoastră de Reţea.";
+$a->strings["Why Aren't My Posts Public?"] = "De ce nu sunt Postările Mele Publice?";
+$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 vă respectă confidenţialitatea. Implicit, postările dvs. vor fi afişate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informaţii, consultaţi secţiunea de asistenţă din legătura de mai sus.";
+$a->strings["Getting Help"] = "Obţinerea de Ajutor";
+$a->strings["Go to the Help Section"] = "Navigați la Secțiunea Ajutor";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Paginile noastre de <strong>ajutor</strong> pot fi consultate pentru detalii, prin alte funcții şi resurse de program.";
+$a->strings["OpenID protocol error. No ID returned."] = "Eroare de protocol OpenID. Nici-un ID returnat.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Contul nu a fost găsit iar înregistrările OpenID nu sunt permise pe acest site.";
+$a->strings["Login failed."] = "Eşec la conectare";
+$a->strings["Image uploaded but image cropping failed."] = "Imaginea a fost încărcată, dar decuparea imaginii a eşuat.";
+$a->strings["Profile Photos"] = "Poze profil";
+$a->strings["Image size reduction [%s] failed."] = "Reducerea dimensiunea imaginii [%s] a eşuat.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat.";
+$a->strings["Unable to process image"] = "Nu s-a putut procesa imaginea.";
+$a->strings["Image exceeds size limit of %d"] = "Dimensiunea imaginii depăşeşte limita de %d";
+$a->strings["Unable to process image."] = "Nu s-a putut procesa imaginea.";
+$a->strings["Upload File:"] = "Încărcare Fișier:";
+$a->strings["Select a profile:"] = "Selectați un profil:";
+$a->strings["Upload"] = "Încărcare";
+$a->strings["or"] = "sau";
+$a->strings["skip this step"] = "omiteți acest pas";
+$a->strings["select a photo from your photo albums"] = "selectaţi o fotografie din albumele dvs. foto";
+$a->strings["Crop Image"] = "Decupare Imagine";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă.";
+$a->strings["Done Editing"] = "Editare Realizată";
+$a->strings["Image uploaded successfully."] = "Imaginea a fost încărcată cu succes";
+$a->strings["Image upload failed."] = "Încărcarea imaginii a eşuat.";
+$a->strings["photo"] = "photo";
+$a->strings["status"] = "status";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s urmărește %3\$s postată %2\$s";
+$a->strings["Tag removed"] = "Etichetă eliminată";
+$a->strings["Remove Item Tag"] = "Eliminați Eticheta Elementului";
+$a->strings["Select a tag to remove: "] = "Selectați o etichetă de eliminat:";
+$a->strings["Remove"] = "Eliminare";
+$a->strings["Save to Folder:"] = "Salvare în Dosar:";
+$a->strings["- select -"] = "- selectare -";
+$a->strings["Save"] = "Salvare";
+$a->strings["Contact added"] = "Contact addăugat";
+$a->strings["Unable to locate original post."] = "Nu se poate localiza postarea originală.";
+$a->strings["Empty post discarded."] = "Postarea goală a fost eliminată.";
+$a->strings["Wall Photos"] = "Fotografii de Perete";
+$a->strings["System error. Post not saved."] = "Eroare de sistem. Articolul nu a fost salvat.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica.";
+$a->strings["You may visit them online at %s"] = "Îi puteți vizita profilul online la %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje.";
+$a->strings["%s posted an update."] = "%s a postat o actualizare.";
+$a->strings["Group created."] = "Grupul a fost creat.";
+$a->strings["Could not create group."] = "Grupul nu se poate crea.";
+$a->strings["Group not found."] = "Grupul nu a fost găsit.";
+$a->strings["Group name changed."] = "Numele grupului a fost schimbat.";
+$a->strings["Save Group"] = "Salvare Grup";
+$a->strings["Create a group of contacts/friends."] = "Creaţi un grup de contacte/prieteni.";
+$a->strings["Group Name: "] = "Nume Grup:";
+$a->strings["Group removed."] = "Grupul a fost eliminat.";
+$a->strings["Unable to remove group."] = "Nu se poate elimina grupul.";
+$a->strings["Group Editor"] = "Editor Grup";
+$a->strings["Members"] = "Membri";
+$a->strings["You must be logged in to use addons. "] = "Tu trebuie să vă autentificați pentru a folosi suplimentele.";
+$a->strings["Applications"] = "Aplicații";
+$a->strings["No installed applications."] = "Nu există aplicații instalate.";
+$a->strings["Profile not found."] = "Profil negăsit.";
+$a->strings["Contact not found."] = "Contact negăsit.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Aceasta se poate întâmpla ocazional dacă contactul a fost solicitat de către ambele persoane şi acesta a fost deja aprobat.";
+$a->strings["Response from remote site was not understood."] = "Răspunsul de la adresa de la distanţă, nu a fost înțeles.";
+$a->strings["Unexpected response from remote site: "] = "Răspuns neaşteptat de la site-ul de la distanţă:";
+$a->strings["Confirmation completed successfully."] = "Confirmare încheiată cu succes.";
+$a->strings["Remote site reported: "] = "Site-ul de la distanţă a raportat:";
+$a->strings["Temporary failure. Please wait and try again."] = "Eroare Temporară. Vă rugăm să aşteptaţi şi încercaţi din nou.";
+$a->strings["Introduction failed or was revoked."] = "Introducerea a eşuat sau a fost revocată.";
+$a->strings["Unable to set contact photo."] = "Imposibil de stabilit fotografia de contact.";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s este acum prieten cu %2\$s";
+$a->strings["No user record found for '%s' "] = "Nici-o înregistrare de utilizator găsită pentru '%s'";
+$a->strings["Our site encryption key is apparently messed up."] = "Se pare că, cheia de criptare a site-ului nostru s-a încurcat.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "A fost furnizată o adresă URL goală, sau adresa URL nu poate fi decriptată de noi.";
+$a->strings["Contact record was not found for you on our site."] = "Registrul contactului nu a fost găsit pe site-ul nostru.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Cheia publică a site-ului nu este disponibilă în registrul contactului pentru URL-ul %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID-ul furnizat de către sistemul dumneavoastră este un duplicat pe sistemul nostru. Ar trebui să funcţioneze dacă încercaţi din nou.";
+$a->strings["Unable to set your contact credentials on our system."] = "Imposibil de configurat datele dvs. de autentificare, pe sistemul nostru.";
+$a->strings["Unable to update your contact profile details on our system"] = "Imposibil de actualizat detaliile de profil ale contactului dvs., pe sistemul nostru.";
+$a->strings["[Name Withheld]"] = "[Nume Reţinut]";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s s-a alăturat lui %2\$s";
+$a->strings["Requested profile is not available."] = "Profilul solicitat nu este disponibil.";
+$a->strings["Tips for New Members"] = "Sfaturi pentru Membrii Noi";
+$a->strings["No videos selected"] = "Nici-un clip video selectat";
+$a->strings["Access to this item is restricted."] = "Accesul la acest element este restricționat.";
+$a->strings["View Video"] = "Vizualizați Clipul Video";
+$a->strings["View Album"] = "Vezi Album";
+$a->strings["Recent Videos"] = "Clipuri video recente";
+$a->strings["Upload New Videos"] = "Încărcaţi Clipuri Video Noi";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a etichetat %3\$s de la %2\$s cu %4\$s";
+$a->strings["Friend suggestion sent."] = "Sugestia de prietenie a fost trimisă.";
+$a->strings["Suggest Friends"] = "Sugeraţi Prieteni";
+$a->strings["Suggest a friend for %s"] = "Sugeraţi un prieten pentru %s";
+$a->strings["No valid account found."] = "Nici-un cont valid găsit.";
+$a->strings["Password reset request issued. Check your email."] = "Solicitarea de Resetare Parolă a fost emisă. Verificați-vă emailul.";
+$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."] = "";
+$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"] = "";
+$a->strings["Password reset requested at %s"] = "Solicitarea de resetare a parolei a fost făcută la %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Solicitarea nu se poate verifica. (Este posibil să fi solicitat-o anterior.) Resetarea parolei a eșuat.";
+$a->strings["Password Reset"] = "Resetare Parolă";
+$a->strings["Your password has been reset as requested."] = "Parola a fost resetată conform solicitării.";
+$a->strings["Your new password is"] = "Noua dvs. parolă este";
+$a->strings["Save or copy your new password - and then"] = "Salvați sau copiați noua dvs. parolă - şi apoi";
+$a->strings["click here to login"] = "click aici pentru logare";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Parola poate fi schimbată din pagina de <em>Configurări</em> după autentificarea cu succes.";
+$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"] = "";
+$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"] = "";
+$a->strings["Your password has been changed at %s"] = "Parola dumneavoastră a fost schimbată la %s";
+$a->strings["Forgot your Password?"] = "Ați uitat Parola?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare.";
+$a->strings["Nickname or Email: "] = "Pseudonim sau Email:";
+$a->strings["Reset"] = "Reset";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s apreciază %3\$s lui %2\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nu apreciază %3\$s lui %2\$s";
+$a->strings["{0} wants to be your friend"] = "{0} doreşte să vă fie prieten";
+$a->strings["{0} sent you a message"] = "{0} v-a trimis un mesaj";
+$a->strings["{0} requested registration"] = "{0} a solicitat înregistrarea";
+$a->strings["{0} commented %s's post"] = "{0} a comentat la articolul postat de %s";
+$a->strings["{0} liked %s's post"] = "{0} a apreciat articolul postat de %s";
+$a->strings["{0} disliked %s's post"] = "{0} nu a apreciat articolul postat de %s";
+$a->strings["{0} is now friends with %s"] = "{0} este acum prieten cu %s";
+$a->strings["{0} posted"] = "{0} a postat";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} a etichetat articolul postat de %s cu #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} v-a menţionat într-o postare";
+$a->strings["No contacts."] = "Nici-un contact.";
+$a->strings["View Contacts"] = "Vezi Contacte";
+$a->strings["Invalid request identifier."] = "Datele de identificare solicitate, sunt invalide.";
+$a->strings["Discard"] = "Renunțați";
+$a->strings["System"] = "System";
+$a->strings["Network"] = "Reţea";
+$a->strings["Personal"] = "Personal";
+$a->strings["Home"] = "Home";
+$a->strings["Introductions"] = "Introduceri";
+$a->strings["Show Ignored Requests"] = "Afişare Solicitări Ignorate";
+$a->strings["Hide Ignored Requests"] = "Ascundere Solicitări Ignorate";
+$a->strings["Notification type: "] = "Tip Notificări:";
+$a->strings["Friend Suggestion"] = "Sugestie Prietenie";
+$a->strings["suggested by %s"] = "sugerat de către %s";
+$a->strings["Post a new friend activity"] = "Publicaţi prietenului o nouă activitate";
+$a->strings["if applicable"] = "dacă i posibil";
+$a->strings["Approve"] = "Aprobă";
+$a->strings["Claims to be known to you: "] = "Pretinde că vă cunoaște:";
+$a->strings["yes"] = "da";
+$a->strings["no"] = "nu";
+$a->strings["Approve as: "] = "Aprobă ca:";
+$a->strings["Friend"] = "Prieten";
+$a->strings["Sharer"] = "Distribuitor";
+$a->strings["Fan/Admirer"] = "Fan/Admirator";
+$a->strings["Friend/Connect Request"] = "Prieten/Solicitare de Conectare";
+$a->strings["New Follower"] = "Susţinător Nou";
+$a->strings["No introductions."] = "Fără prezentări.";
+$a->strings["Notifications"] = "Notificări";
+$a->strings["%s liked %s's post"] = "%s a apreciat ceea a publicat %s";
+$a->strings["%s disliked %s's post"] = "%s a nu a apreciat ceea a publicat %s";
+$a->strings["%s is now friends with %s"] = "%s este acum prieten cu %s";
+$a->strings["%s created a new post"] = "%s a creat o nouă postare";
+$a->strings["%s commented on %s's post"] = "%s a comentat la articolul postat de %s";
+$a->strings["No more network notifications."] = "Nu mai există notificări de reţea.";
+$a->strings["Network Notifications"] = "Notificări de Reţea";
+$a->strings["No more system notifications."] = "Nu mai există notificări de sistem.";
+$a->strings["System Notifications"] = "Notificări de Sistem";
+$a->strings["No more personal notifications."] = "Nici o notificare personală";
+$a->strings["Personal Notifications"] = "Notificări personale";
+$a->strings["No more home notifications."] = "Nu mai există notificări de origine.";
+$a->strings["Home Notifications"] = "Notificări de Origine";
+$a->strings["Source (bbcode) text:"] = "Text (bbcode) sursă:";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Text (Diaspora) sursă pentru a-l converti în BBcode:";
+$a->strings["Source input: "] = "Intrare Sursă:";
+$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): "] = "Intrare Sursă (Format Diaspora):";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Nothing new here"] = "Nimic nou aici";
+$a->strings["Clear notifications"] = "Ştergeţi notificările";
+$a->strings["New Message"] = "Mesaj nou";
+$a->strings["No recipient selected."] = "Nici-o adresă selectată.";
+$a->strings["Unable to locate contact information."] = "Nu se pot localiza informaţiile de contact.";
+$a->strings["Message could not be sent."] = "Mesajul nu a putut fi trimis.";
+$a->strings["Message collection failure."] = "Eșec de colectare mesaj.";
+$a->strings["Message sent."] = "Mesaj trimis.";
+$a->strings["Messages"] = "Mesage";
+$a->strings["Do you really want to delete this message?"] = "Chiar doriţi să ştergeţi acest mesaj ?";
+$a->strings["Message deleted."] = "Mesaj şters";
+$a->strings["Conversation removed."] = "Conversaşie inlăturată.";
+$a->strings["Please enter a link URL:"] = "Introduceţi un link URL:";
+$a->strings["Send Private Message"] = "Trimite mesaj privat";
+$a->strings["To:"] = "Către: ";
+$a->strings["Subject:"] = "Subiect:";
+$a->strings["Your message:"] = "Mesajul dvs :";
+$a->strings["Upload photo"] = "Încarcă foto";
+$a->strings["Insert web link"] = "Inserează link web";
+$a->strings["Please wait"] = "Aşteptaţi vă rog";
+$a->strings["No messages."] = "Nici-un mesaj.";
+$a->strings["Unknown sender - %s"] = "Expeditor necunoscut - %s";
+$a->strings["You and %s"] = "Tu şi  %s";
+$a->strings["%s and You"] = "%s şi dvs";
+$a->strings["Delete conversation"] = "Ștergeți conversaţia";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["%d message"] = array(
+       0 => "%d mesaj",
+       1 => "%d mesaje",
+       2 => "%d mesaje",
+);
+$a->strings["Message not available."] = "Mesaj nedisponibil";
+$a->strings["Delete message"] = "Şterge mesaj";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Nici-o comunicaţie securizată disponibilă. <strong>Veți putea</strong> răspunde din pagina de profil a expeditorului.";
+$a->strings["Send Reply"] = "Răspunde";
+$a->strings["[Embedded content - reload page to view]"] = "[Conţinut încastrat - reîncărcaţi pagina pentru a vizualiza]";
+$a->strings["Contact settings applied."] = "Configurările Contactului au fost aplicate.";
+$a->strings["Contact update failed."] = "Actualizarea Contactului a eșuat.";
+$a->strings["Repair Contact Settings"] = "Remediere Configurări Contact";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<Strong>AVERTISMENT: Această acțiune este foarte avansată</strong> şi dacă introduceţi informaţii incorecte, comunicaţiile cu acest contact se poate opri.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Vă rugăm să utilizaţi <strong>acum</strong> butonul 'Înapoi' din browser, dacă nu sunteţi sigur ce sa faceți pe această pagină.";
+$a->strings["Return to contact editor"] = "Reveniţi la editorul de contact";
+$a->strings["No mirroring"] = "";
+$a->strings["Mirror as forwarded posting"] = "";
+$a->strings["Mirror as my own posting"] = "";
+$a->strings["Name"] = "Nume";
+$a->strings["Account Nickname"] = "Pseudonim Cont";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Nume_etichetă - suprascrie Numele/Pseudonimul";
+$a->strings["Account URL"] = "URL Cont";
+$a->strings["Friend Request URL"] = "URL Solicitare Prietenie";
+$a->strings["Friend Confirm URL"] = "URL Confirmare Prietenie";
+$a->strings["Notification Endpoint URL"] = "Punct final URL Notificare";
+$a->strings["Poll/Feed URL"] = "URL Sondaj/Flux";
+$a->strings["New photo from this URL"] = "Fotografie Nouă de la acest URL";
+$a->strings["Remote Self"] = "Auto la Distanţă";
+$a->strings["Mirror postings from this contact"] = "Postări în oglindă de la acest contact";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact.";
+$a->strings["Login"] = "Login";
+$a->strings["The post was created"] = "";
+$a->strings["Access denied."] = "Accesul interzis.";
+$a->strings["People Search"] = "Căutare Persoane";
+$a->strings["No matches"] = "Nici-o potrivire";
+$a->strings["Photos"] = "Poze";
+$a->strings["Files"] = "Fişiere";
+$a->strings["Contacts who are not members of a group"] = "Contactele care nu sunt membre ale unui grup";
+$a->strings["Theme settings updated."] = "Configurările temei au fost actualizate.";
+$a->strings["Site"] = "Site";
+$a->strings["Users"] = "Utilizatori";
+$a->strings["Plugins"] = "Pluginuri";
+$a->strings["Themes"] = "Teme";
+$a->strings["DB updates"] = "Actualizări Bază de Date";
+$a->strings["Logs"] = "Jurnale";
+$a->strings["probe address"] = "";
+$a->strings["check webfinger"] = "";
+$a->strings["Admin"] = "Admin";
+$a->strings["Plugin Features"] = "Caracteristici Modul";
+$a->strings["diagnostics"] = "diacgnostice";
+$a->strings["User registrations waiting for confirmation"] = "Înregistrări de utilizatori, aşteaptă confirmarea";
+$a->strings["Normal Account"] = "Cont normal";
+$a->strings["Soapbox Account"] = "Cont Soapbox";
+$a->strings["Community/Celebrity Account"] = "Cont Comunitate/Celebritate";
+$a->strings["Automatic Friend Account"] = "Cont Prieten Automat";
+$a->strings["Blog Account"] = "Cont Blog";
+$a->strings["Private Forum"] = "Forum Privat";
+$a->strings["Message queues"] = "Șiruri de mesaje";
+$a->strings["Administration"] = "Administrare";
+$a->strings["Summary"] = "Sumar";
+$a->strings["Registered users"] = "Utilizatori înregistraţi";
+$a->strings["Pending registrations"] = "Administrare";
+$a->strings["Version"] = "Versiune";
+$a->strings["Active plugins"] = "Module active";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Nu se poate analiza URL-ul de bază. Trebuie să aibă minim <scheme>://<domain>";
 $a->strings["Site settings updated."] = "Configurările site-ului au fost actualizate.";
 $a->strings["No special theme for mobile devices"] = "Nici-o temă specială pentru dispozitive mobile";
-$a->strings["Never"] = "Niciodată";
+$a->strings["No community page"] = "";
+$a->strings["Public postings from users of this site"] = "";
+$a->strings["Global community page"] = "";
 $a->strings["At post arrival"] = "La sosirea publicaţiei";
 $a->strings["Frequently"] = "Frecvent";
 $a->strings["Hourly"] = "Din oră în oră";
@@ -230,7 +444,11 @@ $a->strings["Advanced"] = "Avansat";
 $a->strings["Performance"] = "Performanţă";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Reaşezaţi - AVERTIZARE: funcţie avansată. Ar putea face acest server inaccesibil.";
 $a->strings["Site name"] = "Nume site";
+$a->strings["Host name"] = "Nume host";
+$a->strings["Sender Email"] = "";
 $a->strings["Banner/Logo"] = "Baner/Logo";
+$a->strings["Shortcut icon"] = "";
+$a->strings["Touch icon"] = "";
 $a->strings["Additional Info"] = "Informaţii suplimentare";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Pentru serverele publice: puteţi să adăugaţi aici informaţiile suplimentare ce vor fi afişate pe dir.friendica.com/siteinfo.";
 $a->strings["System language"] = "Limbă System l";
@@ -240,6 +458,8 @@ $a->strings["Mobile system theme"] = "Temă sisteme mobile";
 $a->strings["Theme for mobile devices"] = "Temă pentru dispozitivele mobile";
 $a->strings["SSL link policy"] = "Politivi link  SSL ";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Determină dacă legăturile generate ar trebui forţate să utilizeze SSL";
+$a->strings["Force SSL"] = "";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
 $a->strings["Old style 'Share'"] = "Stilul vechi de 'Distribuiţi'";
 $a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Dezactivează elementul bbcode 'distribuiţi' pentru elementele repetitive.";
 $a->strings["Hide help entry from navigation menu"] = "Ascunde elementele de ajutor, din meniul de navigare";
@@ -289,8 +509,10 @@ $a->strings["Fullname check"] = "Verificare Nume complet";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Forțează utilizatorii să se înregistreze cu un spaţiu între prenume şi nume, în câmpul pentru Nume complet, ca și măsură antispam";
 $a->strings["UTF-8 Regular expressions"] = "UTF-8 Regular expresii";
 $a->strings["Use PHP UTF8 regular expressions"] = "Utilizaţi  PHP UTF-8 Regular expresii";
-$a->strings["Show Community Page"] = "Arată Pagina Communitz";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Afişează o Pagina de Comunitate, arătând toate postările publice recente  pe acest site.";
+$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"] = "Activează Suport 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."] = "Oferă compatibilitate de integrare OStatus (StatusNet, GNU Sociale etc.). Toate comunicațiile din OStatus sunt publice, astfel încât avertismentele de confidenţialitate  vor fi ocazional afişate.";
 $a->strings["OStatus conversation completion interval"] = "Intervalul OStatus  de finalizare a conversaţiei";
@@ -315,6 +537,8 @@ $a->strings["Use MySQL full text engine"] = "Utilizare motor text-complet MySQL"
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activează motorul pentru text complet. Grăbeşte căutare - dar poate căuta, numai pentru minim 4 caractere.";
 $a->strings["Suppress Language"] = "Suprimă Limba";
 $a->strings["Suppress language information in meta information about a posting."] = "Suprimă informaţiile despre limba din informaţiile meta ale unei postări.";
+$a->strings["Suppress Tags"] = "";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "";
 $a->strings["Path to item cache"] = "Calea pentru elementul cache";
 $a->strings["Cache duration in seconds"] = "Durata Cache în secunde";
 $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."] = "Cât de mult ar trebui păstrate fișierele cache? Valoarea implicită este de 86400 de secunde (O zi). Pentru a dezactiva elementul cache, stabilește valoarea la -1.";
@@ -325,9 +549,11 @@ $a->strings["Temp path"] = "Calea Temp";
 $a->strings["Base path to installation"] = "Calea de bază pentru instalare";
 $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["Enable old style pager"] = "";
+$a->strings["The old style pager has page numbers but slows down massively the page speed."] = "";
+$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"] = "URL de bază nou";
-$a->strings["Disable noscrape"] = "Dezactivare fără-colectare";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server."] = "";
 $a->strings["Update has been marked successful"] = "Actualizarea a fost marcată cu succes";
 $a->strings["Database structure update %s was successfully applied."] = "Actualizarea structurii bazei de date %s a fost aplicată cu succes.";
 $a->strings["Executing of database structure update %s failed with error: %s"] = "";
@@ -337,453 +563,249 @@ $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Ac
 $a->strings["There was no additional update function %s that needed to be called."] = "";
 $a->strings["No failed updates."] = "Nici-o actualizare eșuată.";
 $a->strings["Check database structure"] = "Verifică structura bazei de date";
-$a->strings["Failed Updates"] = "Actualizări Eșuate";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status.";
-$a->strings["Mark success (if update was manually applied)"] = "Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)";
-$a->strings["Attempt to execute this update step automatically"] = "Se încearcă executarea automată a acestei etape de actualizare";
-$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["Registration details for %s"] = "Detaliile de înregistrare pentru %s";
-$a->strings["%s user blocked/unblocked"] = array(
-       0 => "%s utilizator blocat/deblocat",
-       1 => "%s utilizatori blocați/deblocați",
-       2 => "%s de utilizatori blocați/deblocați",
-);
-$a->strings["%s user deleted"] = array(
-       0 => "%s utilizator şters",
-       1 => "%s utilizatori şterşi",
-       2 => "%s utilizatori şterşi",
-);
-$a->strings["User '%s' deleted"] = "Utilizator %s şters";
-$a->strings["User '%s' unblocked"] = "Utilizator %s deblocat";
-$a->strings["User '%s' blocked"] = "Utilizator %s blocat";
-$a->strings["Add User"] = "Adăugaţi Utilizator";
-$a->strings["select all"] = "selectează tot";
-$a->strings["User registrations waiting for confirm"] = "Înregistrarea utilizatorului, aşteaptă confirmarea";
-$a->strings["User waiting for permanent deletion"] = "Utilizatorul așteaptă să fie șters definitiv";
-$a->strings["Request date"] = "Data cererii";
-$a->strings["Name"] = "Nume";
-$a->strings["Email"] = "Email";
-$a->strings["No registrations."] = "Nici-o înregistrare.";
-$a->strings["Deny"] = "Respinge";
-$a->strings["Block"] = "Blochează";
-$a->strings["Unblock"] = "Deblochează";
-$a->strings["Site admin"] = "Site admin";
-$a->strings["Account expired"] = "Cont expirat";
-$a->strings["New User"] = "Utilizator Nou";
-$a->strings["Register date"] = "Data înregistrare";
-$a->strings["Last login"] = "Ultimul login";
-$a->strings["Last item"] = "Ultimul element";
-$a->strings["Deleted since"] = "Șters din";
-$a->strings["Account"] = "Cont";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Utilizatorii selectați vor fi ştersi!\\n\\nTot ce au postat acești utilizatori pe acest site, va fi şters permanent!\\n\\nConfirmați?";
-$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?"] = "Utilizatorul {0}  va fi şters!\\n\\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\\n\\nConfirmați?";
-$a->strings["Name of the new user."] = "Numele noului utilizator.";
-$a->strings["Nickname"] = "Pseudonim";
-$a->strings["Nickname of the new user."] = "Pseudonimul noului utilizator.";
-$a->strings["Email address of the new user."] = "Adresa de e-mail a utilizatorului nou.";
-$a->strings["Plugin %s disabled."] = "Modulul %s a fost dezactivat.";
-$a->strings["Plugin %s enabled."] = "Modulul %s a fost activat.";
-$a->strings["Disable"] = "Dezactivează";
-$a->strings["Enable"] = "Activează";
-$a->strings["Toggle"] = "Comutare";
-$a->strings["Settings"] = "Setări";
-$a->strings["Author: "] = "Autor: ";
-$a->strings["Maintainer: "] = "Responsabil:";
-$a->strings["No themes found."] = "Nici-o temă găsită.";
-$a->strings["Screenshot"] = "Screenshot";
-$a->strings["[Experimental]"] = "[Experimental]";
-$a->strings["[Unsupported]"] = "[Unsupported]";
-$a->strings["Log settings updated."] = "Jurnalul de configurări fost actualizat.";
-$a->strings["Clear"] = "Curăţă";
-$a->strings["Enable Debugging"] = "Activează Depanarea";
-$a->strings["Log file"] = "Fişier Log ";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Trebuie să fie inscriptibil pentru serverul web. Relativ la directoul dvs. superior Friendica.";
-$a->strings["Log level"] = "Nivel log";
-$a->strings["Update now"] = "Actualizează acum";
-$a->strings["Close"] = "Închide";
-$a->strings["FTP Host"] = "FTP Host";
-$a->strings["FTP Path"] = "FTP Path";
-$a->strings["FTP User"] = "FTP User";
-$a->strings["FTP Password"] = "FTP Parolă";
-$a->strings["New Message"] = "Mesaj nou";
-$a->strings["No recipient selected."] = "Nici-o adresă selectată.";
-$a->strings["Unable to locate contact information."] = "Nu se pot localiza informaţiile de contact.";
-$a->strings["Message could not be sent."] = "Mesajul nu a putut fi trimis.";
-$a->strings["Message collection failure."] = "Eșec de colectare mesaj.";
-$a->strings["Message sent."] = "Mesaj trimis.";
-$a->strings["Messages"] = "Mesage";
-$a->strings["Do you really want to delete this message?"] = "Chiar doriţi să ştergeţi acest mesaj ?";
-$a->strings["Message deleted."] = "Mesaj şters";
-$a->strings["Conversation removed."] = "Conversaşie inlăturată.";
-$a->strings["Please enter a link URL:"] = "Introduceţi un link URL:";
-$a->strings["Send Private Message"] = "Trimite mesaj privat";
-$a->strings["To:"] = "Către: ";
-$a->strings["Subject:"] = "Subiect:";
-$a->strings["Your message:"] = "Mesajul dvs :";
-$a->strings["Upload photo"] = "Încarcă foto";
-$a->strings["Insert web link"] = "Inserează link web";
-$a->strings["No messages."] = "Nici-un mesaj.";
-$a->strings["Unknown sender - %s"] = "Expeditor necunoscut - %s";
-$a->strings["You and %s"] = "Tu şi  %s";
-$a->strings["%s and You"] = "%s şi dvs";
-$a->strings["Delete conversation"] = "Ștergeți conversaţia";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
-       0 => "%d mesaj",
-       1 => "%d mesaje",
-       2 => "%d mesaje",
+$a->strings["Failed Updates"] = "Actualizări Eșuate";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status.";
+$a->strings["Mark success (if update was manually applied)"] = "Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)";
+$a->strings["Attempt to execute this update step automatically"] = "Se încearcă executarea automată a acestei etape de actualizare";
+$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["Registration details for %s"] = "Detaliile de înregistrare pentru %s";
+$a->strings["%s user blocked/unblocked"] = array(
+       0 => "%s utilizator blocat/deblocat",
+       1 => "%s utilizatori blocați/deblocați",
+       2 => "%s de utilizatori blocați/deblocați",
 );
-$a->strings["Message not available."] = "Mesaj nedisponibil";
-$a->strings["Delete message"] = "Şterge mesaj";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Nici-o comunicaţie securizată disponibilă. <strong>Veți putea</strong> răspunde din pagina de profil a expeditorului.";
-$a->strings["Send Reply"] = "Răspunde";
-$a->strings["Item not found"] = "Element negăsit";
-$a->strings["Edit post"] = "Editează post";
-$a->strings["Save"] = "Salvare";
-$a->strings["upload photo"] = "încărcare fotografie";
-$a->strings["Attach file"] = "Ataşează fişier";
-$a->strings["attach file"] = "ataşează fişier";
-$a->strings["web link"] = "web link";
-$a->strings["Insert video link"] = "Inserează video link";
-$a->strings["video link"] = "video link";
-$a->strings["Insert audio link"] = "Inserare link audio";
-$a->strings["audio link"] = "audio link";
-$a->strings["Set your location"] = "Setează locaţia dvs";
-$a->strings["set location"] = "set locaţie";
-$a->strings["Clear browser location"] = "Curățare locație browser";
-$a->strings["clear location"] = "şterge locaţia";
-$a->strings["Permission settings"] = "Setări permisiuni";
-$a->strings["CC: email addresses"] = "CC:  adresă email";
-$a->strings["Public post"] = "Public post";
-$a->strings["Set title"] = "Setează titlu";
-$a->strings["Categories (comma-separated list)"] = "Categorii (listă cu separator prin virgulă)";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Exemplu: bob@exemplu.com, mary@exemplu.com";
-$a->strings["Profile not found."] = "Profil negăsit.";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Aceasta se poate întâmpla ocazional dacă contactul a fost solicitat de către ambele persoane şi acesta a fost deja aprobat.";
-$a->strings["Response from remote site was not understood."] = "Răspunsul de la adresa de la distanţă, nu a fost înțeles.";
-$a->strings["Unexpected response from remote site: "] = "Răspuns neaşteptat de la site-ul de la distanţă:";
-$a->strings["Confirmation completed successfully."] = "Confirmare încheiată cu succes.";
-$a->strings["Remote site reported: "] = "Site-ul de la distanţă a raportat:";
-$a->strings["Temporary failure. Please wait and try again."] = "Eroare Temporară. Vă rugăm să aşteptaţi şi încercaţi din nou.";
-$a->strings["Introduction failed or was revoked."] = "Introducerea a eşuat sau a fost revocată.";
-$a->strings["Unable to set contact photo."] = "Imposibil de stabilit fotografia de contact.";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s este acum prieten cu %2\$s";
-$a->strings["No user record found for '%s' "] = "Nici-o înregistrare de utilizator găsită pentru '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "Se pare că, cheia de criptare a site-ului nostru s-a încurcat.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "A fost furnizată o adresă URL goală, sau adresa URL nu poate fi decriptată de noi.";
-$a->strings["Contact record was not found for you on our site."] = "Registrul contactului nu a fost găsit pe site-ul nostru.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Cheia publică a site-ului nu este disponibilă în registrul contactului pentru URL-ul %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID-ul furnizat de către sistemul dumneavoastră este un duplicat pe sistemul nostru. Ar trebui să funcţioneze dacă încercaţi din nou.";
-$a->strings["Unable to set your contact credentials on our system."] = "Imposibil de configurat datele dvs. de autentificare, pe sistemul nostru.";
-$a->strings["Unable to update your contact profile details on our system"] = "Imposibil de actualizat detaliile de profil ale contactului dvs., pe sistemul nostru.";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s s-a alăturat lui %2\$s";
-$a->strings["Event title and start time are required."] = "Titlul evenimentului şi timpul de pornire sunt necesare.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Editează eveniment";
-$a->strings["link to source"] = "link către sursă";
-$a->strings["Events"] = "Evenimente";
-$a->strings["Create New Event"] = "Crează eveniment nou";
-$a->strings["Previous"] = "Precedent";
-$a->strings["Next"] = "Next";
-$a->strings["hour:minute"] = "ore:minute";
-$a->strings["Event details"] = "Detalii eveniment";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatul este %s %s.Data de începere și Titlul sunt necesare.";
-$a->strings["Event Starts:"] = "Evenimentul Începe:";
-$a->strings["Required"] = "Cerut";
-$a->strings["Finish date/time is not known or not relevant"] = "Data/ora de finalizare nu este cunoscută sau nu este relevantă";
-$a->strings["Event Finishes:"] = "Evenimentul se Finalizează:";
-$a->strings["Adjust for viewer timezone"] = "Reglați pentru fusul orar al vizitatorului";
-$a->strings["Description:"] = "Descriere:";
-$a->strings["Location:"] = "Locaţie:";
-$a->strings["Title:"] = "Titlu:";
-$a->strings["Share this event"] = "Partajează acest eveniment";
-$a->strings["Photos"] = "Poze";
-$a->strings["Files"] = "Fişiere";
-$a->strings["Welcome to %s"] = "Bine aţi venit la %s";
-$a->strings["Remote privacy information not available."] = "Informaţiile la distanţă despre confidenţialitate, nu sunt disponibile.";
-$a->strings["Visible to:"] = "Visibil către:";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Numărul de mesaje, zilnice de perete, pentru %s a fost depăşit. Mesajul a eşuat.";
-$a->strings["Unable to check your home location."] = "Imposibil de verificat locaţia dvs. de reşedinţă.";
-$a->strings["No recipient."] = "Nici-un destinatar.";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți.";
-$a->strings["Visit %s's profile [%s]"] = "Vizitați profilul %s [%s]";
-$a->strings["Edit contact"] = "Editează contact";
-$a->strings["Contacts who are not members of a group"] = "Contactele care nu sunt membre ale unui grup";
-$a->strings["This is Friendica, version"] = "Friendica, versiunea";
-$a->strings["running at web location"] = "rulează la locaţia web";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Vă rugăm să vizitaţi <a href=\"http://friendica.com\">Friendica.com</a> pentru a afla mai multe despre proiectul Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Rapoarte de erori şi probleme: vă rugăm să vizitaţi";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestii, laude, donatii, etc. - vă rugăm să trimiteți un email  pe \"Info\" at Friendica - dot com";
-$a->strings["Installed plugins/addons/apps:"] = "Module/suplimente/aplicații instalate:";
-$a->strings["No installed plugins/addons/apps"] = "Module/suplimente/aplicații neinstalate";
-$a->strings["Remove My Account"] = "Șterge Contul Meu";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă.";
-$a->strings["Please enter your password for verification:"] = "Vă rugăm să introduceţi parola dvs. pentru verificare:";
-$a->strings["Image exceeds size limit of %d"] = "Dimensiunea imaginii depăşeşte limita de %d";
-$a->strings["Unable to process image."] = "Nu s-a putut procesa imaginea.";
-$a->strings["Wall Photos"] = "Fotografii de Perete";
-$a->strings["Image upload failed."] = "Încărcarea imaginii a eşuat.";
-$a->strings["Authorize application connection"] = "Autorizare conectare aplicaţie";
-$a->strings["Return to your app and insert this Securty Code:"] = "Reveniți la aplicația dvs. şi introduceţi acest Cod de Securitate:";
-$a->strings["Please login to continue."] = "Vă rugăm să vă autentificați pentru a continua.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a etichetat %3\$s de la %2\$s cu %4\$s";
-$a->strings["Photo Albums"] = "Albume Photo ";
-$a->strings["Contact Photos"] = "Photo Contact";
-$a->strings["Upload New Photos"] = "Încărcaţi Fotografii Noi";
-$a->strings["everybody"] = "oricine";
-$a->strings["Contact information unavailable"] = "Informaţii contact nedisponibile";
-$a->strings["Profile Photos"] = "Poze profil";
-$a->strings["Album not found."] = "Album negăsit";
-$a->strings["Delete Album"] = "Şterge Album";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?";
-$a->strings["Delete Photo"] = "Şterge  Poza";
-$a->strings["Do you really want to delete this photo?"] = "Sigur doriți să ștergeți această fotografie?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s a fost etichetat în %2\$s de către %3\$s";
-$a->strings["a photo"] = "o poză";
-$a->strings["Image exceeds size limit of "] = "Dimensiunea imaginii depăşeşte limita de";
-$a->strings["Image file is empty."] = "Fișierul imagine este gol.";
-$a->strings["No photos selected"] = "Nici-o fotografie selectată";
-$a->strings["Access to this item is restricted."] = "Accesul la acest element este restricționat.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Aţi folosit %1$.2f Mb din %2$.2f Mb de stocare foto.";
-$a->strings["Upload Photos"] = "Încărcare Fotografii";
-$a->strings["New album name: "] = "Nume album nou:";
-$a->strings["or existing album name: "] = "sau numele unui album existent:";
-$a->strings["Do not show a status post for this upload"] = "Nu afișa un status pentru această încărcare";
-$a->strings["Permissions"] = "Permisiuni";
-$a->strings["Show to Groups"] = "Afișare pentru Grupuri";
-$a->strings["Show to Contacts"] = "Afişează la Contacte";
-$a->strings["Private Photo"] = "Poze private";
-$a->strings["Public Photo"] = "Poze Publice";
-$a->strings["Edit Album"] = "Editează Album";
-$a->strings["Show Newest First"] = "Afișează Întâi cele Noi";
-$a->strings["Show Oldest First"] = "Afișează Întâi cele Vechi";
-$a->strings["View Photo"] = "Vizualizare Fotografie";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permisiune refuzată. Accesul la acest element poate fi restricționat.";
-$a->strings["Photo not available"] = "Fotografia nu este disponibilă";
-$a->strings["View photo"] = "Vezi foto";
-$a->strings["Edit photo"] = "Editează  poza";
-$a->strings["Use as profile photo"] = "Utilizați ca și fotografie de profil";
-$a->strings["View Full Size"] = "Vizualizați la Dimensiunea Completă";
-$a->strings["Tags: "] = "Etichete:";
-$a->strings["[Remove any tag]"] = "[Elimină orice etichetă]";
-$a->strings["Rotate CW (right)"] = "Rotire spre dreapta";
-$a->strings["Rotate CCW (left)"] = "Rotire spre stânga";
-$a->strings["New album name"] = "Nume Nou Album";
-$a->strings["Caption"] = "Titlu";
-$a->strings["Add a Tag"] = "Adaugă un Tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping";
-$a->strings["Private photo"] = "Poze private";
-$a->strings["Public photo"] = "Poze Publice";
-$a->strings["Share"] = "Partajează";
-$a->strings["View Album"] = "Vezi Album";
-$a->strings["Recent Photos"] = "Poze Recente";
-$a->strings["No profile"] = "Niciun profil";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare.";
-$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."] = "";
-$a->strings["Your registration can not be processed."] = "Înregistrarea dvs. nu poate fi procesată.";
-$a->strings["Your registration is pending approval by the site owner."] = "Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puteți (opțional) să completaţi acest formular prin intermediul OpenID, introducând contul dvs. OpenID și apăsând pe 'Înregistrare'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor.";
-$a->strings["Your OpenID (optional): "] = "Contul dvs. OpenID (opţional):";
-$a->strings["Include your profile in member directory?"] = "Includeți profilul dvs în directorul de membru?";
-$a->strings["Membership on this site is by invitation only."] = "Aderare pe acest site, este posibilă doar pe bază de invitație.";
-$a->strings["Your invitation ID: "] = "ID invitaţiei dvs:";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Numele Complet (de ex. Joe Smith):";
-$a->strings["Your Email Address: "] = "Adresa dvs de mail:";
-$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>'."] = "Alegeţi un pseudonim de profil. Aceasta trebuie să înceapă cu un caracter text. Adresa profilului dvs. de pe acest site va fi de forma '<strong>pseudonim@\$sitename</strong>'.";
-$a->strings["Choose a nickname: "] = "Alegeţi un pseudonim:";
-$a->strings["Register"] = "Înregistrare";
-$a->strings["Import"] = "Import";
-$a->strings["Import your profile to this friendica instance"] = "Importați profilul dvs. în această instanță friendica";
-$a->strings["No valid account found."] = "Nici-un cont valid găsit.";
-$a->strings["Password reset request issued. Check your email."] = "Solicitarea de Resetare Parolă a fost emisă. Verificați-vă emailul.";
-$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."] = "";
-$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"] = "";
-$a->strings["Password reset requested at %s"] = "Solicitarea de resetare a parolei a fost făcută la %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Solicitarea nu se poate verifica. (Este posibil să fi solicitat-o anterior.) Resetarea parolei a eșuat.";
-$a->strings["Password Reset"] = "Resetare Parolă";
-$a->strings["Your password has been reset as requested."] = "Parola a fost resetată conform solicitării.";
-$a->strings["Your new password is"] = "Noua dvs. parolă este";
-$a->strings["Save or copy your new password - and then"] = "Salvați sau copiați noua dvs. parolă - şi apoi";
-$a->strings["click here to login"] = "click aici pentru logare";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Parola poate fi schimbată din pagina de <em>Configurări</em> după autentificarea cu succes.";
-$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"] = "";
-$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"] = "";
-$a->strings["Your password has been changed at %s"] = "Parola dumneavoastră a fost schimbată la %s";
-$a->strings["Forgot your Password?"] = "Ați uitat Parola?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare.";
-$a->strings["Nickname or Email: "] = "Pseudonim sau Email:";
-$a->strings["Reset"] = "Reset";
-$a->strings["System down for maintenance"] = "Sistemul este suspendat pentru întreținere";
-$a->strings["Item not available."] = "Elementul nu este disponibil.";
-$a->strings["Item was not found."] = "Element negăsit.";
-$a->strings["Applications"] = "Aplicații";
-$a->strings["No installed applications."] = "Nu există aplicații instalate.";
-$a->strings["Help:"] = "Ajutor:";
-$a->strings["Help"] = "Ajutor";
-$a->strings["%d contact edited."] = array(
-       0 => "%d contact editat.",
-       1 => "%d contacte editate.",
-       2 => "%d de contacte editate.",
+$a->strings["%s user deleted"] = array(
+       0 => "%s utilizator şters",
+       1 => "%s utilizatori şterşi",
+       2 => "%s utilizatori şterşi",
 );
-$a->strings["Could not access contact record."] = "Nu se poate accesa registrul contactului.";
-$a->strings["Could not locate selected profile."] = "Nu se poate localiza profilul selectat.";
-$a->strings["Contact updated."] = "Contact actualizat.";
-$a->strings["Contact has been blocked"] = "Contactul a fost blocat";
-$a->strings["Contact has been unblocked"] = "Contactul a fost deblocat";
-$a->strings["Contact has been ignored"] = "Contactul a fost ignorat";
-$a->strings["Contact has been unignored"] = "Contactul a fost neignorat";
-$a->strings["Contact has been archived"] = "Contactul a fost arhivat";
-$a->strings["Contact has been unarchived"] = "Contactul a fost dezarhivat";
-$a->strings["Do you really want to delete this contact?"] = "Sigur doriți să ștergeți acest contact?";
-$a->strings["Contact has been removed."] = "Contactul a fost înlăturat.";
-$a->strings["You are mutual friends with %s"] = "Sunteţi prieten comun cu %s";
-$a->strings["You are sharing with %s"] = "Împărtășiți cu %s";
-$a->strings["%s is sharing with you"] = "%s împărtăşeşte cu dvs.";
-$a->strings["Private communications are not available for this contact."] = "Comunicaţiile private nu sunt disponibile pentru acest contact.";
-$a->strings["(Update was successful)"] = "(Actualizare a reuşit)";
-$a->strings["(Update was not successful)"] = "(Actualizare nu a reuşit)";
-$a->strings["Suggest friends"] = "Sugeraţi prieteni";
-$a->strings["Network type: %s"] = "Tipul rețelei: %s";
-$a->strings["%d contact in common"] = array(
-       0 => "%d contact în comun",
-       1 => "%d contacte în comun",
-       2 => "%d de contacte în comun",
+$a->strings["User '%s' deleted"] = "Utilizator %s şters";
+$a->strings["User '%s' unblocked"] = "Utilizator %s deblocat";
+$a->strings["User '%s' blocked"] = "Utilizator %s blocat";
+$a->strings["Add User"] = "Adăugaţi Utilizator";
+$a->strings["select all"] = "selectează tot";
+$a->strings["User registrations waiting for confirm"] = "Înregistrarea utilizatorului, aşteaptă confirmarea";
+$a->strings["User waiting for permanent deletion"] = "Utilizatorul așteaptă să fie șters definitiv";
+$a->strings["Request date"] = "Data cererii";
+$a->strings["Email"] = "Email";
+$a->strings["No registrations."] = "Nici-o înregistrare.";
+$a->strings["Deny"] = "Respinge";
+$a->strings["Site admin"] = "Site admin";
+$a->strings["Account expired"] = "Cont expirat";
+$a->strings["New User"] = "Utilizator Nou";
+$a->strings["Register date"] = "Data înregistrare";
+$a->strings["Last login"] = "Ultimul login";
+$a->strings["Last item"] = "Ultimul element";
+$a->strings["Deleted since"] = "Șters din";
+$a->strings["Account"] = "Cont";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Utilizatorii selectați vor fi ştersi!\\n\\nTot ce au postat acești utilizatori pe acest site, va fi şters permanent!\\n\\nConfirmați?";
+$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?"] = "Utilizatorul {0}  va fi şters!\\n\\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\\n\\nConfirmați?";
+$a->strings["Name of the new user."] = "Numele noului utilizator.";
+$a->strings["Nickname"] = "Pseudonim";
+$a->strings["Nickname of the new user."] = "Pseudonimul noului utilizator.";
+$a->strings["Email address of the new user."] = "Adresa de e-mail a utilizatorului nou.";
+$a->strings["Plugin %s disabled."] = "Modulul %s a fost dezactivat.";
+$a->strings["Plugin %s enabled."] = "Modulul %s a fost activat.";
+$a->strings["Disable"] = "Dezactivează";
+$a->strings["Enable"] = "Activează";
+$a->strings["Toggle"] = "Comutare";
+$a->strings["Author: "] = "Autor: ";
+$a->strings["Maintainer: "] = "Responsabil:";
+$a->strings["No themes found."] = "Nici-o temă găsită.";
+$a->strings["Screenshot"] = "Screenshot";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[Unsupported]";
+$a->strings["Log settings updated."] = "Jurnalul de configurări fost actualizat.";
+$a->strings["Clear"] = "Curăţă";
+$a->strings["Enable Debugging"] = "Activează Depanarea";
+$a->strings["Log file"] = "Fişier Log ";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Trebuie să fie inscriptibil pentru serverul web. Relativ la directoul dvs. superior Friendica.";
+$a->strings["Log level"] = "Nivel log";
+$a->strings["Close"] = "Închide";
+$a->strings["FTP Host"] = "FTP Host";
+$a->strings["FTP Path"] = "FTP Path";
+$a->strings["FTP User"] = "FTP User";
+$a->strings["FTP Password"] = "FTP Parolă";
+$a->strings["Search Results For:"] = "Rezultatele Căutării Pentru:";
+$a->strings["Remove term"] = "Eliminare termen";
+$a->strings["Saved Searches"] = "Căutări Salvate";
+$a->strings["add"] = "add";
+$a->strings["Commented Order"] = "Ordonare Comentarii";
+$a->strings["Sort by Comment Date"] = "Sortare după Data Comentariului";
+$a->strings["Posted Order"] = "Ordonare Postări";
+$a->strings["Sort by Post Date"] = "Sortare după Data Postării";
+$a->strings["Posts that mention or involve you"] = "Postări ce vă menționează sau vă implică";
+$a->strings["New"] = "Nou";
+$a->strings["Activity Stream - by date"] = "Flux Activități - după dată";
+$a->strings["Shared Links"] = "Linkuri partajate";
+$a->strings["Interesting Links"] = "Legături Interesante";
+$a->strings["Starred"] = "Cu steluță";
+$a->strings["Favourite Posts"] = "Postări Favorite";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Atenție: Acest grup conţine %s membru dintr-o reţea nesigură.",
+       1 => "Atenție: Acest grup conţine %s membrii dintr-o reţea nesigură.",
+       2 => "Atenție: Acest grup conţine %s de membrii dintr-o reţea nesigură.",
 );
-$a->strings["View all contacts"] = "Vezi toate contactele";
-$a->strings["Toggle Blocked status"] = "Comutare status Blocat";
-$a->strings["Unignore"] = "Anulare ignorare";
-$a->strings["Toggle Ignored status"] = "Comutaţi status Ignorat";
-$a->strings["Unarchive"] = "Dezarhivează";
-$a->strings["Archive"] = "Arhivează";
-$a->strings["Toggle Archive status"] = "Comutaţi status Arhivat";
-$a->strings["Repair"] = "Repară";
-$a->strings["Advanced Contact Settings"] = "Configurări Avansate Contacte";
-$a->strings["Communications lost with this contact!"] = "S-a pierdut conexiunea cu acest contact!";
-$a->strings["Contact Editor"] = "Editor Contact";
-$a->strings["Profile Visibility"] = "Vizibilitate Profil";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vă rugăm să alegeţi profilul pe care doriţi să îl afişaţi pentru %s când acesta vă vizitează profuilul în mod securizat.";
-$a->strings["Contact Information / Notes"] = "Informaţii de Contact / Note";
-$a->strings["Edit contact notes"] = "Editare note de contact";
-$a->strings["Block/Unblock contact"] = "Blocare/Deblocare contact";
-$a->strings["Ignore contact"] = "Ignorare contact";
-$a->strings["Repair URL settings"] = "Remediere configurări URL";
-$a->strings["View conversations"] = "Vizualizaţi conversaţii";
-$a->strings["Delete contact"] = "Şterge contact";
-$a->strings["Last update:"] = "Ultima actualizare:";
-$a->strings["Update public posts"] = "Actualizare postări publice";
-$a->strings["Currently blocked"] = "Blocat în prezent";
-$a->strings["Currently ignored"] = "Ignorat în prezent";
-$a->strings["Currently archived"] = "Arhivat în prezent";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Răspunsurile/aprecierile pentru postările dvs. publice <strong>ar putea</strong> fi încă vizibile";
-$a->strings["Notification for new posts"] = "Notificare de postări noi";
-$a->strings["Send a notification of every new post of this contact"] = "Trimiteți o notificare despre fiecare postare nouă a acestui contact";
-$a->strings["Fetch further information for feeds"] = "Preluare informaţii suplimentare pentru fluxuri";
-$a->strings["Suggestions"] = "Sugestii";
-$a->strings["Suggest potential friends"] = "Sugeraţi prieteni potențiali";
-$a->strings["All Contacts"] = "Toate Contactele";
-$a->strings["Show all contacts"] = "Afişează toate contactele";
-$a->strings["Unblocked"] = "Deblocat";
-$a->strings["Only show unblocked contacts"] = "Se afişează numai contactele deblocate";
-$a->strings["Blocked"] = "Blocat";
-$a->strings["Only show blocked contacts"] = "Se afişează numai contactele blocate";
-$a->strings["Ignored"] = "Ignorat";
-$a->strings["Only show ignored contacts"] = "Se afişează numai contactele ignorate";
-$a->strings["Archived"] = "Arhivat";
-$a->strings["Only show archived contacts"] = "Se afişează numai contactele arhivate";
-$a->strings["Hidden"] = "Ascuns";
-$a->strings["Only show hidden contacts"] = "Se afişează numai contactele ascunse";
-$a->strings["Mutual Friendship"] = "Prietenie Reciprocă";
-$a->strings["is a fan of yours"] = "este fanul  dvs.";
-$a->strings["you are a fan of"] = "sunteţi un fan al";
-$a->strings["Contacts"] = "Contacte";
-$a->strings["Search your contacts"] = "Căutare contacte";
-$a->strings["Finding: "] = "Găsire:";
-$a->strings["Find"] = "Căutare";
-$a->strings["Update"] = "Actualizare";
-$a->strings["No videos selected"] = "Nici-un clip video selectat";
-$a->strings["Recent Videos"] = "Clipuri video recente";
-$a->strings["Upload New Videos"] = "Încărcaţi Clipuri Video Noi";
-$a->strings["Common Friends"] = "Prieteni Comuni";
-$a->strings["No contacts in common."] = "Nici-un contact în comun";
-$a->strings["Contact added"] = "Contact addăugat";
-$a->strings["Move account"] = "Mutaţi contul";
-$a->strings["You can import an account from another Friendica server."] = "Puteţi importa un cont dintr-un alt server 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."] = "Trebuie să vă exportați contul din vechiul server şi să-l încărcaţi aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de altfel să vă informăm prietenii că v-ați mutat aici.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Această caracteristică este experimentală. Nu putem importa contactele din reţeaua OStatus (statusnet/identi.ca) sau din Diaspora";
-$a->strings["Account file"] = "Fişier Cont";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Pentru a vă exporta contul, deplasaţi-vă la  \"Configurări- >Export date personale \" şi selectaţi  \"Exportare cont \"";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s urmărește %3\$s postată %2\$s";
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Mesajele private către acest grup sunt supuse riscului de divulgare publică.";
+$a->strings["No such group"] = "Membrii";
+$a->strings["Group is empty"] = "Grupul este gol";
+$a->strings["Group: "] = "Grup:";
+$a->strings["Contact: "] = "Contact: ";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Mesajele private către această persoană sunt supuse riscului de divulgare publică.";
+$a->strings["Invalid contact."] = "Invalid contact.";
 $a->strings["Friends of %s"] = "Prieteni cu %s";
 $a->strings["No friends to display."] = "Nici-un prieten de afișat.";
-$a->strings["Tag removed"] = "Etichetă eliminată";
-$a->strings["Remove Item Tag"] = "Eliminați Eticheta Elementului";
-$a->strings["Select a tag to remove: "] = "Selectați o etichetă de eliminat:";
-$a->strings["Remove"] = "Eliminare";
-$a->strings["Welcome to Friendica"] = "Bun Venit la Friendica";
-$a->strings["New Member Checklist"] = "Lista de Verificare Membrii Noi";
-$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."] = "Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere.";
-$a->strings["Getting Started"] = "Noțiuni de Bază";
-$a->strings["Friendica Walk-Through"] = "Ghidul de Prezentare Friendica";
-$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."] = "Pe pagina dvs. de <em>Pornire Rapidă</em>  - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați.";
-$a->strings["Go to Your Settings"] = "Mergeți la Configurări";
-$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."] = "Din pagina dvs. de <em>Configurări</em> - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită.";
-$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."] = "Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească.";
-$a->strings["Profile"] = "Profil";
-$a->strings["Upload Profile Photo"] = "Încărcare Fotografie Profil";
-$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."] = "Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale.";
-$a->strings["Edit Your Profile"] = "Editare Profil";
-$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."] = "Editaţi-vă profilul <strong>Implicit</strong> după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți.";
-$a->strings["Profile Keywords"] = "Cuvinte-Cheie Profil";
-$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."] = "Stabiliți câteva cuvinte-cheie publice pentru profilul dvs. implicit, cuvinte ce descriu cel mai bine interesele dvs. Vom putea astfel găsi alte persoane cu interese similare și vă vom sugera prietenia lor.";
-$a->strings["Connecting"] = "Conectare";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autorizați Conectorul Facebook dacă dețineți în prezent un cont pe Facebook, şi vom importa (opțional) toți prietenii și toate conversațiile de pe Facebook.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Dacă</em> aceasta este propriul dvs. server, instalarea suplimentului Facebook, vă poate uşura tranziţia la reţeaua socială web gratuită.";
-$a->strings["Importing Emails"] = "Importare Email-uri";
-$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"] = "Introduceţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din  Căsuța dvs. de Mesaje Primite.";
-$a->strings["Go to Your Contacts Page"] = "Dute la pagina ta Contacte ";
-$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."] = "Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul <em>Adăugare Contact Nou</em>.";
-$a->strings["Go to Your Site's Directory"] = "Mergeţi la Directorul Site-ului";
-$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."] = "Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de <em>Conectare</em> sau <em>Urmărire</em> pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită.";
-$a->strings["Finding New People"] = "Găsire Persoane Noi";
-$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."] = "Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore.";
-$a->strings["Groups"] = "Groupuri";
-$a->strings["Group Your Contacts"] = "Grupați-vă Contactele";
-$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."] = "Odată ce v-aţi făcut unele prietenii, organizaţi-le în grupuri de conversaţii private din bara laterală a paginii dvs. de Contact  şi apoi puteţi interacționa, privat cu fiecare grup pe pagina dumneavoastră de Reţea.";
-$a->strings["Why Aren't My Posts Public?"] = "De ce nu sunt Postările Mele Publice?";
-$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 vă respectă confidenţialitatea. Implicit, postările dvs. vor fi afişate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informaţii, consultaţi secţiunea de asistenţă din legătura de mai sus.";
-$a->strings["Getting Help"] = "Obţinerea de Ajutor";
-$a->strings["Go to the Help Section"] = "Navigați la Secțiunea Ajutor";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Paginile noastre de <strong>ajutor</strong> pot fi consultate pentru detalii, prin alte funcții şi resurse de program.";
-$a->strings["Remove term"] = "Eliminare termen";
-$a->strings["Saved Searches"] = "Căutări Salvate";
-$a->strings["Search"] = "Căutare";
+$a->strings["Event title and start time are required."] = "Titlul evenimentului şi timpul de pornire sunt necesare.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Editează eveniment";
+$a->strings["link to source"] = "link către sursă";
+$a->strings["Events"] = "Evenimente";
+$a->strings["Create New Event"] = "Crează eveniment nou";
+$a->strings["Previous"] = "Precedent";
+$a->strings["Next"] = "Next";
+$a->strings["hour:minute"] = "ore:minute";
+$a->strings["Event details"] = "Detalii eveniment";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatul este %s %s.Data de începere și Titlul sunt necesare.";
+$a->strings["Event Starts:"] = "Evenimentul Începe:";
+$a->strings["Required"] = "Cerut";
+$a->strings["Finish date/time is not known or not relevant"] = "Data/ora de finalizare nu este cunoscută sau nu este relevantă";
+$a->strings["Event Finishes:"] = "Evenimentul se Finalizează:";
+$a->strings["Adjust for viewer timezone"] = "Reglați pentru fusul orar al vizitatorului";
+$a->strings["Description:"] = "Descriere:";
+$a->strings["Location:"] = "Locaţie:";
+$a->strings["Title:"] = "Titlu:";
+$a->strings["Share this event"] = "Partajează acest eveniment";
+$a->strings["Select"] = "Select";
+$a->strings["View %s's profile @ %s"] = "Vizualizaţi profilul %s @ %s";
+$a->strings["%s from %s"] = "%s de la %s";
+$a->strings["View in context"] = "Vizualizare în context";
+$a->strings["%d comment"] = array(
+       0 => "%d comentariu",
+       1 => "%d comentarii",
+       2 => "%d comentarii",
+);
+$a->strings["comment"] = array(
+       0 => "comentariu",
+       1 => "comentarii",
+       2 => "comentarii",
+);
+$a->strings["show more"] = "mai mult";
+$a->strings["Private Message"] = " Mesaj Privat";
+$a->strings["I like this (toggle)"] = "I like asta (toggle)";
+$a->strings["like"] = "like";
+$a->strings["I don't like this (toggle)"] = "nu îmi place aceasta (comutare)";
+$a->strings["dislike"] = "dislike";
+$a->strings["Share this"] = "Partajează";
+$a->strings["share"] = "partajează";
+$a->strings["This is you"] = "Acesta eşti tu";
+$a->strings["Comment"] = "Comentariu";
+$a->strings["Bold"] = "Bold";
+$a->strings["Italic"] = "Italic";
+$a->strings["Underline"] = "Subliniat";
+$a->strings["Quote"] = "Citat";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Imagine";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
+$a->strings["Preview"] = "Previzualizare";
+$a->strings["Edit"] = "Edit";
+$a->strings["add star"] = "add stea";
+$a->strings["remove star"] = "înlătură stea";
+$a->strings["toggle star status"] = "comută status steluță";
+$a->strings["starred"] = "cu steluță";
+$a->strings["add tag"] = "add tag";
+$a->strings["save to folder"] = "salvează în directorul";
+$a->strings["to"] = "către";
+$a->strings["Wall-to-Wall"] = "Perete-prin-Perete";
+$a->strings["via Wall-To-Wall:"] = "via Perete-Prin-Perete";
+$a->strings["Remove My Account"] = "Șterge Contul Meu";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă.";
+$a->strings["Please enter your password for verification:"] = "Vă rugăm să introduceţi parola dvs. pentru verificare:";
+$a->strings["Friendica Communications Server - Setup"] = "Serverul de Comunicații Friendica - Instalare";
+$a->strings["Could not connect to database."] = "Nu se poate face conectarea cu baza de date.";
+$a->strings["Could not create table."] = "Nu se poate crea tabelul.";
+$a->strings["Your Friendica site database has been installed."] = "Baza dvs. de date Friendica, a fost instalată.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Este posibil să fie nevoie să importați manual fişierul \"database.sql\" folosind phpmyadmin sau mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Vă rugăm să consultaţi fişierul  \"INSTALL.txt\".";
+$a->strings["System check"] = "Verificare sistem";
+$a->strings["Check again"] = "Reverificare";
+$a->strings["Database connection"] = "Conexiunea cu baza de date";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua.";
+$a->strings["Database Server Name"] = "Nume Server Bază de date";
+$a->strings["Database Login Name"] = "Nume Autentificare Bază de date";
+$a->strings["Database Login Password"] = "Parola de Autentificare Bază de date";
+$a->strings["Database Name"] = "Nume Bază de date";
+$a->strings["Site administrator email address"] = "Adresa de email a administratorului de site";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web.";
+$a->strings["Please select a default timezone for your website"] = "Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs.";
+$a->strings["Site settings"] = "Configurări Site";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului 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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Dacă nu aveţi o versiune a liniei de comandă PHP instalată pe server, nu veţi putea să efectuaţi interogări ciclice în fundal prin funcția cron. Consultaţi <a href='http://friendica.com/node/27'>'Activarea sarcinilor programate' </a>";
+$a->strings["PHP executable path"] = "Calea de executare PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea.";
+$a->strings["Command line PHP"] = "linie comandă PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Executabilul PHP nu este de formă binară php-cli (ar putea fi versiunea cgi-fgci)";
+$a->strings["Found PHP version: "] = "Versiune PHP identificată:";
+$a->strings["PHP cli binary"] = "Versiune binară PHP-cli";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Versiunea liniei de comandă PHP de pe sistemul dumneavoastră nu are comanda \"register_argc_argv\" activată.";
+$a->strings["This is required for message delivery to work."] = "Aceasta este necesară pentru a funcționa livrarea de mesaje.";
+$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"] = "Eroare: funcția \"openssl_pkey_new\" de pe acest sistem nu este capabilă să genereze chei de criptare";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Dacă rulează pe Windows, vă rugăm să consultaţi \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Generare chei de criptare";
+$a->strings["libCurl PHP module"] = "Modulul PHP libCurl";
+$a->strings["GD graphics PHP module"] = "Modulul PHP grafică GD";
+$a->strings["OpenSSL PHP module"] = "Modulul PHP OpenSSL";
+$a->strings["mysqli PHP module"] = "Modulul PHP mysqli";
+$a->strings["mb_string PHP module"] = "Modulul PHP mb_string";
+$a->strings["Apache mod_rewrite module"] = "Modulul Apache mod_rewrite";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Eroare: modulul PHP libCURL este necesar dar nu este instalat.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Eroare: modulul PHP libCURL este necesar dar nu este instalat.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Eroare: modulul PHP mysqli este necesar dar nu este instalat.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Eroare: modulul PHP mb_string este necesar dar nu este instalat.";
+$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."] = "Expertul de instalare web  trebuie să poată crea un fișier numit \".htconfig.php\" în dosarul superior al serverului dvs. web, şi nu poate face acest lucru.";
+$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."] = "Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi.";
+$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."] = "La finalul acestei proceduri, vă vom oferi un text pentru a-l salva într-un fişier numit .htconfig.php din dosarul dvs. superior Friendica.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ, puteţi omite această procedură şi să efectuaţi o instalare manuală. Vă rugăm să consultaţi fişierul  \"INSTALL.txt\" pentru instrucțiuni.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php este inscriptibil";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea.";
+$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."] = "Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar.";
+$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."] = "Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 este inscriptibil";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Funcția de rescriere Url rewrite din .htaccess nu funcţionează. Verificaţi-vă configuraţia serverului.";
+$a->strings["Url rewrite is working"] = "Funcția de rescriere Url rewrite, funcţionează.";
+$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."] = "Fișierul de configurare baza de date \".htconfig.php\", nu a putut fi scris. Vă rugăm să utilizaţi textul închis pentru a crea un fişier de configurare în rădăcina serverului dvs. web.";
+$a->strings["<h1>What next</h1>"] = "<h1>Ce urmează</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: Va trebui să configurați [manual] o sarcină programată pentru operatorul de sondaje.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Numărul de mesaje, zilnice de perete, pentru %s a fost depăşit. Mesajul a eşuat.";
+$a->strings["Unable to check your home location."] = "Imposibil de verificat locaţia dvs. de reşedinţă.";
+$a->strings["No recipient."] = "Nici-un destinatar.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți.";
+$a->strings["Help:"] = "Ajutor:";
+$a->strings["Help"] = "Ajutor";
+$a->strings["Not Found"] = "Negăsit";
+$a->strings["Page not found."] = "Pagină negăsită.";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s îi urează bun venit lui %2\$s";
+$a->strings["Welcome to %s"] = "Bine aţi venit la %s";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP";
+$a->strings["Or - did you try to upload an empty file?"] = "Sau - ați încercat să încărcaţi un fişier gol?";
+$a->strings["File exceeds size limit of %d"] = "Fişierul depăşeşte dimensiunea limită de %d";
+$a->strings["File upload failed."] = "Încărcarea fișierului a eşuat.";
+$a->strings["Profile Match"] = "Potrivire Profil";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Nu există cuvinte cheie pentru a le potrivi. Vă rugăm să adăugaţi cuvinte cheie la profilul dvs implicit.";
+$a->strings["is interested in:"] = "are interese pentru:";
+$a->strings["Connect"] = "Conectare";
+$a->strings["link"] = "link";
+$a->strings["Not available."] = "Indisponibil.";
+$a->strings["Community"] = "Comunitate";
 $a->strings["No results."] = "Nici-un rezultat.";
-$a->strings["Total invitation limit exceeded."] = "Limita totală a invitațiilor a fost depăşită.";
-$a->strings["%s : Not a valid email address."] = "%s : Nu este o adresă vaildă de email.";
-$a->strings["Please join us on Friendica"] = "Vă rugăm să veniți alături de noi pe Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem.";
-$a->strings["%s : Message delivery failed."] = "%s : Livrarea mesajului a eşuat.";
-$a->strings["%d message sent."] = array(
-       0 => "%d mesaj trimis.",
-       1 => "%d mesaje trimise.",
-       2 => "%d de mesaje trimise.",
-);
-$a->strings["You have no more invitations available"] = "Nu mai aveți invitaţii disponibile";
-$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."] = "Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica.";
-$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."] = "Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii.";
-$a->strings["Send invitations"] = "Trimiteți invitaţii";
-$a->strings["Enter email addresses, one per line:"] = "Introduceţi adresele de email, una pe linie:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Va fi nevoie să furnizați acest cod de invitaţie:  \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pentru mai multe informaţii despre proiectul Friendica, şi de ce credem că este important, vă rugăm să vizitaţi http://friendica.com";
+$a->strings["everybody"] = "oricine";
 $a->strings["Additional features"] = "Caracteristici suplimentare";
 $a->strings["Display"] = "Afișare";
 $a->strings["Social Networks"] = "Rețele Sociale";
@@ -825,6 +847,7 @@ $a->strings["Off"] = "Off";
 $a->strings["On"] = "On";
 $a->strings["Additional Features"] = "Caracteristici Suplimentare";
 $a->strings["Built-in support for %s connectivity is %s"] = "Suportul încorporat pentru conectivitatea %s este %s";
+$a->strings["Diaspora"] = "Diaspora";
 $a->strings["enabled"] = "activat";
 $a->strings["disabled"] = "dezactivat";
 $a->strings["StatusNet"] = "StatusNet";
@@ -871,15 +894,16 @@ $a->strings["Private forum - approved members only"] = "Forum Privat - numai mem
 $a->strings["OpenID:"] = "OpenID:";
 $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opţional) Permite acest OpenID să se conecteze la acest cont.";
 $a->strings["Publish your default profile in your local site directory?"] = "Publicați profilul dvs. implicit în directorul site-ului dvs. local?";
+$a->strings["No"] = "NU";
 $a->strings["Publish your default profile in the global social directory?"] = "Publicați profilul dvs. implicit în directorul social global?";
 $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii profilului dvs. implicit?";
 $a->strings["Hide your profile details from unknown viewers?"] = "Ascundeţi detaliile profilului dvs. de vizitatorii necunoscuți?";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "";
 $a->strings["Allow friends to post to your profile page?"] = "Permiteți prietenilor să posteze pe pagina dvs. de profil ?";
 $a->strings["Allow friends to tag your posts?"] = "Permiteți prietenilor să vă eticheteze postările?";
 $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Ne permiteți să vă recomandăm ca și potențial prieten pentru membrii noi?";
 $a->strings["Permit unknown people to send you private mail?"] = "Permiteți persoanelor necunoscute să vă trimită mesaje private?";
 $a->strings["Profile is <strong>not published</strong>."] = "Profilul <strong>nu este publicat</strong>.";
-$a->strings["or"] = "sau";
 $a->strings["Your Identity Address is"] = "Adresa Dvs. de Identitate este";
 $a->strings["Automatically expire posts after this many days:"] = "Postările vor expira automat după atâtea zile:";
 $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Dacă se lasă necompletat, postările nu vor expira. Postările expirate vor fi şterse";
@@ -889,409 +913,353 @@ $a->strings["Expire posts:"] = "Postările expiră:";
 $a->strings["Expire personal notes:"] = "Notele personale expiră:";
 $a->strings["Expire starred posts:"] = "Postările favorite expiră:";
 $a->strings["Expire photos:"] = "Fotografiile expiră:";
-$a->strings["Only expire posts by others:"] = "Expiră numai postările altora:";
-$a->strings["Account Settings"] = "Configurări Cont";
-$a->strings["Password Settings"] = "Configurări Parolă";
-$a->strings["New Password:"] = "Parola Nouă:";
-$a->strings["Confirm:"] = "Confirm:";
-$a->strings["Leave password fields blank unless changing"] = "Lăsaţi câmpurile, pentru parolă, goale dacă nu doriți să modificați";
-$a->strings["Current Password:"] = "Parola Curentă:";
-$a->strings["Your current password to confirm the changes"] = "Parola curentă pentru a confirma modificările";
-$a->strings["Password:"] = "Parola:";
-$a->strings["Basic Settings"] = "Configurări de Bază";
-$a->strings["Full Name:"] = "Nume complet:";
-$a->strings["Email Address:"] = "Adresa de email:";
-$a->strings["Your Timezone:"] = "Fusul dvs. orar:";
-$a->strings["Default Post Location:"] = "Locația Implicită pentru Postări";
-$a->strings["Use Browser Location:"] = "Folosește Locația Navigatorului:";
-$a->strings["Security and Privacy Settings"] = "Configurări de Securitate și Confidențialitate";
-$a->strings["Maximum Friend Requests/Day:"] = "Solicitări de Prietenie, Maxime/Zi";
-$a->strings["(to prevent spam abuse)"] = "(Pentru a preveni abuzul de tip spam)";
-$a->strings["Default Post Permissions"] = "Permisiuni Implicite Postări";
-$a->strings["(click to open/close)"] = "(apăsați pentru a deschide/închide)";
-$a->strings["Default Private Post"] = "Postare Privată Implicită";
-$a->strings["Default Public Post"] = "Postare Privată Implicită";
-$a->strings["Default Permissions for New Posts"] = "Permisiuni Implicite pentru Postările Noi";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maximum de mesaje private pe zi, de la persoanele necunoscute:";
-$a->strings["Notification Settings"] = "Configurări de Notificare";
-$a->strings["By default post a status message when:"] = "Implicit, postează un mesaj de stare atunci când:";
-$a->strings["accepting a friend request"] = "se acceptă o solicitare de prietenie";
-$a->strings["joining a forum/community"] = "se aderă la un forum/o comunitate";
-$a->strings["making an <em>interesting</em> profile change"] = "se face o modificări de profil<em>interesantă</em>";
-$a->strings["Send a notification email when:"] = "Trimiteți o notificare email atunci când:";
-$a->strings["You receive an introduction"] = "Primiți o introducere";
-$a->strings["Your introductions are confirmed"] = "Introducerile dvs. sunt confirmate";
-$a->strings["Someone writes on your profile wall"] = "Cineva scrie pe perete dvs. de profil";
-$a->strings["Someone writes a followup comment"] = "Cineva scrie un comentariu de urmărire";
-$a->strings["You receive a private message"] = "Primiți un mesaj privat";
-$a->strings["You receive a friend suggestion"] = "Primiți  o sugestie de prietenie";
-$a->strings["You are tagged in a post"] = "Sunteți etichetat într-o postare";
-$a->strings["You are poked/prodded/etc. in a post"] = "Sunteți abordat/incitat/etc. într-o postare";
-$a->strings["Advanced Account/Page Type Settings"] = "Configurări Avansate Cont/Tip Pagină";
-$a->strings["Change the behaviour of this account for special situations"] = "Modificați comportamentul acestui cont pentru situațiile speciale";
-$a->strings["Relocate"] = "Mutare";
-$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."] = "Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton.";
-$a->strings["Resend relocate message to contacts"] = "Retrimiteți contactelor, mesajul despre mutare";
-$a->strings["Item has been removed."] = "Elementul a fost eliminat.";
-$a->strings["People Search"] = "Căutare Persoane";
-$a->strings["No matches"] = "Nici-o potrivire";
-$a->strings["Profile deleted."] = "Profilul a fost şters.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Profilul nou a fost creat.";
-$a->strings["Profile unavailable to clone."] = "Profil indisponibil pentru clonare.";
-$a->strings["Profile Name is required."] = "Numele de Profil este necesar.";
-$a->strings["Marital Status"] = "Starea Civilă";
-$a->strings["Romantic Partner"] = "Partener Romantic";
-$a->strings["Likes"] = "Likes";
-$a->strings["Dislikes"] = "Antipatii";
-$a->strings["Work/Employment"] = "Loc de Muncă/Slujbă";
-$a->strings["Religion"] = "Religie";
-$a->strings["Political Views"] = "Viziuni Politice";
-$a->strings["Gender"] = "Sex";
-$a->strings["Sexual Preference"] = "Preferinţe Sexuale";
-$a->strings["Homepage"] = "Homepage";
-$a->strings["Interests"] = "Interese";
-$a->strings["Address"] = "Addresă";
-$a->strings["Location"] = "Locaţie";
-$a->strings["Profile updated."] = "Profil actualizat.";
-$a->strings[" and "] = "şi";
-$a->strings["public profile"] = "profil public";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s a modificat %2\$s în &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = "- Vizitați %2\$s lui %1\$s'";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s și-a actualizat %2\$s, modificând %3\$s.";
-$a->strings["Hide contacts and friends:"] = "Ascunde contacte și prieteni:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii acestui profil?";
-$a->strings["Edit Profile Details"] = "Editare Detalii Profil";
-$a->strings["Change Profile Photo"] = "Modificați Fotografia de Profil";
-$a->strings["View this profile"] = "Vizualizați acest profil";
-$a->strings["Create a new profile using these settings"] = "Creaţi un profil nou folosind aceste configurări";
-$a->strings["Clone this profile"] = "Clonați acest profil";
-$a->strings["Delete this profile"] = "Ştergeţi acest profil";
-$a->strings["Basic information"] = "Informaţii de bază";
-$a->strings["Profile picture"] = "Imagine profil";
-$a->strings["Preferences"] = "Preferinţe ";
-$a->strings["Status information"] = "Informaţii Status";
-$a->strings["Additional information"] = "Informaţii suplimentare";
-$a->strings["Profile Name:"] = "Nume profil:";
-$a->strings["Your Full Name:"] = "Numele Complet:";
-$a->strings["Title/Description:"] = "Titlu/Descriere";
-$a->strings["Your Gender:"] = "Sexul:";
-$a->strings["Birthday (%s):"] = "Zi Naştere (%s):";
-$a->strings["Street Address:"] = "Strada:";
-$a->strings["Locality/City:"] = "Localitate/Oraș:";
-$a->strings["Postal/Zip Code:"] = "Cod poștal:";
-$a->strings["Country:"] = "Ţară:";
-$a->strings["Region/State:"] = "Regiunea/Județul:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stare Civilă:";
-$a->strings["Who: (if applicable)"] = "Cine: (dacă este cazul)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemple: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Din [data]:";
-$a->strings["Sexual Preference:"] = "Orientare Sexuală:";
-$a->strings["Homepage URL:"] = "Homepage URL:";
-$a->strings["Hometown:"] = "Domiciliu:";
-$a->strings["Political Views:"] = "Viziuni Politice:";
-$a->strings["Religious Views:"] = "Viziuni Religioase:";
-$a->strings["Public Keywords:"] = "Cuvinte cheie Publice:";
-$a->strings["Private Keywords:"] = "Cuvinte cheie Private:";
-$a->strings["Likes:"] = "Îmi place:";
-$a->strings["Dislikes:"] = "Nu-mi place:";
-$a->strings["Example: fishing photography software"] = "Exemplu: pescuit fotografii software";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Utilizat pentru a căuta profile, niciodată afișat altora)";
-$a->strings["Tell us about yourself..."] = "Spune-ne despre tine ...";
-$a->strings["Hobbies/Interests"] = "Hobby/Interese";
-$a->strings["Contact information and Social Networks"] = "Informaţii de Contact şi Reţele Sociale";
-$a->strings["Musical interests"] = "Preferințe muzicale";
-$a->strings["Books, literature"] = "Cărti, literatură";
-$a->strings["Television"] = "Programe TV";
-$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultură/divertisment";
-$a->strings["Love/romance"] = "Dragoste/romantism";
-$a->strings["Work/employment"] = "Loc de Muncă/Slujbă";
-$a->strings["School/education"] = "Școală/educație";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Acesta este profilul dvs. <strong>public</strong>.<br /> El <strong>poate</strong> fi vizibil pentru oricine folosește internetul.";
-$a->strings["Age: "] = "Vârsta:";
-$a->strings["Edit/Manage Profiles"] = "Editare/Gestionare Profile";
-$a->strings["Change profile photo"] = "Modificați Fotografia de Profil";
-$a->strings["Create New Profile"] = "Creați Profil Nou";
-$a->strings["Profile Image"] = "Imagine profil";
-$a->strings["visible to everybody"] = "vizibil pentru toata lumea";
-$a->strings["Edit visibility"] = "Editare vizibilitate";
-$a->strings["link"] = "link";
-$a->strings["Export account"] = "Exportare cont";
-$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ți-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server.";
-$a->strings["Export all"] = "Exportare tot";
-$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ți informațiile dvs. de cont, contactele şi toate elementele dvs., ca json. Ar putea fi un fișier foarte mare, şi ar putea lua mult timp. Utilizaţi aceasta pentru a face un backup complet al contului (fotografiile nu sunt exportate)";
-$a->strings["{0} wants to be your friend"] = "{0} doreşte să vă fie prieten";
-$a->strings["{0} sent you a message"] = "{0} v-a trimis un mesaj";
-$a->strings["{0} requested registration"] = "{0} a solicitat înregistrarea";
-$a->strings["{0} commented %s's post"] = "{0} a comentat la articolul postat de %s";
-$a->strings["{0} liked %s's post"] = "{0} a apreciat articolul postat de %s";
-$a->strings["{0} disliked %s's post"] = "{0} nu a apreciat articolul postat de %s";
-$a->strings["{0} is now friends with %s"] = "{0} este acum prieten cu %s";
-$a->strings["{0} posted"] = "{0} a postat";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} a etichetat articolul postat de %s cu #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} v-a menţionat într-o postare";
-$a->strings["Nothing new here"] = "Nimic nou aici";
-$a->strings["Clear notifications"] = "Ştergeţi notificările";
-$a->strings["Not available."] = "Indisponibil.";
-$a->strings["Community"] = "Comunitate";
-$a->strings["Save to Folder:"] = "Salvare în Dosar:";
-$a->strings["- select -"] = "- selectare -";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP";
-$a->strings["Or - did you try to upload an empty file?"] = "Sau - ați încercat să încărcaţi un fişier gol?";
-$a->strings["File exceeds size limit of %d"] = "Fişierul depăşeşte dimensiunea limită de %d";
-$a->strings["File upload failed."] = "Încărcarea fișierului a eşuat.";
-$a->strings["Invalid profile identifier."] = "Identificator profil, invalid.";
-$a->strings["Profile Visibility Editor"] = "Editor Vizibilitate Profil";
-$a->strings["Click on a contact to add or remove."] = "Apăsați pe un contact pentru a-l adăuga sau elimina.";
-$a->strings["Visible To"] = "Vizibil Pentru";
-$a->strings["All Contacts (with secure profile access)"] = "Toate Contactele (cu acces profil securizat)";
-$a->strings["Do you really want to delete this suggestion?"] = "Sigur doriți să ștergeți acesta sugestie?";
-$a->strings["Friend Suggestions"] = "Sugestii de Prietenie";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nici-o sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercaţi din nou în 24 de ore.";
-$a->strings["Connect"] = "Conectare";
-$a->strings["Ignore/Hide"] = "Ignorare/Ascundere";
-$a->strings["Access denied."] = "Accesul interzis.";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s îi urează bun venit lui %2\$s";
-$a->strings["Manage Identities and/or Pages"] = "Administrare Identităţii şi/sau Pagini";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de  \"gestionare \"";
-$a->strings["Select an identity to manage: "] = "Selectaţi o identitate de gestionat:";
-$a->strings["No potential page delegates located."] = "Nici-un delegat potenţial de pagină, nu a putut fi localizat.";
-$a->strings["Delegate Page Management"] = "Delegare Gestionare Pagină";
-$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."] = "Delegații sunt capabili să gestioneze toate aspectele acestui cont/pagină, cu excepţia configurărilor de bază ale contului. Vă rugăm să nu vă delegați, contul dvs. personal, cuiva în care nu aveţi încredere deplină.";
-$a->strings["Existing Page Managers"] = "Gestionari Existenți Pagină";
-$a->strings["Existing Page Delegates"] = "Delegați Existenți Pagină";
-$a->strings["Potential Delegates"] = "Potenţiali Delegaţi";
-$a->strings["Add"] = "Adăugare";
-$a->strings["No entries."] = "Nu există intrări.";
-$a->strings["No contacts."] = "Nici-un contact.";
-$a->strings["View Contacts"] = "Vezi Contacte";
-$a->strings["Personal Notes"] = "Note Personale";
-$a->strings["Poke/Prod"] = "Abordare/Atragerea atenției";
-$a->strings["poke, prod or do other things to somebody"] = "abordați, atrageți atenția sau faceți alte lucruri cuiva";
-$a->strings["Recipient"] = "Destinatar";
-$a->strings["Choose what you wish to do to recipient"] = "Alegeți ce doriți să faceți cu destinatarul";
-$a->strings["Make this post private"] = "Faceți acest articol privat";
+$a->strings["Only expire posts by others:"] = "Expiră numai postările altora:";
+$a->strings["Account Settings"] = "Configurări Cont";
+$a->strings["Password Settings"] = "Configurări Parolă";
+$a->strings["New Password:"] = "Parola Nouă:";
+$a->strings["Confirm:"] = "Confirm:";
+$a->strings["Leave password fields blank unless changing"] = "Lăsaţi câmpurile, pentru parolă, goale dacă nu doriți să modificați";
+$a->strings["Current Password:"] = "Parola Curentă:";
+$a->strings["Your current password to confirm the changes"] = "Parola curentă pentru a confirma modificările";
+$a->strings["Password:"] = "Parola:";
+$a->strings["Basic Settings"] = "Configurări de Bază";
+$a->strings["Full Name:"] = "Nume complet:";
+$a->strings["Email Address:"] = "Adresa de email:";
+$a->strings["Your Timezone:"] = "Fusul dvs. orar:";
+$a->strings["Default Post Location:"] = "Locația Implicită pentru Postări";
+$a->strings["Use Browser Location:"] = "Folosește Locația Navigatorului:";
+$a->strings["Security and Privacy Settings"] = "Configurări de Securitate și Confidențialitate";
+$a->strings["Maximum Friend Requests/Day:"] = "Solicitări de Prietenie, Maxime/Zi";
+$a->strings["(to prevent spam abuse)"] = "(Pentru a preveni abuzul de tip spam)";
+$a->strings["Default Post Permissions"] = "Permisiuni Implicite Postări";
+$a->strings["(click to open/close)"] = "(apăsați pentru a deschide/închide)";
+$a->strings["Show to Groups"] = "Afișare pentru Grupuri";
+$a->strings["Show to Contacts"] = "Afişează la Contacte";
+$a->strings["Default Private Post"] = "Postare Privată Implicită";
+$a->strings["Default Public Post"] = "Postare Privată Implicită";
+$a->strings["Default Permissions for New Posts"] = "Permisiuni Implicite pentru Postările Noi";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maximum de mesaje private pe zi, de la persoanele necunoscute:";
+$a->strings["Notification Settings"] = "Configurări de Notificare";
+$a->strings["By default post a status message when:"] = "Implicit, postează un mesaj de stare atunci când:";
+$a->strings["accepting a friend request"] = "se acceptă o solicitare de prietenie";
+$a->strings["joining a forum/community"] = "se aderă la un forum/o comunitate";
+$a->strings["making an <em>interesting</em> profile change"] = "se face o modificări de profil<em>interesantă</em>";
+$a->strings["Send a notification email when:"] = "Trimiteți o notificare email atunci când:";
+$a->strings["You receive an introduction"] = "Primiți o introducere";
+$a->strings["Your introductions are confirmed"] = "Introducerile dvs. sunt confirmate";
+$a->strings["Someone writes on your profile wall"] = "Cineva scrie pe perete dvs. de profil";
+$a->strings["Someone writes a followup comment"] = "Cineva scrie un comentariu de urmărire";
+$a->strings["You receive a private message"] = "Primiți un mesaj privat";
+$a->strings["You receive a friend suggestion"] = "Primiți  o sugestie de prietenie";
+$a->strings["You are tagged in a post"] = "Sunteți etichetat într-o postare";
+$a->strings["You are poked/prodded/etc. in a post"] = "Sunteți abordat/incitat/etc. într-o postare";
+$a->strings["Text-only notification emails"] = "";
+$a->strings["Send text only notification emails, without the html part"] = "";
+$a->strings["Advanced Account/Page Type Settings"] = "Configurări Avansate Cont/Tip Pagină";
+$a->strings["Change the behaviour of this account for special situations"] = "Modificați comportamentul acestui cont pentru situațiile speciale";
+$a->strings["Relocate"] = "Mutare";
+$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."] = "Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton.";
+$a->strings["Resend relocate message to contacts"] = "Retrimiteți contactelor, mesajul despre mutare";
+$a->strings["This introduction has already been accepted."] = "Această introducere a fost deja acceptată";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Locaţia profilului nu este validă sau nu conţine informaţii de profil.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Atenţie: locaţia profilului nu are un nume de deţinător identificabil.";
+$a->strings["Warning: profile location has no profile photo."] = "Atenţie: locaţia profilului nu are fotografie de profil.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "%d parametru necesar nu a fost găsit în locaţia specificată",
+       1 => "%d parametrii necesari nu au fost găsiţi în locaţia specificată",
+       2 => "%d de parametrii necesari nu au fost găsiţi în locaţia specificată",
+);
+$a->strings["Introduction complete."] = "Prezentare completă.";
+$a->strings["Unrecoverable protocol error."] = "Eroare de protocol nerecuperabilă.";
+$a->strings["Profile unavailable."] = "Profil nedisponibil.";
+$a->strings["%s has received too many connection requests today."] = "%s a primit, pentru azi, prea multe solicitări de conectare.";
+$a->strings["Spam protection measures have been invoked."] = "Au fost invocate măsuri de protecţie anti-spam.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Prietenii sunt rugaţi să reîncerce peste 24 de ore.";
+$a->strings["Invalid locator"] = "Invalid locator";
+$a->strings["Invalid email address."] = "Adresă mail invalidă.";
+$a->strings["This account has not been configured for email. Request failed."] = "Acest cont nu a fost configurat pentru email. Cererea a eşuat.";
+$a->strings["Unable to resolve your name at the provided location."] = "Imposibil să vă soluţionăm numele pentru locaţia sugerată.";
+$a->strings["You have already introduced yourself here."] = "Aţi fost deja prezentat aici";
+$a->strings["Apparently you are already friends with %s."] = "Se pare că sunteţi deja prieten cu %s.";
+$a->strings["Invalid profile URL."] = "Profil URL invalid.";
+$a->strings["Disallowed profile URL."] = "Profil URL invalid.";
+$a->strings["Your introduction has been sent."] = "Prezentarea dumneavoastră a fost trimisă.";
+$a->strings["Please login to confirm introduction."] = "Vă rugăm să vă autentificați pentru a confirma prezentarea.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Autentificat curent cu identitate eronată. Vă rugăm să vă autentificați pentru <strong>acest</strong> profil.";
+$a->strings["Hide this contact"] = "Ascunde acest contact";
+$a->strings["Welcome home %s."] = "Bine ai venit %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Vă rugăm să vă confirmaţi solicitarea de introducere/conectare la %s.";
+$a->strings["Confirm"] = "Confirm";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vă rugăm să vă introduceţi \"Adresa  de Identitate\" din una din următoarele reţele de socializare acceptate:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Dacă nu sunteţi încă un membru al reţelei online de socializare gratuite, <a href= \"http://dir.friendica.com/siteinfo\">urmați acest link pentru a găsi un site public Friendica şi alăturați-vă nouă, chiar astăzi</a>.";
+$a->strings["Friend/Connection Request"] = "Solicitare Prietenie/Conectare";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemple: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "Vă rugăm să răspundeţi la următoarele:";
+$a->strings["Does %s know you?"] = "%s vă cunoaşte?";
+$a->strings["Add a personal note:"] = "Adaugă o notă personală:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Reţea Socială Web Centralizată";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- vă rugăm să nu folosiţi acest formular. În schimb, introduceţi %s în bara dvs. de căutare Diaspora.";
+$a->strings["Your Identity Address:"] = "Adresa dvs. Identitate ";
+$a->strings["Submit Request"] = "Trimiteţi Solicitarea";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare.";
+$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."] = "";
+$a->strings["Your registration can not be processed."] = "Înregistrarea dvs. nu poate fi procesată.";
+$a->strings["Your registration is pending approval by the site owner."] = "Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puteți (opțional) să completaţi acest formular prin intermediul OpenID, introducând contul dvs. OpenID și apăsând pe 'Înregistrare'.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor.";
+$a->strings["Your OpenID (optional): "] = "Contul dvs. OpenID (opţional):";
+$a->strings["Include your profile in member directory?"] = "Includeți profilul dvs în directorul de membru?";
+$a->strings["Membership on this site is by invitation only."] = "Aderare pe acest site, este posibilă doar pe bază de invitație.";
+$a->strings["Your invitation ID: "] = "ID invitaţiei dvs:";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Numele Complet (de ex. Joe Smith):";
+$a->strings["Your Email Address: "] = "Adresa dvs de mail:";
+$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>'."] = "Alegeţi un pseudonim de profil. Aceasta trebuie să înceapă cu un caracter text. Adresa profilului dvs. de pe acest site va fi de forma '<strong>pseudonim@\$sitename</strong>'.";
+$a->strings["Choose a nickname: "] = "Alegeţi un pseudonim:";
+$a->strings["Register"] = "Înregistrare";
+$a->strings["Import"] = "Import";
+$a->strings["Import your profile to this friendica instance"] = "Importați profilul dvs. în această instanță friendica";
+$a->strings["System down for maintenance"] = "Sistemul este suspendat pentru întreținere";
+$a->strings["Search"] = "Căutare";
 $a->strings["Global Directory"] = "Director Global";
 $a->strings["Find on this site"] = "Căutați pe acest site";
 $a->strings["Site Directory"] = "Director Site";
+$a->strings["Age: "] = "Vârsta:";
 $a->strings["Gender: "] = "Sex:";
 $a->strings["Gender:"] = "Sex:";
 $a->strings["Status:"] = "Status:";
 $a->strings["Homepage:"] = "Homepage:";
 $a->strings["About:"] = "Despre:";
 $a->strings["No entries (some entries may be hidden)."] = "Fără înregistrări (unele înregistrări pot fi ascunse).";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Time Conversion"] = "Conversie Oră";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și prieteni, în zonele cu fusuri orare necunoscute.\\v";
-$a->strings["UTC time: %s"] = "Fus orar UTC: %s";
-$a->strings["Current timezone: %s"] = "Fusul orar curent: %s";
-$a->strings["Converted localtime: %s"] = "Ora locală convertită: %s";
-$a->strings["Please select your timezone:"] = "Vă rugăm să vă selectaţi fusul orar:";
-$a->strings["Post successful."] = "Postat cu succes.";
-$a->strings["Image uploaded but image cropping failed."] = "Imaginea a fost încărcată, dar decuparea imaginii a eşuat.";
-$a->strings["Image size reduction [%s] failed."] = "Reducerea dimensiunea imaginii [%s] a eşuat.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat.";
-$a->strings["Unable to process image"] = "Nu s-a putut procesa imaginea.";
-$a->strings["Upload File:"] = "Încărcare Fișier:";
-$a->strings["Select a profile:"] = "Selectați un profil:";
-$a->strings["Upload"] = "Încărcare";
-$a->strings["skip this step"] = "omiteți acest pas";
-$a->strings["select a photo from your photo albums"] = "selectaţi o fotografie din albumele dvs. foto";
-$a->strings["Crop Image"] = "Decupare Imagine";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă.";
-$a->strings["Done Editing"] = "Editare Realizată";
-$a->strings["Image uploaded successfully."] = "Imaginea a fost încărcată cu succes";
-$a->strings["Friendica Communications Server - Setup"] = "Serverul de Comunicații Friendica - Instalare";
-$a->strings["Could not connect to database."] = "Nu se poate face conectarea cu baza de date.";
-$a->strings["Could not create table."] = "Nu se poate crea tabelul.";
-$a->strings["Your Friendica site database has been installed."] = "Baza dvs. de date Friendica, a fost instalată.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Este posibil să fie nevoie să importați manual fişierul \"database.sql\" folosind phpmyadmin sau mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Vă rugăm să consultaţi fişierul  \"INSTALL.txt\".";
-$a->strings["System check"] = "Verificare sistem";
-$a->strings["Check again"] = "Reverificare";
-$a->strings["Database connection"] = "Conexiunea cu baza de date";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua.";
-$a->strings["Database Server Name"] = "Nume Server Bază de date";
-$a->strings["Database Login Name"] = "Nume Autentificare Bază de date";
-$a->strings["Database Login Password"] = "Parola de Autentificare Bază de date";
-$a->strings["Database Name"] = "Nume Bază de date";
-$a->strings["Site administrator email address"] = "Adresa de email a administratorului de site";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web.";
-$a->strings["Please select a default timezone for your website"] = "Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs.";
-$a->strings["Site settings"] = "Configurări Site";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului 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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Dacă nu aveţi o versiune a liniei de comandă PHP instalată pe server, nu veţi putea să efectuaţi interogări ciclice în fundal prin funcția cron. Consultaţi <a href='http://friendica.com/node/27'>'Activarea sarcinilor programate' </a>";
-$a->strings["PHP executable path"] = "Calea de executare PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea.";
-$a->strings["Command line PHP"] = "linie comandă PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Executabilul PHP nu este de formă binară php-cli (ar putea fi versiunea cgi-fgci)";
-$a->strings["Found PHP version: "] = "Versiune PHP identificată:";
-$a->strings["PHP cli binary"] = "Versiune binară PHP-cli";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Versiunea liniei de comandă PHP de pe sistemul dumneavoastră nu are comanda \"register_argc_argv\" activată.";
-$a->strings["This is required for message delivery to work."] = "Aceasta este necesară pentru a funcționa livrarea de mesaje.";
-$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"] = "Eroare: funcția \"openssl_pkey_new\" de pe acest sistem nu este capabilă să genereze chei de criptare";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Dacă rulează pe Windows, vă rugăm să consultaţi \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Generare chei de criptare";
-$a->strings["libCurl PHP module"] = "Modulul PHP libCurl";
-$a->strings["GD graphics PHP module"] = "Modulul PHP grafică GD";
-$a->strings["OpenSSL PHP module"] = "Modulul PHP OpenSSL";
-$a->strings["mysqli PHP module"] = "Modulul PHP mysqli";
-$a->strings["mb_string PHP module"] = "Modulul PHP mb_string";
-$a->strings["Apache mod_rewrite module"] = "Modulul Apache mod_rewrite";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Eroare: modulul PHP libCURL este necesar dar nu este instalat.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Eroare: modulul PHP libCURL este necesar dar nu este instalat.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Eroare: modulul PHP mysqli este necesar dar nu este instalat.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Eroare: modulul PHP mb_string este necesar dar nu este instalat.";
-$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."] = "Expertul de instalare web  trebuie să poată crea un fișier numit \".htconfig.php\" în dosarul superior al serverului dvs. web, şi nu poate face acest lucru.";
-$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."] = "Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi.";
-$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."] = "La finalul acestei proceduri, vă vom oferi un text pentru a-l salva într-un fişier numit .htconfig.php din dosarul dvs. superior Friendica.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ, puteţi omite această procedură şi să efectuaţi o instalare manuală. Vă rugăm să consultaţi fişierul  \"INSTALL.txt\" pentru instrucțiuni.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php este inscriptibil";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea.";
-$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."] = "Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar.";
-$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."] = "Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 este inscriptibil";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Funcția de rescriere Url rewrite din .htaccess nu funcţionează. Verificaţi-vă configuraţia serverului.";
-$a->strings["Url rewrite is working"] = "Funcția de rescriere Url rewrite, funcţionează.";
-$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."] = "Fișierul de configurare baza de date \".htconfig.php\", nu a putut fi scris. Vă rugăm să utilizaţi textul închis pentru a crea un fişier de configurare în rădăcina serverului dvs. web.";
-$a->strings["<h1>What next</h1>"] = "<h1>Ce urmează</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: Va trebui să configurați [manual] o sarcină programată pentru operatorul de sondaje.";
-$a->strings["Group created."] = "Grupul a fost creat.";
-$a->strings["Could not create group."] = "Grupul nu se poate crea.";
-$a->strings["Group not found."] = "Grupul nu a fost găsit.";
-$a->strings["Group name changed."] = "Numele grupului a fost schimbat.";
-$a->strings["Save Group"] = "Salvare Grup";
-$a->strings["Create a group of contacts/friends."] = "Creaţi un grup de contacte/prieteni.";
-$a->strings["Group Name: "] = "Nume Grup:";
-$a->strings["Group removed."] = "Grupul a fost eliminat.";
-$a->strings["Unable to remove group."] = "Nu se poate elimina grupul.";
-$a->strings["Group Editor"] = "Editor Grup";
-$a->strings["Members"] = "Membri";
-$a->strings["No such group"] = "Membrii";
-$a->strings["Group is empty"] = "Grupul este gol";
-$a->strings["Group: "] = "Grup:";
-$a->strings["View in context"] = "Vizualizare în context";
-$a->strings["Account approved."] = "Cont aprobat.";
-$a->strings["Registration revoked for %s"] = "Înregistrare revocată pentru %s";
-$a->strings["Please login."] = "Vă rugăm să vă autentificați.";
-$a->strings["Profile Match"] = "Potrivire Profil";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Nu există cuvinte cheie pentru a le potrivi. Vă rugăm să adăugaţi cuvinte cheie la profilul dvs implicit.";
-$a->strings["is interested in:"] = "are interese pentru:";
-$a->strings["Unable to locate original post."] = "Nu se poate localiza postarea originală.";
-$a->strings["Empty post discarded."] = "Postarea goală a fost eliminată.";
-$a->strings["System error. Post not saved."] = "Eroare de sistem. Articolul nu a fost salvat.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica.";
-$a->strings["You may visit them online at %s"] = "Îi puteți vizita profilul online la %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje.";
-$a->strings["%s posted an update."] = "%s a postat o actualizare.";
+$a->strings["No potential page delegates located."] = "Nici-un delegat potenţial de pagină, nu a putut fi localizat.";
+$a->strings["Delegate Page Management"] = "Delegare Gestionare Pagină";
+$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."] = "Delegații sunt capabili să gestioneze toate aspectele acestui cont/pagină, cu excepţia configurărilor de bază ale contului. Vă rugăm să nu vă delegați, contul dvs. personal, cuiva în care nu aveţi încredere deplină.";
+$a->strings["Existing Page Managers"] = "Gestionari Existenți Pagină";
+$a->strings["Existing Page Delegates"] = "Delegați Existenți Pagină";
+$a->strings["Potential Delegates"] = "Potenţiali Delegaţi";
+$a->strings["Add"] = "Adăugare";
+$a->strings["No entries."] = "Nu există intrări.";
+$a->strings["Common Friends"] = "Prieteni Comuni";
+$a->strings["No contacts in common."] = "Nici-un contact în comun";
+$a->strings["Export account"] = "Exportare cont";
+$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ți-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server.";
+$a->strings["Export all"] = "Exportare tot";
+$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ți informațiile dvs. de cont, contactele şi toate elementele dvs., ca json. Ar putea fi un fișier foarte mare, şi ar putea lua mult timp. Utilizaţi aceasta pentru a face un backup complet al contului (fotografiile nu sunt exportate)";
 $a->strings["%1\$s is currently %2\$s"] = "%1\$s este momentan %2\$s";
 $a->strings["Mood"] = "Stare de spirit";
 $a->strings["Set your current mood and tell your friends"] = "Stabiliți-vă starea de spirit curentă, şi comunicați-o prietenilor";
-$a->strings["Search Results For:"] = "Rezultatele Căutării Pentru:";
-$a->strings["add"] = "add";
-$a->strings["Commented Order"] = "Ordonare Comentarii";
-$a->strings["Sort by Comment Date"] = "Sortare după Data Comentariului";
-$a->strings["Posted Order"] = "Ordonare Postări";
-$a->strings["Sort by Post Date"] = "Sortare după Data Postării";
-$a->strings["Posts that mention or involve you"] = "Postări ce vă menționează sau vă implică";
-$a->strings["New"] = "Nou";
-$a->strings["Activity Stream - by date"] = "Flux Activități - după dată";
-$a->strings["Shared Links"] = "Linkuri partajate";
-$a->strings["Interesting Links"] = "Legături Interesante";
-$a->strings["Starred"] = "Cu steluță";
-$a->strings["Favourite Posts"] = "Postări Favorite";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Atenție: Acest grup conţine %s membru dintr-o reţea nesigură.",
-       1 => "Atenție: Acest grup conţine %s membrii dintr-o reţea nesigură.",
-       2 => "Atenție: Acest grup conţine %s de membrii dintr-o reţea nesigură.",
+$a->strings["Do you really want to delete this suggestion?"] = "Sigur doriți să ștergeți acesta sugestie?";
+$a->strings["Friend Suggestions"] = "Sugestii de Prietenie";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nici-o sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercaţi din nou în 24 de ore.";
+$a->strings["Ignore/Hide"] = "Ignorare/Ascundere";
+$a->strings["Profile deleted."] = "Profilul a fost şters.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Profilul nou a fost creat.";
+$a->strings["Profile unavailable to clone."] = "Profil indisponibil pentru clonare.";
+$a->strings["Profile Name is required."] = "Numele de Profil este necesar.";
+$a->strings["Marital Status"] = "Starea Civilă";
+$a->strings["Romantic Partner"] = "Partener Romantic";
+$a->strings["Likes"] = "Likes";
+$a->strings["Dislikes"] = "Antipatii";
+$a->strings["Work/Employment"] = "Loc de Muncă/Slujbă";
+$a->strings["Religion"] = "Religie";
+$a->strings["Political Views"] = "Viziuni Politice";
+$a->strings["Gender"] = "Sex";
+$a->strings["Sexual Preference"] = "Preferinţe Sexuale";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interese";
+$a->strings["Address"] = "Addresă";
+$a->strings["Location"] = "Locaţie";
+$a->strings["Profile updated."] = "Profil actualizat.";
+$a->strings[" and "] = "şi";
+$a->strings["public profile"] = "profil public";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s a modificat %2\$s în &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = "- Vizitați %2\$s lui %1\$s'";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s și-a actualizat %2\$s, modificând %3\$s.";
+$a->strings["Hide contacts and friends:"] = "Ascunde contacte și prieteni:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii acestui profil?";
+$a->strings["Edit Profile Details"] = "Editare Detalii Profil";
+$a->strings["Change Profile Photo"] = "Modificați Fotografia de Profil";
+$a->strings["View this profile"] = "Vizualizați acest profil";
+$a->strings["Create a new profile using these settings"] = "Creaţi un profil nou folosind aceste configurări";
+$a->strings["Clone this profile"] = "Clonați acest profil";
+$a->strings["Delete this profile"] = "Ştergeţi acest profil";
+$a->strings["Basic information"] = "Informaţii de bază";
+$a->strings["Profile picture"] = "Imagine profil";
+$a->strings["Preferences"] = "Preferinţe ";
+$a->strings["Status information"] = "Informaţii Status";
+$a->strings["Additional information"] = "Informaţii suplimentare";
+$a->strings["Profile Name:"] = "Nume profil:";
+$a->strings["Your Full Name:"] = "Numele Complet:";
+$a->strings["Title/Description:"] = "Titlu/Descriere";
+$a->strings["Your Gender:"] = "Sexul:";
+$a->strings["Birthday (%s):"] = "Zi Naştere (%s):";
+$a->strings["Street Address:"] = "Strada:";
+$a->strings["Locality/City:"] = "Localitate/Oraș:";
+$a->strings["Postal/Zip Code:"] = "Cod poștal:";
+$a->strings["Country:"] = "Ţară:";
+$a->strings["Region/State:"] = "Regiunea/Județul:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stare Civilă:";
+$a->strings["Who: (if applicable)"] = "Cine: (dacă este cazul)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemple: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Din [data]:";
+$a->strings["Sexual Preference:"] = "Orientare Sexuală:";
+$a->strings["Homepage URL:"] = "Homepage URL:";
+$a->strings["Hometown:"] = "Domiciliu:";
+$a->strings["Political Views:"] = "Viziuni Politice:";
+$a->strings["Religious Views:"] = "Viziuni Religioase:";
+$a->strings["Public Keywords:"] = "Cuvinte cheie Publice:";
+$a->strings["Private Keywords:"] = "Cuvinte cheie Private:";
+$a->strings["Likes:"] = "Îmi place:";
+$a->strings["Dislikes:"] = "Nu-mi place:";
+$a->strings["Example: fishing photography software"] = "Exemplu: pescuit fotografii software";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Utilizat pentru a căuta profile, niciodată afișat altora)";
+$a->strings["Tell us about yourself..."] = "Spune-ne despre tine ...";
+$a->strings["Hobbies/Interests"] = "Hobby/Interese";
+$a->strings["Contact information and Social Networks"] = "Informaţii de Contact şi Reţele Sociale";
+$a->strings["Musical interests"] = "Preferințe muzicale";
+$a->strings["Books, literature"] = "Cărti, literatură";
+$a->strings["Television"] = "Programe TV";
+$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultură/divertisment";
+$a->strings["Love/romance"] = "Dragoste/romantism";
+$a->strings["Work/employment"] = "Loc de Muncă/Slujbă";
+$a->strings["School/education"] = "Școală/educație";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Acesta este profilul dvs. <strong>public</strong>.<br /> El <strong>poate</strong> fi vizibil pentru oricine folosește internetul.";
+$a->strings["Edit/Manage Profiles"] = "Editare/Gestionare Profile";
+$a->strings["Change profile photo"] = "Modificați Fotografia de Profil";
+$a->strings["Create New Profile"] = "Creați Profil Nou";
+$a->strings["Profile Image"] = "Imagine profil";
+$a->strings["visible to everybody"] = "vizibil pentru toata lumea";
+$a->strings["Edit visibility"] = "Editare vizibilitate";
+$a->strings["Item not found"] = "Element negăsit";
+$a->strings["Edit post"] = "Editează post";
+$a->strings["upload photo"] = "încărcare fotografie";
+$a->strings["Attach file"] = "Ataşează fişier";
+$a->strings["attach file"] = "ataşează fişier";
+$a->strings["web link"] = "web link";
+$a->strings["Insert video link"] = "Inserează video link";
+$a->strings["video link"] = "video link";
+$a->strings["Insert audio link"] = "Inserare link audio";
+$a->strings["audio link"] = "audio link";
+$a->strings["Set your location"] = "Setează locaţia dvs";
+$a->strings["set location"] = "set locaţie";
+$a->strings["Clear browser location"] = "Curățare locație browser";
+$a->strings["clear location"] = "şterge locaţia";
+$a->strings["Permission settings"] = "Setări permisiuni";
+$a->strings["CC: email addresses"] = "CC:  adresă email";
+$a->strings["Public post"] = "Public post";
+$a->strings["Set title"] = "Setează titlu";
+$a->strings["Categories (comma-separated list)"] = "Categorii (listă cu separator prin virgulă)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Exemplu: bob@exemplu.com, mary@exemplu.com";
+$a->strings["This is Friendica, version"] = "Friendica, versiunea";
+$a->strings["running at web location"] = "rulează la locaţia web";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Vă rugăm să vizitaţi <a href=\"http://friendica.com\">Friendica.com</a> pentru a afla mai multe despre proiectul Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Rapoarte de erori şi probleme: vă rugăm să vizitaţi";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestii, laude, donatii, etc. - vă rugăm să trimiteți un email  pe \"Info\" at Friendica - dot com";
+$a->strings["Installed plugins/addons/apps:"] = "Module/suplimente/aplicații instalate:";
+$a->strings["No installed plugins/addons/apps"] = "Module/suplimente/aplicații neinstalate";
+$a->strings["Authorize application connection"] = "Autorizare conectare aplicaţie";
+$a->strings["Return to your app and insert this Securty Code:"] = "Reveniți la aplicația dvs. şi introduceţi acest Cod de Securitate:";
+$a->strings["Please login to continue."] = "Vă rugăm să vă autentificați pentru a continua.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?";
+$a->strings["Remote privacy information not available."] = "Informaţiile la distanţă despre confidenţialitate, nu sunt disponibile.";
+$a->strings["Visible to:"] = "Visibil către:";
+$a->strings["Personal Notes"] = "Note Personale";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "Conversie Oră";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și prieteni, în zonele cu fusuri orare necunoscute.\\v";
+$a->strings["UTC time: %s"] = "Fus orar UTC: %s";
+$a->strings["Current timezone: %s"] = "Fusul orar curent: %s";
+$a->strings["Converted localtime: %s"] = "Ora locală convertită: %s";
+$a->strings["Please select your timezone:"] = "Vă rugăm să vă selectaţi fusul orar:";
+$a->strings["Poke/Prod"] = "Abordare/Atragerea atenției";
+$a->strings["poke, prod or do other things to somebody"] = "abordați, atrageți atenția sau faceți alte lucruri cuiva";
+$a->strings["Recipient"] = "Destinatar";
+$a->strings["Choose what you wish to do to recipient"] = "Alegeți ce doriți să faceți cu destinatarul";
+$a->strings["Make this post private"] = "Faceți acest articol privat";
+$a->strings["Total invitation limit exceeded."] = "Limita totală a invitațiilor a fost depăşită.";
+$a->strings["%s : Not a valid email address."] = "%s : Nu este o adresă vaildă de email.";
+$a->strings["Please join us on Friendica"] = "Vă rugăm să veniți alături de noi pe Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem.";
+$a->strings["%s : Message delivery failed."] = "%s : Livrarea mesajului a eşuat.";
+$a->strings["%d message sent."] = array(
+       0 => "%d mesaj trimis.",
+       1 => "%d mesaje trimise.",
+       2 => "%d de mesaje trimise.",
 );
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Mesajele private către acest grup sunt supuse riscului de divulgare publică.";
-$a->strings["Contact: "] = "Contact: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Mesajele private către această persoană sunt supuse riscului de divulgare publică.";
-$a->strings["Invalid contact."] = "Invalid contact.";
-$a->strings["Contact settings applied."] = "Configurările Contactului au fost aplicate.";
-$a->strings["Contact update failed."] = "Actualizarea Contactului a eșuat.";
-$a->strings["Repair Contact Settings"] = "Remediere Configurări Contact";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<Strong>AVERTISMENT: Această acțiune este foarte avansată</strong> şi dacă introduceţi informaţii incorecte, comunicaţiile cu acest contact se poate opri.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Vă rugăm să utilizaţi <strong>acum</strong> butonul 'Înapoi' din browser, dacă nu sunteţi sigur ce sa faceți pe această pagină.";
-$a->strings["Return to contact editor"] = "Reveniţi la editorul de contact";
-$a->strings["Account Nickname"] = "Pseudonim Cont";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Nume_etichetă - suprascrie Numele/Pseudonimul";
-$a->strings["Account URL"] = "URL Cont";
-$a->strings["Friend Request URL"] = "URL Solicitare Prietenie";
-$a->strings["Friend Confirm URL"] = "URL Confirmare Prietenie";
-$a->strings["Notification Endpoint URL"] = "Punct final URL Notificare";
-$a->strings["Poll/Feed URL"] = "URL Sondaj/Flux";
-$a->strings["New photo from this URL"] = "Fotografie Nouă de la acest URL";
-$a->strings["Remote Self"] = "Auto la Distanţă";
-$a->strings["Mirror postings from this contact"] = "Postări în oglindă de la acest contact";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact.";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Your posts and conversations"] = "Postările şi conversaţiile dvs.";
-$a->strings["Your profile page"] = "Pagina dvs. de profil";
-$a->strings["Your contacts"] = "Contactele dvs.";
-$a->strings["Your photos"] = "Fotografiile dvs.";
-$a->strings["Your events"] = "Evenimentele dvs.";
-$a->strings["Personal notes"] = "Note Personale";
-$a->strings["Your personal photos"] = "Fotografii dvs. personale";
-$a->strings["Community Pages"] = "Community Pagini";
-$a->strings["Community Profiles"] = "Profile de Comunitate";
-$a->strings["Last users"] = "Ultimii utilizatori";
-$a->strings["Last likes"] = "Ultimele aprecieri";
-$a->strings["event"] = "eveniment";
-$a->strings["Last photos"] = "Ultimele fotografii";
-$a->strings["Find Friends"] = "Găsire Prieteni";
-$a->strings["Local Directory"] = "Director Local";
-$a->strings["Similar Interests"] = "Interese Similare";
-$a->strings["Invite Friends"] = "Invită Prieteni";
-$a->strings["Earth Layers"] = "Straturi Pământ";
-$a->strings["Set zoomfactor for Earth Layers"] = "Stabilire factor de magnificare pentru Straturi Pământ";
-$a->strings["Set longitude (X) for Earth Layers"] = "Stabilire longitudine (X) pentru Straturi Pământ";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Stabilire latitudine (Y) pentru Straturi Pământ";
-$a->strings["Help or @NewHere ?"] = "Ajutor sau @NouAici ?";
-$a->strings["Connect Services"] = "Conectare Servicii";
-$a->strings["don't show"] = "nu afișa";
-$a->strings["show"] = "afișare";
-$a->strings["Show/hide boxes at right-hand column:"] = "Afişare/ascundere casete din coloana din dreapta:";
-$a->strings["Theme settings"] = "Configurări Temă";
-$a->strings["Set font-size for posts and comments"] = "Stabilire dimensiune font pentru postări şi comentarii";
-$a->strings["Set line-height for posts and comments"] = "Stabilire înălțime linie pentru postări şi comentarii";
-$a->strings["Set resolution for middle column"] = "Stabilire rezoluţie pentru coloana din mijloc";
-$a->strings["Set color scheme"] = "Stabilire schemă de culori";
-$a->strings["Set zoomfactor for Earth Layer"] = "Stabilire factor de magnificare pentru Straturi Pământ";
-$a->strings["Set style"] = "Stabilire stil";
-$a->strings["Set colour scheme"] = "Stabilire schemă de culori";
-$a->strings["default"] = "implicit";
-$a->strings["greenzero"] = "zeroverde";
-$a->strings["purplezero"] = "zeroviolet";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "zeronegru";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "";
-$a->strings["Alignment"] = "Aliniere";
-$a->strings["Left"] = "Stânga";
-$a->strings["Center"] = "Centrat";
-$a->strings["Color scheme"] = "Schemă culoare";
-$a->strings["Posts font size"] = "Dimensiune font postări";
-$a->strings["Textareas font size"] = "Dimensiune font zone text";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Stabiliți nivelul de redimensionare a imaginilor din postări și comentarii (lăţimea şi înălţimea)";
-$a->strings["Set theme width"] = "Stabilire lăţime temă";
+$a->strings["You have no more invitations available"] = "Nu mai aveți invitaţii disponibile";
+$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."] = "Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica.";
+$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."] = "Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii.";
+$a->strings["Send invitations"] = "Trimiteți invitaţii";
+$a->strings["Enter email addresses, one per line:"] = "Introduceţi adresele de email, una pe linie:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Va fi nevoie să furnizați acest cod de invitaţie:  \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pentru mai multe informaţii despre proiectul Friendica, şi de ce credem că este important, vă rugăm să vizitaţi http://friendica.com";
+$a->strings["Photo Albums"] = "Albume Photo ";
+$a->strings["Contact Photos"] = "Photo Contact";
+$a->strings["Upload New Photos"] = "Încărcaţi Fotografii Noi";
+$a->strings["Contact information unavailable"] = "Informaţii contact nedisponibile";
+$a->strings["Album not found."] = "Album negăsit";
+$a->strings["Delete Album"] = "Şterge Album";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?";
+$a->strings["Delete Photo"] = "Şterge  Poza";
+$a->strings["Do you really want to delete this photo?"] = "Sigur doriți să ștergeți această fotografie?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s a fost etichetat în %2\$s de către %3\$s";
+$a->strings["a photo"] = "o poză";
+$a->strings["Image exceeds size limit of "] = "Dimensiunea imaginii depăşeşte limita de";
+$a->strings["Image file is empty."] = "Fișierul imagine este gol.";
+$a->strings["No photos selected"] = "Nici-o fotografie selectată";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Aţi folosit %1$.2f Mb din %2$.2f Mb de stocare foto.";
+$a->strings["Upload Photos"] = "Încărcare Fotografii";
+$a->strings["New album name: "] = "Nume album nou:";
+$a->strings["or existing album name: "] = "sau numele unui album existent:";
+$a->strings["Do not show a status post for this upload"] = "Nu afișa un status pentru această încărcare";
+$a->strings["Permissions"] = "Permisiuni";
+$a->strings["Private Photo"] = "Poze private";
+$a->strings["Public Photo"] = "Poze Publice";
+$a->strings["Edit Album"] = "Editează Album";
+$a->strings["Show Newest First"] = "Afișează Întâi cele Noi";
+$a->strings["Show Oldest First"] = "Afișează Întâi cele Vechi";
+$a->strings["View Photo"] = "Vizualizare Fotografie";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permisiune refuzată. Accesul la acest element poate fi restricționat.";
+$a->strings["Photo not available"] = "Fotografia nu este disponibilă";
+$a->strings["View photo"] = "Vezi foto";
+$a->strings["Edit photo"] = "Editează  poza";
+$a->strings["Use as profile photo"] = "Utilizați ca și fotografie de profil";
+$a->strings["View Full Size"] = "Vizualizați la Dimensiunea Completă";
+$a->strings["Tags: "] = "Etichete:";
+$a->strings["[Remove any tag]"] = "[Elimină orice etichetă]";
+$a->strings["Rotate CW (right)"] = "Rotire spre dreapta";
+$a->strings["Rotate CCW (left)"] = "Rotire spre stânga";
+$a->strings["New album name"] = "Nume Nou Album";
+$a->strings["Caption"] = "Titlu";
+$a->strings["Add a Tag"] = "Adaugă un Tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping";
+$a->strings["Private photo"] = "Poze private";
+$a->strings["Public photo"] = "Poze Publice";
+$a->strings["Share"] = "Partajează";
+$a->strings["Recent Photos"] = "Poze Recente";
+$a->strings["Account approved."] = "Cont aprobat.";
+$a->strings["Registration revoked for %s"] = "Înregistrare revocată pentru %s";
+$a->strings["Please login."] = "Vă rugăm să vă autentificați.";
+$a->strings["Move account"] = "Mutaţi contul";
+$a->strings["You can import an account from another Friendica server."] = "Puteţi importa un cont dintr-un alt server 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."] = "Trebuie să vă exportați contul din vechiul server şi să-l încărcaţi aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de altfel să vă informăm prietenii că v-ați mutat aici.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Această caracteristică este experimentală. Nu putem importa contactele din reţeaua OStatus (statusnet/identi.ca) sau din Diaspora";
+$a->strings["Account file"] = "Fişier Cont";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Pentru a vă exporta contul, deplasaţi-vă la  \"Configurări- >Export date personale \" şi selectaţi  \"Exportare cont \"";
+$a->strings["Item not available."] = "Elementul nu este disponibil.";
+$a->strings["Item was not found."] = "Element negăsit.";
 $a->strings["Delete this item?"] = "Ștergeți acest element?";
 $a->strings["show fewer"] = "afișare mai puține";
 $a->strings["Update %s failed. See error logs."] = "Actualizarea %s a eșuat. Consultaţi jurnalele de eroare.";
 $a->strings["Create a New Account"] = "Creaţi un Cont Nou";
 $a->strings["Logout"] = "Deconectare";
-$a->strings["Login"] = "Login";
 $a->strings["Nickname or Email address: "] = "Pseudonimul sau Adresa de email:";
 $a->strings["Password: "] = "Parola:";
 $a->strings["Remember me"] = "Reține autentificarea";
@@ -1321,6 +1289,41 @@ $a->strings["Profile Details"] = "Detalii Profil";
 $a->strings["Videos"] = "Clipuri video";
 $a->strings["Events and Calendar"] = "Evenimente şi Calendar";
 $a->strings["Only You Can See This"] = "Numai Dvs. Puteţi Vizualiza";
+$a->strings["This entry was edited"] = "Această intrare a fost editată";
+$a->strings["ignore thread"] = "";
+$a->strings["unignore thread"] = "";
+$a->strings["toggle ignore status"] = "Comutaţi status Ignorare";
+$a->strings["ignored"] = "ignorat";
+$a->strings["Categories:"] = "Categorii:";
+$a->strings["Filed under:"] = "Înscris în:";
+$a->strings["via"] = "via";
+$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."] = "";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "Mesajul de eroare este\n[pre]%s[/pre]";
+$a->strings["Errors encountered creating database tables."] = "Erori întâlnite la crearea tabelelor bazei de date.";
+$a->strings["Errors encountered performing database changes."] = "Erori întâlnite la operarea de modificări în baza de date.";
+$a->strings["Logged out."] = "Deconectat.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Am întâmpinat o problemă în timpul autentificării cu datele OpenID  pe care le-ați furnizat.";
+$a->strings["The error message was:"] = "Mesajul de eroare a fost:";
+$a->strings["Add New Contact"] = "Add Contact Nou";
+$a->strings["Enter address or web location"] = "Introduceţi adresa sau locaţia web";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemplu: bob@example.com, http://example.com/barbara";
+$a->strings["%d invitation available"] = array(
+       0 => "%d invitație disponibilă",
+       1 => "%d invitații disponibile",
+       2 => "%d de invitații disponibile",
+);
+$a->strings["Find People"] = "Căutați Persoane";
+$a->strings["Enter name or interest"] = "Introduceţi numele sau interesul";
+$a->strings["Connect/Follow"] = "Conectare/Urmărire";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemple: Robert Morgenstein, Pescuit";
+$a->strings["Similar Interests"] = "Interese Similare";
+$a->strings["Random Profile"] = "Profil Aleatoriu";
+$a->strings["Invite Friends"] = "Invită Prieteni";
+$a->strings["Networks"] = "Rețele";
+$a->strings["All Networks"] = "Toate Reţelele";
+$a->strings["Saved Folders"] = "Dosare Salvate";
+$a->strings["Everything"] = "Totul";
+$a->strings["Categories"] = "Categorii";
 $a->strings["General Features"] = "Caracteristici Generale";
 $a->strings["Multiple Profiles"] = "Profile Multiple";
 $a->strings["Ability to create multiple profiles"] = "Capacitatea de a crea profile multiple";
@@ -1355,7 +1358,6 @@ $a->strings["Tagging"] = "Etichetare";
 $a->strings["Ability to tag existing posts"] = "Capacitatea de a eticheta postările existente";
 $a->strings["Post Categories"] = "Categorii Postări";
 $a->strings["Add categories to your posts"] = "Adăugaţi categorii la postările dvs.";
-$a->strings["Saved Folders"] = "Dosare Salvate";
 $a->strings["Ability to file posts under folders"] = "Capacitatea de a atribui postări în dosare";
 $a->strings["Dislike Posts"] = "Respingere Postări";
 $a->strings["Ability to dislike posts/comments"] = "Capacitatea de a marca postări/comentarii ca fiind neplăcute";
@@ -1363,29 +1365,91 @@ $a->strings["Star Posts"] = "Postări cu Steluță";
 $a->strings["Ability to mark special posts with a star indicator"] = "Capacitatea de a marca posturile speciale cu o stea ca şi indicator";
 $a->strings["Mute Post Notifications"] = "";
 $a->strings["Ability to mute notifications for a thread"] = "";
-$a->strings["Logged out."] = "Deconectat.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Am întâmpinat o problemă în timpul autentificării cu datele OpenID  pe care le-ați furnizat.";
-$a->strings["The error message was:"] = "Mesajul de eroare a fost:";
-$a->strings["Starts:"] = "Începe:";
-$a->strings["Finishes:"] = "Se finalizează:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Zile Naştere :";
-$a->strings["Age:"] = "Vârsta:";
-$a->strings["for %1\$d %2\$s"] = "pentru %1\$d %2\$s";
-$a->strings["Tags:"] = "Etichete:";
-$a->strings["Religion:"] = "Religie:";
-$a->strings["Hobbies/Interests:"] = "Hobby/Interese:";
-$a->strings["Contact information and Social Networks:"] = "Informaţii de Contact şi Reţele Sociale:";
-$a->strings["Musical interests:"] = "Preferințe muzicale:";
-$a->strings["Books, literature:"] = "Cărti, literatură:";
-$a->strings["Television:"] = "Programe TV:";
-$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultură/divertisment:";
-$a->strings["Love/Romance:"] = "Dragoste/Romantism:";
-$a->strings["Work/employment:"] = "Loc de Muncă/Slujbă:";
-$a->strings["School/education:"] = "Școală/educatie:";
+$a->strings["Connect URL missing."] = "Lipseşte URL-ul de conectare.";
+$a->strings["This site is not configured to allow communications with other networks."] = "Acest site nu este configurat pentru a permite comunicarea cu alte reţele.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Nu au fost descoperite protocoale de comunicaţii sau fluxuri compatibile.";
+$a->strings["The profile address specified does not provide adequate information."] = "Adresa de profil specificată nu furnizează informații adecvate.";
+$a->strings["An author or name was not found."] = "Un autor sau nume nu a fost găsit.";
+$a->strings["No browser URL could be matched to this address."] = "Nici un URL de browser nu a putut fi corelat cu această adresă.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email.";
+$a->strings["Use mailto: in front of address to force email check."] = "Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs.";
+$a->strings["Unable to retrieve contact information."] = "Nu se pot localiza informaţiile de contact.";
+$a->strings["following"] = "urmărire";
+$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 grup şters cu acest nume a fost restabilit. Permisiunile existente ale elementului, <strong>pot</strong>fi aplicate acestui grup şi oricăror viitori membrii. Dacă aceasta nu este ceea ați intenționat să faceți, vă rugăm să creaţi un alt grup cu un un nume diferit.";
+$a->strings["Default privacy group for new contacts"] = "Confidenţialitatea implicită a grupului pentru noi contacte";
+$a->strings["Everybody"] = "Toată lumea";
+$a->strings["edit"] = "editare";
+$a->strings["Edit group"] = "Editare grup";
+$a->strings["Create a new group"] = "Creați un nou grup";
+$a->strings["Contacts not in any group"] = "Contacte ce nu se află în orice grup";
+$a->strings["Miscellaneous"] = "Diverse";
+$a->strings["year"] = "an";
+$a->strings["month"] = "lună";
+$a->strings["day"] = "zi";
+$a->strings["never"] = "niciodată";
+$a->strings["less than a second ago"] = "acum mai puțin de o secundă";
+$a->strings["years"] = "ani";
+$a->strings["months"] = "luni";
+$a->strings["week"] = "săptămână";
+$a->strings["weeks"] = "săptămâni";
+$a->strings["days"] = "zile";
+$a->strings["hour"] = "oră";
+$a->strings["hours"] = "ore";
+$a->strings["minute"] = "minut";
+$a->strings["minutes"] = "minute";
+$a->strings["second"] = "secundă";
+$a->strings["seconds"] = "secunde";
+$a->strings["%1\$d %2\$s ago"] = "acum %1\$d %2\$s";
+$a->strings["%s's birthday"] = "%s's  zi de naştere";
+$a->strings["Happy Birthday %s"] = "La mulţi ani %s";
+$a->strings["Visible to everybody"] = "Vizibil pentru toata lumea";
+$a->strings["show"] = "afișare";
+$a->strings["don't show"] = "nu afișa";
 $a->strings["[no subject]"] = "[fără subiect]";
-$a->strings[" on Last.fm"] = "pe Last.fm";
+$a->strings["stopped following"] = "urmărire întreruptă";
+$a->strings["Poke"] = "Abordare";
+$a->strings["View Status"] = "Vizualizare Status";
+$a->strings["View Profile"] = "Vizualizare Profil";
+$a->strings["View Photos"] = "Vizualizare Fotografii";
+$a->strings["Network Posts"] = "Postări din Rețea";
+$a->strings["Edit Contact"] = "Edit Contact";
+$a->strings["Drop Contact"] = "Eliminare Contact";
+$a->strings["Send PM"] = "Trimiteți mesaj personal";
+$a->strings["Welcome "] = "Bine ați venit";
+$a->strings["Please upload a profile photo."] = "Vă rugăm să încărcaţi o fotografie de profil.";
+$a->strings["Welcome back "] = "Bine ați revenit";
+$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."] = "Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite.";
+$a->strings["event"] = "eveniment";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s a abordat pe %2\$s";
+$a->strings["poked"] = "a fost abordat(ă)";
+$a->strings["post/item"] = "post/element";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s a marcat %3\$s de la %2\$s ca favorit";
+$a->strings["remove"] = "eliminare";
+$a->strings["Delete Selected Items"] = "Ștergeți Elementele Selectate";
+$a->strings["Follow Thread"] = "Urmăriți Firul Conversației";
+$a->strings["%s likes this."] = "%s apreciază aceasta.";
+$a->strings["%s doesn't like this."] = "%s nu apreciază aceasta.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d persoane</span> apreciază aceasta";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d persoane</span>nu apreciază aceasta";
+$a->strings["and"] = "şi";
+$a->strings[", and %d other people"] = ", şi %d alte persoane";
+$a->strings["%s like this."] = "%s apreciază aceasta.";
+$a->strings["%s don't like this."] = "%s nu apreciază aceasta.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Vizibil pentru <strong>toți</strong>";
+$a->strings["Please enter a video link/URL:"] = "Vă rugăm să introduceți un URL/legătură pentru clip video";
+$a->strings["Please enter an audio link/URL:"] = "Vă rugăm să introduceți un URL/legătură pentru clip audio";
+$a->strings["Tag term:"] = "Termen etichetare:";
+$a->strings["Where are you right now?"] = "Unde vă aflați acum?";
+$a->strings["Delete item(s)?"] = "Ștergeți element(e)?";
+$a->strings["Post to Email"] = "Postați prin Email";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Conectorii au fost dezactivați, din moment ce  \"%s\" este activat.";
+$a->strings["permissions"] = "permisiuni";
+$a->strings["Post to Groups"] = "Postați în Grupuri";
+$a->strings["Post to Contacts"] = "Post către  Contacte";
+$a->strings["Private post"] = "Articol privat";
+$a->strings["view full size"] = "vezi intreaga mărime";
 $a->strings["newer"] = "mai noi";
 $a->strings["older"] = "mai vechi";
 $a->strings["prev"] = "preced";
@@ -1399,7 +1463,6 @@ $a->strings["%d Contact"] = array(
        2 => "%d de Contacte",
 );
 $a->strings["poke"] = "abordare";
-$a->strings["poked"] = "a fost abordat(ă)";
 $a->strings["ping"] = "ping";
 $a->strings["pinged"] = "i s-a trimis ping";
 $a->strings["prod"] = "prod";
@@ -1451,38 +1514,132 @@ $a->strings["November"] = "Noiembrie";
 $a->strings["December"] = "Decembrie";
 $a->strings["bytes"] = "octeţi";
 $a->strings["Click to open/close"] = "Apăsați pentru a deschide/închide";
+$a->strings["default"] = "implicit";
 $a->strings["Select an alternate language"] = "Selectați o limbă alternativă";
 $a->strings["activity"] = "activitate";
 $a->strings["post"] = "postare";
 $a->strings["Item filed"] = "Element îndosariat";
+$a->strings["Image/photo"] = "Imagine/fotografie";
+$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["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a> a scris următoarea <a href=\"%s\" target=\"_blank\">postare</a>";
+$a->strings["$1 wrote:"] = "$1 a scris:";
+$a->strings["Encrypted content"] = "Conţinut criptat";
+$a->strings["(no subject)"] = "(fără subiect)";
+$a->strings["noreply"] = "nu-răspundeţi";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Nu se pot localiza informațiile DNS  pentru serverul de bază de date '%s'";
+$a->strings["Unknown | Not categorised"] = "Necunoscut | Fără categorie";
+$a->strings["Block immediately"] = "Blocare Imediată";
+$a->strings["Shady, spammer, self-marketer"] = "Dubioșii, spammerii, auto-promoterii";
+$a->strings["Known to me, but no opinion"] = "Cunoscut mie, dar fără o opinie";
+$a->strings["OK, probably harmless"] = "OK, probabil inofensiv";
+$a->strings["Reputable, has my trust"] = "Cu reputație, are încrederea mea";
+$a->strings["Weekly"] = "Săptămânal";
+$a->strings["Monthly"] = "Lunar";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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["Statusnet"] = "Statusnet";
+$a->strings["App.net"] = "App.net";
+$a->strings[" on Last.fm"] = "pe Last.fm";
+$a->strings["Starts:"] = "Începe:";
+$a->strings["Finishes:"] = "Se finalizează:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Zile Naştere :";
+$a->strings["Age:"] = "Vârsta:";
+$a->strings["for %1\$d %2\$s"] = "pentru %1\$d %2\$s";
+$a->strings["Tags:"] = "Etichete:";
+$a->strings["Religion:"] = "Religie:";
+$a->strings["Hobbies/Interests:"] = "Hobby/Interese:";
+$a->strings["Contact information and Social Networks:"] = "Informaţii de Contact şi Reţele Sociale:";
+$a->strings["Musical interests:"] = "Preferințe muzicale:";
+$a->strings["Books, literature:"] = "Cărti, literatură:";
+$a->strings["Television:"] = "Programe TV:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultură/divertisment:";
+$a->strings["Love/Romance:"] = "Dragoste/Romantism:";
+$a->strings["Work/employment:"] = "Loc de Muncă/Slujbă:";
+$a->strings["School/education:"] = "Școală/educatie:";
+$a->strings["Click here to upgrade."] = "Apăsați aici pentru a actualiza.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Această acţiune depăşeşte limitele stabilite de planul abonamentului dvs.";
+$a->strings["This action is not available under your subscription plan."] = "Această acţiune nu este disponibilă în planul abonamentului dvs.";
+$a->strings["End this session"] = "Finalizați această sesiune";
+$a->strings["Your posts and conversations"] = "Postările şi conversaţiile dvs.";
+$a->strings["Your profile page"] = "Pagina dvs. de profil";
+$a->strings["Your photos"] = "Fotografiile dvs.";
+$a->strings["Your videos"] = "Fișierele tale video";
+$a->strings["Your events"] = "Evenimentele dvs.";
+$a->strings["Personal notes"] = "Note Personale";
+$a->strings["Your personal notes"] = "Notele tale personale";
+$a->strings["Sign in"] = "Autentificare";
+$a->strings["Home Page"] = "Home Pagina";
+$a->strings["Create an account"] = "Creați un cont";
+$a->strings["Help and documentation"] = "Ajutor şi documentaţie";
+$a->strings["Apps"] = "Aplicații";
+$a->strings["Addon applications, utilities, games"] = "Suplimente la aplicații, utilitare, jocuri";
+$a->strings["Search site content"] = "Căutare în conținut site";
+$a->strings["Conversations on this site"] = "Conversaţii pe acest site";
+$a->strings["Conversations on the network"] = "";
+$a->strings["Directory"] = "Director";
+$a->strings["People directory"] = "Director persoane";
+$a->strings["Information"] = "Informaţii";
+$a->strings["Information about this friendica instance"] = "Informaţii despre această instanță friendica";
+$a->strings["Conversations from your friends"] = "Conversaţiile prieteniilor dvs.";
+$a->strings["Network Reset"] = "Resetare Reţea";
+$a->strings["Load Network page with no filters"] = "Încărcare pagina de Reţea fără filtre";
+$a->strings["Friend Requests"] = "Solicitări Prietenie";
+$a->strings["See all notifications"] = "Consultaţi toate notificările";
+$a->strings["Mark all system notifications seen"] = "Marcaţi toate notificările de sistem, ca și vizualizate";
+$a->strings["Private mail"] = "Mail privat";
+$a->strings["Inbox"] = "Mesaje primite";
+$a->strings["Outbox"] = "Căsuță de Ieșire";
+$a->strings["Manage"] = "Gestionare";
+$a->strings["Manage other pages"] = "Gestionează alte pagini";
+$a->strings["Account settings"] = "Configurări Cont";
+$a->strings["Manage/Edit Profiles"] = "Gestionare/Editare Profile";
+$a->strings["Manage/edit friends and contacts"] = "Gestionare/Editare prieteni şi contacte";
+$a->strings["Site setup and configuration"] = "Instalare şi configurare site";
+$a->strings["Navigation"] = "Navigare";
+$a->strings["Site map"] = "Hartă Site";
 $a->strings["User not found."] = "Utilizatorul nu a fost găsit.";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
 $a->strings["There is no status with this id."] = "Nu există nici-un status cu acest id.";
 $a->strings["There is no conversation with this id."] = "Nu există nici-o conversație cu acest id.";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Nu se pot localiza informațiile DNS  pentru serverul de bază de date '%s'";
-$a->strings["%s's birthday"] = "%s's  zi de naştere";
-$a->strings["Happy Birthday %s"] = "La mulţi ani %s";
-$a->strings["Do you really want to delete this item?"] = "Sigur doriți să ștergeți acest element?";
-$a->strings["Archives"] = "Arhive";
-$a->strings["(no subject)"] = "(fără subiect)";
-$a->strings["noreply"] = "nu-răspundeţi";
+$a->strings["Invalid request."] = "Cerere invalida";
+$a->strings["Invalid item."] = "Element invalid";
+$a->strings["Invalid action. "] = "";
+$a->strings["DB error"] = "Eroare BD";
+$a->strings["An invitation is required."] = "O invitaţie este necesară.";
+$a->strings["Invitation could not be verified."] = "Invitația nu s-a putut verifica.";
+$a->strings["Invalid OpenID url"] = "URL OpenID invalid";
+$a->strings["Please enter the required information."] = "Vă rugăm să introduceți informațiile solicitate.";
+$a->strings["Please use a shorter name."] = "Vă rugăm să utilizaţi un nume mai scurt.";
+$a->strings["Name too short."] = "Numele este prea scurt.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Acesta nu pare a fi Numele (Prenumele) dvs. complet";
+$a->strings["Your email domain is not among those allowed on this site."] = "Domeniul dvs. de email nu este printre cele permise pe acest site.";
+$a->strings["Not a valid email address."] = "Nu este o adresă vaildă de email.";
+$a->strings["Cannot use that email."] = "Nu se poate utiliza acest email.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = " \"Pseudonimul\" dvs.  poate conţine numai  \"a-z\", \"0-9\", \"-\",, şi  \"_\", şi trebuie de asemenea să înceapă cu o literă.";
+$a->strings["Nickname is already registered. Please choose another."] = "Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Pseudonimul a fost înregistrat aici, şi e posibil să nu mai poată fi reutilizat. Vă rugăm, alegeți altul.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "EROARE GRAVĂ: Generarea de chei de securitate a eşuat.";
+$a->strings["An error occurred during registration. Please try again."] = "A intervenit o eroare în timpul înregistrării. Vă rugăm să reîncercați.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "A intervenit o eroare la crearea profilului dvs. implicit. Vă rugăm să reîncercați.";
+$a->strings["Friends"] = "Prieteni";
+$a->strings["\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."] = "";
 $a->strings["Sharing notification from Diaspora network"] = "Partajarea notificării din reţeaua Diaspora";
 $a->strings["Attachments:"] = "Atașări:";
-$a->strings["Connect URL missing."] = "Lipseşte URL-ul de conectare.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Acest site nu este configurat pentru a permite comunicarea cu alte reţele.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Nu au fost descoperite protocoale de comunicaţii sau fluxuri compatibile.";
-$a->strings["The profile address specified does not provide adequate information."] = "Adresa de profil specificată nu furnizează informații adecvate.";
-$a->strings["An author or name was not found."] = "Un autor sau nume nu a fost găsit.";
-$a->strings["No browser URL could be matched to this address."] = "Nici un URL de browser nu a putut fi corelat cu această adresă.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email.";
-$a->strings["Use mailto: in front of address to force email check."] = "Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs.";
-$a->strings["Unable to retrieve contact information."] = "Nu se pot localiza informaţiile de contact.";
-$a->strings["following"] = "urmărire";
-$a->strings["Welcome "] = "Bine ați venit";
-$a->strings["Please upload a profile photo."] = "Vă rugăm să încărcaţi o fotografie de profil.";
-$a->strings["Welcome back "] = "Bine ați revenit";
-$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."] = "Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite.";
+$a->strings["Do you really want to delete this item?"] = "Sigur doriți să ștergeți acest element?";
+$a->strings["Archives"] = "Arhive";
 $a->strings["Male"] = "Bărbat";
 $a->strings["Female"] = "Femeie";
 $a->strings["Currently Male"] = "În prezent Bărbat";
@@ -1519,7 +1676,6 @@ $a->strings["Infatuated"] = "Îndrăgostit(ă) nebunește";
 $a->strings["Dating"] = "Am întâlniri";
 $a->strings["Unfaithful"] = "Infidel(ă)";
 $a->strings["Sex Addict"] = "Dependent(ă) de Sex";
-$a->strings["Friends"] = "Prieteni";
 $a->strings["Friends/Benefits"] = "Prietenii/Prestaţii";
 $a->strings["Casual"] = "Ocazional";
 $a->strings["Engaged"] = "Cuplat";
@@ -1541,123 +1697,6 @@ $a->strings["Uncertain"] = "Incert";
 $a->strings["It's complicated"] = "E complicat";
 $a->strings["Don't care"] = "Nu-mi pasă";
 $a->strings["Ask me"] = "Întreabă-mă";
-$a->strings["Error decoding account file"] = "Eroare la decodarea fişierului de cont";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Eroare! Nu există data versiunii în fişier! Acesta nu este un fișier de cont Friendica?";
-$a->strings["Error! Cannot check nickname"] = "Eroare! Nu pot verifica pseudonimul";
-$a->strings["User '%s' already exists on this server!"] = "Utilizatorul '%s' există deja pe acest server!";
-$a->strings["User creation error"] = "Eroare la crearea utilizatorului";
-$a->strings["User profile creation error"] = "Eroare la crearea profilului utilizatorului";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d contact neimportat",
-       1 => "%d contacte neimportate",
-       2 => "%d de contacte neimportate",
-);
-$a->strings["Done. You can now login with your username and password"] = "Realizat. Vă puteţi conecta acum cu parola şi numele dumneavoastră de utilizator";
-$a->strings["Click here to upgrade."] = "Apăsați aici pentru a actualiza.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Această acţiune depăşeşte limitele stabilite de planul abonamentului dvs.";
-$a->strings["This action is not available under your subscription plan."] = "Această acţiune nu este disponibilă în planul abonamentului dvs.";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s a abordat pe %2\$s";
-$a->strings["post/item"] = "post/element";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s a marcat %3\$s de la %2\$s ca favorit";
-$a->strings["remove"] = "eliminare";
-$a->strings["Delete Selected Items"] = "Ștergeți Elementele Selectate";
-$a->strings["Follow Thread"] = "Urmăriți Firul Conversației";
-$a->strings["View Status"] = "Vizualizare Status";
-$a->strings["View Profile"] = "Vizualizare Profil";
-$a->strings["View Photos"] = "Vizualizare Fotografii";
-$a->strings["Network Posts"] = "Postări din Rețea";
-$a->strings["Edit Contact"] = "Edit Contact";
-$a->strings["Send PM"] = "Trimiteți mesaj personal";
-$a->strings["Poke"] = "Abordare";
-$a->strings["%s likes this."] = "%s apreciază aceasta.";
-$a->strings["%s doesn't like this."] = "%s nu apreciază aceasta.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d persoane</span> apreciază aceasta";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d persoane</span>nu apreciază aceasta";
-$a->strings["and"] = "şi";
-$a->strings[", and %d other people"] = ", şi %d alte persoane";
-$a->strings["%s like this."] = "%s apreciază aceasta.";
-$a->strings["%s don't like this."] = "%s nu apreciază aceasta.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Vizibil pentru <strong>toți</strong>";
-$a->strings["Please enter a video link/URL:"] = "Vă rugăm să introduceți un URL/legătură pentru clip video";
-$a->strings["Please enter an audio link/URL:"] = "Vă rugăm să introduceți un URL/legătură pentru clip audio";
-$a->strings["Tag term:"] = "Termen etichetare:";
-$a->strings["Where are you right now?"] = "Unde vă aflați acum?";
-$a->strings["Delete item(s)?"] = "Ștergeți element(e)?";
-$a->strings["Post to Email"] = "Postați prin Email";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Conectorii au fost dezactivați, din moment ce  \"%s\" este activat.";
-$a->strings["permissions"] = "permisiuni";
-$a->strings["Post to Groups"] = "Postați în Grupuri";
-$a->strings["Post to Contacts"] = "Post către  Contacte";
-$a->strings["Private post"] = "Articol privat";
-$a->strings["Add New Contact"] = "Add Contact Nou";
-$a->strings["Enter address or web location"] = "Introduceţi adresa sau locaţia web";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemplu: bob@example.com, http://example.com/barbara";
-$a->strings["%d invitation available"] = array(
-       0 => "%d invitație disponibilă",
-       1 => "%d invitații disponibile",
-       2 => "%d de invitații disponibile",
-);
-$a->strings["Find People"] = "Căutați Persoane";
-$a->strings["Enter name or interest"] = "Introduceţi numele sau interesul";
-$a->strings["Connect/Follow"] = "Conectare/Urmărire";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemple: Robert Morgenstein, Pescuit";
-$a->strings["Random Profile"] = "Profil Aleatoriu";
-$a->strings["Networks"] = "Rețele";
-$a->strings["All Networks"] = "Toate Reţelele";
-$a->strings["Everything"] = "Totul";
-$a->strings["Categories"] = "Categorii";
-$a->strings["End this session"] = "Finalizați această sesiune";
-$a->strings["Your videos"] = "Fișierele tale video";
-$a->strings["Your personal notes"] = "Notele tale personale";
-$a->strings["Sign in"] = "Autentificare";
-$a->strings["Home Page"] = "Home Pagina";
-$a->strings["Create an account"] = "Creați un cont";
-$a->strings["Help and documentation"] = "Ajutor şi documentaţie";
-$a->strings["Apps"] = "Aplicații";
-$a->strings["Addon applications, utilities, games"] = "Suplimente la aplicații, utilitare, jocuri";
-$a->strings["Search site content"] = "Căutare în conținut site";
-$a->strings["Conversations on this site"] = "Conversaţii pe acest site";
-$a->strings["Directory"] = "Director";
-$a->strings["People directory"] = "Director persoane";
-$a->strings["Information"] = "Informaţii";
-$a->strings["Information about this friendica instance"] = "Informaţii despre această instanță friendica";
-$a->strings["Conversations from your friends"] = "Conversaţiile prieteniilor dvs.";
-$a->strings["Network Reset"] = "Resetare Reţea";
-$a->strings["Load Network page with no filters"] = "Încărcare pagina de Reţea fără filtre";
-$a->strings["Friend Requests"] = "Solicitări Prietenie";
-$a->strings["See all notifications"] = "Consultaţi toate notificările";
-$a->strings["Mark all system notifications seen"] = "Marcaţi toate notificările de sistem, ca și vizualizate";
-$a->strings["Private mail"] = "Mail privat";
-$a->strings["Inbox"] = "Mesaje primite";
-$a->strings["Outbox"] = "Căsuță de Ieșire";
-$a->strings["Manage"] = "Gestionare";
-$a->strings["Manage other pages"] = "Gestionează alte pagini";
-$a->strings["Account settings"] = "Configurări Cont";
-$a->strings["Manage/Edit Profiles"] = "Gestionare/Editare Profile";
-$a->strings["Manage/edit friends and contacts"] = "Gestionare/Editare prieteni şi contacte";
-$a->strings["Site setup and configuration"] = "Instalare şi configurare site";
-$a->strings["Navigation"] = "Navigare";
-$a->strings["Site map"] = "Hartă Site";
-$a->strings["Unknown | Not categorised"] = "Necunoscut | Fără categorie";
-$a->strings["Block immediately"] = "Blocare Imediată";
-$a->strings["Shady, spammer, self-marketer"] = "Dubioșii, spammerii, auto-promoterii";
-$a->strings["Known to me, but no opinion"] = "Cunoscut mie, dar fără o opinie";
-$a->strings["OK, probably harmless"] = "OK, probabil inofensiv";
-$a->strings["Reputable, has my trust"] = "Cu reputație, are încrederea mea";
-$a->strings["Weekly"] = "Săptămânal";
-$a->strings["Monthly"] = "Lunar";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$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["Statusnet"] = "Statusnet";
-$a->strings["App.net"] = "App.net";
 $a->strings["Friendica Notification"] = "Notificare Friendica";
 $a->strings["Thank You,"] = "Vă mulțumim,";
 $a->strings["%s Administrator"] = "%s Administrator";
@@ -1715,61 +1754,57 @@ $a->strings["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."] = "";
 $a->strings["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."] = "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge cererea.";
-$a->strings["An invitation is required."] = "O invitaţie este necesară.";
-$a->strings["Invitation could not be verified."] = "Invitația nu s-a putut verifica.";
-$a->strings["Invalid OpenID url"] = "URL OpenID invalid";
-$a->strings["Please enter the required information."] = "Vă rugăm să introduceți informațiile solicitate.";
-$a->strings["Please use a shorter name."] = "Vă rugăm să utilizaţi un nume mai scurt.";
-$a->strings["Name too short."] = "Numele este prea scurt.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Acesta nu pare a fi Numele (Prenumele) dvs. complet";
-$a->strings["Your email domain is not among those allowed on this site."] = "Domeniul dvs. de email nu este printre cele permise pe acest site.";
-$a->strings["Not a valid email address."] = "Nu este o adresă vaildă de email.";
-$a->strings["Cannot use that email."] = "Nu se poate utiliza acest email.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = " \"Pseudonimul\" dvs.  poate conţine numai  \"a-z\", \"0-9\", \"-\",, şi  \"_\", şi trebuie de asemenea să înceapă cu o literă.";
-$a->strings["Nickname is already registered. Please choose another."] = "Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Pseudonimul a fost înregistrat aici, şi e posibil să nu mai poată fi reutilizat. Vă rugăm, alegeți altul.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "EROARE GRAVĂ: Generarea de chei de securitate a eşuat.";
-$a->strings["An error occurred during registration. Please try again."] = "A intervenit o eroare în timpul înregistrării. Vă rugăm să reîncercați.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "A intervenit o eroare la crearea profilului dvs. implicit. Vă rugăm să reîncercați.";
-$a->strings["\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."] = "";
-$a->strings["Visible to everybody"] = "Vizibil pentru toata lumea";
-$a->strings["Image/photo"] = "Imagine/fotografie";
-$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["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a> a scris următoarea <a href=\"%s\" target=\"_blank\">postare</a>";
-$a->strings["$1 wrote:"] = "$1 a scris:";
-$a->strings["Encrypted content"] = "Conţinut criptat";
 $a->strings["Embedded content"] = "Conţinut încorporat";
 $a->strings["Embedding disabled"] = "Încorporarea conținuturilor este dezactivată";
-$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 grup şters cu acest nume a fost restabilit. Permisiunile existente ale elementului, <strong>pot</strong>fi aplicate acestui grup şi oricăror viitori membrii. Dacă aceasta nu este ceea ați intenționat să faceți, vă rugăm să creaţi un alt grup cu un un nume diferit.";
-$a->strings["Default privacy group for new contacts"] = "Confidenţialitatea implicită a grupului pentru noi contacte";
-$a->strings["Everybody"] = "Toată lumea";
-$a->strings["edit"] = "editare";
-$a->strings["Edit group"] = "Editare grup";
-$a->strings["Create a new group"] = "Creați un nou grup";
-$a->strings["Contacts not in any group"] = "Contacte ce nu se află în orice grup";
-$a->strings["stopped following"] = "urmărire întreruptă";
-$a->strings["Drop Contact"] = "Eliminare Contact";
-$a->strings["Miscellaneous"] = "Diverse";
-$a->strings["year"] = "an";
-$a->strings["month"] = "lună";
-$a->strings["day"] = "zi";
-$a->strings["never"] = "niciodată";
-$a->strings["less than a second ago"] = "acum mai puțin de o secundă";
-$a->strings["years"] = "ani";
-$a->strings["months"] = "luni";
-$a->strings["week"] = "săptămână";
-$a->strings["weeks"] = "săptămâni";
-$a->strings["days"] = "zile";
-$a->strings["hour"] = "oră";
-$a->strings["hours"] = "ore";
-$a->strings["minute"] = "minut";
-$a->strings["minutes"] = "minute";
-$a->strings["second"] = "secundă";
-$a->strings["seconds"] = "secunde";
-$a->strings["%1\$d %2\$s ago"] = "acum %1\$d %2\$s";
-$a->strings["view full size"] = "vezi intreaga mărime";
-$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."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "Mesajul de eroare este\n[pre]%s[/pre]";
-$a->strings["Errors encountered creating database tables."] = "Erori întâlnite la crearea tabelelor bazei de date.";
-$a->strings["Errors encountered performing database changes."] = "Erori întâlnite la operarea de modificări în baza de date.";
+$a->strings["Error decoding account file"] = "Eroare la decodarea fişierului de cont";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Eroare! Nu există data versiunii în fişier! Acesta nu este un fișier de cont Friendica?";
+$a->strings["Error! Cannot check nickname"] = "Eroare! Nu pot verifica pseudonimul";
+$a->strings["User '%s' already exists on this server!"] = "Utilizatorul '%s' există deja pe acest server!";
+$a->strings["User creation error"] = "Eroare la crearea utilizatorului";
+$a->strings["User profile creation error"] = "Eroare la crearea profilului utilizatorului";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contact neimportat",
+       1 => "%d contacte neimportate",
+       2 => "%d de contacte neimportate",
+);
+$a->strings["Done. You can now login with your username and password"] = "Realizat. Vă puteţi conecta acum cu parola şi numele dumneavoastră de utilizator";
+$a->strings["toggle mobile"] = "comutare mobil";
+$a->strings["Theme settings"] = "Configurări Temă";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Stabiliți nivelul de redimensionare a imaginilor din postări și comentarii (lăţimea şi înălţimea)";
+$a->strings["Set font-size for posts and comments"] = "Stabilire dimensiune font pentru postări şi comentarii";
+$a->strings["Set theme width"] = "Stabilire lăţime temă";
+$a->strings["Color scheme"] = "Schemă culoare";
+$a->strings["Set line-height for posts and comments"] = "Stabilire înălțime linie pentru postări şi comentarii";
+$a->strings["Set colour scheme"] = "Stabilire schemă de culori";
+$a->strings["Alignment"] = "Aliniere";
+$a->strings["Left"] = "Stânga";
+$a->strings["Center"] = "Centrat";
+$a->strings["Posts font size"] = "Dimensiune font postări";
+$a->strings["Textareas font size"] = "Dimensiune font zone text";
+$a->strings["Set resolution for middle column"] = "Stabilire rezoluţie pentru coloana din mijloc";
+$a->strings["Set color scheme"] = "Stabilire schemă de culori";
+$a->strings["Set zoomfactor for Earth Layer"] = "Stabilire factor de magnificare pentru Straturi Pământ";
+$a->strings["Set longitude (X) for Earth Layers"] = "Stabilire longitudine (X) pentru Straturi Pământ";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Stabilire latitudine (Y) pentru Straturi Pământ";
+$a->strings["Community Pages"] = "Community Pagini";
+$a->strings["Earth Layers"] = "Straturi Pământ";
+$a->strings["Community Profiles"] = "Profile de Comunitate";
+$a->strings["Help or @NewHere ?"] = "Ajutor sau @NouAici ?";
+$a->strings["Connect Services"] = "Conectare Servicii";
+$a->strings["Find Friends"] = "Găsire Prieteni";
+$a->strings["Last users"] = "Ultimii utilizatori";
+$a->strings["Last photos"] = "Ultimele fotografii";
+$a->strings["Last likes"] = "Ultimele aprecieri";
+$a->strings["Your contacts"] = "Contactele dvs.";
+$a->strings["Your personal photos"] = "Fotografii dvs. personale";
+$a->strings["Local Directory"] = "Director Local";
+$a->strings["Set zoomfactor for Earth Layers"] = "Stabilire factor de magnificare pentru Straturi Pământ";
+$a->strings["Show/hide boxes at right-hand column:"] = "Afişare/ascundere casete din coloana din dreapta:";
+$a->strings["Set style"] = "Stabilire stil";
+$a->strings["greenzero"] = "zeroverde";
+$a->strings["purplezero"] = "zeroviolet";
+$a->strings["easterbunny"] = "";
+$a->strings["darkzero"] = "zeronegru";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "slackr";
+$a->strings["Variations"] = "Variatii";
index 65af34c6bb039242b33628b88e743eddc505809a..c63166aa758dce2e62d80dba51c11b9e423f0fd2 100644 (file)
@@ -16,7 +16,9 @@
        <div id="contact-edit-nav-wrapper" >
                <div id="contact-edit-links">
                        <ul>
-                               <li><div id="contact-edit-rel">{{$relation_text}}</div></li>
+                               {{if $relation_text}}
+                                       <li><div id="contact-edit-rel">{{$relation_text}}</div></li>
+                               {{/if}}
                                <li><div id="contact-edit-nettype">{{$nettype}}</div></li>
                                {{if $lost_contact}}
                                        <li><div id="lost-contact-message">{{$lost_contact}}</div></li>
 <form action="contacts/{{$contact_id}}" method="post" >
 <input type="hidden" name="contact_id" value="{{$contact_id}}">
 
-       {{if $poll_enabled}}
-               <div id="contact-edit-poll-wrapper">
+       <div id="contact-edit-poll-wrapper">
+               {{if $poll_enabled}}
                        <div id="contact-edit-last-update-text">{{$lastupdtext}} <span id="contact-edit-last-updated">{{$last_update}}</span></div>
-                       <span id="contact-edit-poll-text">{{$updpub}}</span> {{$poll_interval}} <span id="contact-edit-update-now" class="button"><a href="contacts/{{$contact_id}}/update" >{{$udnow}}</a></span>
-               </div>
-       {{/if}}
+                       {{if $poll_interval}}
+                               <span id="contact-edit-poll-text">{{$updpub}}</span> {{$poll_interval}}
+                       {{/if}}
+                       <span id="contact-edit-update-now" class="button"><a href="contacts/{{$contact_id}}/update" >{{$udnow}}</a></span>
+               {{/if}}
+       </div>
        <div id="contact-edit-end" ></div>
        {{include file="field_checkbox.tpl" field=$notify}}
-       {{include file="field_select.tpl" field=$fetch_further_information}}
-       {{if $fetch_further_information.2 == 2 }} {{include file="field_textarea.tpl" field=$ffi_keyword_blacklist}} {{/if}}
+       {{if $fetch_further_information}}
+               {{include file="field_select.tpl" field=$fetch_further_information}}
+               {{if $fetch_further_information.2 == 2 }} {{include file="field_textarea.tpl" field=$ffi_keyword_blacklist}} {{/if}}
+       {{/if}}
        {{include file="field_checkbox.tpl" field=$hidden}}
 
 <div id="contact-edit-info-wrapper">
 </div>
 <div id="contact-edit-info-end"></div>
 
-
-<div id="contact-edit-profile-select-text">
-<h4>{{$lbl_vis1}}</h4>
-<p>{{$lbl_vis2}}</p> 
-</div>
-{{$profile_select}}
-<div id="contact-edit-profile-select-end"></div>
-
-<input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
-
+{{if $profile_select}}
+       <div id="contact-edit-profile-select-text">
+       <h4>{{$lbl_vis1}}</h4>
+       <p>{{$lbl_vis2}}</p> 
+       </div>
+       {{$profile_select}}
+       <div id="contact-edit-profile-select-end"></div>
+       <input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
+{{/if}}
 </form>
 </div>
index 9bbb7f8a42d2f97b60ea4fdb4a4d68ae7c8b3a72..056aabc964be098e1da3887694e78266f05b5188 100644 (file)
@@ -8,9 +8,9 @@
        {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
 
        {{if $profile.picdate}}
-               <div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
+               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
         {{else}}
-               <div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></div>
+               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
         {{/if}}
        {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
        {{if $location}}
        
        {{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
 
+       {{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}
+
+       {{if $updated}}<div class="updated" style="display:none;">{{$updated}}</div>{{/if}}
+
        {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart">&hearts;</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}}
 
        {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url"><a href="{{$profile.homepage}}" rel="me" target="_blank">{{$profile.homepage}}</a></dd></dl>{{/if}}
index 983a8e9e3fe2de90ef21141d13b95be2edcdaa95..bc1a571bea5adb619b39f8ff97a24dda3ecf1bb3 100644 (file)
@@ -1,6 +1,6 @@
 
        <div class="vcard">
-               <div class="fn">{{$name}}</div>
-               <div id="profile-photo-wrapper"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></div>
+               <div class="fn"><a href="{{$url}}">{{$name}}</a></div>
+               <div id="profile-photo-wrapper"><a href="{{$url}}"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
        </div>
 
index 6874a4df8f966e3d6988844569538bc47208cc0b..972ad2e7cbf224b2ab5250d40bed52033c676bbc 100644 (file)
@@ -408,7 +408,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
        }}
 
        // last 12 users
-       if($close_lastusers != "1") {
+       if(($close_lastusers != "1") AND !get_config('diabook','disable_features')) {
        $aside['$lastusers_title'] = t('Last users');
        $aside['$lastusers_items'] = array();
        $sql_extra = "";
@@ -437,7 +437,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
        }}
 
        // last 10 liked items
-       if($close_lastlikes != "1") {
+       if(($close_lastlikes != "1") AND !get_config('diabook','disable_features')) {
        $aside['$like_title'] = t('Last likes');
        $aside['$like_items'] = array();
        $r = q("SELECT `T1`.`created`, `T1`.`liker`, `T1`.`liker-link`, `item`.* FROM
@@ -482,7 +482,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
        }}
 
        // last 12 photos
-       if($close_lastphotos != "1") {
+       if(($close_lastphotos != "1")  AND !get_config('diabook','disable_features')) {
        $aside['$photos_title'] = t('Last photos');
        $aside['$photos_items'] = array();
        $r = q("SELECT `photo`.`id`, `photo`.`resource-id`, `photo`.`scale`, `photo`.`desc`, `user`.`nickname`, `user`.`username` FROM
index d2b7a67d4d5b3ba0b6dd2f321b8b68030b205668..fe2ad73cf2e84f8dac86a197bf50bb7434a1012d 100644 (file)
@@ -95,7 +95,7 @@ input#dfrn-url {
        background-color: #222222;
        color: #FFFFFF !important;
 }
-.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
+.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current, .scroll_loader_text {
     color: #000088;
 }
 
index 26e949dfd6c50c0b92ea9345801ac5257d5080cb..1b20042a5dbea2ba06c2187e12d8f0438887ee1f 100644 (file)
@@ -1476,7 +1476,8 @@ blockquote.shared_content {
 .pager_last,
 .pager_prev,
 .pager_next,
-.pager_n {
+.pager_n,
+.scroll_loader_text {
        border: 1px solid black;
        background: #EEE;
        padding: 4px;
index 07d0c52b36d030787421f3862efade04123f20b0..9eac71be8344d1767aec5413b18ebcecb3f36da8 100644 (file)
                        if(livetime) {
                                clearTimeout(livetime);
                        }
-                       livetime = setTimeout(liveUpdate, 10000);
+                       livetime = setTimeout(liveUpdate, 5000);
                        return;
                }
                if(livetime != null)
index dc90c76236c5d989dbdac90a22ff0e7ebb6c0fb7..f4b46fed84519e42135f58c62c9c9c4e4e66b98f 100644 (file)
@@ -1886,7 +1886,8 @@ input#profile-jot-email {
 }*/\r
 \r
 .pager_prev a,\r
-.pager_next a {\r
+.pager_next a,\r
+.scroll_loader_text {\r
        font-size: 1.5em;\r
        padding: 0.2em 1em;\r
        border: 1px solid #aaa;\r
index a7962267f289a46d37ac64ab1354563fbe398f55..5483ad6bc33661c6be2dda260bdb6a038e309fa9 100644 (file)
                        if(livetime) {
                                clearTimeout(livetime);
                        }
-                       livetime = setTimeout(liveUpdate, 10000);
+                       livetime = setTimeout(liveUpdate, 5000);
                        return;
                }
                if(livetime != null)
index 333f43c5651c6e0d697e05ed80b1e595602ddfab..aed0dc0ab1e2fc302d897e030d239efe24a6823e 100644 (file)
@@ -1782,7 +1782,8 @@ input#dfrn-url {
 .pager_last,
 .pager_prev,
 .pager_next,
-.pager_n {
+.pager_n,
+.scroll_loader_text {
 /*     background: #EEE;*/
 }
 
index 71fdfaa3134d288b98a76422b12ed374b7575184..93f48f09227c2086b319f60bcfa6ad7d3c447c8d 100644 (file)
@@ -8,6 +8,8 @@
 
 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
 
+<script type="text/javascript" src="{{$baseurl}}/js/jquery.js" ></script>
+
 <link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" />
 <link rel="search"
          href="{{$baseurl}}/opensearch" 
diff --git a/view/theme/vier/LICENSE b/view/theme/vier/LICENSE
new file mode 100644 (file)
index 0000000..3ffc567
--- /dev/null
@@ -0,0 +1,661 @@
+GNU AFFERO GENERAL PUBLIC LICENSE
+                       Version 3, 19 November 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+our General Public Licenses are intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
+
+  A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate.  Many developers of free software are heartened and
+encouraged by the resulting cooperation.  However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
+
+  The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community.  It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server.  Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
+
+  An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals.  This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU Affero General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Remote Network Interaction; Use with the GNU General Public License.
+
+  Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software.  This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU Affero General Public License from time to time.  Such new versions
+will be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU Affero General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU Affero General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU Affero General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as published
+    by the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source.  For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code.  There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU AGPL, see
+<http://www.gnu.org/licenses/>.
\ No newline at end of file
diff --git a/view/theme/vier/README.md b/view/theme/vier/README.md
new file mode 100644 (file)
index 0000000..38cc0db
--- /dev/null
@@ -0,0 +1,4 @@
+vier
+====
+
+Friendica theme "vier"
index 72279daebceb687189c5cc3c751587ac78bc8f1d..9df9088ed826bcf0314326dc489bc73374155456 100644 (file)
@@ -14,6 +14,9 @@ function theme_content(&$a){
        if ($style == "")
                $style = get_config('vier', 'style');
 
+       if ($style == "")
+               $style = "plus";
+
        return vier_form($a,$style);
 }
 
@@ -41,12 +44,12 @@ function theme_admin_post(&$a){
 
 function vier_form(&$a, $style){
        $styles = array(
+               "plus"=>"Plus",
+               "breathe"=>"Breathe",
+               "dark"=>"Dark",
                "shadow"=>"Shadow",
-               "flat"=>"Flat",
                "netcolour"=>"Coloured Networks",
-               "breathe"=>"Breathe",
-               "plus"=>"Plus",
-               "dark"=>"Dark"
+               "flat"=>"Flat"
        );
        $t = get_markup_template("theme_settings.tpl" );
        $o .= replace_macros($t, array(
index c1b851105a2b98021f0c0efcc14bb1be0fb4be7e..4b6e01db98144a44445e138e1ac552fc9755a666 100644 (file)
@@ -320,6 +320,7 @@ li.icon.icon-large:before {
 .icon-sitemap:before              { content: "\f0e8"; }
 .icon-umbrella:before             { content: "\f0e9"; }
 .icon-paste:before                { content: "\f0ea"; }
+.icon-sliders:before              { content: "\f1de"; }
 
 .icon-user-md:before              { content: "\f200"; }
 
index 5e6b4743905c316aaec859cb76c9d91c656236ed..d71ab2177bbaf4889bf818b85bbb81086c043dc4 100644 (file)
@@ -1,11 +1,4 @@
-*{ 
-       box-shadow: 0 0 0 0 !important;
-       border-color: #EAEAEA !important;
-}
-
-nav { background-color: #27333F !important; }
-aside { background-color: #EAEEF4 !important }
-
+*{ box-shadow: 0 0 0 0 !important;} 
 body, section { background-color: #ffffff !important;}
 #profile-jot-form { background-color: #ffffff !important;}
 .dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;}
@@ -18,4 +11,4 @@ div.pager, ul.tabs {
 
 aside {
   border-right: 1px solid #D2D2D2;
-}
\ No newline at end of file
+}
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 224f6a03b4fb1c4f1e56eace559dd2e7df585d87..352b0b09faf8050fe9b0f13eec73993e434b9ab6 100644 (file)
Binary files a/view/theme/vier/screenshot.png and b/view/theme/vier/screenshot.png differ
index 31f2a9fe49d4496ab15de3472525719c0dd9a685..779a194dd8cc506e195e62dd93ce41d43a4237fc 100644 (file)
@@ -203,7 +203,8 @@ div.pager a {
 }
  
 span.pager_first a, span.pager_n a, 
-span.pager_last a, span.pager_prev a, span.pager_next a {
+span.pager_last a, span.pager_prev a, span.pager_next a,
+span.scroll_loader_text {
   color: darkgray;
 }
 
@@ -246,10 +247,6 @@ div.pager {
   float: left;
 }
 
-#contacts-actions {
-  clear: both;
-}
-
 #contact-edit-drop-link-end {
   /* clear: both; */
 }
@@ -286,10 +283,6 @@ body {
   display: table;
 }
 
-h4 {
-  font-size: 1.1em;
-}
-
 a {
        color: #36C;
        /* color: #3e3e8c; */
@@ -539,6 +532,7 @@ nav {
 
 nav .icon {
   color: #ccc;
+  padding:0;
 }
 
 nav a:active,
@@ -674,8 +668,11 @@ nav #nav-help-link,
 nav #nav-search-link,
 nav #nav-directory-link,
 nav #nav-apps-link,
+nav #nav-apps-link,
+nav #nav-login-link,
 nav #nav-notifications-linkmenu,
 nav #nav-site-linkmenu,
+nav #nav-contacts-linkmenu,
 nav #nav-user-linklabel {
   float: right;
 }
@@ -688,6 +685,7 @@ nav #nav-search-link .menu-popup,
 nav #nav-directory-link .menu-popup,
 nav #nav-apps-link .menu-popup,
 nav #nav-notifications-linkmenu .menu-popup,
+nav #nav-contacts-linkmenu .menu-popup,
 nav #nav-site-linkmenu .menu-popup {
   right: 0px;
   left: auto;
@@ -710,6 +708,10 @@ nav #nav-apps-link.selected {
   border-bottom-style: none;
 }
 
+nav #nav-notifications-linkmenu.on .icon-bell:before{
+  content: "\f0f3";
+}
+
 /* nav #nav-community-link { */
 nav ul {
   margin-left: 210px;
@@ -736,6 +738,10 @@ nav #nav-user-linkmenu {
        padding: 5px 10px; */
 }
 
+#mail-update {
+  top: 56px;
+}
+
 .notify-seen {
         background: none repeat scroll 0 0 #DDDDDD;
         }
@@ -905,7 +911,6 @@ aside .vcard dd {
 aside #profile-photo-wrapper img {
   width: 175px;
 }
-
 aside #profile-extra-links ul {
   padding: 0px;
   margin: 0px;
@@ -1193,10 +1198,6 @@ section.minimal {
   width: 350px;
   float: left;
   font-size: 12px;
-}}
-
-h2 {
-  line-height: normal;
 }
 
 .wall-item-container .wall-item-content {
@@ -1995,7 +1996,6 @@ ul.tabs li .active, span.pager_current a {
 .comment-edit-bb a {
   color: #888;
   padding: 0px 5px 1px 5px;
-  cursor: pointer;
 }
 
 .comment-edit-bb a:hover {
@@ -2030,6 +2030,7 @@ ul.tabs li .active, span.pager_current a {
 .field .onoff {
   float: left;
   width: 80px;
+  margin-right:1em;
 }
 .field .onoff a {
   display: block;
@@ -2037,24 +2038,28 @@ ul.tabs li .active, span.pager_current a {
   background-image: url("../../../images/onoff.jpg");
   background-repeat: no-repeat;
   padding: 4px 2px 2px 2px;
+  font-size:14px;
   height: 16px;
+  line-height:16px;
   text-decoration: none;
+  text-align: center;
+  text-transform: uppercase;
+  border-radius:4px;
 }
 .field .onoff .off {
-  border-color: #666666;
-  padding-left: 40px;
+  border-color: #B0B0B0;
+  padding-left: 36px;
   background-position: left center;
   background-color: #cccccc;
-  color: #666666;
-  text-align: right;
+  color: #9C9C9C;
 }
 .field .onoff .on {
-  border-color: #204A87;
-  padding-right: 40px;
+  font-weight:bold;
+  border-color: #8EB8EE;
+  padding-right: 36px;
   background-position: right center;
   background-color: #D7E3F1;
-  color: #204A87;
-  text-align: left;
+  color: #36c;
 }
 .field .hidden {
   display: none!important;
@@ -2074,12 +2079,11 @@ aside form .field label {
         margin-bottom: 15px;
 }
 
-#profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
+#profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
 
 #profile-edit-links li {
   float: left;
   list-style: none;
-  margin-left: 10px;
 }
 
 .profile-edit-side-div {
@@ -2093,8 +2097,9 @@ aside form .field label {
 } */
 
 #register-form label,
-#profile-edit-form label {
-        width: 300px; float: left;
+#profile-edit-wrapper label {
+  width: 200px;
+  float: left;
 }
 
 .required {
@@ -2731,3 +2736,91 @@ a.mail-list-link {
 .mail-conv-delete-icon {
         border: none;
 }
+
+.icon.tilted-icon{
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  -webkit-transform: rotate(-20deg);
+  -moz-transform: rotate(-20deg);
+  -ms-transform: rotate(-20deg);
+  -o-transform: rotate(-20deg);
+  transform: rotate(-20deg);
+  font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
+  padding-top:1px;
+}
+
+#profile-edit-wrapper {
+    line-height: 30px;
+}
+#profile-edit-wrapper .field{
+  margin-bottom:0;
+  padding-bottom:0;
+}
+#profile-edit-wrapper input[type=text],
+#profile-edit-wrapper select{
+  width:250px;
+}
+#profile-edit-wrapper #profile-edit-dob select{
+  width:auto;
+}
+#profile-edit-wrapper,
+#profile-edit-wrapper .toggle-section-content{
+  margin-bottom:15px;
+}
+.profile-edit-submit-wrapper{
+  margin-top:15px;
+}
+#profile-edit-default-desc{
+  display:inline-block;
+  padding:15px;
+  width:auto;
+  border:1px solid #511919;
+}
+#profile-edit-wrapper .toggle-section-content{
+  background:#ededed;
+  max-width:599px;
+  padding:5px;
+}
+
+.btn{
+  outline:none;
+  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
+  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
+  box-shadow:inset 0px 1px 0px 0px #ffffff;
+  background-color:#ededed;
+  -webkit-border-top-left-radius:0px;
+  -moz-border-radius-topleft:0px;
+  border-top-left-radius:0px;
+  -webkit-border-top-right-radius:0px;
+  -moz-border-radius-topright:0px;
+  border-top-right-radius:0px;
+  -webkit-border-bottom-right-radius:0px;
+  -moz-border-radius-bottomright:0px;
+  border-bottom-right-radius:0px;
+  -webkit-border-bottom-left-radius:0px;
+  -moz-border-radius-bottomleft:0px;
+  border-bottom-left-radius:0px;
+  text-indent:0;
+  border:1px solid #dcdcdc;
+  display:inline-block;
+  color:#777777;
+  font-family:Arial;
+  font-size:15px;
+  font-weight:bold;
+  font-style:normal;
+  height:40px;
+  line-height:40px;
+  padding:0 15px;
+  text-align:center;
+  text-shadow:1px 1px 0px #ffffff;
+}
+  .btn:hover{
+    background-color:#e6e6e6;
+    text-decoration:none;
+  }
+  .btn:active{
+    position:relative;
+    top:1px;
+  }
+.profile-view-actions{
+  float:right;
+}
index 9f6311b2bc14f76a3fd652935cbd5848d5d02bb8..ec1be842c6fa2d45aadbe08fe92ef9659d7c2e1a 100644 (file)
@@ -7,89 +7,80 @@
 </header>
 <nav>
        <ul>
-               {{if $nav.community}}
-                       <li id="nav-community-link" class="nav-menu {{$sel.community}}">
-                               <a class="{{$nav.community.2}}" href="{{$nav.community.0}}" title="{{$nav.community.3}}" >{{$nav.community.1}}</a>
+               {{if $nav.home}}
+                       <li id="nav-home-link" class="nav-menu {{$sel.home}}">
+                               <a class="{{$nav.home.2}}" href="{{$nav.home.0}}" title="{{$nav.home.3}}" >{{$nav.home.1}}</a>
+                               <span id="home-update" class="nav-notify"></span>
                        </li>
                {{/if}}
-               
                {{if $nav.network}}
                        <li id="nav-network-link" class="nav-menu {{$sel.network}}">
                                <a class="{{$nav.network.2}}" href="{{$nav.network.0}}" title="{{$nav.network.3}}" >{{$nav.network.1}}</a>
                                <span id="net-update" class="nav-notify"></span>
                        </li>
                {{/if}}
-               {{if $nav.home}}
-                       <li id="nav-home-link" class="nav-menu {{$sel.home}}">
-                               <a class="{{$nav.home.2}}" href="{{$nav.home.0}}" title="{{$nav.home.3}}" >{{$nav.home.1}}</a>
-                               <span id="home-update" class="nav-notify"></span>
+               {{if $nav.community}}
+                       <li id="nav-community-link" class="nav-menu {{$sel.community}}">
+                               <a class="{{$nav.community.2}}" href="{{$nav.community.0}}" title="{{$nav.community.3}}" >{{$nav.community.1}}</a>
                        </li>
                {{/if}}
-               {{if $nav.messages}}
-                       <li id="nav-messages-linkmenu" class="nav-menu">
-                               <a href="{{$nav.messages.0}}" rel="#nav-messages-menu" title="{{$nav.messages.1}}">{{$nav.messages.1}}
-                               <span id="mail-update" class="nav-notify"></span></a>
-                               <ul id="nav-messages-menu" class="menu-popup">
-                                       <li id="nav-messages-see-all"><a href="{{$nav.messages.0}}">{{$nav.messages.1}}</a></li>
-                                        <li id="nav-messages-see-all"><a href="{{$nav.messages.new.0}}">{{$nav.messages.new.1}}</a></li>
-                               </ul>
-                        </li>           
-                {{/if}}
-
-               <li id="nav-site-linkmenu" class="nav-menu-icon"><a href="#" rel="#nav-site-menu"><span class="icon s22 gear"></span></a>
+               
+               <li id="nav-site-linkmenu" class="nav-menu-icon"><a href="#" rel="#nav-site-menu"><span class="icon s22 icon-question"></span></a>
                        <ul id="nav-site-menu" class="menu-popup">
-                               {{if $nav.admin}}<li><a class="{{$nav.admin.2}}" href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" >{{$nav.admin.1}}</a></li>{{/if}}
-                               {{if $nav.settings}}<li><a class="{{$nav.settings.2}}" href="{{$nav.settings.0}}" title="{{$nav.settings.3}}">{{$nav.settings.1}}</a></li>{{/if}}
-                               {{if $nav.manage}}<li><a class="{{$nav.manage.2}}" href="{{$nav.manage.0}}" title="{{$nav.manage.3}}">{{$nav.manage.1}}</a></li>{{/if}}                         
-                               <li><a class="{{$nav.directory.2}}" href="{{$nav.directory.0}}" title="{{$nav.directory.3}}" >{{$nav.directory.1}}</a></li>
-                               {{if $nav.help}} <li><a class="{{$nav.help.2}}" target="friendica-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" >{{$nav.help.1}}</a></li>{{/if}}
-                               <!-- {{if $nav.delegations}}<li><a class="{{$nav.delegations.2}}" href="{{$nav.delegations.0}}" title="{{$nav.delegations.3}}">{{$nav.delegations.1}}</a></li>{{/if}} -->
+                               {{if $nav.help}} <li><a class="{{$nav.help.2}}" href="{{$nav.help.0}}" title="{{$nav.help.3}}" >{{$nav.help.1}}</a></li>{{/if}}
                                <li><a class="{{$nav.about.2}}" href="{{$nav.about.0}}" title="{{$nav.about.3}}" >{{$nav.about.1}}</a></li>
-
-                               {{if $nav.logout}}<li><a class="menu-sep {{$nav.logout.2}}" href="{{$nav.logout.0}}" title="{{$nav.logout.3}}" >{{$nav.logout.1}}</a></li>{{/if}}
-                               {{if $nav.login}}<li><a class="{{$nav.login.2}}" href="{{$nav.login.0}}" title="{{$nav.login.3}}" >{{$nav.login.1}}</a><li>{{/if}}
-                       </ul>           
+                               <li><a class="{{$nav.directory.2}}" href="{{$nav.directory.0}}" title="{{$nav.directory.3}}" >{{$nav.directory.1}}</a></li>
+                       </ul>
                </li>
+
                {{if $nav.notifications}}
-                       <li  id="nav-notifications-linkmenu" class="nav-menu-icon"><a href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" title="{{$nav.notifications.1}}"><span class="icon s22 notify"></span></a>
+                       <li  id="nav-notifications-linkmenu" class="nav-menu-icon"><a href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" title="{{$nav.notifications.1}}"><span class="icon s22 icon-bell tilted-icon"></span></a>
                                <span id="notify-update" class="nav-notify"></span>
                                <ul id="nav-notifications-menu" class="menu-popup">
                                        <li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">{{$nav.notifications.mark.1}}</a></li>
                                        <li id="nav-notifications-see-all"><a href="{{$nav.notifications.all.0}}">{{$nav.notifications.all.1}}</a></li>
                                        <li class="empty">{{$emptynotifications}}</li>
                                </ul>
-                       </li>           
-               {{/if}}         
-               
-<!--           
-               {{if $nav.help}} 
-               <li id="nav-help-link" class="nav-menu {{$sel.help}}">
-                       <a class="{{$nav.help.2}}" target="friendica-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" >{{$nav.help.1}}</a>
-               </li>
+                       </li>
                {{/if}}
--->
-
+               
                {{if $userinfo}}
-                       <li id="nav-user-linklabel" class="nav-menu"><a href="#" rel="#nav-user-menu" title="{{$sitelocation}}">{{$userinfo.name}}
-                       <span id="intro-update" class="nav-notify"></span></a>
-                       <li id="nav-user-linkmenu" class="nav-menu-icon"><a href="#" rel="#nav-user-menu" title="{{$sitelocation}}"><img src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"></a>
+                       <li id="nav-user-linklabel" class="nav-menu">
+                               <a href="#" rel="#nav-user-menu" title="{{$sitelocation}}">{{$userinfo.name}}<span id="intro-update" class="nav-notify"></span></a>
+                       </li>
+                       <li id="nav-user-linkmenu" class="nav-menu-icon">
+                               <a href="#" rel="#nav-user-menu" title="{{$sitelocation}}"><img src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"></a>
                                <ul id="nav-user-menu" class="menu-popup">
-                                       {{if $nav.notifications}}<li><a class="{{$nav.notifications.2}}" href="{{$nav.notifications.0}}" title="{{$nav.notifications.3}}" >{{$nav.introductions.1}}</a><span id="intro-update-li" class="nav-notify"></span></li>{{/if}}
-                                       {{if $nav.contacts}}<li><a class="{{$nav.contacts.2}}" href="{{$nav.contacts.0}}" title="{{$nav.contacts.3}}" >{{$nav.contacts.1}}</a></li>{{/if}}      
-                                       {{if $nav.messages}}<li><a class="{{$nav.messages.2}}" href="{{$nav.messages.0}}" title="{{$nav.messages.3}}" >{{$nav.messages.1}}</a></li>{{/if}}
-                                       {{foreach $nav.usermenu as $usermenu}}
-                                               <li><a class="{{$usermenu.2}}" href="{{$usermenu.0}}" title="{{$usermenu.3}}">{{$usermenu.1}}</a></li>
-                                       {{/foreach}}
+                                       {{if $nav.introductions}}<li><a class="{{$nav.introductions.2}}" href="{{$nav.introductions.0}}" title="{{$nav.introductions.3}}" >{{$nav.introductions.1}}</a><span id="intro-update-li" class="nav-notify"></span></li>{{/if}}
+                                       {{if $nav.contacts}}<li><a class="{{$nav.contacts.2}}" href="{{$nav.contacts.0}}" title="{{$nav.contacts.3}}" >{{$nav.contacts.1}}</a></li>{{/if}}
+                                       {{if $nav.messages}}<li><a class="{{$nav.messages.2}}" href="{{$nav.messages.0}}" title="{{$nav.messages.3}}" >{{$nav.messages.1}}</a><span id="mail-update" class="nav-notify"></span></a></li>{{/if}}
+                                       {{if $nav.manage}}<li><a class="{{$nav.manage.2}}" href="{{$nav.manage.0}}" title="{{$nav.manage.3}}">{{$nav.manage.1}}</a></li>{{/if}}                         
+                                       {{if $nav.usermenu.1}}<li><a class="{{$nav.usermenu.1.2}}" href="{{$nav.usermenu.1.0}}" title="{{$nav.usermenu.1.3}}">{{$nav.usermenu.1.1}}</a></li>{{/if}}
+                                       {{if $nav.settings}}<li><a class="{{$nav.settings.2}}" href="{{$nav.settings.0}}" title="{{$nav.settings.3}}">{{$nav.settings.1}}</a></li>{{/if}}
+                                       {{if $nav.logout}}<li><a class="menu-sep {{$nav.logout.2}}" href="{{$nav.logout.0}}" title="{{$nav.logout.3}}" >{{$nav.logout.1}}</a></li>{{/if}}
                                </ul>
                        </li>
                {{/if}}
+
+               {{if $nav.login}}
+                       <li id="nav-login-link" class="nav-menu">
+                               <a class="{{$nav.login.2}}" href="{{$nav.login.0}}" title="{{$nav.login.3}}" >{{$nav.login.1}}</a>
+                       <li>
+               {{/if}}
                
                {{if $nav.search}}
-                <li id="search-box">
-                        <form method="get" action="{{$nav.search.0}}">
-                               <input id="search-text" class="nav-menu-search" type="text" value="" name="search">
-                        </form>
-                </li>
+                       <li id="search-box">
+                               <form method="get" action="{{$nav.search.0}}">
+                                       <input id="search-text" class="nav-menu-search" type="text" value="" name="search">
+                               </form>
+                       </li>
+               {{/if}}
+
+               {{if $nav.admin}}
+                       <li id="nav-admin-link" class="nav-menu">
+                               <!-- <a class="{{$nav.admin.2}}" href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" >{{$nav.admin.1}}</a> -->
+                               <a class="{{$nav.admin.2}} icon-sliders" href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" ></a>
+                       </li>
                {{/if}}
                
                {{if $nav.apps}}
diff --git a/view/theme/vier/templates/profile-hide-friends.tpl b/view/theme/vier/templates/profile-hide-friends.tpl
new file mode 100644 (file)
index 0000000..80e6dcb
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="profile-edit-hide-friends-wrapper">
+       {{include file="field_yesno.tpl" field=$yesno}}
+</div>
diff --git a/view/theme/vier/templates/profile_advanced.tpl b/view/theme/vier/templates/profile_advanced.tpl
new file mode 100644 (file)
index 0000000..809aa4c
--- /dev/null
@@ -0,0 +1,176 @@
+{{if $profile.edit}}
+  <div class="profile-view-actions">
+    <a class="btn" href="{{$profile.edit.0}}" id="profile-view-edit-link" title="{{$profile.edit.3}}">{{$profile.edit.1}}</a>
+  </div>
+{{/if}}
+
+<h2>{{$title}}</h2>
+
+<dl id="aprofile-fullname" class="aprofile">
+ <dt>{{$profile.fullname.0}}</dt>
+ <dd>{{$profile.fullname.1}}</dd>
+</dl>
+
+{{if $profile.gender}}
+<dl id="aprofile-gender" class="aprofile">
+ <dt>{{$profile.gender.0}}</dt>
+ <dd>{{$profile.gender.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.birthday}}
+<dl id="aprofile-birthday" class="aprofile">
+ <dt>{{$profile.birthday.0}}</dt>
+ <dd>{{$profile.birthday.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.age}}
+<dl id="aprofile-age" class="aprofile">
+ <dt>{{$profile.age.0}}</dt>
+ <dd>{{$profile.age.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.marital}}
+<dl id="aprofile-marital" class="aprofile">
+ <dt><span class="heart">&hearts;</span>  {{$profile.marital.0}}</dt>
+ <dd>{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.sexual}}
+<dl id="aprofile-sexual" class="aprofile">
+ <dt>{{$profile.sexual.0}}</dt>
+ <dd>{{$profile.sexual.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.pub_keywords}}
+<dl id="aprofile-tags" class="aprofile">
+ <dt>{{$profile.pub_keywords.0}}</dt>
+ <dd>{{$profile.pub_keywords.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.homepage}}
+<dl id="aprofile-homepage" class="aprofile">
+ <dt>{{$profile.homepage.0}}</dt>
+ <dd>{{$profile.homepage.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.hometown}}
+<dl id="aprofile-hometown" class="aprofile">
+ <dt>{{$profile.hometown.0}}</dt>
+ <dd>{{$profile.hometown.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.politic}}
+<dl id="aprofile-politic" class="aprofile">
+ <dt>{{$profile.politic.0}}</dt>
+ <dd>{{$profile.politic.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.religion}}
+<dl id="aprofile-religion" class="aprofile">
+ <dt>{{$profile.religion.0}}</dt>
+ <dd>{{$profile.religion.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.about}}
+<dl id="aprofile-about" class="aprofile">
+ <dt>{{$profile.about.0}}</dt>
+ <dd>{{$profile.about.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.interest}}
+<dl id="aprofile-interest" class="aprofile">
+ <dt>{{$profile.interest.0}}</dt>
+ <dd>{{$profile.interest.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.likes}}
+<dl id="aprofile-likes" class="aprofile">
+ <dt>{{$profile.likes.0}}</dt>
+ <dd>{{$profile.likes.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.dislikes}}
+<dl id="aprofile-dislikes" class="aprofile">
+ <dt>{{$profile.dislikes.0}}</dt>
+ <dd>{{$profile.dislikes.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.contact}}
+<dl id="aprofile-contact" class="aprofile">
+ <dt>{{$profile.contact.0}}</dt>
+ <dd>{{$profile.contact.1}}</dd>
+</dl>
+{{/if}}
+
+
+{{if $profile.music}}
+<dl id="aprofile-music" class="aprofile">
+ <dt>{{$profile.music.0}}</dt>
+ <dd>{{$profile.music.1}}</dd>
+</dl>
+{{/if}}
+
+
+{{if $profile.book}}
+<dl id="aprofile-book" class="aprofile">
+ <dt>{{$profile.book.0}}</dt>
+ <dd>{{$profile.book.1}}</dd>
+</dl>
+{{/if}}
+
+
+{{if $profile.tv}}
+<dl id="aprofile-tv" class="aprofile">
+ <dt>{{$profile.tv.0}}</dt>
+ <dd>{{$profile.tv.1}}</dd>
+</dl>
+{{/if}}
+
+
+{{if $profile.film}}
+<dl id="aprofile-film" class="aprofile">
+ <dt>{{$profile.film.0}}</dt>
+ <dd>{{$profile.film.1}}</dd>
+</dl>
+{{/if}}
+
+
+{{if $profile.romance}}
+<dl id="aprofile-romance" class="aprofile">
+ <dt>{{$profile.romance.0}}</dt>
+ <dd>{{$profile.romance.1}}</dd>
+</dl>
+{{/if}}
+
+
+{{if $profile.work}}
+<dl id="aprofile-work" class="aprofile">
+ <dt>{{$profile.work.0}}</dt>
+ <dd>{{$profile.work.1}}</dd>
+</dl>
+{{/if}}
+
+{{if $profile.education}}
+<dl id="aprofile-education" class="aprofile">
+ <dt>{{$profile.education.0}}</dt>
+ <dd>{{$profile.education.1}}</dd>
+</dl>
+{{/if}}
+
+
+
+
diff --git a/view/theme/vier/templates/profile_edit.tpl b/view/theme/vier/templates/profile_edit.tpl
new file mode 100644 (file)
index 0000000..db512eb
--- /dev/null
@@ -0,0 +1,315 @@
+<script>
+        $(document).ready(function() {
+                
+                $('.toggle-section-content').hide();
+                $('.js-section-toggler').click(function(){
+                        $('.toggle-section-content').hide();
+                        $(this).next('.toggle-section-content').toggle();
+                });
+
+        });
+</script>
+
+<h1>{{$banner}}</h1>
+
+<div id="profile-edit-links">
+<ul>
+  <li><a class="btn" href="profile/{{$profile_id}}/view?tab=profile" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li>
+  {{if $multi_profiles}}
+    <li><a class="btn" href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></li>
+    <li><a class="btn" href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" {{$disabled}} >{{$del_prof}}</a></li>
+  {{/if}}
+</ul>
+</div>
+<div id="profile-edit-links-end"></div>
+
+{{$default}}
+
+<div id="profile-edit-wrapper" >
+
+<form enctype="multipart/form-data" action="profile_photo" method="post">
+  <input type='hidden' name='form_security_token' value='{{$form_security_token_photo}}'>
+  <input type="hidden" name="profile" value="{{$profile_name}}" />
+  
+  <!-- Profile picture -->
+  <div class="toggle-section js-toggle-section">
+    <a class="section-caption js-section-toggler" href="javascript:;">{{$lbl_picture_section}} &raquo;</a>
+    <div class="js-section toggle-section-content hidden">
+      
+      <div id="profile-photo-upload-wrapper">
+        <label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_profile_photo}}:</label>
+        <input name="userfile" type="file" id="profile-photo-upload" size="48" />
+      </div>
+
+      <div class="profile-edit-submit-wrapper" >
+        <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
+      </div>
+      <div class="profile-edit-submit-end"></div>
+    
+    </div>
+  </div>
+  
+</form>
+
+<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" method="post" >
+  <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
+  
+  <!-- Basic information -->
+  <div class="toggle-section js-toggle-section">
+    <a class="section-caption js-section-toggler" href="javascript:;">{{$lbl_basic_section}} &raquo;</a>
+    <div class="js-section toggle-section-content hidden">
+      
+      {{if $multi_profiles}}
+        <div id="profile-edit-profile-name-wrapper" >
+          <label id="profile-edit-profile-name-label" for="profile-edit-profile-name" >{{$lbl_profname}} </label>
+          <input type="text" size="32" name="profile_name" id="profile-edit-profile-name" value="{{$profile_name}}" /><div class="required">*</div>
+        </div>
+        <div id="profile-edit-profile-name-end"></div>
+      {{else}}
+        <input type="hidden" name="profile_name" id="profile-edit-profile-name" value="{{$profile_name}}" />
+      {{/if}}
+      
+      <div id="profile-edit-name-wrapper" >
+        <label id="profile-edit-name-label" for="profile-edit-name" >{{$lbl_fullname}} </label>
+        <input type="text" size="32" name="name" id="profile-edit-name" value="{{$name}}" />
+      </div>
+      <div id="profile-edit-name-end"></div>
+      
+      <div id="profile-edit-gender-wrapper" >
+        <label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label>
+        {{$gender}}
+      </div>
+      <div id="profile-edit-gender-end"></div>
+      
+      <div id="profile-edit-pdesc-wrapper" >
+        <label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >{{$lbl_title}} </label>
+        <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="{{$pdesc}}" />
+      </div>
+      <div id="profile-edit-pdesc-end"></div>
+      
+      <div id="profile-edit-homepage-wrapper" >
+        <label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$lbl_homepage}} </label>
+        <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" />
+      </div>
+      <div id="profile-edit-homepage-end"></div>
+      
+      <div id="profile-edit-dob-wrapper" >
+        <label id="profile-edit-dob-label" for="dob-select" >{{$lbl_bd}}</label>
+        <div id="profile-edit-dob" >
+          {{$dob}} {{$age}}
+        </div>
+      </div>
+      <div id="profile-edit-dob-end"></div>
+      
+      {{$hide_friends}}
+      
+      <div id="about-jot-wrapper">
+        <div id="about-jot-desc">{{$lbl_about}}</div>
+        <textarea rows="10" cols="72" id="profile-about-text" name="about" style="width:599px;">{{$about}}</textarea>
+      </div>
+      <div id="about-jot-end"></div>
+      
+      <div id="contact-jot-wrapper" >
+        <div id="contact-jot-desc">{{$lbl_social}}</div>
+        <textarea rows="10" cols="72" id="contact-jot-text" name="contact" style="width:599px;">{{$contact}}</textarea>
+      </div>
+      <div id="contact-jot-end"></div>
+      
+      <div id="profile-edit-pubkeywords-wrapper" >
+        <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >{{$lbl_pubkey}} </label>
+        <input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$pub_keywords}}" />
+      </div>
+      <div id="profile-edit-pubkeywords-desc">{{$lbl_pubdsc}}</div>
+      <div id="profile-edit-pubkeywords-end"></div>
+      
+      <div id="profile-edit-prvkeywords-wrapper" >
+        <label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >{{$lbl_prvkey}} </label>
+        <input type="text" size="32" name="prv_keywords" id="profile-edit-prvkeywords" title="{{$lbl_ex2}}" value="{{$prv_keywords}}" />
+      </div>
+      <div id="profile-edit-prvkeywords-desc">{{$lbl_prvdsc}}</div>
+      <div id="profile-edit-prvkeywords-end"></div>
+      
+      <div class="profile-edit-submit-wrapper" >
+        <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
+      </div>
+      <div class="profile-edit-submit-end"></div>
+    
+    </div>
+  </div>
+  
+  <!-- About you -->
+  <div class="toggle-section js-toggle-section">
+    <a class="section-caption js-section-toggler" href="javascript:;">{{$lbl_about_section}} &raquo;</a>
+    <div class="js-section toggle-section-content hidden">
+      
+      <div><b>{{$lbl_location_section}}</b></div>
+      
+      <div id="profile-edit-address-wrapper" >
+        <label id="profile-edit-address-label" for="profile-edit-address" >{{$lbl_address}} </label>
+        <input type="text" size="32" name="address" id="profile-edit-address" value="{{$address}}" />
+      </div>
+      <div id="profile-edit-address-end"></div>
+      
+      <div id="profile-edit-locality-wrapper" >
+        <label id="profile-edit-locality-label" for="profile-edit-locality" >{{$lbl_city}} </label>
+        <input type="text" size="32" name="locality" id="profile-edit-locality" value="{{$locality}}" />
+      </div>
+      <div id="profile-edit-locality-end"></div>
+      
+      <div id="profile-edit-postal-code-wrapper" >
+        <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >{{$lbl_zip}} </label>
+        <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="{{$postal_code}}" />
+      </div>
+      <div id="profile-edit-postal-code-end"></div>
+      
+      <div id="profile-edit-country-name-wrapper" >
+        <label id="profile-edit-country-name-label" for="profile-edit-country-name" >{{$lbl_country}} </label>
+        <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('{{$region}}');">
+          <option selected="selected" >{{$country_name}}</option>
+        </select>
+      </div>
+      <div id="profile-edit-country-name-end"></div>
+      
+      <div id="profile-edit-region-wrapper" >
+        <label id="profile-edit-region-label" for="profile-edit-region" >{{$lbl_region}} </label>
+        <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
+          <option selected="selected" >{{$region}}</option>
+        </select>
+      </div>
+      <div id="profile-edit-region-end"></div>
+      
+      <div id="profile-edit-hometown-wrapper" >
+        <label id="profile-edit-hometown-label" for="profile-edit-hometown" >{{$lbl_hometown}} </label>
+        <input type="text" size="32" name="hometown" id="profile-edit-hometown" value="{{$hometown}}" />
+      </div>
+      <div id="profile-edit-hometown-end"></div>
+      
+      <br>
+      
+      <div><b>{{$lbl_preferences_section}}</b></div>
+      
+      <div id="profile-edit-sexual-wrapper" >
+        <label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
+        {{$sexual}}
+      </div>
+      <div id="profile-edit-sexual-end"></div>
+      
+      <div id="profile-edit-politic-wrapper" >
+        <label id="profile-edit-politic-label" for="profile-edit-politic" >{{$lbl_politic}} </label>
+        <input type="text" size="32" name="politic" id="profile-edit-politic" value="{{$politic}}" />
+      </div>
+      <div id="profile-edit-politic-end"></div>
+      
+      <div id="profile-edit-religion-wrapper" >
+        <label id="profile-edit-religion-label" for="profile-edit-religion" >{{$lbl_religion}} </label>
+        <input type="text" size="32" name="religion" id="profile-edit-religion" value="{{$religion}}" />
+      </div>
+      <div id="profile-edit-religion-end"></div>
+      
+      <div id="likes-jot-wrapper">
+        <div id="likes-jot-desc">{{$lbl_likes}}</div>
+        <textarea rows="10" cols="72" id="likes-jot-text" name="likes" style="width:599px;">{{$likes}}</textarea>
+      </div>
+      <div id="likes-jot-end"></div>
+      
+      <div id="dislikes-jot-wrapper">
+        <div id="dislikes-jot-desc">{{$lbl_dislikes}}</div>
+        <textarea rows="10" cols="72" id="dislikes-jot-text" name="dislikes" style="width:599px;">{{$dislikes}}</textarea>
+      </div>
+      <div id="dislikes-jot-end"></div>
+      
+      <div class="profile-edit-submit-wrapper" >
+        <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
+      </div>
+      <div class="profile-edit-submit-end"></div>
+      
+    </div>
+  </div>
+  
+  <!-- Status -->
+  <div class="toggle-section js-toggle-section">
+    <a class="section-caption js-section-toggler" href="javascript:;">{{$lbl_status_section}} &raquo;</a>
+    <div class="js-section toggle-section-content hidden">
+      
+      <div id="profile-edit-marital-wrapper" >
+        <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}} </label>
+        {{$marital}}
+      </div>
+      <label id="profile-edit-with-label" for="profile-edit-with" > {{$lbl_with}} </label>
+      <input type="text" size="32" name="with" id="profile-edit-with" title="{{$lbl_ex1}}" value="{{$with}}" />
+      <label id="profile-edit-howlong-label" for="profile-edit-howlong" > {{$lbl_howlong}} </label>
+      <input type="text" size="32" name="howlong" id="profile-edit-howlong" title="{{$lbl_howlong}}" value="{{$howlong}}" />
+      <div id="profile-edit-marital-end"></div>
+      
+      <div id="romance-jot-wrapper" >
+        <div id="romance-jot-desc">{{$lbl_love}}</div>
+        <textarea rows="10" cols="72" id="romance-jot-text" name="romance" style="width:599px;">{{$romance}}</textarea>
+      </div>
+      <div id="romance-jot-end"></div>
+      
+      <div id="work-jot-wrapper">
+        <div id="work-jot-desc">{{$lbl_work}}</div>
+        <textarea rows="10" cols="72" id="work-jot-text" name="work" style="width:599px;">{{$work}}</textarea>
+      </div>
+      <div id="work-jot-end"></div>
+      
+      <div id="education-jot-wrapper" >
+        <div id="education-jot-desc">{{$lbl_school}}</div>
+        <textarea rows="10" cols="72" id="education-jot-text" name="education" style="width:599px;">{{$education}}</textarea>
+      </div>
+      <div id="education-jot-end"></div>
+      
+      <div class="profile-edit-submit-wrapper" >
+        <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
+      </div>
+      <div class="profile-edit-submit-end"></div>
+      
+    </div>
+  </div>
+  
+  <!-- Interests -->
+  <div class="toggle-section js-toggle-section">
+    <a class="section-caption js-section-toggler" href="javascript:;">{{$lbl_interests_section}} &raquo;</a>
+    <div class="js-section toggle-section-content hidden">
+      
+      <div id="interest-jot-wrapper">
+        <div id="interest-jot-desc">{{$lbl_hobbies}}</div>
+        <textarea rows="10" cols="72" id="interest-jot-text" name="interest" style="width:599px;">{{$interest}}</textarea>
+      </div>
+      <div id="interest-jot-end"></div>
+      
+      <div id="music-jot-wrapper">
+        <div id="music-jot-desc">{{$lbl_music}}</div>
+        <textarea rows="10" cols="72" id="music-jot-text" name="music" style="width:599px;">{{$music}}</textarea>
+      </div>
+      <div id="music-jot-end"></div>
+
+      <div id="book-jot-wrapper">
+        <div id="book-jot-desc">{{$lbl_book}}</div>
+        <textarea rows="10" cols="72" id="book-jot-text" name="book" style="width:599px;">{{$book}}</textarea>
+      </div>
+      <div id="book-jot-end"></div>
+      
+      <div id="tv-jot-wrapper">
+        <div id="tv-jot-desc">{{$lbl_tv}}</div>
+        <textarea rows="10" cols="72" id="tv-jot-text" name="tv" style="width:599px;">{{$tv}}</textarea>
+      </div>
+      <div id="tv-jot-end"></div>
+      
+      <div id="film-jot-wrapper">
+        <div id="film-jot-desc">{{$lbl_film}}</div>
+        <textarea rows="10" cols="72" id="film-jot-text" name="film" style="width:599px;">{{$film}}</textarea>
+      </div>
+      <div id="film-jot-end"></div>
+      
+      <div class="profile-edit-submit-wrapper" >
+        <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
+      </div>
+      <div class="profile-edit-submit-end"></div>
+      
+    </div>
+  </div>
+  
+</form>
+</div>
+<script type="text/javascript">Fill_Country('{{$country_name}}');Fill_States('{{$region}}');</script>
index 61166ef9009ad83358a74ed1a5c62d697c5d5071..2879c7ccb52335d41b260e4148c9dc3e04ac1b2f 100644 (file)
@@ -1,22 +1,10 @@
-
 <div class="vcard h-card">
 
        <div class="tool">
                <div class="fn label p-name">{{$profile.name}}</div>
                {{if $profile.edit}}
                        <div class="action">
-                       <a class="icon s16 edit ttright" href="#" rel="#profiles-menu" title="{{$profile.edit.3}}"><span>{{$profile.edit.1}}</span></a>
-                       <ul id="profiles-menu" class="menu-popup">
-                               {{foreach $profile.menu.entries as $e}}
-                               <li>
-                                       <a href="profiles/{{$e.id}}"><img class="u-photo" src='{{$e.photo}}'>{{$e.profile_name}}</a>
-                               </li>
-                               {{/foreach}}
-                               <li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>
-                               <li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>
-                               <li><a href="profiles" >{{$profile.edit.3}}</a></li>
-                                                               
-                       </ul>
+                               <a class="icon s16 edit ttright" href="{{$profile.edit.0}}" title="{{$profile.edit.3}}"><span>{{$profile.edit.1}}</span></a>
                        </div>
                {{else}}
                        {{if $profile.menu}}
                {{/if}}
        </div>
 
+
        {{if $profile.picdate}}
-               <div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}" /></div>
+               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}" /></a></div>
        {{else}}
-               <div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}" alt="{{$profile.name}}" /></div>
+               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo" src="{{$profile.photo}}" alt="{{$profile.name}}" /></a></div>
        {{/if}}
        {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
 
        
        {{if $profile.pubkey}}<div class="key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
 
+       {{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}
+
+       {{if $updated}}<div class="updated" style="display:none;">{{$updated}}</div>{{/if}}
+
        {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart">&hearts;</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}}
 
        {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" class="u-url" rel="me" target="_blank">{{$profile.homepage}}</a></dd></dl>{{/if}}
index 14210d2424649117e35bffa0043c1a2c9c73926a..a7ba561b23cea53f5d4f4c176a127e7a5bec3421 100644 (file)
@@ -1,9 +1,10 @@
 <?php
 /**
  * Name: Vier
- * Version: 1.1
+ * Version: 1.2
  * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
  * Author: Ike <http://pirati.ca/profile/heluecht>
+ * Author: Beanow <https://fc.oscp.info/profile/beanow>
  * Maintainer: Ike <http://pirati.ca/profile/heluecht>
  * Description: "Vier" is a very compact and modern theme. It uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/
  */
@@ -20,6 +21,9 @@ $style = get_pconfig(local_user(), 'vier', 'style');
 if ($style == "")
        $style = get_config('vier', 'style');
 
+if ($style == "")
+       $style = "plus";
+
 if ($style == "flat")
        $a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/flat.css" type="text/css" media="screen"/>'."\n";
 else if ($style == "netcolour")
index aaad7f029c3abc14b7a156f15493c6d2588eec12..5dfc6d121701329f794625a51b456abde0ab38a8 100644 (file)
@@ -3,16 +3,16 @@
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
-# Matthew Exon <transifex.mexon@spamgourmet.com>, 2013-2014
+# Matthew Exon <transifex.mexon@spamgourmet.com>, 2013-2015
 # Mike Macgirvin, 2010
 # Matthew Exon <transifex.mexon@spamgourmet.com>, 2012-2013
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-07 14:32+0200\n"
-"PO-Revision-Date: 2014-09-08 10:08+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"POT-Creation-Date: 2015-02-09 08:57+0100\n"
+"PO-Revision-Date: 2015-02-11 09:48+0000\n"
+"Last-Translator: Matthew Exon <transifex.mexon@spamgourmet.com>\n"
 "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/friendica/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,3356 +20,3606 @@ msgstr ""
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/vier/config.php:52 ../../view/theme/diabook/config.php:148
-#: ../../view/theme/diabook/theme.php:633
-#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
-#: ../../object/Item.php:678 ../../mod/contacts.php:470
-#: ../../mod/manage.php:110 ../../mod/fsuggest.php:107
-#: ../../mod/photos.php:1084 ../../mod/photos.php:1205
-#: ../../mod/photos.php:1512 ../../mod/photos.php:1563
-#: ../../mod/photos.php:1607 ../../mod/photos.php:1695
-#: ../../mod/invite.php:140 ../../mod/events.php:478 ../../mod/mood.php:137
-#: ../../mod/message.php:335 ../../mod/message.php:564
-#: ../../mod/profiles.php:645 ../../mod/install.php:248
-#: ../../mod/install.php:286 ../../mod/crepair.php:179
-#: ../../mod/content.php:710 ../../mod/poke.php:199 ../../mod/localtime.php:45
-msgid "Submit"
-msgstr "提交"
-
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/vier/config.php:54 ../../view/theme/diabook/config.php:150
-#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
-msgid "Theme settings"
-msgstr "主题设置"
+#: ../../mod/contacts.php:108
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] "%d熟人编辑了"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "选择图片在文章和评论的重设尺寸(宽和高)"
+#: ../../mod/contacts.php:139 ../../mod/contacts.php:272
+msgid "Could not access contact record."
+msgstr "用不了熟人记录。"
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:151
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr "决定字体大小在文章和评论"
+#: ../../mod/contacts.php:153
+msgid "Could not locate selected profile."
+msgstr "找不到选择的简介。"
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "选择主题宽"
+#: ../../mod/contacts.php:186
+msgid "Contact updated."
+msgstr "熟人更新了。"
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr " 色彩设计"
+#: ../../mod/contacts.php:188 ../../mod/dfrn_request.php:576
+msgid "Failed to update contact record."
+msgstr "更新熟人记录失败了。"
 
-#: ../../view/theme/vier/config.php:55
-msgid "Set style"
-msgstr "选择款式"
+#: ../../mod/contacts.php:254 ../../mod/manage.php:96
+#: ../../mod/display.php:499 ../../mod/profile_photo.php:19
+#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
+#: ../../mod/profile_photo.php:193 ../../mod/follow.php:9
+#: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19
+#: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78
+#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:24
+#: ../../mod/notifications.php:66 ../../mod/message.php:38
+#: ../../mod/message.php:174 ../../mod/crepair.php:119
+#: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9
+#: ../../mod/events.php:140 ../../mod/install.php:151
+#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
+#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
+#: ../../mod/wall_attach.php:55 ../../mod/settings.php:102
+#: ../../mod/settings.php:596 ../../mod/settings.php:601
+#: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114
+#: ../../mod/suggest.php:58 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:618 ../../mod/editpost.php:10 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135
+#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134
+#: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23
+#: ../../mod/attach.php:33 ../../include/items.php:4712 ../../index.php:369
+msgid "Permission denied."
+msgstr "权限不够。"
 
-#: ../../view/theme/diabook/config.php:142
-#: ../../view/theme/diabook/theme.php:621 ../../include/acl_selectors.php:328
-msgid "don't show"
-msgstr "别著"
+#: ../../mod/contacts.php:287
+msgid "Contact has been blocked"
+msgstr "熟人拦了"
 
-#: ../../view/theme/diabook/config.php:142
-#: ../../view/theme/diabook/theme.php:621 ../../include/acl_selectors.php:327
-msgid "show"
-msgstr "著"
+#: ../../mod/contacts.php:287
+msgid "Contact has been unblocked"
+msgstr "熟人否拦了"
 
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr "决定行高在文章和评论"
+#: ../../mod/contacts.php:298
+msgid "Contact has been ignored"
+msgstr "熟人不理了"
 
-#: ../../view/theme/diabook/config.php:153
-msgid "Set resolution for middle column"
-msgstr "决定中栏的显示分辨率列表"
+#: ../../mod/contacts.php:298
+msgid "Contact has been unignored"
+msgstr "熟人否不理了"
 
-#: ../../view/theme/diabook/config.php:154
-msgid "Set color scheme"
-msgstr "选择色彩设计"
+#: ../../mod/contacts.php:310
+msgid "Contact has been archived"
+msgstr "把联系存档了"
 
-#: ../../view/theme/diabook/config.php:155
-msgid "Set zoomfactor for Earth Layer"
-msgstr "选择拉近镜头级在地球层"
+#: ../../mod/contacts.php:310
+msgid "Contact has been unarchived"
+msgstr "把联系从存档拿来了"
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/diabook/theme.php:585
-msgid "Set longitude (X) for Earth Layers"
-msgstr "选择经度(X)在地球层"
+#: ../../mod/contacts.php:335 ../../mod/contacts.php:711
+msgid "Do you really want to delete this contact?"
+msgstr "您真的想删除这个熟人吗?"
 
-#: ../../view/theme/diabook/config.php:157
-#: ../../view/theme/diabook/theme.php:586
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "选择纬度(Y)在地球层"
+#: ../../mod/contacts.php:337 ../../mod/message.php:209
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
+#: ../../mod/register.php:233 ../../mod/suggest.php:29
+#: ../../mod/profiles.php:661 ../../mod/profiles.php:664 ../../mod/api.php:105
+#: ../../include/items.php:4557
+msgid "Yes"
+msgstr "是"
 
-#: ../../view/theme/diabook/config.php:158
-#: ../../view/theme/diabook/theme.php:130
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:624
-msgid "Community Pages"
-msgstr "社会页"
+#: ../../mod/contacts.php:340 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/message.php:212 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../mod/settings.php:615
+#: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/photos.php:203 ../../mod/photos.php:292
+#: ../../include/conversation.php:1129 ../../include/items.php:4560
+msgid "Cancel"
+msgstr "退消"
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:579
-#: ../../view/theme/diabook/theme.php:625
-msgid "Earth Layers"
-msgstr "地球层"
+#: ../../mod/contacts.php:352
+msgid "Contact has been removed."
+msgstr "熟人删除了。"
 
-#: ../../view/theme/diabook/config.php:160
-#: ../../view/theme/diabook/theme.php:391
-#: ../../view/theme/diabook/theme.php:626
-msgid "Community Profiles"
-msgstr "社会简介"
+#: ../../mod/contacts.php:390
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "您和%s是共同朋友们"
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:627
-msgid "Help or @NewHere ?"
-msgstr "帮助或@菜鸟?"
+#: ../../mod/contacts.php:394
+#, php-format
+msgid "You are sharing with %s"
+msgstr "您分享给%s"
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:628
-msgid "Connect Services"
-msgstr "连接服务"
+#: ../../mod/contacts.php:399
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s给您分享"
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:523
-#: ../../view/theme/diabook/theme.php:629
-msgid "Find Friends"
-msgstr "找朋友们"
+#: ../../mod/contacts.php:416
+msgid "Private communications are not available for this contact."
+msgstr "没有私人的沟通跟这个熟人"
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:412
-#: ../../view/theme/diabook/theme.php:630
-msgid "Last users"
-msgstr "上次用户"
+#: ../../mod/contacts.php:419 ../../mod/admin.php:569
+msgid "Never"
+msgstr "从未"
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:486
-#: ../../view/theme/diabook/theme.php:631
-msgid "Last photos"
-msgstr "上次照片"
+#: ../../mod/contacts.php:423
+msgid "(Update was successful)"
+msgstr "(更新成功)"
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:441
-#: ../../view/theme/diabook/theme.php:632
-msgid "Last likes"
-msgstr "上次喜欢"
+#: ../../mod/contacts.php:423
+msgid "(Update was not successful)"
+msgstr "(更新不成功)"
 
-#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:105
-#: ../../include/nav.php:146 ../../mod/notifications.php:93
-msgid "Home"
-msgstr "主页"
+#: ../../mod/contacts.php:425
+msgid "Suggest friends"
+msgstr "建议朋友们"
 
-#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
-#: ../../include/nav.php:146
-msgid "Your posts and conversations"
-msgstr "你的消息和交谈"
+#: ../../mod/contacts.php:429
+#, php-format
+msgid "Network type: %s"
+msgstr "网络种类: %s"
 
-#: ../../view/theme/diabook/theme.php:124 ../../boot.php:2070
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
-#: ../../include/nav.php:77 ../../mod/profperm.php:103
-#: ../../mod/newmember.php:32
-msgid "Profile"
-msgstr "简介"
+#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d共同熟人"
 
-#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
-msgid "Your profile page"
-msgstr "你的简介页"
+#: ../../mod/contacts.php:437
+msgid "View all contacts"
+msgstr "看所有的熟人"
 
-#: ../../view/theme/diabook/theme.php:125 ../../include/nav.php:175
-#: ../../mod/contacts.php:694
-msgid "Contacts"
-msgstr "熟人"
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1009
+msgid "Unblock"
+msgstr "不拦"
 
-#: ../../view/theme/diabook/theme.php:125
-msgid "Your contacts"
-msgstr "您的熟人"
+#: ../../mod/contacts.php:442 ../../mod/contacts.php:501
+#: ../../mod/contacts.php:714 ../../mod/admin.php:1008
+msgid "Block"
+msgstr "拦"
 
-#: ../../view/theme/diabook/theme.php:126 ../../boot.php:2077
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "照片"
+#: ../../mod/contacts.php:445
+msgid "Toggle Blocked status"
+msgstr "交替拦配置"
 
-#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
-msgid "Your photos"
-msgstr "你的照片"
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715
+msgid "Unignore"
+msgstr "停不理"
 
-#: ../../view/theme/diabook/theme.php:127 ../../boot.php:2094
-#: ../../include/nav.php:80 ../../mod/events.php:370
-msgid "Events"
-msgstr "事件"
+#: ../../mod/contacts.php:448 ../../mod/contacts.php:502
+#: ../../mod/contacts.php:715 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "忽视"
 
-#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:80
-msgid "Your events"
-msgstr "ä½ ç\9a\84项ç\9b®"
+#: ../../mod/contacts.php:451
+msgid "Toggle Ignored status"
+msgstr "交æ\9b¿å¿½è§\86ç\8e°ç\8a"
 
-#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:81
-msgid "Personal notes"
-msgstr "私人的便条"
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
+msgid "Unarchive"
+msgstr "从存档拿来"
 
-#: ../../view/theme/diabook/theme.php:128
-msgid "Your personal photos"
-msgstr "你私人的照片"
+#: ../../mod/contacts.php:455 ../../mod/contacts.php:716
+msgid "Archive"
+msgstr "存档"
 
-#: ../../view/theme/diabook/theme.php:129 ../../include/nav.php:129
-#: ../../mod/community.php:32
-msgid "Community"
-msgstr "社会"
+#: ../../mod/contacts.php:458
+msgid "Toggle Archive status"
+msgstr "交替档案现状"
 
-#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
-#: ../../include/conversation.php:246 ../../include/text.php:1964
-msgid "event"
-msgstr "项目"
+#: ../../mod/contacts.php:461
+msgid "Repair"
+msgstr "维修"
 
-#: ../../view/theme/diabook/theme.php:466
-#: ../../view/theme/diabook/theme.php:475 ../../include/diaspora.php:1919
-#: ../../include/conversation.php:121 ../../include/conversation.php:130
-#: ../../include/conversation.php:249 ../../include/conversation.php:258
-#: ../../mod/like.php:149 ../../mod/like.php:319 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62
-msgid "status"
-msgstr "现状"
+#: ../../mod/contacts.php:464
+msgid "Advanced Contact Settings"
+msgstr "专家熟人设置"
 
-#: ../../view/theme/diabook/theme.php:471 ../../include/diaspora.php:1919
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../include/text.php:1966 ../../mod/like.php:149
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62
-msgid "photo"
-msgstr "照片"
+#: ../../mod/contacts.php:470
+msgid "Communications lost with this contact!"
+msgstr "联系跟这个熟人断开了!"
 
-#: ../../view/theme/diabook/theme.php:480 ../../include/diaspora.php:1935
-#: ../../include/conversation.php:137 ../../mod/like.php:166
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s喜欢%2$s的%3$s"
+#: ../../mod/contacts.php:473
+msgid "Contact Editor"
+msgstr "熟人编器"
 
-#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:60
-#: ../../mod/photos.php:155 ../../mod/photos.php:1064
-#: ../../mod/photos.php:1189 ../../mod/photos.php:1212
-#: ../../mod/photos.php:1758 ../../mod/photos.php:1770
-msgid "Contact Photos"
-msgstr "熟人照片"
+#: ../../mod/contacts.php:475 ../../mod/manage.php:110
+#: ../../mod/fsuggest.php:107 ../../mod/message.php:335
+#: ../../mod/message.php:564 ../../mod/crepair.php:186
+#: ../../mod/events.php:478 ../../mod/content.php:710
+#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137
+#: ../../mod/profiles.php:686 ../../mod/localtime.php:45
+#: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084
+#: ../../mod/photos.php:1203 ../../mod/photos.php:1514
+#: ../../mod/photos.php:1565 ../../mod/photos.php:1609
+#: ../../mod/photos.php:1697 ../../object/Item.php:678
+#: ../../view/theme/cleanzero/config.php:80
+#: ../../view/theme/dispy/config.php:70 ../../view/theme/quattro/config.php:64
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/diabook/theme.php:633 ../../view/theme/vier/config.php:53
+#: ../../view/theme/duepuntozero/config.php:59
+msgid "Submit"
+msgstr "提交"
 
-#: ../../view/theme/diabook/theme.php:500 ../../include/user.php:335
-#: ../../include/user.php:342 ../../include/user.php:349
-#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1189
-#: ../../mod/photos.php:1212 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305
-msgid "Profile Photos"
-msgstr "简介照片"
+#: ../../mod/contacts.php:476
+msgid "Profile Visibility"
+msgstr "简历可见量"
 
-#: ../../view/theme/diabook/theme.php:524
-msgid "Local Directory"
-msgstr "当地目录"
+#: ../../mod/contacts.php:477
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。"
 
-#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:51
-msgid "Global Directory"
-msgstr "综å\90\88ç\9b®å½\95"
+#: ../../mod/contacts.php:478
+msgid "Contact Information / Notes"
+msgstr "ç\86\9f人信æ\81¯ï¼\8f便æ\9d¡"
 
-#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:36
-msgid "Similar Interests"
-msgstr "ç\9b¸ä¼¼å\85´è¶£"
+#: ../../mod/contacts.php:479
+msgid "Edit contact notes"
+msgstr "ç¼\96è¾\91ç\86\9f人便æ\9d¡"
 
-#: ../../view/theme/diabook/theme.php:527 ../../include/contact_widgets.php:35
-#: ../../mod/suggest.php:66
-msgid "Friend Suggestions"
-msgstr "友谊建议"
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:679
+#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "看%s的简介[%s]"
 
-#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:38
-msgid "Invite Friends"
-msgstr "邀请朋友们"
+#: ../../mod/contacts.php:485
+msgid "Block/Unblock contact"
+msgstr "拦/否拦熟人"
 
-#: ../../view/theme/diabook/theme.php:544
-#: ../../view/theme/diabook/theme.php:648 ../../include/nav.php:170
-#: ../../mod/settings.php:85 ../../mod/admin.php:1065 ../../mod/admin.php:1286
-#: ../../mod/newmember.php:22
-msgid "Settings"
-msgstr "配置"
+#: ../../mod/contacts.php:486
+msgid "Ignore contact"
+msgstr "忽视熟人"
 
-#: ../../view/theme/diabook/theme.php:584
-msgid "Set zoomfactor for Earth Layers"
-msgstr "选择拉近镜头级在地球层"
+#: ../../mod/contacts.php:487
+msgid "Repair URL settings"
+msgstr "维修URL设置"
 
-#: ../../view/theme/diabook/theme.php:622
-msgid "Show/hide boxes at right-hand column:"
-msgstr "表示/隐藏盒子在友兰:"
+#: ../../mod/contacts.php:488
+msgid "View conversations"
+msgstr "看交流"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "成直线 "
+#: ../../mod/contacts.php:490
+msgid "Delete contact"
+msgstr "删除熟人"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "左边"
+#: ../../mod/contacts.php:494
+msgid "Last update:"
+msgstr "上个更新:"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "中间"
+#: ../../mod/contacts.php:496
+msgid "Update public posts"
+msgstr "更新公开文章"
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr "文章"
+#: ../../mod/contacts.php:498 ../../mod/admin.php:1503
+msgid "Update now"
+msgstr "现在更新"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr "文本区字体大小"
+#: ../../mod/contacts.php:505
+msgid "Currently blocked"
+msgstr "现在拦的"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "选择色彩设计"
+#: ../../mod/contacts.php:506
+msgid "Currently ignored"
+msgstr "现在不理的"
 
-#: ../../index.php:203 ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
-msgstr "您用插件前要登录"
+#: ../../mod/contacts.php:507
+msgid "Currently archived"
+msgstr "现在存档着"
 
-#: ../../index.php:247 ../../mod/help.php:90
-msgid "Not Found"
-msgstr "未发现"
+#: ../../mod/contacts.php:508 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "隐藏这个熟人给别人"
 
-#: ../../index.php:250 ../../mod/help.php:93
-msgid "Page not found."
-msgstr "页发现。"
+#: ../../mod/contacts.php:508
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "回答/喜欢关您公开文章<strong>会</strong>还可见的"
 
-#: ../../index.php:359 ../../mod/group.php:72 ../../mod/profperm.php:19
-msgid "Permission denied"
-msgstr "æ\9d\83é\99\90ä¸\8då¤\9f"
+#: ../../mod/contacts.php:509
+msgid "Notification for new posts"
+msgstr "æ\96°æ¶\88æ\81¯æ\8f\90示"
 
-#: ../../index.php:360 ../../include/items.php:4550 ../../mod/attach.php:33
-#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33
-#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103
-#: ../../mod/group.php:19 ../../mod/delegate.php:6
-#: ../../mod/notifications.php:66 ../../mod/settings.php:102
-#: ../../mod/settings.php:593 ../../mod/settings.php:598
-#: ../../mod/contacts.php:249 ../../mod/wall_attach.php:55
-#: ../../mod/register.php:42 ../../mod/manage.php:96 ../../mod/editpost.php:10
-#: ../../mod/regmod.php:109 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/suggest.php:56 ../../mod/nogroup.php:25 ../../mod/fsuggest.php:78
-#: ../../mod/viewcontacts.php:22 ../../mod/wall_upload.php:66
-#: ../../mod/notes.php:20 ../../mod/network.php:4 ../../mod/photos.php:134
-#: ../../mod/photos.php:1050 ../../mod/follow.php:9 ../../mod/uimport.php:23
-#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/events.php:140
-#: ../../mod/mood.php:114 ../../mod/message.php:38 ../../mod/message.php:174
-#: ../../mod/profiles.php:148 ../../mod/profiles.php:577
-#: ../../mod/install.php:151 ../../mod/crepair.php:117 ../../mod/poke.php:135
-#: ../../mod/display.php:455 ../../mod/dfrn_confirm.php:55
-#: ../../mod/item.php:148 ../../mod/item.php:164
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../mod/allfriends.php:9
-msgid "Permission denied."
-msgstr "权限不够。"
+#: ../../mod/contacts.php:509
+msgid "Send a notification of every new post of this contact"
+msgstr "发提示在所有这个联络的新消息"
 
-#: ../../index.php:419
-msgid "toggle mobile"
-msgstr "交替手机"
+#: ../../mod/contacts.php:510
+msgid "Fetch further information for feeds"
+msgstr "拿文源别的消息"
 
-#: ../../boot.php:719
-msgid "Delete this item?"
-msgstr "å\88 é\99¤è¿\99个项ç\9b®ï¼\9f"
+#: ../../mod/contacts.php:511
+msgid "Disabled"
+msgstr "å·²å\81\9cç\94¨"
 
-#: ../../boot.php:720 ../../object/Item.php:361 ../../object/Item.php:677
-#: ../../mod/photos.php:1562 ../../mod/photos.php:1606
-#: ../../mod/photos.php:1694 ../../mod/content.php:709
-msgid "Comment"
-msgstr "评论"
+#: ../../mod/contacts.php:511
+msgid "Fetch information"
+msgstr "取消息"
 
-#: ../../boot.php:721 ../../include/contact_widgets.php:205
-#: ../../object/Item.php:390 ../../mod/content.php:606
-msgid "show more"
-msgstr "看多"
+#: ../../mod/contacts.php:511
+msgid "Fetch information and keywords"
+msgstr "取消息和关键词"
 
-#: ../../boot.php:722
-msgid "show fewer"
-msgstr "显示更小"
+#: ../../mod/contacts.php:513
+msgid "Blacklisted keywords"
+msgstr "黑名单关键词"
 
-#: ../../boot.php:1042 ../../boot.php:1073
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "更新%s美通过。看错误记录。"
+#: ../../mod/contacts.php:513
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"
 
-#: ../../boot.php:1194
-msgid "Create a New Account"
-msgstr "å\88\9bé\80 æ\96°ç\9a\84è´¦æ\88·"
+#: ../../mod/contacts.php:564
+msgid "Suggestions"
+msgstr "建议"
 
-#: ../../boot.php:1195 ../../include/nav.php:109 ../../mod/register.php:266
-msgid "Register"
-msgstr "注册"
+#: ../../mod/contacts.php:567
+msgid "Suggest potential friends"
+msgstr "建议潜在朋友们"
 
-#: ../../boot.php:1219 ../../include/nav.php:73
-msgid "Logout"
-msgstr "注é\94\80"
+#: ../../mod/contacts.php:570 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "æ\89\80æ\9c\89ç\9a\84ç\86\9f人"
 
-#: ../../boot.php:1220 ../../include/nav.php:92
-msgid "Login"
-msgstr "登录"
+#: ../../mod/contacts.php:573
+msgid "Show all contacts"
+msgstr "表示所有的熟人"
 
-#: ../../boot.php:1222
-msgid "Nickname or Email address: "
-msgstr "绰号或电子邮件地址: "
+#: ../../mod/contacts.php:576
+msgid "Unblocked"
+msgstr "不拦了"
 
-#: ../../boot.php:1223
-msgid "Password: "
-msgstr "å¯\86ç \81"
+#: ../../mod/contacts.php:579
+msgid "Only show unblocked contacts"
+msgstr "å\8fªè¡¨ç¤ºä¸\8dæ\8b¦ç\9a\84ç\86\9f人"
 
-#: ../../boot.php:1224
-msgid "Remember me"
-msgstr "记住我"
+#: ../../mod/contacts.php:583
+msgid "Blocked"
+msgstr "拦了"
 
-#: ../../boot.php:1227
-msgid "Or login using OpenID: "
-msgstr "或者用OpenID登记:"
+#: ../../mod/contacts.php:586
+msgid "Only show blocked contacts"
+msgstr "只表示拦的熟人"
 
-#: ../../boot.php:1233
-msgid "Forgot your password?"
-msgstr "å¿\98è®°ä½ ç\9a\84å¯\86ç \81å\90\97ï¼\9f"
+#: ../../mod/contacts.php:590
+msgid "Ignored"
+msgstr "忽è§\86ç\9a\84"
 
-#: ../../boot.php:1234 ../../mod/lostpass.php:109
-msgid "Password Reset"
-msgstr "å¤\8dä½\8då¯\86ç \81"
+#: ../../mod/contacts.php:593
+msgid "Only show ignored contacts"
+msgstr "å\8fªè¡¨ç¤ºå¿½è§\86ç\9a\84ç\86\9f人"
 
-#: ../../boot.php:1236
-msgid "Website Terms of Service"
-msgstr "网站的各项规定"
+#: ../../mod/contacts.php:597
+msgid "Archived"
+msgstr "在存档"
 
-#: ../../boot.php:1237
-msgid "terms of service"
-msgstr "å\90\84项è§\84å®\9a"
+#: ../../mod/contacts.php:600
+msgid "Only show archived contacts"
+msgstr "å\8fªè¡¨ç¤ºæ¡£æ¡\88ç\86\9f人"
 
-#: ../../boot.php:1239
-msgid "Website Privacy Policy"
-msgstr "网站隐私政策"
+#: ../../mod/contacts.php:604
+msgid "Hidden"
+msgstr "隐藏的"
 
-#: ../../boot.php:1240
-msgid "privacy policy"
-msgstr "隐私政策"
+#: ../../mod/contacts.php:607
+msgid "Only show hidden contacts"
+msgstr "只表示隐藏的熟人"
 
-#: ../../boot.php:1373
-msgid "Requested account is not available."
-msgstr "要求的账户不可用。"
+#: ../../mod/contacts.php:655
+msgid "Mutual Friendship"
+msgstr "共同友谊"
 
-#: ../../boot.php:1412 ../../mod/profile.php:21
-msgid "Requested profile is not available."
-msgstr "要求的简介联系不上的。"
+#: ../../mod/contacts.php:659
+msgid "is a fan of yours"
+msgstr "是您迷"
 
-#: ../../boot.php:1455 ../../boot.php:1589
-#: ../../include/profile_advanced.php:84
-msgid "Edit profile"
-msgstr "修改简介"
+#: ../../mod/contacts.php:663
+msgid "you are a fan of"
+msgstr "你喜欢"
 
-#: ../../boot.php:1522 ../../include/contact_widgets.php:10
-#: ../../mod/suggest.php:88 ../../mod/match.php:58
-msgid "Connect"
-msgstr "连接"
+#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "编熟人"
 
-#: ../../boot.php:1554
-msgid "Message"
-msgstr "通知"
+#: ../../mod/contacts.php:702 ../../include/nav.php:177
+#: ../../view/theme/diabook/theme.php:125
+msgid "Contacts"
+msgstr "熟人"
 
-#: ../../boot.php:1560 ../../include/nav.php:173
-msgid "Profiles"
-msgstr "简介"
+#: ../../mod/contacts.php:706
+msgid "Search your contacts"
+msgstr "搜索您的熟人"
 
-#: ../../boot.php:1560
-msgid "Manage/edit profiles"
-msgstr "管理/修改简介"
+#: ../../mod/contacts.php:707 ../../mod/directory.php:61
+msgid "Finding: "
+msgstr "找着:"
 
-#: ../../boot.php:1565 ../../boot.php:1591 ../../mod/profiles.php:763
-msgid "Change profile photo"
-msgstr "换简介照片"
+#: ../../mod/contacts.php:708 ../../mod/directory.php:63
+#: ../../include/contact_widgets.php:34
+msgid "Find"
+msgstr "搜索"
 
-#: ../../boot.php:1566 ../../mod/profiles.php:764
-msgid "Create New Profile"
-msgstr "创造新的简介"
+#: ../../mod/contacts.php:713 ../../mod/settings.php:132
+#: ../../mod/settings.php:640
+msgid "Update"
+msgstr "更新"
 
-#: ../../boot.php:1576 ../../mod/profiles.php:775
-msgid "Profile Image"
-msgstr "简介图像"
+#: ../../mod/contacts.php:717 ../../mod/group.php:171 ../../mod/admin.php:1007
+#: ../../mod/content.php:438 ../../mod/content.php:741
+#: ../../mod/settings.php:677 ../../mod/photos.php:1654
+#: ../../object/Item.php:130 ../../include/conversation.php:614
+msgid "Delete"
+msgstr "删除"
 
-#: ../../boot.php:1579 ../../mod/profiles.php:777
-msgid "visible to everybody"
-msgstr "给打假可见的"
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "无简介"
 
-#: ../../boot.php:1580 ../../mod/profiles.php:778
-msgid "Edit visibility"
-msgstr "修改能见度"
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "管理身份或页"
 
-#: ../../boot.php:1602 ../../include/event.php:40
-#: ../../include/bb2diaspora.php:156 ../../mod/events.php:471
-#: ../../mod/directory.php:136
-msgid "Location:"
-msgstr "ä½\8dç½®:"
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "交æ\9b¿ä¸\8då\90\8cå\90\8cä¸\80人æ\88\96社ä¼\9aï¼\8fç»\84页å\90\88ç\94¨æ\82¨ç\9a\84è´¦æ\88·æ\88\96ç»\99æ\82¨ã\80\8c管ç\90\86ã\80\8dæ\89¹å\87\86"
 
-#: ../../boot.php:1604 ../../include/profile_advanced.php:17
-#: ../../mod/directory.php:138
-msgid "Gender:"
-msgstr "性别:"
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "选择同一个人管理:"
 
-#: ../../boot.php:1607 ../../include/profile_advanced.php:37
-#: ../../mod/directory.php:140
-msgid "Status:"
-msgstr "现状:"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "评论发表了。"
 
-#: ../../boot.php:1609 ../../include/profile_advanced.php:48
-#: ../../mod/directory.php:142
-msgid "Homepage:"
-msgstr "主页:"
+#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:368
+msgid "Permission denied"
+msgstr "权限不够"
 
-#: ../../boot.php:1657
-msgid "Network:"
-msgstr ""
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "无限的简介标识符。"
 
-#: ../../boot.php:1687 ../../boot.php:1773
-msgid "g A l F d"
-msgstr "g A l d F"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "简介能见度编辑器。"
 
-#: ../../boot.php:1688 ../../boot.php:1774
-msgid "F d"
-msgstr "F d"
+#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2119
+#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87
+#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
+msgid "Profile"
+msgstr "简介"
 
-#: ../../boot.php:1733 ../../boot.php:1814
-msgid "[today]"
-msgstr "[今天]"
+#: ../../mod/profperm.php:105 ../../mod/group.php:224
+msgid "Click on a contact to add or remove."
+msgstr "点击熟人为添加或删除。"
 
-#: ../../boot.php:1745
-msgid "Birthday Reminders"
-msgstr "提醒生日"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "能见被"
 
-#: ../../boot.php:1746
-msgid "Birthdays this week:"
-msgstr "这周的生日:"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "所有熟人(跟安全地简介使用权)"
 
-#: ../../boot.php:1807
-msgid "[No description]"
-msgstr "[无描述]"
-
-#: ../../boot.php:1825
-msgid "Event Reminders"
-msgstr "事件提醒"
+#: ../../mod/display.php:82 ../../mod/display.php:284
+#: ../../mod/display.php:503 ../../mod/viewsrc.php:15 ../../mod/admin.php:169
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1265 ../../mod/notice.php:15
+#: ../../include/items.php:4516
+msgid "Item not found."
+msgstr "项目找不到。"
 
-#: ../../boot.php:1826
-msgid "Events this week:"
-msgstr "这周的事件:"
+#: ../../mod/display.php:212 ../../mod/videos.php:115
+#: ../../mod/viewcontacts.php:19 ../../mod/community.php:18
+#: ../../mod/dfrn_request.php:762 ../../mod/search.php:89
+#: ../../mod/directory.php:33 ../../mod/photos.php:920
+msgid "Public access denied."
+msgstr "公众看拒绝"
 
-#: ../../boot.php:2063 ../../include/nav.php:76
-msgid "Status"
-msgstr "现状"
+#: ../../mod/display.php:332 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "使用权这个简介被限制了."
 
-#: ../../boot.php:2066
-msgid "Status Messages and Posts"
-msgstr "现状通知和文章"
+#: ../../mod/display.php:496
+msgid "Item has been removed."
+msgstr "项目被删除了。"
 
-#: ../../boot.php:2073
-msgid "Profile Details"
-msgstr "简介内容"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Friendica欢迎你"
 
-#: ../../boot.php:2080 ../../mod/photos.php:52
-msgid "Photo Albums"
-msgstr "相册"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "新的成员一览表"
 
-#: ../../boot.php:2084 ../../boot.php:2087 ../../include/nav.php:79
-msgid "Videos"
-msgstr "视频"
+#: ../../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 "我们想提高几个建议和超链接为让你的经历愉快。点击一个项目为了访问相应的网页。你最初登记两周以上一个环节到这儿来在你的首页,然后悄声地消失。"
 
-#: ../../boot.php:2097
-msgid "Events and Calendar"
-msgstr "项目和日历"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "开始方法"
 
-#: ../../boot.php:2101 ../../mod/notes.php:44
-msgid "Personal Notes"
-msgstr "私人便条"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Friendica游览"
 
-#: ../../boot.php:2104
-msgid "Only You Can See This"
-msgstr "只您许看这个"
+#: ../../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 "在您的<em>快开始</em>页-看段介绍您的简介和网络分页,结新联系,而找新组为加入。"
 
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr "总的特点"
+#: ../../mod/newmember.php:22 ../../mod/admin.php:1104
+#: ../../mod/admin.php:1325 ../../mod/settings.php:85
+#: ../../include/nav.php:172 ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648
+msgid "Settings"
+msgstr "配置"
 
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
-msgstr "多简介"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "您的设置"
 
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
-msgstr "能穿凿多简介"
+#: ../../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 "在你的<em>设置</em>页 - 改变你的最初的密码。也记住你的客户地址。这好像一个电子邮件地址,是用于在自由社会化网络交朋友们有用的。"
 
-#: ../../include/features.php:30
-msgid "Post Composition Features"
-msgstr "写文章特点"
+#: ../../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 "校对别的设置,特别隐私设置。一个未出版的目录项目是跟未出版的电话号码一样。平时,你可能应该出版你的目录项目-除非都你的朋友们和可交的朋友们已经知道确切地怎么找你。"
 
-#: ../../include/features.php:31
-msgid "Richtext Editor"
-msgstr "富文本格式编辑"
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+#: ../../mod/profiles.php:699
+msgid "Upload Profile Photo"
+msgstr "上传简历照片"
 
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
-msgstr "使富文本格式编辑可用"
+#: ../../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 "上传一张简历照片除非你已经做过。研究表明有真正自己的照片的人比没有的交朋友们可能多十倍。"
 
-#: ../../include/features.php:32
-msgid "Post Preview"
-msgstr "文章预演"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "编辑您的简介"
 
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "允许文章和评论出版前预演"
+#: ../../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 "随意编你的<strong>公开的</strong>简历。评论设置为藏起来你的朋友表和简历过陌生来客。"
 
-#: ../../include/features.php:33
-msgid "Auto-mention Forums"
-msgstr "自动提示论坛"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "简介关键字"
 
-#: ../../include/features.php:33
+#: ../../mod/newmember.php:40
 msgid ""
-"Add/remove mention when a fourm page is selected/deselected in ACL window."
-msgstr "添加/删除提示论坛页选择/淘汰在ACL窗户的时候。"
-
-#: ../../include/features.php:38
-msgid "Network Sidebar Widgets"
-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."
+msgstr "指定一些公开关键字在您的默认简介描述您兴趣。我们可能找得了别人有相似兴趣和建议友谊。"
 
-#: ../../include/features.php:39
-msgid "Search by Date"
-msgstr "按日期搜索"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "连接着"
 
-#: ../../include/features.php:39
-msgid "Ability to select posts by date ranges"
-msgstr "能按时期范围选择文章"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../include/features.php:40
-msgid "Group Filter"
-msgstr "组滤器"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "要是你有一个Facebook账户,批准Facebook插销。我们来(可选的)进口都你Facebook朋友们和交谈。"
 
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "使光表示网络文章从选择的组小窗口"
+#: ../../mod/newmember.php:51
+msgid ""
+"<em>If</em> this is your own personal server, installing the Facebook addon "
+"may ease your transition to the free social web."
+msgstr "<em>要是</em>这是你的私利服务器,安装Facebook插件会把你的过渡到自由社会化网络自在一点。"
 
-#: ../../include/features.php:41
-msgid "Network Filter"
-msgstr "网络滤器"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "进口着邮件"
 
-#: ../../include/features.php:41
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "使光表示网络文章从选择的网络小窗口"
+#: ../../mod/newmember.php:56
+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 "输入你电子邮件使用信息在插销设置页,要是你想用你的电子邮件进口和互动朋友们或邮件表。"
 
-#: ../../include/features.php:42 ../../mod/network.php:188
-#: ../../mod/search.php:30
-msgid "Saved Searches"
-msgstr "保存的搜索"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "您的熟人页"
 
-#: ../../include/features.php:42
-msgid "Save search terms for re-use"
-msgstr "保存搜索关键为再用"
+#: ../../mod/newmember.php:58
+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 "您熟人页是您门口为管理熟人和连接朋友们在别的网络。典型您输入他的地址或者网站URL在<em>添加新熟人</em>对话框。"
 
-#: ../../include/features.php:47
-msgid "Network Tabs"
-msgstr "网络分页"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "您网站的目录"
 
-#: ../../include/features.php:48
-msgid "Network Personal Tab"
-msgstr "网络私人分页"
+#: ../../mod/newmember.php:60
+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 "目录页让您找别人在这个网络或别的同盟的网站。找一个<em>连接</em>或<em>关注</em>按钮在他们的简介页。您被要求的话,提供您自己的同一个人地址。"
 
-#: ../../include/features.php:48
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "使表示光网络文章您参加了分页可用"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "找新人"
 
-#: ../../include/features.php:49
-msgid "Network New Tab"
-msgstr "网络新分页"
+#: ../../mod/newmember.php:62
+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 "在熟人页的工具栏有一些工具为找新朋友们。我们会使人们相配按名或兴趣,和以网络关系作为提醒建议的根据。在新网站,朋友建议平常开始24小时后。"
 
-#: ../../include/features.php:49
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "使表示光网络文章在12小时内分页可用"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr ""
 
-#: ../../include/features.php:50
-msgid "Network Shared Links Tab"
-msgstr "网络分享链接分页"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "把熟人组起来"
 
-#: ../../include/features.php:50
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "使表示光网络文章包括链接分页可用"
+#: ../../mod/newmember.php:70
+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 "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。"
 
-#: ../../include/features.php:55
-msgid "Post/Comment Tools"
-msgstr "æ\96\87ç« ï¼\8fè¯\84论工å\85·"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "æ\88\91æ\96\87ç« æ\80\8eä¹\88没å\85¬å¼\80ç\9a\84ï¼\9f"
 
-#: ../../include/features.php:56
-msgid "Multiple Deletion"
-msgstr "多删除"
+#: ../../mod/newmember.php:73
+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尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。"
 
-#: ../../include/features.php:56
-msgid "Select and delete multiple posts/comments at once"
-msgstr "选择和删除多文章/评论一次"
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "怎么获得帮助"
 
-#: ../../include/features.php:57
-msgid "Edit Sent Posts"
-msgstr "ç¼\96è¾\91å\8f\91é\80\81ç\9a\84æ\96\87ç« "
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "ç\9c\8b帮å\8a©é\83¨å\88\86"
 
-#: ../../include/features.php:57
-msgid "Edit and correct posts and comments after sending"
-msgstr "编辑或修改文章和评论发送后"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。"
 
-#: ../../include/features.php:58
-msgid "Tagging"
-msgstr "标签"
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID协议错误。没ID还。 "
 
-#: ../../include/features.php:58
-msgid "Ability to tag existing posts"
-msgstr "能把目前的文章标签"
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "找不到账户和OpenID注册不允许。"
 
-#: ../../include/features.php:59
-msgid "Post Categories"
-msgstr "文章种类"
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "登记失败了。"
 
-#: ../../include/features.php:59
-msgid "Add categories to your posts"
-msgstr "加入种类给您的文章"
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "照片上传去了,但修剪失灵。"
 
-#: ../../include/features.php:60 ../../include/contact_widgets.php:104
-msgid "Saved Folders"
-msgstr "保存的文件夹"
+#: ../../mod/profile_photo.php:74 ../../mod/profile_photo.php:81
+#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:204
+#: ../../mod/profile_photo.php:296 ../../mod/profile_photo.php:305
+#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1187
+#: ../../mod/photos.php:1210 ../../include/user.php:335
+#: ../../include/user.php:342 ../../include/user.php:349
+#: ../../view/theme/diabook/theme.php:500
+msgid "Profile Photos"
+msgstr "简介照片"
 
-#: ../../include/features.php:60
-msgid "Ability to file posts under folders"
-msgstr "能把文章归档在文件夹 "
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "照片减少[%s]失灵。"
 
-#: ../../include/features.php:61
-msgid "Dislike Posts"
-msgstr "不喜欢文章"
+#: ../../mod/profile_photo.php:118
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"
 
-#: ../../include/features.php:61
-msgid "Ability to dislike posts/comments"
-msgstr "能不喜欢文章/评论"
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "不能处理照片"
 
-#: ../../include/features.php:62
-msgid "Star Posts"
-msgstr "文章星"
+#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:122
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "图像超标最大极限尺寸 %d"
 
-#: ../../include/features.php:62
-msgid "Ability to mark special posts with a star indicator"
-msgstr "能把优秀文章跟星标注"
+#: ../../mod/profile_photo.php:153 ../../mod/wall_upload.php:144
+#: ../../mod/photos.php:807
+msgid "Unable to process image."
+msgstr "处理不了图像."
 
-#: ../../include/features.php:63
-msgid "Mute Post Notifications"
-msgstr ""
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "上传文件:"
 
-#: ../../include/features.php:63
-msgid "Ability to mute notifications for a thread"
-msgstr ""
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "选择一个简介"
 
-#: ../../include/items.php:2090 ../../include/datetime.php:472
-#, php-format
-msgid "%s's birthday"
-msgstr "%s的生日"
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "上传"
 
-#: ../../include/items.php:2091 ../../include/datetime.php:473
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "生日快乐%s"
+#: ../../mod/profile_photo.php:248 ../../mod/settings.php:1062
+msgid "or"
+msgstr "或者"
 
-#: ../../include/items.php:3856 ../../mod/dfrn_request.php:721
-#: ../../mod/dfrn_confirm.php:752
-msgid "[Name Withheld]"
-msgstr "[名字拒给]"
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "略过这步"
 
-#: ../../include/items.php:4354 ../../mod/admin.php:166
-#: ../../mod/admin.php:1013 ../../mod/admin.php:1226 ../../mod/viewsrc.php:15
-#: ../../mod/notice.php:15 ../../mod/display.php:70 ../../mod/display.php:240
-#: ../../mod/display.php:459
-msgid "Item not found."
-msgstr "项目找不到。"
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "从您的照片册选择一片。"
 
-#: ../../include/items.php:4393
-msgid "Do you really want to delete this item?"
-msgstr "您真的想删除这个项目吗?"
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "修剪照片"
 
-#: ../../include/items.php:4395 ../../mod/settings.php:1007
-#: ../../mod/settings.php:1013 ../../mod/settings.php:1021
-#: ../../mod/settings.php:1025 ../../mod/settings.php:1030
-#: ../../mod/settings.php:1036 ../../mod/settings.php:1042
-#: ../../mod/settings.php:1048 ../../mod/settings.php:1078
-#: ../../mod/settings.php:1079 ../../mod/settings.php:1080
-#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
-#: ../../mod/contacts.php:332 ../../mod/register.php:230
-#: ../../mod/dfrn_request.php:834 ../../mod/api.php:105
-#: ../../mod/suggest.php:29 ../../mod/message.php:209
-#: ../../mod/profiles.php:620 ../../mod/profiles.php:623
-msgid "Yes"
-msgstr "是"
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "请调图片剪裁为最好看。"
 
-#: ../../include/items.php:4398 ../../include/conversation.php:1129
-#: ../../mod/settings.php:612 ../../mod/settings.php:638
-#: ../../mod/contacts.php:335 ../../mod/editpost.php:148
-#: ../../mod/dfrn_request.php:848 ../../mod/fbrowser.php:81
-#: ../../mod/fbrowser.php:116 ../../mod/suggest.php:32
-#: ../../mod/photos.php:203 ../../mod/photos.php:292 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/message.php:212
-msgid "Cancel"
-msgstr "退消"
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "编完了"
 
-#: ../../include/items.php:4616
-msgid "Archives"
-msgstr "档案"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "照片成功地上传了"
 
-#: ../../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 "一个删除的组用这名被复兴。现有的项目权利<strong>可能</strong>还效为这个组和未来的成员。如果这不是您想的,请造成新组给起别的名。"
+#: ../../mod/profile_photo.php:301 ../../mod/wall_upload.php:172
+#: ../../mod/photos.php:834
+msgid "Image upload failed."
+msgstr "图像上载失败了."
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr "默认隐私组为新熟人"
+#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1968 ../../include/diaspora.php:2087
+#: ../../view/theme/diabook/theme.php:471
+msgid "photo"
+msgstr "照片"
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "每人"
+#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149
+#: ../../mod/like.php:319 ../../include/conversation.php:121
+#: ../../include/conversation.php:130 ../../include/conversation.php:249
+#: ../../include/conversation.php:258 ../../include/diaspora.php:2087
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475
+msgid "status"
+msgstr "现状"
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "编辑"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s关注着%2$s的%3$s"
 
-#: ../../include/group.php:270 ../../mod/newmember.php:66
-msgid "Groups"
-msgstr ""
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "标签去除了"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "编辑组"
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "去除项目标签"
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "创造新组"
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "选择标签去除"
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
-msgstr "ç\86\9f人没æ\9c\89ç»\84"
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139
+msgid "Remove"
+msgstr "移走"
 
-#: ../../include/group.php:275 ../../mod/network.php:189
-msgid "add"
-msgstr "添加"
+#: ../../mod/filer.php:30 ../../include/conversation.php:1006
+#: ../../include/conversation.php:1024
+msgid "Save to Folder:"
+msgstr "保存再文件夹:"
+
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "-选择-"
 
-#: ../../include/Photo_old.php:911 ../../include/Photo_old.php:926
-#: ../../include/Photo_old.php:933 ../../include/Photo_old.php:955
-#: ../../include/Photo.php:911 ../../include/Photo.php:926
-#: ../../include/Photo.php:933 ../../include/Photo.php:955
-#: ../../include/message.php:144 ../../mod/wall_upload.php:169
+#: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63
+#: ../../include/text.php:956
+msgid "Save"
+msgstr "保存"
+
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "熟人添了"
+
+#: ../../mod/item.php:113
+msgid "Unable to locate original post."
+msgstr "找不到当初的新闻"
+
+#: ../../mod/item.php:345
+msgid "Empty post discarded."
+msgstr "空心的新闻丢弃了"
+
+#: ../../mod/item.php:484 ../../mod/wall_upload.php:169
 #: ../../mod/wall_upload.php:178 ../../mod/wall_upload.php:185
-#: ../../mod/item.php:463
+#: ../../include/Photo.php:916 ../../include/Photo.php:931
+#: ../../include/Photo.php:938 ../../include/Photo.php:960
+#: ../../include/message.php:144
 msgid "Wall Photos"
 msgstr "墙照片"
 
-#: ../../include/dba.php:51 ../../include/dba_pdo.php:72
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "找不到DNS信息为数据库服务器「%s」"
+#: ../../mod/item.php:938
+msgid "System error. Post not saved."
+msgstr "系统错误。x"
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "增添新的熟人"
+#: ../../mod/item.php:964
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "输入地址或网位置"
+#: ../../mod/item.php:966
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "你可以网上拜访他在%s"
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "比如:li@example.com, http://example.com/li"
+#: ../../mod/item.php:967
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。"
 
-#: ../../include/contact_widgets.php:24
+#: ../../mod/item.php:971
 #, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d邀请可用的"
+msgid "%s posted an update."
+msgstr "%s贴上一个新闻。"
 
-#: ../../include/contact_widgets.php:30
-msgid "Find People"
-msgstr "找人物"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "组造成了。"
 
-#: ../../include/contact_widgets.php:31
-msgid "Enter name or interest"
-msgstr "输入名字或兴趣"
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "不能造成组。"
 
-#: ../../include/contact_widgets.php:32
-msgid "Connect/Follow"
-msgstr "连接/关注"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "组找不到。"
 
-#: ../../include/contact_widgets.php:33
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "比如:李某,打鱼"
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "组名变化了。"
 
-#: ../../include/contact_widgets.php:34 ../../mod/contacts.php:700
-#: ../../mod/directory.php:63
-msgid "Find"
-msgstr "搜索"
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr "保存组"
 
-#: ../../include/contact_widgets.php:37
-msgid "Random Profile"
-msgstr "é\9a\8fæ\9cºç®\80ä»\8b"
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "é\80 æ\88\90ç»\84ç\86\9f人ï¼\8fæ\9c\8bå\8f\8b们ã\80\82"
 
-#: ../../include/contact_widgets.php:71
-msgid "Networks"
-msgstr "ç½\91ç»\9c"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "ç»\84å\90\8dï¼\9a"
 
-#: ../../include/contact_widgets.php:74
-msgid "All Networks"
-msgstr "所有网络"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "组删除了。"
 
-#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
-msgid "Everything"
-msgstr "ä¸\80å\88\87"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "ä¸\8dè\83½å\88 é\99¤ç»\84ã\80\82"
 
-#: ../../include/contact_widgets.php:136
-msgid "Categories"
-msgstr "ç§\8dç±»"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "ç»\84ç¼\96è¾\91å\99¨"
 
-#: ../../include/contact_widgets.php:200 ../../mod/contacts.php:427
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d共同熟人"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "成员"
 
-#: ../../include/enotify.php:18
-msgid "Friendica Notification"
-msgstr "Friendica 通知"
+#: ../../mod/apps.php:7 ../../index.php:212
+msgid "You must be logged in to use addons. "
+msgstr "您用插件前要登录"
 
-#: ../../include/enotify.php:21
-msgid "Thank You,"
-msgstr "谢谢,"
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "应用"
 
-#: ../../include/enotify.php:23
-#, php-format
-msgid "%s Administrator"
-msgstr "%s管理员"
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "没有安装的应用"
 
-#: ../../include/enotify.php:30 ../../include/delivery.php:467
-#: ../../include/notifier.php:784
-msgid "noreply"
-msgstr "noreply"
+#: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:630
+msgid "Profile not found."
+msgstr "找不到简介。"
 
-#: ../../include/enotify.php:55
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../mod/dfrn_confirm.php:120 ../../mod/fsuggest.php:20
+#: ../../mod/fsuggest.php:92 ../../mod/crepair.php:133
+msgid "Contact not found."
+msgstr "没找到熟人。"
 
-#: ../../include/enotify.php:59
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify]收到新邮件在%s"
+#: ../../mod/dfrn_confirm.php:121
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "这会偶尔地发生熟人双方都要求和已经批准的时候。"
 
-#: ../../include/enotify.php:61
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s发给您新私人通知在%2$s."
+#: ../../mod/dfrn_confirm.php:240
+msgid "Response from remote site was not understood."
+msgstr "遥网站的回答明白不了。"
 
-#: ../../include/enotify.php:62
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s发给您%2$s."
+#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
+msgstr "居然回答从遥网站:"
 
-#: ../../include/enotify.php:62
-msgid "a private message"
-msgstr "一条私人的消息"
+#: ../../mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
+msgstr "确认成功完成。"
 
-#: ../../include/enotify.php:63
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "清去%s为了看或回答你私人的消息"
+#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279
+#: ../../mod/dfrn_confirm.php:286
+msgid "Remote site reported: "
+msgstr "遥网站报案:"
 
-#: ../../include/enotify.php:115
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s于[url=%2$s]a %3$s[/url]评论了"
+#: ../../mod/dfrn_confirm.php:277
+msgid "Temporary failure. Please wait and try again."
+msgstr "临时失败。请等一会,再试。"
 
-#: ../../include/enotify.php:122
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s于[url=%2$s]%3$s的%4$s[/url]评论了"
+#: ../../mod/dfrn_confirm.php:284
+msgid "Introduction failed or was revoked."
+msgstr "介绍失败或被吊销。"
 
-#: ../../include/enotify.php:130
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s于[url=%2$s]您的%3$s[/url]评论了"
+#: ../../mod/dfrn_confirm.php:429
+msgid "Unable to set contact photo."
+msgstr "不会指定熟人照片。"
 
-#: ../../include/enotify.php:140
+#: ../../mod/dfrn_confirm.php:486 ../../include/conversation.php:172
+#: ../../include/diaspora.php:620
 #, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论"
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s是成为%2$s的朋友"
 
-#: ../../include/enotify.php:141
+#: ../../mod/dfrn_confirm.php:571
 #, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s对你有兴趣的项目/ 交谈发表意见"
+msgid "No user record found for '%s' "
+msgstr "找不到「%s」的用户记录"
 
-#: ../../include/enotify.php:144 ../../include/enotify.php:159
-#: ../../include/enotify.php:172 ../../include/enotify.php:185
-#: ../../include/enotify.php:203 ../../include/enotify.php:216
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "清去%s为了看或回答交谈"
+#: ../../mod/dfrn_confirm.php:581
+msgid "Our site encryption key is apparently messed up."
+msgstr "看起来我们的加密钥匙失灵了。"
 
-#: ../../include/enotify.php:151
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s贴在您的简介墙"
+#: ../../mod/dfrn_confirm.php:592
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "空的URL供应,或URL解不了码。"
 
-#: ../../include/enotify.php:153
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s放在您的简介墙在%2$s"
+#: ../../mod/dfrn_confirm.php:613
+msgid "Contact record was not found for you on our site."
+msgstr "熟人记录在我们的网站找不了。"
 
-#: ../../include/enotify.php:155
+#: ../../mod/dfrn_confirm.php:627
 #, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s放在[url=%2$s]您的墙[/url]"
+msgid "Site public key not available in contact record for URL %s."
+msgstr "没有网站公开钥匙在熟人记录在URL%s。"
 
-#: ../../include/enotify.php:166
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s标签您"
+#: ../../mod/dfrn_confirm.php:647
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "身份证明由您的系统是在我们的重做。你再试应该运行。"
 
-#: ../../include/enotify.php:167
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s把您在%2$s标签"
+#: ../../mod/dfrn_confirm.php:658
+msgid "Unable to set your contact credentials on our system."
+msgstr "不能创作您的熟人证件在我们的系统。"
 
-#: ../../include/enotify.php:168
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s[url=%2$s]把您标签[/url]."
+#: ../../mod/dfrn_confirm.php:725
+msgid "Unable to update your contact profile details on our system"
+msgstr "不能更新您的熟人简介消息在我们的系统"
 
-#: ../../include/enotify.php:179
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s分享新的消息"
+#: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717
+#: ../../include/items.php:4008
+msgid "[Name Withheld]"
+msgstr "[名字拒给]"
 
-#: ../../include/enotify.php:180
+#: ../../mod/dfrn_confirm.php:797
 #, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$så\88\86享æ\96°ç\9a\84æ¶\88æ\81¯å\9c¨%2$s"
+msgid "%1$s has joined %2$s"
+msgstr "%1$så\8a å\85¥%2$säº\86"
 
-#: ../../include/enotify.php:181
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]分享一个消息[/url]."
+#: ../../mod/profile.php:21 ../../boot.php:1458
+msgid "Requested profile is not available."
+msgstr "要求的简介联系不上的。"
 
-#: ../../include/enotify.php:193
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify]您被%1$s戳"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "提示对新成员"
 
-#: ../../include/enotify.php:194
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "您被%1$s戳在%2$s"
+#: ../../mod/videos.php:125
+msgid "No videos selected"
+msgstr "没选择的视频"
 
-#: ../../include/enotify.php:195
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s[url=%2$s]把您戳[/url]。"
+#: ../../mod/videos.php:226 ../../mod/photos.php:1031
+msgid "Access to this item is restricted."
+msgstr "这个项目使用权限的。"
 
-#: ../../include/enotify.php:210
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s标前您的文章"
+#: ../../mod/videos.php:301 ../../include/text.php:1405
+msgid "View Video"
+msgstr "看视频"
 
-#: ../../include/enotify.php:211
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s把您的文章在%2$s标签"
+#: ../../mod/videos.php:308 ../../mod/photos.php:1808
+msgid "View Album"
+msgstr "看照片册"
 
-#: ../../include/enotify.php:212
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s把[url=%2$s]您的文章[/url]标签"
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr "最近视频"
 
-#: ../../include/enotify.php:223
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] 收到介绍"
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr "上传新视频"
 
-#: ../../include/enotify.php:224
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
 #, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "您从「%1$s」受到一个介绍在%2$s"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s把%4$s标签%2$s的%3$s"
 
-#: ../../include/enotify.php:225
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "您从%2$s收到[url=%1$s]一个介绍[/url]。"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "朋友建议发送了。"
 
-#: ../../include/enotify.php:228 ../../include/enotify.php:270
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "你能看他的简介在%s"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "建议朋友们"
 
-#: ../../include/enotify.php:230
+#: ../../mod/fsuggest.php:99
 #, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "请批准或拒绝介绍在%s"
-
-#: ../../include/enotify.php:238
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr ""
+msgid "Suggest a friend for %s"
+msgstr "建议朋友给%s"
 
-#: ../../include/enotify.php:239 ../../include/enotify.php:240
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr ""
+#: ../../mod/lostpass.php:19
+msgid "No valid account found."
+msgstr "找不到效的账户。"
 
-#: ../../include/enotify.php:246
-msgid "[Friendica:Notify] You have a new follower"
-msgstr ""
+#: ../../mod/lostpass.php:35
+msgid "Password reset request issued. Check your email."
+msgstr "重设密码要求发布了。核对您的收件箱。"
 
-#: ../../include/enotify.php:247 ../../include/enotify.php:248
+#: ../../mod/lostpass.php:42
 #, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr ""
-
-#: ../../include/enotify.php:261
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] 收到朋友建议"
+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\t亲爱的%1$s,\n\t\t\t最近\"%2$s\"收到重设你账号密码要求。为了验证此要求,请点击\n\t\t下面的链接或者粘贴在浏览器。\n\n\t\t如果你没请求这个变化,请别点击并忽视或删除这个邮件。\n\n\t\t你的密码将不改变除非我们验证这个请求是由你发地。"
 
-#: ../../include/enotify.php:262
+#: ../../mod/lostpass.php:53
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "您从「%2$s」收到[url=%1$s]一个朋友建议[/url]。"
+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\t点击西面的链接为验证你的身份:\n\n\t\t%1$s\n\n\t\t你将收一个邮件包括新的密码。登录之后你能改密码在设置页面。\n\n\t\t登录消息是:\n\n\t\t网站地址:\t%2$s\n\t\t用户名:\t%3$s"
 
-#: ../../include/enotify.php:263
+#: ../../mod/lostpass.php:72
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "您从%3$s收到[url=%1$s]一个朋友建议[/url]为%2$s。"
+msgid "Password reset requested at %s"
+msgstr "重设密码要求被发布%s"
 
-#: ../../include/enotify.php:268
-msgid "Name:"
-msgstr "名字:"
+#: ../../mod/lostpass.php:92
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。"
 
-#: ../../include/enotify.php:269
-msgid "Photo:"
-msgstr "照片:"
+#: ../../mod/lostpass.php:109 ../../boot.php:1280
+msgid "Password Reset"
+msgstr "复位密码"
 
-#: ../../include/enotify.php:272
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "请批准或拒绝建议在%s"
+#: ../../mod/lostpass.php:110
+msgid "Your password has been reset as requested."
+msgstr "您的密码被重设如要求的。"
 
-#: ../../include/enotify.php:280 ../../include/enotify.php:293
-msgid "[Friendica:Notify] Connection accepted"
-msgstr ""
+#: ../../mod/lostpass.php:111
+msgid "Your new password is"
+msgstr "你的新的密码是"
 
-#: ../../include/enotify.php:281 ../../include/enotify.php:294
-#, php-format
-msgid "'%1$s' has acepted your connection request at %2$s"
-msgstr ""
+#: ../../mod/lostpass.php:112
+msgid "Save or copy your new password - and then"
+msgstr "保存或复制新密码-之后"
 
-#: ../../include/enotify.php:282 ../../include/enotify.php:295
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr ""
+#: ../../mod/lostpass.php:113
+msgid "click here to login"
+msgstr "在这儿点击"
 
-#: ../../include/enotify.php:285
+#: ../../mod/lostpass.php:114
 msgid ""
-"You are now mutual friends and may exchange status updates, photos, and email\n"
-"\twithout restriction."
-msgstr ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "您的密码能被变化从<em>设置</em>页成功登记后。"
 
-#: ../../include/enotify.php:288 ../../include/enotify.php:302
+#: ../../mod/lostpass.php:125
 #, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr ""
+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\t亲戚的%1$s,\n\t\t\t\t\t你的密码于你的要求被改了。请保存这个消息或者\n\t\t\t\t立刻改密码成什么容易回忆的。\n\t\t\t"
 
-#: ../../include/enotify.php:298
+#: ../../mod/lostpass.php:131
 #, 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 ""
+"\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\t你的登录消息是:\n\n\t\t\t\t网站地址:%1$s\n\t\t\t\t用户名:%2$s\n\t\t\t\t密码:%3$s\n\n\t\t\t\t登录后你能改密码在设置页面。\n\t\t\t"
 
-#: ../../include/enotify.php:300
+#: ../../mod/lostpass.php:147
 #, php-format
+msgid "Your password has been changed at %s"
+msgstr "您密码被变化在%s"
+
+#: ../../mod/lostpass.php:159
+msgid "Forgot your Password?"
+msgstr "忘记你的密码吗?"
+
+#: ../../mod/lostpass.php:160
 msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future. "
-msgstr ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"
 
-#: ../../include/enotify.php:313
-msgid "[Friendica System:Notify] registration request"
-msgstr ""
+#: ../../mod/lostpass.php:161
+msgid "Nickname or Email: "
+msgstr "昵称或邮件地址:"
 
-#: ../../include/enotify.php:314
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr ""
+#: ../../mod/lostpass.php:162
+msgid "Reset"
+msgstr "复位"
 
-#: ../../include/enotify.php:315
+#: ../../mod/like.php:166 ../../include/conversation.php:137
+#: ../../include/diaspora.php:2103 ../../view/theme/diabook/theme.php:480
 #, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr ""
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s喜欢%2$s的%3$s"
 
-#: ../../include/enotify.php:318
+#: ../../mod/like.php:168 ../../include/conversation.php:140
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr ""
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s不喜欢%2$s的%3$s"
 
-#: ../../include/enotify.php:321
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr ""
+#: ../../mod/ping.php:240
+msgid "{0} wants to be your friend"
+msgstr "{0}想成为您的朋友"
 
-#: ../../include/api.php:262 ../../include/api.php:273
-#: ../../include/api.php:374 ../../include/api.php:958
-#: ../../include/api.php:960
-msgid "User not found."
-msgstr "找不到用户"
+#: ../../mod/ping.php:245
+msgid "{0} sent you a message"
+msgstr "{0}发给您一个通信"
 
-#: ../../include/api.php:1167
-msgid "There is no status with this id."
-msgstr "没有什么状态跟这个ID"
+#: ../../mod/ping.php:250
+msgid "{0} requested registration"
+msgstr "{0}要求注册"
 
-#: ../../include/api.php:1237
-msgid "There is no conversation with this id."
-msgstr "没有这个ID的对话"
+#: ../../mod/ping.php:256
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0}对%s的文章发表意见"
 
-#: ../../include/network.php:892
-msgid "view full size"
-msgstr "看全尺寸"
+#: ../../mod/ping.php:261
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0}喜欢%s的文章"
 
-#: ../../include/Scrape.php:584
-msgid " on Last.fm"
-msgstr "在Last.fm"
+#: ../../mod/ping.php:266
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0}不喜欢%s的文章"
 
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1125
-msgid "Full Name:"
-msgstr "全名:"
+#: ../../mod/ping.php:271
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0}成为%s的朋友"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../mod/ping.php:276
+msgid "{0} posted"
+msgstr "{0}陈列"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../mod/ping.php:281
+#, php-format
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0}用#%s标签%s的文章"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "生日:"
+#: ../../mod/ping.php:287
+msgid "{0} mentioned you in a post"
+msgstr "{0}提到您在文章"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "年纪:"
+#: ../../mod/viewcontacts.php:41
+msgid "No contacts."
+msgstr "没有熟人。"
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "为%1$d %2$s"
+#: ../../mod/viewcontacts.php:78 ../../include/text.php:876
+msgid "View Contacts"
+msgstr "看熟人"
 
-#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:673
-msgid "Sexual Preference:"
-msgstr "æ\80§å\8f\96å\90\91"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "æ\97 æ\95\88è¦\81æ±\82身份å\8f·ã\80\82"
 
-#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:675
-msgid "Hometown:"
-msgstr "故乡:"
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "丢弃"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "标签:"
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "系统"
 
-#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:676
-msgid "Political Views:"
-msgstr "政治观念:"
+#: ../../mod/notifications.php:83 ../../include/nav.php:145
+msgid "Network"
+msgstr "网络"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "宗教:"
+#: ../../mod/notifications.php:88 ../../mod/network.php:371
+msgid "Personal"
+msgstr "私人"
 
-#: ../../include/profile_advanced.php:58 ../../mod/directory.php:144
-msgid "About:"
-msgstr "关于:"
+#: ../../mod/notifications.php:93 ../../include/nav.php:105
+#: ../../include/nav.php:148 ../../view/theme/diabook/theme.php:123
+msgid "Home"
+msgstr "主页"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "爱好/兴趣"
+#: ../../mod/notifications.php:98 ../../include/nav.php:154
+msgid "Introductions"
+msgstr "介绍"
 
-#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:680
-msgid "Likes:"
-msgstr "喜欢:"
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "显示不理的要求"
 
-#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:681
-msgid "Dislikes:"
-msgstr "不喜欢:"
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "隐藏不理的要求"
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "熟人消息和社会化网络"
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "通知种类:"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "音乐兴趣:"
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "朋友建议"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "书,文学"
+#: ../../mod/notifications.php:152
+#, php-format
+msgid "suggested by %s"
+msgstr "由%s建议的"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "电视:"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "表新朋友活动"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "电影/跳舞/文化/娱乐:"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "或适用"
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "爱情/浪漫"
+#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
+#: ../../mod/admin.php:1005
+msgid "Approve"
+msgstr "批准"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "å·¥ä½\9c"
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "声称被æ\82¨è®¤è¯\86ï¼\9a"
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "学院/教育"
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr ""
 
-#: ../../include/nav.php:34 ../../mod/navigation.php:20
-msgid "Nothing new here"
-msgstr "这里没有什么新的"
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr ""
 
-#: ../../include/nav.php:38 ../../mod/navigation.php:24
-msgid "Clear notifications"
-msgstr "æ¸\85ç\90\86å\87ºé\80\9aç\9f¥"
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "æ\89¹å\87\86ä½\9c为"
 
-#: ../../include/nav.php:73
-msgid "End this session"
-msgstr "结束这段时间"
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "朋友"
 
-#: ../../include/nav.php:79
-msgid "Your videos"
-msgstr ""
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "分享者"
 
-#: ../../include/nav.php:81
-msgid "Your personal notes"
-msgstr ""
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "迷/赞赏者"
 
-#: ../../include/nav.php:92
-msgid "Sign in"
-msgstr "登记"
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "友谊/联络要求"
 
-#: ../../include/nav.php:105
-msgid "Home Page"
-msgstr "主页"
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "新关注者:"
 
-#: ../../include/nav.php:109
-msgid "Create an account"
-msgstr "注å\86\8c"
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "没æ\9c\89ä»\8bç»\8dã\80\82"
 
-#: ../../include/nav.php:114 ../../mod/help.php:84
-msgid "Help"
-msgstr "帮助"
+#: ../../mod/notifications.php:220 ../../include/nav.php:155
+msgid "Notifications"
+msgstr "通知"
 
-#: ../../include/nav.php:114
-msgid "Help and documentation"
-msgstr "帮助证件"
+#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s喜欢了%s的消息"
 
-#: ../../include/nav.php:117
-msgid "Apps"
-msgstr "应用程序"
+#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
+#: ../../mod/notifications.php:488
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s不喜欢了%s的消息"
 
-#: ../../include/nav.php:117
-msgid "Addon applications, utilities, games"
-msgstr "可加的应用,设施,游戏"
+#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
+#: ../../mod/notifications.php:503
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s成为%s的朋友"
 
-#: ../../include/nav.php:119 ../../include/text.php:952
-#: ../../include/text.php:953 ../../mod/search.php:99
-msgid "Search"
-msgstr "搜索"
+#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
+#, php-format
+msgid "%s created a new post"
+msgstr "%s造成新文章"
 
-#: ../../include/nav.php:119
-msgid "Search site content"
-msgstr "搜索网站内容"
+#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
+#: ../../mod/notifications.php:513
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s便条%s的文章"
 
-#: ../../include/nav.php:129
-msgid "Conversations on this site"
-msgstr "这个网站的交谈"
+#: ../../mod/notifications.php:306
+msgid "No more network notifications."
+msgstr "没有别的网络通信。"
 
-#: ../../include/nav.php:131
-msgid "Directory"
-msgstr "名录"
+#: ../../mod/notifications.php:310
+msgid "Network Notifications"
+msgstr "网络通知"
 
-#: ../../include/nav.php:131
-msgid "People directory"
-msgstr "人物名录"
+#: ../../mod/notifications.php:336 ../../mod/notify.php:75
+msgid "No more system notifications."
+msgstr "没别系统通知。"
 
-#: ../../include/nav.php:133
-msgid "Information"
-msgstr "资料"
+#: ../../mod/notifications.php:340 ../../mod/notify.php:79
+msgid "System Notifications"
+msgstr "系统通知"
 
-#: ../../include/nav.php:133
-msgid "Information about this friendica instance"
-msgstr "资料关于这个Friendica服务器"
+#: ../../mod/notifications.php:435
+msgid "No more personal notifications."
+msgstr "没有别的私人通信。"
 
-#: ../../include/nav.php:143 ../../mod/notifications.php:83
-msgid "Network"
-msgstr "ç½\91ç»\9c"
+#: ../../mod/notifications.php:439
+msgid "Personal Notifications"
+msgstr "ç§\81人é\80\9aç\9f¥"
 
-#: ../../include/nav.php:143
-msgid "Conversations from your friends"
-msgstr "从你朋友们的交谈"
+#: ../../mod/notifications.php:520
+msgid "No more home notifications."
+msgstr "没有别的家通信。"
 
-#: ../../include/nav.php:144
-msgid "Network Reset"
-msgstr "网络重设"
+#: ../../mod/notifications.php:524
+msgid "Home Notifications"
+msgstr "主页通知"
 
-#: ../../include/nav.php:144
-msgid "Load Network page with no filters"
-msgstr "表示网络页无滤器"
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "源代码(bbcode)正文"
 
-#: ../../include/nav.php:152 ../../mod/notifications.php:98
-msgid "Introductions"
-msgstr "介绍"
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "源代(Diaspora)正文要翻译成BBCode:"
 
-#: ../../include/nav.php:152
-msgid "Friend Requests"
-msgstr "友谊邀请"
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "源代码输入:"
 
-#: ../../include/nav.php:153 ../../mod/notifications.php:220
-msgid "Notifications"
-msgstr "通知"
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html(生HTML): "
 
-#: ../../include/nav.php:154
-msgid "See all notifications"
-msgstr "看所有的通知"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html:"
 
-#: ../../include/nav.php:155
-msgid "Mark all system notifications seen"
-msgstr "记号各系统通知看过的"
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb:"
 
-#: ../../include/nav.php:159 ../../mod/notifications.php:103
-#: ../../mod/message.php:182
-msgid "Messages"
-msgstr "消息"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md:"
 
-#: ../../include/nav.php:159
-msgid "Private mail"
-msgstr "私人的邮件"
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html:"
 
-#: ../../include/nav.php:160
-msgid "Inbox"
-msgstr "收件箱"
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb:"
 
-#: ../../include/nav.php:161
-msgid "Outbox"
-msgstr "发件箱"
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb:"
 
-#: ../../include/nav.php:162 ../../mod/message.php:9
-msgid "New Message"
-msgstr "æ\96°ç\9a\84æ¶\88æ\81¯"
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "æº\90代è¾\93å\85¥ï¼\88Diasporaå½¢å¼\8fï¼\89ï¼\9a"
 
-#: ../../include/nav.php:165
-msgid "Manage"
-msgstr "代用户"
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
 
-#: ../../include/nav.php:165
-msgid "Manage other pages"
-msgstr "管理别的页"
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "这里没有什么新的"
 
-#: ../../include/nav.php:168 ../../mod/settings.php:62
-msgid "Delegations"
-msgstr "代表"
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "清理出通知"
 
-#: ../../include/nav.php:168 ../../mod/delegate.php:124
-msgid "Delegate Page Management"
-msgstr "页代表管理"
+#: ../../mod/message.php:9 ../../include/nav.php:164
+msgid "New Message"
+msgstr "新的消息"
 
-#: ../../include/nav.php:170
-msgid "Account settings"
-msgstr "帐户配置"
+#: ../../mod/message.php:63 ../../mod/wallmessage.php:56
+msgid "No recipient selected."
+msgstr "没有选择的接受者。"
 
-#: ../../include/nav.php:173
-msgid "Manage/Edit Profiles"
-msgstr "管理/编辑简介"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "找不到熟人信息。"
 
-#: ../../include/nav.php:175
-msgid "Manage/edit friends and contacts"
-msgstr "管理/编朋友们和熟人们"
+#: ../../mod/message.php:70 ../../mod/wallmessage.php:62
+msgid "Message could not be sent."
+msgstr "消息发不了。"
 
-#: ../../include/nav.php:182 ../../mod/admin.php:128
-msgid "Admin"
-msgstr "管理"
+#: ../../mod/message.php:73 ../../mod/wallmessage.php:65
+msgid "Message collection failure."
+msgstr "通信受到错误。"
 
-#: ../../include/nav.php:182
-msgid "Site setup and configuration"
-msgstr "网站开办和配置"
+#: ../../mod/message.php:76 ../../mod/wallmessage.php:68
+msgid "Message sent."
+msgstr "消息发了"
 
-#: ../../include/nav.php:186
-msgid "Navigation"
-msgstr "航行"
+#: ../../mod/message.php:182 ../../include/nav.php:161
+msgid "Messages"
+msgstr "消息"
 
-#: ../../include/nav.php:186
-msgid "Site map"
-msgstr "网站地图"
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "您真的想删除这个通知吗?"
 
-#: ../../include/plugin.php:455 ../../include/plugin.php:457
-msgid "Click here to upgrade."
-msgstr "这里点击为更新。"
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "消息删除了。"
 
-#: ../../include/plugin.php:463
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "这个行动超过您订阅的限制。"
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "交流删除了。"
 
-#: ../../include/plugin.php:468
-msgid "This action is not available under your subscription plan."
-msgstr "这个行动在您的订阅不可用的。"
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Please enter a link URL:"
+msgstr "请输入环节URL:"
 
-#: ../../include/follow.php:27 ../../mod/dfrn_request.php:507
-msgid "Disallowed profile URL."
-msgstr "不允许的简介地址."
+#: ../../mod/message.php:319 ../../mod/wallmessage.php:142
+msgid "Send Private Message"
+msgstr "发私人的通信"
 
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "连接URL失踪的。"
+#: ../../mod/message.php:320 ../../mod/message.php:553
+#: ../../mod/wallmessage.php:144
+msgid "To:"
+msgstr "到:"
 
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "这网站没配置允许跟别的网络交流."
+#: ../../mod/message.php:325 ../../mod/message.php:555
+#: ../../mod/wallmessage.php:145
+msgid "Subject:"
+msgstr "题目:"
 
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "没有兼容协议或者摘要找到了."
+#: ../../mod/message.php:329 ../../mod/message.php:558
+#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "你的消息:"
 
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "输入的简介地址没有够消息。"
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../include/conversation.php:1091
+msgid "Upload photo"
+msgstr "上传照片"
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "找不到作者或名。"
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../include/conversation.php:1095
+msgid "Insert web link"
+msgstr "插入网页环节"
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "这个地址没有符合什么游览器URL。"
+#: ../../mod/message.php:334 ../../mod/message.php:565
+#: ../../mod/content.php:499 ../../mod/content.php:883
+#: ../../mod/wallmessage.php:156 ../../mod/editpost.php:124
+#: ../../mod/photos.php:1545 ../../object/Item.php:364
+#: ../../include/conversation.php:692 ../../include/conversation.php:1109
+msgid "Please wait"
+msgstr "请等一下"
 
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "使不了知道的相配或邮件熟人相配 "
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "没有消息"
 
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "输入mailto:地址前为要求电子邮件检查。"
+#: ../../mod/message.php:378
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "生发送人-%s"
 
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "输入的简介地址属在这个网站使不可用的网络。"
+#: ../../mod/message.php:381
+#, php-format
+msgid "You and %s"
+msgstr "您和%s"
 
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "有限的简介。这人不会接受直达/私人通信从您。"
+#: ../../mod/message.php:384
+#, php-format
+msgid "%s and You"
+msgstr "%s和您"
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "不能取回熟人消息。"
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "删除交谈"
 
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "关注"
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
-msgstr "解码账户文件出错误"
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d通知"
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "é\94\99误ï¼\81æ\96\87件没æ\9c\89ç\89\88æ\9c¬æ\95°ï¼\81è¿\99ä¸\8dæ\98¯Friendicaè´¦æ\88·æ\96\87件å\90\97ï¼\9f"
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "é\80\9aä¿¡ä¸\8då\8f¯ç\94¨ç\9a\84"
 
-#: ../../include/uimport.php:116 ../../include/uimport.php:127
-msgid "Error! Cannot check nickname"
-msgstr "错误!不能检查昵称"
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "删除消息"
 
-#: ../../include/uimport.php:120 ../../include/uimport.php:131
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "用户「%s」已经存在这个服务器!"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。"
 
-#: ../../include/uimport.php:153
-msgid "User creation error"
-msgstr "用户创造错误"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "发回答"
 
-#: ../../include/uimport.php:171
-msgid "User profile creation error"
-msgstr "用户简介创造错误"
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:37 ../../mod/update_profile.php:41
+#: ../../mod/update_network.php:25
+msgid "[Embedded content - reload page to view]"
+msgstr "[嵌入内容-重新加载页为看]"
 
-#: ../../include/uimport.php:220
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d熟人没进口了"
+#: ../../mod/crepair.php:106
+msgid "Contact settings applied."
+msgstr "熟人设置应用了。"
 
-#: ../../include/uimport.php:290
-msgid "Done. You can now login with your username and password"
-msgstr "完了。您现在会用您用户名和密码登录"
+#: ../../mod/crepair.php:108
+msgid "Contact update failed."
+msgstr "熟人更新失败。"
 
-#: ../../include/event.php:11 ../../include/bb2diaspora.php:134
-#: ../../mod/localtime.php:12
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../mod/crepair.php:139
+msgid "Repair Contact Settings"
+msgstr "维修熟人设置"
 
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:140
-msgid "Starts:"
-msgstr "开始:"
+#: ../../mod/crepair.php:141
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>注意:这是很高等的</strong>,你输入错的信息你和熟人的沟通会弄失灵了。"
 
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:148
-msgid "Finishes:"
-msgstr "结束:"
+#: ../../mod/crepair.php:142
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页"
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr "结束关注了"
+#: ../../mod/crepair.php:148
+msgid "Return to contact editor"
+msgstr "回归熟人处理器"
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:882
-msgid "Poke"
-msgstr "æ\88³"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "No mirroring"
+msgstr "没æ\9c\89å¤\8då\88"
 
-#: ../../include/Contact.php:229 ../../include/conversation.php:876
-msgid "View Status"
-msgstr "看现状"
+#: ../../mod/crepair.php:159
+msgid "Mirror as forwarded posting"
+msgstr "复制为传达文章"
 
-#: ../../include/Contact.php:230 ../../include/conversation.php:877
-msgid "View Profile"
-msgstr "看简介"
+#: ../../mod/crepair.php:159 ../../mod/crepair.php:161
+msgid "Mirror as my own posting"
+msgstr "复制为我自己的文章"
 
-#: ../../include/Contact.php:231 ../../include/conversation.php:878
-msgid "View Photos"
-msgstr "看照片"
+#: ../../mod/crepair.php:165 ../../mod/admin.php:1003 ../../mod/admin.php:1015
+#: ../../mod/admin.php:1016 ../../mod/admin.php:1029
+#: ../../mod/settings.php:616 ../../mod/settings.php:642
+msgid "Name"
+msgstr "名字"
 
-#: ../../include/Contact.php:232 ../../include/Contact.php:255
-#: ../../include/conversation.php:879
-msgid "Network Posts"
-msgstr "网络文章"
+#: ../../mod/crepair.php:166
+msgid "Account Nickname"
+msgstr "帐户昵称"
 
-#: ../../include/Contact.php:233 ../../include/Contact.php:255
-#: ../../include/conversation.php:880
-msgid "Edit Contact"
-msgstr "编辑熟人"
+#: ../../mod/crepair.php:167
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname越过名/昵称"
 
-#: ../../include/Contact.php:234
-msgid "Drop Contact"
-msgstr "å\88 é\99¤ç\86\9f人"
+#: ../../mod/crepair.php:168
+msgid "Account URL"
+msgstr "å¸\90æ\88·URL"
 
-#: ../../include/Contact.php:235 ../../include/Contact.php:255
-#: ../../include/conversation.php:881
-msgid "Send PM"
-msgstr "法私人的新闻"
+#: ../../mod/crepair.php:169
+msgid "Friend Request URL"
+msgstr "朋友请求URL"
 
-#: ../../include/dbstructure.php:23
-#, 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 ""
+#: ../../mod/crepair.php:170
+msgid "Friend Confirm URL"
+msgstr "朋友确认URL"
 
-#: ../../include/dbstructure.php:28
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr ""
+#: ../../mod/crepair.php:171
+msgid "Notification Endpoint URL"
+msgstr "通知端URL"
 
-#: ../../include/dbstructure.php:181
-msgid "Errors encountered creating database tables."
-msgstr "造成数据库列表相遇错误。"
+#: ../../mod/crepair.php:172
+msgid "Poll/Feed URL"
+msgstr "喂URL"
 
-#: ../../include/dbstructure.php:239
-msgid "Errors encountered performing database changes."
-msgstr ""
+#: ../../mod/crepair.php:173
+msgid "New photo from this URL"
+msgstr "新照片从这个URL"
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "形形色色"
+#: ../../mod/crepair.php:174
+msgid "Remote Self"
+msgstr "遥远的自身"
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr ""
+#: ../../mod/crepair.php:176
+msgid "Mirror postings from this contact"
+msgstr "把这个熟人的文章复制。"
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "月"
+#: ../../mod/crepair.php:176
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr ""
+#: ../../mod/bookmarklet.php:12 ../../boot.php:1266 ../../include/nav.php:92
+msgid "Login"
+msgstr "登录"
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "从未"
+#: ../../mod/bookmarklet.php:41
+msgid "The post was created"
+msgstr "文章创建了"
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "一秒以内"
+#: ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "没有用权。"
 
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr ""
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "搜索人物"
 
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "æ\9c\88"
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "没æ\9c\89ç»\93æ\9e\9c"
 
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "星期"
+#: ../../mod/fbrowser.php:25 ../../boot.php:2126 ../../include/nav.php:78
+#: ../../view/theme/diabook/theme.php:126
+msgid "Photos"
+msgstr "照片"
 
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "æ\98\9fæ\9c\9f"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "æ\96\87件"
 
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr ""
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "没当成员的熟人"
 
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "小时"
+#: ../../mod/admin.php:57
+msgid "Theme settings updated."
+msgstr "主题设置更新了。"
 
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "小时"
+#: ../../mod/admin.php:104 ../../mod/admin.php:619
+msgid "Site"
+msgstr "网站"
 
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "分钟"
+#: ../../mod/admin.php:105 ../../mod/admin.php:998 ../../mod/admin.php:1013
+msgid "Users"
+msgstr "用户"
 
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "分钟"
+#: ../../mod/admin.php:106 ../../mod/admin.php:1102 ../../mod/admin.php:1155
+#: ../../mod/settings.php:57
+msgid "Plugins"
+msgstr "插件"
 
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr ""
+#: ../../mod/admin.php:107 ../../mod/admin.php:1323 ../../mod/admin.php:1357
+msgid "Themes"
+msgstr "主题"
 
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr ""
+#: ../../mod/admin.php:108
+msgid "DB updates"
+msgstr "数据库更新"
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s以前"
+#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1444
+msgid "Logs"
+msgstr "记录"
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[无题目]"
+#: ../../mod/admin.php:124
+msgid "probe address"
+msgstr "试探地址"
 
-#: ../../include/delivery.php:456 ../../include/notifier.php:774
-msgid "(no subject)"
-msgstr "æ²\92æ\9c\89é¢\98ç\9b®"
+#: ../../mod/admin.php:125
+msgid "check webfinger"
+msgstr "æ\9f¥webfinger"
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "未知的 |无分类"
+#: ../../mod/admin.php:130 ../../include/nav.php:184
+msgid "Admin"
+msgstr "管理"
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "立即拦"
+#: ../../mod/admin.php:131
+msgid "Plugin Features"
+msgstr "插件特点"
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "可疑,发垃圾者,自市场开发者"
+#: ../../mod/admin.php:133
+msgid "diagnostics"
+msgstr "诊断"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "我认识,但没有意见"
+#: ../../mod/admin.php:134
+msgid "User registrations waiting for confirmation"
+msgstr "用户注册等确认"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "行,大概无恶意的"
+#: ../../mod/admin.php:193 ../../mod/admin.php:952
+msgid "Normal Account"
+msgstr "正常帐户"
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "可信的,有我的信任"
+#: ../../mod/admin.php:194 ../../mod/admin.php:953
+msgid "Soapbox Account"
+msgstr "演讲台帐户"
 
-#: ../../include/contact_selectors.php:56 ../../mod/admin.php:542
-msgid "Frequently"
-msgstr "时常"
+#: ../../mod/admin.php:195 ../../mod/admin.php:954
+msgid "Community/Celebrity Account"
+msgstr "社会/名人帐户"
 
-#: ../../include/contact_selectors.php:57 ../../mod/admin.php:543
-msgid "Hourly"
-msgstr "每小时"
+#: ../../mod/admin.php:196 ../../mod/admin.php:955
+msgid "Automatic Friend Account"
+msgstr "自动朋友帐户"
 
-#: ../../include/contact_selectors.php:58 ../../mod/admin.php:544
-msgid "Twice daily"
-msgstr "每日两次"
+#: ../../mod/admin.php:197
+msgid "Blog Account"
+msgstr "博客账户"
 
-#: ../../include/contact_selectors.php:59 ../../mod/admin.php:545
-msgid "Daily"
-msgstr "每日"
+#: ../../mod/admin.php:198
+msgid "Private Forum"
+msgstr "私人评坛"
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "每周"
+#: ../../mod/admin.php:217
+msgid "Message queues"
+msgstr "通知排队"
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "每月"
+#: ../../mod/admin.php:222 ../../mod/admin.php:618 ../../mod/admin.php:997
+#: ../../mod/admin.php:1101 ../../mod/admin.php:1154 ../../mod/admin.php:1322
+#: ../../mod/admin.php:1356 ../../mod/admin.php:1443
+msgid "Administration"
+msgstr "管理"
 
-#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/admin.php:223
+msgid "Summary"
+msgstr "总算"
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../mod/admin.php:225
+msgid "Registered users"
+msgstr "注册的用户"
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../mod/admin.php:227
+msgid "Pending registrations"
+msgstr "未决的注册"
 
-#: ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86 ../../mod/admin.php:964
-#: ../../mod/admin.php:976 ../../mod/admin.php:977 ../../mod/admin.php:992
-msgid "Email"
-msgstr "电子邮件"
+#: ../../mod/admin.php:228
+msgid "Version"
+msgstr "版本"
 
-#: ../../include/contact_selectors.php:80 ../../mod/settings.php:733
-#: ../../mod/dfrn_request.php:842
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../mod/admin.php:232
+msgid "Active plugins"
+msgstr "活跃的插件"
 
-#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49
-#: ../../mod/newmember.php:51
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/admin.php:255
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "不能分析基础URL。至少要<scheme>://<domain>"
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../mod/admin.php:516
+msgid "Site settings updated."
+msgstr "网站设置更新了。"
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../mod/admin.php:545 ../../mod/settings.php:828
+msgid "No special theme for mobile devices"
+msgstr "没专门适合手机的主题"
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../mod/admin.php:562
+msgid "No community page"
+msgstr "没有社会页"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../mod/admin.php:563
+msgid "Public postings from users of this site"
+msgstr "本网站用户的公开文章"
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../mod/admin.php:564
+msgid "Global community page"
+msgstr "全球社会页"
 
-#: ../../include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "pump.io"
+#: ../../mod/admin.php:570
+msgid "At post arrival"
+msgstr "收件的时候"
 
-#: ../../include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
+#: ../../mod/admin.php:571 ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "时常"
 
-#: ../../include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Diaspora连接"
+#: ../../mod/admin.php:572 ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "每小时"
 
-#: ../../include/contact_selectors.php:91
-msgid "Statusnet"
-msgstr "Statusnet"
+#: ../../mod/admin.php:573 ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "每日两次"
 
-#: ../../include/contact_selectors.php:92
-msgid "App.net"
-msgstr ""
+#: ../../mod/admin.php:574 ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "每日"
 
-#: ../../include/diaspora.php:620 ../../include/conversation.php:172
-#: ../../mod/dfrn_confirm.php:486
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s是成为%2$s的朋友"
-
-#: ../../include/diaspora.php:703
-msgid "Sharing notification from Diaspora network"
-msgstr "分享通知从Diaspora网络"
+#: ../../mod/admin.php:579
+msgid "Multi user instance"
+msgstr "多用户网站"
 
-#: ../../include/diaspora.php:2312
-msgid "Attachments:"
-msgstr "附件:"
+#: ../../mod/admin.php:602
+msgid "Closed"
+msgstr "关闭"
 
-#: ../../include/conversation.php:140 ../../mod/like.php:168
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s不喜欢%2$s的%3$s"
+#: ../../mod/admin.php:603
+msgid "Requires approval"
+msgstr "要批准"
 
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s把%2$s戳"
+#: ../../mod/admin.php:604
+msgid "Open"
+msgstr "打开"
 
-#: ../../include/conversation.php:211 ../../include/text.php:1004
-msgid "poked"
-msgstr "æ\88³äº\86"
+#: ../../mod/admin.php:608
+msgid "No SSL policy, links will track page SSL state"
+msgstr "没SSLæ\96¹é\92\88ï¼\8cç\8e¯è\8a\82å°\86追踪页SSLç\8e°ç\8a"
 
-#: ../../include/conversation.php:227 ../../mod/mood.php:62
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s现在是%2$s"
+#: ../../mod/admin.php:609
+msgid "Force all links to use SSL"
+msgstr "让所有的环节用SSL"
 
-#: ../../include/conversation.php:266 ../../mod/tagger.php:95
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s把%4$s标签%2$s的%3$s"
+#: ../../mod/admin.php:610
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "自签证书,用SSL再光本地环节(劝止的)"
 
-#: ../../include/conversation.php:291
-msgid "post/item"
-msgstr "文章/项目"
+#: ../../mod/admin.php:620 ../../mod/admin.php:1156 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1445 ../../mod/settings.php:614
+#: ../../mod/settings.php:724 ../../mod/settings.php:798
+#: ../../mod/settings.php:880 ../../mod/settings.php:1113
+msgid "Save Settings"
+msgstr "保存设置"
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s标注%2$s的%3$s为偏爱"
+#: ../../mod/admin.php:621 ../../mod/register.php:255
+msgid "Registration"
+msgstr "注册"
 
-#: ../../include/conversation.php:613 ../../object/Item.php:129
-#: ../../mod/photos.php:1651 ../../mod/content.php:437
-#: ../../mod/content.php:740
-msgid "Select"
-msgstr "选择"
+#: ../../mod/admin.php:622
+msgid "File upload"
+msgstr "文件上传"
 
-#: ../../include/conversation.php:614 ../../object/Item.php:130
-#: ../../mod/group.php:171 ../../mod/settings.php:674
-#: ../../mod/contacts.php:709 ../../mod/admin.php:968
-#: ../../mod/photos.php:1652 ../../mod/content.php:438
-#: ../../mod/content.php:741
-msgid "Delete"
-msgstr "删除"
+#: ../../mod/admin.php:623
+msgid "Policies"
+msgstr "政策"
 
-#: ../../include/conversation.php:654 ../../object/Item.php:326
-#: ../../object/Item.php:327 ../../mod/content.php:471
-#: ../../mod/content.php:852 ../../mod/content.php:853
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "看%s的简介@ %s"
+#: ../../mod/admin.php:624
+msgid "Advanced"
+msgstr "高等"
 
-#: ../../include/conversation.php:666 ../../object/Item.php:316
-msgid "Categories:"
-msgstr "种类:"
+#: ../../mod/admin.php:625
+msgid "Performance"
+msgstr "性能"
 
-#: ../../include/conversation.php:667 ../../object/Item.php:317
-msgid "Filed under:"
-msgstr "归档在:"
+#: ../../mod/admin.php:626
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "调动:注意先进的功能。能吧服务器使不能联系。"
 
-#: ../../include/conversation.php:674 ../../object/Item.php:340
-#: ../../mod/content.php:481 ../../mod/content.php:864
-#, php-format
-msgid "%s from %s"
-msgstr "%s从%s"
+#: ../../mod/admin.php:629
+msgid "Site name"
+msgstr "网页名字"
 
-#: ../../include/conversation.php:690 ../../mod/content.php:497
-msgid "View in context"
-msgstr "看在上下文"
+#: ../../mod/admin.php:630
+msgid "Host name"
+msgstr "服务器名"
 
-#: ../../include/conversation.php:692 ../../include/conversation.php:1109
-#: ../../object/Item.php:364 ../../mod/wallmessage.php:156
-#: ../../mod/editpost.php:124 ../../mod/photos.php:1543
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/content.php:499 ../../mod/content.php:883
-msgid "Please wait"
-msgstr "请等一下"
+#: ../../mod/admin.php:631
+msgid "Sender Email"
+msgstr "寄主邮件"
 
-#: ../../include/conversation.php:772
-msgid "remove"
-msgstr "删除"
+#: ../../mod/admin.php:632
+msgid "Banner/Logo"
+msgstr "标题/标志"
 
-#: ../../include/conversation.php:776
-msgid "Delete Selected Items"
-msgstr "删除选的项目"
+#: ../../mod/admin.php:633
+msgid "Shortcut icon"
+msgstr "捷径小图片"
 
-#: ../../include/conversation.php:875
-msgid "Follow Thread"
-msgstr "关注线绳"
+#: ../../mod/admin.php:634
+msgid "Touch icon"
+msgstr "触摸小图片"
 
-#: ../../include/conversation.php:944
-#, php-format
-msgid "%s likes this."
-msgstr "%s喜欢这个."
+#: ../../mod/admin.php:635
+msgid "Additional Info"
+msgstr "别的消息"
 
-#: ../../include/conversation.php:944
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s没有喜欢这个."
+#: ../../mod/admin.php:635
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
+msgstr "公共服务器:您会这里添加消息要列在dir.friendica.com/siteinfo。"
 
-#: ../../include/conversation.php:949
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d人们</span>喜欢这个"
+#: ../../mod/admin.php:636
+msgid "System language"
+msgstr "系统语言"
 
-#: ../../include/conversation.php:952
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d人们</span>不喜欢这个"
+#: ../../mod/admin.php:637
+msgid "System theme"
+msgstr "系统主题"
 
-#: ../../include/conversation.php:966
-msgid "and"
-msgstr "和"
+#: ../../mod/admin.php:637
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "默认系统主题-会被用户简介超驰-<a href='#' id='cnftheme'>把主题设置变化</a>"
 
-#: ../../include/conversation.php:972
-#, php-format
-msgid ", and %d other people"
-msgstr ",和%d别人"
+#: ../../mod/admin.php:638
+msgid "Mobile system theme"
+msgstr "手机系统主题"
 
-#: ../../include/conversation.php:974
-#, php-format
-msgid "%s like this."
-msgstr "%s喜欢这个"
+#: ../../mod/admin.php:638
+msgid "Theme for mobile devices"
+msgstr "主题适合手机"
 
-#: ../../include/conversation.php:974
-#, php-format
-msgid "%s don't like this."
-msgstr "%s不喜欢这个"
+#: ../../mod/admin.php:639
+msgid "SSL link policy"
+msgstr "SSL环节方针"
 
-#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
-msgid "Visible to <strong>everybody</strong>"
-msgstr "<strong>大家</strong>可见的"
+#: ../../mod/admin.php:639
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "决定产生的环节否则被强迫用SSL"
 
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-msgid "Please enter a link URL:"
-msgstr "请输入环节URL:"
+#: ../../mod/admin.php:640
+msgid "Force SSL"
+msgstr "强逼SSL"
 
-#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
-msgid "Please enter a video link/URL:"
-msgstr "请输入视频连接/URL:"
+#: ../../mod/admin.php:640
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环"
 
-#: ../../include/conversation.php:1004 ../../include/conversation.php:1022
-msgid "Please enter an audio link/URL:"
-msgstr "请è¾\93å\85¥é\9f³å\93\8dè¿\9eæ\8e¥ï¼\8fURLï¼\9a"
+#: ../../mod/admin.php:641
+msgid "Old style 'Share'"
+msgstr "è\80\81款å¼\8f\88\86享'"
 
-#: ../../include/conversation.php:1005 ../../include/conversation.php:1023
-msgid "Tag term:"
-msgstr "标签:"
+#: ../../mod/admin.php:641
+msgid "Deactivates the bbcode element 'share' for repeating items."
+msgstr "为重复的项目吧bbcode“share”代码使不活跃"
 
-#: ../../include/conversation.php:1006 ../../include/conversation.php:1024
-#: ../../mod/filer.php:30
-msgid "Save to Folder:"
-msgstr "保存再文件夹:"
+#: ../../mod/admin.php:642
+msgid "Hide help entry from navigation menu"
+msgstr "隐藏帮助在航行选单"
 
-#: ../../include/conversation.php:1007 ../../include/conversation.php:1025
-msgid "Where are you right now?"
-msgstr "你在哪里?"
+#: ../../mod/admin.php:642
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"
 
-#: ../../include/conversation.php:1008
-msgid "Delete item(s)?"
-msgstr "把项目删除吗?"
+#: ../../mod/admin.php:643
+msgid "Single user instance"
+msgstr "单用户网站"
 
-#: ../../include/conversation.php:1051
-msgid "Post to Email"
-msgstr "电邮发布"
+#: ../../mod/admin.php:643
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "弄这网站多用户或单用户为选择的用户"
 
-#: ../../include/conversation.php:1056
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr ""
+#: ../../mod/admin.php:644
+msgid "Maximum image size"
+msgstr "图片最大尺寸"
 
-#: ../../include/conversation.php:1057 ../../mod/settings.php:1025
-msgid "Hide your profile details from unknown viewers?"
-msgstr "使简介信息给陌生的看着看不了?"
+#: ../../mod/admin.php:644
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "最多上传照相的字节。默认是零,意思是无限。"
 
-#: ../../include/conversation.php:1090 ../../mod/photos.php:1542
-msgid "Share"
-msgstr "分享"
+#: ../../mod/admin.php:645
+msgid "Maximum image length"
+msgstr "最大图片大小"
 
-#: ../../include/conversation.php:1091 ../../mod/wallmessage.php:154
-#: ../../mod/editpost.php:110 ../../mod/message.php:332
-#: ../../mod/message.php:562
-msgid "Upload photo"
-msgstr "上传照片"
+#: ../../mod/admin.php:645
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "最多像素在上传图片的长度。默认-1,意思是无限。"
 
-#: ../../include/conversation.php:1092 ../../mod/editpost.php:111
-msgid "upload photo"
-msgstr "上传照片"
+#: ../../mod/admin.php:646
+msgid "JPEG image quality"
+msgstr "JPEG图片质量"
 
-#: ../../include/conversation.php:1093 ../../mod/editpost.php:112
-msgid "Attach file"
-msgstr "附上文件"
+#: ../../mod/admin.php:646
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "上传的JPEG被用这质量[0-100]保存。默认100,最高。"
 
-#: ../../include/conversation.php:1094 ../../mod/editpost.php:113
-msgid "attach file"
-msgstr "附上文件"
+#: ../../mod/admin.php:648
+msgid "Register policy"
+msgstr "注册政策"
 
-#: ../../include/conversation.php:1095 ../../mod/wallmessage.php:155
-#: ../../mod/editpost.php:114 ../../mod/message.php:333
-#: ../../mod/message.php:563
-msgid "Insert web link"
-msgstr "插入网页环节"
+#: ../../mod/admin.php:649
+msgid "Maximum Daily Registrations"
+msgstr "一天最多注册"
 
-#: ../../include/conversation.php:1096 ../../mod/editpost.php:115
-msgid "web link"
-msgstr "网页环节"
+#: ../../mod/admin.php:649
+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 "如果注册上边许可的,这个选择一天最多新用户注册会接待。如果注册关闭了,这个设置没有印象。"
 
-#: ../../include/conversation.php:1097 ../../mod/editpost.php:116
-msgid "Insert video link"
-msgstr "æ\8f\92å\85¥è§\86é¢\91ç\8e¯è\8a\82"
+#: ../../mod/admin.php:650
+msgid "Register text"
+msgstr "注å\86\8cæ­£æ\96\87"
 
-#: ../../include/conversation.php:1098 ../../mod/editpost.php:117
-msgid "video link"
-msgstr "è§\86é¢\91ç\8e¯è\8a\82"
+#: ../../mod/admin.php:650
+msgid "Will be displayed prominently on the registration page."
+msgstr "被æ\98¾è\91\97ç\9a\84å\9c¨æ³¨å\86\8c页表示ã\80\82"
 
-#: ../../include/conversation.php:1099 ../../mod/editpost.php:118
-msgid "Insert audio link"
-msgstr "插入录音环节"
+#: ../../mod/admin.php:651
+msgid "Accounts abandoned after x days"
+msgstr "账户丢弃X天后"
 
-#: ../../include/conversation.php:1100 ../../mod/editpost.php:119
-msgid "audio link"
-msgstr "录音环节"
+#: ../../mod/admin.php:651
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。"
 
-#: ../../include/conversation.php:1101 ../../mod/editpost.php:120
-msgid "Set your location"
-msgstr "设定您的位置"
+#: ../../mod/admin.php:652
+msgid "Allowed friend domains"
+msgstr "允许的朋友域"
 
-#: ../../include/conversation.php:1102 ../../mod/editpost.php:121
-msgid "set location"
-msgstr "指定位置"
+#: ../../mod/admin.php:652
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。"
 
-#: ../../include/conversation.php:1103 ../../mod/editpost.php:122
-msgid "Clear browser location"
-msgstr "清空浏览器位置"
+#: ../../mod/admin.php:653
+msgid "Allowed email domains"
+msgstr "允许的电子邮件域"
 
-#: ../../include/conversation.php:1104 ../../mod/editpost.php:123
-msgid "clear location"
-msgstr "清理出位置"
+#: ../../mod/admin.php:653
+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 "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。"
 
-#: ../../include/conversation.php:1106 ../../mod/editpost.php:137
-msgid "Set title"
-msgstr "æ\8c\87å®\9aæ \87é¢\98"
+#: ../../mod/admin.php:654
+msgid "Block public"
+msgstr "æ\8b¦å\85¬å¼\80"
 
-#: ../../include/conversation.php:1108 ../../mod/editpost.php:139
-msgid "Categories (comma-separated list)"
-msgstr "种类(逗号分隔单)"
+#: ../../mod/admin.php:654
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。"
 
-#: ../../include/conversation.php:1110 ../../mod/editpost.php:125
-msgid "Permission settings"
-msgstr "权设置"
+#: ../../mod/admin.php:655
+msgid "Force publish"
+msgstr "需要出版"
 
-#: ../../include/conversation.php:1111
-msgid "permissions"
-msgstr "权利"
+#: ../../mod/admin.php:655
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "让所有这网站的的简介表明在网站目录。"
 
-#: ../../include/conversation.php:1119 ../../mod/editpost.php:133
-msgid "CC: email addresses"
-msgstr "抄送: 电子邮件地址"
+#: ../../mod/admin.php:656
+msgid "Global directory update URL"
+msgstr "综合目录更新URL"
 
-#: ../../include/conversation.php:1120 ../../mod/editpost.php:134
-msgid "Public post"
-msgstr "公开的消息"
+#: ../../mod/admin.php:656
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "URL为更新综合目录。如果没有,这个应用用不了综合目录。"
 
-#: ../../include/conversation.php:1122 ../../mod/editpost.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "比如: li@example.com, wang@example.com"
+#: ../../mod/admin.php:657
+msgid "Allow threaded items"
+msgstr "允许线绳项目"
 
-#: ../../include/conversation.php:1126 ../../object/Item.php:687
-#: ../../mod/editpost.php:145 ../../mod/photos.php:1564
-#: ../../mod/photos.php:1608 ../../mod/photos.php:1696
-#: ../../mod/content.php:719
-msgid "Preview"
-msgstr "预演"
+#: ../../mod/admin.php:657
+msgid "Allow infinite level threading for items on this site."
+msgstr "允许无限水平线绳为这网站的项目。"
 
-#: ../../include/conversation.php:1135
-msgid "Post to Groups"
-msgstr "发到组"
+#: ../../mod/admin.php:658
+msgid "Private posts by default for new users"
+msgstr "新用户默认写私人文章"
 
-#: ../../include/conversation.php:1136
-msgid "Post to Contacts"
-msgstr "发到熟人"
+#: ../../mod/admin.php:658
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "默认新用户文章批准使默认隐私组,没有公开。"
 
-#: ../../include/conversation.php:1137
-msgid "Private post"
-msgstr "私人文章"
+#: ../../mod/admin.php:659
+msgid "Don't include post content in email notifications"
+msgstr "别包含文章内容在邮件消息"
 
-#: ../../include/text.php:296
-msgid "newer"
-msgstr "更新"
+#: ../../mod/admin.php:659
+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 "别包含文章/谈论/私消息/等的内容在文件消息被这个网站寄出,为了隐私。"
 
-#: ../../include/text.php:298
-msgid "older"
-msgstr "更旧"
+#: ../../mod/admin.php:660
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "不允许插件的公众使用权在应用选单。"
 
-#: ../../include/text.php:303
-msgid "prev"
-msgstr "上个"
+#: ../../mod/admin.php:660
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "复选这个框为把应用选内插件限制仅成员"
 
-#: ../../include/text.php:305
-msgid "first"
-msgstr "首先"
+#: ../../mod/admin.php:661
+msgid "Don't embed private images in posts"
+msgstr "别嵌入私人图案在文章里"
 
-#: ../../include/text.php:337
-msgid "last"
-msgstr "最后"
+#: ../../mod/admin.php:661
+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 "别把复制嵌入的照相代替本网站的私人照相在文章里。结果是收包括私人照相的熟人要认证才卸载个张照片,会花许久。"
 
-#: ../../include/text.php:340
-msgid "next"
-msgstr "下个"
+#: ../../mod/admin.php:662
+msgid "Allow Users to set remote_self"
+msgstr "允许用户用遥远的自身"
 
-#: ../../include/text.php:854
-msgid "No contacts"
-msgstr "没有熟人"
+#: ../../mod/admin.php:662
+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 "选择这个之后,用户们允许表明熟人当遥远的自身在熟人修理页。遥远的自身所有文章被复制到用户文章流。"
 
-#: ../../include/text.php:863
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d熟人"
+#: ../../mod/admin.php:663
+msgid "Block multiple registrations"
+msgstr "拦一人多注册"
 
-#: ../../include/text.php:875 ../../mod/viewcontacts.php:76
-msgid "View Contacts"
-msgstr "看熟人"
+#: ../../mod/admin.php:663
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "不允许用户注册别的账户为当页。"
 
-#: ../../include/text.php:955 ../../mod/editpost.php:109
-#: ../../mod/notes.php:63 ../../mod/filer.php:31
-msgid "Save"
-msgstr "保存"
+#: ../../mod/admin.php:664
+msgid "OpenID support"
+msgstr "OpenID支持"
 
-#: ../../include/text.php:1004
-msgid "poke"
-msgstr ""
+#: ../../mod/admin.php:664
+msgid "OpenID support for registration and logins."
+msgstr "OpenID支持注册和登录。"
 
-#: ../../include/text.php:1005
-msgid "ping"
-msgstr ""
+#: ../../mod/admin.php:665
+msgid "Fullname check"
+msgstr "全名核实"
 
-#: ../../include/text.php:1005
-msgid "pinged"
-msgstr "砰了"
+#: ../../mod/admin.php:665
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。"
 
-#: ../../include/text.php:1006
-msgid "prod"
-msgstr "柔戳"
+#: ../../mod/admin.php:666
+msgid "UTF-8 Regular expressions"
+msgstr "UTF-8正则表达式"
 
-#: ../../include/text.php:1006
-msgid "prodded"
-msgstr "柔戳了"
+#: ../../mod/admin.php:666
+msgid "Use PHP UTF8 regular expressions"
+msgstr "用PHP UTF8正则表达式"
 
-#: ../../include/text.php:1007
-msgid "slap"
-msgstr "掌击"
+#: ../../mod/admin.php:667
+msgid "Community Page Style"
+msgstr "社会页款式"
 
-#: ../../include/text.php:1007
-msgid "slapped"
-msgstr "掌击了"
+#: ../../mod/admin.php:667
+msgid ""
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr "社会页种类将显示。“全球社会”显示所有公开的文章从某网络到达本服务器。"
 
-#: ../../include/text.php:1008
-msgid "finger"
-msgstr ""
+#: ../../mod/admin.php:668
+msgid "Posts per user on community page"
+msgstr "个用户文章数量在社会页"
 
-#: ../../include/text.php:1008
-msgid "fingered"
-msgstr "指了"
+#: ../../mod/admin.php:668
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "一个用户最多文章在社会页。(无效在“全球社会”)"
 
-#: ../../include/text.php:1009
-msgid "rebuff"
-msgstr "窝脖儿"
+#: ../../mod/admin.php:669
+msgid "Enable OStatus support"
+msgstr "使OStatus支持可用"
 
-#: ../../include/text.php:1009
-msgid "rebuffed"
-msgstr "窝脖儿了"
+#: ../../mod/admin.php:669
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "提供OStatus(StatusNet,GNU Social,等)兼容性。所有OStatus的交通是公开的,所以私事警告偶尔来表示。"
 
-#: ../../include/text.php:1023
-msgid "happy"
-msgstr "开心"
+#: ../../mod/admin.php:670
+msgid "OStatus conversation completion interval"
+msgstr "OStatus对话完成间隔"
 
-#: ../../include/text.php:1024
-msgid "sad"
-msgstr "伤心"
+#: ../../mod/admin.php:670
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "喂器要多久查一次新文章在OStatus交流?这会花许多系统资源。"
 
-#: ../../include/text.php:1025
-msgid "mellow"
-msgstr "轻松"
+#: ../../mod/admin.php:671
+msgid "Enable Diaspora support"
+msgstr "使Diaspora支持能够"
 
-#: ../../include/text.php:1026
-msgid "tired"
-msgstr ""
+#: ../../mod/admin.php:671
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "提供内装Diaspora网络兼容。"
 
-#: ../../include/text.php:1027
-msgid "perky"
-msgstr "机敏"
-
-#: ../../include/text.php:1028
-msgid "angry"
-msgstr "生气"
-
-#: ../../include/text.php:1029
-msgid "stupified"
-msgstr "麻醉"
+#: ../../mod/admin.php:672
+msgid "Only allow Friendica contacts"
+msgstr "只许Friendica熟人"
 
-#: ../../include/text.php:1030
-msgid "puzzled"
-msgstr "纳闷"
+#: ../../mod/admin.php:672
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "所有的熟人要用Friendica协议 。别的内装的沟通协议都已停用。"
 
-#: ../../include/text.php:1031
-msgid "interested"
-msgstr "有兴趣"
+#: ../../mod/admin.php:673
+msgid "Verify SSL"
+msgstr "证实"
 
-#: ../../include/text.php:1032
-msgid "bitter"
-msgstr "苦"
+#: ../../mod/admin.php:673
+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 "你想的话,您会使严格证书核实可用。意思是您不能根自签的SSL网站交流。"
 
-#: ../../include/text.php:1033
-msgid "cheerful"
-msgstr "快乐"
+#: ../../mod/admin.php:674
+msgid "Proxy user"
+msgstr "代理用户"
 
-#: ../../include/text.php:1034
-msgid "alive"
-msgstr "活着"
+#: ../../mod/admin.php:675
+msgid "Proxy URL"
+msgstr "代理URL"
 
-#: ../../include/text.php:1035
-msgid "annoyed"
-msgstr "被烦恼"
+#: ../../mod/admin.php:676
+msgid "Network timeout"
+msgstr "网络超时"
 
-#: ../../include/text.php:1036
-msgid "anxious"
-msgstr "心焦"
+#: ../../mod/admin.php:676
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "输入秒数。输入零为无限(不推荐的)。"
 
-#: ../../include/text.php:1037
-msgid "cranky"
-msgstr "ä¸\8d稳"
+#: ../../mod/admin.php:677
+msgid "Delivery interval"
+msgstr "ä¼ é\80\81é\97´é\9a\94"
 
-#: ../../include/text.php:1038
-msgid "disturbed"
-msgstr "不安"
+#: ../../mod/admin.php:677
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr "把背景传送过程耽误这多秒为减少系统工作量。推荐:4-5在共用服务器,2-3在私人服务器。0-1在大专门服务器。"
 
-#: ../../include/text.php:1039
-msgid "frustrated"
-msgstr "被作梗"
+#: ../../mod/admin.php:678
+msgid "Poll interval"
+msgstr "检查时间"
 
-#: ../../include/text.php:1040
-msgid "motivated"
-msgstr "士气高涨"
+#: ../../mod/admin.php:678
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "把背景检查行程耽误这数秒为减少系统负荷。如果是0,用发布时间。"
 
-#: ../../include/text.php:1041
-msgid "relaxed"
-msgstr "轻松"
+#: ../../mod/admin.php:679
+msgid "Maximum Load Average"
+msgstr "最大负荷平均"
 
-#: ../../include/text.php:1042
-msgid "surprised"
-msgstr "诧异"
+#: ../../mod/admin.php:679
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。"
 
-#: ../../include/text.php:1210
-msgid "Monday"
-msgstr "星期一"
+#: ../../mod/admin.php:681
+msgid "Use MySQL full text engine"
+msgstr "用MySQL全正文机车"
 
-#: ../../include/text.php:1210
-msgid "Tuesday"
-msgstr "星期二"
+#: ../../mod/admin.php:681
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "使全正文机车可用。把搜索催-可是只能搜索4字以上"
 
-#: ../../include/text.php:1210
-msgid "Wednesday"
-msgstr "星期三"
+#: ../../mod/admin.php:682
+msgid "Suppress Language"
+msgstr "封锁语言"
 
-#: ../../include/text.php:1210
-msgid "Thursday"
-msgstr "星期四"
+#: ../../mod/admin.php:682
+msgid "Suppress language information in meta information about a posting."
+msgstr "遗漏语言消息从文章的描述"
 
-#: ../../include/text.php:1210
-msgid "Friday"
-msgstr "星期五"
+#: ../../mod/admin.php:683
+msgid "Suppress Tags"
+msgstr "压制标签"
 
-#: ../../include/text.php:1210
-msgid "Saturday"
-msgstr "星期六"
+#: ../../mod/admin.php:683
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "别显示主題標籤列表在文章后面。"
 
-#: ../../include/text.php:1210
-msgid "Sunday"
-msgstr "星期天"
+#: ../../mod/admin.php:684
+msgid "Path to item cache"
+msgstr "路线到项目缓存"
 
-#: ../../include/text.php:1214
-msgid "January"
-msgstr "一月"
+#: ../../mod/admin.php:685
+msgid "Cache duration in seconds"
+msgstr "缓存时间秒"
 
-#: ../../include/text.php:1214
-msgid "February"
-msgstr "二月"
+#: ../../mod/admin.php:685
+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 "高速缓存要存文件多久?默认是86400秒钟(一天)。停用高速缓存,输入-1。"
 
-#: ../../include/text.php:1214
-msgid "March"
-msgstr "三月"
+#: ../../mod/admin.php:686
+msgid "Maximum numbers of comments per post"
+msgstr "文件最多评论"
 
-#: ../../include/text.php:1214
-msgid "April"
-msgstr "四月"
+#: ../../mod/admin.php:686
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr ""
 
-#: ../../include/text.php:1214
-msgid "May"
-msgstr "五月"
+#: ../../mod/admin.php:687
+msgid "Path for lock file"
+msgstr "路线到锁文件"
 
-#: ../../include/text.php:1214
-msgid "June"
-msgstr "六月"
+#: ../../mod/admin.php:688
+msgid "Temp path"
+msgstr "临时文件路线"
 
-#: ../../include/text.php:1214
-msgid "July"
-msgstr "七月"
+#: ../../mod/admin.php:689
+msgid "Base path to installation"
+msgstr "基础安装路线"
 
-#: ../../include/text.php:1214
-msgid "August"
-msgstr "å\85«æ\9c\88"
+#: ../../mod/admin.php:690
+msgid "Disable picture proxy"
+msgstr "å\81\9cç\94¨å\9b¾ç\89\87代ç\90\86"
 
-#: ../../include/text.php:1214
-msgid "September"
-msgstr "九月"
+#: ../../mod/admin.php:690
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr ""
 
-#: ../../include/text.php:1214
-msgid "October"
-msgstr "十月"
+#: ../../mod/admin.php:691
+msgid "Enable old style pager"
+msgstr ""
 
-#: ../../include/text.php:1214
-msgid "November"
-msgstr "十一月"
+#: ../../mod/admin.php:691
+msgid ""
+"The old style pager has page numbers but slows down massively the page "
+"speed."
+msgstr ""
 
-#: ../../include/text.php:1214
-msgid "December"
-msgstr "十二月"
+#: ../../mod/admin.php:692
+msgid "Only search in tags"
+msgstr ""
 
-#: ../../include/text.php:1403 ../../mod/videos.php:301
-msgid "View Video"
-msgstr "看视频"
+#: ../../mod/admin.php:692
+msgid "On large systems the text search can slow down the system extremely."
+msgstr ""
 
-#: ../../include/text.php:1435
-msgid "bytes"
-msgstr "字节"
+#: ../../mod/admin.php:694
+msgid "New base url"
+msgstr "新基础URL"
 
-#: ../../include/text.php:1459 ../../include/text.php:1471
-msgid "Click to open/close"
-msgstr "点击为开关"
+#: ../../mod/admin.php:711
+msgid "Update has been marked successful"
+msgstr "更新当成功标签了"
 
-#: ../../include/text.php:1645 ../../include/text.php:1655
-#: ../../mod/events.php:335
-msgid "link to source"
-msgstr "链接到来源"
+#: ../../mod/admin.php:719
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr ""
 
-#: ../../include/text.php:1700 ../../include/user.php:247
-msgid "default"
-msgstr "默认"
+#: ../../mod/admin.php:722
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr ""
 
-#: ../../include/text.php:1712
-msgid "Select an alternate language"
-msgstr "选择别的语言"
+#: ../../mod/admin.php:734
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr ""
 
-#: ../../include/text.php:1968
-msgid "activity"
-msgstr "活动"
+#: ../../mod/admin.php:737
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "把%s更新成功地实行。"
 
-#: ../../include/text.php:1970 ../../object/Item.php:389
-#: ../../object/Item.php:402 ../../mod/content.php:605
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "评论"
+#: ../../mod/admin.php:741
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "%s更新没回答现状。不知道是否成功。"
 
-#: ../../include/text.php:1971
-msgid "post"
-msgstr "文章"
+#: ../../mod/admin.php:743
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr ""
 
-#: ../../include/text.php:2139
-msgid "Item filed"
-msgstr "æ\8a\8a项ç\9b®å½\92æ¡£äº\86"
+#: ../../mod/admin.php:762
+msgid "No failed updates."
+msgstr "没æ\9c\89ä¸\8dé\80\9aè¿\87å\9c°æ\9b´æ\96°ã\80\82"
 
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "注销了"
+#: ../../mod/admin.php:763
+msgid "Check database structure"
+msgstr ""
 
-#: ../../include/auth.php:112 ../../include/auth.php:175
-#: ../../mod/openid.php:93
-msgid "Login failed."
-msgstr "登记失败了。"
+#: ../../mod/admin.php:768
+msgid "Failed Updates"
+msgstr "没通过的更新"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
+#: ../../mod/admin.php:769
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "这个不包括1139号更新之前,它们没回答装线。"
 
-#: ../../include/auth.php:128 ../../include/user.php:67
-msgid "The error message was:"
-msgstr "错误通知是:"
+#: ../../mod/admin.php:770
+msgid "Mark success (if update was manually applied)"
+msgstr "标注成功(如果手动地把更新实行了)"
 
-#: ../../include/bbcode.php:449 ../../include/bbcode.php:1050
-#: ../../include/bbcode.php:1051
-msgid "Image/photo"
-msgstr "图像/照片"
+#: ../../mod/admin.php:771
+msgid "Attempt to execute this update step automatically"
+msgstr "试图自动地把这步更新实行"
 
-#: ../../include/bbcode.php:545
+#: ../../mod/admin.php:803
 #, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr ""
 
-#: ../../include/bbcode.php:579
+#: ../../mod/admin.php:806
 #, php-format
 msgid ""
-"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"_blank\">post</a>"
-msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a>写了下面的<a href=\"%s\" target=\"_blank\">消息</a>"
-
-#: ../../include/bbcode.php:1014 ../../include/bbcode.php:1034
-msgid "$1 wrote:"
-msgstr "$1写:"
-
-#: ../../include/bbcode.php:1059 ../../include/bbcode.php:1060
-msgid "Encrypted content"
-msgstr "加密的内容"
-
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "欢迎"
-
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "请上传一张简介照片"
-
-#: ../../include/security.php:26
-msgid "Welcome back "
-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, 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 ""
 
-#: ../../include/security.php:366
-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 "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。"
+#: ../../mod/admin.php:838 ../../include/user.php:413
+#, php-format
+msgid "Registration details for %s"
+msgstr "注册信息为%s"
 
-#: ../../include/oembed.php:205
-msgid "Embedded content"
-msgstr "嵌入内容"
+#: ../../mod/admin.php:850
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s用户拦/不拦了"
 
-#: ../../include/oembed.php:214
-msgid "Embedding disabled"
-msgstr "嵌入不能用"
+#: ../../mod/admin.php:857
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s用户删除了"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "男的"
+#: ../../mod/admin.php:896
+#, php-format
+msgid "User '%s' deleted"
+msgstr "用户「%s」删除了"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "女的"
+#: ../../mod/admin.php:904
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "用户「%s」无拦了"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "现在男的"
+#: ../../mod/admin.php:904
+#, php-format
+msgid "User '%s' blocked"
+msgstr "用户「%s」拦了"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "现在女的"
+#: ../../mod/admin.php:999
+msgid "Add User"
+msgstr "添加用户"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "主要男的"
+#: ../../mod/admin.php:1000
+msgid "select all"
+msgstr "都选"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "主要女的"
+#: ../../mod/admin.php:1001
+msgid "User registrations waiting for confirm"
+msgstr "用户注册等待确认"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "跨性別"
+#: ../../mod/admin.php:1002
+msgid "User waiting for permanent deletion"
+msgstr "用户等待长久删除"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "阴阳人"
+#: ../../mod/admin.php:1003
+msgid "Request date"
+msgstr "要求日期"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "”转基因“人"
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1015 ../../mod/admin.php:1016
+#: ../../mod/admin.php:1031 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "电子邮件"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "两性体"
+#: ../../mod/admin.php:1004
+msgid "No registrations."
+msgstr "没有注册。"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "中性的"
+#: ../../mod/admin.php:1006
+msgid "Deny"
+msgstr "否定"
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "不明确的"
+#: ../../mod/admin.php:1010
+msgid "Site admin"
+msgstr "网站管理员"
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "å\88«ç\9a\84"
+#: ../../mod/admin.php:1011
+msgid "Account expired"
+msgstr "å¸\90æ\88·è¿\87æ\9c\9fäº\86"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "æ\9cªå\86³"
+#: ../../mod/admin.php:1014
+msgid "New User"
+msgstr "æ\96°ç\94¨æ\88·"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "男人"
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
+msgid "Register date"
+msgstr "注册日期"
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "女人"
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
+msgid "Last login"
+msgstr "上次登录"
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "男同性恋的"
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1016
+msgid "Last item"
+msgstr "上项目"
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "女å\90\8cæ\80§æ\81\8bç\9a\84"
+#: ../../mod/admin.php:1015
+msgid "Deleted since"
+msgstr "å\88 é\99¤ä»\8e"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "无偏爱"
+#: ../../mod/admin.php:1016 ../../mod/settings.php:36
+msgid "Account"
+msgstr "帐户"
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "双性恋的"
+#: ../../mod/admin.php:1018
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "特定的用户被删除!\\n\\n什么这些用户放在这个网站被永远删除!\\n\\n您肯定吗?"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "自性的"
+#: ../../mod/admin.php:1019
+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 "用户{0}将被删除!\\n\\n什么这个用户放在这个网站被永远删除!\\n\\n您肯定吗?"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "æ\9c\89è\8a\82å\88¶ç\9a\84"
+#: ../../mod/admin.php:1029
+msgid "Name of the new user."
+msgstr "æ\96°ç\94¨æ\88·ç\9a\84å\90\8d"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "原始的"
+#: ../../mod/admin.php:1030
+msgid "Nickname"
+msgstr "昵称"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "变态"
+#: ../../mod/admin.php:1030
+msgid "Nickname of the new user."
+msgstr "新用户的昵称"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "æ\81\8bç\89©å¯¹è±¡"
+#: ../../mod/admin.php:1031
+msgid "Email address of the new user."
+msgstr "æ\96°ç\94¨æ\88·ç\9a\84é\82®ä»¶å\9c°å\9d\80"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "多多"
+#: ../../mod/admin.php:1064
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "使插件%s已停用。"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "无性"
+#: ../../mod/admin.php:1068
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "使插件%s能用。"
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "å\8d\95身"
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1294
+msgid "Disable"
+msgstr "å\81\9cç\94¨"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "寂寞"
+#: ../../mod/admin.php:1080 ../../mod/admin.php:1296
+msgid "Enable"
+msgstr "使能用"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "单身的"
+#: ../../mod/admin.php:1103 ../../mod/admin.php:1324
+msgid "Toggle"
+msgstr "肘节"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "ä¸\8då\8f¯è\8e·å¾\97ç\9a\84"
+#: ../../mod/admin.php:1111 ../../mod/admin.php:1334
+msgid "Author: "
+msgstr "ä½\9c家ï¼\9a"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "迷恋"
+#: ../../mod/admin.php:1112 ../../mod/admin.php:1335
+msgid "Maintainer: "
+msgstr "保持员:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "痴迷"
+#: ../../mod/admin.php:1254
+msgid "No themes found."
+msgstr "找不到主题。"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "约会"
+#: ../../mod/admin.php:1316
+msgid "Screenshot"
+msgstr "截图"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "外遇"
+#: ../../mod/admin.php:1362
+msgid "[Experimental]"
+msgstr "[试验]"
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "性交因成瘾者"
+#: ../../mod/admin.php:1363
+msgid "[Unsupported]"
+msgstr "[没支持]"
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:289
-#: ../../include/user.php:293
-msgid "Friends"
-msgstr "朋友"
+#: ../../mod/admin.php:1390
+msgid "Log settings updated."
+msgstr "日志设置更新了。"
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "æ\9c\8bå\8f\8b\9b\8a"
+#: ../../mod/admin.php:1446
+msgid "Clear"
+msgstr "æ¸\85ç\90\86å\87º"
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "休闲"
+#: ../../mod/admin.php:1452
+msgid "Enable Debugging"
+msgstr "把调试使可用的"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "已订婚的"
+#: ../../mod/admin.php:1453
+msgid "Log file"
+msgstr "记录文件"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "结婚"
+#: ../../mod/admin.php:1453
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "必要被网页服务器可写的。相对Friendica主文件夹。"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "想像结婚"
+#: ../../mod/admin.php:1454
+msgid "Log level"
+msgstr "记录水平"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "伴侣"
+#: ../../mod/admin.php:1504
+msgid "Close"
+msgstr "关闭"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "同居"
+#: ../../mod/admin.php:1510
+msgid "FTP Host"
+msgstr "FTP主机"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "普通法结婚"
+#: ../../mod/admin.php:1511
+msgid "FTP Path"
+msgstr "FTP目录"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "幸福"
+#: ../../mod/admin.php:1512
+msgid "FTP User"
+msgstr "FTP用户"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "没找"
+#: ../../mod/admin.php:1513
+msgid "FTP Password"
+msgstr "FTP密码"
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "交换性伴侣的"
+#: ../../mod/network.php:142
+msgid "Search Results For:"
+msgstr "搜索结果为:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "被背叛"
+#: ../../mod/network.php:185 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "删除关键字"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "分手"
+#: ../../mod/network.php:194 ../../mod/search.php:30
+#: ../../include/features.php:42
+msgid "Saved Searches"
+msgstr "保存的搜索"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "不稳"
+#: ../../mod/network.php:195 ../../include/group.php:275
+msgid "add"
+msgstr "添加"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "离婚"
+#: ../../mod/network.php:356
+msgid "Commented Order"
+msgstr "评论时间顺序"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "æ\83³å\83\8f离å©\9a"
+#: ../../mod/network.php:359
+msgid "Sort by Comment Date"
+msgstr "æ\8c\89è¯\84论æ\97¥æ\9c\9f顺åº\8fæ\8e\92å\88\97"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "寡妇"
+#: ../../mod/network.php:362
+msgid "Posted Order"
+msgstr "贴时间顺序"
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "不确定"
+#: ../../mod/network.php:365
+msgid "Sort by Post Date"
+msgstr "按发布日期顺序排列"
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "æ\98¯å¤\8dæ\9d\82"
+#: ../../mod/network.php:374
+msgid "Posts that mention or involve you"
+msgstr "æ\8f\90æ\88\96å\85³æ\82¨ç\9a\84æ\96\87ç« "
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "æ\97 æ\89\80è°\93"
+#: ../../mod/network.php:380
+msgid "New"
+msgstr "æ\96°"
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "问我"
+#: ../../mod/network.php:383
+msgid "Activity Stream - by date"
+msgstr "活动河流-按日期"
 
-#: ../../include/user.php:40
-msgid "An invitation is required."
-msgstr "é\82\80请å¿\85è¦\81ç\9a\84ã\80\82"
+#: ../../mod/network.php:389
+msgid "Shared Links"
+msgstr "å\85±å\90\8cç\8e¯è\8a\82"
 
-#: ../../include/user.php:45
-msgid "Invitation could not be verified."
-msgstr "不能证实邀请。"
+#: ../../mod/network.php:392
+msgid "Interesting Links"
+msgstr "有意思的超链接"
 
-#: ../../include/user.php:53
-msgid "Invalid OpenID url"
-msgstr "无效的OpenID url"
+#: ../../mod/network.php:398
+msgid "Starred"
+msgstr "被星"
 
-#: ../../include/user.php:74
-msgid "Please enter the required information."
-msgstr "请输入必要的信息。"
+#: ../../mod/network.php:401
+msgid "Favourite Posts"
+msgstr "最喜欢的文章"
 
-#: ../../include/user.php:88
-msgid "Please use a shorter name."
-msgstr "请用短一点名。"
+#: ../../mod/network.php:463
+#, php-format
+msgid "Warning: This group contains %s member from an insecure network."
+msgid_plural ""
+"Warning: This group contains %s members from an insecure network."
+msgstr[0] "警告:这个组bao han%s成员从不安全网络。"
 
-#: ../../include/user.php:90
-msgid "Name too short."
-msgstr "名字太短。"
+#: ../../mod/network.php:466
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "私人通信给这组回被公开。"
 
-#: ../../include/user.php:105
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "这看上去不是您的全姓名。"
+#: ../../mod/network.php:520 ../../mod/content.php:119
+msgid "No such group"
+msgstr "没有这个组"
 
-#: ../../include/user.php:110
-msgid "Your email domain is not among those allowed on this site."
-msgstr "这网站允许的域名中没有您的"
+#: ../../mod/network.php:537 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "组没有成员"
 
-#: ../../include/user.php:113
-msgid "Not a valid email address."
-msgstr "无效的邮件地址。"
+#: ../../mod/network.php:544 ../../mod/content.php:134
+msgid "Group: "
+msgstr "组:"
 
-#: ../../include/user.php:126
-msgid "Cannot use that email."
-msgstr "不能用这个邮件地址。"
+#: ../../mod/network.php:554
+msgid "Contact: "
+msgstr "熟人:"
 
-#: ../../include/user.php:132
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "您的昵称只能包含\"a-z\",\"0-9\",\"-\"和\"_\",还有头一字必须是拉丁字。"
+#: ../../mod/network.php:556
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "私人通信给这个人回被公开。"
 
-#: ../../include/user.php:138 ../../include/user.php:236
-msgid "Nickname is already registered. Please choose another."
-msgstr "æ\98µç§°å·²ç»\8fæ\8a¥å\88°ã\80\82请é\80\89æ\8b©æ\96°ç\9a\84。"
+#: ../../mod/network.php:561
+msgid "Invalid contact."
+msgstr "æ\97 æ\95\88ç\86\9f人。"
 
-#: ../../include/user.php:148
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "昵称曾经这里注册于是不能再用。请选择别的。"
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "%s的朋友们"
 
-#: ../../include/user.php:164
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "要紧错误:产生安全钥匙失败了。"
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "没有朋友展示。"
 
-#: ../../include/user.php:222
-msgid "An error occurred during registration. Please try again."
-msgstr "报到出了问题。请再试。"
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "项目标题和开始时间是必须的。"
 
-#: ../../include/user.php:257
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "造成默认简介出了问题。请再试。"
+#: ../../mod/events.php:291
+msgid "l, F j"
+msgstr "l, F j"
 
-#: ../../include/user.php:377
-#, 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 ""
+#: ../../mod/events.php:313
+msgid "Edit event"
+msgstr "编项目"
 
-#: ../../include/user.php:381
-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$\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 ""
+#: ../../mod/events.php:335 ../../include/text.php:1647
+#: ../../include/text.php:1657
+msgid "link to source"
+msgstr "链接到来源"
 
-#: ../../include/user.php:413 ../../mod/admin.php:799
-#, php-format
-msgid "Registration details for %s"
-msgstr "注册信息为%s"
+#: ../../mod/events.php:370 ../../boot.php:2143 ../../include/nav.php:80
+#: ../../view/theme/diabook/theme.php:127
+msgid "Events"
+msgstr "事件"
 
-#: ../../include/acl_selectors.php:326
-msgid "Visible to everybody"
-msgstr "任何人可见的"
+#: ../../mod/events.php:371
+msgid "Create New Event"
+msgstr "造成新的项目"
 
-#: ../../object/Item.php:94
-msgid "This entry was edited"
-msgstr "这个文章被编辑了"
+#: ../../mod/events.php:372
+msgid "Previous"
+msgstr ""
 
-#: ../../object/Item.php:116 ../../mod/photos.php:1357
-#: ../../mod/content.php:620
-msgid "Private Message"
-msgstr "私人的新闻"
+#: ../../mod/events.php:373 ../../mod/install.php:207
+msgid "Next"
+msgstr "下"
 
-#: ../../object/Item.php:120 ../../mod/settings.php:673
-#: ../../mod/content.php:728
-msgid "Edit"
-msgstr "编辑"
+#: ../../mod/events.php:446
+msgid "hour:minute"
+msgstr "小时:分钟"
 
-#: ../../object/Item.php:133 ../../mod/content.php:763
-msgid "save to folder"
-msgstr "ä¿\9då­\98å\9c¨æ\96\87件夹"
+#: ../../mod/events.php:456
+msgid "Event details"
+msgstr "项ç\9b®å\86\85容"
 
-#: ../../object/Item.php:195 ../../mod/content.php:753
-msgid "add star"
-msgstr "加星"
+#: ../../mod/events.php:457
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "形式是%s%s。开始时间和标题是必须的。"
 
-#: ../../object/Item.php:196 ../../mod/content.php:754
-msgid "remove star"
-msgstr "消星"
+#: ../../mod/events.php:459
+msgid "Event Starts:"
+msgstr "事件开始:"
 
-#: ../../object/Item.php:197 ../../mod/content.php:755
-msgid "toggle star status"
-msgstr "转变星现状"
+#: ../../mod/events.php:459 ../../mod/events.php:473
+msgid "Required"
+msgstr "必须的"
 
-#: ../../object/Item.php:200 ../../mod/content.php:758
-msgid "starred"
-msgstr "被贴星"
+#: ../../mod/events.php:462
+msgid "Finish date/time is not known or not relevant"
+msgstr "结束日/时未知或无关"
 
-#: ../../object/Item.php:208
-msgid "ignore thread"
-msgstr ""
+#: ../../mod/events.php:464
+msgid "Event Finishes:"
+msgstr "事件结束:"
 
-#: ../../object/Item.php:209
-msgid "unignore thread"
-msgstr ""
+#: ../../mod/events.php:467
+msgid "Adjust for viewer timezone"
+msgstr "调为观众的时间"
 
-#: ../../object/Item.php:210
-msgid "toggle ignore status"
-msgstr ""
+#: ../../mod/events.php:469
+msgid "Description:"
+msgstr "描述:"
 
-#: ../../object/Item.php:213
-msgid "ignored"
-msgstr ""
+#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1648
+#: ../../include/bb2diaspora.php:170 ../../include/event.php:40
+msgid "Location:"
+msgstr "位置:"
 
-#: ../../object/Item.php:220 ../../mod/content.php:759
-msgid "add tag"
-msgstr "加标签"
+#: ../../mod/events.php:473
+msgid "Title:"
+msgstr "标题:"
+
+#: ../../mod/events.php:475
+msgid "Share this event"
+msgstr "分享这个项目"
+
+#: ../../mod/content.php:437 ../../mod/content.php:740
+#: ../../mod/photos.php:1653 ../../object/Item.php:129
+#: ../../include/conversation.php:613
+msgid "Select"
+msgstr "选择"
+
+#: ../../mod/content.php:471 ../../mod/content.php:852
+#: ../../mod/content.php:853 ../../object/Item.php:326
+#: ../../object/Item.php:327 ../../include/conversation.php:654
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "看%s的简介@ %s"
 
-#: ../../object/Item.php:231 ../../mod/photos.php:1540
-#: ../../mod/content.php:684
+#: ../../mod/content.php:481 ../../mod/content.php:864
+#: ../../object/Item.php:340 ../../include/conversation.php:674
+#, php-format
+msgid "%s from %s"
+msgstr "%s从%s"
+
+#: ../../mod/content.php:497 ../../include/conversation.php:690
+msgid "View in context"
+msgstr "看在上下文"
+
+#: ../../mod/content.php:603 ../../object/Item.php:387
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d评论"
+
+#: ../../mod/content.php:605 ../../object/Item.php:389
+#: ../../object/Item.php:402 ../../include/text.php:1972
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "评论"
+
+#: ../../mod/content.php:606 ../../boot.php:751 ../../object/Item.php:390
+#: ../../include/contact_widgets.php:205
+msgid "show more"
+msgstr "看多"
+
+#: ../../mod/content.php:620 ../../mod/photos.php:1359
+#: ../../object/Item.php:116
+msgid "Private Message"
+msgstr "私人的新闻"
+
+#: ../../mod/content.php:684 ../../mod/photos.php:1542
+#: ../../object/Item.php:231
 msgid "I like this (toggle)"
 msgstr "我喜欢这(交替)"
 
-#: ../../object/Item.php:231 ../../mod/content.php:684
+#: ../../mod/content.php:684 ../../object/Item.php:231
 msgid "like"
 msgstr "喜欢"
 
-#: ../../object/Item.php:232 ../../mod/photos.php:1541
-#: ../../mod/content.php:685
+#: ../../mod/content.php:685 ../../mod/photos.php:1543
+#: ../../object/Item.php:232
 msgid "I don't like this (toggle)"
 msgstr "我不喜欢这(交替)"
 
-#: ../../object/Item.php:232 ../../mod/content.php:685
+#: ../../mod/content.php:685 ../../object/Item.php:232
 msgid "dislike"
 msgstr "讨厌"
 
-#: ../../object/Item.php:234 ../../mod/content.php:687
+#: ../../mod/content.php:687 ../../object/Item.php:234
 msgid "Share this"
 msgstr "分享这个"
 
-#: ../../object/Item.php:234 ../../mod/content.php:687
+#: ../../mod/content.php:687 ../../object/Item.php:234
 msgid "share"
 msgstr "分享"
 
-#: ../../object/Item.php:328 ../../mod/content.php:854
-msgid "to"
-msgstr "至"
-
-#: ../../object/Item.php:329
-msgid "via"
-msgstr "经过"
-
-#: ../../object/Item.php:330 ../../mod/content.php:855
-msgid "Wall-to-Wall"
-msgstr "从墙到墙"
-
-#: ../../object/Item.php:331 ../../mod/content.php:856
-msgid "via Wall-To-Wall:"
-msgstr "通过从墙到墙"
-
-#: ../../object/Item.php:387 ../../mod/content.php:603
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d评论"
-
-#: ../../object/Item.php:675 ../../mod/photos.php:1560
-#: ../../mod/photos.php:1604 ../../mod/photos.php:1692
-#: ../../mod/content.php:707
+#: ../../mod/content.php:707 ../../mod/photos.php:1562
+#: ../../mod/photos.php:1606 ../../mod/photos.php:1694
+#: ../../object/Item.php:675
 msgid "This is you"
 msgstr "这是你"
 
-#: ../../object/Item.php:679 ../../mod/content.php:711
+#: ../../mod/content.php:709 ../../mod/photos.php:1564
+#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:750
+#: ../../object/Item.php:361 ../../object/Item.php:677
+msgid "Comment"
+msgstr "评论"
+
+#: ../../mod/content.php:711 ../../object/Item.php:679
 msgid "Bold"
 msgstr "粗体字 "
 
-#: ../../object/Item.php:680 ../../mod/content.php:712
+#: ../../mod/content.php:712 ../../object/Item.php:680
 msgid "Italic"
 msgstr "斜体 "
 
-#: ../../object/Item.php:681 ../../mod/content.php:713
+#: ../../mod/content.php:713 ../../object/Item.php:681
 msgid "Underline"
 msgstr "下划线"
 
-#: ../../object/Item.php:682 ../../mod/content.php:714
+#: ../../mod/content.php:714 ../../object/Item.php:682
 msgid "Quote"
 msgstr "引语"
 
-#: ../../object/Item.php:683 ../../mod/content.php:715
+#: ../../mod/content.php:715 ../../object/Item.php:683
 msgid "Code"
 msgstr "源代码"
 
-#: ../../object/Item.php:684 ../../mod/content.php:716
+#: ../../mod/content.php:716 ../../object/Item.php:684
 msgid "Image"
 msgstr "图片"
 
-#: ../../object/Item.php:685 ../../mod/content.php:717
+#: ../../mod/content.php:717 ../../object/Item.php:685
 msgid "Link"
 msgstr "环节"
 
-#: ../../object/Item.php:686 ../../mod/content.php:718
+#: ../../mod/content.php:718 ../../object/Item.php:686
 msgid "Video"
 msgstr "录像"
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "项目不可用的"
+#: ../../mod/content.php:719 ../../mod/editpost.php:145
+#: ../../mod/photos.php:1566 ../../mod/photos.php:1610
+#: ../../mod/photos.php:1698 ../../object/Item.php:687
+#: ../../include/conversation.php:1126
+msgid "Preview"
+msgstr "预演"
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "找不到项目。"
+#: ../../mod/content.php:728 ../../mod/settings.php:676
+#: ../../object/Item.php:120
+msgid "Edit"
+msgstr "编辑"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "一天最多墙通知给%s超过了。通知没有通过 。"
+#: ../../mod/content.php:753 ../../object/Item.php:195
+msgid "add star"
+msgstr "加星"
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
-msgid "No recipient selected."
-msgstr "没æ\9c\89é\80\89æ\8b©ç\9a\84æ\8e¥å\8f\97è\80\85ã\80\82"
+#: ../../mod/content.php:754 ../../object/Item.php:196
+msgid "remove star"
+msgstr "æ\88æ\98\9f"
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "核对不了您的主页。"
+#: ../../mod/content.php:755 ../../object/Item.php:197
+msgid "toggle star status"
+msgstr "转变星现状"
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
-msgid "Message could not be sent."
-msgstr "消息发不了。"
+#: ../../mod/content.php:758 ../../object/Item.php:200
+msgid "starred"
+msgstr "被贴星"
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
-msgid "Message collection failure."
-msgstr "通信受到错误。"
+#: ../../mod/content.php:759 ../../object/Item.php:220
+msgid "add tag"
+msgstr "加标签"
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
-msgid "Message sent."
-msgstr "消息发了"
+#: ../../mod/content.php:763 ../../object/Item.php:133
+msgid "save to folder"
+msgstr "保存在文件夹"
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "没有接受者。"
+#: ../../mod/content.php:854 ../../object/Item.php:328
+msgid "to"
+msgstr ""
 
-#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
-msgid "Send Private Message"
-msgstr "发私人的通信"
+#: ../../mod/content.php:855 ../../object/Item.php:330
+msgid "Wall-to-Wall"
+msgstr "从墙到墙"
 
-#: ../../mod/wallmessage.php:143
-#, 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 "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"
+#: ../../mod/content.php:856 ../../object/Item.php:331
+msgid "via Wall-To-Wall:"
+msgstr "通过从墙到墙"
 
-#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
-#: ../../mod/message.php:553
-msgid "To:"
-msgstr "到:"
+#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
+msgid "Remove My Account"
+msgstr "删除我的账户"
 
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
-#: ../../mod/message.php:555
-msgid "Subject:"
-msgstr "题目:"
+#: ../../mod/removeme.php:47
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "这要完全删除您的账户。这一做过,就不能恢复。"
 
-#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134
-#: ../../mod/message.php:329 ../../mod/message.php:558
-msgid "Your message:"
-msgstr "你的消息:"
+#: ../../mod/removeme.php:48
+msgid "Please enter your password for verification:"
+msgstr "请输入密码为确认:"
 
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "组造成了。"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica沟通服务器-安装"
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "不能造成组。"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "解不了数据库。"
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "组找不到。"
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "造成不了表格。"
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "组名变化了。"
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "您Friendica网站数据库被安装了。"
 
-#: ../../mod/group.php:87
-msgid "Save Group"
-msgstr "保存组"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "造成组熟人/朋友们。"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:525
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "请看文件「INSTALL.txt」"
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "ç»\84å\90\8dï¼\9a"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "ç³»ç»\9fæ£\80æµ\8b"
 
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "组删除了。"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "再检测"
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "不能删除组。"
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "数据库接通"
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "组编辑器"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "为安装Friendica我们要知道怎么连接您的数据库。"
 
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "成员"
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"
 
-#: ../../mod/group.php:194 ../../mod/contacts.php:562
-msgid "All Contacts"
-msgstr "所有的熟人"
-
-#: ../../mod/group.php:224 ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
-msgstr "点击熟人为添加或删除。"
-
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "找不到可能代表页人。"
-
-#: ../../mod/delegate.php:126
+#: ../../mod/install.php:230
 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 "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "您下边指定的数据库应该已经存在。如果还没有,请继续前造成。"
 
-#: ../../mod/delegate.php:127
-msgid "Existing Page Managers"
-msgstr "目前页管理员"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "数据库服务器名"
 
-#: ../../mod/delegate.php:129
-msgid "Existing Page Delegates"
-msgstr "目前页代表"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "数据库登录名"
 
-#: ../../mod/delegate.php:131
-msgid "Potential Delegates"
-msgstr "æ½\9cå\8a\9bç\9a\84代表"
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "æ\95°æ\8d®åº\93ç\99»å½\95å¯\86ç \81"
 
-#: ../../mod/delegate.php:133 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "移走"
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "数据库名字"
 
-#: ../../mod/delegate.php:134
-msgid "Add"
-msgstr ""
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "网站行政人员邮件地址"
 
-#: ../../mod/delegate.php:135
-msgid "No entries."
-msgstr "没有项目。"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "您账户邮件地址必要符合这个为用网站处理仪表板"
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "无效要求身份号。"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "请选择您网站的默认时区"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "丢弃"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "网站设置"
 
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210 ../../mod/contacts.php:443
-#: ../../mod/contacts.php:497 ../../mod/contacts.php:707
-msgid "Ignore"
-msgstr "忽视"
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "没找到命令行PHP在网服务器PATH。"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "系统"
+#: ../../mod/install.php:322
+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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "如果您没有命令行PHP在服务器,您实行不了用cron背景检查。看<a href='http://friendica.com/node/27'>「使安排做的任务可用」</a>"
 
-#: ../../mod/notifications.php:88 ../../mod/network.php:365
-msgid "Personal"
-msgstr "私人"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "PHP可执行路径"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "显示不理的要求"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "输入全路线到php执行程序。您会留空白为继续安装。"
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "隐藏不理的要求"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "命令行PHP"
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "通知种类:"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "æ\9c\8bå\8f\8b建议"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "æ\89¾å\88°PHPç\89\88æ\9c¬å\8f·ï¼\9a"
 
-#: ../../mod/notifications.php:152
-#, php-format
-msgid "suggested by %s"
-msgstr "由%s建议的"
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr "命令行PHP執行檔"
 
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/contacts.php:503
-msgid "Hide this contact from others"
-msgstr "隐藏这个熟人给别人"
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "您系统的命令行PHP没有能够「register_argc_argv」。"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr "表æ\96°æ\9c\8bå\8f\8bæ´»å\8a¨"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "è¿\99å¿\85è¦\81为é\80\9aä¿¡å\8f\91å¸\83æ\88\90å\8a\9fã\80\82"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "或适用"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../mod/notifications.php:161 ../../mod/notifications.php:208
-#: ../../mod/admin.php:966
-msgid "Approve"
-msgstr "批准"
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "声称被您认识:"
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。"
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr ""
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "产生加密钥匙"
 
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr ""
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "libCurl PHP模块"
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "批准作为"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "GD显示PHP模块"
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "朋友"
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP模块"
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "分享者"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "mysqli PHP模块"
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "迷/赞赏者"
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "mb_string PHP模块"
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "友谊/联络要求"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite部件"
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "新关注者:"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "没有介绍。"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "错误:libCurl PHP模块是必要的可却不安装的。"
 
-#: ../../mod/notifications.php:258 ../../mod/notifications.php:387
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s喜欢了%s的消息"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"
 
-#: ../../mod/notifications.php:268 ../../mod/notifications.php:397
-#: ../../mod/notifications.php:488
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s不喜欢了%s的消息"
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "错误:openssl PHP模块是必要的可却不安装的。"
 
-#: ../../mod/notifications.php:283 ../../mod/notifications.php:412
-#: ../../mod/notifications.php:503
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s成为%s的朋友"
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "错误:mysqli PHP模块是必要的可却不安装的。"
 
-#: ../../mod/notifications.php:290 ../../mod/notifications.php:419
-#, php-format
-msgid "%s created a new post"
-msgstr "%s造成新文章"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "错误:mbstring PHP模块必要可没安装的。"
 
-#: ../../mod/notifications.php:291 ../../mod/notifications.php:420
-#: ../../mod/notifications.php:513
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s便条%s的文章"
+#: ../../mod/install.php:438
+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 "网页安装者要能造成叫「.htconfig.php」在网服务器主文件夹可却不能。"
 
-#: ../../mod/notifications.php:306
-msgid "No more network notifications."
-msgstr "没有别的网络通信。"
+#: ../../mod/install.php:439
+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 "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"
 
-#: ../../mod/notifications.php:310
-msgid "Network Notifications"
-msgstr "网络通知"
+#: ../../mod/install.php:440
+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 "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:75
-msgid "No more system notifications."
-msgstr "没别系统通知。"
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"
 
-#: ../../mod/notifications.php:340 ../../mod/notify.php:79
-msgid "System Notifications"
-msgstr "系统通知"
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php是可写的"
 
-#: ../../mod/notifications.php:435
-msgid "No more personal notifications."
-msgstr "没有别的私人通信。"
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"
 
-#: ../../mod/notifications.php:439
-msgid "Personal Notifications"
-msgstr "私人通知"
+#: ../../mod/install.php:455
+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 "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"
 
-#: ../../mod/notifications.php:520
-msgid "No more home notifications."
-msgstr "没有别的家通信。"
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。"
 
-#: ../../mod/notifications.php:524
-msgid "Home Notifications"
-msgstr "主页通知"
+#: ../../mod/install.php:457
+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 "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "无简介"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "能写view/smarty3"
+
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr " URL改写在.htaccess不行。检查您服务器设置。"
+
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "URL改写发挥机能"
+
+#: ../../mod/install.php:484
+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 "数据库设置文件「.htconfig.php」不能被写。请把包括的正文造成设置文件在网服务器子目录。"
+
+#: ../../mod/install.php:523
+msgid "<h1>What next</h1>"
+msgstr "<h1>下步是什么</h1>"
+
+#: ../../mod/install.php:524
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "重要:您要[手工地]准备安排的任务给喂器。"
+
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "一天最多墙通知给%s超过了。通知没有通过 。"
+
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "核对不了您的主页。"
+
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "没有接受者。"
+
+#: ../../mod/wallmessage.php:143
+#, 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 "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"
+
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "帮助:"
+
+#: ../../mod/help.php:84 ../../include/nav.php:114
+msgid "Help"
+msgstr "帮助"
+
+#: ../../mod/help.php:90 ../../index.php:256
+msgid "Not Found"
+msgstr "未发现"
+
+#: ../../mod/help.php:93 ../../index.php:259
+msgid "Page not found."
+msgstr "页发现。"
+
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s欢迎%2$s"
+
+#: ../../mod/home.php:35
+#, php-format
+msgid "Welcome to %s"
+msgstr "%s欢迎你"
+
+#: ../../mod/wall_attach.php:75
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "不好意思,可能你上传的是PHP设置允许的大"
+
+#: ../../mod/wall_attach.php:75
+msgid "Or - did you try to upload an empty file?"
+msgstr "或者,你是不是上传空的文件?"
+
+#: ../../mod/wall_attach.php:81
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "文件数目超过最多%d"
+
+#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
+msgid "File upload failed."
+msgstr "文件上传失败。"
+
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "简介符合"
+
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "没有符合的关键字。请在您的默认简介加关键字。"
+
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "感兴趣对:"
+
+#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1568
+#: ../../include/contact_widgets.php:10
+msgid "Connect"
+msgstr "连接"
+
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "链接"
+
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "不可用的"
+
+#: ../../mod/community.php:32 ../../include/nav.php:129
+#: ../../include/nav.php:131 ../../view/theme/diabook/theme.php:129
+msgid "Community"
+msgstr "社会"
+
+#: ../../mod/community.php:62 ../../mod/community.php:71
+#: ../../mod/search.php:168 ../../mod/search.php:192
+msgid "No results."
+msgstr "没有结果"
 
 #: ../../mod/settings.php:29 ../../mod/photos.php:80
 msgid "everybody"
 msgstr "每人"
 
-#: ../../mod/settings.php:36 ../../mod/admin.php:977
-msgid "Account"
-msgstr "帐户"
-
 #: ../../mod/settings.php:41
 msgid "Additional features"
 msgstr "附加的特点"
@@ -3378,14 +3628,13 @@ msgstr "附加的特点"
 msgid "Display"
 msgstr "显示"
 
-#: ../../mod/settings.php:52 ../../mod/settings.php:777
+#: ../../mod/settings.php:52 ../../mod/settings.php:780
 msgid "Social Networks"
 msgstr "社会化网络"
 
-#: ../../mod/settings.php:57 ../../mod/admin.php:106 ../../mod/admin.php:1063
-#: ../../mod/admin.php:1116
-msgid "Plugins"
-msgstr "插件"
+#: ../../mod/settings.php:62 ../../include/nav.php:170
+msgid "Delegations"
+msgstr "代表"
 
 #: ../../mod/settings.php:67
 msgid "Connected apps"
@@ -3403,11 +3652,6 @@ msgstr "删除账户"
 msgid "Missing some important data!"
 msgstr "有的重要信息失踪的!"
 
-#: ../../mod/settings.php:132 ../../mod/settings.php:637
-#: ../../mod/contacts.php:705
-msgid "Update"
-msgstr "更新"
-
 #: ../../mod/settings.php:238
 msgid "Failed to connect with email account using the settings provided."
 msgstr "不能连接电子邮件账户用输入的设置。"
@@ -3444,4245 +3688,4173 @@ msgstr "密码变化了。"
 msgid "Password update failed. Please try again."
 msgstr "密码更新失败了。请再试。"
 
-#: ../../mod/settings.php:426
+#: ../../mod/settings.php:428
 msgid " Please use a shorter name."
 msgstr "请用短一点个名。"
 
-#: ../../mod/settings.php:428
+#: ../../mod/settings.php:430
 msgid " Name too short."
 msgstr "名字太短。"
 
-#: ../../mod/settings.php:437
+#: ../../mod/settings.php:439
 msgid "Wrong Password"
 msgstr "密码不正确"
 
-#: ../../mod/settings.php:442
+#: ../../mod/settings.php:444
 msgid " Not valid email."
 msgstr " 电子邮件地址无效."
 
-#: ../../mod/settings.php:448
+#: ../../mod/settings.php:450
 msgid " Cannot change to that email."
 msgstr "不能变化到这个邮件地址。"
 
-#: ../../mod/settings.php:503
+#: ../../mod/settings.php:506
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "私人评坛没有隐私批准。默认隐私组用者。"
 
-#: ../../mod/settings.php:507
+#: ../../mod/settings.php:510
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "私人评坛没有隐私批准或默认隐私组。"
 
-#: ../../mod/settings.php:537
+#: ../../mod/settings.php:540
 msgid "Settings updated."
 msgstr "设置跟新了"
 
-#: ../../mod/settings.php:610 ../../mod/settings.php:636
-#: ../../mod/settings.php:672
+#: ../../mod/settings.php:613 ../../mod/settings.php:639
+#: ../../mod/settings.php:675
 msgid "Add application"
 msgstr "加入应用"
 
-#: ../../mod/settings.php:611 ../../mod/settings.php:721
-#: ../../mod/settings.php:795 ../../mod/settings.php:877
-#: ../../mod/settings.php:1110 ../../mod/admin.php:588
-#: ../../mod/admin.php:1117 ../../mod/admin.php:1319 ../../mod/admin.php:1406
-msgid "Save Settings"
-msgstr "保存设置"
-
-#: ../../mod/settings.php:613 ../../mod/settings.php:639
-#: ../../mod/admin.php:964 ../../mod/admin.php:976 ../../mod/admin.php:977
-#: ../../mod/admin.php:990 ../../mod/crepair.php:158
-msgid "Name"
-msgstr "名字"
-
-#: ../../mod/settings.php:614 ../../mod/settings.php:640
+#: ../../mod/settings.php:617 ../../mod/settings.php:643
 msgid "Consumer Key"
 msgstr "钥匙(Consumer Key)"
 
-#: ../../mod/settings.php:615 ../../mod/settings.php:641
+#: ../../mod/settings.php:618 ../../mod/settings.php:644
 msgid "Consumer Secret"
 msgstr "密码(Consumer Secret)"
 
-#: ../../mod/settings.php:616 ../../mod/settings.php:642
+#: ../../mod/settings.php:619 ../../mod/settings.php:645
 msgid "Redirect"
 msgstr "重定向"
 
-#: ../../mod/settings.php:617 ../../mod/settings.php:643
+#: ../../mod/settings.php:620 ../../mod/settings.php:646
 msgid "Icon url"
 msgstr "图符URL"
 
-#: ../../mod/settings.php:628
+#: ../../mod/settings.php:631
 msgid "You can't edit this application."
 msgstr "您不能编辑这个应用。"
 
-#: ../../mod/settings.php:671
+#: ../../mod/settings.php:674
 msgid "Connected Apps"
 msgstr "连接着应用"
 
-#: ../../mod/settings.php:675
+#: ../../mod/settings.php:678
 msgid "Client key starts with"
 msgstr "客户钥匙头字是"
 
-#: ../../mod/settings.php:676
+#: ../../mod/settings.php:679
 msgid "No name"
 msgstr "无名"
 
-#: ../../mod/settings.php:677
+#: ../../mod/settings.php:680
 msgid "Remove authorization"
 msgstr "撤消权能"
 
-#: ../../mod/settings.php:689
+#: ../../mod/settings.php:692
 msgid "No Plugin settings configured"
 msgstr "没插件设置配置了"
 
-#: ../../mod/settings.php:697
+#: ../../mod/settings.php:700
 msgid "Plugin Settings"
 msgstr "插件设置"
 
-#: ../../mod/settings.php:711
+#: ../../mod/settings.php:714
 msgid "Off"
 msgstr "关"
 
-#: ../../mod/settings.php:711
+#: ../../mod/settings.php:714
 msgid "On"
 msgstr "开"
 
-#: ../../mod/settings.php:719
+#: ../../mod/settings.php:722
 msgid "Additional Features"
 msgstr "附加的特点"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "包括的支持为%s连通性是%s"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/dfrn_request.php:838
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "enabled"
 msgstr "能够做的"
 
-#: ../../mod/settings.php:733 ../../mod/settings.php:734
+#: ../../mod/settings.php:736 ../../mod/settings.php:737
 msgid "disabled"
-msgstr "使不能用"
+msgstr "已停用"
 
-#: ../../mod/settings.php:734
+#: ../../mod/settings.php:737
 msgid "StatusNet"
 msgstr "StatusNet"
 
-#: ../../mod/settings.php:770
+#: ../../mod/settings.php:773
 msgid "Email access is disabled on this site."
 msgstr "这个网站没有邮件使用权"
 
-#: ../../mod/settings.php:782
+#: ../../mod/settings.php:785
 msgid "Email/Mailbox Setup"
 msgstr "邮件收件箱设置"
 
-#: ../../mod/settings.php:783
+#: ../../mod/settings.php:786
 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:784
+#: ../../mod/settings.php:787
 msgid "Last successful email check:"
 msgstr "上个成功收件箱检查:"
 
-#: ../../mod/settings.php:786
+#: ../../mod/settings.php:789
 msgid "IMAP server name:"
 msgstr "IMAP服务器名字:"
 
-#: ../../mod/settings.php:787
+#: ../../mod/settings.php:790
 msgid "IMAP port:"
 msgstr "IMAP服务器端口:"
 
-#: ../../mod/settings.php:788
+#: ../../mod/settings.php:791
 msgid "Security:"
 msgstr "安全:"
 
-#: ../../mod/settings.php:788 ../../mod/settings.php:793
+#: ../../mod/settings.php:791 ../../mod/settings.php:796
 msgid "None"
 msgstr "没有"
 
-#: ../../mod/settings.php:789
+#: ../../mod/settings.php:792
 msgid "Email login name:"
 msgstr "邮件登记名:"
 
-#: ../../mod/settings.php:790
+#: ../../mod/settings.php:793
 msgid "Email password:"
 msgstr "邮件密码:"
 
-#: ../../mod/settings.php:791
+#: ../../mod/settings.php:794
 msgid "Reply-to address:"
 msgstr "回答地址:"
 
-#: ../../mod/settings.php:792
+#: ../../mod/settings.php:795
 msgid "Send public posts to all email contacts:"
 msgstr "发公开的文章给所有的邮件熟人:"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Action after import:"
 msgstr "进口后行动:"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Mark as seen"
 msgstr "标注看过"
 
-#: ../../mod/settings.php:793
+#: ../../mod/settings.php:796
 msgid "Move to folder"
 msgstr "搬到文件夹"
 
-#: ../../mod/settings.php:794
+#: ../../mod/settings.php:797
 msgid "Move to folder:"
 msgstr "搬到文件夹:"
 
-#: ../../mod/settings.php:825 ../../mod/admin.php:523
-msgid "No special theme for mobile devices"
-msgstr "没专门适合手机的主题"
-
-#: ../../mod/settings.php:875
+#: ../../mod/settings.php:878
 msgid "Display Settings"
 msgstr "表示设置"
 
-#: ../../mod/settings.php:881 ../../mod/settings.php:896
+#: ../../mod/settings.php:884 ../../mod/settings.php:899
 msgid "Display Theme:"
 msgstr "显示主题:"
 
-#: ../../mod/settings.php:882
+#: ../../mod/settings.php:885
 msgid "Mobile Theme:"
 msgstr "手机主题:"
 
-#: ../../mod/settings.php:883
+#: ../../mod/settings.php:886
 msgid "Update browser every xx seconds"
 msgstr "更新游览器每XX秒"
 
-#: ../../mod/settings.php:883
+#: ../../mod/settings.php:886
 msgid "Minimum of 10 seconds, no maximum"
 msgstr "最小10秒,没有上限"
 
-#: ../../mod/settings.php:884
+#: ../../mod/settings.php:887
 msgid "Number of items to display per page:"
 msgstr "每页表示多少项目:"
 
-#: ../../mod/settings.php:884 ../../mod/settings.php:885
+#: ../../mod/settings.php:887 ../../mod/settings.php:888
 msgid "Maximum of 100 items"
 msgstr "最多100项目"
 
-#: ../../mod/settings.php:885
+#: ../../mod/settings.php:888
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "用手机看一页展示多少项目:"
 
-#: ../../mod/settings.php:886
+#: ../../mod/settings.php:889
 msgid "Don't show emoticons"
 msgstr "别表示请表符号"
 
-#: ../../mod/settings.php:887
+#: ../../mod/settings.php:890
 msgid "Don't show notices"
 msgstr "别表提示"
 
-#: ../../mod/settings.php:888
+#: ../../mod/settings.php:891
 msgid "Infinite scroll"
 msgstr "无限的滚动"
 
-#: ../../mod/settings.php:889
+#: ../../mod/settings.php:892
 msgid "Automatic updates only at the top of the network page"
 msgstr ""
 
-#: ../../mod/settings.php:966
+#: ../../mod/settings.php:969
 msgid "User Types"
 msgstr ""
 
-#: ../../mod/settings.php:967
+#: ../../mod/settings.php:970
 msgid "Community Types"
 msgstr ""
 
-#: ../../mod/settings.php:968
+#: ../../mod/settings.php:971
 msgid "Normal Account Page"
 msgstr "平常账户页"
 
-#: ../../mod/settings.php:969
+#: ../../mod/settings.php:972
 msgid "This account is a normal personal profile"
 msgstr "这个帐户是正常私人简介"
 
-#: ../../mod/settings.php:972
+#: ../../mod/settings.php:975
 msgid "Soapbox Page"
 msgstr "演讲台页"
 
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:976
 msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr "自动批准所有联络/友谊要求当只看的迷"
 
-#: ../../mod/settings.php:976
+#: ../../mod/settings.php:979
 msgid "Community Forum/Celebrity Account"
 msgstr "社会评坛/名人账户"
 
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:980
 msgid ""
 "Automatically approve all connection/friend requests as read-write fans"
 msgstr "自动批准所有联络/友谊要求当看写的迷"
 
-#: ../../mod/settings.php:980
+#: ../../mod/settings.php:983
 msgid "Automatic Friend Page"
 msgstr "自动朋友页"
 
-#: ../../mod/settings.php:981
+#: ../../mod/settings.php:984
 msgid "Automatically approve all connection/friend requests as friends"
 msgstr "自动批准所有联络/友谊要求当朋友"
 
-#: ../../mod/settings.php:984
+#: ../../mod/settings.php:987
 msgid "Private Forum [Experimental]"
 msgstr "隐私评坛[实验性的 ]"
 
-#: ../../mod/settings.php:985
+#: ../../mod/settings.php:988
 msgid "Private forum - approved members only"
 msgstr "隐私评坛-只批准的成员"
 
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1000
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1000
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(可选的)许这个OpenID这个账户登记。"
 
-#: ../../mod/settings.php:1007
+#: ../../mod/settings.php:1010
 msgid "Publish your default profile in your local site directory?"
 msgstr "出版您默认简介在您当地的网站目录?"
 
-#: ../../mod/settings.php:1007 ../../mod/settings.php:1013
-#: ../../mod/settings.php:1021 ../../mod/settings.php:1025
-#: ../../mod/settings.php:1030 ../../mod/settings.php:1036
-#: ../../mod/settings.php:1042 ../../mod/settings.php:1048
-#: ../../mod/settings.php:1078 ../../mod/settings.php:1079
-#: ../../mod/settings.php:1080 ../../mod/settings.php:1081
-#: ../../mod/settings.php:1082 ../../mod/register.php:231
-#: ../../mod/dfrn_request.php:834 ../../mod/api.php:106
-#: ../../mod/profiles.php:620 ../../mod/profiles.php:624
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1024 ../../mod/settings.php:1028
+#: ../../mod/settings.php:1033 ../../mod/settings.php:1039
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1051
+#: ../../mod/settings.php:1081 ../../mod/settings.php:1082
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830
+#: ../../mod/register.php:234 ../../mod/profiles.php:661
+#: ../../mod/profiles.php:665 ../../mod/api.php:106
 msgid "No"
 msgstr "否"
 
-#: ../../mod/settings.php:1013
+#: ../../mod/settings.php:1016
 msgid "Publish your default profile in the global social directory?"
 msgstr "出版您默认简介在综合社会目录?"
 
-#: ../../mod/settings.php:1021
+#: ../../mod/settings.php:1024
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "藏起来  发现您的熟人/朋友单不让这个简介看着看?\n "
 
-#: ../../mod/settings.php:1030
+#: ../../mod/settings.php:1028 ../../include/conversation.php:1057
+msgid "Hide your profile details from unknown viewers?"
+msgstr "使简介信息给陌生的看着看不了?"
+
+#: ../../mod/settings.php:1028
+msgid ""
+"If enabled, posting public messages to Diaspora and other networks isn't "
+"possible."
+msgstr ""
+
+#: ../../mod/settings.php:1033
 msgid "Allow friends to post to your profile page?"
 msgstr "允许朋友们贴文章在您的简介页?"
 
-#: ../../mod/settings.php:1036
+#: ../../mod/settings.php:1039
 msgid "Allow friends to tag your posts?"
 msgstr "允许朋友们标签您的文章?"
 
-#: ../../mod/settings.php:1042
+#: ../../mod/settings.php:1045
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "允许我们建议您潜力朋友给新成员?"
 
-#: ../../mod/settings.php:1048
+#: ../../mod/settings.php:1051
 msgid "Permit unknown people to send you private mail?"
 msgstr "允许生人寄给您私人邮件?"
 
-#: ../../mod/settings.php:1056
+#: ../../mod/settings.php:1059
 msgid "Profile is <strong>not published</strong>."
 msgstr "简介是<strong>没出版</strong>"
 
-#: ../../mod/settings.php:1059 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "或者"
-
-#: ../../mod/settings.php:1064
+#: ../../mod/settings.php:1067
 msgid "Your Identity Address is"
 msgstr "您的同一个人地址是"
 
-#: ../../mod/settings.php:1075
+#: ../../mod/settings.php:1078
 msgid "Automatically expire posts after this many days:"
 msgstr "自动地过期文章这数天:"
 
-#: ../../mod/settings.php:1075
+#: ../../mod/settings.php:1078
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "如果空的,文章不会过期。过期的文章被删除"
 
-#: ../../mod/settings.php:1076
+#: ../../mod/settings.php:1079
 msgid "Advanced expiration settings"
 msgstr "先进的过期设置"
 
-#: ../../mod/settings.php:1077
+#: ../../mod/settings.php:1080
 msgid "Advanced Expiration"
 msgstr "先进的过期"
 
-#: ../../mod/settings.php:1078
+#: ../../mod/settings.php:1081
 msgid "Expire posts:"
 msgstr "把文章过期:"
 
-#: ../../mod/settings.php:1079
+#: ../../mod/settings.php:1082
 msgid "Expire personal notes:"
 msgstr "把私人便条过期:"
 
-#: ../../mod/settings.php:1080
+#: ../../mod/settings.php:1083
 msgid "Expire starred posts:"
 msgstr "把星的文章过期:"
 
-#: ../../mod/settings.php:1081
+#: ../../mod/settings.php:1084
 msgid "Expire photos:"
 msgstr "把照片过期:"
 
-#: ../../mod/settings.php:1082
+#: ../../mod/settings.php:1085
 msgid "Only expire posts by others:"
 msgstr "只别人的文章过期:"
 
-#: ../../mod/settings.php:1108
+#: ../../mod/settings.php:1111
 msgid "Account Settings"
 msgstr "帐户设置"
 
-#: ../../mod/settings.php:1116
+#: ../../mod/settings.php:1119
 msgid "Password Settings"
 msgstr "密码设置"
 
-#: ../../mod/settings.php:1117
+#: ../../mod/settings.php:1120
 msgid "New Password:"
 msgstr "新密码:"
 
-#: ../../mod/settings.php:1118
+#: ../../mod/settings.php:1121
 msgid "Confirm:"
 msgstr "确认:"
 
-#: ../../mod/settings.php:1118
+#: ../../mod/settings.php:1121
 msgid "Leave password fields blank unless changing"
 msgstr "非变化留空密码栏"
 
-#: ../../mod/settings.php:1119
+#: ../../mod/settings.php:1122
 msgid "Current Password:"
 msgstr "目前密码:"
 
-#: ../../mod/settings.php:1119 ../../mod/settings.php:1120
+#: ../../mod/settings.php:1122 ../../mod/settings.php:1123
 msgid "Your current password to confirm the changes"
 msgstr "您目前密码为确认变化"
 
-#: ../../mod/settings.php:1120
+#: ../../mod/settings.php:1123
 msgid "Password:"
 msgstr "密码:"
 
-#: ../../mod/settings.php:1124
+#: ../../mod/settings.php:1127
 msgid "Basic Settings"
 msgstr "基础设置"
 
-#: ../../mod/settings.php:1126
+#: ../../mod/settings.php:1128 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "全名:"
+
+#: ../../mod/settings.php:1129
 msgid "Email Address:"
 msgstr "电子邮件地址:"
 
-#: ../../mod/settings.php:1127
+#: ../../mod/settings.php:1130
 msgid "Your Timezone:"
 msgstr "您的时区:"
 
-#: ../../mod/settings.php:1128
+#: ../../mod/settings.php:1131
 msgid "Default Post Location:"
 msgstr "默认文章位置:"
 
-#: ../../mod/settings.php:1129
+#: ../../mod/settings.php:1132
 msgid "Use Browser Location:"
 msgstr "用游览器位置:"
 
-#: ../../mod/settings.php:1132
+#: ../../mod/settings.php:1135
 msgid "Security and Privacy Settings"
 msgstr "安全和隐私设置"
 
-#: ../../mod/settings.php:1134
+#: ../../mod/settings.php:1137
 msgid "Maximum Friend Requests/Day:"
 msgstr "最多友谊要求个天:"
 
-#: ../../mod/settings.php:1134 ../../mod/settings.php:1164
+#: ../../mod/settings.php:1137 ../../mod/settings.php:1167
 msgid "(to prevent spam abuse)"
 msgstr "(为防止垃圾邮件滥用)"
 
-#: ../../mod/settings.php:1135
+#: ../../mod/settings.php:1138
 msgid "Default Post Permissions"
 msgstr "默认文章准许"
 
-#: ../../mod/settings.php:1136
+#: ../../mod/settings.php:1139
 msgid "(click to open/close)"
 msgstr "(点击为打开/关闭)"
 
-#: ../../mod/settings.php:1145 ../../mod/photos.php:1146
-#: ../../mod/photos.php:1517
+#: ../../mod/settings.php:1148 ../../mod/photos.php:1146
+#: ../../mod/photos.php:1519
 msgid "Show to Groups"
 msgstr "给组表示"
 
-#: ../../mod/settings.php:1146 ../../mod/photos.php:1147
-#: ../../mod/photos.php:1518
+#: ../../mod/settings.php:1149 ../../mod/photos.php:1147
+#: ../../mod/photos.php:1520
 msgid "Show to Contacts"
 msgstr "给熟人表示"
 
-#: ../../mod/settings.php:1147
+#: ../../mod/settings.php:1150
 msgid "Default Private Post"
 msgstr "默认私人文章"
 
-#: ../../mod/settings.php:1148
+#: ../../mod/settings.php:1151
 msgid "Default Public Post"
 msgstr "默认公开文章"
 
-#: ../../mod/settings.php:1152
+#: ../../mod/settings.php:1155
 msgid "Default Permissions for New Posts"
 msgstr "默认权利为新文章"
 
-#: ../../mod/settings.php:1164
+#: ../../mod/settings.php:1167
 msgid "Maximum private messages per day from unknown people:"
 msgstr "一天最多从生人私人邮件:"
 
-#: ../../mod/settings.php:1167
+#: ../../mod/settings.php:1170
 msgid "Notification Settings"
 msgstr "消息设置"
 
-#: ../../mod/settings.php:1168
+#: ../../mod/settings.php:1171
 msgid "By default post a status message when:"
 msgstr "默认地发现状通知如果:"
 
-#: ../../mod/settings.php:1169
+#: ../../mod/settings.php:1172
 msgid "accepting a friend request"
 msgstr "接受朋友邀请"
 
-#: ../../mod/settings.php:1170
+#: ../../mod/settings.php:1173
 msgid "joining a forum/community"
 msgstr "加入评坛/社会"
 
-#: ../../mod/settings.php:1171
+#: ../../mod/settings.php:1174
 msgid "making an <em>interesting</em> profile change"
 msgstr "把简介有意思地变修改"
 
-#: ../../mod/settings.php:1172
+#: ../../mod/settings.php:1175
 msgid "Send a notification email when:"
 msgstr "发一个消息要是:"
 
-#: ../../mod/settings.php:1173
+#: ../../mod/settings.php:1176
 msgid "You receive an introduction"
 msgstr "你受到一个介绍"
 
-#: ../../mod/settings.php:1174
+#: ../../mod/settings.php:1177
 msgid "Your introductions are confirmed"
 msgstr "你的介绍确认了"
 
-#: ../../mod/settings.php:1175
+#: ../../mod/settings.php:1178
 msgid "Someone writes on your profile wall"
 msgstr "某人写在你的简历墙"
 
-#: ../../mod/settings.php:1176
+#: ../../mod/settings.php:1179
 msgid "Someone writes a followup comment"
 msgstr "某人写一个后续的评论"
 
-#: ../../mod/settings.php:1177
+#: ../../mod/settings.php:1180
 msgid "You receive a private message"
 msgstr "你受到一个私消息"
 
-#: ../../mod/settings.php:1178
+#: ../../mod/settings.php:1181
 msgid "You receive a friend suggestion"
 msgstr "你受到一个朋友建议"
 
-#: ../../mod/settings.php:1179
+#: ../../mod/settings.php:1182
 msgid "You are tagged in a post"
 msgstr "你被在新闻标签"
 
-#: ../../mod/settings.php:1180
+#: ../../mod/settings.php:1183
 msgid "You are poked/prodded/etc. in a post"
 msgstr "您在文章被戳"
 
-#: ../../mod/settings.php:1183
+#: ../../mod/settings.php:1185
+msgid "Text-only notification emails"
+msgstr ""
+
+#: ../../mod/settings.php:1187
+msgid "Send text only notification emails, without the html part"
+msgstr ""
+
+#: ../../mod/settings.php:1189
 msgid "Advanced Account/Page Type Settings"
 msgstr "专家账户/页种设置"
 
-#: ../../mod/settings.php:1184
+#: ../../mod/settings.php:1190
 msgid "Change the behaviour of this account for special situations"
 msgstr "把这个账户特别情况的时候行动变化"
 
-#: ../../mod/settings.php:1187
+#: ../../mod/settings.php:1193
 msgid "Relocate"
 msgstr "调动"
 
-#: ../../mod/settings.php:1188
+#: ../../mod/settings.php:1194
 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 "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。"
 
-#: ../../mod/settings.php:1189
+#: ../../mod/settings.php:1195
 msgid "Resend relocate message to contacts"
 msgstr "把调动信息寄给熟人"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "普通朋友们"
+#: ../../mod/dfrn_request.php:95
+msgid "This introduction has already been accepted."
+msgstr "这个介绍已经接受了。"
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "没有共同熟人。"
+#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "简介位置失效或不包含简介信息。"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "摇隐私信息无效"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "警告:简介位置没有可设别的主名。"
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "可见给:"
+#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
+msgid "Warning: profile location has no profile photo."
+msgstr "警告:简介位置没有简介图。"
 
-#: ../../mod/contacts.php:107
+#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
 #, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited"
-msgstr[0] "%d熟人编辑了"
-
-#: ../../mod/contacts.php:138 ../../mod/contacts.php:267
-msgid "Could not access contact record."
-msgstr "用不了熟人记录。"
+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需要的参数没找到在输入的位置。"
 
-#: ../../mod/contacts.php:152
-msgid "Could not locate selected profile."
-msgstr "找不到选择的简介。"
+#: ../../mod/dfrn_request.php:172
+msgid "Introduction complete."
+msgstr "介绍完成的。"
 
-#: ../../mod/contacts.php:181
-msgid "Contact updated."
-msgstr "熟人更新了。"
+#: ../../mod/dfrn_request.php:214
+msgid "Unrecoverable protocol error."
+msgstr "不能恢复的协议错误"
 
-#: ../../mod/contacts.php:183 ../../mod/dfrn_request.php:576
-msgid "Failed to update contact record."
-msgstr "更新熟人记录失败了。"
+#: ../../mod/dfrn_request.php:242
+msgid "Profile unavailable."
+msgstr "简介无效"
 
-#: ../../mod/contacts.php:282
-msgid "Contact has been blocked"
-msgstr "熟人拦了"
+#: ../../mod/dfrn_request.php:267
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s今天已经受到了太多联络要求"
 
-#: ../../mod/contacts.php:282
-msgid "Contact has been unblocked"
-msgstr "熟人否拦了"
+#: ../../mod/dfrn_request.php:268
+msgid "Spam protection measures have been invoked."
+msgstr "垃圾保护措施被用了。"
 
-#: ../../mod/contacts.php:293
-msgid "Contact has been ignored"
-msgstr "熟人不理了"
+#: ../../mod/dfrn_request.php:269
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "朋友们被建议请24小时后再试。"
 
-#: ../../mod/contacts.php:293
-msgid "Contact has been unignored"
-msgstr "熟人否不理了"
+#: ../../mod/dfrn_request.php:331
+msgid "Invalid locator"
+msgstr "无效找到物"
 
-#: ../../mod/contacts.php:305
-msgid "Contact has been archived"
-msgstr "æ\8a\8aè\81\94ç³»å­\98æ¡£äº\86"
+#: ../../mod/dfrn_request.php:340
+msgid "Invalid email address."
+msgstr "æ\97 æ\95\88ç\9a\84é\82®ä»¶å\9c°å\9d\80ã\80\82"
 
-#: ../../mod/contacts.php:305
-msgid "Contact has been unarchived"
-msgstr "把联系从存档拿来了"
+#: ../../mod/dfrn_request.php:367
+msgid "This account has not been configured for email. Request failed."
+msgstr "这个账户没有设置用电子邮件。要求没通过。"
 
-#: ../../mod/contacts.php:330 ../../mod/contacts.php:703
-msgid "Do you really want to delete this contact?"
-msgstr "您真的想删除这个熟人吗?"
+#: ../../mod/dfrn_request.php:463
+msgid "Unable to resolve your name at the provided location."
+msgstr "不可疏解您的名字再输入的位置。"
 
-#: ../../mod/contacts.php:347
-msgid "Contact has been removed."
-msgstr "熟人删除了。"
+#: ../../mod/dfrn_request.php:476
+msgid "You have already introduced yourself here."
+msgstr "您已经自我介绍这儿。"
 
-#: ../../mod/contacts.php:385
+#: ../../mod/dfrn_request.php:480
 #, php-format
-msgid "You are mutual friends with %s"
-msgstr "您和%s是共同朋友们"
+msgid "Apparently you are already friends with %s."
+msgstr "看上去您已经是%s的朋友。"
 
-#: ../../mod/contacts.php:389
-#, php-format
-msgid "You are sharing with %s"
-msgstr "您分享给%s"
+#: ../../mod/dfrn_request.php:501
+msgid "Invalid profile URL."
+msgstr "无效的简介URL。"
 
-#: ../../mod/contacts.php:394
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s给您分享"
+#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "不允许的简介地址."
 
-#: ../../mod/contacts.php:411
-msgid "Private communications are not available for this contact."
-msgstr "没æ\9c\89ç§\81人ç\9a\84æ²\9fé\80\9aè·\9fè¿\99个ç\86\9f人"
+#: ../../mod/dfrn_request.php:597
+msgid "Your introduction has been sent."
+msgstr "æ\82¨ç\9a\84ä»\8bç»\8då\8f\91å¸\83äº\86ã\80\82"
 
-#: ../../mod/contacts.php:414 ../../mod/admin.php:540
-msgid "Never"
-msgstr "从未"
+#: ../../mod/dfrn_request.php:650
+msgid "Please login to confirm introduction."
+msgstr "请登记为确认介绍。"
 
-#: ../../mod/contacts.php:418
-msgid "(Update was successful)"
-msgstr "(更新成功)"
+#: ../../mod/dfrn_request.php:660
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "错误的用户登记者。请用<strong>这个</strong>用户。"
 
-#: ../../mod/contacts.php:418
-msgid "(Update was not successful)"
-msgstr "(更新不成功)"
+#: ../../mod/dfrn_request.php:671
+msgid "Hide this contact"
+msgstr "隐藏这个熟人"
 
-#: ../../mod/contacts.php:420
-msgid "Suggest friends"
-msgstr "建议朋友们"
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Welcome home %s."
+msgstr "欢迎%s。"
 
-#: ../../mod/contacts.php:424
+#: ../../mod/dfrn_request.php:675
 #, php-format
-msgid "Network type: %s"
-msgstr "网络种类: %s"
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "请确认您的介绍/联络要求给%s。"
 
-#: ../../mod/contacts.php:432
-msgid "View all contacts"
-msgstr "ç\9c\8bæ\89\80æ\9c\89ç\9a\84ç\86\9f人"
+#: ../../mod/dfrn_request.php:676
+msgid "Confirm"
+msgstr "确认"
 
-#: ../../mod/contacts.php:437 ../../mod/contacts.php:496
-#: ../../mod/contacts.php:706 ../../mod/admin.php:970
-msgid "Unblock"
-msgstr "不拦"
+#: ../../mod/dfrn_request.php:804
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "请输入您的「同一人地址」这些支持的交通网络中:"
 
-#: ../../mod/contacts.php:437 ../../mod/contacts.php:496
-#: ../../mod/contacts.php:706 ../../mod/admin.php:969
-msgid "Block"
-msgstr "拦"
+#: ../../mod/dfrn_request.php:824
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "如果您还没有自由社会网络成员之一,<a href=\"http://dir.friendica.com/siteinfo\">点击这个环节找公开Friendica网站今天加入</a>."
 
-#: ../../mod/contacts.php:440
-msgid "Toggle Blocked status"
-msgstr "交替拦配置"
+#: ../../mod/dfrn_request.php:827
+msgid "Friend/Connection Request"
+msgstr "朋友/联络要求。"
 
-#: ../../mod/contacts.php:443 ../../mod/contacts.php:497
-#: ../../mod/contacts.php:707
-msgid "Unignore"
-msgstr "停不理"
+#: ../../mod/dfrn_request.php:828
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "比如:jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: ../../mod/contacts.php:446
-msgid "Toggle Ignored status"
-msgstr "交替忽视现状"
+#: ../../mod/dfrn_request.php:829
+msgid "Please answer the following:"
+msgstr "请回答下述的:"
 
-#: ../../mod/contacts.php:450 ../../mod/contacts.php:708
-msgid "Unarchive"
-msgstr "从存档拿来"
+#: ../../mod/dfrn_request.php:830
+#, php-format
+msgid "Does %s know you?"
+msgstr "%s是否认识你?"
 
-#: ../../mod/contacts.php:450 ../../mod/contacts.php:708
-msgid "Archive"
-msgstr "存档"
+#: ../../mod/dfrn_request.php:834
+msgid "Add a personal note:"
+msgstr "添加个人的便条"
 
-#: ../../mod/contacts.php:453
-msgid "Toggle Archive status"
-msgstr "交替档案现状"
+#: ../../mod/dfrn_request.php:836 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/contacts.php:456
-msgid "Repair"
-msgstr "维修"
+#: ../../mod/dfrn_request.php:837
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/联合社会化网"
 
-#: ../../mod/contacts.php:459
-msgid "Advanced Contact Settings"
-msgstr "专家熟人设置"
+#: ../../mod/dfrn_request.php:839
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。"
 
-#: ../../mod/contacts.php:465
-msgid "Communications lost with this contact!"
-msgstr "联系跟这个熟人断开了!"
-
-#: ../../mod/contacts.php:468
-msgid "Contact Editor"
-msgstr "熟人编器"
-
-#: ../../mod/contacts.php:471
-msgid "Profile Visibility"
-msgstr "简历可见量"
-
-#: ../../mod/contacts.php:472
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。"
-
-#: ../../mod/contacts.php:473
-msgid "Contact Information / Notes"
-msgstr "熟人信息/便条"
-
-#: ../../mod/contacts.php:474
-msgid "Edit contact notes"
-msgstr "编辑熟人便条"
-
-#: ../../mod/contacts.php:479 ../../mod/contacts.php:671
-#: ../../mod/nogroup.php:40 ../../mod/viewcontacts.php:62
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "看%s的简介[%s]"
-
-#: ../../mod/contacts.php:480
-msgid "Block/Unblock contact"
-msgstr "拦/否拦熟人"
-
-#: ../../mod/contacts.php:481
-msgid "Ignore contact"
-msgstr "忽视熟人"
-
-#: ../../mod/contacts.php:482
-msgid "Repair URL settings"
-msgstr "维修URL设置"
-
-#: ../../mod/contacts.php:483
-msgid "View conversations"
-msgstr "看交流"
-
-#: ../../mod/contacts.php:485
-msgid "Delete contact"
-msgstr "删除熟人"
-
-#: ../../mod/contacts.php:489
-msgid "Last update:"
-msgstr "上个更新:"
-
-#: ../../mod/contacts.php:491
-msgid "Update public posts"
-msgstr "更新公开文章"
-
-#: ../../mod/contacts.php:493 ../../mod/admin.php:1464
-msgid "Update now"
-msgstr "现在更新"
-
-#: ../../mod/contacts.php:500
-msgid "Currently blocked"
-msgstr "现在拦的"
-
-#: ../../mod/contacts.php:501
-msgid "Currently ignored"
-msgstr "现在不理的"
-
-#: ../../mod/contacts.php:502
-msgid "Currently archived"
-msgstr "现在存档着"
-
-#: ../../mod/contacts.php:503
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "回答/喜欢关您公开文章<strong>会</strong>还可见的"
-
-#: ../../mod/contacts.php:504
-msgid "Notification for new posts"
-msgstr "新消息提示"
-
-#: ../../mod/contacts.php:504
-msgid "Send a notification of every new post of this contact"
-msgstr "发提示在所有这个联络的新消息"
-
-#: ../../mod/contacts.php:505
-msgid "Fetch further information for feeds"
-msgstr "拿文源别的消息"
-
-#: ../../mod/contacts.php:556
-msgid "Suggestions"
-msgstr "建议"
-
-#: ../../mod/contacts.php:559
-msgid "Suggest potential friends"
-msgstr "建议潜在朋友们"
-
-#: ../../mod/contacts.php:565
-msgid "Show all contacts"
-msgstr "表示所有的熟人"
-
-#: ../../mod/contacts.php:568
-msgid "Unblocked"
-msgstr "不拦了"
-
-#: ../../mod/contacts.php:571
-msgid "Only show unblocked contacts"
-msgstr "只表示不拦的熟人"
-
-#: ../../mod/contacts.php:575
-msgid "Blocked"
-msgstr "拦了"
-
-#: ../../mod/contacts.php:578
-msgid "Only show blocked contacts"
-msgstr "只表示拦的熟人"
-
-#: ../../mod/contacts.php:582
-msgid "Ignored"
-msgstr "忽视的"
-
-#: ../../mod/contacts.php:585
-msgid "Only show ignored contacts"
-msgstr "只表示忽视的熟人"
-
-#: ../../mod/contacts.php:589
-msgid "Archived"
-msgstr "在存档"
-
-#: ../../mod/contacts.php:592
-msgid "Only show archived contacts"
-msgstr "只表示档案熟人"
-
-#: ../../mod/contacts.php:596
-msgid "Hidden"
-msgstr "隐藏的"
-
-#: ../../mod/contacts.php:599
-msgid "Only show hidden contacts"
-msgstr "只表示隐藏的熟人"
-
-#: ../../mod/contacts.php:647
-msgid "Mutual Friendship"
-msgstr "共同友谊"
-
-#: ../../mod/contacts.php:651
-msgid "is a fan of yours"
-msgstr "是您迷"
-
-#: ../../mod/contacts.php:655
-msgid "you are a fan of"
-msgstr "你喜欢"
-
-#: ../../mod/contacts.php:672 ../../mod/nogroup.php:41
-msgid "Edit contact"
-msgstr "编熟人"
-
-#: ../../mod/contacts.php:698
-msgid "Search your contacts"
-msgstr "搜索您的熟人"
-
-#: ../../mod/contacts.php:699 ../../mod/directory.php:61
-msgid "Finding: "
-msgstr "找着:"
-
-#: ../../mod/wall_attach.php:75
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "不好意思,可能你上传的是PHP设置允许的大"
-
-#: ../../mod/wall_attach.php:75
-msgid "Or - did you try to upload an empty file?"
-msgstr "或者,你是不是上传空的文件?"
-
-#: ../../mod/wall_attach.php:81
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "文件数目超过最多%d"
-
-#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133
-msgid "File upload failed."
-msgstr "文件上传失败。"
-
-#: ../../mod/update_community.php:18 ../../mod/update_network.php:25
-#: ../../mod/update_notes.php:37 ../../mod/update_display.php:22
-#: ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[嵌入内容-重新加载页为看]"
-
-#: ../../mod/uexport.php:77
-msgid "Export account"
-msgstr "出口账户"
-
-#: ../../mod/uexport.php:77
-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 "出口您的商户信息和熟人。这利于备份您的账户活着搬到别的服务器。"
-
-#: ../../mod/uexport.php:78
-msgid "Export all"
-msgstr "出口一切"
+#: ../../mod/dfrn_request.php:840
+msgid "Your Identity Address:"
+msgstr "您的同一个人地址:"
 
-#: ../../mod/uexport.php:78
-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 "出口您账户信息,熟人和别的项目成json。可能是很大文件,花很多时间。用这个为创造全备份您的账户(照片没被出口)"
+#: ../../mod/dfrn_request.php:843
+msgid "Submit Request"
+msgstr "提交要求"
 
-#: ../../mod/register.php:93
+#: ../../mod/register.php:90
 msgid ""
 "Registration successful. Please check your email for further instructions."
 msgstr "注册成功了。请咨询说明再您的收件箱。"
 
-#: ../../mod/register.php:97
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "发邮件失败了。这条试失败的消息。"
+#: ../../mod/register.php:96
+#, 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 "发送邮件失败。你的账户消息是:<br>用户名:%s<br> 密码: %s<br><br>。登录后能改密码。"
 
-#: ../../mod/register.php:102
+#: ../../mod/register.php:105
 msgid "Your registration can not be processed."
 msgstr "处理不了您的注册。"
 
-#: ../../mod/register.php:145
+#: ../../mod/register.php:148
 msgid "Your registration is pending approval by the site owner."
 msgstr "您的注册等网页主的批准。"
 
-#: ../../mod/register.php:183 ../../mod/uimport.php:50
+#: ../../mod/register.php:186 ../../mod/uimport.php:50
 msgid ""
 "This site has exceeded the number of allowed daily account registrations. "
 "Please try again tomorrow."
 msgstr "这个网站超过一天最多账户注册。请明天再试。"
 
-#: ../../mod/register.php:211
+#: ../../mod/register.php:214
 msgid ""
 "You may (optionally) fill in this form via OpenID by supplying your OpenID "
 "and clicking 'Register'."
 msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"
 
-#: ../../mod/register.php:212
+#: ../../mod/register.php:215
 msgid ""
 "If you are not familiar with OpenID, please leave that field blank and fill "
 "in the rest of the items."
 msgstr "如果您没熟悉OpenID,请留空这个栏和填另些栏。"
 
-#: ../../mod/register.php:213
+#: ../../mod/register.php:216
 msgid "Your OpenID (optional): "
 msgstr "您的OpenID(可选的):"
 
-#: ../../mod/register.php:227
+#: ../../mod/register.php:230
 msgid "Include your profile in member directory?"
 msgstr "放您的简介再员目录?"
 
-#: ../../mod/register.php:248
+#: ../../mod/register.php:251
 msgid "Membership on this site is by invitation only."
 msgstr "会员身份在这个网站是光通过邀请。"
 
-#: ../../mod/register.php:249
+#: ../../mod/register.php:252
 msgid "Your invitation ID: "
 msgstr "您邀请ID:"
 
-#: ../../mod/register.php:252 ../../mod/admin.php:589
-msgid "Registration"
-msgstr "注册"
-
-#: ../../mod/register.php:260
+#: ../../mod/register.php:263
 msgid "Your Full Name (e.g. Joe Smith): "
 msgstr "您姓名(例如「张三」):"
 
-#: ../../mod/register.php:261
+#: ../../mod/register.php:264
 msgid "Your Email Address: "
 msgstr "你的电子邮件地址:"
 
-#: ../../mod/register.php:262
+#: ../../mod/register.php:265
 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 "选择简介昵称。昵称头一字必须拉丁字。您再这个网站的简介地址将「<strong>example@$sitename</strong>」."
 
-#: ../../mod/register.php:263
+#: ../../mod/register.php:266
 msgid "Choose a nickname: "
 msgstr "选择昵称:"
 
-#: ../../mod/register.php:272 ../../mod/uimport.php:64
+#: ../../mod/register.php:269 ../../boot.php:1241 ../../include/nav.php:109
+msgid "Register"
+msgstr "注册"
+
+#: ../../mod/register.php:275 ../../mod/uimport.php:64
 msgid "Import"
 msgstr "进口"
 
-#: ../../mod/register.php:273
+#: ../../mod/register.php:276
 msgid "Import your profile to this friendica instance"
 msgstr "进口您的简介到这个friendica服务器"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "评论发表了。"
-
 #: ../../mod/maintenance.php:5
 msgid "System down for maintenance"
 msgstr "系统关闭为了维持"
 
-#: ../../mod/profile.php:155 ../../mod/display.php:288
-msgid "Access to this profile has been restricted."
-msgstr "使用权这个简介被限制了."
+#: ../../mod/search.php:99 ../../include/text.php:953
+#: ../../include/text.php:954 ../../include/nav.php:119
+msgid "Search"
+msgstr "搜索"
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "提示对新成员"
+#: ../../mod/directory.php:51 ../../view/theme/diabook/theme.php:525
+msgid "Global Directory"
+msgstr "综合目录"
 
-#: ../../mod/videos.php:115 ../../mod/dfrn_request.php:766
-#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:920
-#: ../../mod/search.php:89 ../../mod/community.php:18
-#: ../../mod/display.php:180 ../../mod/directory.php:33
-msgid "Public access denied."
-msgstr "公众看拒绝"
+#: ../../mod/directory.php:59
+msgid "Find on this site"
+msgstr "找在这网站"
 
-#: ../../mod/videos.php:125
-msgid "No videos selected"
-msgstr "没选择的视频"
+#: ../../mod/directory.php:62
+msgid "Site Directory"
+msgstr "网站目录"
 
-#: ../../mod/videos.php:226 ../../mod/photos.php:1031
-msgid "Access to this item is restricted."
-msgstr "这个项目使用权限的。"
+#: ../../mod/directory.php:113 ../../mod/profiles.php:750
+msgid "Age: "
+msgstr "年纪:"
 
-#: ../../mod/videos.php:308 ../../mod/photos.php:1806
-msgid "View Album"
-msgstr "看照片册"
+#: ../../mod/directory.php:116
+msgid "Gender: "
+msgstr "性别:"
 
-#: ../../mod/videos.php:317
-msgid "Recent Videos"
-msgstr "最近视频"
+#: ../../mod/directory.php:138 ../../boot.php:1650
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "性别:"
 
-#: ../../mod/videos.php:319
-msgid "Upload New Videos"
-msgstr "上传新视频"
+#: ../../mod/directory.php:140 ../../boot.php:1653
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "现状:"
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "管理身份或页"
+#: ../../mod/directory.php:142 ../../boot.php:1655
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "主页:"
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "交替不同同一人或社会/组页合用您的账户或给您「管理」批准"
+#: ../../mod/directory.php:144 ../../boot.php:1657
+#: ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "关于:"
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "选择同一个人管理:"
+#: ../../mod/directory.php:189
+msgid "No entries (some entries may be hidden)."
+msgstr "没有文章(有的文章会被隐藏)。"
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "项目没找到"
+#: ../../mod/delegate.php:101
+msgid "No potential page delegates located."
+msgstr "找不到可能代表页人。"
 
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "编辑文章"
+#: ../../mod/delegate.php:130 ../../include/nav.php:170
+msgid "Delegate Page Management"
+msgstr "页代表管理"
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "搜索人物"
-
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "没有结果"
+#: ../../mod/delegate.php:132
+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 "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"
 
-#: ../../mod/regmod.php:54
-msgid "Account approved."
-msgstr "账户批准了"
+#: ../../mod/delegate.php:133
+msgid "Existing Page Managers"
+msgstr "目前页管理员"
 
-#: ../../mod/regmod.php:91
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "%s的登记撤销了"
+#: ../../mod/delegate.php:135
+msgid "Existing Page Delegates"
+msgstr "目前页代表"
 
-#: ../../mod/regmod.php:103
-msgid "Please login."
-msgstr "æ¸\85ç\99»å½\95ã\80\82"
+#: ../../mod/delegate.php:137
+msgid "Potential Delegates"
+msgstr "æ½\9cå\8a\9bç\9a\84代表"
 
-#: ../../mod/dfrn_request.php:95
-msgid "This introduction has already been accepted."
-msgstr "这个介绍已经接受了。"
+#: ../../mod/delegate.php:140
+msgid "Add"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "简介位置失效或不包含简介信息。"
+#: ../../mod/delegate.php:141
+msgid "No entries."
+msgstr "没有项目。"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "警告:简介位置没有可设别的主名。"
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "普通朋友们"
 
-#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525
-msgid "Warning: profile location has no profile photo."
-msgstr "警告:简介位置没有简介图。"
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "没有共同熟人。"
 
-#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528
-#, 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需要的参数没找到在输入的位置。"
+#: ../../mod/uexport.php:77
+msgid "Export account"
+msgstr "出口账户"
 
-#: ../../mod/dfrn_request.php:172
-msgid "Introduction complete."
-msgstr "介绍完成的。"
+#: ../../mod/uexport.php:77
+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 "出口您的商户信息和熟人。这利于备份您的账户活着搬到别的服务器。"
 
-#: ../../mod/dfrn_request.php:214
-msgid "Unrecoverable protocol error."
-msgstr "不能恢复的协议错误"
+#: ../../mod/uexport.php:78
+msgid "Export all"
+msgstr "出口一切"
 
-#: ../../mod/dfrn_request.php:242
-msgid "Profile unavailable."
-msgstr "简介无效"
+#: ../../mod/uexport.php:78
+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 "出口您账户信息,熟人和别的项目成json。可能是很大文件,花很多时间。用这个为创造全备份您的账户(照片没被出口)"
 
-#: ../../mod/dfrn_request.php:267
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
 #, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s今天已经受到了太多联络要求"
+msgid "%1$s is currently %2$s"
+msgstr "%1$s现在是%2$s"
 
-#: ../../mod/dfrn_request.php:268
-msgid "Spam protection measures have been invoked."
-msgstr "å\9e\83å\9c¾ä¿\9dæ\8a¤æ\8eªæ\96½è¢«ç\94¨äº\86ã\80\82"
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "å¿\83æ\83\85"
 
-#: ../../mod/dfrn_request.php:269
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "朋友们被建议请24小时后再试。"
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "选择现在的心情而告诉朋友们"
 
-#: ../../mod/dfrn_request.php:331
-msgid "Invalid locator"
-msgstr "æ\97 æ\95\88æ\89¾å\88°ç\89©"
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个建议å\90\97ï¼\9f"
 
-#: ../../mod/dfrn_request.php:340
-msgid "Invalid email address."
-msgstr "无效的邮件地址。"
+#: ../../mod/suggest.php:68 ../../include/contact_widgets.php:35
+#: ../../view/theme/diabook/theme.php:527
+msgid "Friend Suggestions"
+msgstr "友谊建议"
 
-#: ../../mod/dfrn_request.php:367
-msgid "This account has not been configured for email. Request failed."
-msgstr "这个账户没有设置用电子邮件。要求没通过。"
+#: ../../mod/suggest.php:74
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "没有建议。如果这是新网站,请24小时后再试。"
 
-#: ../../mod/dfrn_request.php:463
-msgid "Unable to resolve your name at the provided location."
-msgstr "不可疏解您的名字再输入的位置。"
+#: ../../mod/suggest.php:92
+msgid "Ignore/Hide"
+msgstr "不理/隐藏"
 
-#: ../../mod/dfrn_request.php:476
-msgid "You have already introduced yourself here."
-msgstr "您已经自我介绍这儿。"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "简介删除了。"
 
-#: ../../mod/dfrn_request.php:480
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "看上去您已经是%s的朋友。"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "简介-"
 
-#: ../../mod/dfrn_request.php:501
-msgid "Invalid profile URL."
-msgstr "无效的简介URL。"
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "创造新的简介"
 
-#: ../../mod/dfrn_request.php:597
-msgid "Your introduction has been sent."
-msgstr "您的介绍发布了。"
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "简介不可用为复制。"
 
-#: ../../mod/dfrn_request.php:650
-msgid "Please login to confirm introduction."
-msgstr "请登记为确认介绍。"
+#: ../../mod/profiles.php:189
+msgid "Profile Name is required."
+msgstr "必要简介名"
 
-#: ../../mod/dfrn_request.php:664
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "错误的用户登记者。请用<strong>这个</strong>用户。"
+#: ../../mod/profiles.php:340
+msgid "Marital Status"
+msgstr "婚姻状况 "
 
-#: ../../mod/dfrn_request.php:675
-msgid "Hide this contact"
-msgstr "隐藏这个熟人"
+#: ../../mod/profiles.php:344
+msgid "Romantic Partner"
+msgstr "人"
 
-#: ../../mod/dfrn_request.php:678
-#, php-format
-msgid "Welcome home %s."
-msgstr "欢迎%s。"
+#: ../../mod/profiles.php:348
+msgid "Likes"
+msgstr "喜欢"
 
-#: ../../mod/dfrn_request.php:679
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "请确认您的介绍/联络要求给%s。"
+#: ../../mod/profiles.php:352
+msgid "Dislikes"
+msgstr "不喜欢"
 
-#: ../../mod/dfrn_request.php:680
-msgid "Confirm"
-msgstr "确认"
+#: ../../mod/profiles.php:356
+msgid "Work/Employment"
+msgstr "工作"
 
-#: ../../mod/dfrn_request.php:808
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "请输入您的「同一人地址」这些支持的交通网络中:"
+#: ../../mod/profiles.php:359
+msgid "Religion"
+msgstr "宗教"
 
-#: ../../mod/dfrn_request.php:828
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "如果您还没有自由社会网络成员之一,<a href=\"http://dir.friendica.com/siteinfo\">点击这个环节找公开Friendica网站今天加入</a>."
+#: ../../mod/profiles.php:363
+msgid "Political Views"
+msgstr "政治观念"
 
-#: ../../mod/dfrn_request.php:831
-msgid "Friend/Connection Request"
-msgstr "æ\9c\8bå\8f\8bï¼\8fè\81\94ç»\9cè¦\81æ±\82ã\80\82"
+#: ../../mod/profiles.php:367
+msgid "Gender"
+msgstr "æ\80§å\88«"
 
-#: ../../mod/dfrn_request.php:832
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "比如:jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../mod/profiles.php:371
+msgid "Sexual Preference"
+msgstr "性取向"
 
-#: ../../mod/dfrn_request.php:833
-msgid "Please answer the following:"
-msgstr "请回答下述的:"
+#: ../../mod/profiles.php:375
+msgid "Homepage"
+msgstr "主页"
 
-#: ../../mod/dfrn_request.php:834
-#, php-format
-msgid "Does %s know you?"
-msgstr "%s是否认识你?"
+#: ../../mod/profiles.php:379 ../../mod/profiles.php:698
+msgid "Interests"
+msgstr "兴趣"
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
-msgstr "添加个人的便条"
+#: ../../mod/profiles.php:383
+msgid "Address"
+msgstr "地址"
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/联合社会化网"
+#: ../../mod/profiles.php:390 ../../mod/profiles.php:694
+msgid "Location"
+msgstr "位置"
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。"
+#: ../../mod/profiles.php:473
+msgid "Profile updated."
+msgstr "简介更新了。"
 
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
-msgstr "您的同一个人地址:"
+#: ../../mod/profiles.php:568
+msgid " and "
+msgstr ""
 
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
-msgstr "提交要求"
+#: ../../mod/profiles.php:576
+msgid "public profile"
+msgstr "公开简介"
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "文件"
+#: ../../mod/profiles.php:579
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s把%2$s变化成&ldquo;%3$s&rdquo;"
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "授权应用连接"
+#: ../../mod/profiles.php:580
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - 看 %1$s的%2$s"
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "回归您的应用和输入这个安全密码:"
+#: ../../mod/profiles.php:583
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s有更新的%2$s,修改%3$s."
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "请登记为继续。"
+#: ../../mod/profiles.php:658
+msgid "Hide contacts and friends:"
+msgstr ""
 
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "您想不想使这个应用用权您的文章和熟人,和/或代您造成新文章"
-
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "您真的想删除这个建议吗?"
-
-#: ../../mod/suggest.php:72
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "没有建议。如果这是新网站,请24小时后再试。"
+#: ../../mod/profiles.php:663
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?"
 
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
-msgstr "不理/隐藏"
+#: ../../mod/profiles.php:685
+msgid "Edit Profile Details"
+msgstr "剪辑简介消息"
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "没å½\93æ\88\90å\91\98ç\9a\84ç\86\9f人"
+#: ../../mod/profiles.php:687
+msgid "Change Profile Photo"
+msgstr "æ\94¹å\8f\98ç®\80ä»\8bç\85§ç\89\87"
 
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-#: ../../mod/crepair.php:131 ../../mod/dfrn_confirm.php:120
-msgid "Contact not found."
-msgstr "没找到熟人。"
+#: ../../mod/profiles.php:688
+msgid "View this profile"
+msgstr "看这个简介"
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "朋友建议发送了。"
+#: ../../mod/profiles.php:689
+msgid "Create a new profile using these settings"
+msgstr "造成新的简介用这些设置"
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "建议æ\9c\8bå\8f\8b们"
+#: ../../mod/profiles.php:690
+msgid "Clone this profile"
+msgstr "å¤\8då\88¶è¿\99个ç®\80ä»\8b"
 
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "建议朋友给%s"
+#: ../../mod/profiles.php:691
+msgid "Delete this profile"
+msgstr "删除这个简介"
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr "链接"
+#: ../../mod/profiles.php:692
+msgid "Basic information"
+msgstr ""
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "没有熟人。"
+#: ../../mod/profiles.php:693
+msgid "Profile picture"
+msgstr ""
 
-#: ../../mod/admin.php:57
-msgid "Theme settings updated."
-msgstr "主题设置更新了。"
+#: ../../mod/profiles.php:695
+msgid "Preferences"
+msgstr ""
 
-#: ../../mod/admin.php:104 ../../mod/admin.php:587
-msgid "Site"
-msgstr "网站"
+#: ../../mod/profiles.php:696
+msgid "Status information"
+msgstr ""
 
-#: ../../mod/admin.php:105 ../../mod/admin.php:959 ../../mod/admin.php:974
-msgid "Users"
-msgstr "用户"
+#: ../../mod/profiles.php:697
+msgid "Additional information"
+msgstr ""
 
-#: ../../mod/admin.php:107 ../../mod/admin.php:1284 ../../mod/admin.php:1318
-msgid "Themes"
-msgstr "主题"
+#: ../../mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "简介名:"
 
-#: ../../mod/admin.php:108
-msgid "DB updates"
-msgstr "数据库更新"
+#: ../../mod/profiles.php:701
+msgid "Your Full Name:"
+msgstr "你的全名:"
 
-#: ../../mod/admin.php:123 ../../mod/admin.php:130 ../../mod/admin.php:1405
-msgid "Logs"
-msgstr "记录"
+#: ../../mod/profiles.php:702
+msgid "Title/Description:"
+msgstr "标题/描述:"
 
-#: ../../mod/admin.php:129
-msgid "Plugin Features"
-msgstr "插件特点"
+#: ../../mod/profiles.php:703
+msgid "Your Gender:"
+msgstr "你的性:"
 
-#: ../../mod/admin.php:131
-msgid "User registrations waiting for confirmation"
-msgstr "用户注册等确认"
+#: ../../mod/profiles.php:704
+#, php-format
+msgid "Birthday (%s):"
+msgstr "生日(%s):"
 
-#: ../../mod/admin.php:190 ../../mod/admin.php:913
-msgid "Normal Account"
-msgstr "正常帐户"
+#: ../../mod/profiles.php:705
+msgid "Street Address:"
+msgstr "地址:"
 
-#: ../../mod/admin.php:191 ../../mod/admin.php:914
-msgid "Soapbox Account"
-msgstr "演讲台帐户"
+#: ../../mod/profiles.php:706
+msgid "Locality/City:"
+msgstr "现场/城市:"
 
-#: ../../mod/admin.php:192 ../../mod/admin.php:915
-msgid "Community/Celebrity Account"
-msgstr "社会/名人帐户"
+#: ../../mod/profiles.php:707
+msgid "Postal/Zip Code:"
+msgstr "邮政编码:"
 
-#: ../../mod/admin.php:193 ../../mod/admin.php:916
-msgid "Automatic Friend Account"
-msgstr "自动朋友帐户"
+#: ../../mod/profiles.php:708
+msgid "Country:"
+msgstr "国家:"
 
-#: ../../mod/admin.php:194
-msgid "Blog Account"
-msgstr "å\8d\9a客账æ\88·"
+#: ../../mod/profiles.php:709
+msgid "Region/State:"
+msgstr "å\8cºå\9f\9fï¼\8fç\9c\81"
 
-#: ../../mod/admin.php:195
-msgid "Private Forum"
-msgstr "私人评坛"
+#: ../../mod/profiles.php:710
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span>婚姻状况:"
 
-#: ../../mod/admin.php:214
-msgid "Message queues"
-msgstr "通知排队"
+#: ../../mod/profiles.php:711
+msgid "Who: (if applicable)"
+msgstr "谁:(要是使用)"
 
-#: ../../mod/admin.php:219 ../../mod/admin.php:586 ../../mod/admin.php:958
-#: ../../mod/admin.php:1062 ../../mod/admin.php:1115 ../../mod/admin.php:1283
-#: ../../mod/admin.php:1317 ../../mod/admin.php:1404
-msgid "Administration"
-msgstr "管理"
+#: ../../mod/profiles.php:712
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "比如:limou,李某,limou@example。com"
 
-#: ../../mod/admin.php:220
-msgid "Summary"
-msgstr "总算"
+#: ../../mod/profiles.php:713
+msgid "Since [date]:"
+msgstr "追溯[日期]:"
 
-#: ../../mod/admin.php:222
-msgid "Registered users"
-msgstr "注å\86\8cç\9a\84ç\94¨æ\88·"
+#: ../../mod/profiles.php:714 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "æ\80§å\8f\96å\90\91"
 
-#: ../../mod/admin.php:224
-msgid "Pending registrations"
-msgstr "未决的注册"
+#: ../../mod/profiles.php:715
+msgid "Homepage URL:"
+msgstr "主页URL:"
 
-#: ../../mod/admin.php:225
-msgid "Version"
-msgstr "版本"
+#: ../../mod/profiles.php:716 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr "故乡:"
 
-#: ../../mod/admin.php:227
-msgid "Active plugins"
-msgstr "æ´»è·\83ç\9a\84æ\8f\92件"
+#: ../../mod/profiles.php:717 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "æ\94¿æ²»è§\82念ï¼\9a"
 
-#: ../../mod/admin.php:250
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "不能分析基础URL。至少要<scheme>://<domain>"
+#: ../../mod/profiles.php:718
+msgid "Religious Views:"
+msgstr " 宗教信仰 :"
 
-#: ../../mod/admin.php:494
-msgid "Site settings updated."
-msgstr "网站设置更新了。"
+#: ../../mod/profiles.php:719
+msgid "Public Keywords:"
+msgstr "公开关键字 :"
 
-#: ../../mod/admin.php:541
-msgid "At post arrival"
-msgstr "收件的时候"
+#: ../../mod/profiles.php:720
+msgid "Private Keywords:"
+msgstr "私人关键字"
 
-#: ../../mod/admin.php:550
-msgid "Multi user instance"
-msgstr "å¤\9aç\94¨æ\88·ç½\91ç«\99"
+#: ../../mod/profiles.php:721 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "å\96\9c欢ï¼\9a"
 
-#: ../../mod/admin.php:573
-msgid "Closed"
-msgstr "关闭"
+#: ../../mod/profiles.php:722 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "不喜欢:"
 
-#: ../../mod/admin.php:574
-msgid "Requires approval"
-msgstr "要批准"
+#: ../../mod/profiles.php:723
+msgid "Example: fishing photography software"
+msgstr "例如:钓鱼 照片 软件"
 
-#: ../../mod/admin.php:575
-msgid "Open"
-msgstr "打开"
+#: ../../mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(用于建议可能的朋友们,会被别人看)"
 
-#: ../../mod/admin.php:579
-msgid "No SSL policy, links will track page SSL state"
-msgstr "没SSL方针,环节将追踪页SSL现状"
+#: ../../mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(用于搜索简介,没有给别人看)"
 
-#: ../../mod/admin.php:580
-msgid "Force all links to use SSL"
-msgstr "让所有的环节用SSL"
+#: ../../mod/profiles.php:726
+msgid "Tell us about yourself..."
+msgstr "给我们自我介绍..."
 
-#: ../../mod/admin.php:581
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "自签证书,用SSL再光本地环节(劝止的)"
+#: ../../mod/profiles.php:727
+msgid "Hobbies/Interests"
+msgstr "爱好/兴趣"
 
-#: ../../mod/admin.php:590
-msgid "File upload"
-msgstr "文件上传"
+#: ../../mod/profiles.php:728
+msgid "Contact information and Social Networks"
+msgstr "熟人信息和社会化网络"
 
-#: ../../mod/admin.php:591
-msgid "Policies"
-msgstr "政策"
+#: ../../mod/profiles.php:729
+msgid "Musical interests"
+msgstr "音乐兴趣"
 
-#: ../../mod/admin.php:592
-msgid "Advanced"
-msgstr "高等"
+#: ../../mod/profiles.php:730
+msgid "Books, literature"
+msgstr "书,文学"
 
-#: ../../mod/admin.php:593
-msgid "Performance"
-msgstr "性能"
+#: ../../mod/profiles.php:731
+msgid "Television"
+msgstr "电视"
 
-#: ../../mod/admin.php:594
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "调动:注意先进的功能。能吧服务器使不能联系。"
+#: ../../mod/profiles.php:732
+msgid "Film/dance/culture/entertainment"
+msgstr "电影/跳舞/文化/娱乐"
 
-#: ../../mod/admin.php:597
-msgid "Site name"
-msgstr "ç½\91页å\90\8då­\97"
+#: ../../mod/profiles.php:733
+msgid "Love/romance"
+msgstr "ç\88±æ\83\85ï¼\8f浪漫"
 
-#: ../../mod/admin.php:598
-msgid "Banner/Logo"
-msgstr "标题/标志"
+#: ../../mod/profiles.php:734
+msgid "Work/employment"
+msgstr "工作"
 
-#: ../../mod/admin.php:599
-msgid "Additional Info"
-msgstr "å\88«ç\9a\84æ¶\88æ\81¯"
+#: ../../mod/profiles.php:735
+msgid "School/education"
+msgstr "å­¦é\99¢ï¼\8fæ\95\99è\82²"
 
-#: ../../mod/admin.php:599
+#: ../../mod/profiles.php:740
 msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at dir.friendica.com/siteinfo."
-msgstr "公共服务器:您会这里添加消息要列在dir.friendica.com/siteinfo。"
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。"
 
-#: ../../mod/admin.php:600
-msgid "System language"
-msgstr "ç³»ç»\9f语è¨\80"
+#: ../../mod/profiles.php:803
+msgid "Edit/Manage Profiles"
+msgstr "ç¼\96è¾\91ï¼\8f管ç\90\86ç®\80ä»\8b"
 
-#: ../../mod/admin.php:601
-msgid "System theme"
-msgstr "系统主题"
+#: ../../mod/profiles.php:804 ../../boot.php:1611 ../../boot.php:1637
+msgid "Change profile photo"
+msgstr "换简介照片"
 
-#: ../../mod/admin.php:601
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "默认系统主题-会被用户简介超驰-<a href='#' id='cnftheme'>把主题设置变化</a>"
+#: ../../mod/profiles.php:805 ../../boot.php:1612
+msgid "Create New Profile"
+msgstr "创造新的简介"
 
-#: ../../mod/admin.php:602
-msgid "Mobile system theme"
-msgstr "手机系统主题"
+#: ../../mod/profiles.php:816 ../../boot.php:1622
+msgid "Profile Image"
+msgstr "简介图像"
 
-#: ../../mod/admin.php:602
-msgid "Theme for mobile devices"
-msgstr "主题适合手机"
+#: ../../mod/profiles.php:818 ../../boot.php:1625
+msgid "visible to everybody"
+msgstr "给打假可见的"
 
-#: ../../mod/admin.php:603
-msgid "SSL link policy"
-msgstr "SSL环节方针"
+#: ../../mod/profiles.php:819 ../../boot.php:1626
+msgid "Edit visibility"
+msgstr "修改能见度"
 
-#: ../../mod/admin.php:603
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "决定产生的环节否则被强迫用SSL"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "项目没找到"
 
-#: ../../mod/admin.php:604
-msgid "Old style 'Share'"
-msgstr "老款式'分享'"
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "编辑文章"
 
-#: ../../mod/admin.php:604
-msgid "Deactivates the bbcode element 'share' for repeating items."
-msgstr "为é\87\8då¤\8dç\9a\84项ç\9b®å\90§bbcodeâ\80\9cshareâ\80\9d代ç \81使ä¸\8dæ´»è·\83"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1092
+msgid "upload photo"
+msgstr "ä¸\8aä¼ ç\85§ç\89\87"
 
-#: ../../mod/admin.php:605
-msgid "Hide help entry from navigation menu"
-msgstr "é\9a\90è\97\8f帮å\8a©å\9c¨è\88ªè¡\8cé\80\89å\8d\95"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1093
+msgid "Attach file"
+msgstr "é\99\84ä¸\8aæ\96\87件"
 
-#: ../../mod/admin.php:605
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1094
+msgid "attach file"
+msgstr "附上文件"
 
-#: ../../mod/admin.php:606
-msgid "Single user instance"
-msgstr "单用户网站"
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1096
+msgid "web link"
+msgstr "网页环节"
 
-#: ../../mod/admin.php:606
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "弄这网站多用户或单用户为选择的用户"
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1097
+msgid "Insert video link"
+msgstr "插入视频环节"
 
-#: ../../mod/admin.php:607
-msgid "Maximum image size"
-msgstr "图片最大尺寸"
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1098
+msgid "video link"
+msgstr "视频环节"
 
-#: ../../mod/admin.php:607
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "最多上传照相的字节。默认是零,意思是无限。"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1099
+msgid "Insert audio link"
+msgstr "插入录音环节"
 
-#: ../../mod/admin.php:608
-msgid "Maximum image length"
-msgstr "最大图片大小"
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1100
+msgid "audio link"
+msgstr "录音环节"
 
-#: ../../mod/admin.php:608
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "最多像素在上传图片的长度。默认-1,意思是无限。"
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1101
+msgid "Set your location"
+msgstr "设定您的位置"
 
-#: ../../mod/admin.php:609
-msgid "JPEG image quality"
-msgstr "JPEG图片质量"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1102
+msgid "set location"
+msgstr "指定位置"
 
-#: ../../mod/admin.php:609
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "上传的JPEG被用这质量[0-100]保存。默认100,最高。"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1103
+msgid "Clear browser location"
+msgstr "清空浏览器位置"
 
-#: ../../mod/admin.php:611
-msgid "Register policy"
-msgstr "注å\86\8cæ\94¿ç­\96"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1104
+msgid "clear location"
+msgstr "æ¸\85ç\90\86å\87ºä½\8dç½®"
 
-#: ../../mod/admin.php:612
-msgid "Maximum Daily Registrations"
-msgstr "一天最多注册"
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1110
+msgid "Permission settings"
+msgstr "权设置"
 
-#: ../../mod/admin.php:612
-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/editpost.php:133 ../../include/conversation.php:1119
+msgid "CC: email addresses"
+msgstr "抄送: 电子邮件地址"
 
-#: ../../mod/admin.php:613
-msgid "Register text"
-msgstr "注册正文"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1120
+msgid "Public post"
+msgstr "公开的消息"
 
-#: ../../mod/admin.php:613
-msgid "Will be displayed prominently on the registration page."
-msgstr "被显著的在注册页表示。"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1106
+msgid "Set title"
+msgstr "指定标题"
 
-#: ../../mod/admin.php:614
-msgid "Accounts abandoned after x days"
-msgstr "账户丢弃X天后"
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1108
+msgid "Categories (comma-separated list)"
+msgstr "种类(逗号分隔单)"
 
-#: ../../mod/admin.php:614
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1122
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "比如: li@example.com, wang@example.com"
 
-#: ../../mod/admin.php:615
-msgid "Allowed friend domains"
-msgstr "允许的朋友域"
+#: ../../mod/friendica.php:59
+msgid "This is Friendica, version"
+msgstr "这是Friendica,版本"
+
+#: ../../mod/friendica.php:60
+msgid "running at web location"
+msgstr "运作再网址"
 
-#: ../../mod/admin.php:615
+#: ../../mod/friendica.php:62
 msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。"
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "请看<a href=\"http://friendica.com\">Friendica.com</a>发现多关于Friendica工程。"
 
-#: ../../mod/admin.php:616
-msgid "Allowed email domains"
-msgstr "允许的电子邮件域"
+#: ../../mod/friendica.php:64
+msgid "Bug reports and issues: please visit"
+msgstr "问题报案:请去"
 
-#: ../../mod/admin.php:616
+#: ../../mod/friendica.php:65
 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 "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。"
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com"
 
-#: ../../mod/admin.php:617
-msgid "Block public"
-msgstr "拦公开"
+#: ../../mod/friendica.php:79
+msgid "Installed plugins/addons/apps:"
+msgstr "安装的插件/加件/应用:"
 
-#: ../../mod/admin.php:617
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。"
+#: ../../mod/friendica.php:92
+msgid "No installed plugins/addons/apps"
+msgstr "没有安装的插件/应用"
 
-#: ../../mod/admin.php:618
-msgid "Force publish"
-msgstr "需要出版"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "授权应用连接"
 
-#: ../../mod/admin.php:618
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "让所有这网站的的简介表明在网站目录。"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "回归您的应用和输入这个安全密码:"
 
-#: ../../mod/admin.php:619
-msgid "Global directory update URL"
-msgstr "综合目录更新URL"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "请登记为继续。"
 
-#: ../../mod/admin.php:619
+#: ../../mod/api.php:104
 msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL为更新综合目录。如果没有,这个应用用不了综合目录。"
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "您想不想使这个应用用权您的文章和熟人,和/或代您造成新文章"
 
-#: ../../mod/admin.php:620
-msgid "Allow threaded items"
-msgstr "允许线绳项目"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "摇隐私信息无效"
 
-#: ../../mod/admin.php:620
-msgid "Allow infinite level threading for items on this site."
-msgstr "å\85\81许æ\97 é\99\90水平线绳为è¿\99ç½\91ç«\99ç\9a\84项ç\9b®ã\80\82"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "å\8f¯è§\81ç»\99ï¼\9a"
 
-#: ../../mod/admin.php:621
-msgid "Private posts by default for new users"
-msgstr "新用户默认写私人文章"
+#: ../../mod/notes.php:44 ../../boot.php:2150
+msgid "Personal Notes"
+msgstr "私人便条"
 
-#: ../../mod/admin.php:621
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "默认新用户文章批准使默认隐私组,没有公开。"
+#: ../../mod/localtime.php:12 ../../include/bb2diaspora.php:148
+#: ../../include/event.php:11
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: ../../mod/admin.php:622
-msgid "Don't include post content in email notifications"
-msgstr "别包含文章内容在邮件消息"
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "时间装换"
 
-#: ../../mod/admin.php:622
+#: ../../mod/localtime.php:26
 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 "别包含文章/谈论/私消息/等的内容在文件消息被这个网站寄出,为了隐私。"
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"
 
-#: ../../mod/admin.php:623
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "不允许插件的公众使用权在应用选单。"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC时间: %s"
 
-#: ../../mod/admin.php:623
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "复选这个框为把应用选内插件限制仅成员"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "现在时区: %s"
 
-#: ../../mod/admin.php:624
-msgid "Don't embed private images in posts"
-msgstr "别嵌入私人图案在文章里"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "装换的当地时间:%s"
 
-#: ../../mod/admin.php:624
-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/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "请选择你的时区:"
 
-#: ../../mod/admin.php:625
-msgid "Allow Users to set remote_self"
-msgstr "允许用户用遥远的自身"
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
+msgstr ""
 
-#: ../../mod/admin.php:625
-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/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "把人家戳或别的行动"
 
-#: ../../mod/admin.php:626
-msgid "Block multiple registrations"
-msgstr "æ\8b¦ä¸\80人å¤\9a注å\86\8c"
+#: ../../mod/poke.php:194
+msgid "Recipient"
+msgstr "æ\8e¥å\8f\97è\80\85"
 
-#: ../../mod/admin.php:626
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "不允许用户注册别的账户为当页。"
-
-#: ../../mod/admin.php:627
-msgid "OpenID support"
-msgstr "OpenID支持"
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "选择您想把别人作"
 
-#: ../../mod/admin.php:627
-msgid "OpenID support for registration and logins."
-msgstr "OpenID支持注册和登录。"
+#: ../../mod/poke.php:198
+msgid "Make this post private"
+msgstr "使这个文章私人"
 
-#: ../../mod/admin.php:628
-msgid "Fullname check"
-msgstr "全名核实"
+#: ../../mod/invite.php:27
+msgid "Total invitation limit exceeded."
+msgstr "邀请限超过了。"
 
-#: ../../mod/admin.php:628
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。"
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : 不是效的电子邮件地址."
 
-#: ../../mod/admin.php:629
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8正则表达式"
+#: ../../mod/invite.php:73
+msgid "Please join us on Friendica"
+msgstr "请加入我们再Friendica"
 
-#: ../../mod/admin.php:629
-msgid "Use PHP UTF8 regular expressions"
-msgstr "用PHP UTF8正则表达式"
+#: ../../mod/invite.php:84
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "邀请限超过了。请联系您的网站管理员。"
 
-#: ../../mod/admin.php:630
-msgid "Show Community Page"
-msgstr "表示社会页"
+#: ../../mod/invite.php:89
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : 送消息失败了。"
 
-#: ../../mod/admin.php:630
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "表示社会页表明这网站所有最近公开的文章"
+#: ../../mod/invite.php:93
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d消息传送了。"
 
-#: ../../mod/admin.php:631
-msgid "Enable OStatus support"
-msgstr "使OStatus支持可用"
+#: ../../mod/invite.php:112
+msgid "You have no more invitations available"
+msgstr "您没有别的邀请"
 
-#: ../../mod/admin.php:631
+#: ../../mod/invite.php:120
+#, php-format
 msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "提供OStatus(StatusNet,GNU Social,等)兼容性。所有OStatus的交通是公开的,所以私事警告偶尔来表示。"
+"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 "参观%s看一单公开网站您会加入。Friendica成员在别的网站都会互相连接,再跟很多别的社会网络。"
 
-#: ../../mod/admin.php:632
-msgid "OStatus conversation completion interval"
-msgstr "OStatus对话完成间隔"
+#: ../../mod/invite.php:122
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "为接受这个邀请,请再%s或什么别的Friendica网站注册。"
 
-#: ../../mod/admin.php:632
+#: ../../mod/invite.php:123
+#, php-format
 msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr "喂器要多久查一次新文章在OStatus交流?这会花许多系统资源。"
+"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网站们都互相连接造成隐私增加的社会网络属和控制由它的成员。它们也能跟多传统的社会网络连接。看%s表示一单您会加入供替换的Friendica网站。"
 
-#: ../../mod/admin.php:633
-msgid "Enable Diaspora support"
-msgstr "使Diaspora支持能够"
+#: ../../mod/invite.php:126
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。"
 
-#: ../../mod/admin.php:633
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "提供内装Diaspora网络兼容。"
+#: ../../mod/invite.php:132
+msgid "Send invitations"
+msgstr "发请柬"
 
-#: ../../mod/admin.php:634
-msgid "Only allow Friendica contacts"
-msgstr "只许Friendica熟人"
+#: ../../mod/invite.php:133
+msgid "Enter email addresses, one per line:"
+msgstr "输入电子邮件地址,一行一个:"
 
-#: ../../mod/admin.php:634
+#: ../../mod/invite.php:135
 msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "æ\89\80æ\9c\89ç\9a\84ç\86\9f人è¦\81ç\94¨Friendicaå\8d\8fè®® ã\80\82å\88«ç\9a\84å\86\85è£\85ç\9a\84æ²\9fé\80\9aå\8d\8fè®®é\83½ä¸\8dè\83½ç\94¨。"
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "æ\82¨è¢«é\82\80请è·\9fæ\88\91å\92\8cå½¼å¾\97è¿\91æ\9c\8bå\8f\8b们å\86\8dFriendicaå\8a å\85¥ï¼\8då\92\8c帮å\8a©æ\88\91们é\80 æ\88\90æ\9b´å¥½ç\9a\84社ä¼\9aç½\91ç»\9c。"
 
-#: ../../mod/admin.php:635
-msgid "Verify SSL"
-msgstr "证实"
+#: ../../mod/invite.php:137
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "您要输入这个邀请密码:$invite_code"
 
-#: ../../mod/admin.php:635
+#: ../../mod/invite.php:137
 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 "你想的话,您会使严格证书核实可用。意思是您不能根自签的SSL网站交流。"
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "您一注册,请页跟我连接,用我的简介在:"
 
-#: ../../mod/admin.php:636
-msgid "Proxy user"
-msgstr "代理用户"
+#: ../../mod/invite.php:139
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "看别的信息由于Friendica工程和怎么我们看重,请看http://friendica.com"
 
-#: ../../mod/admin.php:637
-msgid "Proxy URL"
-msgstr "代理URL"
+#: ../../mod/photos.php:52 ../../boot.php:2129
+msgid "Photo Albums"
+msgstr "相册"
 
-#: ../../mod/admin.php:638
-msgid "Network timeout"
-msgstr "网络超时"
+#: ../../mod/photos.php:60 ../../mod/photos.php:155 ../../mod/photos.php:1064
+#: ../../mod/photos.php:1187 ../../mod/photos.php:1210
+#: ../../mod/photos.php:1760 ../../mod/photos.php:1772
+#: ../../view/theme/diabook/theme.php:499
+msgid "Contact Photos"
+msgstr "熟人照片"
 
-#: ../../mod/admin.php:638
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "输入秒数。输入零为无限(不推荐的)。"
+#: ../../mod/photos.php:67 ../../mod/photos.php:1262 ../../mod/photos.php:1819
+msgid "Upload New Photos"
+msgstr "上传新照片"
 
-#: ../../mod/admin.php:639
-msgid "Delivery interval"
-msgstr "传送间隔"
+#: ../../mod/photos.php:144
+msgid "Contact information unavailable"
+msgstr "熟人信息不可用"
 
-#: ../../mod/admin.php:639
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr "把背景传送过程耽误这多秒为减少系统工作量。推荐:4-5在共用服务器,2-3在私人服务器。0-1在大专门服务器。"
+#: ../../mod/photos.php:165
+msgid "Album not found."
+msgstr "取回不了相册."
 
-#: ../../mod/admin.php:640
-msgid "Poll interval"
-msgstr "检查时间"
+#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204
+msgid "Delete Album"
+msgstr "删除相册"
 
-#: ../../mod/admin.php:640
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "把背景检查行程耽误这数秒为减少系统负荷。如果是0,用发布时间。"
+#: ../../mod/photos.php:198
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "您真的想删除这个相册和所有里面的照相吗?"
 
-#: ../../mod/admin.php:641
-msgid "Maximum Load Average"
-msgstr "æ\9c\80大è´\9fè\8d·å¹³å\9d\87"
+#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1515
+msgid "Delete Photo"
+msgstr "å\88 é\99¤ç\85§ç\89\87"
 
-#: ../../mod/admin.php:641
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。"
+#: ../../mod/photos.php:287
+msgid "Do you really want to delete this photo?"
+msgstr "您真的想删除这个照相吗?"
 
-#: ../../mod/admin.php:643
-msgid "Use MySQL full text engine"
-msgstr "用MySQL全正文机车"
+#: ../../mod/photos.php:662
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s被%3$s标签在%2$s"
 
-#: ../../mod/admin.php:643
-msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr "使全正文机车可用。把搜索催-可是只能搜索4字以上"
+#: ../../mod/photos.php:662
+msgid "a photo"
+msgstr "一张照片"
 
-#: ../../mod/admin.php:644
-msgid "Suppress Language"
-msgstr "å°\81é\94\81语è¨\80"
+#: ../../mod/photos.php:767
+msgid "Image exceeds size limit of "
+msgstr "å\9b¾ç\89\87è¶\85å\87ºæ\9c\80大尺寸"
 
-#: ../../mod/admin.php:644
-msgid "Suppress language information in meta information about a posting."
-msgstr "遗漏语言消息从文章的描述"
+#: ../../mod/photos.php:775
+msgid "Image file is empty."
+msgstr "图片文件空的。"
 
-#: ../../mod/admin.php:645
-msgid "Path to item cache"
-msgstr "路线到项目缓存"
+#: ../../mod/photos.php:930
+msgid "No photos selected"
+msgstr "没有照片挑选了"
 
-#: ../../mod/admin.php:646
-msgid "Cache duration in seconds"
-msgstr "缓存时间秒"
+#: ../../mod/photos.php:1094
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "您用%2$.2f兆字节的%1$.2f兆字节照片存储。"
 
-#: ../../mod/admin.php:646
-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/photos.php:1129
+msgid "Upload Photos"
+msgstr "上传照片"
 
-#: ../../mod/admin.php:647
-msgid "Maximum numbers of comments per post"
-msgstr ""
+#: ../../mod/photos.php:1133 ../../mod/photos.php:1199
+msgid "New album name: "
+msgstr "新册名:"
 
-#: ../../mod/admin.php:647
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
+#: ../../mod/photos.php:1134
+msgid "or existing album name: "
+msgstr "或现有册名"
 
-#: ../../mod/admin.php:648
-msgid "Path for lock file"
-msgstr "路线到锁文件"
+#: ../../mod/photos.php:1135
+msgid "Do not show a status post for this upload"
+msgstr "别显示现状报到关于这个上传"
 
-#: ../../mod/admin.php:649
-msgid "Temp path"
-msgstr "临时文件路线"
+#: ../../mod/photos.php:1137 ../../mod/photos.php:1510
+msgid "Permissions"
+msgstr "权利"
 
-#: ../../mod/admin.php:650
-msgid "Base path to installation"
-msgstr "基础安装路线"
+#: ../../mod/photos.php:1148
+msgid "Private Photo"
+msgstr "私人照相"
 
-#: ../../mod/admin.php:651
-msgid "Disable picture proxy"
-msgstr ""
+#: ../../mod/photos.php:1149
+msgid "Public Photo"
+msgstr "公开照相"
 
-#: ../../mod/admin.php:651
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
+#: ../../mod/photos.php:1212
+msgid "Edit Album"
+msgstr "编照片册"
 
-#: ../../mod/admin.php:653
-msgid "New base url"
-msgstr "新基础URL"
+#: ../../mod/photos.php:1218
+msgid "Show Newest First"
+msgstr "先表示最新的"
 
-#: ../../mod/admin.php:655
-msgid "Enable noscrape"
-msgstr ""
+#: ../../mod/photos.php:1220
+msgid "Show Oldest First"
+msgstr "先表示最老的"
 
-#: ../../mod/admin.php:655
-msgid ""
-"The noscrape feature speeds up directory submissions by using JSON data "
-"instead of HTML scraping."
-msgstr ""
+#: ../../mod/photos.php:1248 ../../mod/photos.php:1802
+msgid "View Photo"
+msgstr "看照片"
 
-#: ../../mod/admin.php:672
-msgid "Update has been marked successful"
-msgstr "æ\9b´æ\96°å½\93æ\88\90å\8a\9fæ \87ç­¾äº\86"
+#: ../../mod/photos.php:1294
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "æ\97 æ\9d\83å\88©ã\80\82ç\94¨è¿\99个项ç\9b®å\8f¯è\83½å\8f\97é\99\90å\88¶ã\80\82"
 
-#: ../../mod/admin.php:680
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr ""
+#: ../../mod/photos.php:1296
+msgid "Photo not available"
+msgstr "照片不可获得的 "
 
-#: ../../mod/admin.php:683
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
+#: ../../mod/photos.php:1352
+msgid "View photo"
+msgstr "看照片"
 
-#: ../../mod/admin.php:695
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr ""
+#: ../../mod/photos.php:1352
+msgid "Edit photo"
+msgstr "编辑照片"
 
-#: ../../mod/admin.php:698
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "把%s更新成功地实行。"
+#: ../../mod/photos.php:1353
+msgid "Use as profile photo"
+msgstr "用为资料图"
 
-#: ../../mod/admin.php:702
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "%s更新没回答现状。不知道是否成功。"
+#: ../../mod/photos.php:1378
+msgid "View Full Size"
+msgstr "看全尺寸"
 
-#: ../../mod/admin.php:704
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
+#: ../../mod/photos.php:1457
+msgid "Tags: "
+msgstr "标签:"
 
-#: ../../mod/admin.php:723
-msgid "No failed updates."
-msgstr "没有不通过地更新。"
+#: ../../mod/photos.php:1460
+msgid "[Remove any tag]"
+msgstr "[删除任何标签]"
 
-#: ../../mod/admin.php:724
-msgid "Check database structure"
-msgstr ""
+#: ../../mod/photos.php:1500
+msgid "Rotate CW (right)"
+msgstr "顺时针地转动(左)"
 
-#: ../../mod/admin.php:729
-msgid "Failed Updates"
-msgstr "没通过的更新"
+#: ../../mod/photos.php:1501
+msgid "Rotate CCW (left)"
+msgstr "反顺时针地转动(右)"
 
-#: ../../mod/admin.php:730
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "这个不包括1139号更新之前,它们没回答装线。"
+#: ../../mod/photos.php:1503
+msgid "New album name"
+msgstr "新册名"
 
-#: ../../mod/admin.php:731
-msgid "Mark success (if update was manually applied)"
-msgstr "标注成功(如果手动地把更新实行了)"
+#: ../../mod/photos.php:1506
+msgid "Caption"
+msgstr "字幕"
 
-#: ../../mod/admin.php:732
-msgid "Attempt to execute this update step automatically"
-msgstr "试图自动地把这步更新实行"
+#: ../../mod/photos.php:1508
+msgid "Add a Tag"
+msgstr "加标签"
 
-#: ../../mod/admin.php:764
-#, php-format
+#: ../../mod/photos.php:1512
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"
 
-#: ../../mod/admin.php:767
-#, 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/photos.php:1521
+msgid "Private photo"
+msgstr "私人照相"
 
-#: ../../mod/admin.php:811
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s用户拦/不拦了"
+#: ../../mod/photos.php:1522
+msgid "Public photo"
+msgstr "公开照相"
 
-#: ../../mod/admin.php:818
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s用户删除了"
+#: ../../mod/photos.php:1544 ../../include/conversation.php:1090
+msgid "Share"
+msgstr "分享"
 
-#: ../../mod/admin.php:857
-#, php-format
-msgid "User '%s' deleted"
-msgstr "用户「%s」删除了"
+#: ../../mod/photos.php:1817
+msgid "Recent Photos"
+msgstr "最近的照片"
 
-#: ../../mod/admin.php:865
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "用户「%s」无拦了"
+#: ../../mod/regmod.php:55
+msgid "Account approved."
+msgstr "账户批准了"
 
-#: ../../mod/admin.php:865
+#: ../../mod/regmod.php:92
 #, php-format
-msgid "User '%s' blocked"
-msgstr "用户「%s」拦了"
+msgid "Registration revoked for %s"
+msgstr "%s的登记撤销了"
 
-#: ../../mod/admin.php:960
-msgid "Add User"
-msgstr "æ·»å\8a ç\94¨æ\88·"
+#: ../../mod/regmod.php:104
+msgid "Please login."
+msgstr "æ¸\85ç\99»å½\95ã\80\82"
 
-#: ../../mod/admin.php:961
-msgid "select all"
-msgstr "都选"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "把账户搬出"
 
-#: ../../mod/admin.php:962
-msgid "User registrations waiting for confirm"
-msgstr "用户注册等待确认"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "您会从别的Friendica服务器进口账户"
 
-#: ../../mod/admin.php:963
-msgid "User waiting for permanent deletion"
-msgstr "用户等待长久删除"
+#: ../../mod/uimport.php:68
+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 "您要把您老服务器账户出口才这里上传。我们重现您账户这里,包括所有您的熟人。我们再试通知您朋友们您搬到这里。"
 
-#: ../../mod/admin.php:964
-msgid "Request date"
-msgstr "要求日期"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "这个特点是在试验阶段。我们进口不了Ostatus网络(statusnet/identi.ca)或Diaspora熟人"
 
-#: ../../mod/admin.php:965
-msgid "No registrations."
-msgstr "没有注册。"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "账户文件"
 
-#: ../../mod/admin.php:967
-msgid "Deny"
-msgstr "否定"
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "为出口您账户,点击「设置→出口您私人信息」和选择「出口账户」"
 
-#: ../../mod/admin.php:971
-msgid "Site admin"
-msgstr "网站管理员"
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "项目不可用的"
 
-#: ../../mod/admin.php:972
-msgid "Account expired"
-msgstr "帐户过期了"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "找不到项目。"
 
-#: ../../mod/admin.php:975
-msgid "New User"
-msgstr "新用户"
+#: ../../boot.php:749
+msgid "Delete this item?"
+msgstr "删除这个项目?"
 
-#: ../../mod/admin.php:976 ../../mod/admin.php:977
-msgid "Register date"
-msgstr "注å\86\8cæ\97¥æ\9c\9f"
+#: ../../boot.php:752
+msgid "show fewer"
+msgstr "æ\98¾ç¤ºæ\9b´å°\8f"
 
-#: ../../mod/admin.php:976 ../../mod/admin.php:977
-msgid "Last login"
-msgstr "上次登录"
+#: ../../boot.php:1122
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "更新%s美通过。看错误记录。"
 
-#: ../../mod/admin.php:976 ../../mod/admin.php:977
-msgid "Last item"
-msgstr "上项目"
+#: ../../boot.php:1240
+msgid "Create a New Account"
+msgstr "创造新的账户"
 
-#: ../../mod/admin.php:976
-msgid "Deleted since"
-msgstr "删除从"
+#: ../../boot.php:1265 ../../include/nav.php:73
+msgid "Logout"
+msgstr "注销"
 
-#: ../../mod/admin.php:979
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "特定的用户被删除!\\n\\n什么这些用户放在这个网站被永远删除!\\n\\n您肯定吗?"
+#: ../../boot.php:1268
+msgid "Nickname or Email address: "
+msgstr "绰号或电子邮件地址: "
 
-#: ../../mod/admin.php:980
-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 "用户{0}将被删除!\\n\\n什么这个用户放在这个网站被永远删除!\\n\\n您肯定吗?"
+#: ../../boot.php:1269
+msgid "Password: "
+msgstr "密码: "
 
-#: ../../mod/admin.php:990
-msgid "Name of the new user."
-msgstr "新用户的名"
+#: ../../boot.php:1270
+msgid "Remember me"
+msgstr "记住我"
 
-#: ../../mod/admin.php:991
-msgid "Nickname"
-msgstr "æ\98µç§°"
+#: ../../boot.php:1273
+msgid "Or login using OpenID: "
+msgstr "æ\88\96è\80\85ç\94¨OpenIDç\99»è®°ï¼\9a"
 
-#: ../../mod/admin.php:991
-msgid "Nickname of the new user."
-msgstr "新用户的昵称"
+#: ../../boot.php:1279
+msgid "Forgot your password?"
+msgstr "忘记你的密码吗?"
 
-#: ../../mod/admin.php:992
-msgid "Email address of the new user."
-msgstr "新用户的邮件地址"
+#: ../../boot.php:1282
+msgid "Website Terms of Service"
+msgstr "网站的各项规定"
 
-#: ../../mod/admin.php:1025
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "使插件%s不能用。"
+#: ../../boot.php:1283
+msgid "terms of service"
+msgstr "各项规定"
 
-#: ../../mod/admin.php:1029
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "使插件%s能用。"
+#: ../../boot.php:1285
+msgid "Website Privacy Policy"
+msgstr "网站隐私政策"
 
-#: ../../mod/admin.php:1039 ../../mod/admin.php:1255
-msgid "Disable"
-msgstr "使不能用"
+#: ../../boot.php:1286
+msgid "privacy policy"
+msgstr "隐私政策"
 
-#: ../../mod/admin.php:1041 ../../mod/admin.php:1257
-msgid "Enable"
-msgstr "使能用"
+#: ../../boot.php:1419
+msgid "Requested account is not available."
+msgstr "要求的账户不可用。"
 
-#: ../../mod/admin.php:1064 ../../mod/admin.php:1285
-msgid "Toggle"
-msgstr "肘节"
+#: ../../boot.php:1501 ../../boot.php:1635
+#: ../../include/profile_advanced.php:84
+msgid "Edit profile"
+msgstr "修改简介"
 
-#: ../../mod/admin.php:1072 ../../mod/admin.php:1295
-msgid "Author: "
-msgstr "作家:"
+#: ../../boot.php:1600
+msgid "Message"
+msgstr "通知"
 
-#: ../../mod/admin.php:1073 ../../mod/admin.php:1296
-msgid "Maintainer: "
-msgstr "保持员:"
+#: ../../boot.php:1606 ../../include/nav.php:175
+msgid "Profiles"
+msgstr "简介"
 
-#: ../../mod/admin.php:1215
-msgid "No themes found."
-msgstr "找不到主题。"
+#: ../../boot.php:1606
+msgid "Manage/edit profiles"
+msgstr "管理/修改简介"
 
-#: ../../mod/admin.php:1277
-msgid "Screenshot"
-msgstr "截图"
+#: ../../boot.php:1706
+msgid "Network:"
+msgstr "网络"
 
-#: ../../mod/admin.php:1323
-msgid "[Experimental]"
-msgstr "[试验]"
+#: ../../boot.php:1736 ../../boot.php:1822
+msgid "g A l F d"
+msgstr "g A l d F"
 
-#: ../../mod/admin.php:1324
-msgid "[Unsupported]"
-msgstr "[没支持]"
+#: ../../boot.php:1737 ../../boot.php:1823
+msgid "F d"
+msgstr "F d"
 
-#: ../../mod/admin.php:1351
-msgid "Log settings updated."
-msgstr "日志设置更新了。"
+#: ../../boot.php:1782 ../../boot.php:1863
+msgid "[today]"
+msgstr "[今天]"
 
-#: ../../mod/admin.php:1407
-msgid "Clear"
-msgstr "æ¸\85ç\90\86å\87º"
+#: ../../boot.php:1794
+msgid "Birthday Reminders"
+msgstr "æ\8f\90é\86\92ç\94\9fæ\97¥"
 
-#: ../../mod/admin.php:1413
-msgid "Enable Debugging"
-msgstr "把调试使可用的"
+#: ../../boot.php:1795
+msgid "Birthdays this week:"
+msgstr "这周的生日:"
 
-#: ../../mod/admin.php:1414
-msgid "Log file"
-msgstr "记录文件"
+#: ../../boot.php:1856
+msgid "[No description]"
+msgstr "[无描述]"
 
-#: ../../mod/admin.php:1414
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "必要被网页服务器可写的。相对Friendica主文件夹。"
+#: ../../boot.php:1874
+msgid "Event Reminders"
+msgstr "事件提醒"
 
-#: ../../mod/admin.php:1415
-msgid "Log level"
-msgstr "è®°å½\95æ°´å¹³"
+#: ../../boot.php:1875
+msgid "Events this week:"
+msgstr "è¿\99å\91¨ç\9a\84äº\8b件:"
 
-#: ../../mod/admin.php:1465
-msgid "Close"
-msgstr "关闭"
+#: ../../boot.php:2112 ../../include/nav.php:76
+msgid "Status"
+msgstr "现状"
 
-#: ../../mod/admin.php:1471
-msgid "FTP Host"
-msgstr "FTP主机"
+#: ../../boot.php:2115
+msgid "Status Messages and Posts"
+msgstr "现状通知和文章"
 
-#: ../../mod/admin.php:1472
-msgid "FTP Path"
-msgstr "FTP目录"
+#: ../../boot.php:2122
+msgid "Profile Details"
+msgstr "简介内容"
 
-#: ../../mod/admin.php:1473
-msgid "FTP User"
-msgstr "FTP用户"
+#: ../../boot.php:2133 ../../boot.php:2136 ../../include/nav.php:79
+msgid "Videos"
+msgstr "视频"
 
-#: ../../mod/admin.php:1474
-msgid "FTP Password"
-msgstr "FTP密码"
+#: ../../boot.php:2146
+msgid "Events and Calendar"
+msgstr "项目和日历"
 
-#: ../../mod/wall_upload.php:122 ../../mod/profile_photo.php:144
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "图像超标最大极限尺寸 %d"
+#: ../../boot.php:2153
+msgid "Only You Can See This"
+msgstr "只您许看这个"
 
-#: ../../mod/wall_upload.php:144 ../../mod/photos.php:807
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
-msgstr "处理不了图像."
+#: ../../object/Item.php:94
+msgid "This entry was edited"
+msgstr "这个文章被编辑了"
 
-#: ../../mod/wall_upload.php:172 ../../mod/photos.php:834
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
-msgstr "图像上载失败了."
+#: ../../object/Item.php:208
+msgid "ignore thread"
+msgstr "忽视主题"
 
-#: ../../mod/home.php:35
-#, php-format
-msgid "Welcome to %s"
-msgstr "%s欢迎你"
+#: ../../object/Item.php:209
+msgid "unignore thread"
+msgstr "别忽视主题"
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID协议错误。没ID还。 "
+#: ../../object/Item.php:210
+msgid "toggle ignore status"
+msgstr "切换忽视状态"
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "找不到账户和OpenID注册不允许。"
+#: ../../object/Item.php:213
+msgid "ignored"
+msgstr "忽视"
 
-#: ../../mod/network.php:136
-msgid "Search Results For:"
-msgstr "搜索结果为:"
+#: ../../object/Item.php:316 ../../include/conversation.php:666
+msgid "Categories:"
+msgstr "种类:"
 
-#: ../../mod/network.php:179 ../../mod/search.php:21
-msgid "Remove term"
-msgstr "å\88 é\99¤å\85³é\94®å­\97"
+#: ../../object/Item.php:317 ../../include/conversation.php:667
+msgid "Filed under:"
+msgstr "å½\92æ¡£å\9c¨ï¼\9a"
 
-#: ../../mod/network.php:350
-msgid "Commented Order"
-msgstr "评论时间顺序"
+#: ../../object/Item.php:329
+msgid "via"
+msgstr "经过"
 
-#: ../../mod/network.php:353
-msgid "Sort by Comment Date"
-msgstr "按评论日期顺序排列"
+#: ../../include/dbstructure.php:26
+#, 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 ""
 
-#: ../../mod/network.php:356
-msgid "Posted Order"
-msgstr "贴时间顺序"
+#: ../../include/dbstructure.php:31
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr ""
 
-#: ../../mod/network.php:359
-msgid "Sort by Post Date"
-msgstr "按发布日期顺序排列"
+#: ../../include/dbstructure.php:162
+msgid "Errors encountered creating database tables."
+msgstr "造成数据库列表相遇错误。"
 
-#: ../../mod/network.php:368
-msgid "Posts that mention or involve you"
-msgstr "提或关您的文章"
+#: ../../include/dbstructure.php:220
+msgid "Errors encountered performing database changes."
+msgstr ""
 
-#: ../../mod/network.php:374
-msgid "New"
-msgstr "æ\96°"
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "注é\94\80äº\86"
 
-#: ../../mod/network.php:377
-msgid "Activity Stream - by date"
-msgstr "活动河流-按日期"
+#: ../../include/auth.php:128 ../../include/user.php:67
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"
 
-#: ../../mod/network.php:383
-msgid "Shared Links"
-msgstr "共同环节"
+#: ../../include/auth.php:128 ../../include/user.php:67
+msgid "The error message was:"
+msgstr "错误通知是:"
 
-#: ../../mod/network.php:386
-msgid "Interesting Links"
-msgstr "有意思的超链接"
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "增添新的熟人"
 
-#: ../../mod/network.php:392
-msgid "Starred"
-msgstr "被æ\98\9f"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "è¾\93å\85¥å\9c°å\9d\80æ\88\96ç½\91ä½\8dç½®"
 
-#: ../../mod/network.php:395
-msgid "Favourite Posts"
-msgstr "æ\9c\80å\96\9c欢ç\9a\84æ\96\87ç« "
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "æ¯\94å¦\82ï¼\9ali@example.com, http://example.com/li"
 
-#: ../../mod/network.php:457
+#: ../../include/contact_widgets.php:24
 #, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "警告:这个组bao han%s成员从不安全网络。"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d邀请可用的"
 
-#: ../../mod/network.php:460
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "私人通信给这组回被公开。"
+#: ../../include/contact_widgets.php:30
+msgid "Find People"
+msgstr "找人物"
 
-#: ../../mod/network.php:514 ../../mod/content.php:119
-msgid "No such group"
-msgstr "没有这个组"
+#: ../../include/contact_widgets.php:31
+msgid "Enter name or interest"
+msgstr "输入名字或兴趣"
 
-#: ../../mod/network.php:531 ../../mod/content.php:130
-msgid "Group is empty"
-msgstr "组没有成员"
+#: ../../include/contact_widgets.php:32
+msgid "Connect/Follow"
+msgstr "连接/关注"
 
-#: ../../mod/network.php:538 ../../mod/content.php:134
-msgid "Group: "
-msgstr "组:"
+#: ../../include/contact_widgets.php:33
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "比如:李某,打鱼"
 
-#: ../../mod/network.php:548
-msgid "Contact: "
-msgstr "ç\86\9f人ï¼\9a"
+#: ../../include/contact_widgets.php:36 ../../view/theme/diabook/theme.php:526
+msgid "Similar Interests"
+msgstr "ç\9b¸ä¼¼å\85´è¶£"
 
-#: ../../mod/network.php:550
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "私人通信给这个人回被公开。"
+#: ../../include/contact_widgets.php:37
+msgid "Random Profile"
+msgstr "随机简介"
 
-#: ../../mod/network.php:555
-msgid "Invalid contact."
-msgstr "无效熟人。"
+#: ../../include/contact_widgets.php:38 ../../view/theme/diabook/theme.php:528
+msgid "Invite Friends"
+msgstr "邀请朋友们"
 
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "-选择-"
+#: ../../include/contact_widgets.php:71
+msgid "Networks"
+msgstr "网络"
 
-#: ../../mod/friendica.php:62
-msgid "This is Friendica, version"
-msgstr "这是Friendica,版本"
+#: ../../include/contact_widgets.php:74
+msgid "All Networks"
+msgstr "所有网络"
 
-#: ../../mod/friendica.php:63
-msgid "running at web location"
-msgstr "运作再网址"
+#: ../../include/contact_widgets.php:104 ../../include/features.php:60
+msgid "Saved Folders"
+msgstr "保存的文件夹"
 
-#: ../../mod/friendica.php:65
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "请看<a href=\"http://friendica.com\">Friendica.com</a>发现多关于Friendica工程。"
+#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139
+msgid "Everything"
+msgstr "一切"
 
-#: ../../mod/friendica.php:67
-msgid "Bug reports and issues: please visit"
-msgstr "é\97®é¢\98æ\8a¥æ¡\88ï¼\9a请å\8e»"
+#: ../../include/contact_widgets.php:136
+msgid "Categories"
+msgstr "ç§\8dç±»"
 
-#: ../../mod/friendica.php:68
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com"
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "总的特点"
 
-#: ../../mod/friendica.php:82
-msgid "Installed plugins/addons/apps:"
-msgstr "å®\89è£\85ç\9a\84æ\8f\92件ï¼\8få\8a ä»¶ï¼\8fåº\94ç\94¨ï¼\9a"
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr "å¤\9aç®\80ä»\8b"
 
-#: ../../mod/friendica.php:95
-msgid "No installed plugins/addons/apps"
-msgstr "没有安装的插件/应用"
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr "能穿凿多简介"
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "åº\94ç\94¨"
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr "å\86\99æ\96\87ç« ç\89¹ç\82¹"
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "没有安装的应用"
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr "富文本格式编辑"
 
-#: ../../mod/photos.php:67 ../../mod/photos.php:1228 ../../mod/photos.php:1817
-msgid "Upload New Photos"
-msgstr "ä¸\8aä¼ æ\96°ç\85§ç\89\87"
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr "使å¯\8cæ\96\87æ\9c¬æ ¼å¼\8fç¼\96è¾\91å\8f¯ç\94¨"
 
-#: ../../mod/photos.php:144
-msgid "Contact information unavailable"
-msgstr "熟人信息不可用"
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr "文章预演"
 
-#: ../../mod/photos.php:165
-msgid "Album not found."
-msgstr "å\8f\96å\9b\9eä¸\8däº\86ç\9b¸å\86\8c."
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "å\85\81许æ\96\87ç« å\92\8cè¯\84论å\87ºç\89\88å\89\8dé¢\84æ¼\94"
 
-#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1206
-msgid "Delete Album"
-msgstr "删除相册"
+#: ../../include/features.php:33
+msgid "Auto-mention Forums"
+msgstr "自动提示论坛"
 
-#: ../../mod/photos.php:198
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "您真的想删除这个相册和所有里面的照相吗?"
+#: ../../include/features.php:33
+msgid ""
+"Add/remove mention when a fourm page is selected/deselected in ACL window."
+msgstr "添加/删除提示论坛页选择/淘汰在ACL窗户的时候。"
 
-#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1513
-msgid "Delete Photo"
-msgstr "删除照片"
+#: ../../include/features.php:38
+msgid "Network Sidebar Widgets"
+msgstr "网络工具栏小窗口"
 
-#: ../../mod/photos.php:287
-msgid "Do you really want to delete this photo?"
-msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个ç\85§ç\9b¸å\90\97ï¼\9f"
+#: ../../include/features.php:39
+msgid "Search by Date"
+msgstr "æ\8c\89æ\97¥æ\9c\9fæ\90\9cç´¢"
 
-#: ../../mod/photos.php:662
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s被%3$s标签在%2$s"
+#: ../../include/features.php:39
+msgid "Ability to select posts by date ranges"
+msgstr "能按时期范围选择文章"
 
-#: ../../mod/photos.php:662
-msgid "a photo"
-msgstr "一张照片"
+#: ../../include/features.php:40
+msgid "Group Filter"
+msgstr "组滤器"
 
-#: ../../mod/photos.php:767
-msgid "Image exceeds size limit of "
-msgstr "图片超出最大尺寸"
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "使光表示网络文章从选择的组小窗口"
 
-#: ../../mod/photos.php:775
-msgid "Image file is empty."
-msgstr "图片文件空的。"
+#: ../../include/features.php:41
+msgid "Network Filter"
+msgstr "网络滤器"
 
-#: ../../mod/photos.php:930
-msgid "No photos selected"
-msgstr "没有照片挑选了"
+#: ../../include/features.php:41
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "使光表示网络文章从选择的网络小窗口"
 
-#: ../../mod/photos.php:1094
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "您用%2$.2f兆字节的%1$.2f兆字节照片存储。"
+#: ../../include/features.php:42
+msgid "Save search terms for re-use"
+msgstr "保存搜索关键为再用"
 
-#: ../../mod/photos.php:1129
-msgid "Upload Photos"
-msgstr "上传照片"
+#: ../../include/features.php:47
+msgid "Network Tabs"
+msgstr "网络分页"
 
-#: ../../mod/photos.php:1133 ../../mod/photos.php:1201
-msgid "New album name: "
-msgstr "新册名:"
+#: ../../include/features.php:48
+msgid "Network Personal Tab"
+msgstr "网络私人分页"
 
-#: ../../mod/photos.php:1134
-msgid "or existing album name: "
-msgstr "或现有册名"
+#: ../../include/features.php:48
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "使表示光网络文章您参加了分页可用"
 
-#: ../../mod/photos.php:1135
-msgid "Do not show a status post for this upload"
-msgstr "别显示现状报到关于这个上传"
+#: ../../include/features.php:49
+msgid "Network New Tab"
+msgstr "网络新分页"
 
-#: ../../mod/photos.php:1137 ../../mod/photos.php:1508
-msgid "Permissions"
-msgstr "权利"
+#: ../../include/features.php:49
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "使表示光网络文章在12小时内分页可用"
 
-#: ../../mod/photos.php:1148
-msgid "Private Photo"
-msgstr "ç§\81人ç\85§ç\9b¸"
+#: ../../include/features.php:50
+msgid "Network Shared Links Tab"
+msgstr "ç½\91ç»\9cå\88\86享é\93¾æ\8e¥å\88\86页"
 
-#: ../../mod/photos.php:1149
-msgid "Public Photo"
-msgstr "公开照相"
+#: ../../include/features.php:50
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "使表示光网络文章包括链接分页可用"
 
-#: ../../mod/photos.php:1216
-msgid "Edit Album"
-msgstr "编照片册"
+#: ../../include/features.php:55
+msgid "Post/Comment Tools"
+msgstr "文章/评论工具"
 
-#: ../../mod/photos.php:1222
-msgid "Show Newest First"
-msgstr "å\85\88表示æ\9c\80æ\96°ç\9a\84"
+#: ../../include/features.php:56
+msgid "Multiple Deletion"
+msgstr "å¤\9aå\88 é\99¤"
 
-#: ../../mod/photos.php:1224
-msgid "Show Oldest First"
-msgstr "先表示最老的"
+#: ../../include/features.php:56
+msgid "Select and delete multiple posts/comments at once"
+msgstr "选择和删除多文章/评论一次"
 
-#: ../../mod/photos.php:1257 ../../mod/photos.php:1800
-msgid "View Photo"
-msgstr "ç\9c\8bç\85§ç\89\87"
+#: ../../include/features.php:57
+msgid "Edit Sent Posts"
+msgstr "ç¼\96è¾\91å\8f\91é\80\81ç\9a\84æ\96\87ç« "
 
-#: ../../mod/photos.php:1292
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "无权利。用这个项目可能受限制。"
+#: ../../include/features.php:57
+msgid "Edit and correct posts and comments after sending"
+msgstr "编辑或修改文章和评论发送后"
 
-#: ../../mod/photos.php:1294
-msgid "Photo not available"
-msgstr "照片不可获得的 "
+#: ../../include/features.php:58
+msgid "Tagging"
+msgstr "标签"
 
-#: ../../mod/photos.php:1350
-msgid "View photo"
-msgstr "看照片"
+#: ../../include/features.php:58
+msgid "Ability to tag existing posts"
+msgstr "能把目前的文章标签"
 
-#: ../../mod/photos.php:1350
-msgid "Edit photo"
-msgstr "编辑照片"
+#: ../../include/features.php:59
+msgid "Post Categories"
+msgstr "文章种类"
 
-#: ../../mod/photos.php:1351
-msgid "Use as profile photo"
-msgstr "用为资料图"
+#: ../../include/features.php:59
+msgid "Add categories to your posts"
+msgstr "加入种类给您的文章"
 
-#: ../../mod/photos.php:1376
-msgid "View Full Size"
-msgstr "看全尺寸"
+#: ../../include/features.php:60
+msgid "Ability to file posts under folders"
+msgstr "能把文章归档在文件夹 "
 
-#: ../../mod/photos.php:1455
-msgid "Tags: "
-msgstr "标签:"
+#: ../../include/features.php:61
+msgid "Dislike Posts"
+msgstr "不喜欢文章"
 
-#: ../../mod/photos.php:1458
-msgid "[Remove any tag]"
-msgstr "[删除任何标签]"
+#: ../../include/features.php:61
+msgid "Ability to dislike posts/comments"
+msgstr "能不喜欢文章/评论"
 
-#: ../../mod/photos.php:1498
-msgid "Rotate CW (right)"
-msgstr "顺时针地转动(左)"
+#: ../../include/features.php:62
+msgid "Star Posts"
+msgstr "文章星"
 
-#: ../../mod/photos.php:1499
-msgid "Rotate CCW (left)"
-msgstr "反顺时针地转动(右)"
+#: ../../include/features.php:62
+msgid "Ability to mark special posts with a star indicator"
+msgstr "能把优秀文章跟星标注"
 
-#: ../../mod/photos.php:1501
-msgid "New album name"
-msgstr "新册名"
+#: ../../include/features.php:63
+msgid "Mute Post Notifications"
+msgstr ""
 
-#: ../../mod/photos.php:1504
-msgid "Caption"
-msgstr "字幕"
+#: ../../include/features.php:63
+msgid "Ability to mute notifications for a thread"
+msgstr ""
 
-#: ../../mod/photos.php:1506
-msgid "Add a Tag"
-msgstr "加标签"
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "连接URL失踪的。"
 
-#: ../../mod/photos.php:1510
+#: ../../include/follow.php:59
 msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"
+"This site is not configured to allow communications with other networks."
+msgstr "这网站没配置允许跟别的网络交流."
 
-#: ../../mod/photos.php:1519
-msgid "Private photo"
-msgstr "私人照相"
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "没有兼容协议或者摘要找到了."
 
-#: ../../mod/photos.php:1520
-msgid "Public photo"
-msgstr "公开照相"
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "输入的简介地址没有够消息。"
 
-#: ../../mod/photos.php:1815
-msgid "Recent Photos"
-msgstr "æ\9c\80è¿\91ç\9a\84ç\85§ç\89\87"
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "æ\89¾ä¸\8då\88°ä½\9cè\80\85æ\88\96å\90\8dã\80\82"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "熟人添了"
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "这个地址没有符合什么游览器URL。"
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "把账户搬出"
+#: ../../include/follow.php:86
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "使不了知道的相配或邮件熟人相配 "
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr "您会从别的Friendica服务器进口账户"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "输入mailto:地址前为要求电子邮件检查。"
 
-#: ../../mod/uimport.php:68
+#: ../../include/follow.php:93
 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 "您要把您老服务器账户出口才这里上传。我们重现您账户这里,包括所有您的熟人。我们再试通知您朋友们您搬到这里。"
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "输入的简介地址属在这个网站使不可用的网络。"
 
-#: ../../mod/uimport.php:69
+#: ../../include/follow.php:103
 msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr "这个特点是在试验阶段。我们进口不了Ostatus网络(statusnet/identi.ca)或Diaspora熟人"
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "有限的简介。这人不会接受直达/私人通信从您。"
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "账户文件"
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "不能取回熟人消息。"
 
-#: ../../mod/uimport.php:70
+#: ../../include/follow.php:258
+msgid "following"
+msgstr "关注"
+
+#: ../../include/group.php:25
 msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "为出口您账户,点击「设置→出口您私人信息」和选择「出口账户」"
+"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 "一个删除的组用这名被复兴。现有的项目权利<strong>可能</strong>还效为这个组和未来的成员。如果这不是您想的,请造成新组给起别的名。"
 
-#: ../../mod/invite.php:27
-msgid "Total invitation limit exceeded."
-msgstr "é\82\80请é\99\90è¶\85è¿\87äº\86ã\80\82"
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr "é»\98认é\9a\90ç§\81ç»\84为æ\96°ç\86\9f人"
 
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : 不是效的电子邮件地址."
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "每人"
 
-#: ../../mod/invite.php:73
-msgid "Please join us on Friendica"
-msgstr "请加入我们再Friendica"
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "编辑"
 
-#: ../../mod/invite.php:84
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "邀请限超过了。请联系您的网站管理员。"
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "编辑组"
 
-#: ../../mod/invite.php:89
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : 送消息失败了。"
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "创造新组"
 
-#: ../../mod/invite.php:93
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d消息传送了。"
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr "熟人没有组"
 
-#: ../../mod/invite.php:112
-msgid "You have no more invitations available"
-msgstr "您没有别的邀请"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "形形色色"
 
-#: ../../mod/invite.php:120
-#, 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 "参观%s看一单公开网站您会加入。Friendica成员在别的网站都会互相连接,再跟很多别的社会网络。"
+#: ../../include/datetime.php:153 ../../include/datetime.php:290
+msgid "year"
+msgstr "年"
 
-#: ../../mod/invite.php:122
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "为接受这个邀请,请再%s或什么别的Friendica网站注册。"
+#: ../../include/datetime.php:158 ../../include/datetime.php:291
+msgid "month"
+msgstr "月"
 
-#: ../../mod/invite.php:123
-#, 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网站们都互相连接造成隐私增加的社会网络属和控制由它的成员。它们也能跟多传统的社会网络连接。看%s表示一单您会加入供替换的Friendica网站。"
+#: ../../include/datetime.php:163 ../../include/datetime.php:293
+msgid "day"
+msgstr "日"
 
-#: ../../mod/invite.php:126
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。"
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "从未"
 
-#: ../../mod/invite.php:132
-msgid "Send invitations"
-msgstr "发请柬"
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "一秒以内"
 
-#: ../../mod/invite.php:133
-msgid "Enter email addresses, one per line:"
-msgstr "输入电子邮件地址,一行一个:"
+#: ../../include/datetime.php:290
+msgid "years"
+msgstr ""
 
-#: ../../mod/invite.php:135
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "您被邀请跟我和彼得近朋友们再Friendica加入-和帮助我们造成更好的社会网络。"
+#: ../../include/datetime.php:291
+msgid "months"
+msgstr "月"
 
-#: ../../mod/invite.php:137
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "æ\82¨è¦\81è¾\93å\85¥è¿\99个é\82\80请å¯\86ç \81ï¼\9a$invite_code"
+#: ../../include/datetime.php:292
+msgid "week"
+msgstr "æ\98\9fæ\9c\9f"
 
-#: ../../mod/invite.php:137
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "您一注册,请页跟我连接,用我的简介在:"
+#: ../../include/datetime.php:292
+msgid "weeks"
+msgstr "星期"
 
-#: ../../mod/invite.php:139
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "看别的信息由于Friendica工程和怎么我们看重,请看http://friendica.com"
+#: ../../include/datetime.php:293
+msgid "days"
+msgstr "天"
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "没有用权。"
+#: ../../include/datetime.php:294
+msgid "hour"
+msgstr "小时"
 
-#: ../../mod/lostpass.php:19
-msgid "No valid account found."
-msgstr "找不到效的账户。"
+#: ../../include/datetime.php:294
+msgid "hours"
+msgstr "小时"
 
-#: ../../mod/lostpass.php:35
-msgid "Password reset request issued. Check your email."
-msgstr "重设密码要求发布了。核对您的收件箱。"
+#: ../../include/datetime.php:295
+msgid "minute"
+msgstr "分钟"
 
-#: ../../mod/lostpass.php:42
-#, 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 ""
+#: ../../include/datetime.php:295
+msgid "minutes"
+msgstr "分钟"
 
-#: ../../mod/lostpass.php:53
+#: ../../include/datetime.php:296
+msgid "second"
+msgstr "秒"
+
+#: ../../include/datetime.php:296
+msgid "seconds"
+msgstr "秒"
+
+#: ../../include/datetime.php:305
 #, 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 ""
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s以前"
 
-#: ../../mod/lostpass.php:72
+#: ../../include/datetime.php:477 ../../include/items.php:2211
 #, php-format
-msgid "Password reset requested at %s"
-msgstr "重设密码要求被发布%s"
+msgid "%s's birthday"
+msgstr "%s的生日"
 
-#: ../../mod/lostpass.php:92
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。"
+#: ../../include/datetime.php:478 ../../include/items.php:2212
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "生日快乐%s"
 
-#: ../../mod/lostpass.php:110
-msgid "Your password has been reset as requested."
-msgstr "您的密码被重设如要求的。"
+#: ../../include/acl_selectors.php:333
+msgid "Visible to everybody"
+msgstr "任何人可见的"
 
-#: ../../mod/lostpass.php:111
-msgid "Your new password is"
-msgstr "你的新的密码是"
+#: ../../include/acl_selectors.php:334 ../../view/theme/diabook/config.php:142
+#: ../../view/theme/diabook/theme.php:621
+msgid "show"
+msgstr "著"
 
-#: ../../mod/lostpass.php:112
-msgid "Save or copy your new password - and then"
-msgstr "保存或复制新密码-之后"
+#: ../../include/acl_selectors.php:335 ../../view/theme/diabook/config.php:142
+#: ../../view/theme/diabook/theme.php:621
+msgid "don't show"
+msgstr "别著"
 
-#: ../../mod/lostpass.php:113
-msgid "click here to login"
-msgstr "在这儿点击"
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[无题目]"
 
-#: ../../mod/lostpass.php:114
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "结束关注了"
+
+#: ../../include/Contact.php:228 ../../include/conversation.php:882
+msgid "Poke"
+msgstr "戳"
+
+#: ../../include/Contact.php:229 ../../include/conversation.php:876
+msgid "View Status"
+msgstr "看现状"
+
+#: ../../include/Contact.php:230 ../../include/conversation.php:877
+msgid "View Profile"
+msgstr "看简介"
+
+#: ../../include/Contact.php:231 ../../include/conversation.php:878
+msgid "View Photos"
+msgstr "看照片"
+
+#: ../../include/Contact.php:232 ../../include/Contact.php:255
+#: ../../include/conversation.php:879
+msgid "Network Posts"
+msgstr "网络文章"
+
+#: ../../include/Contact.php:233 ../../include/Contact.php:255
+#: ../../include/conversation.php:880
+msgid "Edit Contact"
+msgstr "编辑熟人"
+
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr "删除熟人"
+
+#: ../../include/Contact.php:235 ../../include/Contact.php:255
+#: ../../include/conversation.php:881
+msgid "Send PM"
+msgstr "法私人的新闻"
+
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "欢迎"
+
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "请上传一张简介照片"
+
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "欢迎归来"
+
+#: ../../include/security.php:366
 msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "您的密码能被变化从<em>设置</em>页成功登记后。"
+"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 "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。"
 
-#: ../../mod/lostpass.php:125
+#: ../../include/conversation.php:118 ../../include/conversation.php:246
+#: ../../include/text.php:1966 ../../view/theme/diabook/theme.php:463
+msgid "event"
+msgstr "项目"
+
+#: ../../include/conversation.php:207
 #, 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 ""
+msgid "%1$s poked %2$s"
+msgstr "%1$s把%2$s戳"
 
-#: ../../mod/lostpass.php:131
+#: ../../include/conversation.php:211 ../../include/text.php:1005
+msgid "poked"
+msgstr "戳了"
+
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "文章/项目"
+
+#: ../../include/conversation.php:292
 #, 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 ""
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s标注%2$s的%3$s为偏爱"
 
-#: ../../mod/lostpass.php:147
+#: ../../include/conversation.php:772
+msgid "remove"
+msgstr "删除"
+
+#: ../../include/conversation.php:776
+msgid "Delete Selected Items"
+msgstr "删除选的项目"
+
+#: ../../include/conversation.php:875
+msgid "Follow Thread"
+msgstr "关注线绳"
+
+#: ../../include/conversation.php:944
 #, php-format
-msgid "Your password has been changed at %s"
-msgstr "您密码被变化在%s"
+msgid "%s likes this."
+msgstr "%s喜欢这个."
 
-#: ../../mod/lostpass.php:159
-msgid "Forgot your Password?"
-msgstr "忘记你的密码吗?"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s没有喜欢这个."
 
-#: ../../mod/lostpass.php:160
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"
+#: ../../include/conversation.php:949
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d人们</span>喜欢这个"
 
-#: ../../mod/lostpass.php:161
-msgid "Nickname or Email: "
-msgstr "昵称或邮件地址:"
+#: ../../include/conversation.php:952
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d人们</span>不喜欢这个"
 
-#: ../../mod/lostpass.php:162
-msgid "Reset"
-msgstr "å¤\8dä½\8d"
+#: ../../include/conversation.php:966
+msgid "and"
+msgstr "å\92\8c"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "源代码(bbcode)正文"
+#: ../../include/conversation.php:972
+#, php-format
+msgid ", and %d other people"
+msgstr ",和%d别人"
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "源代(Diaspora)正文要翻译成BBCode:"
+#: ../../include/conversation.php:974
+#, php-format
+msgid "%s like this."
+msgstr "%s喜欢这个"
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr "源代码输入:"
+#: ../../include/conversation.php:974
+#, php-format
+msgid "%s don't like this."
+msgstr "%s不喜欢这个"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html(生HTML): "
+#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
+msgid "Visible to <strong>everybody</strong>"
+msgstr "<strong>大家</strong>可见的"
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html:"
+#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
+msgid "Please enter a video link/URL:"
+msgstr "请输入视频连接/URL:"
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb:"
+#: ../../include/conversation.php:1004 ../../include/conversation.php:1022
+msgid "Please enter an audio link/URL:"
+msgstr "请输入音响连接/URL:"
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md:"
+#: ../../include/conversation.php:1005 ../../include/conversation.php:1023
+msgid "Tag term:"
+msgstr "标签:"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html:"
+#: ../../include/conversation.php:1007 ../../include/conversation.php:1025
+msgid "Where are you right now?"
+msgstr "你在哪里?"
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb:"
+#: ../../include/conversation.php:1008
+msgid "Delete item(s)?"
+msgstr "把项目删除吗?"
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb:"
+#: ../../include/conversation.php:1051
+msgid "Post to Email"
+msgstr "电邮发布"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "源代输入(Diaspora形式):"
+#: ../../include/conversation.php:1056
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "连接器已停用,因为\"%s\"启用。"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: ../../include/conversation.php:1111
+msgid "permissions"
+msgstr "权利"
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "标签去除了"
+#: ../../include/conversation.php:1135
+msgid "Post to Groups"
+msgstr "发到组"
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "å\8e»é\99¤é¡¹ç\9b®æ \87ç­¾"
+#: ../../include/conversation.php:1136
+msgid "Post to Contacts"
+msgstr "å\8f\91å\88°ç\86\9f人"
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "选择标签去除"
+#: ../../include/conversation.php:1137
+msgid "Private post"
+msgstr "私人文章"
 
-#: ../../mod/removeme.php:46 ../../mod/removeme.php:49
-msgid "Remove My Account"
-msgstr "删除我的账户"
+#: ../../include/network.php:895
+msgid "view full size"
+msgstr "看全尺寸"
 
-#: ../../mod/removeme.php:47
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "这要完全删除您的账户。这一做过,就不能恢复。"
+#: ../../include/text.php:297
+msgid "newer"
+msgstr "更新"
 
-#: ../../mod/removeme.php:48
-msgid "Please enter your password for verification:"
-msgstr "请输入密码为确认:"
+#: ../../include/text.php:299
+msgid "older"
+msgstr "更旧"
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "无限的简介标识符。"
+#: ../../include/text.php:304
+msgid "prev"
+msgstr "上个"
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "简介能见度编辑器。"
+#: ../../include/text.php:306
+msgid "first"
+msgstr "首先"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "能见被"
+#: ../../include/text.php:338
+msgid "last"
+msgstr "最后"
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "所有熟人(跟安全地简介使用权)"
+#: ../../include/text.php:341
+msgid "next"
+msgstr "下个"
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "简介符合"
+#: ../../include/text.php:855
+msgid "No contacts"
+msgstr "没有熟人"
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "没有符合的关键字。请在您的默认简介加关键字。"
+#: ../../include/text.php:864
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d熟人"
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "æ\84\9få\85´è¶£å¯¹ï¼\9a"
+#: ../../include/text.php:1005
+msgid "poke"
+msgstr "æ\88³"
 
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr "项目标题和开始时间是必须的。"
+#: ../../include/text.php:1006
+msgid "ping"
+msgstr "砰"
+
+#: ../../include/text.php:1006
+msgid "pinged"
+msgstr "砰了"
+
+#: ../../include/text.php:1007
+msgid "prod"
+msgstr "柔戳"
+
+#: ../../include/text.php:1007
+msgid "prodded"
+msgstr "柔戳了"
+
+#: ../../include/text.php:1008
+msgid "slap"
+msgstr "掌击"
+
+#: ../../include/text.php:1008
+msgid "slapped"
+msgstr "掌击了"
+
+#: ../../include/text.php:1009
+msgid "finger"
+msgstr "指"
+
+#: ../../include/text.php:1009
+msgid "fingered"
+msgstr "指了"
+
+#: ../../include/text.php:1010
+msgid "rebuff"
+msgstr "窝脖儿"
+
+#: ../../include/text.php:1010
+msgid "rebuffed"
+msgstr "窝脖儿了"
+
+#: ../../include/text.php:1024
+msgid "happy"
+msgstr "开心"
+
+#: ../../include/text.php:1025
+msgid "sad"
+msgstr "伤心"
+
+#: ../../include/text.php:1026
+msgid "mellow"
+msgstr "轻松"
+
+#: ../../include/text.php:1027
+msgid "tired"
+msgstr "累"
+
+#: ../../include/text.php:1028
+msgid "perky"
+msgstr "机敏"
+
+#: ../../include/text.php:1029
+msgid "angry"
+msgstr "生气"
+
+#: ../../include/text.php:1030
+msgid "stupified"
+msgstr "麻醉"
+
+#: ../../include/text.php:1031
+msgid "puzzled"
+msgstr "纳闷"
+
+#: ../../include/text.php:1032
+msgid "interested"
+msgstr "有兴趣"
+
+#: ../../include/text.php:1033
+msgid "bitter"
+msgstr "苦"
+
+#: ../../include/text.php:1034
+msgid "cheerful"
+msgstr "快乐"
+
+#: ../../include/text.php:1035
+msgid "alive"
+msgstr "活着"
+
+#: ../../include/text.php:1036
+msgid "annoyed"
+msgstr "被烦恼"
+
+#: ../../include/text.php:1037
+msgid "anxious"
+msgstr "心焦"
+
+#: ../../include/text.php:1038
+msgid "cranky"
+msgstr "不稳"
+
+#: ../../include/text.php:1039
+msgid "disturbed"
+msgstr "不安"
+
+#: ../../include/text.php:1040
+msgid "frustrated"
+msgstr "被作梗"
+
+#: ../../include/text.php:1041
+msgid "motivated"
+msgstr "士气高涨"
+
+#: ../../include/text.php:1042
+msgid "relaxed"
+msgstr "轻松"
+
+#: ../../include/text.php:1043
+msgid "surprised"
+msgstr "诧异"
+
+#: ../../include/text.php:1213
+msgid "Monday"
+msgstr "星期一"
+
+#: ../../include/text.php:1213
+msgid "Tuesday"
+msgstr "星期二"
+
+#: ../../include/text.php:1213
+msgid "Wednesday"
+msgstr "星期三"
+
+#: ../../include/text.php:1213
+msgid "Thursday"
+msgstr "星期四"
+
+#: ../../include/text.php:1213
+msgid "Friday"
+msgstr "星期五"
+
+#: ../../include/text.php:1213
+msgid "Saturday"
+msgstr "星期六"
+
+#: ../../include/text.php:1213
+msgid "Sunday"
+msgstr "星期天"
+
+#: ../../include/text.php:1217
+msgid "January"
+msgstr "一月"
+
+#: ../../include/text.php:1217
+msgid "February"
+msgstr "二月"
+
+#: ../../include/text.php:1217
+msgid "March"
+msgstr "三月"
+
+#: ../../include/text.php:1217
+msgid "April"
+msgstr "四月"
+
+#: ../../include/text.php:1217
+msgid "May"
+msgstr "五月"
+
+#: ../../include/text.php:1217
+msgid "June"
+msgstr "六月"
+
+#: ../../include/text.php:1217
+msgid "July"
+msgstr "七月"
+
+#: ../../include/text.php:1217
+msgid "August"
+msgstr "八月"
+
+#: ../../include/text.php:1217
+msgid "September"
+msgstr "九月"
+
+#: ../../include/text.php:1217
+msgid "October"
+msgstr "十月"
+
+#: ../../include/text.php:1217
+msgid "November"
+msgstr "十一月"
+
+#: ../../include/text.php:1217
+msgid "December"
+msgstr "十二月"
+
+#: ../../include/text.php:1437
+msgid "bytes"
+msgstr "字节"
 
-#: ../../mod/events.php:291
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../include/text.php:1461 ../../include/text.php:1473
+msgid "Click to open/close"
+msgstr "点击为开关"
 
-#: ../../mod/events.php:313
-msgid "Edit event"
-msgstr "编项目"
+#: ../../include/text.php:1702 ../../include/user.php:247
+#: ../../view/theme/duepuntozero/config.php:44
+msgid "default"
+msgstr "默认"
 
-#: ../../mod/events.php:371
-msgid "Create New Event"
-msgstr "é\80 æ\88\90æ\96°ç\9a\84项ç\9b®"
+#: ../../include/text.php:1714
+msgid "Select an alternate language"
+msgstr "é\80\89æ\8b©å\88«ç\9a\84语è¨\80"
 
-#: ../../mod/events.php:372
-msgid "Previous"
-msgstr ""
+#: ../../include/text.php:1970
+msgid "activity"
+msgstr "活动"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr ""
+#: ../../include/text.php:1973
+msgid "post"
+msgstr "文章"
 
-#: ../../mod/events.php:446
-msgid "hour:minute"
-msgstr "小时:分钟"
+#: ../../include/text.php:2141
+msgid "Item filed"
+msgstr "把项目归档了"
 
-#: ../../mod/events.php:456
-msgid "Event details"
-msgstr "项目内容"
+#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047
+#: ../../include/bbcode.php:1048
+msgid "Image/photo"
+msgstr "图像/照片"
 
-#: ../../mod/events.php:457
+#: ../../include/bbcode.php:528
 #, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "形式是%s%s。开始时间和标题是必须的。"
-
-#: ../../mod/events.php:459
-msgid "Event Starts:"
-msgstr "事件开始:"
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr ""
 
-#: ../../mod/events.php:459 ../../mod/events.php:473
-msgid "Required"
-msgstr "必须的"
+#: ../../include/bbcode.php:562
+#, php-format
+msgid ""
+"<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"_blank\">post</a>"
+msgstr "<span><a href=\"%s\" target=\"_blank\">%s</a>写了下面的<a href=\"%s\" target=\"_blank\">消息</a>"
 
-#: ../../mod/events.php:462
-msgid "Finish date/time is not known or not relevant"
-msgstr "结束日/时未知或无关"
+#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031
+msgid "$1 wrote:"
+msgstr "$1写:"
 
-#: ../../mod/events.php:464
-msgid "Event Finishes:"
-msgstr "事件结束:"
+#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057
+msgid "Encrypted content"
+msgstr "加密的内容"
 
-#: ../../mod/events.php:467
-msgid "Adjust for viewer timezone"
-msgstr "调为观众的时间"
+#: ../../include/notifier.php:786 ../../include/delivery.php:456
+msgid "(no subject)"
+msgstr "沒有题目"
 
-#: ../../mod/events.php:469
-msgid "Description:"
-msgstr "描述:"
+#: ../../include/notifier.php:796 ../../include/delivery.php:467
+#: ../../include/enotify.php:33
+msgid "noreply"
+msgstr "noreply"
 
-#: ../../mod/events.php:473
-msgid "Title:"
-msgstr "标题:"
+#: ../../include/dba_pdo.php:72 ../../include/dba.php:56
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "找不到DNS信息为数据库服务器「%s」"
 
-#: ../../mod/events.php:475
-msgid "Share this event"
-msgstr "分享这个项目"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "未知的 |无分类"
 
-#: ../../mod/ping.php:240
-msgid "{0} wants to be your friend"
-msgstr "{0}想成为您的朋友"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "立即拦"
 
-#: ../../mod/ping.php:245
-msgid "{0} sent you a message"
-msgstr "{0}发给您一个通信"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "可疑,发垃圾者,自市场开发者"
 
-#: ../../mod/ping.php:250
-msgid "{0} requested registration"
-msgstr "{0}要求注册"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "我认识,但没有意见"
 
-#: ../../mod/ping.php:256
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0}对%s的文章发表意见"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "行,大概无恶意的"
 
-#: ../../mod/ping.php:261
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0}喜欢%s的文章"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "可信的,有我的信任"
 
-#: ../../mod/ping.php:266
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0}不喜欢%s的文章"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "每周"
 
-#: ../../mod/ping.php:271
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0}成为%s的朋友"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "每月"
 
-#: ../../mod/ping.php:276
-msgid "{0} posted"
-msgstr "{0}陈列"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../mod/ping.php:281
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0}用#%s标签%s的文章"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../mod/ping.php:287
-msgid "{0} mentioned you in a post"
-msgstr "{0}提到您在文章"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "心情"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "选择现在的心情而告诉朋友们"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: ../../mod/search.php:170 ../../mod/search.php:196
-#: ../../mod/community.php:62 ../../mod/community.php:71
-msgid "No results."
-msgstr "没有结果"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "找不到熟人信息。"
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr "您真的想删除这个通知吗?"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
 
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "消息删除了。"
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "交流删除了。"
+#: ../../include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Diaspora连接"
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "没有消息"
+#: ../../include/contact_selectors.php:91
+msgid "Statusnet"
+msgstr "Statusnet"
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "生发送人-%s"
+#: ../../include/contact_selectors.php:92
+msgid "App.net"
+msgstr ""
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "您和%s"
+#: ../../include/Scrape.php:614
+msgid " on Last.fm"
+msgstr "在Last.fm"
 
-#: ../../mod/message.php:384
-#, php-format
-msgid "%s and You"
-msgstr "%s和您"
+#: ../../include/bb2diaspora.php:154 ../../include/event.php:20
+msgid "Starts:"
+msgstr "开始:"
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "删除交谈"
+#: ../../include/bb2diaspora.php:162 ../../include/event.php:30
+msgid "Finishes:"
+msgstr "结束:"
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: ../../mod/message.php:411
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d通知"
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
 
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "通信不可用的"
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "生日:"
 
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "å\88 é\99¤æ¶\88æ\81¯"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "年纪ï¼\9a"
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。"
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "为%1$d %2$s"
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "发回答"
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "标签:"
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "不可用的"
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "宗教:"
 
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:133
-#: ../../mod/profiles.php:162 ../../mod/profiles.php:589
-#: ../../mod/dfrn_confirm.php:64
-msgid "Profile not found."
-msgstr "找不到简介。"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "爱好/兴趣"
 
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "ç®\80ä»\8bå\88 é\99¤äº\86ã\80\82"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "ç\86\9f人æ¶\88æ\81¯å\92\8c社ä¼\9aå\8c\96ç½\91ç»\9c"
 
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "简介-"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "音乐兴趣:"
 
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "创造新的简介"
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "书,文学"
 
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "ç®\80ä»\8bä¸\8då\8f¯ç\94¨ä¸ºå¤\8då\88¶ã\80\82"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "ç\94µè§\86ï¼\9a"
 
-#: ../../mod/profiles.php:172
-msgid "Profile Name is required."
-msgstr "必要简介名"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "电影/跳舞/文化/娱乐:"
 
-#: ../../mod/profiles.php:323
-msgid "Marital Status"
-msgstr "婚姻状况 "
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "爱情/浪漫"
 
-#: ../../mod/profiles.php:327
-msgid "Romantic Partner"
-msgstr "情人"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "工作"
 
-#: ../../mod/profiles.php:331
-msgid "Likes"
-msgstr "å\96\9c欢"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "å­¦é\99¢ï¼\8fæ\95\99è\82²"
 
-#: ../../mod/profiles.php:335
-msgid "Dislikes"
-msgstr "不喜欢"
+#: ../../include/plugin.php:455 ../../include/plugin.php:457
+msgid "Click here to upgrade."
+msgstr "这里点击为更新。"
 
-#: ../../mod/profiles.php:339
-msgid "Work/Employment"
-msgstr "工作"
+#: ../../include/plugin.php:463
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "这个行动超过您订阅的限制。"
 
-#: ../../mod/profiles.php:342
-msgid "Religion"
-msgstr "宗教"
+#: ../../include/plugin.php:468
+msgid "This action is not available under your subscription plan."
+msgstr "这个行动在您的订阅不可用的。"
 
-#: ../../mod/profiles.php:346
-msgid "Political Views"
-msgstr "政治观念"
+#: ../../include/nav.php:73
+msgid "End this session"
+msgstr "结束这段时间"
 
-#: ../../mod/profiles.php:350
-msgid "Gender"
-msgstr "性别"
+#: ../../include/nav.php:76 ../../include/nav.php:148
+#: ../../view/theme/diabook/theme.php:123
+msgid "Your posts and conversations"
+msgstr "你的消息和交谈"
 
-#: ../../mod/profiles.php:354
-msgid "Sexual Preference"
-msgstr "性取向"
+#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124
+msgid "Your profile page"
+msgstr "你的简介页"
 
-#: ../../mod/profiles.php:358
-msgid "Homepage"
-msgstr "主页"
+#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:126
+msgid "Your photos"
+msgstr "ä½ ç\9a\84ç\85§ç\89\87"
 
-#: ../../mod/profiles.php:362 ../../mod/profiles.php:657
-msgid "Interests"
-msgstr "兴趣"
+#: ../../include/nav.php:79
+msgid "Your videos"
+msgstr ""
 
-#: ../../mod/profiles.php:366
-msgid "Address"
-msgstr "地址"
+#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:127
+msgid "Your events"
+msgstr "你的项目"
 
-#: ../../mod/profiles.php:373 ../../mod/profiles.php:653
-msgid "Location"
-msgstr "位置"
+#: ../../include/nav.php:81 ../../view/theme/diabook/theme.php:128
+msgid "Personal notes"
+msgstr "私人的便条"
 
-#: ../../mod/profiles.php:456
-msgid "Profile updated."
-msgstr "简介更新了。"
+#: ../../include/nav.php:81
+msgid "Your personal notes"
+msgstr ""
 
-#: ../../mod/profiles.php:527
-msgid " and "
-msgstr ""
+#: ../../include/nav.php:92
+msgid "Sign in"
+msgstr "登记"
 
-#: ../../mod/profiles.php:535
-msgid "public profile"
-msgstr "公开简介"
+#: ../../include/nav.php:105
+msgid "Home Page"
+msgstr "主页"
 
-#: ../../mod/profiles.php:538
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s把%2$s变化成&ldquo;%3$s&rdquo;"
+#: ../../include/nav.php:109
+msgid "Create an account"
+msgstr "注册"
 
-#: ../../mod/profiles.php:539
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - 看 %1$s的%2$s"
+#: ../../include/nav.php:114
+msgid "Help and documentation"
+msgstr "帮助证件"
 
-#: ../../mod/profiles.php:542
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s有更新的%2$s,修改%3$s."
+#: ../../include/nav.php:117
+msgid "Apps"
+msgstr "应用程序"
 
-#: ../../mod/profiles.php:617
-msgid "Hide contacts and friends:"
-msgstr ""
+#: ../../include/nav.php:117
+msgid "Addon applications, utilities, games"
+msgstr "可加的应用,设施,游戏"
 
-#: ../../mod/profiles.php:622
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?"
+#: ../../include/nav.php:119
+msgid "Search site content"
+msgstr "搜索网站内容"
 
-#: ../../mod/profiles.php:644
-msgid "Edit Profile Details"
-msgstr "剪辑简介消息"
+#: ../../include/nav.php:129
+msgid "Conversations on this site"
+msgstr "这个网站的交谈"
 
-#: ../../mod/profiles.php:646
-msgid "Change Profile Photo"
-msgstr "改变简介照片"
+#: ../../include/nav.php:131
+msgid "Conversations on the network"
+msgstr ""
 
-#: ../../mod/profiles.php:647
-msgid "View this profile"
-msgstr "看这个简介"
+#: ../../include/nav.php:133
+msgid "Directory"
+msgstr "名录"
 
-#: ../../mod/profiles.php:648
-msgid "Create a new profile using these settings"
-msgstr "造成新的简介用这些设置"
+#: ../../include/nav.php:133
+msgid "People directory"
+msgstr "人物名录"
 
-#: ../../mod/profiles.php:649
-msgid "Clone this profile"
-msgstr "复制这个简介"
+#: ../../include/nav.php:135
+msgid "Information"
+msgstr "资料"
 
-#: ../../mod/profiles.php:650
-msgid "Delete this profile"
-msgstr "删除这个简介"
+#: ../../include/nav.php:135
+msgid "Information about this friendica instance"
+msgstr "资料关于这个Friendica服务器"
 
-#: ../../mod/profiles.php:651
-msgid "Basic information"
-msgstr ""
+#: ../../include/nav.php:145
+msgid "Conversations from your friends"
+msgstr "从你朋友们的交谈"
 
-#: ../../mod/profiles.php:652
-msgid "Profile picture"
-msgstr ""
+#: ../../include/nav.php:146
+msgid "Network Reset"
+msgstr "网络重设"
 
-#: ../../mod/profiles.php:654
-msgid "Preferences"
-msgstr ""
+#: ../../include/nav.php:146
+msgid "Load Network page with no filters"
+msgstr "表示网络页无滤器"
 
-#: ../../mod/profiles.php:655
-msgid "Status information"
-msgstr ""
+#: ../../include/nav.php:154
+msgid "Friend Requests"
+msgstr "友谊邀请"
 
-#: ../../mod/profiles.php:656
-msgid "Additional information"
-msgstr ""
+#: ../../include/nav.php:156
+msgid "See all notifications"
+msgstr "看所有的通知"
 
-#: ../../mod/profiles.php:658 ../../mod/newmember.php:36
-#: ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "上传简历照片"
+#: ../../include/nav.php:157
+msgid "Mark all system notifications seen"
+msgstr "记号各系统通知看过的"
 
-#: ../../mod/profiles.php:659
-msgid "Profile Name:"
-msgstr "ç®\80ä»\8bå\90\8dï¼\9a"
+#: ../../include/nav.php:161
+msgid "Private mail"
+msgstr "ç§\81人ç\9a\84é\82®ä»¶"
 
-#: ../../mod/profiles.php:660
-msgid "Your Full Name:"
-msgstr "你的全名:"
+#: ../../include/nav.php:162
+msgid "Inbox"
+msgstr "收件箱"
 
-#: ../../mod/profiles.php:661
-msgid "Title/Description:"
-msgstr "标题/描述:"
+#: ../../include/nav.php:163
+msgid "Outbox"
+msgstr "发件箱"
 
-#: ../../mod/profiles.php:662
-msgid "Your Gender:"
-msgstr "ä½ ç\9a\84æ\80§ï¼\9a"
+#: ../../include/nav.php:167
+msgid "Manage"
+msgstr "代ç\94¨æ\88·"
 
-#: ../../mod/profiles.php:663
-#, php-format
-msgid "Birthday (%s):"
-msgstr "生日(%s):"
+#: ../../include/nav.php:167
+msgid "Manage other pages"
+msgstr "管理别的页"
 
-#: ../../mod/profiles.php:664
-msgid "Street Address:"
-msgstr "å\9c°å\9d\80ï¼\9a"
+#: ../../include/nav.php:172
+msgid "Account settings"
+msgstr "å¸\90æ\88·é\85\8dç½®"
 
-#: ../../mod/profiles.php:665
-msgid "Locality/City:"
-msgstr "ç\8e°å\9cºï¼\8få\9f\8eå¸\82ï¼\9a"
+#: ../../include/nav.php:175
+msgid "Manage/Edit Profiles"
+msgstr "管ç\90\86ï¼\8fç¼\96è¾\91ç®\80ä»\8b"
 
-#: ../../mod/profiles.php:666
-msgid "Postal/Zip Code:"
-msgstr "邮政编码:"
+#: ../../include/nav.php:177
+msgid "Manage/edit friends and contacts"
+msgstr "管理/编朋友们和熟人们"
 
-#: ../../mod/profiles.php:667
-msgid "Country:"
-msgstr "国家:"
+#: ../../include/nav.php:184
+msgid "Site setup and configuration"
+msgstr "网站开办和配置"
 
-#: ../../mod/profiles.php:668
-msgid "Region/State:"
-msgstr "区域/省"
+#: ../../include/nav.php:188
+msgid "Navigation"
+msgstr "航行"
 
-#: ../../mod/profiles.php:669
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span>婚姻状况:"
+#: ../../include/nav.php:188
+msgid "Site map"
+msgstr "网站地图"
 
-#: ../../mod/profiles.php:670
-msgid "Who: (if applicable)"
-msgstr "谁:(要是使用)"
+#: ../../include/api.php:304 ../../include/api.php:315
+#: ../../include/api.php:416 ../../include/api.php:1063
+#: ../../include/api.php:1065
+msgid "User not found."
+msgstr "找不到用户"
 
-#: ../../mod/profiles.php:671
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "比如:limou,李某,limou@example。com"
+#: ../../include/api.php:771
+#, php-format
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr ""
 
-#: ../../mod/profiles.php:672
-msgid "Since [date]:"
-msgstr "追溯[日期]:"
+#: ../../include/api.php:790
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr ""
 
-#: ../../mod/profiles.php:674
-msgid "Homepage URL:"
-msgstr "主页URL:"
+#: ../../include/api.php:809
+#, php-format
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr ""
 
-#: ../../mod/profiles.php:677
-msgid "Religious Views:"
-msgstr " 宗教信仰 :"
+#: ../../include/api.php:1272
+msgid "There is no status with this id."
+msgstr "没有什么状态跟这个ID"
 
-#: ../../mod/profiles.php:678
-msgid "Public Keywords:"
-msgstr "公开关键字 :"
+#: ../../include/api.php:1342
+msgid "There is no conversation with this id."
+msgstr "没有这个ID的对话"
 
-#: ../../mod/profiles.php:679
-msgid "Private Keywords:"
-msgstr "私人关键字"
+#: ../../include/api.php:1614
+msgid "Invalid request."
+msgstr ""
 
-#: ../../mod/profiles.php:682
-msgid "Example: fishing photography software"
-msgstr "例如:钓鱼 照片 软件"
+#: ../../include/api.php:1625
+msgid "Invalid item."
+msgstr ""
 
-#: ../../mod/profiles.php:683
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(用于建议可能的朋友们,会被别人看)"
+#: ../../include/api.php:1635
+msgid "Invalid action. "
+msgstr ""
 
-#: ../../mod/profiles.php:684
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(用于搜索简介,没有给别人看)"
+#: ../../include/api.php:1643
+msgid "DB error"
+msgstr ""
 
-#: ../../mod/profiles.php:685
-msgid "Tell us about yourself..."
-msgstr "给我们自我介绍..."
+#: ../../include/user.php:40
+msgid "An invitation is required."
+msgstr "邀请必要的。"
 
-#: ../../mod/profiles.php:686
-msgid "Hobbies/Interests"
-msgstr "爱好/兴趣"
+#: ../../include/user.php:45
+msgid "Invitation could not be verified."
+msgstr "不能证实邀请。"
 
-#: ../../mod/profiles.php:687
-msgid "Contact information and Social Networks"
-msgstr "熟人信息和社会化网络"
+#: ../../include/user.php:53
+msgid "Invalid OpenID url"
+msgstr "无效的OpenID url"
 
-#: ../../mod/profiles.php:688
-msgid "Musical interests"
-msgstr "音乐兴趣"
+#: ../../include/user.php:74
+msgid "Please enter the required information."
+msgstr "请输入必要的信息。"
 
-#: ../../mod/profiles.php:689
-msgid "Books, literature"
-msgstr "书,文学"
+#: ../../include/user.php:88
+msgid "Please use a shorter name."
+msgstr "请用短一点名。"
 
-#: ../../mod/profiles.php:690
-msgid "Television"
-msgstr "电视"
+#: ../../include/user.php:90
+msgid "Name too short."
+msgstr "名字太短。"
 
-#: ../../mod/profiles.php:691
-msgid "Film/dance/culture/entertainment"
-msgstr "电影/跳舞/文化/娱乐"
+#: ../../include/user.php:105
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "这看上去不是您的全姓名。"
 
-#: ../../mod/profiles.php:692
-msgid "Love/romance"
-msgstr "爱情/浪漫"
+#: ../../include/user.php:110
+msgid "Your email domain is not among those allowed on this site."
+msgstr "这网站允许的域名中没有您的"
 
-#: ../../mod/profiles.php:693
-msgid "Work/employment"
-msgstr "工作"
+#: ../../include/user.php:113
+msgid "Not a valid email address."
+msgstr "无效的邮件地址。"
 
-#: ../../mod/profiles.php:694
-msgid "School/education"
-msgstr "学院/教育"
+#: ../../include/user.php:126
+msgid "Cannot use that email."
+msgstr "不能用这个邮件地址。"
 
-#: ../../mod/profiles.php:699
+#: ../../include/user.php:132
 msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。"
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr "您的昵称只能包含\"a-z\",\"0-9\",\"-\"和\"_\",还有头一字必须是拉丁字。"
 
-#: ../../mod/profiles.php:709 ../../mod/directory.php:113
-msgid "Age: "
-msgstr "年纪:"
+#: ../../include/user.php:138 ../../include/user.php:236
+msgid "Nickname is already registered. Please choose another."
+msgstr "昵称已经报到。请选择新的。"
 
-#: ../../mod/profiles.php:762
-msgid "Edit/Manage Profiles"
-msgstr "编辑/管理简介"
+#: ../../include/user.php:148
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "昵称曾经这里注册于是不能再用。请选择别的。"
 
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica沟通服务器-安装"
+#: ../../include/user.php:164
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "要紧错误:产生安全钥匙失败了。"
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "解不了数据库。"
+#: ../../include/user.php:222
+msgid "An error occurred during registration. Please try again."
+msgstr "报到出了问题。请再试。"
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "造成不了表格。"
+#: ../../include/user.php:257
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "造成默认简介出了问题。请再试。"
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "您Friendica网站数据库被安装了。"
+#: ../../include/user.php:289 ../../include/user.php:293
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "朋友"
 
-#: ../../mod/install.php:138
+#: ../../include/user.php:377
+#, php-format
 msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t"
+msgstr ""
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:525
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "请看文件「INSTALL.txt」"
+#: ../../include/user.php:381
+#, 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 ""
 
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "系统检测"
+#: ../../include/diaspora.php:703
+msgid "Sharing notification from Diaspora network"
+msgstr "分享通知从Diaspora网络"
 
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "再检测"
+#: ../../include/diaspora.php:2520
+msgid "Attachments:"
+msgstr "附件:"
 
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "æ\95°æ\8d®åº\93æ\8e¥é\80\9a"
+#: ../../include/items.php:4555
+msgid "Do you really want to delete this item?"
+msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个项ç\9b®å\90\97ï¼\9f"
 
-#: ../../mod/install.php:228
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "为安装Friendica我们要知道怎么连接您的数据库。"
+#: ../../include/items.php:4778
+msgid "Archives"
+msgstr "档案"
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "男的"
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "您下边指定的数据库应该已经存在。如果还没有,请继续前造成。"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "女的"
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "数据库服务器名"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "现在男的"
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "数据库登录名"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "现在女的"
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "数据库登录密码"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "主要男的"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "数据库名字"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "主要女的"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "网站行政人员邮件地址"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "跨性別"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "您账户邮件地址必要符合这个为用网站处理仪表板"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "阴阳人"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "”转基因“人"
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "请选择您网站的默认时区"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "两性体"
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "网站设置"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "中性的"
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "没找到命令行PHP在网服务器PATH。"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "不明确的"
 
-#: ../../mod/install.php:322
-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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "如果您没有命令行PHP在服务器,您实行不了用cron背景检查。看<a href='http://friendica.com/node/27'>「使安排做的任务可用」</a>"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "别的"
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "PHP可执行路径"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "未决"
 
-#: ../../mod/install.php:326
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "输入全路线到php执行程序。您会留空白为继续安装。"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "男人"
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "å\91½ä»¤è¡\8cPHP"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "女人"
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "男同性恋的"
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "找到PHP版本号:"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "女同性恋的"
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
-msgstr "命令行PHP執行檔"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "无偏爱"
 
-#: ../../mod/install.php:354
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "您系统的命令行PHP没有能够「register_argc_argv」。"
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "双性恋的"
 
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "è¿\99å¿\85è¦\81为é\80\9aä¿¡å\8f\91å¸\83æ\88\90å\8a\9fã\80\82"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "è\87ªæ\80§ç\9a\84"
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "有节制的"
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "原始的"
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "变态"
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "产生加密钥匙"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "恋物对象"
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "libCurl PHP模块"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "多多"
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "GD显示PHP模块"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "无性"
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP模块"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "单身"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "mysqli PHP模块"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "寂寞"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "mb_string PHP模块"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "单身的"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite部件"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "不可获得的"
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "迷恋"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "错误:libCurl PHP模块是必要的可却不安装的。"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "痴迷"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "约会"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "错误:openssl PHP模块是必要的可却不安装的。"
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "外遇"
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "错误:mysqli PHP模块是必要的可却不安装的。"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "性交因成瘾者"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "错误:mbstring PHP模块必要可没安装的。"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "朋友/益"
 
-#: ../../mod/install.php:438
-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 "网页安装者要能造成叫「.htconfig.php」在网服务器主文件夹可却不能。"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "休闲"
 
-#: ../../mod/install.php:439
-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 "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "已订婚的"
 
-#: ../../mod/install.php:440
-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 "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "结婚"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "想像结婚"
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php是可写的"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "伴侣"
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "同居"
 
-#: ../../mod/install.php:455
-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 "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "普通法结婚"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "幸福"
 
-#: ../../mod/install.php:457
-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 "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "没找"
+
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "交换性伴侣的"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
-msgstr "è\83½å\86\99view/smarty3"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "被è\83\8cå\8f\9b"
 
-#: ../../mod/install.php:472
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr " URL改写在.htaccess不行。检查您服务器设置。"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "分手"
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr "URL改写发挥机能"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "不稳"
 
-#: ../../mod/install.php:484
-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 "数据库设置文件「.htconfig.php」不能被写。请把包括的正文造成设置文件在网服务器子目录。"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "离婚"
 
-#: ../../mod/install.php:523
-msgid "<h1>What next</h1>"
-msgstr "<h1>下步是什么</h1>"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "想像离婚"
 
-#: ../../mod/install.php:524
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "重要:您要[手工地]准备安排的任务给喂器。"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "寡妇"
 
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "帮å\8a©ï¼\9a"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "ä¸\8dç¡®å®\9a"
 
-#: ../../mod/crepair.php:104
-msgid "Contact settings applied."
-msgstr "ç\86\9f人设置åº\94ç\94¨äº\86ã\80\82"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "æ\98¯å¤\8dæ\9d\82"
 
-#: ../../mod/crepair.php:106
-msgid "Contact update failed."
-msgstr "熟人更新失败。"
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "无所谓"
 
-#: ../../mod/crepair.php:137
-msgid "Repair Contact Settings"
-msgstr "维修熟人设置"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "问我"
 
-#: ../../mod/crepair.php:139
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>注意:这是很高等的</strong>,你输入错的信息你和熟人的沟通会弄失灵了。"
+#: ../../include/enotify.php:18
+msgid "Friendica Notification"
+msgstr "Friendica 通知"
 
-#: ../../mod/crepair.php:140
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页"
+#: ../../include/enotify.php:21
+msgid "Thank You,"
+msgstr "谢谢,"
 
-#: ../../mod/crepair.php:146
-msgid "Return to contact editor"
-msgstr "回归熟人处理器"
+#: ../../include/enotify.php:23
+#, php-format
+msgid "%s Administrator"
+msgstr "%s管理员"
 
-#: ../../mod/crepair.php:159
-msgid "Account Nickname"
-msgstr "帐户昵称"
+#: ../../include/enotify.php:64
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
 
-#: ../../mod/crepair.php:160
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname越过名/昵称"
+#: ../../include/enotify.php:68
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify]收到新邮件在%s"
 
-#: ../../mod/crepair.php:161
-msgid "Account URL"
-msgstr "帐户URL"
+#: ../../include/enotify.php:70
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s发给您新私人通知在%2$s."
 
-#: ../../mod/crepair.php:162
-msgid "Friend Request URL"
-msgstr "朋友请求URL"
+#: ../../include/enotify.php:71
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s发给您%2$s."
 
-#: ../../mod/crepair.php:163
-msgid "Friend Confirm URL"
-msgstr "朋友确认URL"
+#: ../../include/enotify.php:71
+msgid "a private message"
+msgstr "一条私人的消息"
 
-#: ../../mod/crepair.php:164
-msgid "Notification Endpoint URL"
-msgstr "通知端URL"
+#: ../../include/enotify.php:72
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "清去%s为了看或回答你私人的消息"
 
-#: ../../mod/crepair.php:165
-msgid "Poll/Feed URL"
-msgstr "喂URL"
+#: ../../include/enotify.php:124
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s于[url=%2$s]a %3$s[/url]评论了"
 
-#: ../../mod/crepair.php:166
-msgid "New photo from this URL"
-msgstr "新照片从这个URL"
+#: ../../include/enotify.php:131
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s于[url=%2$s]%3$s的%4$s[/url]评论了"
 
-#: ../../mod/crepair.php:167
-msgid "Remote Self"
-msgstr "遥远的自身"
+#: ../../include/enotify.php:139
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s于[url=%2$s]您的%3$s[/url]评论了"
 
-#: ../../mod/crepair.php:169
-msgid "Mirror postings from this contact"
-msgstr "把这个熟人的文章复制。"
+#: ../../include/enotify.php:149
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论"
 
-#: ../../mod/crepair.php:169
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"
+#: ../../include/enotify.php:150
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s对你有兴趣的项目/ 交谈发表意见"
 
-#: ../../mod/crepair.php:169
-msgid "No mirroring"
-msgstr ""
+#: ../../include/enotify.php:153 ../../include/enotify.php:168
+#: ../../include/enotify.php:181 ../../include/enotify.php:194
+#: ../../include/enotify.php:212 ../../include/enotify.php:225
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "清去%s为了看或回答交谈"
 
-#: ../../mod/crepair.php:169
-msgid "Mirror as forwarded posting"
-msgstr ""
+#: ../../include/enotify.php:160
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s贴在您的简介墙"
 
-#: ../../mod/crepair.php:169
-msgid "Mirror as my own posting"
-msgstr ""
+#: ../../include/enotify.php:162
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s放在您的简介墙在%2$s"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Friendica欢迎你"
+#: ../../include/enotify.php:164
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s放在[url=%2$s]您的墙[/url]"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "新的成员一览表"
+#: ../../include/enotify.php:175
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s标签您"
 
-#: ../../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 "我们想提高几个建议和超链接为让你的经历愉快。点击一个项目为了访问相应的网页。你最初登记两周以上一个环节到这儿来在你的首页,然后悄声地消失。"
+#: ../../include/enotify.php:176
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s把您在%2$s标签"
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "开始方法"
+#: ../../include/enotify.php:177
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s[url=%2$s]把您标签[/url]."
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Friendica游览"
+#: ../../include/enotify.php:188
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s分享新的消息"
 
-#: ../../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 "在您的<em>快开始</em>页-看段介绍您的简介和网络分页,结新联系,而找新组为加入。"
+#: ../../include/enotify.php:189
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s分享新的消息在%2$s"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "您的设置"
+#: ../../include/enotify.php:190
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]分享一个消息[/url]."
 
-#: ../../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 "在你的<em>设置</em>页 - 改变你的最初的密码。也记住你的客户地址。这好像一个电子邮件地址,是用于在自由社会化网络交朋友们有用的。"
+#: ../../include/enotify.php:202
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify]您被%1$s戳"
 
-#: ../../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 "校对别的设置,特别隐私设置。一个未出版的目录项目是跟未出版的电话号码一样。平时,你可能应该出版你的目录项目-除非都你的朋友们和可交的朋友们已经知道确切地怎么找你。"
+#: ../../include/enotify.php:203
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "您被%1$s戳在%2$s"
 
-#: ../../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 "上传一张简历照片除非你已经做过。研究表明有真正自己的照片的人比没有的交朋友们可能多十倍。"
+#: ../../include/enotify.php:204
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s[url=%2$s]把您戳[/url]。"
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "编辑您的简介"
+#: ../../include/enotify.php:219
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s标前您的文章"
 
-#: ../../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 "随意编你的<strong>公开的</strong>简历。评论设置为藏起来你的朋友表和简历过陌生来客。"
+#: ../../include/enotify.php:220
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s把您的文章在%2$s标签"
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "简介关键字"
+#: ../../include/enotify.php:221
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s把[url=%2$s]您的文章[/url]标签"
 
-#: ../../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 "指定一些公开关键字在您的默认简介描述您兴趣。我们可能找得了别人有相似兴趣和建议友谊。"
+#: ../../include/enotify.php:232
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] 收到介绍"
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "连接着"
+#: ../../include/enotify.php:233
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "您从「%1$s」受到一个介绍在%2$s"
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "要是你有一个Facebook账户,批准Facebook插销。我们来(可选的)进口都你Facebook朋友们和交谈。"
+#: ../../include/enotify.php:234
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "您从%2$s收到[url=%1$s]一个介绍[/url]。"
 
-#: ../../mod/newmember.php:51
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr "<em>要是</em>这是你的私利服务器,安装Facebook插件会把你的过渡到自由社会化网络自在一点。"
+#: ../../include/enotify.php:237 ../../include/enotify.php:279
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "你能看他的简介在%s"
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr "进口着邮件"
+#: ../../include/enotify.php:239
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "请批准或拒绝介绍在%s"
 
-#: ../../mod/newmember.php:56
-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 "输入你电子邮件使用信息在插销设置页,要是你想用你的电子邮件进口和互动朋友们或邮件表。"
+#: ../../include/enotify.php:247
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr ""
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "您的熟人页"
+#: ../../include/enotify.php:248 ../../include/enotify.php:249
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr ""
 
-#: ../../mod/newmember.php:58
-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 "您熟人页是您门口为管理熟人和连接朋友们在别的网络。典型您输入他的地址或者网站URL在<em>添加新熟人</em>对话框。"
+#: ../../include/enotify.php:255
+msgid "[Friendica:Notify] You have a new follower"
+msgstr ""
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "您网站的目录"
+#: ../../include/enotify.php:256 ../../include/enotify.php:257
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr ""
 
-#: ../../mod/newmember.php:60
-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 "目录页让您找别人在这个网络或别的同盟的网站。找一个<em>连接</em>或<em>关注</em>按钮在他们的简介页。您被要求的话,提供您自己的同一个人地址。"
+#: ../../include/enotify.php:270
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] 收到朋友建议"
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "找新人"
+#: ../../include/enotify.php:271
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "您从「%2$s」收到[url=%1$s]一个朋友建议[/url]。"
 
-#: ../../mod/newmember.php:62
+#: ../../include/enotify.php:272
+#, php-format
 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 "在熟人页的工具栏有一些工具为找新朋友们。我们会使人们相配按名或兴趣,和以网络关系作为提醒建议的根据。在新网站,朋友建议平常开始24小时后。"
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "您从%3$s收到[url=%1$s]一个朋友建议[/url]为%2$s。"
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "把熟人组起来"
+#: ../../include/enotify.php:277
+msgid "Name:"
+msgstr "名字:"
 
-#: ../../mod/newmember.php:70
-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 "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。"
+#: ../../include/enotify.php:278
+msgid "Photo:"
+msgstr "照片:"
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "我文章怎么没公开的?"
+#: ../../include/enotify.php:281
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "请批准或拒绝建议在%s"
 
-#: ../../mod/newmember.php:73
-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尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。"
+#: ../../include/enotify.php:289 ../../include/enotify.php:302
+msgid "[Friendica:Notify] Connection accepted"
+msgstr ""
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "怎么获得帮助"
+#: ../../include/enotify.php:290 ../../include/enotify.php:303
+#, php-format
+msgid "'%1$s' has acepted your connection request at %2$s"
+msgstr ""
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "看帮助部分"
+#: ../../include/enotify.php:291 ../../include/enotify.php:304
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr ""
 
-#: ../../mod/newmember.php:82
+#: ../../include/enotify.php:294
 msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。"
-
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "戳"
+"You are now mutual friends and may exchange status updates, photos, and email\n"
+"\twithout restriction."
+msgstr ""
 
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "把人家戳或别的行动"
+#: ../../include/enotify.php:297 ../../include/enotify.php:311
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr ""
 
-#: ../../mod/poke.php:194
-msgid "Recipient"
-msgstr "接受者"
+#: ../../include/enotify.php:307
+#, 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'选择欢迎你为\"迷\",限制有的沟通方式,比如死人交流和有的简介互动。如果这是名人或社会页,此设置是自动地施用。"
 
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "选择您想把别人作"
+#: ../../include/enotify.php:309
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future. "
+msgstr ""
 
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr "使这个文章私人"
+#: ../../include/enotify.php:322
+msgid "[Friendica System:Notify] registration request"
+msgstr ""
 
-#: ../../mod/prove.php:93
-msgid ""
-"\n"
-"\t\tDear $[username],\n"
-"\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\tinformation for your records (or change your password immediately to\n"
-"\t\tsomething that you will remember).\n"
-"\t"
+#: ../../include/enotify.php:323
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../mod/display.php:452
-msgid "Item has been removed."
-msgstr "项目被删除了。"
+#: ../../include/enotify.php:324
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr ""
 
-#: ../../mod/subthread.php:103
+#: ../../include/enotify.php:327
 #, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s关注着%2$s的%3$s"
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr ""
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#: ../../include/enotify.php:330
 #, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s欢迎%2$s"
+msgid "Please visit %s to approve or reject the request."
+msgstr ""
 
-#: ../../mod/dfrn_confirm.php:121
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "这会偶尔地发生熟人双方都要求和已经批准的时候。"
+#: ../../include/oembed.php:212
+msgid "Embedded content"
+msgstr "嵌入内容"
 
-#: ../../mod/dfrn_confirm.php:240
-msgid "Response from remote site was not understood."
-msgstr "遥网站的回答明白不了。"
+#: ../../include/oembed.php:221
+msgid "Embedding disabled"
+msgstr "嵌入已停用"
 
-#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
-msgstr "居然回答从遥网站:"
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr "解码账户文件出错误"
 
-#: ../../mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
-msgstr "确认成功完成。"
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "错误!文件没有版本数!这不是Friendica账户文件吗?"
 
-#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279
-#: ../../mod/dfrn_confirm.php:286
-msgid "Remote site reported: "
-msgstr "遥网站报案:"
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr "错误!不能检查昵称"
 
-#: ../../mod/dfrn_confirm.php:277
-msgid "Temporary failure. Please wait and try again."
-msgstr "临时失败。请等一会,再试。"
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "用户「%s」已经存在这个服务器!"
 
-#: ../../mod/dfrn_confirm.php:284
-msgid "Introduction failed or was revoked."
-msgstr "介绍失败或被吊销。"
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "用户创造错误"
 
-#: ../../mod/dfrn_confirm.php:429
-msgid "Unable to set contact photo."
-msgstr "不会指定熟人照片。"
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "用户简介创造错误"
 
-#: ../../mod/dfrn_confirm.php:571
+#: ../../include/uimport.php:220
 #, php-format
-msgid "No user record found for '%s' "
-msgstr "找不到「%s」的用户记录"
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d熟人没进口了"
 
-#: ../../mod/dfrn_confirm.php:581
-msgid "Our site encryption key is apparently messed up."
-msgstr "看起来我们的加密钥匙失灵了。"
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "完了。您现在会用您用户名和密码登录"
 
-#: ../../mod/dfrn_confirm.php:592
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "空的URL供应,或URL解不了码。"
+#: ../../index.php:428
+msgid "toggle mobile"
+msgstr "交替手机"
 
-#: ../../mod/dfrn_confirm.php:613
-msgid "Contact record was not found for you on our site."
-msgstr "熟人记录在我们的网站找不了。"
+#: ../../view/theme/cleanzero/config.php:82
+#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
+#: ../../view/theme/diabook/config.php:150 ../../view/theme/vier/config.php:55
+#: ../../view/theme/duepuntozero/config.php:61
+msgid "Theme settings"
+msgstr "主题设置"
 
-#: ../../mod/dfrn_confirm.php:627
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "没有网站公开钥匙在熟人记录在URL%s。"
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "选择图片在文章和评论的重设尺寸(宽和高)"
 
-#: ../../mod/dfrn_confirm.php:647
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "身份证明由您的系统是在我们的重做。你再试应该运行。"
+#: ../../view/theme/cleanzero/config.php:84
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/diabook/config.php:151
+msgid "Set font-size for posts and comments"
+msgstr "决定字体大小在文章和评论"
 
-#: ../../mod/dfrn_confirm.php:658
-msgid "Unable to set your contact credentials on our system."
-msgstr "不能创作您的熟人证件在我们的系统。"
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "选择主题宽"
 
-#: ../../mod/dfrn_confirm.php:725
-msgid "Unable to update your contact profile details on our system"
-msgstr "不能更新您的熟人简介消息在我们的系统"
+#: ../../view/theme/cleanzero/config.php:86
+#: ../../view/theme/quattro/config.php:68
+msgid "Color scheme"
+msgstr " 色彩设计"
 
-#: ../../mod/dfrn_confirm.php:797
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s加入%2$s了"
+#: ../../view/theme/dispy/config.php:74
+#: ../../view/theme/diabook/config.php:152
+msgid "Set line-height for posts and comments"
+msgstr "决定行高在文章和评论"
 
-#: ../../mod/item.php:113
-msgid "Unable to locate original post."
-msgstr "找不到当初的新闻"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "选择色彩设计"
 
-#: ../../mod/item.php:324
-msgid "Empty post discarded."
-msgstr "空心的新闻丢弃了"
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "成直线 "
 
-#: ../../mod/item.php:915
-msgid "System error. Post not saved."
-msgstr "系统错误。x"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "左边"
 
-#: ../../mod/item.php:941
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "中间"
 
-#: ../../mod/item.php:943
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "你可以网上拜访他在%s"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "文章"
 
-#: ../../mod/item.php:944
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "文本区字体大小"
 
-#: ../../mod/item.php:948
-#, php-format
-msgid "%s posted an update."
-msgstr "%s贴上一个新闻。"
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "决定中栏的显示分辨率列表"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "照片上传去了,但修剪失灵。"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "选择色彩设计"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "照片减少[%s]失灵。"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "选择拉近镜头级在地球层"
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"
+#: ../../view/theme/diabook/config.php:156
+#: ../../view/theme/diabook/theme.php:585
+msgid "Set longitude (X) for Earth Layers"
+msgstr "选择经度(X)在地球层"
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "不能处理照片"
+#: ../../view/theme/diabook/config.php:157
+#: ../../view/theme/diabook/theme.php:586
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "选择纬度(Y)在地球层"
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "上传文件:"
+#: ../../view/theme/diabook/config.php:158
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+msgid "Community Pages"
+msgstr "社会页"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "选择一个简介"
+#: ../../view/theme/diabook/config.php:159
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+msgid "Earth Layers"
+msgstr "地球层"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "上传"
+#: ../../view/theme/diabook/config.php:160
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+msgid "Community Profiles"
+msgstr "社会简介"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "略过这步"
+#: ../../view/theme/diabook/config.php:161
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+msgid "Help or @NewHere ?"
+msgstr "帮助或@菜鸟?"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "从您的照片册选择一片。"
+#: ../../view/theme/diabook/config.php:162
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+msgid "Connect Services"
+msgstr "连接服务"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "修剪照片"
+#: ../../view/theme/diabook/config.php:163
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+msgid "Find Friends"
+msgstr "找朋友们"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "请调图片剪裁为最好看。"
+#: ../../view/theme/diabook/config.php:164
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+msgid "Last users"
+msgstr "上次用户"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "编完了"
+#: ../../view/theme/diabook/config.php:165
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+msgid "Last photos"
+msgstr "上次照片"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "照片成功地上传了"
+#: ../../view/theme/diabook/config.php:166
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+msgid "Last likes"
+msgstr "上次喜欢"
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "%s的朋友们"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "您的熟人"
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "没有朋友展示。"
+#: ../../view/theme/diabook/theme.php:128
+msgid "Your personal photos"
+msgstr "你私人的照片"
 
-#: ../../mod/directory.php:59
-msgid "Find on this site"
-msgstr "找在这网站"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "当地目录"
 
-#: ../../mod/directory.php:62
-msgid "Site Directory"
-msgstr "网站目录"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "选择拉近镜头级在地球层"
 
-#: ../../mod/directory.php:116
-msgid "Gender: "
-msgstr "性别:"
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "表示/隐藏盒子在友兰:"
 
-#: ../../mod/directory.php:189
-msgid "No entries (some entries may be hidden)."
-msgstr "没有文章(有的文章会被隐藏)。"
+#: ../../view/theme/vier/config.php:56
+msgid "Set style"
+msgstr "选择款式"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "时间装换"
+#: ../../view/theme/duepuntozero/config.php:45
+msgid "greenzero"
+msgstr "greenzero"
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"
+#: ../../view/theme/duepuntozero/config.php:46
+msgid "purplezero"
+msgstr "purplezero"
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC时间: %s"
+#: ../../view/theme/duepuntozero/config.php:47
+msgid "easterbunny"
+msgstr "easterbunny"
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "现在时区: %s"
+#: ../../view/theme/duepuntozero/config.php:48
+msgid "darkzero"
+msgstr "darkzero"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "装换的当地时间:%s"
+#: ../../view/theme/duepuntozero/config.php:49
+msgid "comix"
+msgstr "comix"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "请选择你的时区:"
+#: ../../view/theme/duepuntozero/config.php:50
+msgid "slackr"
+msgstr "slackr"
+
+#: ../../view/theme/duepuntozero/config.php:62
+msgid "Variations"
+msgstr "变化"
index ff962f5cc7abbd7cca2094a4818e6ab7c74fa221..deb9a11f4cc0b67b72e1f4788a28d9cf50540831 100644 (file)
@@ -5,736 +5,285 @@ function string_plural_select_zh_cn($n){
        return 0;;
 }}
 ;
-$a->strings["Submit"] = "提交";
-$a->strings["Theme settings"] = "主题设置";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "选择图片在文章和评论的重设尺寸(宽和高)";
-$a->strings["Set font-size for posts and comments"] = "决定字体大小在文章和评论";
-$a->strings["Set theme width"] = "选择主题宽";
-$a->strings["Color scheme"] = " 色彩设计";
-$a->strings["Set style"] = "选择款式";
-$a->strings["don't show"] = "别著";
-$a->strings["show"] = "著";
-$a->strings["Set line-height for posts and comments"] = "决定行高在文章和评论";
-$a->strings["Set resolution for middle column"] = "决定中栏的显示分辨率列表";
-$a->strings["Set color scheme"] = "选择色彩设计";
-$a->strings["Set zoomfactor for Earth Layer"] = "选择拉近镜头级在地球层";
-$a->strings["Set longitude (X) for Earth Layers"] = "选择经度(X)在地球层";
-$a->strings["Set latitude (Y) for Earth Layers"] = "选择纬度(Y)在地球层";
-$a->strings["Community Pages"] = "社会页";
-$a->strings["Earth Layers"] = "地球层";
-$a->strings["Community Profiles"] = "社会简介";
-$a->strings["Help or @NewHere ?"] = "帮助或@菜鸟?";
-$a->strings["Connect Services"] = "连接服务";
-$a->strings["Find Friends"] = "找朋友们";
-$a->strings["Last users"] = "上次用户";
-$a->strings["Last photos"] = "上次照片";
-$a->strings["Last likes"] = "上次喜欢";
-$a->strings["Home"] = "主页";
-$a->strings["Your posts and conversations"] = "你的消息和交谈";
-$a->strings["Profile"] = "简介";
-$a->strings["Your profile page"] = "你的简介页";
-$a->strings["Contacts"] = "熟人";
-$a->strings["Your contacts"] = "您的熟人";
-$a->strings["Photos"] = "照片";
-$a->strings["Your photos"] = "你的照片";
-$a->strings["Events"] = "事件";
-$a->strings["Your events"] = "你的项目";
-$a->strings["Personal notes"] = "私人的便条";
-$a->strings["Your personal photos"] = "你私人的照片";
-$a->strings["Community"] = "社会";
-$a->strings["event"] = "项目";
-$a->strings["status"] = "现状";
-$a->strings["photo"] = "照片";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s喜欢%2\$s的%3\$s";
-$a->strings["Contact Photos"] = "熟人照片";
-$a->strings["Profile Photos"] = "简介照片";
-$a->strings["Local Directory"] = "当地目录";
-$a->strings["Global Directory"] = "综合目录";
-$a->strings["Similar Interests"] = "相似兴趣";
-$a->strings["Friend Suggestions"] = "友谊建议";
-$a->strings["Invite Friends"] = "邀请朋友们";
-$a->strings["Settings"] = "配置";
-$a->strings["Set zoomfactor for Earth Layers"] = "选择拉近镜头级在地球层";
-$a->strings["Show/hide boxes at right-hand column:"] = "表示/隐藏盒子在友兰:";
-$a->strings["Alignment"] = "成直线 ";
-$a->strings["Left"] = "左边";
-$a->strings["Center"] = "中间";
-$a->strings["Posts font size"] = "文章";
-$a->strings["Textareas font size"] = "文本区字体大小";
-$a->strings["Set colour scheme"] = "选择色彩设计";
-$a->strings["You must be logged in to use addons. "] = "您用插件前要登录";
-$a->strings["Not Found"] = "未发现";
-$a->strings["Page not found."] = "页发现。";
-$a->strings["Permission denied"] = "权限不够";
+$a->strings["%d contact edited."] = array(
+       0 => "%d熟人编辑了",
+);
+$a->strings["Could not access contact record."] = "用不了熟人记录。";
+$a->strings["Could not locate selected profile."] = "找不到选择的简介。";
+$a->strings["Contact updated."] = "熟人更新了。";
+$a->strings["Failed to update contact record."] = "更新熟人记录失败了。";
 $a->strings["Permission denied."] = "权限不够。";
-$a->strings["toggle mobile"] = "交替手机";
-$a->strings["Delete this item?"] = "删除这个项目?";
-$a->strings["Comment"] = "评论";
-$a->strings["show more"] = "看多";
-$a->strings["show fewer"] = "显示更小";
-$a->strings["Update %s failed. See error logs."] = "更新%s美通过。看错误记录。";
-$a->strings["Create a New Account"] = "创造新的账户";
-$a->strings["Register"] = "注册";
-$a->strings["Logout"] = "注销";
-$a->strings["Login"] = "登录";
-$a->strings["Nickname or Email address: "] = "绰号或电子邮件地址: ";
-$a->strings["Password: "] = "密码: ";
-$a->strings["Remember me"] = "记住我";
-$a->strings["Or login using OpenID: "] = "或者用OpenID登记:";
-$a->strings["Forgot your password?"] = "忘记你的密码吗?";
-$a->strings["Password Reset"] = "复位密码";
-$a->strings["Website Terms of Service"] = "网站的各项规定";
-$a->strings["terms of service"] = "各项规定";
-$a->strings["Website Privacy Policy"] = "网站隐私政策";
-$a->strings["privacy policy"] = "隐私政策";
-$a->strings["Requested account is not available."] = "要求的账户不可用。";
-$a->strings["Requested profile is not available."] = "要求的简介联系不上的。";
-$a->strings["Edit profile"] = "修改简介";
-$a->strings["Connect"] = "连接";
-$a->strings["Message"] = "通知";
-$a->strings["Profiles"] = "简介";
-$a->strings["Manage/edit profiles"] = "管理/修改简介";
-$a->strings["Change profile photo"] = "换简介照片";
-$a->strings["Create New Profile"] = "创造新的简介";
-$a->strings["Profile Image"] = "简介图像";
-$a->strings["visible to everybody"] = "给打假可见的";
-$a->strings["Edit visibility"] = "修改能见度";
-$a->strings["Location:"] = "位置:";
-$a->strings["Gender:"] = "性别:";
-$a->strings["Status:"] = "现状:";
-$a->strings["Homepage:"] = "主页:";
-$a->strings["Network:"] = "";
-$a->strings["g A l F d"] = "g A l d F";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[今天]";
-$a->strings["Birthday Reminders"] = "提醒生日";
-$a->strings["Birthdays this week:"] = "这周的生日:";
-$a->strings["[No description]"] = "[无描述]";
-$a->strings["Event Reminders"] = "事件提醒";
-$a->strings["Events this week:"] = "这周的事件:";
-$a->strings["Status"] = "现状";
-$a->strings["Status Messages and Posts"] = "现状通知和文章";
-$a->strings["Profile Details"] = "简介内容";
-$a->strings["Photo Albums"] = "相册";
-$a->strings["Videos"] = "视频";
-$a->strings["Events and Calendar"] = "项目和日历";
-$a->strings["Personal Notes"] = "私人便条";
-$a->strings["Only You Can See This"] = "只您许看这个";
-$a->strings["General Features"] = "总的特点";
-$a->strings["Multiple Profiles"] = "多简介";
-$a->strings["Ability to create multiple profiles"] = "能穿凿多简介";
-$a->strings["Post Composition Features"] = "写文章特点";
-$a->strings["Richtext Editor"] = "富文本格式编辑";
-$a->strings["Enable richtext editor"] = "使富文本格式编辑可用";
-$a->strings["Post Preview"] = "文章预演";
-$a->strings["Allow previewing posts and comments before publishing them"] = "允许文章和评论出版前预演";
-$a->strings["Auto-mention Forums"] = "自动提示论坛";
-$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "添加/删除提示论坛页选择/淘汰在ACL窗户的时候。";
-$a->strings["Network Sidebar Widgets"] = "网络工具栏小窗口";
-$a->strings["Search by Date"] = "按日期搜索";
-$a->strings["Ability to select posts by date ranges"] = "能按时期范围选择文章";
-$a->strings["Group Filter"] = "组滤器";
-$a->strings["Enable widget to display Network posts only from selected group"] = "使光表示网络文章从选择的组小窗口";
-$a->strings["Network Filter"] = "网络滤器";
-$a->strings["Enable widget to display Network posts only from selected network"] = "使光表示网络文章从选择的网络小窗口";
-$a->strings["Saved Searches"] = "保存的搜索";
-$a->strings["Save search terms for re-use"] = "保存搜索关键为再用";
-$a->strings["Network Tabs"] = "网络分页";
-$a->strings["Network Personal Tab"] = "网络私人分页";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "使表示光网络文章您参加了分页可用";
-$a->strings["Network New Tab"] = "网络新分页";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "使表示光网络文章在12小时内分页可用";
-$a->strings["Network Shared Links Tab"] = "网络分享链接分页";
-$a->strings["Enable tab to display only Network posts with links in them"] = "使表示光网络文章包括链接分页可用";
-$a->strings["Post/Comment Tools"] = "文章/评论工具";
-$a->strings["Multiple Deletion"] = "多删除";
-$a->strings["Select and delete multiple posts/comments at once"] = "选择和删除多文章/评论一次";
-$a->strings["Edit Sent Posts"] = "编辑发送的文章";
-$a->strings["Edit and correct posts and comments after sending"] = "编辑或修改文章和评论发送后";
-$a->strings["Tagging"] = "标签";
-$a->strings["Ability to tag existing posts"] = "能把目前的文章标签";
-$a->strings["Post Categories"] = "文章种类";
-$a->strings["Add categories to your posts"] = "加入种类给您的文章";
-$a->strings["Saved Folders"] = "保存的文件夹";
-$a->strings["Ability to file posts under folders"] = "能把文章归档在文件夹 ";
-$a->strings["Dislike Posts"] = "不喜欢文章";
-$a->strings["Ability to dislike posts/comments"] = "能不喜欢文章/评论";
-$a->strings["Star Posts"] = "文章星";
-$a->strings["Ability to mark special posts with a star indicator"] = "能把优秀文章跟星标注";
-$a->strings["Mute Post Notifications"] = "";
-$a->strings["Ability to mute notifications for a thread"] = "";
-$a->strings["%s's birthday"] = "%s的生日";
-$a->strings["Happy Birthday %s"] = "生日快乐%s";
-$a->strings["[Name Withheld]"] = "[名字拒给]";
-$a->strings["Item not found."] = "项目找不到。";
-$a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?";
+$a->strings["Contact has been blocked"] = "熟人拦了";
+$a->strings["Contact has been unblocked"] = "熟人否拦了";
+$a->strings["Contact has been ignored"] = "熟人不理了";
+$a->strings["Contact has been unignored"] = "熟人否不理了";
+$a->strings["Contact has been archived"] = "把联系存档了";
+$a->strings["Contact has been unarchived"] = "把联系从存档拿来了";
+$a->strings["Do you really want to delete this contact?"] = "您真的想删除这个熟人吗?";
 $a->strings["Yes"] = "是";
 $a->strings["Cancel"] = "退消";
-$a->strings["Archives"] = "档案";
-$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."] = "一个删除的组用这名被复兴。现有的项目权利<strong>可能</strong>还效为这个组和未来的成员。如果这不是您想的,请造成新组给起别的名。";
-$a->strings["Default privacy group for new contacts"] = "默认隐私组为新熟人";
-$a->strings["Everybody"] = "每人";
-$a->strings["edit"] = "编辑";
-$a->strings["Groups"] = "组";
-$a->strings["Edit group"] = "编辑组";
-$a->strings["Create a new group"] = "创造新组";
-$a->strings["Contacts not in any group"] = "熟人没有组";
-$a->strings["add"] = "添加";
-$a->strings["Wall Photos"] = "墙照片";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」";
-$a->strings["Add New Contact"] = "增添新的熟人";
-$a->strings["Enter address or web location"] = "输入地址或网位置";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "比如:li@example.com, http://example.com/li";
-$a->strings["%d invitation available"] = array(
-       0 => "%d邀请可用的",
-);
-$a->strings["Find People"] = "找人物";
-$a->strings["Enter name or interest"] = "输入名字或兴趣";
-$a->strings["Connect/Follow"] = "连接/关注";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "比如:李某,打鱼";
-$a->strings["Find"] = "搜索";
-$a->strings["Random Profile"] = "随机简介";
-$a->strings["Networks"] = "网络";
-$a->strings["All Networks"] = "所有网络";
-$a->strings["Everything"] = "一切";
-$a->strings["Categories"] = "种类";
+$a->strings["Contact has been removed."] = "熟人删除了。";
+$a->strings["You are mutual friends with %s"] = "您和%s是共同朋友们";
+$a->strings["You are sharing with %s"] = "您分享给%s";
+$a->strings["%s is sharing with you"] = "%s给您分享";
+$a->strings["Private communications are not available for this contact."] = "没有私人的沟通跟这个熟人";
+$a->strings["Never"] = "从未";
+$a->strings["(Update was successful)"] = "(更新成功)";
+$a->strings["(Update was not successful)"] = "(更新不成功)";
+$a->strings["Suggest friends"] = "建议朋友们";
+$a->strings["Network type: %s"] = "网络种类: %s";
 $a->strings["%d contact in common"] = array(
        0 => "%d共同熟人",
 );
-$a->strings["Friendica Notification"] = "Friendica 通知";
-$a->strings["Thank You,"] = "谢谢,";
-$a->strings["%s Administrator"] = "%s管理员";
-$a->strings["noreply"] = "noreply";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify]收到新邮件在%s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s发给您新私人通知在%2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s发给您%2\$s.";
-$a->strings["a private message"] = "一条私人的消息";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "清去%s为了看或回答你私人的消息";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s于[url=%2\$s]a %3\$s[/url]评论了";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s于[url=%2\$s]%3\$s的%4\$s[/url]评论了";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s于[url=%2\$s]您的%3\$s[/url]评论了";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify]于交流#%1\$d由%2\$s评论";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s对你有兴趣的项目/ 交谈发表意见";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "清去%s为了看或回答交谈";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s贴在您的简介墙";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s放在您的简介墙在%2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s放在[url=%2\$s]您的墙[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s标签您";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s把您在%2\$s标签";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s[url=%2\$s]把您标签[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s分享新的消息";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s分享新的消息在%2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]分享一个消息[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify]您被%1\$s戳";
-$a->strings["%1\$s poked you at %2\$s"] = "您被%1\$s戳在%2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s]把您戳[/url]。";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s标前您的文章";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s把您的文章在%2\$s标签";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s把[url=%2\$s]您的文章[/url]标签";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] 收到介绍";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "您从「%1\$s」受到一个介绍在%2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "您从%2\$s收到[url=%1\$s]一个介绍[/url]。";
-$a->strings["You may visit their profile at %s"] = "你能看他的简介在%s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "请批准或拒绝介绍在%s";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "";
-$a->strings["[Friendica:Notify] You have a new follower"] = "";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] 收到朋友建议";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "您从「%2\$s」收到[url=%1\$s]一个朋友建议[/url]。";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "您从%3\$s收到[url=%1\$s]一个朋友建议[/url]为%2\$s。";
-$a->strings["Name:"] = "名字:";
-$a->strings["Photo:"] = "照片:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "请批准或拒绝建议在%s";
-$a->strings["[Friendica:Notify] Connection accepted"] = "";
-$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "";
-$a->strings["%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\n\twithout restriction."] = "";
-$a->strings["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."] = "";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "";
-$a->strings["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."] = "";
-$a->strings["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."] = "";
-$a->strings["User not found."] = "找不到用户";
-$a->strings["There is no status with this id."] = "没有什么状态跟这个ID";
-$a->strings["There is no conversation with this id."] = "没有这个ID的对话";
-$a->strings["view full size"] = "看全尺寸";
-$a->strings[" on Last.fm"] = "在Last.fm";
-$a->strings["Full Name:"] = "全名:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "生日:";
-$a->strings["Age:"] = "年纪:";
-$a->strings["for %1\$d %2\$s"] = "为%1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "性取向";
-$a->strings["Hometown:"] = "故乡:";
-$a->strings["Tags:"] = "标签:";
-$a->strings["Political Views:"] = "政治观念:";
-$a->strings["Religion:"] = "宗教:";
-$a->strings["About:"] = "关于:";
-$a->strings["Hobbies/Interests:"] = "爱好/兴趣";
-$a->strings["Likes:"] = "喜欢:";
-$a->strings["Dislikes:"] = "不喜欢:";
-$a->strings["Contact information and Social Networks:"] = "熟人消息和社会化网络";
-$a->strings["Musical interests:"] = "音乐兴趣:";
-$a->strings["Books, literature:"] = "书,文学";
-$a->strings["Television:"] = "电视:";
-$a->strings["Film/dance/culture/entertainment:"] = "电影/跳舞/文化/娱乐:";
-$a->strings["Love/Romance:"] = "爱情/浪漫";
-$a->strings["Work/employment:"] = "工作";
-$a->strings["School/education:"] = "学院/教育";
-$a->strings["Nothing new here"] = "这里没有什么新的";
-$a->strings["Clear notifications"] = "清理出通知";
-$a->strings["End this session"] = "结束这段时间";
-$a->strings["Your videos"] = "";
-$a->strings["Your personal notes"] = "";
-$a->strings["Sign in"] = "登记";
-$a->strings["Home Page"] = "主页";
-$a->strings["Create an account"] = "注册";
-$a->strings["Help"] = "帮助";
-$a->strings["Help and documentation"] = "帮助证件";
-$a->strings["Apps"] = "应用程序";
-$a->strings["Addon applications, utilities, games"] = "可加的应用,设施,游戏";
-$a->strings["Search"] = "搜索";
-$a->strings["Search site content"] = "搜索网站内容";
-$a->strings["Conversations on this site"] = "这个网站的交谈";
-$a->strings["Directory"] = "名录";
-$a->strings["People directory"] = "人物名录";
-$a->strings["Information"] = "资料";
-$a->strings["Information about this friendica instance"] = "资料关于这个Friendica服务器";
-$a->strings["Network"] = "网络";
-$a->strings["Conversations from your friends"] = "从你朋友们的交谈";
-$a->strings["Network Reset"] = "网络重设";
-$a->strings["Load Network page with no filters"] = "表示网络页无滤器";
-$a->strings["Introductions"] = "介绍";
-$a->strings["Friend Requests"] = "友谊邀请";
-$a->strings["Notifications"] = "通知";
-$a->strings["See all notifications"] = "看所有的通知";
-$a->strings["Mark all system notifications seen"] = "记号各系统通知看过的";
-$a->strings["Messages"] = "消息";
-$a->strings["Private mail"] = "私人的邮件";
-$a->strings["Inbox"] = "收件箱";
-$a->strings["Outbox"] = "发件箱";
-$a->strings["New Message"] = "新的消息";
-$a->strings["Manage"] = "代用户";
-$a->strings["Manage other pages"] = "管理别的页";
-$a->strings["Delegations"] = "代表";
-$a->strings["Delegate Page Management"] = "页代表管理";
-$a->strings["Account settings"] = "帐户配置";
-$a->strings["Manage/Edit Profiles"] = "管理/编辑简介";
-$a->strings["Manage/edit friends and contacts"] = "管理/编朋友们和熟人们";
-$a->strings["Admin"] = "管理";
-$a->strings["Site setup and configuration"] = "网站开办和配置";
-$a->strings["Navigation"] = "航行";
-$a->strings["Site map"] = "网站地图";
-$a->strings["Click here to upgrade."] = "这里点击为更新。";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "这个行动超过您订阅的限制。";
-$a->strings["This action is not available under your subscription plan."] = "这个行动在您的订阅不可用的。";
-$a->strings["Disallowed profile URL."] = "不允许的简介地址.";
-$a->strings["Connect URL missing."] = "连接URL失踪的。";
-$a->strings["This site is not configured to allow communications with other networks."] = "这网站没配置允许跟别的网络交流.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "没有兼容协议或者摘要找到了.";
-$a->strings["The profile address specified does not provide adequate information."] = "输入的简介地址没有够消息。";
-$a->strings["An author or name was not found."] = "找不到作者或名。";
-$a->strings["No browser URL could be matched to this address."] = "这个地址没有符合什么游览器URL。";
-$a->strings["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."] = "输入mailto:地址前为要求电子邮件检查。";
-$a->strings["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."] = "有限的简介。这人不会接受直达/私人通信从您。";
-$a->strings["Unable to retrieve contact information."] = "不能取回熟人消息。";
-$a->strings["following"] = "关注";
-$a->strings["Error decoding account file"] = "解码账户文件出错误";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "错误!文件没有版本数!这不是Friendica账户文件吗?";
-$a->strings["Error! Cannot check nickname"] = "错误!不能检查昵称";
-$a->strings["User '%s' already exists on this server!"] = "用户「%s」已经存在这个服务器!";
-$a->strings["User creation error"] = "用户创造错误";
-$a->strings["User profile creation error"] = "用户简介创造错误";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d熟人没进口了",
-);
-$a->strings["Done. You can now login with your username and password"] = "完了。您现在会用您用户名和密码登录";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "开始:";
-$a->strings["Finishes:"] = "结束:";
-$a->strings["stopped following"] = "结束关注了";
-$a->strings["Poke"] = "戳";
-$a->strings["View Status"] = "看现状";
-$a->strings["View Profile"] = "看简介";
-$a->strings["View Photos"] = "看照片";
-$a->strings["Network Posts"] = "网络文章";
-$a->strings["Edit Contact"] = "编辑熟人";
-$a->strings["Drop Contact"] = "删除熟人";
-$a->strings["Send PM"] = "法私人的新闻";
-$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."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "";
-$a->strings["Errors encountered creating database tables."] = "造成数据库列表相遇错误。";
-$a->strings["Errors encountered performing database changes."] = "";
-$a->strings["Miscellaneous"] = "形形色色";
-$a->strings["year"] = "年";
-$a->strings["month"] = "月";
-$a->strings["day"] = "日";
-$a->strings["never"] = "从未";
-$a->strings["less than a second ago"] = "一秒以内";
-$a->strings["years"] = "年";
-$a->strings["months"] = "月";
-$a->strings["week"] = "星期";
-$a->strings["weeks"] = "星期";
-$a->strings["days"] = "天";
-$a->strings["hour"] = "小时";
-$a->strings["hours"] = "小时";
-$a->strings["minute"] = "分钟";
-$a->strings["minutes"] = "分钟";
-$a->strings["second"] = "秒";
-$a->strings["seconds"] = "秒";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s以前";
-$a->strings["[no subject]"] = "[无题目]";
-$a->strings["(no subject)"] = "沒有题目";
-$a->strings["Unknown | Not categorised"] = "未知的 |无分类";
-$a->strings["Block immediately"] = "立即拦";
-$a->strings["Shady, spammer, self-marketer"] = "可疑,发垃圾者,自市场开发者";
-$a->strings["Known to me, but no opinion"] = "我认识,但没有意见";
-$a->strings["OK, probably harmless"] = "行,大概无恶意的";
-$a->strings["Reputable, has my trust"] = "可信的,有我的信任";
-$a->strings["Frequently"] = "时常";
-$a->strings["Hourly"] = "每小时";
-$a->strings["Twice daily"] = "每日两次";
-$a->strings["Daily"] = "每日";
-$a->strings["Weekly"] = "每周";
-$a->strings["Monthly"] = "每月";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["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连接";
-$a->strings["Statusnet"] = "Statusnet";
-$a->strings["App.net"] = "";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友";
-$a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络";
-$a->strings["Attachments:"] = "附件:";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s不喜欢%2\$s的%3\$s";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳";
-$a->strings["poked"] = "戳了";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s现在是%2\$s";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$s";
-$a->strings["post/item"] = "文章/项目";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s标注%2\$s的%3\$s为偏爱";
-$a->strings["Select"] = "选择";
+$a->strings["View all contacts"] = "看所有的熟人";
+$a->strings["Unblock"] = "不拦";
+$a->strings["Block"] = "拦";
+$a->strings["Toggle Blocked status"] = "交替拦配置";
+$a->strings["Unignore"] = "停不理";
+$a->strings["Ignore"] = "忽视";
+$a->strings["Toggle Ignored status"] = "交替忽视现状";
+$a->strings["Unarchive"] = "从存档拿来";
+$a->strings["Archive"] = "存档";
+$a->strings["Toggle Archive status"] = "交替档案现状";
+$a->strings["Repair"] = "维修";
+$a->strings["Advanced Contact Settings"] = "专家熟人设置";
+$a->strings["Communications lost with this contact!"] = "联系跟这个熟人断开了!";
+$a->strings["Contact Editor"] = "熟人编器";
+$a->strings["Submit"] = "提交";
+$a->strings["Profile Visibility"] = "简历可见量";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。";
+$a->strings["Contact Information / Notes"] = "熟人信息/便条";
+$a->strings["Edit contact notes"] = "编辑熟人便条";
+$a->strings["Visit %s's profile [%s]"] = "看%s的简介[%s]";
+$a->strings["Block/Unblock contact"] = "拦/否拦熟人";
+$a->strings["Ignore contact"] = "忽视熟人";
+$a->strings["Repair URL settings"] = "维修URL设置";
+$a->strings["View conversations"] = "看交流";
+$a->strings["Delete contact"] = "删除熟人";
+$a->strings["Last update:"] = "上个更新:";
+$a->strings["Update public posts"] = "更新公开文章";
+$a->strings["Update now"] = "现在更新";
+$a->strings["Currently blocked"] = "现在拦的";
+$a->strings["Currently ignored"] = "现在不理的";
+$a->strings["Currently archived"] = "现在存档着";
+$a->strings["Hide this contact from others"] = "隐藏这个熟人给别人";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "回答/喜欢关您公开文章<strong>会</strong>还可见的";
+$a->strings["Notification for new posts"] = "新消息提示";
+$a->strings["Send a notification of every new post of this contact"] = "发提示在所有这个联络的新消息";
+$a->strings["Fetch further information for feeds"] = "拿文源别的消息";
+$a->strings["Disabled"] = "已停用";
+$a->strings["Fetch information"] = "取消息";
+$a->strings["Fetch information and keywords"] = "取消息和关键词";
+$a->strings["Blacklisted keywords"] = "黑名单关键词";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。";
+$a->strings["Suggestions"] = "建议";
+$a->strings["Suggest potential friends"] = "建议潜在朋友们";
+$a->strings["All Contacts"] = "所有的熟人";
+$a->strings["Show all contacts"] = "表示所有的熟人";
+$a->strings["Unblocked"] = "不拦了";
+$a->strings["Only show unblocked contacts"] = "只表示不拦的熟人";
+$a->strings["Blocked"] = "拦了";
+$a->strings["Only show blocked contacts"] = "只表示拦的熟人";
+$a->strings["Ignored"] = "忽视的";
+$a->strings["Only show ignored contacts"] = "只表示忽视的熟人";
+$a->strings["Archived"] = "在存档";
+$a->strings["Only show archived contacts"] = "只表示档案熟人";
+$a->strings["Hidden"] = "隐藏的";
+$a->strings["Only show hidden contacts"] = "只表示隐藏的熟人";
+$a->strings["Mutual Friendship"] = "共同友谊";
+$a->strings["is a fan of yours"] = "是您迷";
+$a->strings["you are a fan of"] = "你喜欢";
+$a->strings["Edit contact"] = "编熟人";
+$a->strings["Contacts"] = "熟人";
+$a->strings["Search your contacts"] = "搜索您的熟人";
+$a->strings["Finding: "] = "找着:";
+$a->strings["Find"] = "搜索";
+$a->strings["Update"] = "更新";
 $a->strings["Delete"] = "删除";
-$a->strings["View %s's profile @ %s"] = "看%s的简介@ %s";
-$a->strings["Categories:"] = "种类:";
-$a->strings["Filed under:"] = "归档在:";
-$a->strings["%s from %s"] = "%s从%s";
-$a->strings["View in context"] = "看在上下文";
-$a->strings["Please wait"] = "请等一下";
-$a->strings["remove"] = "删除";
-$a->strings["Delete Selected Items"] = "删除选的项目";
-$a->strings["Follow Thread"] = "关注线绳";
-$a->strings["%s likes this."] = "%s喜欢这个.";
-$a->strings["%s doesn't like this."] = "%s没有喜欢这个.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d人们</span>喜欢这个";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d人们</span>不喜欢这个";
-$a->strings["and"] = "和";
-$a->strings[", and %d other people"] = ",和%d别人";
-$a->strings["%s like this."] = "%s喜欢这个";
-$a->strings["%s don't like this."] = "%s不喜欢这个";
-$a->strings["Visible to <strong>everybody</strong>"] = "<strong>大家</strong>可见的";
-$a->strings["Please enter a link URL:"] = "请输入环节URL:";
-$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:";
-$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:";
-$a->strings["Tag term:"] = "标签:";
+$a->strings["No profile"] = "无简介";
+$a->strings["Manage Identities and/or Pages"] = "管理身份或页";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "交替不同同一人或社会/组页合用您的账户或给您「管理」批准";
+$a->strings["Select an identity to manage: "] = "选择同一个人管理:";
+$a->strings["Post successful."] = "评论发表了。";
+$a->strings["Permission denied"] = "权限不够";
+$a->strings["Invalid profile identifier."] = "无限的简介标识符。";
+$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。";
+$a->strings["Profile"] = "简介";
+$a->strings["Click on a contact to add or remove."] = "点击熟人为添加或删除。";
+$a->strings["Visible To"] = "能见被";
+$a->strings["All Contacts (with secure profile access)"] = "所有熟人(跟安全地简介使用权)";
+$a->strings["Item not found."] = "项目找不到。";
+$a->strings["Public access denied."] = "公众看拒绝";
+$a->strings["Access to this profile has been restricted."] = "使用权这个简介被限制了.";
+$a->strings["Item has been removed."] = "项目被删除了。";
+$a->strings["Welcome to Friendica"] = "Friendica欢迎你";
+$a->strings["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."] = "我们想提高几个建议和超链接为让你的经历愉快。点击一个项目为了访问相应的网页。你最初登记两周以上一个环节到这儿来在你的首页,然后悄声地消失。";
+$a->strings["Getting Started"] = "开始方法";
+$a->strings["Friendica Walk-Through"] = "Friendica游览";
+$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."] = "在您的<em>快开始</em>页-看段介绍您的简介和网络分页,结新联系,而找新组为加入。";
+$a->strings["Settings"] = "配置";
+$a->strings["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."] = "在你的<em>设置</em>页 - 改变你的最初的密码。也记住你的客户地址。这好像一个电子邮件地址,是用于在自由社会化网络交朋友们有用的。";
+$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."] = "校对别的设置,特别隐私设置。一个未出版的目录项目是跟未出版的电话号码一样。平时,你可能应该出版你的目录项目-除非都你的朋友们和可交的朋友们已经知道确切地怎么找你。";
+$a->strings["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."] = "上传一张简历照片除非你已经做过。研究表明有真正自己的照片的人比没有的交朋友们可能多十倍。";
+$a->strings["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."] = "随意编你的<strong>公开的</strong>简历。评论设置为藏起来你的朋友表和简历过陌生来客。";
+$a->strings["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."] = "指定一些公开关键字在您的默认简介描述您兴趣。我们可能找得了别人有相似兴趣和建议友谊。";
+$a->strings["Connecting"] = "连接着";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "要是你有一个Facebook账户,批准Facebook插销。我们来(可选的)进口都你Facebook朋友们和交谈。";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>要是</em>这是你的私利服务器,安装Facebook插件会把你的过渡到自由社会化网络自在一点。";
+$a->strings["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"] = "输入你电子邮件使用信息在插销设置页,要是你想用你的电子邮件进口和互动朋友们或邮件表。";
+$a->strings["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."] = "您熟人页是您门口为管理熟人和连接朋友们在别的网络。典型您输入他的地址或者网站URL在<em>添加新熟人</em>对话框。";
+$a->strings["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."] = "目录页让您找别人在这个网络或别的同盟的网站。找一个<em>连接</em>或<em>关注</em>按钮在他们的简介页。您被要求的话,提供您自己的同一个人地址。";
+$a->strings["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."] = "在熟人页的工具栏有一些工具为找新朋友们。我们会使人们相配按名或兴趣,和以网络关系作为提醒建议的根据。在新网站,朋友建议平常开始24小时后。";
+$a->strings["Groups"] = "组";
+$a->strings["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."] = "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。";
+$a->strings["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尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。";
+$a->strings["Getting Help"] = "怎么获得帮助";
+$a->strings["Go to the Help Section"] = "看帮助部分";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID协议错误。没ID还。 ";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "找不到账户和OpenID注册不允许。";
+$a->strings["Login failed."] = "登记失败了。";
+$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。";
+$a->strings["Profile Photos"] = "简介照片";
+$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。";
+$a->strings["Unable to process image"] = "不能处理照片";
+$a->strings["Image exceeds size limit of %d"] = "图像超标最大极限尺寸 %d";
+$a->strings["Unable to process image."] = "处理不了图像.";
+$a->strings["Upload File:"] = "上传文件:";
+$a->strings["Select a profile:"] = "选择一个简介";
+$a->strings["Upload"] = "上传";
+$a->strings["or"] = "或者";
+$a->strings["skip this step"] = "略过这步";
+$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。";
+$a->strings["Crop Image"] = "修剪照片";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。";
+$a->strings["Done Editing"] = "编完了";
+$a->strings["Image uploaded successfully."] = "照片成功地上传了";
+$a->strings["Image upload failed."] = "图像上载失败了.";
+$a->strings["photo"] = "照片";
+$a->strings["status"] = "现状";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s";
+$a->strings["Tag removed"] = "标签去除了";
+$a->strings["Remove Item Tag"] = "去除项目标签";
+$a->strings["Select a tag to remove: "] = "选择标签去除";
+$a->strings["Remove"] = "移走";
 $a->strings["Save to Folder:"] = "保存再文件夹:";
-$a->strings["Where are you right now?"] = "你在哪里?";
-$a->strings["Delete item(s)?"] = "把项目删除吗?";
-$a->strings["Post to Email"] = "电邮发布";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
-$a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?";
-$a->strings["Share"] = "分享";
-$a->strings["Upload photo"] = "上传照片";
-$a->strings["upload photo"] = "上传照片";
-$a->strings["Attach file"] = "附上文件";
-$a->strings["attach file"] = "附上文件";
-$a->strings["Insert web link"] = "插入网页环节";
-$a->strings["web link"] = "网页环节";
-$a->strings["Insert video link"] = "插入视频环节";
-$a->strings["video link"] = "视频环节";
-$a->strings["Insert audio link"] = "插入录音环节";
-$a->strings["audio link"] = "录音环节";
-$a->strings["Set your location"] = "设定您的位置";
-$a->strings["set location"] = "指定位置";
-$a->strings["Clear browser location"] = "清空浏览器位置";
-$a->strings["clear location"] = "清理出位置";
-$a->strings["Set title"] = "指定标题";
-$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)";
-$a->strings["Permission settings"] = "权设置";
-$a->strings["permissions"] = "权利";
-$a->strings["CC: email addresses"] = "抄送: 电子邮件地址";
-$a->strings["Public post"] = "公开的消息";
-$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com";
-$a->strings["Preview"] = "预演";
-$a->strings["Post to Groups"] = "发到组";
-$a->strings["Post to Contacts"] = "发到熟人";
-$a->strings["Private post"] = "私人文章";
-$a->strings["newer"] = "更新";
-$a->strings["older"] = "更旧";
-$a->strings["prev"] = "上个";
-$a->strings["first"] = "首先";
-$a->strings["last"] = "最后";
-$a->strings["next"] = "下个";
-$a->strings["No contacts"] = "没有熟人";
-$a->strings["%d Contact"] = array(
-       0 => "%d熟人",
-);
-$a->strings["View Contacts"] = "看熟人";
+$a->strings["- select -"] = "-选择-";
 $a->strings["Save"] = "保存";
-$a->strings["poke"] = "戳";
-$a->strings["ping"] = "砰";
-$a->strings["pinged"] = "砰了";
-$a->strings["prod"] = "柔戳";
-$a->strings["prodded"] = "柔戳了";
-$a->strings["slap"] = "掌击";
-$a->strings["slapped"] = "掌击了";
-$a->strings["finger"] = "指";
-$a->strings["fingered"] = "指了";
-$a->strings["rebuff"] = "窝脖儿";
-$a->strings["rebuffed"] = "窝脖儿了";
-$a->strings["happy"] = "开心";
-$a->strings["sad"] = "伤心";
-$a->strings["mellow"] = "轻松";
-$a->strings["tired"] = "累";
-$a->strings["perky"] = "机敏";
-$a->strings["angry"] = "生气";
-$a->strings["stupified"] = "麻醉";
-$a->strings["puzzled"] = "纳闷";
-$a->strings["interested"] = "有兴趣";
-$a->strings["bitter"] = "苦";
-$a->strings["cheerful"] = "快乐";
-$a->strings["alive"] = "活着";
-$a->strings["annoyed"] = "被烦恼";
-$a->strings["anxious"] = "心焦";
-$a->strings["cranky"] = "不稳";
-$a->strings["disturbed"] = "不安";
-$a->strings["frustrated"] = "被作梗";
-$a->strings["motivated"] = "士气高涨";
-$a->strings["relaxed"] = "轻松";
-$a->strings["surprised"] = "诧异";
-$a->strings["Monday"] = "星期一";
-$a->strings["Tuesday"] = "星期二";
-$a->strings["Wednesday"] = "星期三";
-$a->strings["Thursday"] = "星期四";
-$a->strings["Friday"] = "星期五";
-$a->strings["Saturday"] = "星期六";
-$a->strings["Sunday"] = "星期天";
-$a->strings["January"] = "一月";
-$a->strings["February"] = "二月";
-$a->strings["March"] = "三月";
-$a->strings["April"] = "四月";
-$a->strings["May"] = "五月";
-$a->strings["June"] = "六月";
-$a->strings["July"] = "七月";
-$a->strings["August"] = "八月";
-$a->strings["September"] = "九月";
-$a->strings["October"] = "十月";
-$a->strings["November"] = "十一月";
-$a->strings["December"] = "十二月";
+$a->strings["Contact added"] = "熟人添了";
+$a->strings["Unable to locate original post."] = "找不到当初的新闻";
+$a->strings["Empty post discarded."] = "空心的新闻丢弃了";
+$a->strings["Wall Photos"] = "墙照片";
+$a->strings["System error. Post not saved."] = "系统错误。x";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。";
+$a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s";
+$a->strings["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贴上一个新闻。";
+$a->strings["Group created."] = "组造成了。";
+$a->strings["Could not create group."] = "不能造成组。";
+$a->strings["Group not found."] = "组找不到。";
+$a->strings["Group name changed."] = "组名变化了。";
+$a->strings["Save Group"] = "保存组";
+$a->strings["Create a group of contacts/friends."] = "造成组熟人/朋友们。";
+$a->strings["Group Name: "] = "组名:";
+$a->strings["Group removed."] = "组删除了。";
+$a->strings["Unable to remove group."] = "不能删除组。";
+$a->strings["Group Editor"] = "组编辑器";
+$a->strings["Members"] = "成员";
+$a->strings["You must be logged in to use addons. "] = "您用插件前要登录";
+$a->strings["Applications"] = "应用";
+$a->strings["No installed applications."] = "没有安装的应用";
+$a->strings["Profile not found."] = "找不到简介。";
+$a->strings["Contact not found."] = "没找到熟人。";
+$a->strings["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."] = "遥网站的回答明白不了。";
+$a->strings["Unexpected response from remote site: "] = "居然回答从遥网站:";
+$a->strings["Confirmation completed successfully."] = "确认成功完成。";
+$a->strings["Remote site reported: "] = "遥网站报案:";
+$a->strings["Temporary failure. Please wait and try again."] = "临时失败。请等一会,再试。";
+$a->strings["Introduction failed or was revoked."] = "介绍失败或被吊销。";
+$a->strings["Unable to set contact photo."] = "不会指定熟人照片。";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友";
+$a->strings["No user record found for '%s' "] = "找不到「%s」的用户记录";
+$a->strings["Our site encryption key is apparently messed up."] = "看起来我们的加密钥匙失灵了。";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "空的URL供应,或URL解不了码。";
+$a->strings["Contact record was not found for you on our site."] = "熟人记录在我们的网站找不了。";
+$a->strings["Site public key not available in contact record for URL %s."] = "没有网站公开钥匙在熟人记录在URL%s。";
+$a->strings["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."] = "不能创作您的熟人证件在我们的系统。";
+$a->strings["Unable to update your contact profile details on our system"] = "不能更新您的熟人简介消息在我们的系统";
+$a->strings["[Name Withheld]"] = "[名字拒给]";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s加入%2\$s了";
+$a->strings["Requested profile is not available."] = "要求的简介联系不上的。";
+$a->strings["Tips for New Members"] = "提示对新成员";
+$a->strings["No videos selected"] = "没选择的视频";
+$a->strings["Access to this item is restricted."] = "这个项目使用权限的。";
 $a->strings["View Video"] = "看视频";
-$a->strings["bytes"] = "字节";
-$a->strings["Click to open/close"] = "点击为开关";
-$a->strings["link to source"] = "链接到来源";
-$a->strings["default"] = "默认";
-$a->strings["Select an alternate language"] = "选择别的语言";
-$a->strings["activity"] = "活动";
-$a->strings["comment"] = array(
-       0 => "评论",
-);
-$a->strings["post"] = "文章";
-$a->strings["Item filed"] = "把项目归档了";
-$a->strings["Logged out."] = "注销了";
-$a->strings["Login failed."] = "登记失败了。";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。";
-$a->strings["The error message was:"] = "错误通知是:";
-$a->strings["Image/photo"] = "图像/照片";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
-$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a>写了下面的<a href=\"%s\" target=\"_blank\">消息</a>";
-$a->strings["$1 wrote:"] = "$1写:";
-$a->strings["Encrypted content"] = "加密的内容";
-$a->strings["Welcome "] = "欢迎";
-$a->strings["Please upload a profile photo."] = "请上传一张简介照片";
-$a->strings["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."] = "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。";
-$a->strings["Embedded content"] = "嵌入内容";
-$a->strings["Embedding disabled"] = "嵌入不能用";
-$a->strings["Male"] = "男的";
-$a->strings["Female"] = "女的";
-$a->strings["Currently Male"] = "现在男的";
-$a->strings["Currently Female"] = "现在女的";
-$a->strings["Mostly Male"] = "主要男的";
-$a->strings["Mostly Female"] = "主要女的";
-$a->strings["Transgender"] = "跨性別";
-$a->strings["Intersex"] = "阴阳人";
-$a->strings["Transsexual"] = "”转基因“人";
-$a->strings["Hermaphrodite"] = "两性体";
-$a->strings["Neuter"] = "中性的";
-$a->strings["Non-specific"] = "不明确的";
-$a->strings["Other"] = "别的";
-$a->strings["Undecided"] = "未决";
-$a->strings["Males"] = "男人";
-$a->strings["Females"] = "女人";
-$a->strings["Gay"] = "男同性恋的";
-$a->strings["Lesbian"] = "女同性恋的";
-$a->strings["No Preference"] = "无偏爱";
-$a->strings["Bisexual"] = "双性恋的";
-$a->strings["Autosexual"] = "自性的";
-$a->strings["Abstinent"] = "有节制的";
-$a->strings["Virgin"] = "原始的";
-$a->strings["Deviant"] = "变态";
-$a->strings["Fetish"] = "恋物对象";
-$a->strings["Oodles"] = "多多";
-$a->strings["Nonsexual"] = "无性";
-$a->strings["Single"] = "单身";
-$a->strings["Lonely"] = "寂寞";
-$a->strings["Available"] = "单身的";
-$a->strings["Unavailable"] = "不可获得的";
-$a->strings["Has crush"] = "迷恋";
-$a->strings["Infatuated"] = "痴迷";
-$a->strings["Dating"] = "约会";
-$a->strings["Unfaithful"] = "外遇";
-$a->strings["Sex Addict"] = "性交因成瘾者";
-$a->strings["Friends"] = "朋友";
-$a->strings["Friends/Benefits"] = "朋友/益";
-$a->strings["Casual"] = "休闲";
-$a->strings["Engaged"] = "已订婚的";
-$a->strings["Married"] = "结婚";
-$a->strings["Imaginarily married"] = "想像结婚";
-$a->strings["Partners"] = "伴侣";
-$a->strings["Cohabiting"] = "同居";
-$a->strings["Common law"] = "普通法结婚";
-$a->strings["Happy"] = "幸福";
-$a->strings["Not looking"] = "没找";
-$a->strings["Swinger"] = "交换性伴侣的";
-$a->strings["Betrayed"] = "被背叛";
-$a->strings["Separated"] = "分手";
-$a->strings["Unstable"] = "不稳";
-$a->strings["Divorced"] = "离婚";
-$a->strings["Imaginarily divorced"] = "想像离婚";
-$a->strings["Widowed"] = "寡妇";
-$a->strings["Uncertain"] = "不确定";
-$a->strings["It's complicated"] = "是复杂";
-$a->strings["Don't care"] = "无所谓";
-$a->strings["Ask me"] = "问我";
-$a->strings["An invitation is required."] = "邀请必要的。";
-$a->strings["Invitation could not be verified."] = "不能证实邀请。";
-$a->strings["Invalid OpenID url"] = "无效的OpenID url";
-$a->strings["Please enter the required information."] = "请输入必要的信息。";
-$a->strings["Please use a shorter name."] = "请用短一点名。";
-$a->strings["Name too short."] = "名字太短。";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "这看上去不是您的全姓名。";
-$a->strings["Your email domain is not among those allowed on this site."] = "这网站允许的域名中没有您的";
-$a->strings["Not a valid email address."] = "无效的邮件地址。";
-$a->strings["Cannot use that email."] = "不能用这个邮件地址。";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "您的昵称只能包含\"a-z\",\"0-9\",\"-\"和\"_\",还有头一字必须是拉丁字。";
-$a->strings["Nickname is already registered. Please choose another."] = "昵称已经报到。请选择新的。";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "昵称曾经这里注册于是不能再用。请选择别的。";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "要紧错误:产生安全钥匙失败了。";
-$a->strings["An error occurred during registration. Please try again."] = "报到出了问题。请再试。";
-$a->strings["An error occurred creating your default profile. Please try again."] = "造成默认简介出了问题。请再试。";
-$a->strings["\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$\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."] = "";
-$a->strings["Registration details for %s"] = "注册信息为%s";
-$a->strings["Visible to everybody"] = "任何人可见的";
-$a->strings["This entry was edited"] = "这个文章被编辑了";
-$a->strings["Private Message"] = "私人的新闻";
-$a->strings["Edit"] = "编辑";
-$a->strings["save to folder"] = "保存在文件夹";
-$a->strings["add star"] = "加星";
-$a->strings["remove star"] = "消星";
-$a->strings["toggle star status"] = "转变星现状";
-$a->strings["starred"] = "被贴星";
-$a->strings["ignore thread"] = "";
-$a->strings["unignore thread"] = "";
-$a->strings["toggle ignore status"] = "";
-$a->strings["ignored"] = "";
-$a->strings["add tag"] = "加标签";
-$a->strings["I like this (toggle)"] = "我喜欢这(交替)";
-$a->strings["like"] = "喜欢";
-$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)";
-$a->strings["dislike"] = "讨厌";
-$a->strings["Share this"] = "分享这个";
-$a->strings["share"] = "分享";
-$a->strings["to"] = "至";
-$a->strings["via"] = "经过";
-$a->strings["Wall-to-Wall"] = "从墙到墙";
-$a->strings["via Wall-To-Wall:"] = "通过从墙到墙";
-$a->strings["%d comment"] = array(
-       0 => "%d评论",
-);
-$a->strings["This is you"] = "这是你";
-$a->strings["Bold"] = "粗体字 ";
-$a->strings["Italic"] = "斜体 ";
-$a->strings["Underline"] = "下划线";
-$a->strings["Quote"] = "引语";
-$a->strings["Code"] = "源代码";
-$a->strings["Image"] = "图片";
-$a->strings["Link"] = "环节";
-$a->strings["Video"] = "录像";
-$a->strings["Item not available."] = "项目不可用的";
-$a->strings["Item was not found."] = "找不到项目。";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。";
-$a->strings["No recipient selected."] = "没有选择的接受者。";
-$a->strings["Unable to check your home location."] = "核对不了您的主页。";
-$a->strings["Message could not be sent."] = "消息发不了。";
-$a->strings["Message collection failure."] = "通信受到错误。";
-$a->strings["Message sent."] = "消息发了";
-$a->strings["No recipient."] = "没有接受者。";
-$a->strings["Send Private Message"] = "发私人的通信";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。";
-$a->strings["To:"] = "到:";
-$a->strings["Subject:"] = "题目:";
-$a->strings["Your message:"] = "你的消息:";
-$a->strings["Group created."] = "组造成了。";
-$a->strings["Could not create group."] = "不能造成组。";
-$a->strings["Group not found."] = "组找不到。";
-$a->strings["Group name changed."] = "组名变化了。";
-$a->strings["Save Group"] = "保存组";
-$a->strings["Create a group of contacts/friends."] = "造成组熟人/朋友们。";
-$a->strings["Group Name: "] = "组名:";
-$a->strings["Group removed."] = "组删除了。";
-$a->strings["Unable to remove group."] = "不能删除组。";
-$a->strings["Group Editor"] = "组编辑器";
-$a->strings["Members"] = "成员";
-$a->strings["All Contacts"] = "所有的熟人";
-$a->strings["Click on a contact to add or remove."] = "点击熟人为添加或删除。";
-$a->strings["No potential page delegates located."] = "找不到可能代表页人。";
-$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."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。";
-$a->strings["Existing Page Managers"] = "目前页管理员";
-$a->strings["Existing Page Delegates"] = "目前页代表";
-$a->strings["Potential Delegates"] = "潜力的代表";
-$a->strings["Remove"] = "移走";
-$a->strings["Add"] = "加";
-$a->strings["No entries."] = "没有项目。";
+$a->strings["View Album"] = "看照片册";
+$a->strings["Recent Videos"] = "最近视频";
+$a->strings["Upload New Videos"] = "上传新视频";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$s";
+$a->strings["Friend suggestion sent."] = "朋友建议发送了。";
+$a->strings["Suggest Friends"] = "建议朋友们";
+$a->strings["Suggest a friend for %s"] = "建议朋友给%s";
+$a->strings["No valid account found."] = "找不到效的账户。";
+$a->strings["Password reset request issued. 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\t亲爱的%1\$s,\n\t\t\t最近\"%2\$s\"收到重设你账号密码要求。为了验证此要求,请点击\n\t\t下面的链接或者粘贴在浏览器。\n\n\t\t如果你没请求这个变化,请别点击并忽视或删除这个邮件。\n\n\t\t你的密码将不改变除非我们验证这个请求是由你发地。";
+$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\t点击西面的链接为验证你的身份:\n\n\t\t%1\$s\n\n\t\t你将收一个邮件包括新的密码。登录之后你能改密码在设置页面。\n\n\t\t登录消息是:\n\n\t\t网站地址:\t%2\$s\n\t\t用户名:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。";
+$a->strings["Password Reset"] = "复位密码";
+$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。";
+$a->strings["Your new password is"] = "你的新的密码是";
+$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后";
+$a->strings["click here to login"] = "在这儿点击";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "您的密码能被变化从<em>设置</em>页成功登记后。";
+$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\t亲戚的%1\$s,\n\t\t\t\t\t你的密码于你的要求被改了。请保存这个消息或者\n\t\t\t\t立刻改密码成什么容易回忆的。\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\t你的登录消息是:\n\n\t\t\t\t网站地址:%1\$s\n\t\t\t\t用户名:%2\$s\n\t\t\t\t密码:%3\$s\n\n\t\t\t\t登录后你能改密码在设置页面。\n\t\t\t";
+$a->strings["Your password has been changed at %s"] = "您密码被变化在%s";
+$a->strings["Forgot your Password?"] = "忘记你的密码吗?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。";
+$a->strings["Nickname or Email: "] = "昵称或邮件地址:";
+$a->strings["Reset"] = "复位";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s喜欢%2\$s的%3\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s不喜欢%2\$s的%3\$s";
+$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友";
+$a->strings["{0} sent you a message"] = "{0}发给您一个通信";
+$a->strings["{0} requested registration"] = "{0}要求注册";
+$a->strings["{0} commented %s's post"] = "{0}对%s的文章发表意见";
+$a->strings["{0} liked %s's post"] = "{0}喜欢%s的文章";
+$a->strings["{0} disliked %s's post"] = "{0}不喜欢%s的文章";
+$a->strings["{0} is now friends with %s"] = "{0}成为%s的朋友";
+$a->strings["{0} posted"] = "{0}陈列";
+$a->strings["{0} tagged %s's post with #%s"] = "{0}用#%s标签%s的文章";
+$a->strings["{0} mentioned you in a post"] = "{0}提到您在文章";
+$a->strings["No contacts."] = "没有熟人。";
+$a->strings["View Contacts"] = "看熟人";
 $a->strings["Invalid request identifier."] = "无效要求身份号。";
 $a->strings["Discard"] = "丢弃";
-$a->strings["Ignore"] = "忽视";
 $a->strings["System"] = "系统";
+$a->strings["Network"] = "网络";
 $a->strings["Personal"] = "私人";
+$a->strings["Home"] = "主页";
+$a->strings["Introductions"] = "介绍";
 $a->strings["Show Ignored Requests"] = "显示不理的要求";
 $a->strings["Hide Ignored Requests"] = "隐藏不理的要求";
 $a->strings["Notification type: "] = "通知种类:";
 $a->strings["Friend Suggestion"] = "朋友建议";
 $a->strings["suggested by %s"] = "由%s建议的";
-$a->strings["Hide this contact from others"] = "隐藏这个熟人给别人";
 $a->strings["Post a new friend activity"] = "表新朋友活动";
 $a->strings["if applicable"] = "或适用";
 $a->strings["Approve"] = "批准";
@@ -748,6 +297,7 @@ $a->strings["Fan/Admirer"] = "迷/赞赏者";
 $a->strings["Friend/Connect Request"] = "友谊/联络要求";
 $a->strings["New Follower"] = "新关注者:";
 $a->strings["No introductions."] = "没有介绍。";
+$a->strings["Notifications"] = "通知";
 $a->strings["%s liked %s's post"] = "%s喜欢了%s的消息";
 $a->strings["%s disliked %s's post"] = "%s不喜欢了%s的消息";
 $a->strings["%s is now friends with %s"] = "%s成为%s的朋友";
@@ -761,349 +311,93 @@ $a->strings["No more personal notifications."] = "没有别的私人通信。";
 $a->strings["Personal Notifications"] = "私人通知";
 $a->strings["No more home notifications."] = "没有别的家通信。";
 $a->strings["Home Notifications"] = "主页通知";
-$a->strings["No profile"] = "无简介";
-$a->strings["everybody"] = "每人";
-$a->strings["Account"] = "帐户";
-$a->strings["Additional features"] = "附加的特点";
-$a->strings["Display"] = "显示";
-$a->strings["Social Networks"] = "社会化网络";
-$a->strings["Plugins"] = "插件";
-$a->strings["Connected apps"] = "连接着应用";
-$a->strings["Export personal data"] = "出口私人信息";
-$a->strings["Remove account"] = "删除账户";
-$a->strings["Missing some important data!"] = "有的重要信息失踪的!";
-$a->strings["Update"] = "更新";
-$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"] = "调动信息寄给您的熟人";
-$a->strings["Passwords do not match. Password unchanged."] = "密码们不相配。密码没未改变的。";
-$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["Save Settings"] = "保存设置";
-$a->strings["Name"] = "名字";
-$a->strings["Consumer Key"] = "钥匙(Consumer Key)";
-$a->strings["Consumer Secret"] = "密码(Consumer Secret)";
-$a->strings["Redirect"] = "重定向";
-$a->strings["Icon url"] = "图符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["Off"] = "关";
-$a->strings["On"] = "开";
-$a->strings["Additional Features"] = "附加的特点";
-$a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s";
-$a->strings["enabled"] = "能够做的";
-$a->strings["disabled"] = "使不能用";
-$a->strings["StatusNet"] = "StatusNet";
-$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:"] = "IMAP服务器名字:";
-$a->strings["IMAP port:"] = "IMAP服务器端口:";
-$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["Mark as seen"] = "标注看过";
-$a->strings["Move to folder"] = "搬到文件夹";
-$a->strings["Move to folder:"] = "搬到文件夹:";
-$a->strings["No special theme for mobile devices"] = "没专门适合手机的主题";
-$a->strings["Display Settings"] = "表示设置";
-$a->strings["Display Theme:"] = "显示主题:";
-$a->strings["Mobile Theme:"] = "手机主题:";
-$a->strings["Update browser every xx seconds"] = "更新游览器每XX秒";
-$a->strings["Minimum of 10 seconds, no maximum"] = "最小10秒,没有上限";
-$a->strings["Number of items to display per page:"] = "每页表示多少项目:";
-$a->strings["Maximum of 100 items"] = "最多100项目";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "用手机看一页展示多少项目:";
-$a->strings["Don't show emoticons"] = "别表示请表符号";
-$a->strings["Don't show notices"] = "别表提示";
-$a->strings["Infinite scroll"] = "无限的滚动";
-$a->strings["Automatic updates only at the top of the network page"] = "";
-$a->strings["User Types"] = "";
-$a->strings["Community Types"] = "";
-$a->strings["Normal Account Page"] = "平常账户页";
-$a->strings["This account is a normal personal profile"] = "这个帐户是正常私人简介";
-$a->strings["Soapbox Page"] = "演讲台页";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "自动批准所有联络/友谊要求当只看的迷";
-$a->strings["Community Forum/Celebrity Account"] = "社会评坛/名人账户";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "自动批准所有联络/友谊要求当看写的迷";
-$a->strings["Automatic Friend Page"] = "自动朋友页";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "自动批准所有联络/友谊要求当朋友";
-$a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]";
-$a->strings["Private forum - approved members only"] = "隐私评坛-只批准的成员";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(可选的)许这个OpenID这个账户登记。";
-$a->strings["Publish your default profile in your local site directory?"] = "出版您默认简介在您当地的网站目录?";
-$a->strings["No"] = "否";
-$a->strings["Publish your default profile in the global social directory?"] = "出版您默认简介在综合社会目录?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "藏起来  发现您的熟人/朋友单不让这个简介看着看?\n ";
-$a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?";
-$a->strings["Allow friends to tag your posts?"] = "允许朋友们标签您的文章?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "允许我们建议您潜力朋友给新成员?";
-$a->strings["Permit unknown people to send you private mail?"] = "允许生人寄给您私人邮件?";
-$a->strings["Profile is <strong>not published</strong>."] = "简介是<strong>没出版</strong>";
-$a->strings["or"] = "或者";
-$a->strings["Your Identity Address is"] = "您的同一个人地址是";
-$a->strings["Automatically expire posts after this many days:"] = "自动地过期文章这数天:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "如果空的,文章不会过期。过期的文章被删除";
-$a->strings["Advanced expiration settings"] = "先进的过期设置";
-$a->strings["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"] = "密码设置";
-$a->strings["New Password:"] = "新密码:";
-$a->strings["Confirm:"] = "确认:";
-$a->strings["Leave password fields blank unless changing"] = "非变化留空密码栏";
-$a->strings["Current Password:"] = "目前密码:";
-$a->strings["Your current password to confirm the changes"] = "您目前密码为确认变化";
-$a->strings["Password:"] = "密码:";
-$a->strings["Basic Settings"] = "基础设置";
-$a->strings["Email Address:"] = "电子邮件地址:";
-$a->strings["Your Timezone:"] = "您的时区:";
-$a->strings["Default Post Location:"] = "默认文章位置:";
-$a->strings["Use Browser Location:"] = "用游览器位置:";
-$a->strings["Security and Privacy Settings"] = "安全和隐私设置";
-$a->strings["Maximum Friend Requests/Day:"] = "最多友谊要求个天:";
-$a->strings["(to prevent spam abuse)"] = "(为防止垃圾邮件滥用)";
-$a->strings["Default Post Permissions"] = "默认文章准许";
-$a->strings["(click to open/close)"] = "(点击为打开/关闭)";
-$a->strings["Show to Groups"] = "给组表示";
-$a->strings["Show to Contacts"] = "给熟人表示";
-$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:"] = "一天最多从生人私人邮件:";
-$a->strings["Notification Settings"] = "消息设置";
-$a->strings["By default post a status message when:"] = "默认地发现状通知如果:";
-$a->strings["accepting a friend request"] = "接受朋友邀请";
-$a->strings["joining a forum/community"] = "加入评坛/社会";
-$a->strings["making an <em>interesting</em> profile change"] = "把简介有意思地变修改";
-$a->strings["Send a notification email when:"] = "发一个消息要是:";
-$a->strings["You receive an introduction"] = "你受到一个介绍";
-$a->strings["Your introductions are confirmed"] = "你的介绍确认了";
-$a->strings["Someone writes on your profile wall"] = "某人写在你的简历墙";
-$a->strings["Someone writes a followup comment"] = "某人写一个后续的评论";
-$a->strings["You receive a private message"] = "你受到一个私消息";
-$a->strings["You receive a friend suggestion"] = "你受到一个朋友建议";
-$a->strings["You are tagged in a post"] = "你被在新闻标签";
-$a->strings["You are poked/prodded/etc. in a post"] = "您在文章被戳";
-$a->strings["Advanced Account/Page Type Settings"] = "专家账户/页种设置";
-$a->strings["Change the behaviour of this account for special situations"] = "把这个账户特别情况的时候行动变化";
-$a->strings["Relocate"] = "调动";
-$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."] = "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。";
-$a->strings["Resend relocate message to contacts"] = "把调动信息寄给熟人";
-$a->strings["Common Friends"] = "普通朋友们";
-$a->strings["No contacts in common."] = "没有共同熟人。";
-$a->strings["Remote privacy information not available."] = "摇隐私信息无效";
-$a->strings["Visible to:"] = "可见给:";
-$a->strings["%d contact edited."] = array(
-       0 => "%d熟人编辑了",
+$a->strings["Source (bbcode) text:"] = "源代码(bbcode)正文";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:";
+$a->strings["Source input: "] = "源代码输入:";
+$a->strings["bb2html (raw HTML): "] = "bb2html(生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): "] = "源代输入(Diaspora形式):";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Nothing new here"] = "这里没有什么新的";
+$a->strings["Clear notifications"] = "清理出通知";
+$a->strings["New Message"] = "新的消息";
+$a->strings["No recipient selected."] = "没有选择的接受者。";
+$a->strings["Unable to locate contact information."] = "找不到熟人信息。";
+$a->strings["Message could not be sent."] = "消息发不了。";
+$a->strings["Message collection failure."] = "通信受到错误。";
+$a->strings["Message sent."] = "消息发了";
+$a->strings["Messages"] = "消息";
+$a->strings["Do you really want to delete this message?"] = "您真的想删除这个通知吗?";
+$a->strings["Message deleted."] = "消息删除了。";
+$a->strings["Conversation removed."] = "交流删除了。";
+$a->strings["Please enter a link URL:"] = "请输入环节URL:";
+$a->strings["Send Private Message"] = "发私人的通信";
+$a->strings["To:"] = "到:";
+$a->strings["Subject:"] = "题目:";
+$a->strings["Your message:"] = "你的消息:";
+$a->strings["Upload photo"] = "上传照片";
+$a->strings["Insert web link"] = "插入网页环节";
+$a->strings["Please wait"] = "请等一下";
+$a->strings["No messages."] = "没有消息";
+$a->strings["Unknown sender - %s"] = "生发送人-%s";
+$a->strings["You and %s"] = "您和%s";
+$a->strings["%s and You"] = "%s和您";
+$a->strings["Delete conversation"] = "删除交谈";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["%d message"] = array(
+       0 => "%d通知",
 );
-$a->strings["Could not access contact record."] = "用不了熟人记录。";
-$a->strings["Could not locate selected profile."] = "找不到选择的简介。";
-$a->strings["Contact updated."] = "熟人更新了。";
-$a->strings["Failed to update contact record."] = "更新熟人记录失败了。";
-$a->strings["Contact has been blocked"] = "熟人拦了";
-$a->strings["Contact has been unblocked"] = "熟人否拦了";
-$a->strings["Contact has been ignored"] = "熟人不理了";
-$a->strings["Contact has been unignored"] = "熟人否不理了";
-$a->strings["Contact has been archived"] = "把联系存档了";
-$a->strings["Contact has been unarchived"] = "把联系从存档拿来了";
-$a->strings["Do you really want to delete this contact?"] = "您真的想删除这个熟人吗?";
-$a->strings["Contact has been removed."] = "熟人删除了。";
-$a->strings["You are mutual friends with %s"] = "您和%s是共同朋友们";
-$a->strings["You are sharing with %s"] = "您分享给%s";
-$a->strings["%s is sharing with you"] = "%s给您分享";
-$a->strings["Private communications are not available for this contact."] = "没有私人的沟通跟这个熟人";
-$a->strings["Never"] = "从未";
-$a->strings["(Update was successful)"] = "(更新成功)";
-$a->strings["(Update was not successful)"] = "(更新不成功)";
-$a->strings["Suggest friends"] = "建议朋友们";
-$a->strings["Network type: %s"] = "网络种类: %s";
-$a->strings["View all contacts"] = "看所有的熟人";
-$a->strings["Unblock"] = "不拦";
-$a->strings["Block"] = "拦";
-$a->strings["Toggle Blocked status"] = "交替拦配置";
-$a->strings["Unignore"] = "停不理";
-$a->strings["Toggle Ignored status"] = "交替忽视现状";
-$a->strings["Unarchive"] = "从存档拿来";
-$a->strings["Archive"] = "存档";
-$a->strings["Toggle Archive status"] = "交替档案现状";
-$a->strings["Repair"] = "维修";
-$a->strings["Advanced Contact Settings"] = "专家熟人设置";
-$a->strings["Communications lost with this contact!"] = "联系跟这个熟人断开了!";
-$a->strings["Contact Editor"] = "熟人编器";
-$a->strings["Profile Visibility"] = "简历可见量";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。";
-$a->strings["Contact Information / Notes"] = "熟人信息/便条";
-$a->strings["Edit contact notes"] = "编辑熟人便条";
-$a->strings["Visit %s's profile [%s]"] = "看%s的简介[%s]";
-$a->strings["Block/Unblock contact"] = "拦/否拦熟人";
-$a->strings["Ignore contact"] = "忽视熟人";
-$a->strings["Repair URL settings"] = "维修URL设置";
-$a->strings["View conversations"] = "看交流";
-$a->strings["Delete contact"] = "删除熟人";
-$a->strings["Last update:"] = "上个更新:";
-$a->strings["Update public posts"] = "更新公开文章";
-$a->strings["Update now"] = "现在更新";
-$a->strings["Currently blocked"] = "现在拦的";
-$a->strings["Currently ignored"] = "现在不理的";
-$a->strings["Currently archived"] = "现在存档着";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "回答/喜欢关您公开文章<strong>会</strong>还可见的";
-$a->strings["Notification for new posts"] = "新消息提示";
-$a->strings["Send a notification of every new post of this contact"] = "发提示在所有这个联络的新消息";
-$a->strings["Fetch further information for feeds"] = "拿文源别的消息";
-$a->strings["Suggestions"] = "建议";
-$a->strings["Suggest potential friends"] = "建议潜在朋友们";
-$a->strings["Show all contacts"] = "表示所有的熟人";
-$a->strings["Unblocked"] = "不拦了";
-$a->strings["Only show unblocked contacts"] = "只表示不拦的熟人";
-$a->strings["Blocked"] = "拦了";
-$a->strings["Only show blocked contacts"] = "只表示拦的熟人";
-$a->strings["Ignored"] = "忽视的";
-$a->strings["Only show ignored contacts"] = "只表示忽视的熟人";
-$a->strings["Archived"] = "在存档";
-$a->strings["Only show archived contacts"] = "只表示档案熟人";
-$a->strings["Hidden"] = "隐藏的";
-$a->strings["Only show hidden contacts"] = "只表示隐藏的熟人";
-$a->strings["Mutual Friendship"] = "共同友谊";
-$a->strings["is a fan of yours"] = "是您迷";
-$a->strings["you are a fan of"] = "你喜欢";
-$a->strings["Edit contact"] = "编熟人";
-$a->strings["Search your contacts"] = "搜索您的熟人";
-$a->strings["Finding: "] = "找着:";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "不好意思,可能你上传的是PHP设置允许的大";
-$a->strings["Or - did you try to upload an empty file?"] = "或者,你是不是上传空的文件?";
-$a->strings["File exceeds size limit of %d"] = "文件数目超过最多%d";
-$a->strings["File upload failed."] = "文件上传失败。";
+$a->strings["Message not available."] = "通信不可用的";
+$a->strings["Delete message"] = "删除消息";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。";
+$a->strings["Send Reply"] = "发回答";
 $a->strings["[Embedded content - reload page to view]"] = "[嵌入内容-重新加载页为看]";
-$a->strings["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."] = "出口您的商户信息和熟人。这利于备份您的账户活着搬到别的服务器。";
-$a->strings["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)"] = "出口您账户信息,熟人和别的项目成json。可能是很大文件,花很多时间。用这个为创造全备份您的账户(照片没被出口)";
-$a->strings["Registration successful. Please check your email for further instructions."] = "注册成功了。请咨询说明再您的收件箱。";
-$a->strings["Failed to send email message. Here is the message that failed."] = "发邮件失败了。这条试失败的消息。";
-$a->strings["Your registration can not be processed."] = "处理不了您的注册。";
-$a->strings["Your registration is pending approval by the site owner."] = "您的注册等网页主的批准。";
-$a->strings["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'."] = "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "如果您没熟悉OpenID,请留空这个栏和填另些栏。";
-$a->strings["Your OpenID (optional): "] = "您的OpenID(可选的):";
-$a->strings["Include your profile in member directory?"] = "放您的简介再员目录?";
-$a->strings["Membership on this site is by invitation only."] = "会员身份在这个网站是光通过邀请。";
-$a->strings["Your invitation ID: "] = "您邀请ID:";
-$a->strings["Registration"] = "注册";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "您姓名(例如「张三」):";
-$a->strings["Your Email Address: "] = "你的电子邮件地址:";
-$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>'."] = "选择简介昵称。昵称头一字必须拉丁字。您再这个网站的简介地址将「<strong>example@\$sitename</strong>」.";
-$a->strings["Choose a nickname: "] = "选择昵称:";
-$a->strings["Import"] = "进口";
-$a->strings["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器";
-$a->strings["Post successful."] = "评论发表了。";
-$a->strings["System down for maintenance"] = "系统关闭为了维持";
-$a->strings["Access to this profile has been restricted."] = "使用权这个简介被限制了.";
-$a->strings["Tips for New Members"] = "提示对新成员";
-$a->strings["Public access denied."] = "公众看拒绝";
-$a->strings["No videos selected"] = "没选择的视频";
-$a->strings["Access to this item is restricted."] = "这个项目使用权限的。";
-$a->strings["View Album"] = "看照片册";
-$a->strings["Recent Videos"] = "最近视频";
-$a->strings["Upload New Videos"] = "上传新视频";
-$a->strings["Manage Identities and/or Pages"] = "管理身份或页";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "交替不同同一人或社会/组页合用您的账户或给您「管理」批准";
-$a->strings["Select an identity to manage: "] = "选择同一个人管理:";
-$a->strings["Item not found"] = "项目没找到";
-$a->strings["Edit post"] = "编辑文章";
-$a->strings["People Search"] = "搜索人物";
-$a->strings["No matches"] = "没有结果";
-$a->strings["Account approved."] = "账户批准了";
-$a->strings["Registration revoked for %s"] = "%s的登记撤销了";
-$a->strings["Please login."] = "清登录。";
-$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。";
-$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。";
-$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。";
-$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "%d需要的参数没找到在输入的位置。",
-);
-$a->strings["Introduction complete."] = "介绍完成的。";
-$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误";
-$a->strings["Profile unavailable."] = "简介无效";
-$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求";
-$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。";
-$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。";
-$a->strings["Invalid locator"] = "无效找到物";
-$a->strings["Invalid email address."] = "无效的邮件地址。";
-$a->strings["This account has not been configured for email. Request failed."] = "这个账户没有设置用电子邮件。要求没通过。";
-$a->strings["Unable to resolve your name at the provided location."] = "不可疏解您的名字再输入的位置。";
-$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。";
-$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。";
-$a->strings["Invalid profile URL."] = "无效的简介URL。";
-$a->strings["Your introduction has been sent."] = "您的介绍发布了。";
-$a->strings["Please login to confirm introduction."] = "请登记为确认介绍。";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "错误的用户登记者。请用<strong>这个</strong>用户。";
-$a->strings["Hide this contact"] = "隐藏这个熟人";
-$a->strings["Welcome home %s."] = "欢迎%s。";
-$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。";
-$a->strings["Confirm"] = "确认";
-$a->strings["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=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "如果您还没有自由社会网络成员之一,<a href=\"http://dir.friendica.com/siteinfo\">点击这个环节找公开Friendica网站今天加入</a>.";
-$a->strings["Friend/Connection Request"] = "朋友/联络要求。";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "比如:jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "请回答下述的:";
-$a->strings["Does %s know you?"] = "%s是否认识你?";
-$a->strings["Add a personal note:"] = "添加个人的便条";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/联合社会化网";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。";
-$a->strings["Your Identity Address:"] = "您的同一个人地址:";
-$a->strings["Submit Request"] = "提交要求";
+$a->strings["Contact settings applied."] = "熟人设置应用了。";
+$a->strings["Contact update failed."] = "熟人更新失败。";
+$a->strings["Repair Contact Settings"] = "维修熟人设置";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>注意:这是很高等的</strong>,你输入错的信息你和熟人的沟通会弄失灵了。";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页";
+$a->strings["Return to contact editor"] = "回归熟人处理器";
+$a->strings["No mirroring"] = "没有复制";
+$a->strings["Mirror as forwarded posting"] = "复制为传达文章";
+$a->strings["Mirror as my own posting"] = "复制为我自己的文章";
+$a->strings["Name"] = "名字";
+$a->strings["Account Nickname"] = "帐户昵称";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname越过名/昵称";
+$a->strings["Account URL"] = "帐户URL";
+$a->strings["Friend Request URL"] = "朋友请求URL";
+$a->strings["Friend Confirm URL"] = "朋友确认URL";
+$a->strings["Notification Endpoint URL"] = "通知端URL";
+$a->strings["Poll/Feed URL"] = "喂URL";
+$a->strings["New photo from this URL"] = "新照片从这个URL";
+$a->strings["Remote Self"] = "遥远的自身";
+$a->strings["Mirror postings from this contact"] = "把这个熟人的文章复制。";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。";
+$a->strings["Login"] = "登录";
+$a->strings["The post was created"] = "文章创建了";
+$a->strings["Access denied."] = "没有用权。";
+$a->strings["People Search"] = "搜索人物";
+$a->strings["No matches"] = "没有结果";
+$a->strings["Photos"] = "照片";
 $a->strings["Files"] = "文件";
-$a->strings["Authorize application connection"] = "授权应用连接";
-$a->strings["Return to your app and insert this Securty Code:"] = "回归您的应用和输入这个安全密码:";
-$a->strings["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?"] = "您想不想使这个应用用权您的文章和熟人,和/或代您造成新文章";
-$a->strings["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."] = "没有建议。如果这是新网站,请24小时后再试。";
-$a->strings["Ignore/Hide"] = "不理/隐藏";
 $a->strings["Contacts who are not members of a group"] = "没当成员的熟人";
-$a->strings["Contact not found."] = "没找到熟人。";
-$a->strings["Friend suggestion sent."] = "朋友建议发送了。";
-$a->strings["Suggest Friends"] = "建议朋友们";
-$a->strings["Suggest a friend for %s"] = "建议朋友给%s";
-$a->strings["link"] = "链接";
-$a->strings["No contacts."] = "没有熟人。";
 $a->strings["Theme settings updated."] = "主题设置更新了。";
 $a->strings["Site"] = "网站";
 $a->strings["Users"] = "用户";
+$a->strings["Plugins"] = "插件";
 $a->strings["Themes"] = "主题";
 $a->strings["DB updates"] = "数据库更新";
 $a->strings["Logs"] = "记录";
+$a->strings["probe address"] = "试探地址";
+$a->strings["check webfinger"] = "查webfinger";
+$a->strings["Admin"] = "管理";
 $a->strings["Plugin Features"] = "插件特点";
+$a->strings["diagnostics"] = "诊断";
 $a->strings["User registrations waiting for confirmation"] = "用户注册等确认";
 $a->strings["Normal Account"] = "正常帐户";
 $a->strings["Soapbox Account"] = "演讲台帐户";
@@ -1120,7 +414,15 @@ $a->strings["Version"] = "版本";
 $a->strings["Active plugins"] = "活跃的插件";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "不能分析基础URL。至少要<scheme>://<domain>";
 $a->strings["Site settings updated."] = "网站设置更新了。";
+$a->strings["No special theme for mobile devices"] = "没专门适合手机的主题";
+$a->strings["No community page"] = "没有社会页";
+$a->strings["Public postings from users of this site"] = "本网站用户的公开文章";
+$a->strings["Global community page"] = "全球社会页";
 $a->strings["At post arrival"] = "收件的时候";
+$a->strings["Frequently"] = "时常";
+$a->strings["Hourly"] = "每小时";
+$a->strings["Twice daily"] = "每日两次";
+$a->strings["Daily"] = "每日";
 $a->strings["Multi user instance"] = "多用户网站";
 $a->strings["Closed"] = "关闭";
 $a->strings["Requires approval"] = "要批准";
@@ -1128,13 +430,19 @@ $a->strings["Open"] = "打开";
 $a->strings["No SSL policy, links will track page SSL state"] = "没SSL方针,环节将追踪页SSL现状";
 $a->strings["Force all links to use SSL"] = "让所有的环节用SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "自签证书,用SSL再光本地环节(劝止的)";
+$a->strings["Save Settings"] = "保存设置";
+$a->strings["Registration"] = "注册";
 $a->strings["File upload"] = "文件上传";
 $a->strings["Policies"] = "政策";
 $a->strings["Advanced"] = "高等";
 $a->strings["Performance"] = "性能";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "调动:注意先进的功能。能吧服务器使不能联系。";
 $a->strings["Site name"] = "网页名字";
+$a->strings["Host name"] = "服务器名";
+$a->strings["Sender Email"] = "寄主邮件";
 $a->strings["Banner/Logo"] = "标题/标志";
+$a->strings["Shortcut icon"] = "捷径小图片";
+$a->strings["Touch icon"] = "触摸小图片";
 $a->strings["Additional Info"] = "别的消息";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "公共服务器:您会这里添加消息要列在dir.friendica.com/siteinfo。";
 $a->strings["System language"] = "系统语言";
@@ -1144,6 +452,8 @@ $a->strings["Mobile system theme"] = "手机系统主题";
 $a->strings["Theme for mobile devices"] = "主题适合手机";
 $a->strings["SSL link policy"] = "SSL环节方针";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "决定产生的环节否则被强迫用SSL";
+$a->strings["Force SSL"] = "强逼SSL";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环";
 $a->strings["Old style 'Share'"] = "老款式'分享'";
 $a->strings["Deactivates the bbcode element 'share' for repeating items."] = "为重复的项目吧bbcode“share”代码使不活跃";
 $a->strings["Hide help entry from navigation menu"] = "隐藏帮助在航行选单";
@@ -1193,8 +503,10 @@ $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["UTF-8 Regular expressions"] = "UTF-8正则表达式";
 $a->strings["Use PHP UTF8 regular expressions"] = "用PHP UTF8正则表达式";
-$a->strings["Show Community Page"] = "表示社会页";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "表示社会页表明这网站所有最近公开的文章";
+$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"] = "使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."] = "提供OStatus(StatusNet,GNU Social,等)兼容性。所有OStatus的交通是公开的,所以私事警告偶尔来表示。";
 $a->strings["OStatus conversation completion interval"] = "OStatus对话完成间隔";
@@ -1202,7 +514,7 @@ $a->strings["How often shall the poller check for new entries in OStatus convers
 $a->strings["Enable Diaspora support"] = "使Diaspora支持能够";
 $a->strings["Provide built-in Diaspora network compatibility."] = "提供内装Diaspora网络兼容。";
 $a->strings["Only allow Friendica contacts"] = "只许Friendica熟人";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "所有的熟人要用Friendica协议 。别的内装的沟通协议都不能用。";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "所有的熟人要用Friendica协议 。别的内装的沟通协议都已停用。";
 $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."] = "你想的话,您会使严格证书核实可用。意思是您不能根自签的SSL网站交流。";
 $a->strings["Proxy user"] = "代理用户";
@@ -1219,19 +531,23 @@ $a->strings["Use MySQL full text engine"] = "用MySQL全正文机车";
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "使全正文机车可用。把搜索催-可是只能搜索4字以上";
 $a->strings["Suppress Language"] = "封锁语言";
 $a->strings["Suppress language information in meta information about a posting."] = "遗漏语言消息从文章的描述";
+$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["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 long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "高速缓存要存文件多久?默认是86400秒钟(一天)。停用高速缓存,输入-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["Path for lock file"] = "路线到锁文件";
 $a->strings["Temp path"] = "临时文件路线";
 $a->strings["Base path to installation"] = "基础安装路线";
-$a->strings["Disable picture proxy"] = "";
+$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["Enable old style pager"] = "";
+$a->strings["The old style pager has page numbers but slows down massively the page speed."] = "";
+$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"] = "新基础URL";
-$a->strings["Enable noscrape"] = "";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping."] = "";
 $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"] = "";
@@ -1247,6 +563,7 @@ $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["Registration details for %s"] = "注册信息为%s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s用户拦/不拦了",
 );
@@ -1261,6 +578,7 @@ $a->strings["select all"] = "都选";
 $a->strings["User registrations waiting for confirm"] = "用户注册等待确认";
 $a->strings["User waiting for permanent deletion"] = "用户等待长久删除";
 $a->strings["Request date"] = "要求日期";
+$a->strings["Email"] = "电子邮件";
 $a->strings["No registrations."] = "没有注册。";
 $a->strings["Deny"] = "否定";
 $a->strings["Site admin"] = "网站管理员";
@@ -1270,15 +588,16 @@ $a->strings["Register date"] = "注册日期";
 $a->strings["Last login"] = "上次登录";
 $a->strings["Last item"] = "上项目";
 $a->strings["Deleted since"] = "删除从";
+$a->strings["Account"] = "帐户";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "特定的用户被删除!\\n\\n什么这些用户放在这个网站被永远删除!\\n\\n您肯定吗?";
 $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?"] = "用户{0}将被删除!\\n\\n什么这个用户放在这个网站被永远删除!\\n\\n您肯定吗?";
 $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."] = "使插件%s不能用。";
+$a->strings["Plugin %s disabled."] = "使插件%s已停用。";
 $a->strings["Plugin %s enabled."] = "使插件%s能用。";
-$a->strings["Disable"] = "使不能用";
+$a->strings["Disable"] = "用";
 $a->strings["Enable"] = "使能用";
 $a->strings["Toggle"] = "肘节";
 $a->strings["Author: "] = "作家:";
@@ -1298,14 +617,10 @@ $a->strings["FTP Host"] = "FTP主机";
 $a->strings["FTP Path"] = "FTP目录";
 $a->strings["FTP User"] = "FTP用户";
 $a->strings["FTP Password"] = "FTP密码";
-$a->strings["Image exceeds size limit of %d"] = "图像超标最大极限尺寸 %d";
-$a->strings["Unable to process image."] = "处理不了图像.";
-$a->strings["Image upload failed."] = "图像上载失败了.";
-$a->strings["Welcome to %s"] = "%s欢迎你";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID协议错误。没ID还。 ";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "找不到账户和OpenID注册不允许。";
 $a->strings["Search Results For:"] = "搜索结果为:";
 $a->strings["Remove term"] = "删除关键字";
+$a->strings["Saved Searches"] = "保存的搜索";
+$a->strings["add"] = "添加";
 $a->strings["Commented Order"] = "评论时间顺序";
 $a->strings["Sort by Comment Date"] = "按评论日期顺序排列";
 $a->strings["Posted Order"] = "贴时间顺序";
@@ -1327,130 +642,13 @@ $a->strings["Group: "] = "组:";
 $a->strings["Contact: "] = "熟人:";
 $a->strings["Private messages to this person are at risk of public disclosure."] = "私人通信给这个人回被公开。";
 $a->strings["Invalid contact."] = "无效熟人。";
-$a->strings["- select -"] = "-选择-";
-$a->strings["This is Friendica, version"] = "这是Friendica,版本";
-$a->strings["running at web location"] = "运作再网址";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "请看<a href=\"http://friendica.com\">Friendica.com</a>发现多关于Friendica工程。";
-$a->strings["Bug reports and issues: please visit"] = "问题报案:请去";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com";
-$a->strings["Installed plugins/addons/apps:"] = "安装的插件/加件/应用:";
-$a->strings["No installed plugins/addons/apps"] = "没有安装的插件/应用";
-$a->strings["Applications"] = "应用";
-$a->strings["No installed applications."] = "没有安装的应用";
-$a->strings["Upload New Photos"] = "上传新照片";
-$a->strings["Contact information unavailable"] = "熟人信息不可用";
-$a->strings["Album not found."] = "取回不了相册.";
-$a->strings["Delete Album"] = "删除相册";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "您真的想删除这个相册和所有里面的照相吗?";
-$a->strings["Delete Photo"] = "删除照片";
-$a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s";
-$a->strings["a photo"] = "一张照片";
-$a->strings["Image exceeds size limit of "] = "图片超出最大尺寸";
-$a->strings["Image file is empty."] = "图片文件空的。";
-$a->strings["No photos selected"] = "没有照片挑选了";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "您用%2$.2f兆字节的%1$.2f兆字节照片存储。";
-$a->strings["Upload Photos"] = "上传照片";
-$a->strings["New album name: "] = "新册名:";
-$a->strings["or existing album name: "] = "或现有册名";
-$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传";
-$a->strings["Permissions"] = "权利";
-$a->strings["Private Photo"] = "私人照相";
-$a->strings["Public Photo"] = "公开照相";
-$a->strings["Edit Album"] = "编照片册";
-$a->strings["Show Newest First"] = "先表示最新的";
-$a->strings["Show Oldest First"] = "先表示最老的";
-$a->strings["View Photo"] = "看照片";
-$a->strings["Permission denied. Access to this item may be restricted."] = "无权利。用这个项目可能受限制。";
-$a->strings["Photo not available"] = "照片不可获得的 ";
-$a->strings["View photo"] = "看照片";
-$a->strings["Edit photo"] = "编辑照片";
-$a->strings["Use as profile photo"] = "用为资料图";
-$a->strings["View Full Size"] = "看全尺寸";
-$a->strings["Tags: "] = "标签:";
-$a->strings["[Remove any tag]"] = "[删除任何标签]";
-$a->strings["Rotate CW (right)"] = "顺时针地转动(左)";
-$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)";
-$a->strings["New album name"] = "新册名";
-$a->strings["Caption"] = "字幕";
-$a->strings["Add a Tag"] = "加标签";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv";
-$a->strings["Private photo"] = "私人照相";
-$a->strings["Public photo"] = "公开照相";
-$a->strings["Recent Photos"] = "最近的照片";
-$a->strings["Contact added"] = "熟人添了";
-$a->strings["Move account"] = "把账户搬出";
-$a->strings["You can import an account from another Friendica server."] = "您会从别的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."] = "您要把您老服务器账户出口才这里上传。我们重现您账户这里,包括所有您的熟人。我们再试通知您朋友们您搬到这里。";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "这个特点是在试验阶段。我们进口不了Ostatus网络(statusnet/identi.ca)或Diaspora熟人";
-$a->strings["Account file"] = "账户文件";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "为出口您账户,点击「设置→出口您私人信息」和选择「出口账户」";
-$a->strings["Total invitation limit exceeded."] = "邀请限超过了。";
-$a->strings["%s : Not a valid email address."] = "%s : 不是效的电子邮件地址.";
-$a->strings["Please join us on Friendica"] = "请加入我们再Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "邀请限超过了。请联系您的网站管理员。";
-$a->strings["%s : Message delivery failed."] = "%s : 送消息失败了。";
-$a->strings["%d message sent."] = array(
-       0 => "%d消息传送了。",
-);
-$a->strings["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."] = "参观%s看一单公开网站您会加入。Friendica成员在别的网站都会互相连接,再跟很多别的社会网络。";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "为接受这个邀请,请再%s或什么别的Friendica网站注册。";
-$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网站们都互相连接造成隐私增加的社会网络属和控制由它的成员。它们也能跟多传统的社会网络连接。看%s表示一单您会加入供替换的Friendica网站。";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。";
-$a->strings["Send invitations"] = "发请柬";
-$a->strings["Enter email addresses, one per line:"] = "输入电子邮件地址,一行一个:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "您被邀请跟我和彼得近朋友们再Friendica加入-和帮助我们造成更好的社会网络。";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "您要输入这个邀请密码:\$invite_code";
-$a->strings["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"] = "看别的信息由于Friendica工程和怎么我们看重,请看http://friendica.com";
-$a->strings["Access denied."] = "没有用权。";
-$a->strings["No valid account found."] = "找不到效的账户。";
-$a->strings["Password reset request issued. 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."] = "";
-$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"] = "";
-$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。";
-$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。";
-$a->strings["Your new password is"] = "你的新的密码是";
-$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后";
-$a->strings["click here to login"] = "在这儿点击";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "您的密码能被变化从<em>设置</em>页成功登记后。";
-$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"] = "";
-$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"] = "";
-$a->strings["Your password has been changed at %s"] = "您密码被变化在%s";
-$a->strings["Forgot your Password?"] = "忘记你的密码吗?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。";
-$a->strings["Nickname or Email: "] = "昵称或邮件地址:";
-$a->strings["Reset"] = "复位";
-$a->strings["Source (bbcode) text:"] = "源代码(bbcode)正文";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:";
-$a->strings["Source input: "] = "源代码输入:";
-$a->strings["bb2html (raw HTML): "] = "bb2html(生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): "] = "源代输入(Diaspora形式):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Tag removed"] = "标签去除了";
-$a->strings["Remove Item Tag"] = "去除项目标签";
-$a->strings["Select a tag to remove: "] = "选择标签去除";
-$a->strings["Remove My Account"] = "删除我的账户";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。";
-$a->strings["Please enter your password for verification:"] = "请输入密码为确认:";
-$a->strings["Invalid profile identifier."] = "无限的简介标识符。";
-$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。";
-$a->strings["Visible To"] = "能见被";
-$a->strings["All Contacts (with secure profile access)"] = "所有熟人(跟安全地简介使用权)";
-$a->strings["Profile Match"] = "简介符合";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "没有符合的关键字。请在您的默认简介加关键字。";
-$a->strings["is interested in:"] = "感兴趣对:";
+$a->strings["Friends of %s"] = "%s的朋友们";
+$a->strings["No friends to display."] = "没有朋友展示。";
 $a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。";
 $a->strings["l, F j"] = "l, F j";
 $a->strings["Edit event"] = "编项目";
+$a->strings["link to source"] = "链接到来源";
+$a->strings["Events"] = "事件";
 $a->strings["Create New Event"] = "造成新的项目";
 $a->strings["Previous"] = "上";
 $a->strings["Next"] = "下";
@@ -1463,112 +661,51 @@ $a->strings["Finish date/time is not known or not relevant"] = "结束日/时未
 $a->strings["Event Finishes:"] = "事件结束:";
 $a->strings["Adjust for viewer timezone"] = "调为观众的时间";
 $a->strings["Description:"] = "描述:";
+$a->strings["Location:"] = "位置:";
 $a->strings["Title:"] = "标题:";
 $a->strings["Share this event"] = "分享这个项目";
-$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友";
-$a->strings["{0} sent you a message"] = "{0}发给您一个通信";
-$a->strings["{0} requested registration"] = "{0}要求注册";
-$a->strings["{0} commented %s's post"] = "{0}对%s的文章发表意见";
-$a->strings["{0} liked %s's post"] = "{0}喜欢%s的文章";
-$a->strings["{0} disliked %s's post"] = "{0}不喜欢%s的文章";
-$a->strings["{0} is now friends with %s"] = "{0}成为%s的朋友";
-$a->strings["{0} posted"] = "{0}陈列";
-$a->strings["{0} tagged %s's post with #%s"] = "{0}用#%s标签%s的文章";
-$a->strings["{0} mentioned you in a post"] = "{0}提到您在文章";
-$a->strings["Mood"] = "心情";
-$a->strings["Set your current mood and tell your friends"] = "选择现在的心情而告诉朋友们";
-$a->strings["No results."] = "没有结果";
-$a->strings["Unable to locate contact information."] = "找不到熟人信息。";
-$a->strings["Do you really want to delete this message?"] = "您真的想删除这个通知吗?";
-$a->strings["Message deleted."] = "消息删除了。";
-$a->strings["Conversation removed."] = "交流删除了。";
-$a->strings["No messages."] = "没有消息";
-$a->strings["Unknown sender - %s"] = "生发送人-%s";
-$a->strings["You and %s"] = "您和%s";
-$a->strings["%s and You"] = "%s和您";
-$a->strings["Delete conversation"] = "删除交谈";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
-       0 => "%d通知",
+$a->strings["Select"] = "选择";
+$a->strings["View %s's profile @ %s"] = "看%s的简介@ %s";
+$a->strings["%s from %s"] = "%s从%s";
+$a->strings["View in context"] = "看在上下文";
+$a->strings["%d comment"] = array(
+       0 => "%d评论",
 );
-$a->strings["Message not available."] = "通信不可用的";
-$a->strings["Delete message"] = "删除消息";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。";
-$a->strings["Send Reply"] = "发回答";
-$a->strings["Not available."] = "不可用的";
-$a->strings["Profile not found."] = "找不到简介。";
-$a->strings["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["Likes"] = "喜欢";
-$a->strings["Dislikes"] = "不喜欢";
-$a->strings["Work/Employment"] = "工作";
-$a->strings["Religion"] = "宗教";
-$a->strings["Political Views"] = "政治观念";
-$a->strings["Gender"] = "性别";
-$a->strings["Sexual Preference"] = "性取向";
-$a->strings["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;"] = "%1\$s把%2\$s变化成&ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - 看 %1\$s的%2\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s有更新的%2\$s,修改%3\$s.";
-$a->strings["Hide contacts and friends:"] = "";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "藏起来发现您的熟人/朋友单不让这个简介看着看?";
-$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["Upload Profile Photo"] = "上传简历照片";
-$a->strings["Profile Name:"] = "简介名:";
-$a->strings["Your Full Name:"] = "你的全名:";
-$a->strings["Title/Description:"] = "标题/描述:";
-$a->strings["Your Gender:"] = "你的性:";
-$a->strings["Birthday (%s):"] = "生日(%s):";
-$a->strings["Street Address:"] = "地址:";
-$a->strings["Locality/City:"] = "现场/城市:";
-$a->strings["Postal/Zip Code:"] = "邮政编码:";
-$a->strings["Country:"] = "国家:";
-$a->strings["Region/State:"] = "区域/省";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span>婚姻状况:";
-$a->strings["Who: (if applicable)"] = "谁:(要是使用)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "比如:limou,李某,limou@example。com";
-$a->strings["Since [date]:"] = "追溯[日期]:";
-$a->strings["Homepage URL:"] = "主页URL:";
-$a->strings["Religious Views:"] = " 宗教信仰 :";
-$a->strings["Public Keywords:"] = "公开关键字 :";
-$a->strings["Private Keywords:"] = "私人关键字";
-$a->strings["Example: fishing photography software"] = "例如:钓鱼 照片 软件";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(用于建议可能的朋友们,会被别人看)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(用于搜索简介,没有给别人看)";
-$a->strings["Tell us about yourself..."] = "给我们自我介绍...";
-$a->strings["Hobbies/Interests"] = "爱好/兴趣";
-$a->strings["Contact information and Social Networks"] = "熟人信息和社会化网络";
-$a->strings["Musical interests"] = "音乐兴趣";
-$a->strings["Books, literature"] = "书,文学";
-$a->strings["Television"] = "电视";
-$a->strings["Film/dance/culture/entertainment"] = "电影/跳舞/文化/娱乐";
-$a->strings["Love/romance"] = "爱情/浪漫";
-$a->strings["Work/employment"] = "工作";
-$a->strings["School/education"] = "学院/教育";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。";
-$a->strings["Age: "] = "年纪:";
-$a->strings["Edit/Manage Profiles"] = "编辑/管理简介";
+$a->strings["comment"] = array(
+       0 => "评论",
+);
+$a->strings["show more"] = "看多";
+$a->strings["Private Message"] = "私人的新闻";
+$a->strings["I like this (toggle)"] = "我喜欢这(交替)";
+$a->strings["like"] = "喜欢";
+$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)";
+$a->strings["dislike"] = "讨厌";
+$a->strings["Share this"] = "分享这个";
+$a->strings["share"] = "分享";
+$a->strings["This is you"] = "这是你";
+$a->strings["Comment"] = "评论";
+$a->strings["Bold"] = "粗体字 ";
+$a->strings["Italic"] = "斜体 ";
+$a->strings["Underline"] = "下划线";
+$a->strings["Quote"] = "引语";
+$a->strings["Code"] = "源代码";
+$a->strings["Image"] = "图片";
+$a->strings["Link"] = "环节";
+$a->strings["Video"] = "录像";
+$a->strings["Preview"] = "预演";
+$a->strings["Edit"] = "编辑";
+$a->strings["add star"] = "加星";
+$a->strings["remove star"] = "消星";
+$a->strings["toggle star status"] = "转变星现状";
+$a->strings["starred"] = "被贴星";
+$a->strings["add tag"] = "加标签";
+$a->strings["save to folder"] = "保存在文件夹";
+$a->strings["to"] = "至";
+$a->strings["Wall-to-Wall"] = "从墙到墙";
+$a->strings["via Wall-To-Wall:"] = "通过从墙到墙";
+$a->strings["Remove My Account"] = "删除我的账户";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。";
+$a->strings["Please enter your password for verification:"] = "请输入密码为确认:";
 $a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装";
 $a->strings["Could not connect to database."] = "解不了数据库。";
 $a->strings["Could not create table."] = "造成不了表格。";
@@ -1630,114 +767,1018 @@ $a->strings["Url rewrite is working"] = "URL改写发挥机能";
 $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."] = "数据库设置文件「.htconfig.php」不能被写。请把包括的正文造成设置文件在网服务器子目录。";
 $a->strings["<h1>What next</h1>"] = "<h1>下步是什么</h1>";
 $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "重要:您要[手工地]准备安排的任务给喂器。";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。";
+$a->strings["Unable to check your home location."] = "核对不了您的主页。";
+$a->strings["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."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。";
 $a->strings["Help:"] = "帮助:";
-$a->strings["Contact settings applied."] = "熟人设置应用了。";
-$a->strings["Contact update failed."] = "熟人更新失败。";
-$a->strings["Repair Contact Settings"] = "维修熟人设置";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>注意:这是很高等的</strong>,你输入错的信息你和熟人的沟通会弄失灵了。";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页";
-$a->strings["Return to contact editor"] = "回归熟人处理器";
-$a->strings["Account Nickname"] = "帐户昵称";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname越过名/昵称";
-$a->strings["Account URL"] = "帐户URL";
-$a->strings["Friend Request URL"] = "朋友请求URL";
-$a->strings["Friend Confirm URL"] = "朋友确认URL";
-$a->strings["Notification Endpoint URL"] = "通知端URL";
-$a->strings["Poll/Feed URL"] = "喂URL";
-$a->strings["New photo from this URL"] = "新照片从这个URL";
-$a->strings["Remote Self"] = "遥远的自身";
-$a->strings["Mirror postings from this contact"] = "把这个熟人的文章复制。";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Welcome to Friendica"] = "Friendica欢迎你";
-$a->strings["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."] = "我们想提高几个建议和超链接为让你的经历愉快。点击一个项目为了访问相应的网页。你最初登记两周以上一个环节到这儿来在你的首页,然后悄声地消失。";
-$a->strings["Getting Started"] = "开始方法";
-$a->strings["Friendica Walk-Through"] = "Friendica游览";
-$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."] = "在您的<em>快开始</em>页-看段介绍您的简介和网络分页,结新联系,而找新组为加入。";
-$a->strings["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."] = "在你的<em>设置</em>页 - 改变你的最初的密码。也记住你的客户地址。这好像一个电子邮件地址,是用于在自由社会化网络交朋友们有用的。";
-$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."] = "校对别的设置,特别隐私设置。一个未出版的目录项目是跟未出版的电话号码一样。平时,你可能应该出版你的目录项目-除非都你的朋友们和可交的朋友们已经知道确切地怎么找你。";
-$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."] = "上传一张简历照片除非你已经做过。研究表明有真正自己的照片的人比没有的交朋友们可能多十倍。";
-$a->strings["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."] = "随意编你的<strong>公开的</strong>简历。评论设置为藏起来你的朋友表和简历过陌生来客。";
-$a->strings["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."] = "指定一些公开关键字在您的默认简介描述您兴趣。我们可能找得了别人有相似兴趣和建议友谊。";
-$a->strings["Connecting"] = "连接着";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "要是你有一个Facebook账户,批准Facebook插销。我们来(可选的)进口都你Facebook朋友们和交谈。";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>要是</em>这是你的私利服务器,安装Facebook插件会把你的过渡到自由社会化网络自在一点。";
-$a->strings["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"] = "输入你电子邮件使用信息在插销设置页,要是你想用你的电子邮件进口和互动朋友们或邮件表。";
-$a->strings["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."] = "您熟人页是您门口为管理熟人和连接朋友们在别的网络。典型您输入他的地址或者网站URL在<em>添加新熟人</em>对话框。";
-$a->strings["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."] = "目录页让您找别人在这个网络或别的同盟的网站。找一个<em>连接</em>或<em>关注</em>按钮在他们的简介页。您被要求的话,提供您自己的同一个人地址。";
-$a->strings["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."] = "在熟人页的工具栏有一些工具为找新朋友们。我们会使人们相配按名或兴趣,和以网络关系作为提醒建议的根据。在新网站,朋友建议平常开始24小时后。";
-$a->strings["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."] = "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。";
-$a->strings["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尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。";
-$a->strings["Getting Help"] = "怎么获得帮助";
-$a->strings["Go to the Help Section"] = "看帮助部分";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。";
-$a->strings["Poke/Prod"] = "戳";
-$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动";
-$a->strings["Recipient"] = "接受者";
-$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作";
-$a->strings["Make this post private"] = "使这个文章私人";
-$a->strings["\n\t\tDear $[username],\n\t\t\tYour password has been changed as requested. Please retain this\n\t\tinformation for your records (or change your password immediately to\n\t\tsomething that you will remember).\n\t"] = "";
-$a->strings["Item has been removed."] = "项目被删除了。";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s";
+$a->strings["Help"] = "帮助";
+$a->strings["Not Found"] = "未发现";
+$a->strings["Page not found."] = "页发现。";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s欢迎%2\$s";
-$a->strings["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."] = "遥网站的回答明白不了。";
-$a->strings["Unexpected response from remote site: "] = "居然回答从遥网站:";
-$a->strings["Confirmation completed successfully."] = "确认成功完成。";
-$a->strings["Remote site reported: "] = "遥网站报案:";
-$a->strings["Temporary failure. Please wait and try again."] = "临时失败。请等一会,再试。";
-$a->strings["Introduction failed or was revoked."] = "介绍失败或被吊销。";
-$a->strings["Unable to set contact photo."] = "不会指定熟人照片。";
-$a->strings["No user record found for '%s' "] = "找不到「%s」的用户记录";
-$a->strings["Our site encryption key is apparently messed up."] = "看起来我们的加密钥匙失灵了。";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "空的URL供应,或URL解不了码。";
-$a->strings["Contact record was not found for you on our site."] = "熟人记录在我们的网站找不了。";
-$a->strings["Site public key not available in contact record for URL %s."] = "没有网站公开钥匙在熟人记录在URL%s。";
-$a->strings["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."] = "不能创作您的熟人证件在我们的系统。";
-$a->strings["Unable to update your contact profile details on our system"] = "不能更新您的熟人简介消息在我们的系统";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s加入%2\$s了";
-$a->strings["Unable to locate original post."] = "找不到当初的新闻";
-$a->strings["Empty post discarded."] = "空心的新闻丢弃了";
-$a->strings["System error. Post not saved."] = "系统错误。x";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。";
-$a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s";
-$a->strings["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贴上一个新闻。";
-$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。";
-$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。";
-$a->strings["Unable to process image"] = "不能处理照片";
-$a->strings["Upload File:"] = "上传文件:";
-$a->strings["Select a profile:"] = "选择一个简介";
-$a->strings["Upload"] = "上传";
-$a->strings["skip this step"] = "略过这步";
-$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。";
-$a->strings["Crop Image"] = "修剪照片";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。";
-$a->strings["Done Editing"] = "编完了";
-$a->strings["Image uploaded successfully."] = "照片成功地上传了";
-$a->strings["Friends of %s"] = "%s的朋友们";
-$a->strings["No friends to display."] = "没有朋友展示。";
-$a->strings["Find on this site"] = "找在这网站";
-$a->strings["Site Directory"] = "网站目录";
-$a->strings["Gender: "] = "性别:";
-$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。";
-$a->strings["Time Conversion"] = "时间装换";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。";
-$a->strings["UTC time: %s"] = "UTC时间: %s";
-$a->strings["Current timezone: %s"] = "现在时区: %s";
-$a->strings["Converted localtime: %s"] = "装换的当地时间:%s";
-$a->strings["Please select your timezone:"] = "请选择你的时区:";
+$a->strings["Welcome to %s"] = "%s欢迎你";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "不好意思,可能你上传的是PHP设置允许的大";
+$a->strings["Or - did you try to upload an empty file?"] = "或者,你是不是上传空的文件?";
+$a->strings["File exceeds size limit of %d"] = "文件数目超过最多%d";
+$a->strings["File upload failed."] = "文件上传失败。";
+$a->strings["Profile Match"] = "简介符合";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "没有符合的关键字。请在您的默认简介加关键字。";
+$a->strings["is interested in:"] = "感兴趣对:";
+$a->strings["Connect"] = "连接";
+$a->strings["link"] = "链接";
+$a->strings["Not available."] = "不可用的";
+$a->strings["Community"] = "社会";
+$a->strings["No results."] = "没有结果";
+$a->strings["everybody"] = "每人";
+$a->strings["Additional features"] = "附加的特点";
+$a->strings["Display"] = "显示";
+$a->strings["Social Networks"] = "社会化网络";
+$a->strings["Delegations"] = "代表";
+$a->strings["Connected apps"] = "连接着应用";
+$a->strings["Export personal data"] = "出口私人信息";
+$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"] = "调动信息寄给您的熟人";
+$a->strings["Passwords do not match. Password unchanged."] = "密码们不相配。密码没未改变的。";
+$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"] = "钥匙(Consumer Key)";
+$a->strings["Consumer Secret"] = "密码(Consumer Secret)";
+$a->strings["Redirect"] = "重定向";
+$a->strings["Icon url"] = "图符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["Off"] = "关";
+$a->strings["On"] = "开";
+$a->strings["Additional Features"] = "附加的特点";
+$a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["enabled"] = "能够做的";
+$a->strings["disabled"] = "已停用";
+$a->strings["StatusNet"] = "StatusNet";
+$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:"] = "IMAP服务器名字:";
+$a->strings["IMAP port:"] = "IMAP服务器端口:";
+$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["Mark as seen"] = "标注看过";
+$a->strings["Move to folder"] = "搬到文件夹";
+$a->strings["Move to folder:"] = "搬到文件夹:";
+$a->strings["Display Settings"] = "表示设置";
+$a->strings["Display Theme:"] = "显示主题:";
+$a->strings["Mobile Theme:"] = "手机主题:";
+$a->strings["Update browser every xx seconds"] = "更新游览器每XX秒";
+$a->strings["Minimum of 10 seconds, no maximum"] = "最小10秒,没有上限";
+$a->strings["Number of items to display per page:"] = "每页表示多少项目:";
+$a->strings["Maximum of 100 items"] = "最多100项目";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "用手机看一页展示多少项目:";
+$a->strings["Don't show emoticons"] = "别表示请表符号";
+$a->strings["Don't show notices"] = "别表提示";
+$a->strings["Infinite scroll"] = "无限的滚动";
+$a->strings["Automatic updates only at the top of the network page"] = "";
+$a->strings["User Types"] = "";
+$a->strings["Community Types"] = "";
+$a->strings["Normal Account Page"] = "平常账户页";
+$a->strings["This account is a normal personal profile"] = "这个帐户是正常私人简介";
+$a->strings["Soapbox Page"] = "演讲台页";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "自动批准所有联络/友谊要求当只看的迷";
+$a->strings["Community Forum/Celebrity Account"] = "社会评坛/名人账户";
+$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "自动批准所有联络/友谊要求当看写的迷";
+$a->strings["Automatic Friend Page"] = "自动朋友页";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "自动批准所有联络/友谊要求当朋友";
+$a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]";
+$a->strings["Private forum - approved members only"] = "隐私评坛-只批准的成员";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(可选的)许这个OpenID这个账户登记。";
+$a->strings["Publish your default profile in your local site directory?"] = "出版您默认简介在您当地的网站目录?";
+$a->strings["No"] = "否";
+$a->strings["Publish your default profile in the global social directory?"] = "出版您默认简介在综合社会目录?";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "藏起来  发现您的熟人/朋友单不让这个简介看着看?\n ";
+$a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "";
+$a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?";
+$a->strings["Allow friends to tag your posts?"] = "允许朋友们标签您的文章?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "允许我们建议您潜力朋友给新成员?";
+$a->strings["Permit unknown people to send you private mail?"] = "允许生人寄给您私人邮件?";
+$a->strings["Profile is <strong>not published</strong>."] = "简介是<strong>没出版</strong>";
+$a->strings["Your Identity Address is"] = "您的同一个人地址是";
+$a->strings["Automatically expire posts after this many days:"] = "自动地过期文章这数天:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "如果空的,文章不会过期。过期的文章被删除";
+$a->strings["Advanced expiration settings"] = "先进的过期设置";
+$a->strings["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"] = "密码设置";
+$a->strings["New Password:"] = "新密码:";
+$a->strings["Confirm:"] = "确认:";
+$a->strings["Leave password fields blank unless changing"] = "非变化留空密码栏";
+$a->strings["Current Password:"] = "目前密码:";
+$a->strings["Your current password to confirm the changes"] = "您目前密码为确认变化";
+$a->strings["Password:"] = "密码:";
+$a->strings["Basic Settings"] = "基础设置";
+$a->strings["Full Name:"] = "全名:";
+$a->strings["Email Address:"] = "电子邮件地址:";
+$a->strings["Your Timezone:"] = "您的时区:";
+$a->strings["Default Post Location:"] = "默认文章位置:";
+$a->strings["Use Browser Location:"] = "用游览器位置:";
+$a->strings["Security and Privacy Settings"] = "安全和隐私设置";
+$a->strings["Maximum Friend Requests/Day:"] = "最多友谊要求个天:";
+$a->strings["(to prevent spam abuse)"] = "(为防止垃圾邮件滥用)";
+$a->strings["Default Post Permissions"] = "默认文章准许";
+$a->strings["(click to open/close)"] = "(点击为打开/关闭)";
+$a->strings["Show to Groups"] = "给组表示";
+$a->strings["Show to Contacts"] = "给熟人表示";
+$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:"] = "一天最多从生人私人邮件:";
+$a->strings["Notification Settings"] = "消息设置";
+$a->strings["By default post a status message when:"] = "默认地发现状通知如果:";
+$a->strings["accepting a friend request"] = "接受朋友邀请";
+$a->strings["joining a forum/community"] = "加入评坛/社会";
+$a->strings["making an <em>interesting</em> profile change"] = "把简介有意思地变修改";
+$a->strings["Send a notification email when:"] = "发一个消息要是:";
+$a->strings["You receive an introduction"] = "你受到一个介绍";
+$a->strings["Your introductions are confirmed"] = "你的介绍确认了";
+$a->strings["Someone writes on your profile wall"] = "某人写在你的简历墙";
+$a->strings["Someone writes a followup comment"] = "某人写一个后续的评论";
+$a->strings["You receive a private message"] = "你受到一个私消息";
+$a->strings["You receive a friend suggestion"] = "你受到一个朋友建议";
+$a->strings["You are tagged in a post"] = "你被在新闻标签";
+$a->strings["You are poked/prodded/etc. in a post"] = "您在文章被戳";
+$a->strings["Text-only notification emails"] = "";
+$a->strings["Send text only notification emails, without the html part"] = "";
+$a->strings["Advanced Account/Page Type Settings"] = "专家账户/页种设置";
+$a->strings["Change the behaviour of this account for special situations"] = "把这个账户特别情况的时候行动变化";
+$a->strings["Relocate"] = "调动";
+$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."] = "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。";
+$a->strings["Resend relocate message to contacts"] = "把调动信息寄给熟人";
+$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。";
+$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。";
+$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。";
+$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "%d需要的参数没找到在输入的位置。",
+);
+$a->strings["Introduction complete."] = "介绍完成的。";
+$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误";
+$a->strings["Profile unavailable."] = "简介无效";
+$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求";
+$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。";
+$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。";
+$a->strings["Invalid locator"] = "无效找到物";
+$a->strings["Invalid email address."] = "无效的邮件地址。";
+$a->strings["This account has not been configured for email. Request failed."] = "这个账户没有设置用电子邮件。要求没通过。";
+$a->strings["Unable to resolve your name at the provided location."] = "不可疏解您的名字再输入的位置。";
+$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。";
+$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。";
+$a->strings["Invalid profile URL."] = "无效的简介URL。";
+$a->strings["Disallowed profile URL."] = "不允许的简介地址.";
+$a->strings["Your introduction has been sent."] = "您的介绍发布了。";
+$a->strings["Please login to confirm introduction."] = "请登记为确认介绍。";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "错误的用户登记者。请用<strong>这个</strong>用户。";
+$a->strings["Hide this contact"] = "隐藏这个熟人";
+$a->strings["Welcome home %s."] = "欢迎%s。";
+$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。";
+$a->strings["Confirm"] = "确认";
+$a->strings["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=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "如果您还没有自由社会网络成员之一,<a href=\"http://dir.friendica.com/siteinfo\">点击这个环节找公开Friendica网站今天加入</a>.";
+$a->strings["Friend/Connection Request"] = "朋友/联络要求。";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "比如:jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "请回答下述的:";
+$a->strings["Does %s know you?"] = "%s是否认识你?";
+$a->strings["Add a personal note:"] = "添加个人的便条";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/联合社会化网";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。";
+$a->strings["Your Identity Address:"] = "您的同一个人地址:";
+$a->strings["Submit Request"] = "提交要求";
+$a->strings["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."] = "发送邮件失败。你的账户消息是:<br>用户名:%s<br> 密码: %s<br><br>。登录后能改密码。";
+$a->strings["Your registration can not be processed."] = "处理不了您的注册。";
+$a->strings["Your registration is pending approval by the site owner."] = "您的注册等网页主的批准。";
+$a->strings["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'."] = "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "如果您没熟悉OpenID,请留空这个栏和填另些栏。";
+$a->strings["Your OpenID (optional): "] = "您的OpenID(可选的):";
+$a->strings["Include your profile in member directory?"] = "放您的简介再员目录?";
+$a->strings["Membership on this site is by invitation only."] = "会员身份在这个网站是光通过邀请。";
+$a->strings["Your invitation ID: "] = "您邀请ID:";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "您姓名(例如「张三」):";
+$a->strings["Your Email Address: "] = "你的电子邮件地址:";
+$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>'."] = "选择简介昵称。昵称头一字必须拉丁字。您再这个网站的简介地址将「<strong>example@\$sitename</strong>」.";
+$a->strings["Choose a nickname: "] = "选择昵称:";
+$a->strings["Register"] = "注册";
+$a->strings["Import"] = "进口";
+$a->strings["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器";
+$a->strings["System down for maintenance"] = "系统关闭为了维持";
+$a->strings["Search"] = "搜索";
+$a->strings["Global Directory"] = "综合目录";
+$a->strings["Find on this site"] = "找在这网站";
+$a->strings["Site Directory"] = "网站目录";
+$a->strings["Age: "] = "年纪:";
+$a->strings["Gender: "] = "性别:";
+$a->strings["Gender:"] = "性别:";
+$a->strings["Status:"] = "现状:";
+$a->strings["Homepage:"] = "主页:";
+$a->strings["About:"] = "关于:";
+$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。";
+$a->strings["No potential page delegates located."] = "找不到可能代表页人。";
+$a->strings["Delegate Page Management"] = "页代表管理";
+$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."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。";
+$a->strings["Existing Page Managers"] = "目前页管理员";
+$a->strings["Existing Page Delegates"] = "目前页代表";
+$a->strings["Potential Delegates"] = "潜力的代表";
+$a->strings["Add"] = "加";
+$a->strings["No entries."] = "没有项目。";
+$a->strings["Common Friends"] = "普通朋友们";
+$a->strings["No contacts in common."] = "没有共同熟人。";
+$a->strings["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."] = "出口您的商户信息和熟人。这利于备份您的账户活着搬到别的服务器。";
+$a->strings["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)"] = "出口您账户信息,熟人和别的项目成json。可能是很大文件,花很多时间。用这个为创造全备份您的账户(照片没被出口)";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s现在是%2\$s";
+$a->strings["Mood"] = "心情";
+$a->strings["Set your current mood and tell your friends"] = "选择现在的心情而告诉朋友们";
+$a->strings["Do you really want to delete this suggestion?"] = "您真的想删除这个建议吗?";
+$a->strings["Friend Suggestions"] = "友谊建议";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "没有建议。如果这是新网站,请24小时后再试。";
+$a->strings["Ignore/Hide"] = "不理/隐藏";
+$a->strings["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["Likes"] = "喜欢";
+$a->strings["Dislikes"] = "不喜欢";
+$a->strings["Work/Employment"] = "工作";
+$a->strings["Religion"] = "宗教";
+$a->strings["Political Views"] = "政治观念";
+$a->strings["Gender"] = "性别";
+$a->strings["Sexual Preference"] = "性取向";
+$a->strings["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;"] = "%1\$s把%2\$s变化成&ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - 看 %1\$s的%2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s有更新的%2\$s,修改%3\$s.";
+$a->strings["Hide contacts and friends:"] = "";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "藏起来发现您的熟人/朋友单不让这个简介看着看?";
+$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["Profile Name:"] = "简介名:";
+$a->strings["Your Full Name:"] = "你的全名:";
+$a->strings["Title/Description:"] = "标题/描述:";
+$a->strings["Your Gender:"] = "你的性:";
+$a->strings["Birthday (%s):"] = "生日(%s):";
+$a->strings["Street Address:"] = "地址:";
+$a->strings["Locality/City:"] = "现场/城市:";
+$a->strings["Postal/Zip Code:"] = "邮政编码:";
+$a->strings["Country:"] = "国家:";
+$a->strings["Region/State:"] = "区域/省";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span>婚姻状况:";
+$a->strings["Who: (if applicable)"] = "谁:(要是使用)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "比如:limou,李某,limou@example。com";
+$a->strings["Since [date]:"] = "追溯[日期]:";
+$a->strings["Sexual Preference:"] = "性取向";
+$a->strings["Homepage URL:"] = "主页URL:";
+$a->strings["Hometown:"] = "故乡:";
+$a->strings["Political Views:"] = "政治观念:";
+$a->strings["Religious Views:"] = " 宗教信仰 :";
+$a->strings["Public Keywords:"] = "公开关键字 :";
+$a->strings["Private Keywords:"] = "私人关键字";
+$a->strings["Likes:"] = "喜欢:";
+$a->strings["Dislikes:"] = "不喜欢:";
+$a->strings["Example: fishing photography software"] = "例如:钓鱼 照片 软件";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(用于建议可能的朋友们,会被别人看)";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(用于搜索简介,没有给别人看)";
+$a->strings["Tell us about yourself..."] = "给我们自我介绍...";
+$a->strings["Hobbies/Interests"] = "爱好/兴趣";
+$a->strings["Contact information and Social Networks"] = "熟人信息和社会化网络";
+$a->strings["Musical interests"] = "音乐兴趣";
+$a->strings["Books, literature"] = "书,文学";
+$a->strings["Television"] = "电视";
+$a->strings["Film/dance/culture/entertainment"] = "电影/跳舞/文化/娱乐";
+$a->strings["Love/romance"] = "爱情/浪漫";
+$a->strings["Work/employment"] = "工作";
+$a->strings["School/education"] = "学院/教育";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。";
+$a->strings["Edit/Manage Profiles"] = "编辑/管理简介";
+$a->strings["Change profile photo"] = "换简介照片";
+$a->strings["Create New Profile"] = "创造新的简介";
+$a->strings["Profile Image"] = "简介图像";
+$a->strings["visible to everybody"] = "给打假可见的";
+$a->strings["Edit visibility"] = "修改能见度";
+$a->strings["Item not found"] = "项目没找到";
+$a->strings["Edit post"] = "编辑文章";
+$a->strings["upload photo"] = "上传照片";
+$a->strings["Attach file"] = "附上文件";
+$a->strings["attach file"] = "附上文件";
+$a->strings["web link"] = "网页环节";
+$a->strings["Insert video link"] = "插入视频环节";
+$a->strings["video link"] = "视频环节";
+$a->strings["Insert audio link"] = "插入录音环节";
+$a->strings["audio link"] = "录音环节";
+$a->strings["Set your location"] = "设定您的位置";
+$a->strings["set location"] = "指定位置";
+$a->strings["Clear browser location"] = "清空浏览器位置";
+$a->strings["clear location"] = "清理出位置";
+$a->strings["Permission settings"] = "权设置";
+$a->strings["CC: email addresses"] = "抄送: 电子邮件地址";
+$a->strings["Public post"] = "公开的消息";
+$a->strings["Set title"] = "指定标题";
+$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com";
+$a->strings["This is Friendica, version"] = "这是Friendica,版本";
+$a->strings["running at web location"] = "运作再网址";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "请看<a href=\"http://friendica.com\">Friendica.com</a>发现多关于Friendica工程。";
+$a->strings["Bug reports and issues: please visit"] = "问题报案:请去";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com";
+$a->strings["Installed plugins/addons/apps:"] = "安装的插件/加件/应用:";
+$a->strings["No installed plugins/addons/apps"] = "没有安装的插件/应用";
+$a->strings["Authorize application connection"] = "授权应用连接";
+$a->strings["Return to your app and insert this Securty Code:"] = "回归您的应用和输入这个安全密码:";
+$a->strings["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?"] = "您想不想使这个应用用权您的文章和熟人,和/或代您造成新文章";
+$a->strings["Remote privacy information not available."] = "摇隐私信息无效";
+$a->strings["Visible to:"] = "可见给:";
+$a->strings["Personal Notes"] = "私人便条";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "时间装换";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。";
+$a->strings["UTC time: %s"] = "UTC时间: %s";
+$a->strings["Current timezone: %s"] = "现在时区: %s";
+$a->strings["Converted localtime: %s"] = "装换的当地时间:%s";
+$a->strings["Please select your timezone:"] = "请选择你的时区:";
+$a->strings["Poke/Prod"] = "戳";
+$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动";
+$a->strings["Recipient"] = "接受者";
+$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作";
+$a->strings["Make this post private"] = "使这个文章私人";
+$a->strings["Total invitation limit exceeded."] = "邀请限超过了。";
+$a->strings["%s : Not a valid email address."] = "%s : 不是效的电子邮件地址.";
+$a->strings["Please join us on Friendica"] = "请加入我们再Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "邀请限超过了。请联系您的网站管理员。";
+$a->strings["%s : Message delivery failed."] = "%s : 送消息失败了。";
+$a->strings["%d message sent."] = array(
+       0 => "%d消息传送了。",
+);
+$a->strings["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."] = "参观%s看一单公开网站您会加入。Friendica成员在别的网站都会互相连接,再跟很多别的社会网络。";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "为接受这个邀请,请再%s或什么别的Friendica网站注册。";
+$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网站们都互相连接造成隐私增加的社会网络属和控制由它的成员。它们也能跟多传统的社会网络连接。看%s表示一单您会加入供替换的Friendica网站。";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。";
+$a->strings["Send invitations"] = "发请柬";
+$a->strings["Enter email addresses, one per line:"] = "输入电子邮件地址,一行一个:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "您被邀请跟我和彼得近朋友们再Friendica加入-和帮助我们造成更好的社会网络。";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "您要输入这个邀请密码:\$invite_code";
+$a->strings["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"] = "看别的信息由于Friendica工程和怎么我们看重,请看http://friendica.com";
+$a->strings["Photo Albums"] = "相册";
+$a->strings["Contact Photos"] = "熟人照片";
+$a->strings["Upload New Photos"] = "上传新照片";
+$a->strings["Contact information unavailable"] = "熟人信息不可用";
+$a->strings["Album not found."] = "取回不了相册.";
+$a->strings["Delete Album"] = "删除相册";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "您真的想删除这个相册和所有里面的照相吗?";
+$a->strings["Delete Photo"] = "删除照片";
+$a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s";
+$a->strings["a photo"] = "一张照片";
+$a->strings["Image exceeds size limit of "] = "图片超出最大尺寸";
+$a->strings["Image file is empty."] = "图片文件空的。";
+$a->strings["No photos selected"] = "没有照片挑选了";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "您用%2$.2f兆字节的%1$.2f兆字节照片存储。";
+$a->strings["Upload Photos"] = "上传照片";
+$a->strings["New album name: "] = "新册名:";
+$a->strings["or existing album name: "] = "或现有册名";
+$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传";
+$a->strings["Permissions"] = "权利";
+$a->strings["Private Photo"] = "私人照相";
+$a->strings["Public Photo"] = "公开照相";
+$a->strings["Edit Album"] = "编照片册";
+$a->strings["Show Newest First"] = "先表示最新的";
+$a->strings["Show Oldest First"] = "先表示最老的";
+$a->strings["View Photo"] = "看照片";
+$a->strings["Permission denied. Access to this item may be restricted."] = "无权利。用这个项目可能受限制。";
+$a->strings["Photo not available"] = "照片不可获得的 ";
+$a->strings["View photo"] = "看照片";
+$a->strings["Edit photo"] = "编辑照片";
+$a->strings["Use as profile photo"] = "用为资料图";
+$a->strings["View Full Size"] = "看全尺寸";
+$a->strings["Tags: "] = "标签:";
+$a->strings["[Remove any tag]"] = "[删除任何标签]";
+$a->strings["Rotate CW (right)"] = "顺时针地转动(左)";
+$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)";
+$a->strings["New album name"] = "新册名";
+$a->strings["Caption"] = "字幕";
+$a->strings["Add a Tag"] = "加标签";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv";
+$a->strings["Private photo"] = "私人照相";
+$a->strings["Public photo"] = "公开照相";
+$a->strings["Share"] = "分享";
+$a->strings["Recent Photos"] = "最近的照片";
+$a->strings["Account approved."] = "账户批准了";
+$a->strings["Registration revoked for %s"] = "%s的登记撤销了";
+$a->strings["Please login."] = "清登录。";
+$a->strings["Move account"] = "把账户搬出";
+$a->strings["You can import an account from another Friendica server."] = "您会从别的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."] = "您要把您老服务器账户出口才这里上传。我们重现您账户这里,包括所有您的熟人。我们再试通知您朋友们您搬到这里。";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "这个特点是在试验阶段。我们进口不了Ostatus网络(statusnet/identi.ca)或Diaspora熟人";
+$a->strings["Account file"] = "账户文件";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "为出口您账户,点击「设置→出口您私人信息」和选择「出口账户」";
+$a->strings["Item not available."] = "项目不可用的";
+$a->strings["Item was not found."] = "找不到项目。";
+$a->strings["Delete this item?"] = "删除这个项目?";
+$a->strings["show fewer"] = "显示更小";
+$a->strings["Update %s failed. See error logs."] = "更新%s美通过。看错误记录。";
+$a->strings["Create a New Account"] = "创造新的账户";
+$a->strings["Logout"] = "注销";
+$a->strings["Nickname or Email address: "] = "绰号或电子邮件地址: ";
+$a->strings["Password: "] = "密码: ";
+$a->strings["Remember me"] = "记住我";
+$a->strings["Or login using OpenID: "] = "或者用OpenID登记:";
+$a->strings["Forgot your password?"] = "忘记你的密码吗?";
+$a->strings["Website Terms of Service"] = "网站的各项规定";
+$a->strings["terms of service"] = "各项规定";
+$a->strings["Website Privacy Policy"] = "网站隐私政策";
+$a->strings["privacy policy"] = "隐私政策";
+$a->strings["Requested account is not available."] = "要求的账户不可用。";
+$a->strings["Edit profile"] = "修改简介";
+$a->strings["Message"] = "通知";
+$a->strings["Profiles"] = "简介";
+$a->strings["Manage/edit profiles"] = "管理/修改简介";
+$a->strings["Network:"] = "网络";
+$a->strings["g A l F d"] = "g A l d F";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[今天]";
+$a->strings["Birthday Reminders"] = "提醒生日";
+$a->strings["Birthdays this week:"] = "这周的生日:";
+$a->strings["[No description]"] = "[无描述]";
+$a->strings["Event Reminders"] = "事件提醒";
+$a->strings["Events this week:"] = "这周的事件:";
+$a->strings["Status"] = "现状";
+$a->strings["Status Messages and Posts"] = "现状通知和文章";
+$a->strings["Profile Details"] = "简介内容";
+$a->strings["Videos"] = "视频";
+$a->strings["Events and Calendar"] = "项目和日历";
+$a->strings["Only You Can See This"] = "只您许看这个";
+$a->strings["This entry was edited"] = "这个文章被编辑了";
+$a->strings["ignore thread"] = "忽视主题";
+$a->strings["unignore thread"] = "别忽视主题";
+$a->strings["toggle ignore status"] = "切换忽视状态";
+$a->strings["ignored"] = "忽视";
+$a->strings["Categories:"] = "种类:";
+$a->strings["Filed under:"] = "归档在:";
+$a->strings["via"] = "经过";
+$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."] = "";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "";
+$a->strings["Errors encountered creating database tables."] = "造成数据库列表相遇错误。";
+$a->strings["Errors encountered performing database changes."] = "";
+$a->strings["Logged out."] = "注销了";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。";
+$a->strings["The error message was:"] = "错误通知是:";
+$a->strings["Add New Contact"] = "增添新的熟人";
+$a->strings["Enter address or web location"] = "输入地址或网位置";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "比如:li@example.com, http://example.com/li";
+$a->strings["%d invitation available"] = array(
+       0 => "%d邀请可用的",
+);
+$a->strings["Find People"] = "找人物";
+$a->strings["Enter name or interest"] = "输入名字或兴趣";
+$a->strings["Connect/Follow"] = "连接/关注";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "比如:李某,打鱼";
+$a->strings["Similar Interests"] = "相似兴趣";
+$a->strings["Random Profile"] = "随机简介";
+$a->strings["Invite Friends"] = "邀请朋友们";
+$a->strings["Networks"] = "网络";
+$a->strings["All Networks"] = "所有网络";
+$a->strings["Saved Folders"] = "保存的文件夹";
+$a->strings["Everything"] = "一切";
+$a->strings["Categories"] = "种类";
+$a->strings["General Features"] = "总的特点";
+$a->strings["Multiple Profiles"] = "多简介";
+$a->strings["Ability to create multiple profiles"] = "能穿凿多简介";
+$a->strings["Post Composition Features"] = "写文章特点";
+$a->strings["Richtext Editor"] = "富文本格式编辑";
+$a->strings["Enable richtext editor"] = "使富文本格式编辑可用";
+$a->strings["Post Preview"] = "文章预演";
+$a->strings["Allow previewing posts and comments before publishing them"] = "允许文章和评论出版前预演";
+$a->strings["Auto-mention Forums"] = "自动提示论坛";
+$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "添加/删除提示论坛页选择/淘汰在ACL窗户的时候。";
+$a->strings["Network Sidebar Widgets"] = "网络工具栏小窗口";
+$a->strings["Search by Date"] = "按日期搜索";
+$a->strings["Ability to select posts by date ranges"] = "能按时期范围选择文章";
+$a->strings["Group Filter"] = "组滤器";
+$a->strings["Enable widget to display Network posts only from selected group"] = "使光表示网络文章从选择的组小窗口";
+$a->strings["Network Filter"] = "网络滤器";
+$a->strings["Enable widget to display Network posts only from selected network"] = "使光表示网络文章从选择的网络小窗口";
+$a->strings["Save search terms for re-use"] = "保存搜索关键为再用";
+$a->strings["Network Tabs"] = "网络分页";
+$a->strings["Network Personal Tab"] = "网络私人分页";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "使表示光网络文章您参加了分页可用";
+$a->strings["Network New Tab"] = "网络新分页";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "使表示光网络文章在12小时内分页可用";
+$a->strings["Network Shared Links Tab"] = "网络分享链接分页";
+$a->strings["Enable tab to display only Network posts with links in them"] = "使表示光网络文章包括链接分页可用";
+$a->strings["Post/Comment Tools"] = "文章/评论工具";
+$a->strings["Multiple Deletion"] = "多删除";
+$a->strings["Select and delete multiple posts/comments at once"] = "选择和删除多文章/评论一次";
+$a->strings["Edit Sent Posts"] = "编辑发送的文章";
+$a->strings["Edit and correct posts and comments after sending"] = "编辑或修改文章和评论发送后";
+$a->strings["Tagging"] = "标签";
+$a->strings["Ability to tag existing posts"] = "能把目前的文章标签";
+$a->strings["Post Categories"] = "文章种类";
+$a->strings["Add categories to your posts"] = "加入种类给您的文章";
+$a->strings["Ability to file posts under folders"] = "能把文章归档在文件夹 ";
+$a->strings["Dislike Posts"] = "不喜欢文章";
+$a->strings["Ability to dislike posts/comments"] = "能不喜欢文章/评论";
+$a->strings["Star Posts"] = "文章星";
+$a->strings["Ability to mark special posts with a star indicator"] = "能把优秀文章跟星标注";
+$a->strings["Mute Post Notifications"] = "";
+$a->strings["Ability to mute notifications for a thread"] = "";
+$a->strings["Connect URL missing."] = "连接URL失踪的。";
+$a->strings["This site is not configured to allow communications with other networks."] = "这网站没配置允许跟别的网络交流.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "没有兼容协议或者摘要找到了.";
+$a->strings["The profile address specified does not provide adequate information."] = "输入的简介地址没有够消息。";
+$a->strings["An author or name was not found."] = "找不到作者或名。";
+$a->strings["No browser URL could be matched to this address."] = "这个地址没有符合什么游览器URL。";
+$a->strings["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."] = "输入mailto:地址前为要求电子邮件检查。";
+$a->strings["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."] = "有限的简介。这人不会接受直达/私人通信从您。";
+$a->strings["Unable to retrieve contact information."] = "不能取回熟人消息。";
+$a->strings["following"] = "关注";
+$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."] = "一个删除的组用这名被复兴。现有的项目权利<strong>可能</strong>还效为这个组和未来的成员。如果这不是您想的,请造成新组给起别的名。";
+$a->strings["Default privacy group for new contacts"] = "默认隐私组为新熟人";
+$a->strings["Everybody"] = "每人";
+$a->strings["edit"] = "编辑";
+$a->strings["Edit group"] = "编辑组";
+$a->strings["Create a new group"] = "创造新组";
+$a->strings["Contacts not in any group"] = "熟人没有组";
+$a->strings["Miscellaneous"] = "形形色色";
+$a->strings["year"] = "年";
+$a->strings["month"] = "月";
+$a->strings["day"] = "日";
+$a->strings["never"] = "从未";
+$a->strings["less than a second ago"] = "一秒以内";
+$a->strings["years"] = "年";
+$a->strings["months"] = "月";
+$a->strings["week"] = "星期";
+$a->strings["weeks"] = "星期";
+$a->strings["days"] = "天";
+$a->strings["hour"] = "小时";
+$a->strings["hours"] = "小时";
+$a->strings["minute"] = "分钟";
+$a->strings["minutes"] = "分钟";
+$a->strings["second"] = "秒";
+$a->strings["seconds"] = "秒";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s以前";
+$a->strings["%s's birthday"] = "%s的生日";
+$a->strings["Happy Birthday %s"] = "生日快乐%s";
+$a->strings["Visible to everybody"] = "任何人可见的";
+$a->strings["show"] = "著";
+$a->strings["don't show"] = "别著";
+$a->strings["[no subject]"] = "[无题目]";
+$a->strings["stopped following"] = "结束关注了";
+$a->strings["Poke"] = "戳";
+$a->strings["View Status"] = "看现状";
+$a->strings["View Profile"] = "看简介";
+$a->strings["View Photos"] = "看照片";
+$a->strings["Network Posts"] = "网络文章";
+$a->strings["Edit Contact"] = "编辑熟人";
+$a->strings["Drop Contact"] = "删除熟人";
+$a->strings["Send PM"] = "法私人的新闻";
+$a->strings["Welcome "] = "欢迎";
+$a->strings["Please upload a profile photo."] = "请上传一张简介照片";
+$a->strings["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."] = "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。";
+$a->strings["event"] = "项目";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳";
+$a->strings["poked"] = "戳了";
+$a->strings["post/item"] = "文章/项目";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s标注%2\$s的%3\$s为偏爱";
+$a->strings["remove"] = "删除";
+$a->strings["Delete Selected Items"] = "删除选的项目";
+$a->strings["Follow Thread"] = "关注线绳";
+$a->strings["%s likes this."] = "%s喜欢这个.";
+$a->strings["%s doesn't like this."] = "%s没有喜欢这个.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d人们</span>喜欢这个";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d人们</span>不喜欢这个";
+$a->strings["and"] = "和";
+$a->strings[", and %d other people"] = ",和%d别人";
+$a->strings["%s like this."] = "%s喜欢这个";
+$a->strings["%s don't like this."] = "%s不喜欢这个";
+$a->strings["Visible to <strong>everybody</strong>"] = "<strong>大家</strong>可见的";
+$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:";
+$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:";
+$a->strings["Tag term:"] = "标签:";
+$a->strings["Where are you right now?"] = "你在哪里?";
+$a->strings["Delete item(s)?"] = "把项目删除吗?";
+$a->strings["Post to Email"] = "电邮发布";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。";
+$a->strings["permissions"] = "权利";
+$a->strings["Post to Groups"] = "发到组";
+$a->strings["Post to Contacts"] = "发到熟人";
+$a->strings["Private post"] = "私人文章";
+$a->strings["view full size"] = "看全尺寸";
+$a->strings["newer"] = "更新";
+$a->strings["older"] = "更旧";
+$a->strings["prev"] = "上个";
+$a->strings["first"] = "首先";
+$a->strings["last"] = "最后";
+$a->strings["next"] = "下个";
+$a->strings["No contacts"] = "没有熟人";
+$a->strings["%d Contact"] = array(
+       0 => "%d熟人",
+);
+$a->strings["poke"] = "戳";
+$a->strings["ping"] = "砰";
+$a->strings["pinged"] = "砰了";
+$a->strings["prod"] = "柔戳";
+$a->strings["prodded"] = "柔戳了";
+$a->strings["slap"] = "掌击";
+$a->strings["slapped"] = "掌击了";
+$a->strings["finger"] = "指";
+$a->strings["fingered"] = "指了";
+$a->strings["rebuff"] = "窝脖儿";
+$a->strings["rebuffed"] = "窝脖儿了";
+$a->strings["happy"] = "开心";
+$a->strings["sad"] = "伤心";
+$a->strings["mellow"] = "轻松";
+$a->strings["tired"] = "累";
+$a->strings["perky"] = "机敏";
+$a->strings["angry"] = "生气";
+$a->strings["stupified"] = "麻醉";
+$a->strings["puzzled"] = "纳闷";
+$a->strings["interested"] = "有兴趣";
+$a->strings["bitter"] = "苦";
+$a->strings["cheerful"] = "快乐";
+$a->strings["alive"] = "活着";
+$a->strings["annoyed"] = "被烦恼";
+$a->strings["anxious"] = "心焦";
+$a->strings["cranky"] = "不稳";
+$a->strings["disturbed"] = "不安";
+$a->strings["frustrated"] = "被作梗";
+$a->strings["motivated"] = "士气高涨";
+$a->strings["relaxed"] = "轻松";
+$a->strings["surprised"] = "诧异";
+$a->strings["Monday"] = "星期一";
+$a->strings["Tuesday"] = "星期二";
+$a->strings["Wednesday"] = "星期三";
+$a->strings["Thursday"] = "星期四";
+$a->strings["Friday"] = "星期五";
+$a->strings["Saturday"] = "星期六";
+$a->strings["Sunday"] = "星期天";
+$a->strings["January"] = "一月";
+$a->strings["February"] = "二月";
+$a->strings["March"] = "三月";
+$a->strings["April"] = "四月";
+$a->strings["May"] = "五月";
+$a->strings["June"] = "六月";
+$a->strings["July"] = "七月";
+$a->strings["August"] = "八月";
+$a->strings["September"] = "九月";
+$a->strings["October"] = "十月";
+$a->strings["November"] = "十一月";
+$a->strings["December"] = "十二月";
+$a->strings["bytes"] = "字节";
+$a->strings["Click to open/close"] = "点击为开关";
+$a->strings["default"] = "默认";
+$a->strings["Select an alternate language"] = "选择别的语言";
+$a->strings["activity"] = "活动";
+$a->strings["post"] = "文章";
+$a->strings["Item filed"] = "把项目归档了";
+$a->strings["Image/photo"] = "图像/照片";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a>写了下面的<a href=\"%s\" target=\"_blank\">消息</a>";
+$a->strings["$1 wrote:"] = "$1写:";
+$a->strings["Encrypted content"] = "加密的内容";
+$a->strings["(no subject)"] = "沒有题目";
+$a->strings["noreply"] = "noreply";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」";
+$a->strings["Unknown | Not categorised"] = "未知的 |无分类";
+$a->strings["Block immediately"] = "立即拦";
+$a->strings["Shady, spammer, self-marketer"] = "可疑,发垃圾者,自市场开发者";
+$a->strings["Known to me, but no opinion"] = "我认识,但没有意见";
+$a->strings["OK, probably harmless"] = "行,大概无恶意的";
+$a->strings["Reputable, has my trust"] = "可信的,有我的信任";
+$a->strings["Weekly"] = "每周";
+$a->strings["Monthly"] = "每月";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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连接";
+$a->strings["Statusnet"] = "Statusnet";
+$a->strings["App.net"] = "";
+$a->strings[" on Last.fm"] = "在Last.fm";
+$a->strings["Starts:"] = "开始:";
+$a->strings["Finishes:"] = "结束:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "生日:";
+$a->strings["Age:"] = "年纪:";
+$a->strings["for %1\$d %2\$s"] = "为%1\$d %2\$s";
+$a->strings["Tags:"] = "标签:";
+$a->strings["Religion:"] = "宗教:";
+$a->strings["Hobbies/Interests:"] = "爱好/兴趣";
+$a->strings["Contact information and Social Networks:"] = "熟人消息和社会化网络";
+$a->strings["Musical interests:"] = "音乐兴趣:";
+$a->strings["Books, literature:"] = "书,文学";
+$a->strings["Television:"] = "电视:";
+$a->strings["Film/dance/culture/entertainment:"] = "电影/跳舞/文化/娱乐:";
+$a->strings["Love/Romance:"] = "爱情/浪漫";
+$a->strings["Work/employment:"] = "工作";
+$a->strings["School/education:"] = "学院/教育";
+$a->strings["Click here to upgrade."] = "这里点击为更新。";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "这个行动超过您订阅的限制。";
+$a->strings["This action is not available under your subscription plan."] = "这个行动在您的订阅不可用的。";
+$a->strings["End this session"] = "结束这段时间";
+$a->strings["Your posts and conversations"] = "你的消息和交谈";
+$a->strings["Your profile page"] = "你的简介页";
+$a->strings["Your photos"] = "你的照片";
+$a->strings["Your videos"] = "";
+$a->strings["Your events"] = "你的项目";
+$a->strings["Personal notes"] = "私人的便条";
+$a->strings["Your personal notes"] = "";
+$a->strings["Sign in"] = "登记";
+$a->strings["Home Page"] = "主页";
+$a->strings["Create an account"] = "注册";
+$a->strings["Help and documentation"] = "帮助证件";
+$a->strings["Apps"] = "应用程序";
+$a->strings["Addon applications, utilities, games"] = "可加的应用,设施,游戏";
+$a->strings["Search site content"] = "搜索网站内容";
+$a->strings["Conversations on this site"] = "这个网站的交谈";
+$a->strings["Conversations on the network"] = "";
+$a->strings["Directory"] = "名录";
+$a->strings["People directory"] = "人物名录";
+$a->strings["Information"] = "资料";
+$a->strings["Information about this friendica instance"] = "资料关于这个Friendica服务器";
+$a->strings["Conversations from your friends"] = "从你朋友们的交谈";
+$a->strings["Network Reset"] = "网络重设";
+$a->strings["Load Network page with no filters"] = "表示网络页无滤器";
+$a->strings["Friend Requests"] = "友谊邀请";
+$a->strings["See all notifications"] = "看所有的通知";
+$a->strings["Mark all system notifications seen"] = "记号各系统通知看过的";
+$a->strings["Private mail"] = "私人的邮件";
+$a->strings["Inbox"] = "收件箱";
+$a->strings["Outbox"] = "发件箱";
+$a->strings["Manage"] = "代用户";
+$a->strings["Manage other pages"] = "管理别的页";
+$a->strings["Account settings"] = "帐户配置";
+$a->strings["Manage/Edit Profiles"] = "管理/编辑简介";
+$a->strings["Manage/edit friends and contacts"] = "管理/编朋友们和熟人们";
+$a->strings["Site setup and configuration"] = "网站开办和配置";
+$a->strings["Navigation"] = "航行";
+$a->strings["Site map"] = "网站地图";
+$a->strings["User not found."] = "找不到用户";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["There is no status with this id."] = "没有什么状态跟这个ID";
+$a->strings["There is no conversation with this id."] = "没有这个ID的对话";
+$a->strings["Invalid request."] = "";
+$a->strings["Invalid item."] = "";
+$a->strings["Invalid action. "] = "";
+$a->strings["DB error"] = "";
+$a->strings["An invitation is required."] = "邀请必要的。";
+$a->strings["Invitation could not be verified."] = "不能证实邀请。";
+$a->strings["Invalid OpenID url"] = "无效的OpenID url";
+$a->strings["Please enter the required information."] = "请输入必要的信息。";
+$a->strings["Please use a shorter name."] = "请用短一点名。";
+$a->strings["Name too short."] = "名字太短。";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "这看上去不是您的全姓名。";
+$a->strings["Your email domain is not among those allowed on this site."] = "这网站允许的域名中没有您的";
+$a->strings["Not a valid email address."] = "无效的邮件地址。";
+$a->strings["Cannot use that email."] = "不能用这个邮件地址。";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "您的昵称只能包含\"a-z\",\"0-9\",\"-\"和\"_\",还有头一字必须是拉丁字。";
+$a->strings["Nickname is already registered. Please choose another."] = "昵称已经报到。请选择新的。";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "昵称曾经这里注册于是不能再用。请选择别的。";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "要紧错误:产生安全钥匙失败了。";
+$a->strings["An error occurred during registration. Please try again."] = "报到出了问题。请再试。";
+$a->strings["An error occurred creating your default profile. Please try again."] = "造成默认简介出了问题。请再试。";
+$a->strings["Friends"] = "朋友";
+$a->strings["\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."] = "";
+$a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络";
+$a->strings["Attachments:"] = "附件:";
+$a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?";
+$a->strings["Archives"] = "档案";
+$a->strings["Male"] = "男的";
+$a->strings["Female"] = "女的";
+$a->strings["Currently Male"] = "现在男的";
+$a->strings["Currently Female"] = "现在女的";
+$a->strings["Mostly Male"] = "主要男的";
+$a->strings["Mostly Female"] = "主要女的";
+$a->strings["Transgender"] = "跨性別";
+$a->strings["Intersex"] = "阴阳人";
+$a->strings["Transsexual"] = "”转基因“人";
+$a->strings["Hermaphrodite"] = "两性体";
+$a->strings["Neuter"] = "中性的";
+$a->strings["Non-specific"] = "不明确的";
+$a->strings["Other"] = "别的";
+$a->strings["Undecided"] = "未决";
+$a->strings["Males"] = "男人";
+$a->strings["Females"] = "女人";
+$a->strings["Gay"] = "男同性恋的";
+$a->strings["Lesbian"] = "女同性恋的";
+$a->strings["No Preference"] = "无偏爱";
+$a->strings["Bisexual"] = "双性恋的";
+$a->strings["Autosexual"] = "自性的";
+$a->strings["Abstinent"] = "有节制的";
+$a->strings["Virgin"] = "原始的";
+$a->strings["Deviant"] = "变态";
+$a->strings["Fetish"] = "恋物对象";
+$a->strings["Oodles"] = "多多";
+$a->strings["Nonsexual"] = "无性";
+$a->strings["Single"] = "单身";
+$a->strings["Lonely"] = "寂寞";
+$a->strings["Available"] = "单身的";
+$a->strings["Unavailable"] = "不可获得的";
+$a->strings["Has crush"] = "迷恋";
+$a->strings["Infatuated"] = "痴迷";
+$a->strings["Dating"] = "约会";
+$a->strings["Unfaithful"] = "外遇";
+$a->strings["Sex Addict"] = "性交因成瘾者";
+$a->strings["Friends/Benefits"] = "朋友/益";
+$a->strings["Casual"] = "休闲";
+$a->strings["Engaged"] = "已订婚的";
+$a->strings["Married"] = "结婚";
+$a->strings["Imaginarily married"] = "想像结婚";
+$a->strings["Partners"] = "伴侣";
+$a->strings["Cohabiting"] = "同居";
+$a->strings["Common law"] = "普通法结婚";
+$a->strings["Happy"] = "幸福";
+$a->strings["Not looking"] = "没找";
+$a->strings["Swinger"] = "交换性伴侣的";
+$a->strings["Betrayed"] = "被背叛";
+$a->strings["Separated"] = "分手";
+$a->strings["Unstable"] = "不稳";
+$a->strings["Divorced"] = "离婚";
+$a->strings["Imaginarily divorced"] = "想像离婚";
+$a->strings["Widowed"] = "寡妇";
+$a->strings["Uncertain"] = "不确定";
+$a->strings["It's complicated"] = "是复杂";
+$a->strings["Don't care"] = "无所谓";
+$a->strings["Ask me"] = "问我";
+$a->strings["Friendica Notification"] = "Friendica 通知";
+$a->strings["Thank You,"] = "谢谢,";
+$a->strings["%s Administrator"] = "%s管理员";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify]收到新邮件在%s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s发给您新私人通知在%2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s发给您%2\$s.";
+$a->strings["a private message"] = "一条私人的消息";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "清去%s为了看或回答你私人的消息";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s于[url=%2\$s]a %3\$s[/url]评论了";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s于[url=%2\$s]%3\$s的%4\$s[/url]评论了";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s于[url=%2\$s]您的%3\$s[/url]评论了";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify]于交流#%1\$d由%2\$s评论";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s对你有兴趣的项目/ 交谈发表意见";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "清去%s为了看或回答交谈";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s贴在您的简介墙";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s放在您的简介墙在%2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s放在[url=%2\$s]您的墙[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s标签您";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s把您在%2\$s标签";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s[url=%2\$s]把您标签[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s分享新的消息";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s分享新的消息在%2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]分享一个消息[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify]您被%1\$s戳";
+$a->strings["%1\$s poked you at %2\$s"] = "您被%1\$s戳在%2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s]把您戳[/url]。";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s标前您的文章";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s把您的文章在%2\$s标签";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s把[url=%2\$s]您的文章[/url]标签";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] 收到介绍";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "您从「%1\$s」受到一个介绍在%2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "您从%2\$s收到[url=%1\$s]一个介绍[/url]。";
+$a->strings["You may visit their profile at %s"] = "你能看他的简介在%s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "请批准或拒绝介绍在%s";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "";
+$a->strings["[Friendica:Notify] You have a new follower"] = "";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] 收到朋友建议";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "您从「%2\$s」收到[url=%1\$s]一个朋友建议[/url]。";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "您从%3\$s收到[url=%1\$s]一个朋友建议[/url]为%2\$s。";
+$a->strings["Name:"] = "名字:";
+$a->strings["Photo:"] = "照片:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "请批准或拒绝建议在%s";
+$a->strings["[Friendica:Notify] Connection accepted"] = "";
+$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "";
+$a->strings["%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\n\twithout restriction."] = "";
+$a->strings["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'选择欢迎你为\"迷\",限制有的沟通方式,比如死人交流和有的简介互动。如果这是名人或社会页,此设置是自动地施用。";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "";
+$a->strings["[Friendica System:Notify] registration request"] = "";
+$a->strings["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."] = "";
+$a->strings["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."] = "";
+$a->strings["Embedded content"] = "嵌入内容";
+$a->strings["Embedding disabled"] = "嵌入已停用";
+$a->strings["Error decoding account file"] = "解码账户文件出错误";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "错误!文件没有版本数!这不是Friendica账户文件吗?";
+$a->strings["Error! Cannot check nickname"] = "错误!不能检查昵称";
+$a->strings["User '%s' already exists on this server!"] = "用户「%s」已经存在这个服务器!";
+$a->strings["User creation error"] = "用户创造错误";
+$a->strings["User profile creation error"] = "用户简介创造错误";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d熟人没进口了",
+);
+$a->strings["Done. You can now login with your username and password"] = "完了。您现在会用您用户名和密码登录";
+$a->strings["toggle mobile"] = "交替手机";
+$a->strings["Theme settings"] = "主题设置";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "选择图片在文章和评论的重设尺寸(宽和高)";
+$a->strings["Set font-size for posts and comments"] = "决定字体大小在文章和评论";
+$a->strings["Set theme width"] = "选择主题宽";
+$a->strings["Color scheme"] = " 色彩设计";
+$a->strings["Set line-height for posts and comments"] = "决定行高在文章和评论";
+$a->strings["Set colour scheme"] = "选择色彩设计";
+$a->strings["Alignment"] = "成直线 ";
+$a->strings["Left"] = "左边";
+$a->strings["Center"] = "中间";
+$a->strings["Posts font size"] = "文章";
+$a->strings["Textareas font size"] = "文本区字体大小";
+$a->strings["Set resolution for middle column"] = "决定中栏的显示分辨率列表";
+$a->strings["Set color scheme"] = "选择色彩设计";
+$a->strings["Set zoomfactor for Earth Layer"] = "选择拉近镜头级在地球层";
+$a->strings["Set longitude (X) for Earth Layers"] = "选择经度(X)在地球层";
+$a->strings["Set latitude (Y) for Earth Layers"] = "选择纬度(Y)在地球层";
+$a->strings["Community Pages"] = "社会页";
+$a->strings["Earth Layers"] = "地球层";
+$a->strings["Community Profiles"] = "社会简介";
+$a->strings["Help or @NewHere ?"] = "帮助或@菜鸟?";
+$a->strings["Connect Services"] = "连接服务";
+$a->strings["Find Friends"] = "找朋友们";
+$a->strings["Last users"] = "上次用户";
+$a->strings["Last photos"] = "上次照片";
+$a->strings["Last likes"] = "上次喜欢";
+$a->strings["Your contacts"] = "您的熟人";
+$a->strings["Your personal photos"] = "你私人的照片";
+$a->strings["Local Directory"] = "当地目录";
+$a->strings["Set zoomfactor for Earth Layers"] = "选择拉近镜头级在地球层";
+$a->strings["Show/hide boxes at right-hand column:"] = "表示/隐藏盒子在友兰:";
+$a->strings["Set style"] = "选择款式";
+$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"] = "变化";