]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4506 from annando/fix-update
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 27 Feb 2018 09:18:13 +0000 (04:18 -0500)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2018 09:18:13 +0000 (04:18 -0500)
Fix for network update (number of maximum comments set to 0)

mod/network.php
mod/settings.php
src/Model/Contact.php
src/Protocol/DFRN.php
util/messages.po
view/lang/zh-cn/messages.po
view/lang/zh-cn/strings.php

index 34ff4aa68720074de08e2de25a7cbce84b5ccfde..6373af8022c4d724031f0df6c81c29c259404317 100644 (file)
@@ -764,7 +764,7 @@ function networkThreadedView(App $a, $update = 0)
                } else {
                        $sql_extra4 = '';
                }
-               $r = q("SELECT `item`.`uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
+               $r = q("SELECT `item`.`parent-uri` AS `uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
                        FROM `item` $sql_post_table
                        STRAIGHT_JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
                                AND (NOT `contact`.`blocked` OR `contact`.`pending`)
index 9aa2c0b5b1c452fd701e8b7d4b3cf4e362a1bc38..6fcbe4d116b9a7efaf6a7ee79213109946d5ad73 100644 (file)
@@ -1106,40 +1106,40 @@ function settings_content(App $a)
                $profile_in_dir = '<input type="hidden" name="profile_in_directory" value="1" />';
        } else {
                $profile_in_dir = replace_macros($opt_tpl, [
-                       '$field' => ['profile_in_directory', L10n::t('Publish your default profile in your local site directory?'), $profile['publish'], L10n::t("Your profile may be visible in public."), [L10n::t('No'), L10n::t('Yes')]]
+                       '$field' => ['profile_in_directory', L10n::t('Publish your default profile in your local site directory?'), $profile['publish'], L10n::t('Your profile will be published in the global friendica directories (e.g. <a href="%s">%s</a>). Your profile will be visible in public.', Config::get('system', 'directory'), Config::get('system', 'directory')), [L10n::t('No'), L10n::t('Yes')]]
                ]);
        }
 
        if (strlen(Config::get('system', 'directory'))) {
                $profile_in_net_dir = replace_macros($opt_tpl, [
-                       '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], '', [L10n::t('No'), L10n::t('Yes')]]
+                       '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be publishedin this node\'s <a href="%s">local directory</a>. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]]
                ]);
        } else {
                $profile_in_net_dir = '';
        }
 
        $hide_friends = replace_macros($opt_tpl, [
-               '$field' => ['hide-friends', L10n::t('Hide your contact/friend list from viewers of your default profile?'), $profile['hide-friends'], '', [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['hide-friends', L10n::t('Hide your contact/friend list from viewers of your default profile?'), $profile['hide-friends'], L10n::t('Your contact list won\'t be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        $hide_wall = replace_macros($opt_tpl, [
-               '$field' => ['hidewall', L10n::t('Hide your profile details from unknown viewers?'), $a->user['hidewall'], L10n::t("If enabled, posting public messages to Diaspora and other networks isn't possible."), [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['hidewall', L10n::t('Hide your profile details from anonymous viewers?'), $a->user['hidewall'], L10n::t('Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks.'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        $blockwall = replace_macros($opt_tpl, [
-               '$field' => ['blockwall', L10n::t('Allow friends to post to your profile page?'), (intval($a->user['blockwall']) ? '0' : '1'), '', [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['blockwall', L10n::t('Allow friends to post to your profile page?'), (intval($a->user['blockwall']) ? '0' : '1'), L10n::t('Your contacts may write posts on your profile wall. These posts will be distributed to your contacts'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        $blocktags = replace_macros($opt_tpl, [
-               '$field' => ['blocktags', L10n::t('Allow friends to tag your posts?'), (intval($a->user['blocktags']) ? '0' : '1'), '', [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['blocktags', L10n::t('Allow friends to tag your posts?'), (intval($a->user['blocktags']) ? '0' : '1'), L10n::t('Your contacts can add additional tags to your posts.'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        $suggestme = replace_macros($opt_tpl, [
-               '$field' => ['suggestme', L10n::t('Allow us to suggest you as a potential friend to new members?'), $suggestme, '', [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['suggestme', L10n::t('Allow us to suggest you as a potential friend to new members?'), $suggestme, L10n::t('If you like, Friendica may suggest new members to add you as a contact.'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        $unkmail = replace_macros($opt_tpl, [
-               '$field' => ['unkmail', L10n::t('Permit unknown people to send you private mail?'), $unkmail, '', [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['unkmail', L10n::t('Permit unknown people to send you private mail?'), $unkmail, L10n::t('Friendica network users may send you private messages even if they are not in your contact list.'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        if (!$profile['publish'] && !$profile['net-publish']) {
index 7415bac0a958bd5d1efc9236d93f5f4193a6cae3..8a2be5e9ad2ef6ff3d07c9c83e7182c3e51286a6 100644 (file)
@@ -1032,7 +1032,7 @@ class Contact extends BaseObject
 
                                // Update the public contact (contact id = 0)
                                if ($uid != 0) {
-                                       $pcontact = dba::selectFirst('contact', ['id'], ['nurl' => $contact['nurl']]);
+                                       $pcontact = dba::selectFirst('contact', ['id'], ['nurl' => $contact['nurl'], 'uid' => 0]);
                                        if (DBM::is_result($pcontact)) {
                                                self::updateAvatar($avatar, 0, $pcontact['id'], $force);
                                        }
index 6876d254185aefff9877de9fae3aa305e2b9d823..0ee3ed42b25249b321c11cfa45ed2972d8885872 100644 (file)
@@ -1431,7 +1431,7 @@ class DFRN
                $author["name"] = $xpath->evaluate($element."/atom:name/text()", $context)->item(0)->nodeValue;
                $author["link"] = $xpath->evaluate($element."/atom:uri/text()", $context)->item(0)->nodeValue;
 
-               $contact_old = dba::fetch_first("SELECT `id`, `uid`, `url`, `network`, `avatar-date`, `name-date`, `uri-date`, `addr`,
+               $contact_old = dba::fetch_first("SELECT `id`, `uid`, `url`, `network`, `avatar-date`, `avatar`, `name-date`, `uri-date`, `addr`,
                                `name`, `nick`, `about`, `location`, `keywords`, `xmpp`, `bdyear`, `bd`, `hidden`, `contact-type`
                                FROM `contact` WHERE `uid` = ? AND `nurl` = ? AND `network` != ?",
                        $importer["uid"],
@@ -1468,7 +1468,7 @@ class DFRN
                                        $width = $attributes->textContent;
                                }
                                if ($attributes->name == "updated") {
-                                       $contact_old["avatar-date"] = $attributes->textContent;
+                                       $author["avatar-date"] = $attributes->textContent;
                                }
                        }
                        if (($width > 0) && ($href != "")) {
@@ -1601,6 +1601,7 @@ class DFRN
                        unset($fields["uid"]);
                        unset($fields["url"]);
                        unset($fields["avatar-date"]);
+                       unset($fields["avatar"]);
                        unset($fields["name-date"]);
                        unset($fields["uri-date"]);
 
@@ -1638,10 +1639,10 @@ class DFRN
                        }
 
                        Contact::updateAvatar(
-                               $author["avatar"],
-                               $importer["uid"],
-                               $contact["id"],
-                               (strtotime($contact["avatar-date"]) > strtotime($contact_old["avatar-date"]))
+                               $author['avatar'],
+                               $importer['uid'],
+                               $contact['id'],
+                               (strtotime($contact['avatar-date']) > strtotime($contact_old['avatar-date']) || ($author['avatar'] != $contact_old['avatar']))
                        );
 
                        /*
@@ -1660,7 +1661,7 @@ class DFRN
                        GContact::link($gcid, $importer["uid"], $contact["id"]);
                }
 
-               return($author);
+               return $author;
        }
 
        /**
index d64e089efcbc101802d6c75d26ff3583f4741e70..c45ac37e6897d8cdde4b840cc8bec01eb3cc610a 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-10 18:14+0100\n"
+"POT-Creation-Date: 2018-02-26 17:52+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,545 +18,563 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 
-#: include/acl_selectors.php:358
+#: include/dba.php:59
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr ""
+
+#: include/security.php:81
+msgid "Welcome "
+msgstr ""
+
+#: include/security.php:82
+msgid "Please upload a profile photo."
+msgstr ""
+
+#: include/security.php:84
+msgid "Welcome back "
+msgstr ""
+
+#: include/security.php:431
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr ""
+
+#: include/acl_selectors.php:355
 msgid "Post to Email"
 msgstr ""
 
-#: include/acl_selectors.php:363 mod/settings.php:1126
+#: include/acl_selectors.php:360
 msgid "Hide your profile details from unknown viewers?"
 msgstr ""
 
-#: include/acl_selectors.php:363
+#: include/acl_selectors.php:360
 #, php-format
 msgid "Connectors disabled, since \"%s\" is enabled."
 msgstr ""
 
-#: include/acl_selectors.php:369
+#: include/acl_selectors.php:366
 msgid "Visible to everybody"
 msgstr ""
 
-#: include/acl_selectors.php:370 view/theme/vier/config.php:115
+#: include/acl_selectors.php:367 view/theme/vier/config.php:115
 msgid "show"
 msgstr ""
 
-#: include/acl_selectors.php:371 view/theme/vier/config.php:115
+#: include/acl_selectors.php:368 view/theme/vier/config.php:115
 msgid "don't show"
 msgstr ""
 
-#: include/acl_selectors.php:377 mod/editpost.php:133
+#: include/acl_selectors.php:374 mod/editpost.php:136
 msgid "CC: email addresses"
 msgstr ""
 
-#: include/acl_selectors.php:378 mod/editpost.php:140
+#: include/acl_selectors.php:375 mod/editpost.php:143
 msgid "Example: bob@example.com, mary@example.com"
 msgstr ""
 
-#: include/acl_selectors.php:380 mod/events.php:537 mod/photos.php:1100
-#: mod/photos.php:1443
+#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098
+#: mod/photos.php:1441
 msgid "Permissions"
 msgstr ""
 
-#: include/acl_selectors.php:381
+#: include/acl_selectors.php:378
 msgid "Close"
 msgstr ""
 
-#: include/api.php:1182
+#: include/api.php:1181
 #, php-format
 msgid "Daily posting limit of %d post reached. The post was rejected."
 msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/api.php:1206
+#: include/api.php:1205
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural "Weekly posting limit of %d posts reached. The post was rejected."
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/api.php:1230
+#: include/api.php:1229
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr ""
 
-#: include/api.php:4377 mod/photos.php:89 mod/photos.php:195 mod/photos.php:723
-#: mod/photos.php:1151 mod/photos.php:1168 mod/photos.php:1686
+#: include/api.php:4382 mod/photos.php:88 mod/photos.php:194 mod/photos.php:722
+#: mod/photos.php:1149 mod/photos.php:1166 mod/photos.php:1684
 #: mod/profile_photo.php:84 mod/profile_photo.php:92 mod/profile_photo.php:100
 #: mod/profile_photo.php:223 mod/profile_photo.php:317
-#: mod/profile_photo.php:327 src/Model/User.php:524 src/Model/User.php:532
-#: src/Model/User.php:540
+#: mod/profile_photo.php:327 src/Model/User.php:526 src/Model/User.php:534
+#: src/Model/User.php:542
 msgid "Profile Photos"
 msgstr ""
 
-#: include/bb2diaspora.php:240 include/event.php:26 include/event.php:915
+#: include/bb2diaspora.php:238 include/event.php:26 include/event.php:914
 #: mod/localtime.php:19
 msgid "l F d, Y \\@ g:i A"
 msgstr ""
 
-#: include/bb2diaspora.php:247 include/event.php:45 include/event.php:62
-#: include/event.php:472 include/event.php:993
+#: include/bb2diaspora.php:245 include/event.php:45 include/event.php:62
+#: include/event.php:471 include/event.php:992
 msgid "Starts:"
 msgstr ""
 
-#: include/bb2diaspora.php:253 include/event.php:48 include/event.php:68
-#: include/event.php:473 include/event.php:997
+#: include/bb2diaspora.php:251 include/event.php:48 include/event.php:68
+#: include/event.php:472 include/event.php:996
 msgid "Finishes:"
 msgstr ""
 
-#: include/bb2diaspora.php:260 include/event.php:52 include/event.php:77
-#: include/event.php:474 include/event.php:1011 mod/directory.php:140
-#: mod/notifications.php:247 mod/contacts.php:650 mod/events.php:522
+#: include/bb2diaspora.php:258 include/event.php:52 include/event.php:77
+#: include/event.php:473 include/event.php:1010 mod/directory.php:140
+#: mod/notifications.php:247 mod/contacts.php:651 mod/events.php:521
 #: src/Model/Profile.php:417
 msgid "Location:"
 msgstr ""
 
-#: include/conversation.php:147 include/conversation.php:285
-#: include/text.php:1744 src/Model/Item.php:1850
+#: include/conversation.php:146 include/conversation.php:284
+#: include/text.php:1717 src/Model/Item.php:1785
 msgid "event"
 msgstr ""
 
-#: include/conversation.php:150 include/conversation.php:160
-#: include/conversation.php:288 include/conversation.php:297
-#: mod/subthread.php:96 mod/tagger.php:71 src/Model/Item.php:1848
-#: src/Protocol/Diaspora.php:1941
+#: include/conversation.php:149 include/conversation.php:159
+#: include/conversation.php:287 include/conversation.php:296
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783
+#: src/Protocol/Diaspora.php:1946
 msgid "status"
 msgstr ""
 
-#: include/conversation.php:155 include/conversation.php:293
-#: include/text.php:1746 mod/subthread.php:96 mod/tagger.php:71
-#: src/Model/Item.php:1848
+#: include/conversation.php:154 include/conversation.php:292
+#: include/text.php:1719 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1783
 msgid "photo"
 msgstr ""
 
-#: include/conversation.php:167 src/Model/Item.php:1722
-#: src/Protocol/Diaspora.php:1937
+#: include/conversation.php:166 src/Model/Item.php:1656
+#: src/Protocol/Diaspora.php:1942
 #, php-format
 msgid "%1$s likes %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:170 src/Model/Item.php:1727
+#: include/conversation.php:169 src/Model/Item.php:1661
 #, php-format
 msgid "%1$s doesn't like %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:173
+#: include/conversation.php:172
 #, php-format
 msgid "%1$s attends %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:176
+#: include/conversation.php:175
 #, php-format
 msgid "%1$s doesn't attend %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:179
+#: include/conversation.php:178
 #, php-format
 msgid "%1$s attends maybe %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:212 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2409
+#: include/conversation.php:211 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2414
 #, php-format
 msgid "%1$s is now friends with %2$s"
 msgstr ""
 
-#: include/conversation.php:253
+#: include/conversation.php:252
 #, php-format
 msgid "%1$s poked %2$s"
 msgstr ""
 
-#: include/conversation.php:307 mod/tagger.php:104
+#: include/conversation.php:306 mod/tagger.php:110
 #, php-format
 msgid "%1$s tagged %2$s's %3$s with %4$s"
 msgstr ""
 
-#: include/conversation.php:334
+#: include/conversation.php:333
 msgid "post/item"
 msgstr ""
 
-#: include/conversation.php:335
+#: include/conversation.php:334
 #, php-format
 msgid "%1$s marked %2$s's %3$s as favorite"
 msgstr ""
 
-#: include/conversation.php:609 mod/photos.php:1503 mod/profiles.php:354
+#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501
 msgid "Likes"
 msgstr ""
 
-#: include/conversation.php:609 mod/photos.php:1503 mod/profiles.php:358
+#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501
 msgid "Dislikes"
 msgstr ""
 
-#: include/conversation.php:610 include/conversation.php:1673
-#: mod/photos.php:1504
+#: include/conversation.php:608 include/conversation.php:1672
+#: mod/photos.php:1502
 msgid "Attending"
 msgid_plural "Attending"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:610 mod/photos.php:1504
+#: include/conversation.php:608 mod/photos.php:1502
 msgid "Not attending"
 msgstr ""
 
-#: include/conversation.php:610 mod/photos.php:1504
+#: include/conversation.php:608 mod/photos.php:1502
 msgid "Might attend"
 msgstr ""
 
-#: include/conversation.php:744 mod/photos.php:1571 src/Object/Post.php:177
+#: include/conversation.php:742 mod/photos.php:1569 src/Object/Post.php:177
 msgid "Select"
 msgstr ""
 
-#: include/conversation.php:745 mod/admin.php:1705 mod/contacts.php:820
-#: mod/contacts.php:1018 mod/photos.php:1572 mod/settings.php:742
+#: include/conversation.php:743 mod/admin.php:1706 mod/contacts.php:821
+#: mod/contacts.php:1019 mod/photos.php:1570 mod/settings.php:742
 #: src/Object/Post.php:178
 msgid "Delete"
 msgstr ""
 
-#: include/conversation.php:777 src/Object/Post.php:355 src/Object/Post.php:356
+#: include/conversation.php:775 src/Object/Post.php:355 src/Object/Post.php:356
 #, php-format
 msgid "View %s's profile @ %s"
 msgstr ""
 
-#: include/conversation.php:789 src/Object/Post.php:343
+#: include/conversation.php:787 src/Object/Post.php:343
 msgid "Categories:"
 msgstr ""
 
-#: include/conversation.php:790 src/Object/Post.php:344
+#: include/conversation.php:788 src/Object/Post.php:344
 msgid "Filed under:"
 msgstr ""
 
-#: include/conversation.php:797 src/Object/Post.php:369
+#: include/conversation.php:795 src/Object/Post.php:369
 #, php-format
 msgid "%s from %s"
 msgstr ""
 
-#: include/conversation.php:812
+#: include/conversation.php:810
 msgid "View in context"
 msgstr ""
 
-#: include/conversation.php:814 include/conversation.php:1346
-#: mod/wallmessage.php:146 mod/editpost.php:124 mod/message.php:264
-#: mod/message.php:435 mod/photos.php:1475 src/Object/Post.php:394
+#: include/conversation.php:812 include/conversation.php:1345
+#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433
+#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394
 msgid "Please wait"
 msgstr ""
 
-#: include/conversation.php:885
+#: include/conversation.php:883
 msgid "remove"
 msgstr ""
 
-#: include/conversation.php:889
+#: include/conversation.php:887
 msgid "Delete Selected Items"
 msgstr ""
 
-#: include/conversation.php:1052 view/theme/frio/theme.php:355
+#: include/conversation.php:1051 view/theme/frio/theme.php:352
 msgid "Follow Thread"
 msgstr ""
 
-#: include/conversation.php:1053 src/Model/Contact.php:554
+#: include/conversation.php:1052 src/Model/Contact.php:554
 msgid "View Status"
 msgstr ""
 
-#: include/conversation.php:1054 include/conversation.php:1070
+#: include/conversation.php:1053 include/conversation.php:1069
 #: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82
 #: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497
 #: src/Model/Contact.php:510 src/Model/Contact.php:555
 msgid "View Profile"
 msgstr ""
 
-#: include/conversation.php:1055 src/Model/Contact.php:556
+#: include/conversation.php:1054 src/Model/Contact.php:556
 msgid "View Photos"
 msgstr ""
 
-#: include/conversation.php:1056 src/Model/Contact.php:557
+#: include/conversation.php:1055 src/Model/Contact.php:557
 msgid "Network Posts"
 msgstr ""
 
-#: include/conversation.php:1057 src/Model/Contact.php:558
+#: include/conversation.php:1056 src/Model/Contact.php:558
 msgid "View Contact"
 msgstr ""
 
-#: include/conversation.php:1058 src/Model/Contact.php:560
+#: include/conversation.php:1057 src/Model/Contact.php:560
 msgid "Send PM"
 msgstr ""
 
-#: include/conversation.php:1062 src/Model/Contact.php:561
+#: include/conversation.php:1061 src/Model/Contact.php:561
 msgid "Poke"
 msgstr ""
 
-#: include/conversation.php:1067 mod/allfriends.php:74 mod/follow.php:145
-#: mod/suggest.php:83 mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:586
+#: include/conversation.php:1066 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 mod/follow.php:141
 #: src/Content/Widget.php:61 src/Model/Contact.php:511
 msgid "Connect/Follow"
 msgstr ""
 
-#: include/conversation.php:1186
+#: include/conversation.php:1185
 #, php-format
 msgid "%s likes this."
 msgstr ""
 
-#: include/conversation.php:1189
+#: include/conversation.php:1188
 #, php-format
 msgid "%s doesn't like this."
 msgstr ""
 
-#: include/conversation.php:1192
+#: include/conversation.php:1191
 #, php-format
 msgid "%s attends."
 msgstr ""
 
-#: include/conversation.php:1195
+#: include/conversation.php:1194
 #, php-format
 msgid "%s doesn't attend."
 msgstr ""
 
-#: include/conversation.php:1198
+#: include/conversation.php:1197
 #, php-format
 msgid "%s attends maybe."
 msgstr ""
 
-#: include/conversation.php:1209
+#: include/conversation.php:1208
 msgid "and"
 msgstr ""
 
-#: include/conversation.php:1215
+#: include/conversation.php:1214
 #, php-format
 msgid "and %d other people"
 msgstr ""
 
-#: include/conversation.php:1224
+#: include/conversation.php:1223
 #, php-format
 msgid "<span  %1$s>%2$d people</span> like this"
 msgstr ""
 
-#: include/conversation.php:1225
+#: include/conversation.php:1224
 #, php-format
 msgid "%s like this."
 msgstr ""
 
-#: include/conversation.php:1228
+#: include/conversation.php:1227
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't like this"
 msgstr ""
 
-#: include/conversation.php:1229
+#: include/conversation.php:1228
 #, php-format
 msgid "%s don't like this."
 msgstr ""
 
-#: include/conversation.php:1232
+#: include/conversation.php:1231
 #, php-format
 msgid "<span  %1$s>%2$d people</span> attend"
 msgstr ""
 
-#: include/conversation.php:1233
+#: include/conversation.php:1232
 #, php-format
 msgid "%s attend."
 msgstr ""
 
-#: include/conversation.php:1236
+#: include/conversation.php:1235
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't attend"
 msgstr ""
 
-#: include/conversation.php:1237
+#: include/conversation.php:1236
 #, php-format
 msgid "%s don't attend."
 msgstr ""
 
-#: include/conversation.php:1240
+#: include/conversation.php:1239
 #, php-format
 msgid "<span  %1$s>%2$d people</span> attend maybe"
 msgstr ""
 
-#: include/conversation.php:1241
+#: include/conversation.php:1240
 #, php-format
 msgid "%s anttend maybe."
 msgstr ""
 
-#: include/conversation.php:1271 include/conversation.php:1287
+#: include/conversation.php:1270 include/conversation.php:1286
 msgid "Visible to <strong>everybody</strong>"
 msgstr ""
 
-#: include/conversation.php:1272 include/conversation.php:1288
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:199
-#: mod/message.php:206 mod/message.php:345 mod/message.php:352
+#: include/conversation.php:1271 include/conversation.php:1287
+#: mod/message.php:200 mod/message.php:207 mod/message.php:343
+#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127
 msgid "Please enter a link URL:"
 msgstr ""
 
-#: include/conversation.php:1273 include/conversation.php:1289
+#: include/conversation.php:1272 include/conversation.php:1288
 msgid "Please enter a video link/URL:"
 msgstr ""
 
-#: include/conversation.php:1274 include/conversation.php:1290
+#: include/conversation.php:1273 include/conversation.php:1289
 msgid "Please enter an audio link/URL:"
 msgstr ""
 
-#: include/conversation.php:1275 include/conversation.php:1291
+#: include/conversation.php:1274 include/conversation.php:1290
 msgid "Tag term:"
 msgstr ""
 
-#: include/conversation.php:1276 include/conversation.php:1292 mod/filer.php:35
+#: include/conversation.php:1275 include/conversation.php:1291 mod/filer.php:34
 msgid "Save to Folder:"
 msgstr ""
 
-#: include/conversation.php:1277 include/conversation.php:1293
+#: include/conversation.php:1276 include/conversation.php:1292
 msgid "Where are you right now?"
 msgstr ""
 
-#: include/conversation.php:1278
+#: include/conversation.php:1277
 msgid "Delete item(s)?"
 msgstr ""
 
-#: include/conversation.php:1327
+#: include/conversation.php:1326
 msgid "Share"
 msgstr ""
 
-#: include/conversation.php:1328 mod/wallmessage.php:144 mod/editpost.php:110
-#: mod/message.php:262 mod/message.php:432
+#: include/conversation.php:1327 mod/editpost.php:113 mod/message.php:262
+#: mod/message.php:430 mod/wallmessage.php:143
 msgid "Upload photo"
 msgstr ""
 
-#: include/conversation.php:1329 mod/editpost.php:111
+#: include/conversation.php:1328 mod/editpost.php:114
 msgid "upload photo"
 msgstr ""
 
-#: include/conversation.php:1330 mod/editpost.php:112
+#: include/conversation.php:1329 mod/editpost.php:115
 msgid "Attach file"
 msgstr ""
 
-#: include/conversation.php:1331 mod/editpost.php:113
+#: include/conversation.php:1330 mod/editpost.php:116
 msgid "attach file"
 msgstr ""
 
-#: include/conversation.php:1332 mod/wallmessage.php:145 mod/editpost.php:114
-#: mod/message.php:263 mod/message.php:433
+#: include/conversation.php:1331 mod/editpost.php:117 mod/message.php:263
+#: mod/message.php:431 mod/wallmessage.php:144
 msgid "Insert web link"
 msgstr ""
 
-#: include/conversation.php:1333 mod/editpost.php:115
+#: include/conversation.php:1332 mod/editpost.php:118
 msgid "web link"
 msgstr ""
 
-#: include/conversation.php:1334 mod/editpost.php:116
+#: include/conversation.php:1333 mod/editpost.php:119
 msgid "Insert video link"
 msgstr ""
 
-#: include/conversation.php:1335 mod/editpost.php:117
+#: include/conversation.php:1334 mod/editpost.php:120
 msgid "video link"
 msgstr ""
 
-#: include/conversation.php:1336 mod/editpost.php:118
+#: include/conversation.php:1335 mod/editpost.php:121
 msgid "Insert audio link"
 msgstr ""
 
-#: include/conversation.php:1337 mod/editpost.php:119
+#: include/conversation.php:1336 mod/editpost.php:122
 msgid "audio link"
 msgstr ""
 
-#: include/conversation.php:1338 mod/editpost.php:120
+#: include/conversation.php:1337 mod/editpost.php:123
 msgid "Set your location"
 msgstr ""
 
-#: include/conversation.php:1339 mod/editpost.php:121
+#: include/conversation.php:1338 mod/editpost.php:124
 msgid "set location"
 msgstr ""
 
-#: include/conversation.php:1340 mod/editpost.php:122
+#: include/conversation.php:1339 mod/editpost.php:125
 msgid "Clear browser location"
 msgstr ""
 
-#: include/conversation.php:1341 mod/editpost.php:123
+#: include/conversation.php:1340 mod/editpost.php:126
 msgid "clear location"
 msgstr ""
 
-#: include/conversation.php:1343 mod/editpost.php:137
+#: include/conversation.php:1342 mod/editpost.php:140
 msgid "Set title"
 msgstr ""
 
-#: include/conversation.php:1345 mod/editpost.php:139
+#: include/conversation.php:1344 mod/editpost.php:142
 msgid "Categories (comma-separated list)"
 msgstr ""
 
-#: include/conversation.php:1347 mod/editpost.php:125
+#: include/conversation.php:1346 mod/editpost.php:128
 msgid "Permission settings"
 msgstr ""
 
-#: include/conversation.php:1348 mod/editpost.php:154
+#: include/conversation.php:1347 mod/editpost.php:157
 msgid "permissions"
 msgstr ""
 
-#: include/conversation.php:1356 mod/editpost.php:134
+#: include/conversation.php:1355 mod/editpost.php:137
 msgid "Public post"
 msgstr ""
 
-#: include/conversation.php:1360 mod/editpost.php:145 mod/events.php:532
-#: mod/photos.php:1494 mod/photos.php:1533 mod/photos.php:1606
+#: include/conversation.php:1359 mod/editpost.php:148 mod/events.php:531
+#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604
 #: src/Object/Post.php:797
 msgid "Preview"
 msgstr ""
 
-#: include/conversation.php:1364 include/items.php:388 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/follow.php:163 mod/suggest.php:41
-#: mod/unfollow.php:117 mod/editpost.php:148 mod/contacts.php:466
-#: mod/dfrn_request.php:663 mod/message.php:140 mod/photos.php:249
-#: mod/photos.php:325 mod/settings.php:680 mod/settings.php:706
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:149
+#: include/conversation.php:1363 include/items.php:387 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117
+#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151
+#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248 mod/photos.php:324
+#: mod/settings.php:680 mod/settings.php:706 mod/tagrm.php:19 mod/tagrm.php:99
+#: mod/videos.php:148
 msgid "Cancel"
 msgstr ""
 
-#: include/conversation.php:1369
+#: include/conversation.php:1368
 msgid "Post to Groups"
 msgstr ""
 
-#: include/conversation.php:1370
+#: include/conversation.php:1369
 msgid "Post to Contacts"
 msgstr ""
 
-#: include/conversation.php:1371
+#: include/conversation.php:1370
 msgid "Private post"
 msgstr ""
 
-#: include/conversation.php:1376 mod/editpost.php:152 src/Model/Profile.php:342
+#: include/conversation.php:1375 mod/editpost.php:155 src/Model/Profile.php:342
 msgid "Message"
 msgstr ""
 
-#: include/conversation.php:1377 mod/editpost.php:153
+#: include/conversation.php:1376 mod/editpost.php:156
 msgid "Browser"
 msgstr ""
 
-#: include/conversation.php:1644
+#: include/conversation.php:1643
 msgid "View all"
 msgstr ""
 
-#: include/conversation.php:1667
+#: include/conversation.php:1666
 msgid "Like"
 msgid_plural "Likes"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:1670
+#: include/conversation.php:1669
 msgid "Dislike"
 msgid_plural "Dislikes"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:1676
+#: include/conversation.php:1675
 msgid "Not Attending"
 msgid_plural "Not Attending"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:1679 src/Content/ContactSelector.php:125
+#: include/conversation.php:1678 src/Content/ContactSelector.php:125
 msgid "Undecided"
 msgid_plural "Undecided"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/dba.php:59
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr ""
-
 #: include/enotify.php:33
 msgid "Friendica Notification"
 msgstr ""
@@ -575,7 +593,7 @@ msgstr ""
 msgid "%1$s, %2$s Administrator"
 msgstr ""
 
-#: include/enotify.php:52 src/Worker/Delivery.php:404
+#: include/enotify.php:52 src/Worker/Delivery.php:402
 msgid "noreply"
 msgstr ""
 
@@ -848,471 +866,454 @@ msgstr ""
 msgid "Please visit %s to approve or reject the request."
 msgstr ""
 
-#: include/event.php:421
+#: include/event.php:420
 msgid "all-day"
 msgstr ""
 
-#: include/event.php:423 include/text.php:1135
+#: include/event.php:422 include/text.php:1111
 msgid "Sun"
 msgstr ""
 
-#: include/event.php:424 include/text.php:1135
+#: include/event.php:423 include/text.php:1111
 msgid "Mon"
 msgstr ""
 
-#: include/event.php:425 include/text.php:1135
+#: include/event.php:424 include/text.php:1111
 msgid "Tue"
 msgstr ""
 
-#: include/event.php:426 include/text.php:1135
+#: include/event.php:425 include/text.php:1111
 msgid "Wed"
 msgstr ""
 
-#: include/event.php:427 include/text.php:1135
+#: include/event.php:426 include/text.php:1111
 msgid "Thu"
 msgstr ""
 
-#: include/event.php:428 include/text.php:1135
+#: include/event.php:427 include/text.php:1111
 msgid "Fri"
 msgstr ""
 
-#: include/event.php:429 include/text.php:1135
+#: include/event.php:428 include/text.php:1111
 msgid "Sat"
 msgstr ""
 
-#: include/event.php:431 include/text.php:1117 mod/settings.php:945
+#: include/event.php:430 include/text.php:1093 mod/settings.php:945
 msgid "Sunday"
 msgstr ""
 
-#: include/event.php:432 include/text.php:1117 mod/settings.php:945
+#: include/event.php:431 include/text.php:1093 mod/settings.php:945
 msgid "Monday"
 msgstr ""
 
-#: include/event.php:433 include/text.php:1117
+#: include/event.php:432 include/text.php:1093
 msgid "Tuesday"
 msgstr ""
 
-#: include/event.php:434 include/text.php:1117
+#: include/event.php:433 include/text.php:1093
 msgid "Wednesday"
 msgstr ""
 
-#: include/event.php:435 include/text.php:1117
+#: include/event.php:434 include/text.php:1093
 msgid "Thursday"
 msgstr ""
 
-#: include/event.php:436 include/text.php:1117
+#: include/event.php:435 include/text.php:1093
 msgid "Friday"
 msgstr ""
 
-#: include/event.php:437 include/text.php:1117
+#: include/event.php:436 include/text.php:1093
 msgid "Saturday"
 msgstr ""
 
-#: include/event.php:439 include/text.php:1138
+#: include/event.php:438 include/text.php:1114
 msgid "Jan"
 msgstr ""
 
-#: include/event.php:440 include/text.php:1138
+#: include/event.php:439 include/text.php:1114
 msgid "Feb"
 msgstr ""
 
-#: include/event.php:441 include/text.php:1138
+#: include/event.php:440 include/text.php:1114
 msgid "Mar"
 msgstr ""
 
-#: include/event.php:442 include/text.php:1138
+#: include/event.php:441 include/text.php:1114
 msgid "Apr"
 msgstr ""
 
-#: include/event.php:443 include/event.php:456 include/text.php:1121
-#: include/text.php:1138
+#: include/event.php:442 include/event.php:455 include/text.php:1097
+#: include/text.php:1114
 msgid "May"
 msgstr ""
 
-#: include/event.php:444
+#: include/event.php:443
 msgid "Jun"
 msgstr ""
 
-#: include/event.php:445 include/text.php:1138
+#: include/event.php:444 include/text.php:1114
 msgid "Jul"
 msgstr ""
 
-#: include/event.php:446 include/text.php:1138
+#: include/event.php:445 include/text.php:1114
 msgid "Aug"
 msgstr ""
 
-#: include/event.php:447
+#: include/event.php:446
 msgid "Sept"
 msgstr ""
 
-#: include/event.php:448 include/text.php:1138
+#: include/event.php:447 include/text.php:1114
 msgid "Oct"
 msgstr ""
 
-#: include/event.php:449 include/text.php:1138
+#: include/event.php:448 include/text.php:1114
 msgid "Nov"
 msgstr ""
 
-#: include/event.php:450 include/text.php:1138
+#: include/event.php:449 include/text.php:1114
 msgid "Dec"
 msgstr ""
 
-#: include/event.php:452 include/text.php:1121
+#: include/event.php:451 include/text.php:1097
 msgid "January"
 msgstr ""
 
-#: include/event.php:453 include/text.php:1121
+#: include/event.php:452 include/text.php:1097
 msgid "February"
 msgstr ""
 
-#: include/event.php:454 include/text.php:1121
+#: include/event.php:453 include/text.php:1097
 msgid "March"
 msgstr ""
 
-#: include/event.php:455 include/text.php:1121
+#: include/event.php:454 include/text.php:1097
 msgid "April"
 msgstr ""
 
-#: include/event.php:457 include/text.php:1121
+#: include/event.php:456 include/text.php:1097
 msgid "June"
 msgstr ""
 
-#: include/event.php:458 include/text.php:1121
+#: include/event.php:457 include/text.php:1097
 msgid "July"
 msgstr ""
 
-#: include/event.php:459 include/text.php:1121
+#: include/event.php:458 include/text.php:1097
 msgid "August"
 msgstr ""
 
-#: include/event.php:460 include/text.php:1121
+#: include/event.php:459 include/text.php:1097
 msgid "September"
 msgstr ""
 
-#: include/event.php:461 include/text.php:1121
+#: include/event.php:460 include/text.php:1097
 msgid "October"
 msgstr ""
 
-#: include/event.php:462 include/text.php:1121
+#: include/event.php:461 include/text.php:1097
 msgid "November"
 msgstr ""
 
-#: include/event.php:463 include/text.php:1121
+#: include/event.php:462 include/text.php:1097
 msgid "December"
 msgstr ""
 
-#: include/event.php:465 mod/cal.php:280 mod/events.php:402
+#: include/event.php:464 mod/cal.php:280 mod/events.php:401
 msgid "today"
 msgstr ""
 
-#: include/event.php:466 mod/cal.php:281 mod/events.php:403
-#: src/Util/Temporal.php:302
+#: include/event.php:465 mod/cal.php:281 mod/events.php:402
+#: src/Util/Temporal.php:304
 msgid "month"
 msgstr ""
 
-#: include/event.php:467 mod/cal.php:282 mod/events.php:404
-#: src/Util/Temporal.php:303
+#: include/event.php:466 mod/cal.php:282 mod/events.php:403
+#: src/Util/Temporal.php:305
 msgid "week"
 msgstr ""
 
-#: include/event.php:468 mod/cal.php:283 mod/events.php:405
-#: src/Util/Temporal.php:304
+#: include/event.php:467 mod/cal.php:283 mod/events.php:404
+#: src/Util/Temporal.php:306
 msgid "day"
 msgstr ""
 
-#: include/event.php:470
+#: include/event.php:469
 msgid "No events to display"
 msgstr ""
 
-#: include/event.php:584
+#: include/event.php:583
 msgid "l, F j"
 msgstr ""
 
-#: include/event.php:608
+#: include/event.php:607
 msgid "Edit event"
 msgstr ""
 
-#: include/event.php:609
+#: include/event.php:608
 msgid "Duplicate event"
 msgstr ""
 
-#: include/event.php:610
+#: include/event.php:609
 msgid "Delete event"
 msgstr ""
 
-#: include/event.php:637 include/text.php:1535 include/text.php:1542
+#: include/event.php:636 include/text.php:1508 include/text.php:1515
 msgid "link to source"
 msgstr ""
 
-#: include/event.php:897
+#: include/event.php:896
 msgid "Export"
 msgstr ""
 
-#: include/event.php:898
+#: include/event.php:897
 msgid "Export calendar as ical"
 msgstr ""
 
-#: include/event.php:899
+#: include/event.php:898
 msgid "Export calendar as csv"
 msgstr ""
 
-#: include/event.php:916
+#: include/event.php:915
 msgid "D g:i A"
 msgstr ""
 
-#: include/event.php:917
+#: include/event.php:916
 msgid "g:i A"
 msgstr ""
 
-#: include/event.php:1012 include/event.php:1014
+#: include/event.php:1011 include/event.php:1013
 msgid "Show map"
 msgstr ""
 
-#: include/event.php:1013
+#: include/event.php:1012
 msgid "Hide map"
 msgstr ""
 
-#: include/items.php:343 mod/notice.php:22 mod/viewsrc.php:20 mod/admin.php:269
-#: mod/admin.php:1761 mod/admin.php:2009 mod/display.php:69 mod/display.php:246
-#: mod/display.php:348
+#: include/items.php:342 mod/notice.php:22 mod/admin.php:269 mod/admin.php:1762
+#: mod/admin.php:2010 mod/display.php:70 mod/display.php:247
+#: mod/display.php:349 mod/viewsrc.php:21
 msgid "Item not found."
 msgstr ""
 
-#: include/items.php:383
+#: include/items.php:382
 msgid "Do you really want to delete this item?"
 msgstr ""
 
-#: include/items.php:385 mod/api.php:110 mod/follow.php:152 mod/suggest.php:38
-#: mod/contacts.php:463 mod/dfrn_request.php:653 mod/message.php:137
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
 #: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674
-#: mod/register.php:236 mod/settings.php:1109 mod/settings.php:1115
-#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130
-#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142
-#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164
-#: mod/settings.php:1165 mod/settings.php:1166
+#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148
+#: mod/message.php:138 mod/register.php:237 mod/settings.php:1109
+#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126
+#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
+#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163
+#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166
 msgid "Yes"
 msgstr ""
 
-#: include/items.php:402 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/delegate.php:20
-#: mod/follow.php:16 mod/follow.php:57 mod/follow.php:120 mod/group.php:26
-#: mod/nogroup.php:28 mod/notes.php:30 mod/regmod.php:108
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/viewcontacts.php:55
-#: mod/wall_upload.php:103 mod/wall_upload.php:106 mod/wallmessage.php:16
-#: mod/wallmessage.php:40 mod/wallmessage.php:79 mod/wallmessage.php:103
-#: mod/editpost.php:20 mod/uimport.php:28 mod/dirfind.php:24
-#: mod/notifications.php:73 mod/ostatus_subscribe.php:16 mod/cal.php:304
-#: mod/contacts.php:377 mod/dfrn_confirm.php:68 mod/events.php:196
-#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/item.php:161
-#: mod/manage.php:131 mod/message.php:58 mod/message.php:103 mod/network.php:32
-#: mod/photos.php:175 mod/photos.php:1053 mod/poke.php:154
-#: mod/profile_photo.php:29 mod/profile_photo.php:188 mod/profile_photo.php:199
-#: mod/profile_photo.php:212 mod/profiles.php:181 mod/profiles.php:619
-#: mod/register.php:53 mod/settings.php:41 mod/settings.php:140
-#: mod/settings.php:669 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: index.php:413
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/group.php:26
+#: mod/nogroup.php:28 mod/repair_ostatus.php:13 mod/suggest.php:60
+#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90
+#: mod/uimport.php:28 mod/dirfind.php:24 mod/notifications.php:73
+#: mod/ostatus_subscribe.php:16 mod/cal.php:304 mod/dfrn_confirm.php:68
+#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/manage.php:131
+#: mod/profiles.php:181 mod/profiles.php:619 mod/wall_attach.php:74
+#: mod/wall_attach.php:77 mod/contacts.php:378 mod/delegate.php:24
+#: mod/delegate.php:38 mod/editpost.php:20 mod/events.php:195 mod/follow.php:16
+#: mod/follow.php:53 mod/follow.php:116 mod/item.php:160 mod/message.php:59
+#: mod/message.php:104 mod/network.php:32 mod/notes.php:30 mod/photos.php:174
+#: mod/photos.php:1051 mod/poke.php:150 mod/profile_photo.php:29
+#: mod/profile_photo.php:188 mod/profile_photo.php:199
+#: mod/profile_photo.php:212 mod/register.php:53 mod/regmod.php:108
+#: mod/settings.php:41 mod/settings.php:140 mod/settings.php:669
+#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106
+#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
+#: mod/wallmessage.php:103 index.php:413
 msgid "Permission denied."
 msgstr ""
 
-#: include/items.php:472
+#: include/items.php:471
 msgid "Archives"
 msgstr ""
 
-#: include/items.php:478 view/theme/vier/theme.php:258
+#: include/items.php:477 view/theme/vier/theme.php:259
 #: src/Content/ForumManager.php:130 src/Content/Widget.php:312
 #: src/Object/Post.php:422 src/App.php:514
 msgid "show more"
 msgstr ""
 
-#: include/security.php:81
-msgid "Welcome "
-msgstr ""
-
-#: include/security.php:82
-msgid "Please upload a profile photo."
-msgstr ""
-
-#: include/security.php:84
-msgid "Welcome back "
-msgstr ""
-
-#: include/security.php:431
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
-
-#: include/text.php:301
+#: include/text.php:302
 msgid "newer"
 msgstr ""
 
-#: include/text.php:302
+#: include/text.php:303
 msgid "older"
 msgstr ""
 
-#: include/text.php:307
+#: include/text.php:308
 msgid "first"
 msgstr ""
 
-#: include/text.php:308
+#: include/text.php:309
 msgid "prev"
 msgstr ""
 
-#: include/text.php:342
+#: include/text.php:343
 msgid "next"
 msgstr ""
 
-#: include/text.php:343
+#: include/text.php:344
 msgid "last"
 msgstr ""
 
-#: include/text.php:397
+#: include/text.php:398
 msgid "Loading more entries..."
 msgstr ""
 
-#: include/text.php:398
+#: include/text.php:399
 msgid "The end"
 msgstr ""
 
-#: include/text.php:908
+#: include/text.php:884
 msgid "No contacts"
 msgstr ""
 
-#: include/text.php:932
+#: include/text.php:908
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/text.php:945
+#: include/text.php:921
 msgid "View Contacts"
 msgstr ""
 
-#: include/text.php:1034 mod/filer.php:36 mod/notes.php:69 mod/editpost.php:109
+#: include/text.php:1010 mod/editpost.php:112 mod/filer.php:35 mod/notes.php:68
 msgid "Save"
 msgstr ""
 
-#: include/text.php:1034
+#: include/text.php:1010
 msgid "Follow"
 msgstr ""
 
-#: include/text.php:1040 mod/search.php:155 src/Content/Nav.php:142
+#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142
 msgid "Search"
 msgstr ""
 
-#: include/text.php:1043 src/Content/Nav.php:58
+#: include/text.php:1019 src/Content/Nav.php:58
 msgid "@name, !forum, #tags, content"
 msgstr ""
 
-#: include/text.php:1049 src/Content/Nav.php:145
+#: include/text.php:1025 src/Content/Nav.php:145
 msgid "Full Text"
 msgstr ""
 
-#: include/text.php:1050 src/Content/Nav.php:146
+#: include/text.php:1026 src/Content/Nav.php:146
 #: src/Content/Widget/TagCloud.php:54
 msgid "Tags"
 msgstr ""
 
-#: include/text.php:1051 mod/viewcontacts.php:132 mod/contacts.php:804
-#: mod/contacts.php:865 view/theme/frio/theme.php:269 src/Content/Nav.php:147
-#: src/Content/Nav.php:212 src/Model/Profile.php:942 src/Model/Profile.php:945
+#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866
+#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270
+#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:943
+#: src/Model/Profile.php:946
 msgid "Contacts"
 msgstr ""
 
-#: include/text.php:1054 view/theme/vier/theme.php:253
+#: include/text.php:1030 view/theme/vier/theme.php:254
 #: src/Content/ForumManager.php:125 src/Content/Nav.php:151
 msgid "Forums"
 msgstr ""
 
-#: include/text.php:1098
+#: include/text.php:1074
 msgid "poke"
 msgstr ""
 
-#: include/text.php:1098
+#: include/text.php:1074
 msgid "poked"
 msgstr ""
 
-#: include/text.php:1099
+#: include/text.php:1075
 msgid "ping"
 msgstr ""
 
-#: include/text.php:1099
+#: include/text.php:1075
 msgid "pinged"
 msgstr ""
 
-#: include/text.php:1100
+#: include/text.php:1076
 msgid "prod"
 msgstr ""
 
-#: include/text.php:1100
+#: include/text.php:1076
 msgid "prodded"
 msgstr ""
 
-#: include/text.php:1101
+#: include/text.php:1077
 msgid "slap"
 msgstr ""
 
-#: include/text.php:1101
+#: include/text.php:1077
 msgid "slapped"
 msgstr ""
 
-#: include/text.php:1102
+#: include/text.php:1078
 msgid "finger"
 msgstr ""
 
-#: include/text.php:1102
+#: include/text.php:1078
 msgid "fingered"
 msgstr ""
 
-#: include/text.php:1103
+#: include/text.php:1079
 msgid "rebuff"
 msgstr ""
 
-#: include/text.php:1103
+#: include/text.php:1079
 msgid "rebuffed"
 msgstr ""
 
-#: include/text.php:1138
+#: include/text.php:1114
 msgid "Sep"
 msgstr ""
 
-#: include/text.php:1339 mod/videos.php:384
+#: include/text.php:1315 mod/videos.php:381
 msgid "View Video"
 msgstr ""
 
-#: include/text.php:1356
+#: include/text.php:1332
 msgid "bytes"
 msgstr ""
 
-#: include/text.php:1391 include/text.php:1402
+#: include/text.php:1367 include/text.php:1378
 msgid "Click to open/close"
 msgstr ""
 
-#: include/text.php:1529
+#: include/text.php:1502
 msgid "View on separate page"
 msgstr ""
 
-#: include/text.php:1530
+#: include/text.php:1503
 msgid "view on separate page"
 msgstr ""
 
-#: include/text.php:1748
+#: include/text.php:1721
 msgid "activity"
 msgstr ""
 
-#: include/text.php:1750 src/Object/Post.php:421 src/Object/Post.php:433
+#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/text.php:1753
+#: include/text.php:1726
 msgid "post"
 msgstr ""
 
-#: include/text.php:1910
+#: include/text.php:1883
 msgid "Item filed"
 msgstr ""
 
@@ -1343,9 +1344,9 @@ msgid ""
 "and/or create new posts for you?"
 msgstr ""
 
-#: mod/api.php:111 mod/follow.php:152 mod/dfrn_request.php:653
-#: mod/profiles.php:649 mod/profiles.php:653 mod/profiles.php:674
-#: mod/register.php:237 mod/settings.php:1109 mod/settings.php:1115
+#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653
+#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148
+#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115
 #: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130
 #: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142
 #: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164
@@ -1385,7 +1386,7 @@ msgstr ""
 msgid "No contacts in common."
 msgstr ""
 
-#: mod/common.php:140 mod/contacts.php:876
+#: mod/common.php:140 mod/contacts.php:877
 msgid "Common Friends"
 msgstr ""
 
@@ -1445,15 +1446,15 @@ msgstr ""
 msgid "Refetch contact data"
 msgstr ""
 
-#: mod/crepair.php:148 mod/contacts.php:600 mod/events.php:534
-#: mod/fsuggest.php:116 mod/install.php:250 mod/install.php:289
-#: mod/invite.php:150 mod/localtime.php:56 mod/manage.php:184
-#: mod/message.php:265 mod/message.php:434 mod/photos.php:1082
-#: mod/photos.php:1162 mod/photos.php:1447 mod/photos.php:1493
-#: mod/photos.php:1532 mod/photos.php:1605 mod/poke.php:203
-#: mod/profiles.php:685 view/theme/duepuntozero/config.php:72
-#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
-#: view/theme/vier/config.php:119 src/Object/Post.php:788
+#: mod/crepair.php:148 mod/fsuggest.php:116 mod/invite.php:150
+#: mod/manage.php:184 mod/profiles.php:685 mod/contacts.php:601
+#: mod/events.php:533 mod/install.php:251 mod/install.php:290
+#: mod/localtime.php:56 mod/message.php:265 mod/message.php:432
+#: mod/photos.php:1080 mod/photos.php:1160 mod/photos.php:1445
+#: mod/photos.php:1491 mod/photos.php:1530 mod/photos.php:1603 mod/poke.php:199
+#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
+#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
+#: src/Object/Post.php:788
 msgid "Submit"
 msgstr ""
 
@@ -1471,8 +1472,8 @@ msgid ""
 "entries from this contact."
 msgstr ""
 
-#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1688 mod/admin.php:1700
-#: mod/admin.php:1713 mod/admin.php:1729 mod/settings.php:681
+#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701
+#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681
 #: mod/settings.php:707
 msgid "Name"
 msgstr ""
@@ -1509,67 +1510,28 @@ msgstr ""
 msgid "New photo from this URL"
 msgstr ""
 
-#: mod/delegate.php:96
-msgid "No potential page delegates located."
-msgstr ""
-
-#: mod/delegate.php:122 src/Content/Nav.php:204
-msgid "Delegate Page Management"
-msgstr ""
-
-#: mod/delegate.php:124
-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/delegate.php:125
-msgid "Existing Page Managers"
-msgstr ""
-
-#: mod/delegate.php:127
-msgid "Existing Page Delegates"
-msgstr ""
-
-#: mod/delegate.php:129
-msgid "Potential Delegates"
-msgstr ""
-
-#: mod/delegate.php:131 mod/tagrm.php:98
-msgid "Remove"
-msgstr ""
-
-#: mod/delegate.php:132
-msgid "Add"
-msgstr ""
-
-#: mod/delegate.php:133
-msgid "No entries."
-msgstr ""
-
-#: mod/directory.php:38 mod/viewcontacts.php:45 mod/probe.php:13
-#: mod/webfinger.php:16 mod/community.php:25 mod/dfrn_request.php:607
-#: mod/display.php:200 mod/photos.php:933 mod/search.php:98 mod/search.php:104
-#: mod/videos.php:201
+#: mod/directory.php:38 mod/community.php:25 mod/dfrn_request.php:607
+#: mod/display.php:201 mod/photos.php:932 mod/probe.php:13 mod/search.php:98
+#: mod/search.php:104 mod/videos.php:200 mod/viewcontacts.php:45
+#: mod/webfinger.php:16
 msgid "Public access denied."
 msgstr ""
 
 #: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420
-#: src/Model/Profile.php:730
+#: src/Model/Profile.php:731
 msgid "Gender:"
 msgstr ""
 
-#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:754
+#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:755
 msgid "Status:"
 msgstr ""
 
-#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:771
+#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:772
 msgid "Homepage:"
 msgstr ""
 
-#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:654
-#: src/Model/Profile.php:423 src/Model/Profile.php:791
+#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:655
+#: src/Model/Profile.php:423 src/Model/Profile.php:792
 msgid "About:"
 msgstr ""
 
@@ -1589,7 +1551,7 @@ msgstr ""
 msgid "Site Directory"
 msgstr ""
 
-#: mod/directory.php:202 mod/contacts.php:810 src/Content/Widget.php:63
+#: mod/directory.php:202 mod/contacts.php:811 src/Content/Widget.php:63
 msgid "Find"
 msgstr ""
 
@@ -1597,15 +1559,15 @@ msgstr ""
 msgid "No entries (some entries may be hidden)."
 msgstr ""
 
-#: mod/fbrowser.php:34 view/theme/frio/theme.php:260 src/Content/Nav.php:102
-#: src/Model/Profile.php:889
+#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
+#: src/Model/Profile.php:890
 msgid "Photos"
 msgstr ""
 
-#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:195
-#: mod/photos.php:1064 mod/photos.php:1151 mod/photos.php:1168
-#: mod/photos.php:1661 mod/photos.php:1675 src/Model/Photo.php:241
-#: src/Model/Photo.php:250
+#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
+#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
+#: src/Model/Photo.php:253
 msgid "Contact Photos"
 msgstr ""
 
@@ -1622,66 +1584,6 @@ msgstr ""
 msgid "Not Found"
 msgstr ""
 
-#: mod/filer.php:35
-msgid "- select -"
-msgstr ""
-
-#: mod/follow.php:44
-msgid "Contact added"
-msgstr ""
-
-#: mod/follow.php:65 mod/unfollow.php:65 mod/dfrn_request.php:662
-msgid "Submit Request"
-msgstr ""
-
-#: mod/follow.php:76
-msgid "You already added this contact."
-msgstr ""
-
-#: mod/follow.php:85
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr ""
-
-#: mod/follow.php:92
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr ""
-
-#: mod/follow.php:99
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr ""
-
-#: mod/follow.php:151 mod/dfrn_request.php:652
-msgid "Please answer the following:"
-msgstr ""
-
-#: mod/follow.php:152 mod/dfrn_request.php:653
-#, php-format
-msgid "Does %s know you?"
-msgstr ""
-
-#: mod/follow.php:153 mod/dfrn_request.php:654
-msgid "Add a personal note:"
-msgstr ""
-
-#: mod/follow.php:159 mod/unfollow.php:113 mod/dfrn_request.php:660
-msgid "Your Identity Address:"
-msgstr ""
-
-#: mod/follow.php:168 mod/unfollow.php:122 mod/notifications.php:258
-#: mod/admin.php:439 mod/admin.php:449 mod/contacts.php:646
-msgid "Profile URL"
-msgstr ""
-
-#: mod/follow.php:176 mod/notifications.php:251 mod/contacts.php:656
-#: src/Model/Profile.php:779
-msgid "Tags:"
-msgstr ""
-
-#: mod/follow.php:185 mod/unfollow.php:132 mod/contacts.php:848
-#: src/Model/Profile.php:876
-msgid "Status Messages and Posts"
-msgstr ""
-
 #: mod/group.php:36
 msgid "Group created."
 msgstr ""
@@ -1738,7 +1640,7 @@ msgstr ""
 msgid "Members"
 msgstr ""
 
-#: mod/group.php:216 mod/contacts.php:709
+#: mod/group.php:216 mod/contacts.php:710
 msgid "All Contacts"
 msgstr ""
 
@@ -1754,7 +1656,7 @@ msgstr ""
 msgid "Add Contact"
 msgstr ""
 
-#: mod/group.php:266 mod/profperm.php:113
+#: mod/group.php:266 mod/profperm.php:115
 msgid "Click on a contact to add or remove."
 msgstr ""
 
@@ -1766,7 +1668,7 @@ msgstr ""
 msgid "Help:"
 msgstr ""
 
-#: mod/help.php:54 view/theme/vier/theme.php:297 src/Content/Nav.php:134
+#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
 msgid "Help"
 msgstr ""
 
@@ -1822,8 +1724,8 @@ msgid ""
 "join."
 msgstr ""
 
-#: mod/newmember.php:19 mod/admin.php:1813 mod/admin.php:2082
-#: mod/settings.php:122 view/theme/frio/theme.php:268 src/Content/Nav.php:206
+#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083
+#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206
 msgid "Settings"
 msgstr ""
 
@@ -1846,14 +1748,14 @@ msgid ""
 "potential friends know exactly how to find you."
 msgstr ""
 
-#: mod/newmember.php:24 mod/profperm.php:111 mod/contacts.php:661
-#: mod/contacts.php:853 view/theme/frio/theme.php:259 src/Content/Nav.php:101
-#: src/Model/Profile.php:715 src/Model/Profile.php:848
-#: src/Model/Profile.php:881
+#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854
+#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101
+#: src/Model/Profile.php:716 src/Model/Profile.php:849
+#: src/Model/Profile.php:882
 msgid "Profile"
 msgstr ""
 
-#: mod/newmember.php:26 mod/profile_photo.php:264 mod/profiles.php:704
+#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264
 msgid "Upload Profile Photo"
 msgstr ""
 
@@ -1976,13 +1878,13 @@ msgid ""
 "features and resources."
 msgstr ""
 
-#: mod/nogroup.php:42 mod/viewcontacts.php:113 mod/contacts.php:609
-#: mod/contacts.php:942
+#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943
+#: mod/viewcontacts.php:112
 #, php-format
 msgid "Visit %s's profile [%s]"
 msgstr ""
 
-#: mod/nogroup.php:43 mod/contacts.php:943
+#: mod/nogroup.php:43 mod/contacts.php:944
 msgid "Edit contact"
 msgstr ""
 
@@ -1990,57 +1892,10 @@ msgstr ""
 msgid "Contacts who are not members of a group"
 msgstr ""
 
-#: mod/notes.php:54 src/Model/Profile.php:931
-msgid "Personal Notes"
-msgstr ""
-
 #: mod/p.php:14
 msgid "Not Extended"
 msgstr ""
 
-#: mod/profperm.php:34 mod/profperm.php:63
-msgid "Invalid profile identifier."
-msgstr ""
-
-#: mod/profperm.php:109
-msgid "Profile Visibility Editor"
-msgstr ""
-
-#: mod/profperm.php:122
-msgid "Visible To"
-msgstr ""
-
-#: mod/profperm.php:138
-msgid "All Contacts (with secure profile access)"
-msgstr ""
-
-#: mod/regmod.php:68
-msgid "Account approved."
-msgstr ""
-
-#: mod/regmod.php:93
-#, php-format
-msgid "Registration revoked for %s"
-msgstr ""
-
-#: mod/regmod.php:102
-msgid "Please login."
-msgstr ""
-
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr ""
-
-#: mod/removeme.php:56
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr ""
-
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
-msgstr ""
-
 #: mod/repair_ostatus.php:18
 msgid "Resubscribing to OStatus contacts"
 msgstr ""
@@ -2083,6 +1938,10 @@ msgstr ""
 msgid "Contact unfollowed"
 msgstr ""
 
+#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61
+msgid "Submit Request"
+msgstr ""
+
 #: mod/unfollow.php:73
 msgid "You aren't a friend of this contact."
 msgstr ""
@@ -2091,211 +1950,62 @@ msgstr ""
 msgid "Unfollowing is currently not supported by your network."
 msgstr ""
 
-#: mod/unfollow.php:100 mod/contacts.php:589
+#: mod/unfollow.php:100 mod/contacts.php:590
 msgid "Disconnect/Unfollow"
 msgstr ""
 
+#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155
+msgid "Your Identity Address:"
+msgstr ""
+
+#: mod/unfollow.php:122 mod/notifications.php:258 mod/admin.php:439
+#: mod/admin.php:449 mod/contacts.php:647 mod/follow.php:164
+msgid "Profile URL"
+msgstr ""
+
+#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181
+#: src/Model/Profile.php:877
+msgid "Status Messages and Posts"
+msgstr ""
+
 #: mod/update_community.php:27 mod/update_display.php:27
 #: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39
 msgid "[Embedded content - reload page to view]"
 msgstr ""
 
-#: mod/viewcontacts.php:85
-msgid "No contacts."
+#: mod/uimport.php:55 mod/register.php:191
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
 msgstr ""
 
-#: mod/viewsrc.php:12
-msgid "Access denied."
+#: mod/uimport.php:70 mod/register.php:285
+msgid "Import"
 msgstr ""
 
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:152 mod/wall_upload.php:155 mod/wall_attach.php:24
-#: mod/wall_attach.php:32 mod/wall_attach.php:83
-msgid "Invalid request."
+#: mod/uimport.php:72
+msgid "Move account"
 msgstr ""
 
-#: mod/wall_upload.php:183 mod/photos.php:764 mod/photos.php:767
-#: mod/photos.php:796 mod/profile_photo.php:165
-#, php-format
-msgid "Image exceeds size limit of %s"
+#: mod/uimport.php:73
+msgid "You can import an account from another Friendica server."
 msgstr ""
 
-#: mod/wall_upload.php:197 mod/photos.php:819 mod/profile_photo.php:174
-msgid "Unable to process image."
+#: mod/uimport.php:74
+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/wall_upload.php:228 mod/item.php:472 src/Object/Image.php:949
-#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998
-msgid "Wall Photos"
+#: mod/uimport.php:75
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
 msgstr ""
 
-#: mod/wall_upload.php:236 mod/photos.php:848 mod/profile_photo.php:322
-msgid "Image upload failed."
-msgstr ""
-
-#: mod/wallmessage.php:49 mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr ""
-
-#: mod/wallmessage.php:57 mod/message.php:72
-msgid "No recipient selected."
-msgstr ""
-
-#: mod/wallmessage.php:60
-msgid "Unable to check your home location."
-msgstr ""
-
-#: mod/wallmessage.php:63 mod/message.php:79
-msgid "Message could not be sent."
-msgstr ""
-
-#: mod/wallmessage.php:66 mod/message.php:82
-msgid "Message collection failure."
-msgstr ""
-
-#: mod/wallmessage.php:69 mod/message.php:85
-msgid "Message sent."
-msgstr ""
-
-#: mod/wallmessage.php:86 mod/wallmessage.php:95
-msgid "No recipient."
-msgstr ""
-
-#: mod/wallmessage.php:132 mod/message.php:249
-msgid "Send Private Message"
-msgstr ""
-
-#: mod/wallmessage.php:133
-#, 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 ""
-
-#: mod/wallmessage.php:134 mod/message.php:250 mod/message.php:423
-msgid "To:"
-msgstr ""
-
-#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:425
-msgid "Subject:"
-msgstr ""
-
-#: mod/wallmessage.php:141 mod/invite.php:144 mod/message.php:259
-#: mod/message.php:428
-msgid "Your message:"
-msgstr ""
-
-#: mod/babel.php:22
-msgid "Source (bbcode) text:"
-msgstr ""
-
-#: mod/babel.php:29
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr ""
-
-#: mod/babel.php:37
-msgid "Source input: "
-msgstr ""
-
-#: mod/babel.php:41
-msgid "bbcode (raw HTML(: "
-msgstr ""
-
-#: mod/babel.php:45
-msgid "bbcode: "
-msgstr ""
-
-#: mod/babel.php:49 mod/babel.php:65
-msgid "bbcode => html2bbcode: "
-msgstr ""
-
-#: mod/babel.php:53
-msgid "bb2diaspora: "
-msgstr ""
-
-#: mod/babel.php:57
-msgid "bb2diaspora => Markdown: "
-msgstr ""
-
-#: mod/babel.php:61
-msgid "bb2diaspora => diaspora2bb: "
-msgstr ""
-
-#: mod/babel.php:71
-msgid "Source input (Diaspora format): "
-msgstr ""
-
-#: mod/babel.php:75
-msgid "diaspora2bb: "
-msgstr ""
-
-#: mod/editpost.php:27 mod/editpost.php:37
-msgid "Item not found"
-msgstr ""
-
-#: mod/editpost.php:42
-msgid "Edit post"
-msgstr ""
-
-#: mod/uexport.php:44
-msgid "Export account"
-msgstr ""
-
-#: mod/uexport.php:44
-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:45
-msgid "Export all"
-msgstr ""
-
-#: mod/uexport.php:45
-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 ""
-
-#: mod/uexport.php:52 mod/settings.php:106
-msgid "Export personal data"
-msgstr ""
-
-#: mod/uimport.php:55 mod/register.php:190
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr ""
-
-#: mod/uimport.php:70 mod/register.php:284
-msgid "Import"
-msgstr ""
-
-#: mod/uimport.php:72
-msgid "Move account"
-msgstr ""
-
-#: mod/uimport.php:73
-msgid "You can import an account from another Friendica server."
-msgstr ""
-
-#: mod/uimport.php:74
-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/uimport.php:75
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr ""
-
-#: mod/uimport.php:76
-msgid "Account file"
+#: mod/uimport.php:76
+msgid "Account file"
 msgstr ""
 
 #: mod/uimport.php:76
@@ -2393,7 +2103,7 @@ msgid "Discard"
 msgstr ""
 
 #: mod/notifications.php:62 mod/notifications.php:182 mod/notifications.php:266
-#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:1002
+#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003
 msgid "Ignore"
 msgstr ""
 
@@ -2434,7 +2144,7 @@ msgstr ""
 msgid "suggested by %s"
 msgstr ""
 
-#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:636
+#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637
 msgid "Hide this contact from others"
 msgstr ""
 
@@ -2446,7 +2156,7 @@ msgstr ""
 msgid "if applicable"
 msgstr ""
 
-#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1703
+#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704
 msgid "Approve"
 msgstr ""
 
@@ -2499,7 +2209,12 @@ msgstr ""
 msgid "Subscriber"
 msgstr ""
 
-#: mod/notifications.php:261 mod/contacts.php:62 src/Model/Profile.php:518
+#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172
+#: src/Model/Profile.php:780
+msgid "Tags:"
+msgstr ""
+
+#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518
 msgid "Network:"
 msgstr ""
 
@@ -2565,3971 +2280,4236 @@ msgstr ""
 msgid "ignored"
 msgstr ""
 
-#: mod/probe.php:14 mod/webfinger.php:17
-msgid "Only logged in users are permitted to perform a probing."
+#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173
+msgid "Access to this profile has been restricted."
 msgstr ""
 
-#: mod/admin.php:106
-msgid "Theme settings updated."
+#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:910 src/Model/Profile.php:921
+msgid "Events"
 msgstr ""
 
-#: mod/admin.php:176 src/Content/Nav.php:174
-msgid "Information"
+#: mod/cal.php:275 mod/events.php:393
+msgid "View"
 msgstr ""
 
-#: mod/admin.php:177
-msgid "Overview"
+#: mod/cal.php:276 mod/events.php:395
+msgid "Previous"
 msgstr ""
 
-#: mod/admin.php:178 mod/admin.php:653
-msgid "Federation Statistics"
+#: mod/cal.php:277 mod/events.php:396 mod/install.php:209
+msgid "Next"
 msgstr ""
 
-#: mod/admin.php:179
-msgid "Configuration"
+#: mod/cal.php:284 mod/events.php:405
+msgid "list"
 msgstr ""
 
-#: mod/admin.php:180 mod/admin.php:1262
-msgid "Site"
+#: mod/cal.php:297 src/Model/User.php:202
+msgid "User not found"
 msgstr ""
 
-#: mod/admin.php:181 mod/admin.php:1190 mod/admin.php:1695 mod/admin.php:1711
-msgid "Users"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
 msgstr ""
 
-#: mod/admin.php:182 mod/admin.php:1811 mod/admin.php:1871 mod/settings.php:85
-msgid "Addons"
+#: mod/cal.php:315
+msgid "No exportable data found"
 msgstr ""
 
-#: mod/admin.php:183 mod/admin.php:2080 mod/admin.php:2124
-msgid "Themes"
+#: mod/cal.php:332
+msgid "calendar"
 msgstr ""
 
-#: mod/admin.php:184 mod/settings.php:63
-msgid "Additional features"
+#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148
+#: mod/profiles.php:195 mod/profiles.php:631
+msgid "Profile not found."
 msgstr ""
 
-#: mod/admin.php:185
-msgid "Database"
+#: mod/dfrn_confirm.php:132
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it "
+"has already been approved."
 msgstr ""
 
-#: mod/admin.php:186
-msgid "DB updates"
+#: mod/dfrn_confirm.php:242
+msgid "Response from remote site was not understood."
 msgstr ""
 
-#: mod/admin.php:187 mod/admin.php:688
-msgid "Inspect Queue"
+#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
 msgstr ""
 
-#: mod/admin.php:188
-msgid "Tools"
+#: mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
 msgstr ""
 
-#: mod/admin.php:189
-msgid "Contact Blocklist"
+#: mod/dfrn_confirm.php:275
+msgid "Temporary failure. Please wait and try again."
 msgstr ""
 
-#: mod/admin.php:190 mod/admin.php:311
-msgid "Server Blocklist"
+#: mod/dfrn_confirm.php:278
+msgid "Introduction failed or was revoked."
 msgstr ""
 
-#: mod/admin.php:191 mod/admin.php:470
-msgid "Delete Item"
+#: mod/dfrn_confirm.php:283
+msgid "Remote site reported: "
 msgstr ""
 
-#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2198
-msgid "Logs"
+#: mod/dfrn_confirm.php:396
+msgid "Unable to set contact photo."
 msgstr ""
 
-#: mod/admin.php:194 mod/admin.php:2265
-msgid "View Logs"
+#: mod/dfrn_confirm.php:498
+#, php-format
+msgid "No user record found for '%s' "
 msgstr ""
 
-#: mod/admin.php:196
-msgid "Diagnostics"
+#: mod/dfrn_confirm.php:508
+msgid "Our site encryption key is apparently messed up."
 msgstr ""
 
-#: mod/admin.php:197
-msgid "PHP Info"
+#: mod/dfrn_confirm.php:519
+msgid "Empty site URL was provided or URL could not be decrypted by us."
 msgstr ""
 
-#: mod/admin.php:198
-msgid "probe address"
+#: mod/dfrn_confirm.php:535
+msgid "Contact record was not found for you on our site."
 msgstr ""
 
-#: mod/admin.php:199
-msgid "check webfinger"
+#: mod/dfrn_confirm.php:549
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
 msgstr ""
 
-#: mod/admin.php:218 src/Content/Nav.php:217
-msgid "Admin"
+#: mod/dfrn_confirm.php:565
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
 msgstr ""
 
-#: mod/admin.php:219
-msgid "Addon Features"
+#: mod/dfrn_confirm.php:576
+msgid "Unable to set your contact credentials on our system."
 msgstr ""
 
-#: mod/admin.php:220
-msgid "User registrations waiting for confirmation"
+#: mod/dfrn_confirm.php:631
+msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
-#: mod/admin.php:302
-msgid "The blocked domain"
+#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 src/Model/Contact.php:1434
+msgid "[Name Withheld]"
 msgstr ""
 
-#: mod/admin.php:303 mod/admin.php:316
-msgid "The reason why you blocked this domain."
+#: mod/dfrn_confirm.php:694
+#, php-format
+msgid "%1$s has joined %2$s"
 msgstr ""
 
-#: mod/admin.php:304
-msgid "Delete domain"
+#: mod/fsuggest.php:71
+msgid "Friend suggestion sent."
 msgstr ""
 
-#: mod/admin.php:304
-msgid "Check to delete this entry from the blocklist"
+#: mod/fsuggest.php:102
+msgid "Suggest Friends"
 msgstr ""
 
-#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:652
-#: mod/admin.php:687 mod/admin.php:783 mod/admin.php:1261 mod/admin.php:1694
-#: mod/admin.php:1810 mod/admin.php:1870 mod/admin.php:2079 mod/admin.php:2123
-#: mod/admin.php:2197 mod/admin.php:2264
-msgid "Administration"
+#: mod/fsuggest.php:104
+#, php-format
+msgid "Suggest a friend for %s"
 msgstr ""
 
-#: mod/admin.php:312
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote server."
+#: mod/invite.php:33
+msgid "Total invitation limit exceeded."
 msgstr ""
 
-#: mod/admin.php:313
-msgid ""
-"The list of blocked servers will be made publically available on the /"
-"friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
+#: mod/invite.php:55
+#, php-format
+msgid "%s : Not a valid email address."
 msgstr ""
 
-#: mod/admin.php:314
-msgid "Add new entry to block list"
+#: mod/invite.php:80
+msgid "Please join us on Friendica"
 msgstr ""
 
-#: mod/admin.php:315
-msgid "Server Domain"
+#: mod/invite.php:91
+msgid "Invitation limit exceeded. Please contact your site administrator."
 msgstr ""
 
-#: mod/admin.php:315
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
+#: mod/invite.php:95
+#, php-format
+msgid "%s : Message delivery failed."
 msgstr ""
 
-#: mod/admin.php:316
-msgid "Block reason"
+#: mod/invite.php:99
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/invite.php:117
+msgid "You have no more invitations available"
 msgstr ""
 
-#: mod/admin.php:317
-msgid "Add Entry"
+#: mod/invite.php:125
+#, 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 ""
 
-#: mod/admin.php:318
-msgid "Save changes to the blocklist"
+#: mod/invite.php:127
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
 msgstr ""
 
-#: mod/admin.php:319
-msgid "Current Entries in the Blocklist"
+#: mod/invite.php:128
+#, 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 ""
 
-#: mod/admin.php:322
-msgid "Delete entry from blocklist"
+#: mod/invite.php:132
+msgid ""
+"Our apologies. This system is not currently configured to connect with other "
+"public sites or invite members."
 msgstr ""
 
-#: mod/admin.php:325
-msgid "Delete entry from blocklist?"
+#: mod/invite.php:136
+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."
 msgstr ""
 
-#: mod/admin.php:351
-msgid "Server added to blocklist."
+#: mod/invite.php:135
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
 msgstr ""
 
-#: mod/admin.php:367
-msgid "Site blocklist updated."
+#: mod/invite.php:142
+msgid "Send invitations"
 msgstr ""
 
-#: mod/admin.php:390 util/global_community_block.php:53
-msgid "The contact has been blocked from the node"
+#: mod/invite.php:143
+msgid "Enter email addresses, one per line:"
 msgstr ""
 
-#: mod/admin.php:392 util/global_community_block.php:48
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
+#: mod/invite.php:144 mod/message.php:259 mod/message.php:426
+#: mod/wallmessage.php:141
+msgid "Your message:"
 msgstr ""
 
-#: mod/admin.php:399
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/invite.php:145
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr ""
 
-#: mod/admin.php:428
-msgid "Remote Contact Blocklist"
+#: mod/invite.php:147
+msgid "You will need to supply this invitation code: $invite_code"
 msgstr ""
 
-#: mod/admin.php:429
+#: mod/invite.php:147
 msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
+"Once you have registered, please connect with me via my profile page at:"
 msgstr ""
 
-#: mod/admin.php:430
-msgid "Block Remote Contact"
+#: mod/invite.php:149
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
 msgstr ""
 
-#: mod/admin.php:431 mod/admin.php:1697
-msgid "select all"
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
 msgstr ""
 
-#: mod/admin.php:432
-msgid "select none"
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
 msgstr ""
 
-#: mod/admin.php:433 mod/admin.php:1706 mod/contacts.php:627
-#: mod/contacts.php:817 mod/contacts.php:994
-msgid "Block"
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
 msgstr ""
 
-#: mod/admin.php:434 mod/admin.php:1707 mod/contacts.php:627
-#: mod/contacts.php:817 mod/contacts.php:994
-msgid "Unblock"
+#: mod/profiles.php:57
+msgid "Profile deleted."
 msgstr ""
 
-#: mod/admin.php:435
-msgid "No remote contact is blocked from this node."
+#: mod/profiles.php:73 mod/profiles.php:109
+msgid "Profile-"
 msgstr ""
 
-#: mod/admin.php:437
-msgid "Blocked Remote Contacts"
+#: mod/profiles.php:92 mod/profiles.php:131
+msgid "New profile created."
 msgstr ""
 
-#: mod/admin.php:438
-msgid "Block New Remote Contact"
+#: mod/profiles.php:115
+msgid "Profile unavailable to clone."
 msgstr ""
 
-#: mod/admin.php:439
-msgid "Photo"
+#: mod/profiles.php:205
+msgid "Profile Name is required."
 msgstr ""
 
-#: mod/admin.php:439 mod/profiles.php:393
-msgid "Address"
+#: mod/profiles.php:346
+msgid "Marital Status"
 msgstr ""
 
-#: mod/admin.php:447
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:449
-msgid "URL of the remote contact to block."
+#: mod/profiles.php:350
+msgid "Romantic Partner"
 msgstr ""
 
-#: mod/admin.php:471
-msgid "Delete this Item"
+#: mod/profiles.php:362
+msgid "Work/Employment"
 msgstr ""
 
-#: mod/admin.php:472
-msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
+#: mod/profiles.php:365
+msgid "Religion"
 msgstr ""
 
-#: mod/admin.php:473
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
+#: mod/profiles.php:369
+msgid "Political Views"
 msgstr ""
 
-#: mod/admin.php:474
-msgid "GUID"
+#: mod/profiles.php:373
+msgid "Gender"
 msgstr ""
 
-#: mod/admin.php:474
-msgid "The GUID of the item you want to delete."
+#: mod/profiles.php:377
+msgid "Sexual Preference"
 msgstr ""
 
-#: mod/admin.php:513
-msgid "Item marked for deletion."
+#: mod/profiles.php:381
+msgid "XMPP"
 msgstr ""
 
-#: mod/admin.php:583
-msgid "unknown"
+#: mod/profiles.php:385
+msgid "Homepage"
 msgstr ""
 
-#: mod/admin.php:646
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
+#: mod/profiles.php:389 mod/profiles.php:699
+msgid "Interests"
 msgstr ""
 
-#: mod/admin.php:647
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
+#: mod/profiles.php:393 mod/admin.php:439
+msgid "Address"
 msgstr ""
 
-#: mod/admin.php:659
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
+#: mod/profiles.php:400 mod/profiles.php:695
+msgid "Location"
 msgstr ""
 
-#: mod/admin.php:690
-msgid "ID"
+#: mod/profiles.php:485
+msgid "Profile updated."
 msgstr ""
 
-#: mod/admin.php:691
-msgid "Recipient Name"
+#: mod/profiles.php:577
+msgid " and "
 msgstr ""
 
-#: mod/admin.php:692
-msgid "Recipient Profile"
+#: mod/profiles.php:586
+msgid "public profile"
 msgstr ""
 
-#: mod/admin.php:693 view/theme/frio/theme.php:265
-#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
-msgid "Network"
+#: mod/profiles.php:589
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr ""
 
-#: mod/admin.php:694
-msgid "Created"
+#: mod/profiles.php:590
+#, php-format
+msgid " - Visit %1$s's %2$s"
 msgstr ""
 
-#: mod/admin.php:695
-msgid "Last Tried"
+#: mod/profiles.php:592
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr ""
 
-#: mod/admin.php:696
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
+#: mod/profiles.php:646
+msgid "Hide contacts and friends:"
 msgstr ""
 
-#: mod/admin.php:720
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should "
-"change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php scripts/"
-"dbstructure.php toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
+#: mod/profiles.php:651
+msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr ""
 
-#: mod/admin.php:727
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
+#: mod/profiles.php:671
+msgid "Show more profile fields:"
 msgstr ""
 
-#: mod/admin.php:737
-msgid ""
-"The database update failed. Please run \"php scripts/dbstructure.php update"
-"\" from the command line and have a look at the errors that might appear."
+#: mod/profiles.php:683
+msgid "Profile Actions"
 msgstr ""
 
-#: mod/admin.php:743
-msgid "The worker was never executed. Please check your database structure!"
+#: mod/profiles.php:684
+msgid "Edit Profile Details"
 msgstr ""
 
-#: mod/admin.php:746
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please "
-"check your crontab settings."
+#: mod/profiles.php:686
+msgid "Change Profile Photo"
 msgstr ""
 
-#: mod/admin.php:751 mod/admin.php:1646
-msgid "Normal Account"
+#: mod/profiles.php:687
+msgid "View this profile"
 msgstr ""
 
-#: mod/admin.php:752 mod/admin.php:1647
-msgid "Automatic Follower Account"
+#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393
+msgid "Edit visibility"
 msgstr ""
 
-#: mod/admin.php:753 mod/admin.php:1648
-msgid "Public Forum Account"
+#: mod/profiles.php:689
+msgid "Create a new profile using these settings"
 msgstr ""
 
-#: mod/admin.php:754 mod/admin.php:1649
-msgid "Automatic Friend Account"
+#: mod/profiles.php:690
+msgid "Clone this profile"
 msgstr ""
 
-#: mod/admin.php:755
-msgid "Blog Account"
+#: mod/profiles.php:691
+msgid "Delete this profile"
 msgstr ""
 
-#: mod/admin.php:756
-msgid "Private Forum Account"
+#: mod/profiles.php:693
+msgid "Basic information"
 msgstr ""
 
-#: mod/admin.php:778
-msgid "Message queues"
+#: mod/profiles.php:694
+msgid "Profile picture"
 msgstr ""
 
-#: mod/admin.php:784
-msgid "Summary"
+#: mod/profiles.php:696
+msgid "Preferences"
 msgstr ""
 
-#: mod/admin.php:786
-msgid "Registered users"
+#: mod/profiles.php:697
+msgid "Status information"
 msgstr ""
 
-#: mod/admin.php:788
-msgid "Pending registrations"
+#: mod/profiles.php:698
+msgid "Additional information"
 msgstr ""
 
-#: mod/admin.php:789
-msgid "Version"
+#: mod/profiles.php:700 mod/network.php:939
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
 msgstr ""
 
-#: mod/admin.php:794
-msgid "Active addons"
+#: mod/profiles.php:701
+msgid "Relation"
 msgstr ""
 
-#: mod/admin.php:825
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
 msgstr ""
 
-#: mod/admin.php:1126
-msgid "Site settings updated."
+#: mod/profiles.php:705
+msgid "Your Gender:"
 msgstr ""
 
-#: mod/admin.php:1153 mod/settings.php:907
-msgid "No special theme for mobile devices"
+#: mod/profiles.php:706
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr ""
 
-#: mod/admin.php:1182
-msgid "No community page"
+#: mod/profiles.php:707 src/Model/Profile.php:768
+msgid "Sexual Preference:"
 msgstr ""
 
-#: mod/admin.php:1183
-msgid "Public postings from users of this site"
+#: mod/profiles.php:708
+msgid "Example: fishing photography software"
 msgstr ""
 
-#: mod/admin.php:1184
-msgid "Public postings from the federated network"
+#: mod/profiles.php:713
+msgid "Profile Name:"
 msgstr ""
 
-#: mod/admin.php:1185
-msgid "Public postings from local users and the federated network"
+#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523
+msgid "Required"
 msgstr ""
 
-#: mod/admin.php:1189 mod/contacts.php:563
-msgid "Disabled"
+#: mod/profiles.php:715
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
 msgstr ""
 
-#: mod/admin.php:1191
-msgid "Users, Global Contacts"
+#: mod/profiles.php:716
+msgid "Your Full Name:"
 msgstr ""
 
-#: mod/admin.php:1192
-msgid "Users, Global Contacts/fallback"
+#: mod/profiles.php:717
+msgid "Title/Description:"
 msgstr ""
 
-#: mod/admin.php:1196
-msgid "One month"
+#: mod/profiles.php:720
+msgid "Street Address:"
 msgstr ""
 
-#: mod/admin.php:1197
-msgid "Three months"
+#: mod/profiles.php:721
+msgid "Locality/City:"
 msgstr ""
 
-#: mod/admin.php:1198
-msgid "Half a year"
+#: mod/profiles.php:722
+msgid "Region/State:"
 msgstr ""
 
-#: mod/admin.php:1199
-msgid "One year"
+#: mod/profiles.php:723
+msgid "Postal/Zip Code:"
 msgstr ""
 
-#: mod/admin.php:1204
-msgid "Multi user instance"
+#: mod/profiles.php:724
+msgid "Country:"
 msgstr ""
 
-#: mod/admin.php:1227
-msgid "Closed"
+#: mod/profiles.php:725 src/Util/Temporal.php:149
+msgid "Age: "
 msgstr ""
 
-#: mod/admin.php:1228
-msgid "Requires approval"
+#: mod/profiles.php:728
+msgid "Who: (if applicable)"
 msgstr ""
 
-#: mod/admin.php:1229
-msgid "Open"
+#: mod/profiles.php:728
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr ""
 
-#: mod/admin.php:1233
-msgid "No SSL policy, links will track page SSL state"
+#: mod/profiles.php:729
+msgid "Since [date]:"
 msgstr ""
 
-#: mod/admin.php:1234
-msgid "Force all links to use SSL"
+#: mod/profiles.php:731
+msgid "Tell us about yourself..."
 msgstr ""
 
-#: mod/admin.php:1235
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+#: mod/profiles.php:732
+msgid "XMPP (Jabber) address:"
 msgstr ""
 
-#: mod/admin.php:1239
-msgid "Don't check"
+#: mod/profiles.php:732
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow "
+"you."
 msgstr ""
 
-#: mod/admin.php:1240
-msgid "check the stable version"
+#: mod/profiles.php:733
+msgid "Homepage URL:"
 msgstr ""
 
-#: mod/admin.php:1241
-msgid "check the development version"
+#: mod/profiles.php:734 src/Model/Profile.php:776
+msgid "Hometown:"
 msgstr ""
 
-#: mod/admin.php:1263 mod/admin.php:1872 mod/admin.php:2125 mod/admin.php:2199
-#: mod/admin.php:2346 mod/settings.php:679 mod/settings.php:788
-#: mod/settings.php:874 mod/settings.php:963 mod/settings.php:1198
-msgid "Save Settings"
+#: mod/profiles.php:735 src/Model/Profile.php:784
+msgid "Political Views:"
 msgstr ""
 
-#: mod/admin.php:1264
-msgid "Republish users to directory"
+#: mod/profiles.php:736
+msgid "Religious Views:"
 msgstr ""
 
-#: mod/admin.php:1265 mod/register.php:263
-msgid "Registration"
+#: mod/profiles.php:737
+msgid "Public Keywords:"
 msgstr ""
 
-#: mod/admin.php:1266
-msgid "File upload"
+#: mod/profiles.php:737
+msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr ""
 
-#: mod/admin.php:1267
-msgid "Policies"
+#: mod/profiles.php:738
+msgid "Private Keywords:"
 msgstr ""
 
-#: mod/admin.php:1268 mod/contacts.php:885 mod/events.php:536
-#: src/Model/Profile.php:850
-msgid "Advanced"
+#: mod/profiles.php:738
+msgid "(Used for searching profiles, never shown to others)"
 msgstr ""
 
-#: mod/admin.php:1269
-msgid "Auto Discovered Contact Directory"
+#: mod/profiles.php:739 src/Model/Profile.php:800
+msgid "Likes:"
 msgstr ""
 
-#: mod/admin.php:1270
-msgid "Performance"
+#: mod/profiles.php:740 src/Model/Profile.php:804
+msgid "Dislikes:"
 msgstr ""
 
-#: mod/admin.php:1271
-msgid "Worker"
+#: mod/profiles.php:741
+msgid "Musical interests"
 msgstr ""
 
-#: mod/admin.php:1272
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
+#: mod/profiles.php:742
+msgid "Books, literature"
 msgstr ""
 
-#: mod/admin.php:1275
-msgid "Site name"
+#: mod/profiles.php:743
+msgid "Television"
 msgstr ""
 
-#: mod/admin.php:1276
-msgid "Host name"
+#: mod/profiles.php:744
+msgid "Film/dance/culture/entertainment"
 msgstr ""
 
-#: mod/admin.php:1277
-msgid "Sender Email"
+#: mod/profiles.php:745
+msgid "Hobbies/Interests"
 msgstr ""
 
-#: mod/admin.php:1277
-msgid ""
-"The email address your server shall use to send notification emails from."
+#: mod/profiles.php:746
+msgid "Love/romance"
 msgstr ""
 
-#: mod/admin.php:1278
-msgid "Banner/Logo"
+#: mod/profiles.php:747
+msgid "Work/employment"
 msgstr ""
 
-#: mod/admin.php:1279
-msgid "Shortcut icon"
+#: mod/profiles.php:748
+msgid "School/education"
 msgstr ""
 
-#: mod/admin.php:1279
-msgid "Link to an icon that will be used for browsers."
+#: mod/profiles.php:749
+msgid "Contact information and Social Networks"
 msgstr ""
 
-#: mod/admin.php:1280
-msgid "Touch icon"
+#: mod/profiles.php:780 src/Model/Profile.php:389
+msgid "Profile Image"
 msgstr ""
 
-#: mod/admin.php:1280
-msgid "Link to an icon that will be used for tablets and mobiles."
+#: mod/profiles.php:782 src/Model/Profile.php:392
+msgid "visible to everybody"
 msgstr ""
 
-#: mod/admin.php:1281
-msgid "Additional Info"
+#: mod/profiles.php:789
+msgid "Edit/Manage Profiles"
 msgstr ""
 
-#: mod/admin.php:1281
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
+#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
 msgstr ""
 
-#: mod/admin.php:1282
-msgid "System language"
+#: mod/profiles.php:791 src/Model/Profile.php:380
+msgid "Create New Profile"
 msgstr ""
 
-#: mod/admin.php:1283
-msgid "System theme"
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
 msgstr ""
 
-#: mod/admin.php:1283
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
 msgstr ""
 
-#: mod/admin.php:1284
-msgid "Mobile system theme"
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
 msgstr ""
 
-#: mod/admin.php:1284
-msgid "Theme for mobile devices"
+#: mod/wall_attach.php:112
+#, php-format
+msgid "File exceeds size limit of %s"
 msgstr ""
 
-#: mod/admin.php:1285
-msgid "SSL link policy"
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
 msgstr ""
 
-#: mod/admin.php:1285
-msgid "Determines whether generated links should be forced to use SSL"
+#: mod/admin.php:106
+msgid "Theme settings updated."
 msgstr ""
 
-#: mod/admin.php:1286
-msgid "Force SSL"
+#: mod/admin.php:176 src/Content/Nav.php:174
+msgid "Information"
 msgstr ""
 
-#: mod/admin.php:1286
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
-"to endless loops."
+#: mod/admin.php:177
+msgid "Overview"
 msgstr ""
 
-#: mod/admin.php:1287
-msgid "Hide help entry from navigation menu"
+#: mod/admin.php:178 mod/admin.php:654
+msgid "Federation Statistics"
 msgstr ""
 
-#: mod/admin.php:1287
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
+#: mod/admin.php:179
+msgid "Configuration"
 msgstr ""
 
-#: mod/admin.php:1288
-msgid "Single user instance"
+#: mod/admin.php:180 mod/admin.php:1263
+msgid "Site"
 msgstr ""
 
-#: mod/admin.php:1288
-msgid "Make this instance multi-user or single-user for the named user"
+#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712
+msgid "Users"
 msgstr ""
 
-#: mod/admin.php:1289
-msgid "Maximum image size"
+#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85
+msgid "Addons"
 msgstr ""
 
-#: mod/admin.php:1289
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
+#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125
+msgid "Themes"
 msgstr ""
 
-#: mod/admin.php:1290
-msgid "Maximum image length"
+#: mod/admin.php:184 mod/settings.php:63
+msgid "Additional features"
 msgstr ""
 
-#: mod/admin.php:1290
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
+#: mod/admin.php:185
+msgid "Database"
 msgstr ""
 
-#: mod/admin.php:1291
-msgid "JPEG image quality"
+#: mod/admin.php:186
+msgid "DB updates"
 msgstr ""
 
-#: mod/admin.php:1291
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
+#: mod/admin.php:187 mod/admin.php:689
+msgid "Inspect Queue"
 msgstr ""
 
-#: mod/admin.php:1293
-msgid "Register policy"
+#: mod/admin.php:188
+msgid "Tools"
 msgstr ""
 
-#: mod/admin.php:1294
-msgid "Maximum Daily Registrations"
+#: mod/admin.php:189
+msgid "Contact Blocklist"
 msgstr ""
 
-#: mod/admin.php:1294
-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."
+#: mod/admin.php:190 mod/admin.php:311
+msgid "Server Blocklist"
 msgstr ""
 
-#: mod/admin.php:1295
-msgid "Register text"
+#: mod/admin.php:191 mod/admin.php:470
+msgid "Delete Item"
 msgstr ""
 
-#: mod/admin.php:1295
-msgid "Will be displayed prominently on the registration page."
+#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199
+msgid "Logs"
 msgstr ""
 
-#: mod/admin.php:1296
-msgid "Accounts abandoned after x days"
+#: mod/admin.php:194 mod/admin.php:2266
+msgid "View Logs"
 msgstr ""
 
-#: mod/admin.php:1296
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+#: mod/admin.php:196
+msgid "Diagnostics"
 msgstr ""
 
-#: mod/admin.php:1297
-msgid "Allowed friend domains"
+#: mod/admin.php:197
+msgid "PHP Info"
 msgstr ""
 
-#: mod/admin.php:1297
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
+#: mod/admin.php:198
+msgid "probe address"
 msgstr ""
 
-#: mod/admin.php:1298
-msgid "Allowed email domains"
+#: mod/admin.php:199
+msgid "check webfinger"
 msgstr ""
 
-#: mod/admin.php:1298
-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"
+#: mod/admin.php:218 src/Content/Nav.php:217
+msgid "Admin"
 msgstr ""
 
-#: mod/admin.php:1299
-msgid "No OEmbed rich content"
+#: mod/admin.php:219
+msgid "Addon Features"
 msgstr ""
 
-#: mod/admin.php:1299
-msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
+#: mod/admin.php:220
+msgid "User registrations waiting for confirmation"
 msgstr ""
 
-#: mod/admin.php:1300
-msgid "Allowed OEmbed domains"
+#: mod/admin.php:302
+msgid "The blocked domain"
 msgstr ""
 
-#: mod/admin.php:1300
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
+#: mod/admin.php:303 mod/admin.php:316
+msgid "The reason why you blocked this domain."
 msgstr ""
 
-#: mod/admin.php:1301
-msgid "Block public"
+#: mod/admin.php:304
+msgid "Delete domain"
 msgstr ""
 
-#: mod/admin.php:1301
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
+#: mod/admin.php:304
+msgid "Check to delete this entry from the blocklist"
 msgstr ""
 
-#: mod/admin.php:1302
-msgid "Force publish"
+#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653
+#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695
+#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124
+#: mod/admin.php:2198 mod/admin.php:2265
+msgid "Administration"
 msgstr ""
 
-#: mod/admin.php:1302
+#: mod/admin.php:312
 msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
-
-#: mod/admin.php:1303
-msgid "Global directory URL"
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote server."
 msgstr ""
 
-#: mod/admin.php:1303
+#: mod/admin.php:313
 msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr ""
-
-#: mod/admin.php:1304
-msgid "Private posts by default for new users"
+"The list of blocked servers will be made publically available on the /"
+"friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
 msgstr ""
 
-#: mod/admin.php:1304
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
+#: mod/admin.php:314
+msgid "Add new entry to block list"
 msgstr ""
 
-#: mod/admin.php:1305
-msgid "Don't include post content in email notifications"
+#: mod/admin.php:315
+msgid "Server Domain"
 msgstr ""
 
-#: mod/admin.php:1305
+#: mod/admin.php:315
 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."
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
 msgstr ""
 
-#: mod/admin.php:1306
-msgid "Disallow public access to addons listed in the apps menu."
+#: mod/admin.php:316
+msgid "Block reason"
 msgstr ""
 
-#: mod/admin.php:1306
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
+#: mod/admin.php:317
+msgid "Add Entry"
 msgstr ""
 
-#: mod/admin.php:1307
-msgid "Don't embed private images in posts"
+#: mod/admin.php:318
+msgid "Save changes to the blocklist"
 msgstr ""
 
-#: mod/admin.php:1307
-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."
+#: mod/admin.php:319
+msgid "Current Entries in the Blocklist"
 msgstr ""
 
-#: mod/admin.php:1308
-msgid "Allow Users to set remote_self"
+#: mod/admin.php:322
+msgid "Delete entry from blocklist"
 msgstr ""
 
-#: mod/admin.php:1308
-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."
+#: mod/admin.php:325
+msgid "Delete entry from blocklist?"
 msgstr ""
 
-#: mod/admin.php:1309
-msgid "Block multiple registrations"
+#: mod/admin.php:351
+msgid "Server added to blocklist."
 msgstr ""
 
-#: mod/admin.php:1309
-msgid "Disallow users to register additional accounts for use as pages."
+#: mod/admin.php:367
+msgid "Site blocklist updated."
 msgstr ""
 
-#: mod/admin.php:1310
-msgid "OpenID support"
+#: mod/admin.php:390 util/global_community_block.php:53
+msgid "The contact has been blocked from the node"
 msgstr ""
 
-#: mod/admin.php:1310
-msgid "OpenID support for registration and logins."
+#: mod/admin.php:392 util/global_community_block.php:48
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
 msgstr ""
 
-#: mod/admin.php:1311
-msgid "Fullname check"
+#: mod/admin.php:399
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:428
+msgid "Remote Contact Blocklist"
 msgstr ""
 
-#: mod/admin.php:1311
+#: mod/admin.php:429
 msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
 msgstr ""
 
-#: mod/admin.php:1312
-msgid "Community pages for visitors"
+#: mod/admin.php:430
+msgid "Block Remote Contact"
 msgstr ""
 
-#: mod/admin.php:1312
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
+#: mod/admin.php:431 mod/admin.php:1698
+msgid "select all"
 msgstr ""
 
-#: mod/admin.php:1313
-msgid "Posts per user on community page"
+#: mod/admin.php:432
+msgid "select none"
 msgstr ""
 
-#: mod/admin.php:1313
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
+#: mod/admin.php:433 mod/admin.php:1707 mod/contacts.php:628
+#: mod/contacts.php:818 mod/contacts.php:995
+msgid "Block"
 msgstr ""
 
-#: mod/admin.php:1314
-msgid "Enable OStatus support"
+#: mod/admin.php:434 mod/admin.php:1708 mod/contacts.php:628
+#: mod/contacts.php:818 mod/contacts.php:995
+msgid "Unblock"
 msgstr ""
 
-#: mod/admin.php:1314
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
+#: mod/admin.php:435
+msgid "No remote contact is blocked from this node."
 msgstr ""
 
-#: mod/admin.php:1315
-msgid "Only import OStatus threads from our contacts"
+#: mod/admin.php:437
+msgid "Blocked Remote Contacts"
 msgstr ""
 
-#: mod/admin.php:1315
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option "
-"we only store threads that are started by a contact that is known on our "
-"system."
+#: mod/admin.php:438
+msgid "Block New Remote Contact"
 msgstr ""
 
-#: mod/admin.php:1316
-msgid "OStatus support can only be enabled if threading is enabled."
+#: mod/admin.php:439
+msgid "Photo"
 msgstr ""
 
-#: mod/admin.php:1318
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub "
-"directory."
-msgstr ""
+#: mod/admin.php:447
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/admin.php:1319
-msgid "Enable Diaspora support"
+#: mod/admin.php:449
+msgid "URL of the remote contact to block."
 msgstr ""
 
-#: mod/admin.php:1319
-msgid "Provide built-in Diaspora network compatibility."
+#: mod/admin.php:471
+msgid "Delete this Item"
 msgstr ""
 
-#: mod/admin.php:1320
-msgid "Only allow Friendica contacts"
+#: mod/admin.php:472
+msgid ""
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
 msgstr ""
 
-#: mod/admin.php:1320
+#: mod/admin.php:473
 msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
 msgstr ""
 
-#: mod/admin.php:1321
-msgid "Verify SSL"
+#: mod/admin.php:474
+msgid "GUID"
 msgstr ""
 
-#: mod/admin.php:1321
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you "
-"cannot connect (at all) to self-signed SSL sites."
+#: mod/admin.php:474
+msgid "The GUID of the item you want to delete."
 msgstr ""
 
-#: mod/admin.php:1322
-msgid "Proxy user"
+#: mod/admin.php:513
+msgid "Item marked for deletion."
 msgstr ""
 
-#: mod/admin.php:1323
-msgid "Proxy URL"
+#: mod/admin.php:584
+msgid "unknown"
 msgstr ""
 
-#: mod/admin.php:1324
-msgid "Network timeout"
+#: mod/admin.php:647
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
 msgstr ""
 
-#: mod/admin.php:1324
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: mod/admin.php:648
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
 msgstr ""
 
-#: mod/admin.php:1325
-msgid "Maximum Load Average"
+#: mod/admin.php:660
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
 msgstr ""
 
-#: mod/admin.php:1325
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
+#: mod/admin.php:691
+msgid "ID"
 msgstr ""
 
-#: mod/admin.php:1326
-msgid "Maximum Load Average (Frontend)"
+#: mod/admin.php:692
+msgid "Recipient Name"
 msgstr ""
 
-#: mod/admin.php:1326
-msgid "Maximum system load before the frontend quits service - default 50."
+#: mod/admin.php:693
+msgid "Recipient Profile"
 msgstr ""
 
-#: mod/admin.php:1327
-msgid "Minimal Memory"
+#: mod/admin.php:694 view/theme/frio/theme.php:266
+#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
+msgid "Network"
 msgstr ""
 
-#: mod/admin.php:1327
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
+#: mod/admin.php:695
+msgid "Created"
 msgstr ""
 
-#: mod/admin.php:1328
-msgid "Maximum table size for optimization"
+#: mod/admin.php:696
+msgid "Last Tried"
 msgstr ""
 
-#: mod/admin.php:1328
+#: mod/admin.php:697
 msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
 msgstr ""
 
-#: mod/admin.php:1329
-msgid "Minimum level of fragmentation"
+#: mod/admin.php:721
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should "
+"change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php scripts/"
+"dbstructure.php toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
 msgstr ""
 
-#: mod/admin.php:1329
+#: mod/admin.php:728
+#, php-format
 msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
 msgstr ""
 
-#: mod/admin.php:1331
-msgid "Periodical check of global contacts"
+#: mod/admin.php:738
+msgid ""
+"The database update failed. Please run \"php scripts/dbstructure.php update"
+"\" from the command line and have a look at the errors that might appear."
+msgstr ""
+
+#: mod/admin.php:744
+msgid "The worker was never executed. Please check your database structure!"
 msgstr ""
 
-#: mod/admin.php:1331
+#: mod/admin.php:747
+#, php-format
 msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
+"The last worker execution was on %s UTC. This is older than one hour. Please "
+"check your crontab settings."
 msgstr ""
 
-#: mod/admin.php:1332
-msgid "Days between requery"
+#: mod/admin.php:752 mod/admin.php:1647
+msgid "Normal Account"
 msgstr ""
 
-#: mod/admin.php:1332
-msgid "Number of days after which a server is requeried for his contacts."
+#: mod/admin.php:753 mod/admin.php:1648
+msgid "Automatic Follower Account"
 msgstr ""
 
-#: mod/admin.php:1333
-msgid "Discover contacts from other servers"
+#: mod/admin.php:754 mod/admin.php:1649
+msgid "Public Forum Account"
 msgstr ""
 
-#: mod/admin.php:1333
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
+#: mod/admin.php:755 mod/admin.php:1650
+msgid "Automatic Friend Account"
 msgstr ""
 
-#: mod/admin.php:1334
-msgid "Timeframe for fetching global contacts"
+#: mod/admin.php:756
+msgid "Blog Account"
 msgstr ""
 
-#: mod/admin.php:1334
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
+#: mod/admin.php:757
+msgid "Private Forum Account"
 msgstr ""
 
-#: mod/admin.php:1335
-msgid "Search the local directory"
+#: mod/admin.php:779
+msgid "Message queues"
 msgstr ""
 
-#: mod/admin.php:1335
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
+#: mod/admin.php:785
+msgid "Summary"
 msgstr ""
 
-#: mod/admin.php:1337
-msgid "Publish server information"
+#: mod/admin.php:787
+msgid "Registered users"
 msgstr ""
 
-#: mod/admin.php:1337
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a "
-"href='http://the-federation.info/'>the-federation.info</a> for details."
+#: mod/admin.php:789
+msgid "Pending registrations"
 msgstr ""
 
-#: mod/admin.php:1339
-msgid "Check upstream version"
+#: mod/admin.php:790
+msgid "Version"
 msgstr ""
 
-#: mod/admin.php:1339
-msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
+#: mod/admin.php:795
+msgid "Active addons"
 msgstr ""
 
-#: mod/admin.php:1340
-msgid "Suppress Tags"
+#: mod/admin.php:826
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr ""
 
-#: mod/admin.php:1340
-msgid "Suppress showing a list of hashtags at the end of the posting."
+#: mod/admin.php:1127
+msgid "Site settings updated."
 msgstr ""
 
-#: mod/admin.php:1341
-msgid "Path to item cache"
+#: mod/admin.php:1154 mod/settings.php:907
+msgid "No special theme for mobile devices"
 msgstr ""
 
-#: mod/admin.php:1341
-msgid "The item caches buffers generated bbcode and external images."
+#: mod/admin.php:1183
+msgid "No community page"
 msgstr ""
 
-#: mod/admin.php:1342
-msgid "Cache duration in seconds"
+#: mod/admin.php:1184
+msgid "Public postings from users of this site"
 msgstr ""
 
-#: mod/admin.php:1342
-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."
+#: mod/admin.php:1185
+msgid "Public postings from the federated network"
 msgstr ""
 
-#: mod/admin.php:1343
-msgid "Maximum numbers of comments per post"
+#: mod/admin.php:1186
+msgid "Public postings from local users and the federated network"
 msgstr ""
 
-#: mod/admin.php:1343
-msgid "How much comments should be shown for each post? Default value is 100."
+#: mod/admin.php:1190 mod/contacts.php:564
+msgid "Disabled"
 msgstr ""
 
-#: mod/admin.php:1344
-msgid "Temp path"
+#: mod/admin.php:1192
+msgid "Users, Global Contacts"
 msgstr ""
 
-#: mod/admin.php:1344
+#: mod/admin.php:1193
+msgid "Users, Global Contacts/fallback"
+msgstr ""
+
+#: mod/admin.php:1197
+msgid "One month"
+msgstr ""
+
+#: mod/admin.php:1198
+msgid "Three months"
+msgstr ""
+
+#: mod/admin.php:1199
+msgid "Half a year"
+msgstr ""
+
+#: mod/admin.php:1200
+msgid "One year"
+msgstr ""
+
+#: mod/admin.php:1205
+msgid "Multi user instance"
+msgstr ""
+
+#: mod/admin.php:1228
+msgid "Closed"
+msgstr ""
+
+#: mod/admin.php:1229
+msgid "Requires approval"
+msgstr ""
+
+#: mod/admin.php:1230
+msgid "Open"
+msgstr ""
+
+#: mod/admin.php:1234
+msgid "No SSL policy, links will track page SSL state"
+msgstr ""
+
+#: mod/admin.php:1235
+msgid "Force all links to use SSL"
+msgstr ""
+
+#: mod/admin.php:1236
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr ""
+
+#: mod/admin.php:1240
+msgid "Don't check"
+msgstr ""
+
+#: mod/admin.php:1241
+msgid "check the stable version"
+msgstr ""
+
+#: mod/admin.php:1242
+msgid "check the development version"
+msgstr ""
+
+#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200
+#: mod/admin.php:2347 mod/delegate.php:161 mod/settings.php:679
+#: mod/settings.php:788 mod/settings.php:874 mod/settings.php:963
+#: mod/settings.php:1198
+msgid "Save Settings"
+msgstr ""
+
+#: mod/admin.php:1265
+msgid "Republish users to directory"
+msgstr ""
+
+#: mod/admin.php:1266 mod/register.php:264
+msgid "Registration"
+msgstr ""
+
+#: mod/admin.php:1267
+msgid "File upload"
+msgstr ""
+
+#: mod/admin.php:1268
+msgid "Policies"
+msgstr ""
+
+#: mod/admin.php:1269 mod/contacts.php:886 mod/events.php:535
+#: src/Model/Profile.php:851
+msgid "Advanced"
+msgstr ""
+
+#: mod/admin.php:1270
+msgid "Auto Discovered Contact Directory"
+msgstr ""
+
+#: mod/admin.php:1271
+msgid "Performance"
+msgstr ""
+
+#: mod/admin.php:1272
+msgid "Worker"
+msgstr ""
+
+#: mod/admin.php:1273
 msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr ""
 
-#: mod/admin.php:1345
-msgid "Base path to installation"
+#: mod/admin.php:1276
+msgid "Site name"
 msgstr ""
 
-#: mod/admin.php:1345
+#: mod/admin.php:1277
+msgid "Host name"
+msgstr ""
+
+#: mod/admin.php:1278
+msgid "Sender Email"
+msgstr ""
+
+#: mod/admin.php:1278
 msgid ""
-"If the system cannot detect the correct path to your installation, enter the "
-"correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
+"The email address your server shall use to send notification emails from."
 msgstr ""
 
-#: mod/admin.php:1346
-msgid "Disable picture proxy"
+#: mod/admin.php:1279
+msgid "Banner/Logo"
 msgstr ""
 
-#: mod/admin.php:1346
+#: mod/admin.php:1280
+msgid "Shortcut icon"
+msgstr ""
+
+#: mod/admin.php:1280
+msgid "Link to an icon that will be used for browsers."
+msgstr ""
+
+#: mod/admin.php:1281
+msgid "Touch icon"
+msgstr ""
+
+#: mod/admin.php:1281
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr ""
+
+#: mod/admin.php:1282
+msgid "Additional Info"
+msgstr ""
+
+#: mod/admin.php:1282
+#, php-format
 msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on "
-"systems with very low bandwith."
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
 msgstr ""
 
-#: mod/admin.php:1347
-msgid "Only search in tags"
+#: mod/admin.php:1283
+msgid "System language"
 msgstr ""
 
-#: mod/admin.php:1347
-msgid "On large systems the text search can slow down the system extremely."
+#: mod/admin.php:1284
+msgid "System theme"
 msgstr ""
 
-#: mod/admin.php:1349
-msgid "New base url"
+#: mod/admin.php:1284
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr ""
+
+#: mod/admin.php:1285
+msgid "Mobile system theme"
 msgstr ""
 
-#: mod/admin.php:1349
+#: mod/admin.php:1285
+msgid "Theme for mobile devices"
+msgstr ""
+
+#: mod/admin.php:1286
+msgid "SSL link policy"
+msgstr ""
+
+#: mod/admin.php:1286
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr ""
+
+#: mod/admin.php:1287
+msgid "Force SSL"
+msgstr ""
+
+#: mod/admin.php:1287
 msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and "
-"Diaspora* contacts of all users."
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
+"to endless loops."
 msgstr ""
 
-#: mod/admin.php:1351
-msgid "RINO Encryption"
+#: mod/admin.php:1288
+msgid "Hide help entry from navigation menu"
 msgstr ""
 
-#: mod/admin.php:1351
-msgid "Encryption layer between nodes."
+#: mod/admin.php:1288
+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:1353
-msgid "Maximum number of parallel workers"
+#: mod/admin.php:1289
+msgid "Single user instance"
 msgstr ""
 
-#: mod/admin.php:1353
+#: mod/admin.php:1289
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr ""
+
+#: mod/admin.php:1290
+msgid "Maximum image size"
+msgstr ""
+
+#: mod/admin.php:1290
 msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
 msgstr ""
 
-#: mod/admin.php:1354
-msgid "Don't use 'proc_open' with the worker"
+#: mod/admin.php:1291
+msgid "Maximum image length"
 msgstr ""
 
-#: mod/admin.php:1354
+#: mod/admin.php:1291
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
 msgstr ""
 
-#: mod/admin.php:1355
-msgid "Enable fastlane"
+#: mod/admin.php:1292
+msgid "JPEG image quality"
 msgstr ""
 
-#: mod/admin.php:1355
+#: mod/admin.php:1292
 msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes "
-"with higher priority are blocked by processes of lower priority."
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
 msgstr ""
 
-#: mod/admin.php:1356
-msgid "Enable frontend worker"
+#: mod/admin.php:1294
+msgid "Register policy"
 msgstr ""
 
-#: mod/admin.php:1356
-#, php-format
+#: mod/admin.php:1295
+msgid "Maximum Daily Registrations"
+msgstr ""
+
+#: mod/admin.php:1295
 msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs "
-"on your server."
+"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:1384
-msgid "Update has been marked successful"
+#: mod/admin.php:1296
+msgid "Register text"
 msgstr ""
 
-#: mod/admin.php:1391
-#, php-format
-msgid "Database structure update %s was successfully applied."
+#: mod/admin.php:1296
+msgid "Will be displayed prominently on the registration page."
 msgstr ""
 
-#: mod/admin.php:1394
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
+#: mod/admin.php:1297
+msgid "Accounts abandoned after x days"
 msgstr ""
 
-#: mod/admin.php:1407
-#, php-format
-msgid "Executing %s failed with error: %s"
+#: mod/admin.php:1297
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
 msgstr ""
 
-#: mod/admin.php:1409
-#, php-format
-msgid "Update %s was successfully applied."
+#: mod/admin.php:1298
+msgid "Allowed friend domains"
 msgstr ""
 
-#: mod/admin.php:1412
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
+#: mod/admin.php:1298
+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:1415
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
+#: mod/admin.php:1299
+msgid "Allowed email domains"
 msgstr ""
 
-#: mod/admin.php:1435
-msgid "No failed updates."
+#: mod/admin.php:1299
+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:1436
-msgid "Check database structure"
+#: mod/admin.php:1300
+msgid "No OEmbed rich content"
 msgstr ""
 
-#: mod/admin.php:1441
-msgid "Failed Updates"
+#: mod/admin.php:1300
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
 msgstr ""
 
-#: mod/admin.php:1442
+#: mod/admin.php:1301
+msgid "Allowed OEmbed domains"
+msgstr ""
+
+#: mod/admin.php:1301
 msgid ""
-"This does not include updates prior to 1139, which did not return a status."
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
 msgstr ""
 
-#: mod/admin.php:1443
-msgid "Mark success (if update was manually applied)"
+#: mod/admin.php:1302
+msgid "Block public"
 msgstr ""
 
-#: mod/admin.php:1444
-msgid "Attempt to execute this update step automatically"
+#: mod/admin.php:1302
+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:1483
-#, php-format
+#: mod/admin.php:1303
+msgid "Force publish"
+msgstr ""
+
+#: mod/admin.php:1303
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
+"Check to force all profiles on this site to be listed in the site directory."
 msgstr ""
 
-#: mod/admin.php:1486
-#, php-format
+#: mod/admin.php:1304
+msgid "Global directory URL"
+msgstr ""
+
+#: mod/admin.php:1304
 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."
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
 msgstr ""
 
-#: mod/admin.php:1518 src/Model/User.php:632
-#, php-format
-msgid "Registration details for %s"
+#: mod/admin.php:1305
+msgid "Private posts by default for new users"
 msgstr ""
 
-#: mod/admin.php:1528
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/admin.php:1305
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr ""
 
-#: mod/admin.php:1534
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/admin.php:1306
+msgid "Don't include post content in email notifications"
+msgstr ""
 
-#: mod/admin.php:1581
-#, php-format
-msgid "User '%s' deleted"
+#: mod/admin.php:1306
+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:1589
-#, php-format
-msgid "User '%s' unblocked"
+#: mod/admin.php:1307
+msgid "Disallow public access to addons listed in the apps menu."
 msgstr ""
 
-#: mod/admin.php:1589
-#, php-format
-msgid "User '%s' blocked"
+#: mod/admin.php:1307
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
 msgstr ""
 
-#: mod/admin.php:1688 mod/admin.php:1700 mod/admin.php:1713 mod/admin.php:1731
-#: src/Content/ContactSelector.php:82
-msgid "Email"
+#: mod/admin.php:1308
+msgid "Don't embed private images in posts"
 msgstr ""
 
-#: mod/admin.php:1688 mod/admin.php:1713
-msgid "Register date"
+#: mod/admin.php:1308
+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:1688 mod/admin.php:1713
-msgid "Last login"
+#: mod/admin.php:1309
+msgid "Allow Users to set remote_self"
 msgstr ""
 
-#: mod/admin.php:1688 mod/admin.php:1713
-msgid "Last item"
+#: mod/admin.php:1309
+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:1688 mod/settings.php:54
-msgid "Account"
+#: mod/admin.php:1310
+msgid "Block multiple registrations"
 msgstr ""
 
-#: mod/admin.php:1696
-msgid "Add User"
+#: mod/admin.php:1310
+msgid "Disallow users to register additional accounts for use as pages."
 msgstr ""
 
-#: mod/admin.php:1698
-msgid "User registrations waiting for confirm"
+#: mod/admin.php:1311
+msgid "OpenID support"
 msgstr ""
 
-#: mod/admin.php:1699
-msgid "User waiting for permanent deletion"
+#: mod/admin.php:1311
+msgid "OpenID support for registration and logins."
 msgstr ""
 
-#: mod/admin.php:1700
-msgid "Request date"
+#: mod/admin.php:1312
+msgid "Fullname check"
 msgstr ""
 
-#: mod/admin.php:1701
-msgid "No registrations."
+#: mod/admin.php:1312
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr ""
+
+#: mod/admin.php:1313
+msgid "Community pages for visitors"
+msgstr ""
+
+#: mod/admin.php:1313
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr ""
+
+#: mod/admin.php:1314
+msgid "Posts per user on community page"
+msgstr ""
+
+#: mod/admin.php:1314
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr ""
+
+#: mod/admin.php:1315
+msgid "Enable OStatus support"
+msgstr ""
+
+#: mod/admin.php:1315
+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:1316
+msgid "Only import OStatus threads from our contacts"
+msgstr ""
+
+#: mod/admin.php:1316
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option "
+"we only store threads that are started by a contact that is known on our "
+"system."
+msgstr ""
+
+#: mod/admin.php:1317
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr ""
+
+#: mod/admin.php:1319
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub "
+"directory."
+msgstr ""
+
+#: mod/admin.php:1320
+msgid "Enable Diaspora support"
+msgstr ""
+
+#: mod/admin.php:1320
+msgid "Provide built-in Diaspora network compatibility."
+msgstr ""
+
+#: mod/admin.php:1321
+msgid "Only allow Friendica contacts"
+msgstr ""
+
+#: mod/admin.php:1321
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
 msgstr ""
 
-#: mod/admin.php:1702
-msgid "Note from the user"
+#: mod/admin.php:1322
+msgid "Verify SSL"
 msgstr ""
 
-#: mod/admin.php:1704
-msgid "Deny"
+#: mod/admin.php:1322
+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:1708
-msgid "Site admin"
+#: mod/admin.php:1323
+msgid "Proxy user"
 msgstr ""
 
-#: mod/admin.php:1709
-msgid "Account expired"
+#: mod/admin.php:1324
+msgid "Proxy URL"
 msgstr ""
 
-#: mod/admin.php:1712
-msgid "New User"
+#: mod/admin.php:1325
+msgid "Network timeout"
 msgstr ""
 
-#: mod/admin.php:1713
-msgid "Deleted since"
+#: mod/admin.php:1325
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr ""
 
-#: mod/admin.php:1718
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
+#: mod/admin.php:1326
+msgid "Maximum Load Average"
 msgstr ""
 
-#: mod/admin.php:1719
+#: mod/admin.php:1326
 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:1729
-msgid "Name of the new user."
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
 msgstr ""
 
-#: mod/admin.php:1730
-msgid "Nickname"
+#: mod/admin.php:1327
+msgid "Maximum Load Average (Frontend)"
 msgstr ""
 
-#: mod/admin.php:1730
-msgid "Nickname of the new user."
+#: mod/admin.php:1327
+msgid "Maximum system load before the frontend quits service - default 50."
 msgstr ""
 
-#: mod/admin.php:1731
-msgid "Email address of the new user."
+#: mod/admin.php:1328
+msgid "Minimal Memory"
 msgstr ""
 
-#: mod/admin.php:1773
-#, php-format
-msgid "Addon %s disabled."
+#: mod/admin.php:1328
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
 msgstr ""
 
-#: mod/admin.php:1777
-#, php-format
-msgid "Addon %s enabled."
+#: mod/admin.php:1329
+msgid "Maximum table size for optimization"
 msgstr ""
 
-#: mod/admin.php:1787 mod/admin.php:2036
-msgid "Disable"
+#: mod/admin.php:1329
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
 msgstr ""
 
-#: mod/admin.php:1790 mod/admin.php:2039
-msgid "Enable"
+#: mod/admin.php:1330
+msgid "Minimum level of fragmentation"
 msgstr ""
 
-#: mod/admin.php:1812 mod/admin.php:2081
-msgid "Toggle"
+#: mod/admin.php:1330
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
 msgstr ""
 
-#: mod/admin.php:1820 mod/admin.php:2090
-msgid "Author: "
+#: mod/admin.php:1332
+msgid "Periodical check of global contacts"
 msgstr ""
 
-#: mod/admin.php:1821 mod/admin.php:2091
-msgid "Maintainer: "
+#: mod/admin.php:1332
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
 msgstr ""
 
-#: mod/admin.php:1873
-msgid "Reload active addons"
+#: mod/admin.php:1333
+msgid "Days between requery"
 msgstr ""
 
-#: mod/admin.php:1878
-#, php-format
-msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in "
-"the open addon registry at %2$s"
+#: mod/admin.php:1333
+msgid "Number of days after which a server is requeried for his contacts."
 msgstr ""
 
-#: mod/admin.php:1998
-msgid "No themes found."
+#: mod/admin.php:1334
+msgid "Discover contacts from other servers"
 msgstr ""
 
-#: mod/admin.php:2072
-msgid "Screenshot"
+#: mod/admin.php:1334
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
 msgstr ""
 
-#: mod/admin.php:2126
-msgid "Reload active themes"
+#: mod/admin.php:1335
+msgid "Timeframe for fetching global contacts"
 msgstr ""
 
-#: mod/admin.php:2131
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
+#: mod/admin.php:1335
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
 msgstr ""
 
-#: mod/admin.php:2132
-msgid "[Experimental]"
+#: mod/admin.php:1336
+msgid "Search the local directory"
 msgstr ""
 
-#: mod/admin.php:2133
-msgid "[Unsupported]"
+#: mod/admin.php:1336
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
 msgstr ""
 
-#: mod/admin.php:2157
-msgid "Log settings updated."
+#: mod/admin.php:1338
+msgid "Publish server information"
 msgstr ""
 
-#: mod/admin.php:2189
-msgid "PHP log currently enabled."
+#: mod/admin.php:1338
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a "
+"href='http://the-federation.info/'>the-federation.info</a> for details."
 msgstr ""
 
-#: mod/admin.php:2191
-msgid "PHP log currently disabled."
+#: mod/admin.php:1340
+msgid "Check upstream version"
 msgstr ""
 
-#: mod/admin.php:2200
-msgid "Clear"
+#: mod/admin.php:1340
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
 msgstr ""
 
-#: mod/admin.php:2204
-msgid "Enable Debugging"
+#: mod/admin.php:1341
+msgid "Suppress Tags"
 msgstr ""
 
-#: mod/admin.php:2205
-msgid "Log file"
+#: mod/admin.php:1341
+msgid "Suppress showing a list of hashtags at the end of the posting."
 msgstr ""
 
-#: mod/admin.php:2205
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
+#: mod/admin.php:1342
+msgid "Path to item cache"
 msgstr ""
 
-#: mod/admin.php:2206
-msgid "Log level"
+#: mod/admin.php:1342
+msgid "The item caches buffers generated bbcode and external images."
 msgstr ""
 
-#: mod/admin.php:2208
-msgid "PHP logging"
+#: mod/admin.php:1343
+msgid "Cache duration in seconds"
 msgstr ""
 
-#: mod/admin.php:2209
+#: mod/admin.php:1343
 msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
+"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:2240
-#, php-format
-msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
+#: mod/admin.php:1344
+msgid "Maximum numbers of comments per post"
 msgstr ""
 
-#: mod/admin.php:2244
-#, php-format
-msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file "
-"%1$s is readable."
+#: mod/admin.php:1344
+msgid "How much comments should be shown for each post? Default value is 100."
 msgstr ""
 
-#: mod/admin.php:2335 mod/admin.php:2336 mod/settings.php:779
-msgid "Off"
+#: mod/admin.php:1345
+msgid "Temp path"
 msgstr ""
 
-#: mod/admin.php:2335 mod/admin.php:2336 mod/settings.php:779
-msgid "On"
+#: mod/admin.php:1345
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
 msgstr ""
 
-#: mod/admin.php:2336
-#, php-format
-msgid "Lock feature %s"
+#: mod/admin.php:1346
+msgid "Base path to installation"
 msgstr ""
 
-#: mod/admin.php:2344
-msgid "Manage Additional Features"
+#: mod/admin.php:1346
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the "
+"correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
 msgstr ""
 
-#: mod/cal.php:142 mod/display.php:307 mod/profile.php:174
-msgid "Access to this profile has been restricted."
+#: mod/admin.php:1347
+msgid "Disable picture proxy"
 msgstr ""
 
-#: mod/cal.php:274 mod/events.php:393 view/theme/frio/theme.php:262
-#: view/theme/frio/theme.php:266 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:909 src/Model/Profile.php:920
-msgid "Events"
+#: mod/admin.php:1347
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on "
+"systems with very low bandwith."
 msgstr ""
 
-#: mod/cal.php:275 mod/events.php:394
-msgid "View"
+#: mod/admin.php:1348
+msgid "Only search in tags"
 msgstr ""
 
-#: mod/cal.php:276 mod/events.php:396
-msgid "Previous"
+#: mod/admin.php:1348
+msgid "On large systems the text search can slow down the system extremely."
 msgstr ""
 
-#: mod/cal.php:277 mod/events.php:397 mod/install.php:209
-msgid "Next"
+#: mod/admin.php:1350
+msgid "New base url"
 msgstr ""
 
-#: mod/cal.php:284 mod/events.php:406
-msgid "list"
+#: mod/admin.php:1350
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and "
+"Diaspora* contacts of all users."
 msgstr ""
 
-#: mod/cal.php:297 src/Model/User.php:200
-msgid "User not found"
+#: mod/admin.php:1352
+msgid "RINO Encryption"
 msgstr ""
 
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
+#: mod/admin.php:1352
+msgid "Encryption layer between nodes."
 msgstr ""
 
-#: mod/cal.php:315
-msgid "No exportable data found"
+#: mod/admin.php:1354
+msgid "Maximum number of parallel workers"
 msgstr ""
 
-#: mod/cal.php:332
-msgid "calendar"
+#: mod/admin.php:1354
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
 msgstr ""
 
-#: mod/community.php:44
-msgid "Community option not available."
+#: mod/admin.php:1355
+msgid "Don't use 'proc_open' with the worker"
 msgstr ""
 
-#: mod/community.php:61
-msgid "Not available."
+#: mod/admin.php:1355
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
 msgstr ""
 
-#: mod/community.php:75
-msgid "Local Community"
+#: mod/admin.php:1356
+msgid "Enable fastlane"
 msgstr ""
 
-#: mod/community.php:78
-msgid "Posts from local users on this server"
+#: mod/admin.php:1356
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes "
+"with higher priority are blocked by processes of lower priority."
 msgstr ""
 
-#: mod/community.php:86
-msgid "Global Community"
+#: mod/admin.php:1357
+msgid "Enable frontend worker"
 msgstr ""
 
-#: mod/community.php:89
-msgid "Posts from users of the whole federated network"
+#: mod/admin.php:1357
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs "
+"on your server."
 msgstr ""
 
-#: mod/community.php:135 mod/search.php:228
-msgid "No results."
+#: mod/admin.php:1385
+msgid "Update has been marked successful"
 msgstr ""
 
-#: mod/community.php:179
-msgid ""
-"This community stream shows all public posts received by this node. They may "
-"not reflect the opinions of this node’s users."
+#: mod/admin.php:1392
+#, php-format
+msgid "Database structure update %s was successfully applied."
 msgstr ""
 
-#: mod/contacts.php:148
+#: mod/admin.php:1395
 #, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/contacts.php:175 mod/contacts.php:391
-msgid "Could not access contact record."
+msgid "Executing of database structure update %s failed with error: %s"
 msgstr ""
 
-#: mod/contacts.php:185
-msgid "Could not locate selected profile."
+#: mod/admin.php:1408
+#, php-format
+msgid "Executing %s failed with error: %s"
 msgstr ""
 
-#: mod/contacts.php:219
-msgid "Contact updated."
+#: mod/admin.php:1410
+#, php-format
+msgid "Update %s was successfully applied."
 msgstr ""
 
-#: mod/contacts.php:221 mod/dfrn_request.php:419
-msgid "Failed to update contact record."
+#: mod/admin.php:1413
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr ""
 
-#: mod/contacts.php:412
-msgid "Contact has been blocked"
+#: mod/admin.php:1416
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
 msgstr ""
 
-#: mod/contacts.php:412
-msgid "Contact has been unblocked"
+#: mod/admin.php:1436
+msgid "No failed updates."
 msgstr ""
 
-#: mod/contacts.php:423
-msgid "Contact has been ignored"
+#: mod/admin.php:1437
+msgid "Check database structure"
 msgstr ""
 
-#: mod/contacts.php:423
-msgid "Contact has been unignored"
+#: mod/admin.php:1442
+msgid "Failed Updates"
 msgstr ""
 
-#: mod/contacts.php:434
-msgid "Contact has been archived"
+#: mod/admin.php:1443
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
 msgstr ""
 
-#: mod/contacts.php:434
-msgid "Contact has been unarchived"
+#: mod/admin.php:1444
+msgid "Mark success (if update was manually applied)"
 msgstr ""
 
-#: mod/contacts.php:458
-msgid "Drop contact"
+#: mod/admin.php:1445
+msgid "Attempt to execute this update step automatically"
 msgstr ""
 
-#: mod/contacts.php:461 mod/contacts.php:813
-msgid "Do you really want to delete this contact?"
+#: mod/admin.php:1484
+#, 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/contacts.php:479
-msgid "Contact has been removed."
+#: mod/admin.php:1487
+#, 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/contacts.php:510
+#: mod/admin.php:1519 src/Model/User.php:634
 #, php-format
-msgid "You are mutual friends with %s"
+msgid "Registration details for %s"
 msgstr ""
 
-#: mod/contacts.php:514
+#: mod/admin.php:1529
 #, php-format
-msgid "You are sharing with %s"
-msgstr ""
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/contacts.php:518
+#: mod/admin.php:1535
 #, php-format
-msgid "%s is sharing with you"
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:1582
+#, php-format
+msgid "User '%s' deleted"
 msgstr ""
 
-#: mod/contacts.php:538
-msgid "Private communications are not available for this contact."
+#: mod/admin.php:1590
+#, php-format
+msgid "User '%s' unblocked"
 msgstr ""
 
-#: mod/contacts.php:540
-msgid "Never"
+#: mod/admin.php:1590
+#, php-format
+msgid "User '%s' blocked"
 msgstr ""
 
-#: mod/contacts.php:543
-msgid "(Update was successful)"
+#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732
+#: src/Content/ContactSelector.php:82
+msgid "Email"
 msgstr ""
 
-#: mod/contacts.php:543
-msgid "(Update was not successful)"
+#: mod/admin.php:1689 mod/admin.php:1714
+msgid "Register date"
 msgstr ""
 
-#: mod/contacts.php:545 mod/contacts.php:975
-msgid "Suggest friends"
+#: mod/admin.php:1689 mod/admin.php:1714
+msgid "Last login"
 msgstr ""
 
-#: mod/contacts.php:549
-#, php-format
-msgid "Network type: %s"
+#: mod/admin.php:1689 mod/admin.php:1714
+msgid "Last item"
 msgstr ""
 
-#: mod/contacts.php:554
-msgid "Communications lost with this contact!"
+#: mod/admin.php:1689 mod/settings.php:54
+msgid "Account"
 msgstr ""
 
-#: mod/contacts.php:560
-msgid "Fetch further information for feeds"
+#: mod/admin.php:1697
+msgid "Add User"
 msgstr ""
 
-#: mod/contacts.php:562
-msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
+#: mod/admin.php:1699
+msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: mod/contacts.php:564
-msgid "Fetch information"
+#: mod/admin.php:1700
+msgid "User waiting for permanent deletion"
 msgstr ""
 
-#: mod/contacts.php:565
-msgid "Fetch keywords"
+#: mod/admin.php:1701
+msgid "Request date"
 msgstr ""
 
-#: mod/contacts.php:566
-msgid "Fetch information and keywords"
+#: mod/admin.php:1702
+msgid "No registrations."
 msgstr ""
 
-#: mod/contacts.php:598
-msgid "Contact"
+#: mod/admin.php:1703
+msgid "Note from the user"
 msgstr ""
 
-#: mod/contacts.php:601
-msgid "Profile Visibility"
+#: mod/admin.php:1705
+msgid "Deny"
 msgstr ""
 
-#: mod/contacts.php:602
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+#: mod/admin.php:1709
+msgid "Site admin"
 msgstr ""
 
-#: mod/contacts.php:603
-msgid "Contact Information / Notes"
+#: mod/admin.php:1710
+msgid "Account expired"
 msgstr ""
 
-#: mod/contacts.php:604
-msgid "Their personal note"
+#: mod/admin.php:1713
+msgid "New User"
 msgstr ""
 
-#: mod/contacts.php:606
-msgid "Edit contact notes"
+#: mod/admin.php:1714
+msgid "Deleted since"
 msgstr ""
 
-#: mod/contacts.php:610
-msgid "Block/Unblock contact"
+#: mod/admin.php:1719
+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/contacts.php:611
-msgid "Ignore contact"
+#: mod/admin.php:1720
+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/contacts.php:612
-msgid "Repair URL settings"
+#: mod/admin.php:1730
+msgid "Name of the new user."
 msgstr ""
 
-#: mod/contacts.php:613
-msgid "View conversations"
+#: mod/admin.php:1731
+msgid "Nickname"
 msgstr ""
 
-#: mod/contacts.php:618
-msgid "Last update:"
+#: mod/admin.php:1731
+msgid "Nickname of the new user."
 msgstr ""
 
-#: mod/contacts.php:620
-msgid "Update public posts"
+#: mod/admin.php:1732
+msgid "Email address of the new user."
 msgstr ""
 
-#: mod/contacts.php:622 mod/contacts.php:985
-msgid "Update now"
+#: mod/admin.php:1774
+#, php-format
+msgid "Addon %s disabled."
 msgstr ""
 
-#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:1002
-msgid "Unignore"
+#: mod/admin.php:1778
+#, php-format
+msgid "Addon %s enabled."
 msgstr ""
 
-#: mod/contacts.php:632
-msgid "Currently blocked"
+#: mod/admin.php:1788 mod/admin.php:2037
+msgid "Disable"
 msgstr ""
 
-#: mod/contacts.php:633
-msgid "Currently ignored"
+#: mod/admin.php:1791 mod/admin.php:2040
+msgid "Enable"
 msgstr ""
 
-#: mod/contacts.php:634
-msgid "Currently archived"
+#: mod/admin.php:1813 mod/admin.php:2082
+msgid "Toggle"
 msgstr ""
 
-#: mod/contacts.php:635
-msgid "Awaiting connection acknowledge"
+#: mod/admin.php:1821 mod/admin.php:2091
+msgid "Author: "
 msgstr ""
 
-#: mod/contacts.php:636
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
+#: mod/admin.php:1822 mod/admin.php:2092
+msgid "Maintainer: "
 msgstr ""
 
-#: mod/contacts.php:637
-msgid "Notification for new posts"
+#: mod/admin.php:1874
+msgid "Reload active addons"
 msgstr ""
 
-#: mod/contacts.php:637
-msgid "Send a notification of every new post of this contact"
+#: mod/admin.php:1879
+#, php-format
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in "
+"the open addon registry at %2$s"
 msgstr ""
 
-#: mod/contacts.php:640
-msgid "Blacklisted keywords"
+#: mod/admin.php:1999
+msgid "No themes found."
 msgstr ""
 
-#: mod/contacts.php:640
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
+#: mod/admin.php:2073
+msgid "Screenshot"
 msgstr ""
 
-#: mod/contacts.php:652 src/Model/Profile.php:424
-msgid "XMPP:"
+#: mod/admin.php:2127
+msgid "Reload active themes"
 msgstr ""
 
-#: mod/contacts.php:657
-msgid "Actions"
+#: mod/admin.php:2132
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
 msgstr ""
 
-#: mod/contacts.php:659 mod/contacts.php:845 view/theme/frio/theme.php:258
-#: src/Content/Nav.php:100 src/Model/Profile.php:873
-msgid "Status"
+#: mod/admin.php:2133
+msgid "[Experimental]"
 msgstr ""
 
-#: mod/contacts.php:660
-msgid "Contact Settings"
+#: mod/admin.php:2134
+msgid "[Unsupported]"
 msgstr ""
 
-#: mod/contacts.php:701
-msgid "Suggestions"
+#: mod/admin.php:2158
+msgid "Log settings updated."
 msgstr ""
 
-#: mod/contacts.php:704
-msgid "Suggest potential friends"
+#: mod/admin.php:2190
+msgid "PHP log currently enabled."
 msgstr ""
 
-#: mod/contacts.php:712
-msgid "Show all contacts"
+#: mod/admin.php:2192
+msgid "PHP log currently disabled."
 msgstr ""
 
-#: mod/contacts.php:717
-msgid "Unblocked"
+#: mod/admin.php:2201
+msgid "Clear"
 msgstr ""
 
-#: mod/contacts.php:720
-msgid "Only show unblocked contacts"
+#: mod/admin.php:2205
+msgid "Enable Debugging"
 msgstr ""
 
-#: mod/contacts.php:725
-msgid "Blocked"
+#: mod/admin.php:2206
+msgid "Log file"
 msgstr ""
 
-#: mod/contacts.php:728
-msgid "Only show blocked contacts"
+#: mod/admin.php:2206
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
 msgstr ""
 
-#: mod/contacts.php:733
-msgid "Ignored"
+#: mod/admin.php:2207
+msgid "Log level"
 msgstr ""
 
-#: mod/contacts.php:736
-msgid "Only show ignored contacts"
+#: mod/admin.php:2209
+msgid "PHP logging"
 msgstr ""
 
-#: mod/contacts.php:741
-msgid "Archived"
+#: mod/admin.php:2210
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
 msgstr ""
 
-#: mod/contacts.php:744
-msgid "Only show archived contacts"
+#: mod/admin.php:2241
+#, php-format
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
 msgstr ""
 
-#: mod/contacts.php:749
-msgid "Hidden"
+#: mod/admin.php:2245
+#, php-format
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file "
+"%1$s is readable."
 msgstr ""
 
-#: mod/contacts.php:752
-msgid "Only show hidden contacts"
+#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
+msgid "Off"
 msgstr ""
 
-#: mod/contacts.php:808
-msgid "Search your contacts"
+#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
+msgid "On"
 msgstr ""
 
-#: mod/contacts.php:809 mod/search.php:236
+#: mod/admin.php:2337
 #, php-format
-msgid "Results for: %s"
+msgid "Lock feature %s"
 msgstr ""
 
-#: mod/contacts.php:816 mod/settings.php:169 mod/settings.php:705
-msgid "Update"
+#: mod/admin.php:2345
+msgid "Manage Additional Features"
 msgstr ""
 
-#: mod/contacts.php:819 mod/contacts.php:1010
-msgid "Archive"
+#: mod/babel.php:23
+msgid "Source (bbcode) text:"
 msgstr ""
 
-#: mod/contacts.php:819 mod/contacts.php:1010
-msgid "Unarchive"
+#: mod/babel.php:30
+msgid "Source (Diaspora) text to convert to BBcode:"
 msgstr ""
 
-#: mod/contacts.php:822
-msgid "Batch Actions"
+#: mod/babel.php:38
+msgid "Source input: "
 msgstr ""
 
-#: mod/contacts.php:856 src/Model/Profile.php:884
-msgid "Profile Details"
+#: mod/babel.php:42
+msgid "bbcode (raw HTML(: "
 msgstr ""
 
-#: mod/contacts.php:868
-msgid "View all contacts"
+#: mod/babel.php:45
+msgid "bbcode: "
 msgstr ""
 
-#: mod/contacts.php:879
-msgid "View all common friends"
+#: mod/babel.php:49 mod/babel.php:65
+msgid "bbcode => html2bbcode: "
 msgstr ""
 
-#: mod/contacts.php:888
-msgid "Advanced Contact Settings"
+#: mod/babel.php:53
+msgid "bb2diaspora: "
 msgstr ""
 
-#: mod/contacts.php:920
-msgid "Mutual Friendship"
+#: mod/babel.php:57
+msgid "bb2diaspora => Markdown: "
 msgstr ""
 
-#: mod/contacts.php:924
-msgid "is a fan of yours"
+#: mod/babel.php:61
+msgid "bb2diaspora => diaspora2bb: "
 msgstr ""
 
-#: mod/contacts.php:928
-msgid "you are a fan of"
+#: mod/babel.php:71
+msgid "Source input (Diaspora format): "
 msgstr ""
 
-#: mod/contacts.php:996
-msgid "Toggle Blocked status"
+#: mod/babel.php:75
+msgid "diaspora2bb: "
 msgstr ""
 
-#: mod/contacts.php:1004
-msgid "Toggle Ignored status"
+#: mod/community.php:44
+msgid "Community option not available."
 msgstr ""
 
-#: mod/contacts.php:1012
-msgid "Toggle Archive status"
+#: mod/community.php:61
+msgid "Not available."
 msgstr ""
 
-#: mod/contacts.php:1020
-msgid "Delete contact"
+#: mod/community.php:74
+msgid "Local Community"
 msgstr ""
 
-#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148
-#: mod/profiles.php:195 mod/profiles.php:631
-msgid "Profile not found."
+#: mod/community.php:77
+msgid "Posts from local users on this server"
 msgstr ""
 
-#: mod/dfrn_confirm.php:132
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it "
-"has already been approved."
+#: mod/community.php:85
+msgid "Global Community"
 msgstr ""
 
-#: mod/dfrn_confirm.php:242
-msgid "Response from remote site was not understood."
+#: mod/community.php:88
+msgid "Posts from users of the whole federated network"
 msgstr ""
 
-#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
+#: mod/community.php:134 mod/search.php:228
+msgid "No results."
 msgstr ""
 
-#: mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
+#: mod/community.php:178
+msgid ""
+"This community stream shows all public posts received by this node. They may "
+"not reflect the opinions of this node’s users."
 msgstr ""
 
-#: mod/dfrn_confirm.php:275
-msgid "Temporary failure. Please wait and try again."
+#: mod/contacts.php:149
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/contacts.php:176 mod/contacts.php:392
+msgid "Could not access contact record."
 msgstr ""
 
-#: mod/dfrn_confirm.php:278
-msgid "Introduction failed or was revoked."
+#: mod/contacts.php:186
+msgid "Could not locate selected profile."
 msgstr ""
 
-#: mod/dfrn_confirm.php:283
-msgid "Remote site reported: "
+#: mod/contacts.php:220
+msgid "Contact updated."
 msgstr ""
 
-#: mod/dfrn_confirm.php:396
-msgid "Unable to set contact photo."
+#: mod/contacts.php:222 mod/dfrn_request.php:419
+msgid "Failed to update contact record."
 msgstr ""
 
-#: mod/dfrn_confirm.php:498
-#, php-format
-msgid "No user record found for '%s' "
+#: mod/contacts.php:413
+msgid "Contact has been blocked"
 msgstr ""
 
-#: mod/dfrn_confirm.php:508
-msgid "Our site encryption key is apparently messed up."
+#: mod/contacts.php:413
+msgid "Contact has been unblocked"
 msgstr ""
 
-#: mod/dfrn_confirm.php:519
-msgid "Empty site URL was provided or URL could not be decrypted by us."
+#: mod/contacts.php:424
+msgid "Contact has been ignored"
 msgstr ""
 
-#: mod/dfrn_confirm.php:535
-msgid "Contact record was not found for you on our site."
+#: mod/contacts.php:424
+msgid "Contact has been unignored"
 msgstr ""
 
-#: mod/dfrn_confirm.php:549
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
+#: mod/contacts.php:435
+msgid "Contact has been archived"
 msgstr ""
 
-#: mod/dfrn_confirm.php:565
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
+#: mod/contacts.php:435
+msgid "Contact has been unarchived"
 msgstr ""
 
-#: mod/dfrn_confirm.php:576
-msgid "Unable to set your contact credentials on our system."
+#: mod/contacts.php:459
+msgid "Drop contact"
 msgstr ""
 
-#: mod/dfrn_confirm.php:631
-msgid "Unable to update your contact profile details on our system"
+#: mod/contacts.php:462 mod/contacts.php:814
+msgid "Do you really want to delete this contact?"
 msgstr ""
 
-#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 src/Model/Contact.php:1437
-msgid "[Name Withheld]"
+#: mod/contacts.php:480
+msgid "Contact has been removed."
 msgstr ""
 
-#: mod/dfrn_confirm.php:694
+#: mod/contacts.php:511
 #, php-format
-msgid "%1$s has joined %2$s"
+msgid "You are mutual friends with %s"
 msgstr ""
 
-#: mod/dfrn_request.php:94
-msgid "This introduction has already been accepted."
+#: mod/contacts.php:515
+#, php-format
+msgid "You are sharing with %s"
 msgstr ""
 
-#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
-msgid "Profile location is not valid or does not contain profile information."
+#: mod/contacts.php:519
+#, php-format
+msgid "%s is sharing with you"
 msgstr ""
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
-msgid "Warning: profile location has no identifiable owner name."
+#: mod/contacts.php:539
+msgid "Private communications are not available for this contact."
 msgstr ""
 
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
-msgid "Warning: profile location has no profile photo."
+#: mod/contacts.php:541
+msgid "Never"
 msgstr ""
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
-#, 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] ""
-msgstr[1] ""
-
-#: mod/dfrn_request.php:162
-msgid "Introduction complete."
+#: mod/contacts.php:544
+msgid "(Update was successful)"
 msgstr ""
 
-#: mod/dfrn_request.php:199
-msgid "Unrecoverable protocol error."
+#: mod/contacts.php:544
+msgid "(Update was not successful)"
 msgstr ""
 
-#: mod/dfrn_request.php:226
-msgid "Profile unavailable."
+#: mod/contacts.php:546 mod/contacts.php:976
+msgid "Suggest friends"
 msgstr ""
 
-#: mod/dfrn_request.php:248
+#: mod/contacts.php:550
 #, php-format
-msgid "%s has received too many connection requests today."
+msgid "Network type: %s"
 msgstr ""
 
-#: mod/dfrn_request.php:249
-msgid "Spam protection measures have been invoked."
+#: mod/contacts.php:555
+msgid "Communications lost with this contact!"
 msgstr ""
 
-#: mod/dfrn_request.php:250
-msgid "Friends are advised to please try again in 24 hours."
+#: mod/contacts.php:561
+msgid "Fetch further information for feeds"
 msgstr ""
 
-#: mod/dfrn_request.php:280
-msgid "Invalid locator"
+#: mod/contacts.php:563
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
 msgstr ""
 
-#: mod/dfrn_request.php:316
-msgid "You have already introduced yourself here."
+#: mod/contacts.php:565
+msgid "Fetch information"
 msgstr ""
 
-#: mod/dfrn_request.php:319
-#, php-format
-msgid "Apparently you are already friends with %s."
+#: mod/contacts.php:566
+msgid "Fetch keywords"
 msgstr ""
 
-#: mod/dfrn_request.php:339
-msgid "Invalid profile URL."
+#: mod/contacts.php:567
+msgid "Fetch information and keywords"
 msgstr ""
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1137
-msgid "Disallowed profile URL."
+#: mod/contacts.php:599
+msgid "Contact"
 msgstr ""
 
-#: mod/dfrn_request.php:439
-msgid "Your introduction has been sent."
+#: mod/contacts.php:602
+msgid "Profile Visibility"
 msgstr ""
 
-#: mod/dfrn_request.php:477
+#: mod/contacts.php:603
+#, php-format
 msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr ""
-
-#: mod/dfrn_request.php:493
-msgid "Please login to confirm introduction."
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
 msgstr ""
 
-#: mod/dfrn_request.php:501
-msgid ""
-"Incorrect identity currently logged in. Please login to <strong>this</"
-"strong> profile."
+#: mod/contacts.php:604
+msgid "Contact Information / Notes"
 msgstr ""
 
-#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
-msgid "Confirm"
+#: mod/contacts.php:605
+msgid "Their personal note"
 msgstr ""
 
-#: mod/dfrn_request.php:527
-msgid "Hide this contact"
+#: mod/contacts.php:607
+msgid "Edit contact notes"
 msgstr ""
 
-#: mod/dfrn_request.php:530
-#, php-format
-msgid "Welcome home %s."
+#: mod/contacts.php:611
+msgid "Block/Unblock contact"
 msgstr ""
 
-#: mod/dfrn_request.php:531
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
+#: mod/contacts.php:612
+msgid "Ignore contact"
 msgstr ""
 
-#: mod/dfrn_request.php:642
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
+#: mod/contacts.php:613
+msgid "Repair URL settings"
 msgstr ""
 
-#: mod/dfrn_request.php:645
-#, php-format
-msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
+#: mod/contacts.php:614
+msgid "View conversations"
 msgstr ""
 
-#: mod/dfrn_request.php:650
-msgid "Friend/Connection Request"
+#: mod/contacts.php:619
+msgid "Last update:"
 msgstr ""
 
-#: mod/dfrn_request.php:651
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
+#: mod/contacts.php:621
+msgid "Update public posts"
 msgstr ""
 
-#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
-msgid "Friendica"
+#: mod/contacts.php:623 mod/contacts.php:986
+msgid "Update now"
 msgstr ""
 
-#: mod/dfrn_request.php:657
-msgid "GNU Social (Pleroma, Mastodon)"
+#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003
+msgid "Unignore"
 msgstr ""
 
-#: mod/dfrn_request.php:658
-msgid "Diaspora (Socialhome, Hubzilla)"
+#: mod/contacts.php:633
+msgid "Currently blocked"
 msgstr ""
 
-#: mod/dfrn_request.php:659
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search "
-"bar."
+#: mod/contacts.php:634
+msgid "Currently ignored"
 msgstr ""
 
-#: mod/events.php:104 mod/events.php:106
-msgid "Event can not end before it has started."
+#: mod/contacts.php:635
+msgid "Currently archived"
 msgstr ""
 
-#: mod/events.php:113 mod/events.php:115
-msgid "Event title and start time are required."
+#: mod/contacts.php:636
+msgid "Awaiting connection acknowledge"
 msgstr ""
 
-#: mod/events.php:395
-msgid "Create New Event"
+#: mod/contacts.php:637
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr ""
 
-#: mod/events.php:510
-msgid "Event details"
+#: mod/contacts.php:638
+msgid "Notification for new posts"
 msgstr ""
 
-#: mod/events.php:511
-msgid "Starting date and Title are required."
+#: mod/contacts.php:638
+msgid "Send a notification of every new post of this contact"
 msgstr ""
 
-#: mod/events.php:512 mod/events.php:513
-msgid "Event Starts:"
+#: mod/contacts.php:641
+msgid "Blacklisted keywords"
 msgstr ""
 
-#: mod/events.php:512 mod/events.php:524 mod/profiles.php:713
-msgid "Required"
+#: mod/contacts.php:641
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
 msgstr ""
 
-#: mod/events.php:514 mod/events.php:530
-msgid "Finish date/time is not known or not relevant"
+#: mod/contacts.php:653 src/Model/Profile.php:424
+msgid "XMPP:"
 msgstr ""
 
-#: mod/events.php:516 mod/events.php:517
-msgid "Event Finishes:"
+#: mod/contacts.php:658
+msgid "Actions"
 msgstr ""
 
-#: mod/events.php:518 mod/events.php:531
-msgid "Adjust for viewer timezone"
+#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259
+#: src/Content/Nav.php:100 src/Model/Profile.php:874
+msgid "Status"
 msgstr ""
 
-#: mod/events.php:520
-msgid "Description:"
+#: mod/contacts.php:661
+msgid "Contact Settings"
 msgstr ""
 
-#: mod/events.php:524 mod/events.php:526
-msgid "Title:"
+#: mod/contacts.php:702
+msgid "Suggestions"
 msgstr ""
 
-#: mod/events.php:527 mod/events.php:528
-msgid "Share this event"
+#: mod/contacts.php:705
+msgid "Suggest potential friends"
 msgstr ""
 
-#: mod/events.php:535 src/Model/Profile.php:849
-msgid "Basic"
+#: mod/contacts.php:713
+msgid "Show all contacts"
 msgstr ""
 
-#: mod/events.php:557
-msgid "Failed to remove event"
+#: mod/contacts.php:718
+msgid "Unblocked"
 msgstr ""
 
-#: mod/events.php:559
-msgid "Event removed"
+#: mod/contacts.php:721
+msgid "Only show unblocked contacts"
 msgstr ""
 
-#: mod/fsuggest.php:71
-msgid "Friend suggestion sent."
+#: mod/contacts.php:726
+msgid "Blocked"
 msgstr ""
 
-#: mod/fsuggest.php:102
-msgid "Suggest Friends"
+#: mod/contacts.php:729
+msgid "Only show blocked contacts"
 msgstr ""
 
-#: mod/fsuggest.php:104
-#, php-format
-msgid "Suggest a friend for %s"
+#: mod/contacts.php:734
+msgid "Ignored"
 msgstr ""
 
-#: mod/install.php:114
-msgid "Friendica Communications Server - Setup"
+#: mod/contacts.php:737
+msgid "Only show ignored contacts"
 msgstr ""
 
-#: mod/install.php:120
-msgid "Could not connect to database."
+#: mod/contacts.php:742
+msgid "Archived"
 msgstr ""
 
-#: mod/install.php:124
-msgid "Could not create table."
+#: mod/contacts.php:745
+msgid "Only show archived contacts"
 msgstr ""
 
-#: mod/install.php:130
-msgid "Your Friendica site database has been installed."
+#: mod/contacts.php:750
+msgid "Hidden"
 msgstr ""
 
-#: mod/install.php:135
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
+#: mod/contacts.php:753
+msgid "Only show hidden contacts"
 msgstr ""
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:552
-msgid "Please see the file \"INSTALL.txt\"."
+#: mod/contacts.php:809
+msgid "Search your contacts"
 msgstr ""
 
-#: mod/install.php:148
-msgid "Database already in use."
+#: mod/contacts.php:810 mod/search.php:236
+#, php-format
+msgid "Results for: %s"
 msgstr ""
 
-#: mod/install.php:205
-msgid "System check"
+#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705
+msgid "Update"
 msgstr ""
 
-#: mod/install.php:210
-msgid "Check again"
+#: mod/contacts.php:820 mod/contacts.php:1011
+msgid "Archive"
 msgstr ""
 
-#: mod/install.php:229
-msgid "Database connection"
+#: mod/contacts.php:820 mod/contacts.php:1011
+msgid "Unarchive"
 msgstr ""
 
-#: mod/install.php:230
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
+#: mod/contacts.php:823
+msgid "Batch Actions"
 msgstr ""
 
-#: mod/install.php:231
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
+#: mod/contacts.php:857 src/Model/Profile.php:885
+msgid "Profile Details"
 msgstr ""
 
-#: mod/install.php:232
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
+#: mod/contacts.php:869
+msgid "View all contacts"
 msgstr ""
 
-#: mod/install.php:236
-msgid "Database Server Name"
+#: mod/contacts.php:880
+msgid "View all common friends"
 msgstr ""
 
-#: mod/install.php:237
-msgid "Database Login Name"
+#: mod/contacts.php:889
+msgid "Advanced Contact Settings"
 msgstr ""
 
-#: mod/install.php:238
-msgid "Database Login Password"
+#: mod/contacts.php:921
+msgid "Mutual Friendship"
 msgstr ""
 
-#: mod/install.php:238
-msgid "For security reasons the password must not be empty"
+#: mod/contacts.php:925
+msgid "is a fan of yours"
 msgstr ""
 
-#: mod/install.php:239
-msgid "Database Name"
+#: mod/contacts.php:929
+msgid "you are a fan of"
 msgstr ""
 
-#: mod/install.php:240 mod/install.php:280
-msgid "Site administrator email address"
+#: mod/contacts.php:997
+msgid "Toggle Blocked status"
 msgstr ""
 
-#: mod/install.php:240 mod/install.php:280
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
+#: mod/contacts.php:1005
+msgid "Toggle Ignored status"
 msgstr ""
 
-#: mod/install.php:244 mod/install.php:283
-msgid "Please select a default timezone for your website"
+#: mod/contacts.php:1013
+msgid "Toggle Archive status"
 msgstr ""
 
-#: mod/install.php:270
-msgid "Site settings"
+#: mod/contacts.php:1021
+msgid "Delete contact"
 msgstr ""
 
-#: mod/install.php:284
-msgid "System Language:"
+#: mod/delegate.php:142
+msgid "No parent user"
 msgstr ""
 
-#: mod/install.php:284
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
+#: mod/delegate.php:158
+msgid "Parent User"
 msgstr ""
 
-#: mod/install.php:324
-msgid "Could not find a command line version of PHP in the web server PATH."
+#: mod/delegate.php:160
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
 msgstr ""
 
-#: mod/install.php:325
-msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a href='https://"
-"github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-"
-"worker'>'Setup the worker'</a>"
+#: mod/delegate.php:162 src/Content/Nav.php:204
+msgid "Delegate Page Management"
 msgstr ""
 
-#: mod/install.php:329
-msgid "PHP executable path"
+#: mod/delegate.php:163
+msgid "Delegates"
 msgstr ""
 
-#: mod/install.php:329
+#: mod/delegate.php:165
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
+"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/install.php:334
-msgid "Command line PHP"
+#: mod/delegate.php:166
+msgid "Existing Page Managers"
 msgstr ""
 
-#: mod/install.php:343
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+#: mod/delegate.php:168
+msgid "Existing Page Delegates"
 msgstr ""
 
-#: mod/install.php:344
-msgid "Found PHP version: "
+#: mod/delegate.php:170
+msgid "Potential Delegates"
 msgstr ""
 
-#: mod/install.php:346
-msgid "PHP cli binary"
+#: mod/delegate.php:172 mod/tagrm.php:98
+msgid "Remove"
 msgstr ""
 
-#: mod/install.php:357
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
+#: mod/delegate.php:173
+msgid "Add"
 msgstr ""
 
-#: mod/install.php:358
-msgid "This is required for message delivery to work."
+#: mod/delegate.php:174
+msgid "No entries."
 msgstr ""
 
-#: mod/install.php:360
-msgid "PHP register_argc_argv"
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
 msgstr ""
 
-#: mod/install.php:383
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
 msgstr ""
 
-#: mod/install.php:384
-msgid ""
-"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
-"installation.php\"."
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
+msgid "Warning: profile location has no identifiable owner name."
 msgstr ""
 
-#: mod/install.php:386
-msgid "Generate encryption keys"
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
+msgid "Warning: profile location has no profile photo."
 msgstr ""
 
-#: mod/install.php:393
-msgid "libCurl PHP module"
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
+#, 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] ""
+msgstr[1] ""
+
+#: mod/dfrn_request.php:162
+msgid "Introduction complete."
 msgstr ""
 
-#: mod/install.php:394
-msgid "GD graphics PHP module"
+#: mod/dfrn_request.php:199
+msgid "Unrecoverable protocol error."
 msgstr ""
 
-#: mod/install.php:395
-msgid "OpenSSL PHP module"
+#: mod/dfrn_request.php:226
+msgid "Profile unavailable."
 msgstr ""
 
-#: mod/install.php:396
-msgid "PDO or MySQLi PHP module"
+#: mod/dfrn_request.php:248
+#, php-format
+msgid "%s has received too many connection requests today."
 msgstr ""
 
-#: mod/install.php:397
-msgid "mb_string PHP module"
+#: mod/dfrn_request.php:249
+msgid "Spam protection measures have been invoked."
 msgstr ""
 
-#: mod/install.php:398
-msgid "XML PHP module"
+#: mod/dfrn_request.php:250
+msgid "Friends are advised to please try again in 24 hours."
 msgstr ""
 
-#: mod/install.php:399
-msgid "iconv module"
+#: mod/dfrn_request.php:280
+msgid "Invalid locator"
 msgstr ""
 
-#: mod/install.php:403 mod/install.php:405
-msgid "Apache mod_rewrite module"
+#: mod/dfrn_request.php:316
+msgid "You have already introduced yourself here."
 msgstr ""
 
-#: mod/install.php:403
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
+#: mod/dfrn_request.php:319
+#, php-format
+msgid "Apparently you are already friends with %s."
 msgstr ""
 
-#: mod/install.php:411
-msgid "Error: libCURL PHP module required but not installed."
+#: mod/dfrn_request.php:339
+msgid "Invalid profile URL."
 msgstr ""
 
-#: mod/install.php:415
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1137
+msgid "Disallowed profile URL."
 msgstr ""
 
-#: mod/install.php:419
-msgid "Error: openssl PHP module required but not installed."
+#: mod/dfrn_request.php:439
+msgid "Your introduction has been sent."
 msgstr ""
 
-#: mod/install.php:423
-msgid "Error: PDO or MySQLi PHP module required but not installed."
+#: mod/dfrn_request.php:477
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
 msgstr ""
 
-#: mod/install.php:427
-msgid "Error: The MySQL driver for PDO is not installed."
+#: mod/dfrn_request.php:493
+msgid "Please login to confirm introduction."
 msgstr ""
 
-#: mod/install.php:431
-msgid "Error: mb_string PHP module required but not installed."
+#: mod/dfrn_request.php:501
+msgid ""
+"Incorrect identity currently logged in. Please login to <strong>this</"
+"strong> profile."
 msgstr ""
 
-#: mod/install.php:435
-msgid "Error: iconv PHP module required but not installed."
+#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
+msgid "Confirm"
 msgstr ""
 
-#: mod/install.php:445
-msgid "Error, XML PHP module required but not installed."
+#: mod/dfrn_request.php:527
+msgid "Hide this contact"
 msgstr ""
 
-#: mod/install.php:457
-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."
+#: mod/dfrn_request.php:530
+#, php-format
+msgid "Welcome home %s."
 msgstr ""
 
-#: mod/install.php:458
-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."
+#: mod/dfrn_request.php:531
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
 msgstr ""
 
-#: mod/install.php:459
+#: mod/dfrn_request.php:642
 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."
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
 msgstr ""
 
-#: mod/install.php:460
+#: mod/dfrn_request.php:645
+#, php-format
 msgid ""
-"You can alternatively skip this procedure and perform a manual installation. "
-"Please see the file \"INSTALL.txt\" for instructions."
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
 msgstr ""
 
-#: mod/install.php:463
-msgid ".htconfig.php is writable"
+#: mod/dfrn_request.php:650
+msgid "Friend/Connection Request"
 msgstr ""
 
-#: mod/install.php:473
+#: mod/dfrn_request.php:651
 msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
 msgstr ""
 
-#: mod/install.php:474
-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."
+#: mod/dfrn_request.php:652 mod/follow.php:147
+msgid "Please answer the following:"
 msgstr ""
 
-#: mod/install.php:475
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has "
-"write access to this folder."
+#: mod/dfrn_request.php:653 mod/follow.php:148
+#, php-format
+msgid "Does %s know you?"
 msgstr ""
 
-#: mod/install.php:476
-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."
+#: mod/dfrn_request.php:654 mod/follow.php:149
+msgid "Add a personal note:"
 msgstr ""
 
-#: mod/install.php:479
-msgid "view/smarty3 is writable"
+#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
+msgid "Friendica"
 msgstr ""
 
-#: mod/install.php:495
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
+#: mod/dfrn_request.php:657
+msgid "GNU Social (Pleroma, Mastodon)"
 msgstr ""
 
-#: mod/install.php:497
-msgid "Url rewrite is working"
+#: mod/dfrn_request.php:658
+msgid "Diaspora (Socialhome, Hubzilla)"
 msgstr ""
 
-#: mod/install.php:516
-msgid "ImageMagick PHP extension is not installed"
+#: mod/dfrn_request.php:659
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search "
+"bar."
 msgstr ""
 
-#: mod/install.php:518
-msgid "ImageMagick PHP extension is installed"
+#: mod/editpost.php:27 mod/editpost.php:37
+msgid "Item not found"
 msgstr ""
 
-#: mod/install.php:520
-msgid "ImageMagick supports GIF"
+#: mod/editpost.php:44
+msgid "Edit post"
 msgstr ""
 
-#: mod/install.php:527
-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."
+#: mod/events.php:103 mod/events.php:105
+msgid "Event can not end before it has started."
 msgstr ""
 
-#: mod/install.php:550
-msgid "<h1>What next</h1>"
+#: mod/events.php:112 mod/events.php:114
+msgid "Event title and start time are required."
 msgstr ""
 
-#: mod/install.php:551
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
+#: mod/events.php:394
+msgid "Create New Event"
 msgstr ""
 
-#: mod/install.php:554
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as "
-"administrator email. This will allow you to enter the site admin panel."
+#: mod/events.php:509
+msgid "Event details"
 msgstr ""
 
-#: mod/invite.php:33
-msgid "Total invitation limit exceeded."
+#: mod/events.php:510
+msgid "Starting date and Title are required."
 msgstr ""
 
-#: mod/invite.php:55
-#, php-format
-msgid "%s : Not a valid email address."
+#: mod/events.php:511 mod/events.php:512
+msgid "Event Starts:"
 msgstr ""
 
-#: mod/invite.php:80
-msgid "Please join us on Friendica"
+#: mod/events.php:513 mod/events.php:529
+msgid "Finish date/time is not known or not relevant"
 msgstr ""
 
-#: mod/invite.php:91
-msgid "Invitation limit exceeded. Please contact your site administrator."
+#: mod/events.php:515 mod/events.php:516
+msgid "Event Finishes:"
 msgstr ""
 
-#: mod/invite.php:95
-#, php-format
-msgid "%s : Message delivery failed."
+#: mod/events.php:517 mod/events.php:530
+msgid "Adjust for viewer timezone"
 msgstr ""
 
-#: mod/invite.php:99
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] ""
-msgstr[1] ""
+#: mod/events.php:519
+msgid "Description:"
+msgstr ""
 
-#: mod/invite.php:117
-msgid "You have no more invitations available"
+#: mod/events.php:523 mod/events.php:525
+msgid "Title:"
 msgstr ""
 
-#: mod/invite.php:125
-#, 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."
+#: mod/events.php:526 mod/events.php:527
+msgid "Share this event"
 msgstr ""
 
-#: mod/invite.php:127
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
+#: mod/events.php:534 src/Model/Profile.php:850
+msgid "Basic"
 msgstr ""
 
-#: mod/invite.php:128
-#, 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."
+#: mod/events.php:556
+msgid "Failed to remove event"
 msgstr ""
 
-#: mod/invite.php:132
-msgid ""
-"Our apologies. This system is not currently configured to connect with other "
-"public sites or invite members."
+#: mod/events.php:558
+msgid "Event removed"
 msgstr ""
 
-#: mod/invite.php:136
-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."
+#: mod/filer.php:34
+msgid "- select -"
 msgstr ""
 
-#: mod/invite.php:135
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
+#: mod/follow.php:44
+msgid "The contact could not be added."
 msgstr ""
 
-#: mod/invite.php:142
-msgid "Send invitations"
+#: mod/follow.php:72
+msgid "You already added this contact."
 msgstr ""
 
-#: mod/invite.php:143
-msgid "Enter email addresses, one per line:"
+#: mod/follow.php:81
+msgid "Diaspora support isn't enabled. Contact can't be added."
 msgstr ""
 
-#: mod/invite.php:145
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
+#: mod/follow.php:88
+msgid "OStatus support is disabled. Contact can't be added."
 msgstr ""
 
-#: mod/invite.php:147
-msgid "You will need to supply this invitation code: $invite_code"
+#: mod/follow.php:95
+msgid "The network type couldn't be detected. Contact can't be added."
 msgstr ""
 
-#: mod/invite.php:147
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
+#: mod/install.php:114
+msgid "Friendica Communications Server - Setup"
 msgstr ""
 
-#: mod/invite.php:149
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
+#: mod/install.php:120
+msgid "Could not connect to database."
 msgstr ""
 
-#: mod/item.php:115
-msgid "Unable to locate original post."
+#: mod/install.php:124
+msgid "Could not create table."
 msgstr ""
 
-#: mod/item.php:275
-msgid "Empty post discarded."
+#: mod/install.php:130
+msgid "Your Friendica site database has been installed."
 msgstr ""
 
-#: mod/item.php:802
-#, php-format
+#: mod/install.php:135
 msgid ""
-"This message was sent to you by %s, a member of the Friendica social network."
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
 msgstr ""
 
-#: mod/item.php:804
-#, php-format
-msgid "You may visit them online at %s"
+#: mod/install.php:136 mod/install.php:208 mod/install.php:553
+msgid "Please see the file \"INSTALL.txt\"."
 msgstr ""
 
-#: mod/item.php:805
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
+#: mod/install.php:148
+msgid "Database already in use."
 msgstr ""
 
-#: mod/item.php:809
-#, php-format
-msgid "%s posted an update."
+#: mod/install.php:205
+msgid "System check"
 msgstr ""
 
-#: mod/localtime.php:33
-msgid "Time Conversion"
+#: mod/install.php:210
+msgid "Check again"
 msgstr ""
 
-#: mod/localtime.php:35
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
+#: mod/install.php:230
+msgid "Database connection"
 msgstr ""
 
-#: mod/localtime.php:39
-#, php-format
-msgid "UTC time: %s"
+#: mod/install.php:231
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
 msgstr ""
 
-#: mod/localtime.php:42
-#, php-format
-msgid "Current timezone: %s"
+#: mod/install.php:232
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
 msgstr ""
 
-#: mod/localtime.php:46
-#, php-format
-msgid "Converted localtime: %s"
+#: mod/install.php:233
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
 msgstr ""
 
-#: mod/localtime.php:52
-msgid "Please select your timezone:"
+#: mod/install.php:237
+msgid "Database Server Name"
 msgstr ""
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
+#: mod/install.php:238
+msgid "Database Login Name"
 msgstr ""
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
+#: mod/install.php:239
+msgid "Database Login Password"
 msgstr ""
-
-#: mod/lostpass.php:45
-#, 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, the request will expire "
-"shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
+
+#: mod/install.php:239
+msgid "For security reasons the password must not be empty"
 msgstr ""
 
-#: mod/lostpass.php:56
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after "
-"logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
+#: mod/install.php:240
+msgid "Database Name"
 msgstr ""
 
-#: mod/lostpass.php:72
-#, php-format
-msgid "Password reset requested at %s"
+#: mod/install.php:241 mod/install.php:281
+msgid "Site administrator email address"
 msgstr ""
 
-#: mod/lostpass.php:88
+#: mod/install.php:241 mod/install.php:281
 msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
+"Your account email address must match this in order to use the web admin "
+"panel."
 msgstr ""
 
-#: mod/lostpass.php:101
-msgid "Request has expired, please make a new one."
+#: mod/install.php:245 mod/install.php:284
+msgid "Please select a default timezone for your website"
 msgstr ""
 
-#: mod/lostpass.php:116
-msgid "Forgot your Password?"
+#: mod/install.php:271
+msgid "Site settings"
 msgstr ""
 
-#: mod/lostpass.php:117
+#: mod/install.php:285
+msgid "System Language:"
+msgstr ""
+
+#: mod/install.php:285
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
+"Set the default language for your Friendica installation interface and to "
+"send emails."
 msgstr ""
 
-#: mod/lostpass.php:118 src/Module/Login.php:314
-msgid "Nickname or Email: "
+#: mod/install.php:325
+msgid "Could not find a command line version of PHP in the web server PATH."
 msgstr ""
 
-#: mod/lostpass.php:119
-msgid "Reset"
+#: mod/install.php:326
+msgid ""
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a href='https://"
+"github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-"
+"worker'>'Setup the worker'</a>"
 msgstr ""
 
-#: mod/lostpass.php:134 src/Module/Login.php:326
-msgid "Password Reset"
+#: mod/install.php:330
+msgid "PHP executable path"
 msgstr ""
 
-#: mod/lostpass.php:135
-msgid "Your password has been reset as requested."
+#: mod/install.php:330
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
 msgstr ""
 
-#: mod/lostpass.php:136
-msgid "Your new password is"
+#: mod/install.php:335
+msgid "Command line PHP"
 msgstr ""
 
-#: mod/lostpass.php:137
-msgid "Save or copy your new password - and then"
+#: mod/install.php:344
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
 msgstr ""
 
-#: mod/lostpass.php:138
-msgid "click here to login"
+#: mod/install.php:345
+msgid "Found PHP version: "
 msgstr ""
 
-#: mod/lostpass.php:139
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+#: mod/install.php:347
+msgid "PHP cli binary"
 msgstr ""
 
-#: mod/lostpass.php:147
-#, php-format
+#: mod/install.php:358
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
 msgstr ""
 
-#: mod/lostpass.php:153
-#, php-format
-msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after "
-"logging in.\n"
-"\t\t"
+#: mod/install.php:359
+msgid "This is required for message delivery to work."
 msgstr ""
 
-#: mod/lostpass.php:166
-#, php-format
-msgid "Your password has been changed at %s"
+#: mod/install.php:361
+msgid "PHP register_argc_argv"
 msgstr ""
 
-#: mod/manage.php:180
-msgid "Manage Identities and/or Pages"
+#: mod/install.php:384
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
 msgstr ""
 
-#: mod/manage.php:181
+#: mod/install.php:385
 msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
 msgstr ""
 
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
+#: mod/install.php:387
+msgid "Generate encryption keys"
 msgstr ""
 
-#: mod/message.php:29 src/Content/Nav.php:198
-msgid "New Message"
+#: mod/install.php:394
+msgid "libCurl PHP module"
 msgstr ""
 
-#: mod/message.php:76
-msgid "Unable to locate contact information."
+#: mod/install.php:395
+msgid "GD graphics PHP module"
 msgstr ""
 
-#: mod/message.php:111 view/theme/frio/theme.php:267 src/Content/Nav.php:195
-msgid "Messages"
+#: mod/install.php:396
+msgid "OpenSSL PHP module"
 msgstr ""
 
-#: mod/message.php:135
-msgid "Do you really want to delete this message?"
+#: mod/install.php:397
+msgid "PDO or MySQLi PHP module"
 msgstr ""
 
-#: mod/message.php:155
-msgid "Message deleted."
+#: mod/install.php:398
+msgid "mb_string PHP module"
 msgstr ""
 
-#: mod/message.php:184
-msgid "Conversation removed."
+#: mod/install.php:399
+msgid "XML PHP module"
 msgstr ""
 
-#: mod/message.php:291
-msgid "No messages."
+#: mod/install.php:400
+msgid "iconv module"
 msgstr ""
 
-#: mod/message.php:330
-msgid "Message not available."
+#: mod/install.php:404 mod/install.php:406
+msgid "Apache mod_rewrite module"
 msgstr ""
 
-#: mod/message.php:399
-msgid "Delete message"
+#: mod/install.php:404
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
 msgstr ""
 
-#: mod/message.php:416 mod/message.php:499
-msgid "Delete conversation"
+#: mod/install.php:412
+msgid "Error: libCURL PHP module required but not installed."
 msgstr ""
 
-#: mod/message.php:418
+#: mod/install.php:416
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
+"Error: GD graphics PHP module with JPEG support required but not installed."
 msgstr ""
 
-#: mod/message.php:422
-msgid "Send Reply"
+#: mod/install.php:420
+msgid "Error: openssl PHP module required but not installed."
 msgstr ""
 
-#: mod/message.php:473
-#, php-format
-msgid "Unknown sender - %s"
+#: mod/install.php:424
+msgid "Error: PDO or MySQLi PHP module required but not installed."
 msgstr ""
 
-#: mod/message.php:475
-#, php-format
-msgid "You and %s"
+#: mod/install.php:428
+msgid "Error: The MySQL driver for PDO is not installed."
 msgstr ""
 
-#: mod/message.php:477
-#, php-format
-msgid "%s and You"
+#: mod/install.php:432
+msgid "Error: mb_string PHP module required but not installed."
 msgstr ""
 
-#: mod/message.php:502
-msgid "D, d M Y - g:i A"
+#: mod/install.php:436
+msgid "Error: iconv PHP module required but not installed."
 msgstr ""
 
-#: mod/message.php:505
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/install.php:446
+msgid "Error, XML PHP module required but not installed."
+msgstr ""
 
-#: mod/network.php:194 mod/search.php:37
-msgid "Remove term"
+#: mod/install.php:458
+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 ""
 
-#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100
-msgid "Saved Searches"
+#: mod/install.php:459
+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/network.php:202 src/Model/Group.php:401
-msgid "add"
+#: mod/install.php:460
+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 ""
 
-#: mod/network.php:547
-#, php-format
+#: mod/install.php:461
 msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non "
-"public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] ""
-msgstr[1] ""
+"You can alternatively skip this procedure and perform a manual installation. "
+"Please see the file \"INSTALL.txt\" for instructions."
+msgstr ""
 
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
+#: mod/install.php:464
+msgid ".htconfig.php is writable"
 msgstr ""
 
-#: mod/network.php:618
-msgid "No such group"
+#: mod/install.php:474
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
 msgstr ""
 
-#: mod/network.php:643
-#, php-format
-msgid "Group: %s"
+#: mod/install.php:475
+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 ""
 
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
+#: mod/install.php:476
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
 msgstr ""
 
-#: mod/network.php:672
-msgid "Invalid contact."
+#: mod/install.php:477
+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 ""
 
-#: mod/network.php:917
-msgid "Commented Order"
+#: mod/install.php:480
+msgid "view/smarty3 is writable"
 msgstr ""
 
-#: mod/network.php:920
-msgid "Sort by Comment Date"
+#: mod/install.php:496
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
 msgstr ""
 
-#: mod/network.php:925
-msgid "Posted Order"
+#: mod/install.php:498
+msgid "Url rewrite is working"
 msgstr ""
 
-#: mod/network.php:928
-msgid "Sort by Post Date"
+#: mod/install.php:517
+msgid "ImageMagick PHP extension is not installed"
 msgstr ""
 
-#: mod/network.php:936 mod/profiles.php:700
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
+#: mod/install.php:519
+msgid "ImageMagick PHP extension is installed"
 msgstr ""
 
-#: mod/network.php:939
-msgid "Posts that mention or involve you"
+#: mod/install.php:521
+msgid "ImageMagick supports GIF"
 msgstr ""
 
-#: mod/network.php:947
-msgid "New"
+#: mod/install.php:528
+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 ""
 
-#: mod/network.php:950
-msgid "Activity Stream - by date"
+#: mod/install.php:551
+msgid "<h1>What next</h1>"
+msgstr ""
+
+#: mod/install.php:552
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
 msgstr ""
 
-#: mod/network.php:958
-msgid "Shared Links"
+#: mod/install.php:555
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as "
+"administrator email. This will allow you to enter the site admin panel."
 msgstr ""
 
-#: mod/network.php:961
-msgid "Interesting Links"
+#: mod/item.php:114
+msgid "Unable to locate original post."
 msgstr ""
 
-#: mod/network.php:969
-msgid "Starred"
+#: mod/item.php:274
+msgid "Empty post discarded."
 msgstr ""
 
-#: mod/network.php:972
-msgid "Favourite Posts"
+#: mod/item.php:471 mod/wall_upload.php:231 src/Object/Image.php:949
+#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998
+msgid "Wall Photos"
 msgstr ""
 
-#: mod/notify.php:77
-msgid "No more system notifications."
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social network."
 msgstr ""
 
-#: mod/photos.php:109 src/Model/Profile.php:892
-msgid "Photo Albums"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
 msgstr ""
 
-#: mod/photos.php:110 mod/photos.php:1715
-msgid "Recent Photos"
+#: mod/item.php:802
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
 msgstr ""
 
-#: mod/photos.php:113 mod/photos.php:1212 mod/photos.php:1717
-msgid "Upload New Photos"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
 msgstr ""
 
-#: mod/photos.php:127 mod/settings.php:49
-msgid "everybody"
+#: mod/localtime.php:33
+msgid "Time Conversion"
 msgstr ""
 
-#: mod/photos.php:185
-msgid "Contact information unavailable"
+#: mod/localtime.php:35
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
 msgstr ""
 
-#: mod/photos.php:205
-msgid "Album not found."
+#: mod/localtime.php:39
+#, php-format
+msgid "UTC time: %s"
 msgstr ""
 
-#: mod/photos.php:235 mod/photos.php:246 mod/photos.php:1163
-msgid "Delete Album"
+#: mod/localtime.php:42
+#, php-format
+msgid "Current timezone: %s"
 msgstr ""
 
-#: mod/photos.php:244
-msgid "Do you really want to delete this photo album and all its photos?"
+#: mod/localtime.php:46
+#, php-format
+msgid "Converted localtime: %s"
 msgstr ""
 
-#: mod/photos.php:311 mod/photos.php:322 mod/photos.php:1448
-msgid "Delete Photo"
+#: mod/localtime.php:52
+msgid "Please select your timezone:"
 msgstr ""
 
-#: mod/photos.php:320
-msgid "Do you really want to delete this photo?"
+#: mod/lostpass.php:27
+msgid "No valid account found."
 msgstr ""
 
-#: mod/photos.php:668
-msgid "a photo"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
 msgstr ""
 
-#: mod/photos.php:668
+#: mod/lostpass.php:45
 #, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
+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, the request will expire "
+"shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
 msgstr ""
 
-#: mod/photos.php:770
-msgid "Image upload didn't complete, please try again"
+#: mod/lostpass.php:56
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link soon 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/photos.php:773
-msgid "Image file is missing"
+#: mod/lostpass.php:72
+#, php-format
+msgid "Password reset requested at %s"
 msgstr ""
 
-#: mod/photos.php:778
+#: mod/lostpass.php:88
 msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr ""
-
-#: mod/photos.php:804
-msgid "Image file is empty."
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
 msgstr ""
 
-#: mod/photos.php:942
-msgid "No photos selected"
+#: mod/lostpass.php:101
+msgid "Request has expired, please make a new one."
 msgstr ""
 
-#: mod/photos.php:1038 mod/videos.php:313
-msgid "Access to this item is restricted."
+#: mod/lostpass.php:116
+msgid "Forgot your Password?"
 msgstr ""
 
-#: mod/photos.php:1092
-msgid "Upload Photos"
+#: mod/lostpass.php:117
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
 msgstr ""
 
-#: mod/photos.php:1096 mod/photos.php:1158
-msgid "New album name: "
+#: mod/lostpass.php:118 src/Module/Login.php:314
+msgid "Nickname or Email: "
 msgstr ""
 
-#: mod/photos.php:1097
-msgid "or existing album name: "
+#: mod/lostpass.php:119
+msgid "Reset"
 msgstr ""
 
-#: mod/photos.php:1098
-msgid "Do not show a status post for this upload"
+#: mod/lostpass.php:135 src/Module/Login.php:326
+msgid "Password Reset"
 msgstr ""
 
-#: mod/photos.php:1108 mod/photos.php:1451 mod/settings.php:1233
-msgid "Show to Groups"
+#: mod/lostpass.php:136
+msgid "Your password has been reset as requested."
 msgstr ""
 
-#: mod/photos.php:1109 mod/photos.php:1452 mod/settings.php:1234
-msgid "Show to Contacts"
+#: mod/lostpass.php:137
+msgid "Your new password is"
 msgstr ""
 
-#: mod/photos.php:1169
-msgid "Edit Album"
+#: mod/lostpass.php:138
+msgid "Save or copy your new password - and then"
 msgstr ""
 
-#: mod/photos.php:1174
-msgid "Show Newest First"
+#: mod/lostpass.php:139
+msgid "click here to login"
 msgstr ""
 
-#: mod/photos.php:1176
-msgid "Show Oldest First"
+#: mod/lostpass.php:140
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
 msgstr ""
 
-#: mod/photos.php:1197 mod/photos.php:1700
-msgid "View Photo"
+#: mod/lostpass.php:148
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
 msgstr ""
 
-#: mod/photos.php:1238
-msgid "Permission denied. Access to this item may be restricted."
+#: mod/lostpass.php:154
+#, php-format
+msgid ""
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after "
+"logging in.\n"
+"\t\t"
 msgstr ""
 
-#: mod/photos.php:1240
-msgid "Photo not available"
+#: mod/lostpass.php:167
+#, php-format
+msgid "Your password has been changed at %s"
 msgstr ""
 
-#: mod/photos.php:1303
-msgid "View photo"
+#: mod/message.php:30 src/Content/Nav.php:198
+msgid "New Message"
 msgstr ""
 
-#: mod/photos.php:1303
-msgid "Edit photo"
+#: mod/message.php:73 mod/wallmessage.php:57
+msgid "No recipient selected."
 msgstr ""
 
-#: mod/photos.php:1304
-msgid "Use as profile photo"
+#: mod/message.php:77
+msgid "Unable to locate contact information."
 msgstr ""
 
-#: mod/photos.php:1310 src/Object/Post.php:148
-msgid "Private Message"
+#: mod/message.php:80 mod/wallmessage.php:63
+msgid "Message could not be sent."
 msgstr ""
 
-#: mod/photos.php:1329
-msgid "View Full Size"
+#: mod/message.php:83 mod/wallmessage.php:66
+msgid "Message collection failure."
 msgstr ""
 
-#: mod/photos.php:1416
-msgid "Tags: "
+#: mod/message.php:86 mod/wallmessage.php:69
+msgid "Message sent."
 msgstr ""
 
-#: mod/photos.php:1419
-msgid "[Remove any tag]"
+#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
+msgid "Messages"
 msgstr ""
 
-#: mod/photos.php:1434
-msgid "New album name"
+#: mod/message.php:136
+msgid "Do you really want to delete this message?"
 msgstr ""
 
-#: mod/photos.php:1435
-msgid "Caption"
+#: mod/message.php:156
+msgid "Message deleted."
 msgstr ""
 
-#: mod/photos.php:1436
-msgid "Add a Tag"
+#: mod/message.php:185
+msgid "Conversation removed."
 msgstr ""
 
-#: mod/photos.php:1436
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: mod/message.php:250 mod/wallmessage.php:132
+msgid "Send Private Message"
 msgstr ""
 
-#: mod/photos.php:1437
-msgid "Do not rotate"
+#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134
+msgid "To:"
 msgstr ""
 
-#: mod/photos.php:1438
-msgid "Rotate CW (right)"
+#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135
+msgid "Subject:"
 msgstr ""
 
-#: mod/photos.php:1439
-msgid "Rotate CCW (left)"
+#: mod/message.php:291
+msgid "No messages."
 msgstr ""
 
-#: mod/photos.php:1473 src/Object/Post.php:295
-msgid "I like this (toggle)"
+#: mod/message.php:330
+msgid "Message not available."
 msgstr ""
 
-#: mod/photos.php:1474 src/Object/Post.php:296
-msgid "I don't like this (toggle)"
+#: mod/message.php:397
+msgid "Delete message"
 msgstr ""
 
-#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
-#: src/Object/Post.php:785
-msgid "This is you"
+#: mod/message.php:399 mod/message.php:500
+msgid "D, d M Y - g:i A"
 msgstr ""
 
-#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604
-#: src/Object/Post.php:391 src/Object/Post.php:787
-msgid "Comment"
+#: mod/message.php:414 mod/message.php:497
+msgid "Delete conversation"
 msgstr ""
 
-#: mod/photos.php:1636
-msgid "Map"
+#: mod/message.php:416
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
 msgstr ""
 
-#: mod/photos.php:1706 mod/videos.php:391
-msgid "View Album"
+#: mod/message.php:420
+msgid "Send Reply"
 msgstr ""
 
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
+#: mod/message.php:471
+#, php-format
+msgid "Unknown sender - %s"
 msgstr ""
 
-#: mod/ping.php:307
-msgid "{0} sent you a message"
+#: mod/message.php:473
+#, php-format
+msgid "You and %s"
 msgstr ""
 
-#: mod/ping.php:322
-msgid "{0} requested registration"
+#: mod/message.php:475
+#, php-format
+msgid "%s and You"
 msgstr ""
 
-#: mod/poke.php:196
-msgid "Poke/Prod"
-msgstr ""
+#: mod/message.php:503
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/poke.php:197
-msgid "poke, prod or do other things to somebody"
+#: mod/network.php:194 mod/search.php:37
+msgid "Remove term"
 msgstr ""
 
-#: mod/poke.php:198
-msgid "Recipient"
+#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100
+msgid "Saved Searches"
 msgstr ""
 
-#: mod/poke.php:199
-msgid "Choose what you wish to do to recipient"
+#: mod/network.php:202 src/Model/Group.php:401
+msgid "add"
 msgstr ""
 
-#: mod/poke.php:202
-msgid "Make this post private"
-msgstr ""
+#: mod/network.php:547
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non "
+"public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/profile.php:36 src/Model/Profile.php:118
-msgid "Requested profile is not available."
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
 msgstr ""
 
-#: mod/profile.php:77 src/Protocol/OStatus.php:1256
-#, php-format
-msgid "%s's posts"
+#: mod/network.php:618
+msgid "No such group"
 msgstr ""
 
-#: mod/profile.php:78 src/Protocol/OStatus.php:1257
+#: mod/network.php:643
 #, php-format
-msgid "%s's comments"
+msgid "Group: %s"
 msgstr ""
 
-#: mod/profile.php:79 src/Protocol/OStatus.php:1255
-#, php-format
-msgid "%s's timeline"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
 msgstr ""
 
-#: mod/profile.php:195
-msgid "Tips for New Members"
+#: mod/network.php:672
+msgid "Invalid contact."
 msgstr ""
 
-#: mod/profile_photo.php:54
-msgid "Image uploaded but image cropping failed."
+#: mod/network.php:920
+msgid "Commented Order"
 msgstr ""
 
-#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103
-#: mod/profile_photo.php:330
-#, php-format
-msgid "Image size reduction [%s] failed."
+#: mod/network.php:923
+msgid "Sort by Comment Date"
 msgstr ""
 
-#: mod/profile_photo.php:137
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+#: mod/network.php:928
+msgid "Posted Order"
 msgstr ""
 
-#: mod/profile_photo.php:146
-msgid "Unable to process image"
+#: mod/network.php:931
+msgid "Sort by Post Date"
 msgstr ""
 
-#: mod/profile_photo.php:262
-msgid "Upload File:"
+#: mod/network.php:942
+msgid "Posts that mention or involve you"
 msgstr ""
 
-#: mod/profile_photo.php:263
-msgid "Select a profile:"
+#: mod/network.php:950
+msgid "New"
 msgstr ""
 
-#: mod/profile_photo.php:268
-msgid "or"
+#: mod/network.php:953
+msgid "Activity Stream - by date"
 msgstr ""
 
-#: mod/profile_photo.php:268
-msgid "skip this step"
+#: mod/network.php:961
+msgid "Shared Links"
 msgstr ""
 
-#: mod/profile_photo.php:268
-msgid "select a photo from your photo albums"
+#: mod/network.php:964
+msgid "Interesting Links"
 msgstr ""
 
-#: mod/profile_photo.php:282
-msgid "Crop Image"
+#: mod/network.php:972
+msgid "Starred"
 msgstr ""
 
-#: mod/profile_photo.php:283
-msgid "Please adjust the image cropping for optimum viewing."
+#: mod/network.php:975
+msgid "Favourite Posts"
 msgstr ""
 
-#: mod/profile_photo.php:285
-msgid "Done Editing"
+#: mod/notes.php:53 src/Model/Profile.php:932
+msgid "Personal Notes"
 msgstr ""
 
-#: mod/profile_photo.php:320
-msgid "Image uploaded successfully."
+#: mod/notify.php:77
+msgid "No more system notifications."
 msgstr ""
 
-#: mod/profiles.php:57
-msgid "Profile deleted."
+#: mod/photos.php:108 src/Model/Profile.php:893
+msgid "Photo Albums"
 msgstr ""
 
-#: mod/profiles.php:73 mod/profiles.php:109
-msgid "Profile-"
+#: mod/photos.php:109 mod/photos.php:1713
+msgid "Recent Photos"
 msgstr ""
 
-#: mod/profiles.php:92 mod/profiles.php:131
-msgid "New profile created."
+#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
+msgid "Upload New Photos"
 msgstr ""
 
-#: mod/profiles.php:115
-msgid "Profile unavailable to clone."
+#: mod/photos.php:126 mod/settings.php:49
+msgid "everybody"
 msgstr ""
 
-#: mod/profiles.php:205
-msgid "Profile Name is required."
+#: mod/photos.php:184
+msgid "Contact information unavailable"
 msgstr ""
 
-#: mod/profiles.php:346
-msgid "Marital Status"
+#: mod/photos.php:204
+msgid "Album not found."
 msgstr ""
 
-#: mod/profiles.php:350
-msgid "Romantic Partner"
+#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
+msgid "Delete Album"
 msgstr ""
 
-#: mod/profiles.php:362
-msgid "Work/Employment"
+#: mod/photos.php:243
+msgid "Do you really want to delete this photo album and all its photos?"
 msgstr ""
 
-#: mod/profiles.php:365
-msgid "Religion"
+#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
+msgid "Delete Photo"
 msgstr ""
 
-#: mod/profiles.php:369
-msgid "Political Views"
+#: mod/photos.php:319
+msgid "Do you really want to delete this photo?"
 msgstr ""
 
-#: mod/profiles.php:373
-msgid "Gender"
+#: mod/photos.php:667
+msgid "a photo"
 msgstr ""
 
-#: mod/profiles.php:377
-msgid "Sexual Preference"
+#: mod/photos.php:667
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
 msgstr ""
 
-#: mod/profiles.php:381
-msgid "XMPP"
+#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795
+#: mod/profile_photo.php:165 mod/wall_upload.php:186
+#, php-format
+msgid "Image exceeds size limit of %s"
 msgstr ""
 
-#: mod/profiles.php:385
-msgid "Homepage"
+#: mod/photos.php:769
+msgid "Image upload didn't complete, please try again"
 msgstr ""
 
-#: mod/profiles.php:389 mod/profiles.php:699
-msgid "Interests"
+#: mod/photos.php:772
+msgid "Image file is missing"
 msgstr ""
 
-#: mod/profiles.php:400 mod/profiles.php:695
-msgid "Location"
+#: mod/photos.php:777
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
 msgstr ""
 
-#: mod/profiles.php:485
-msgid "Profile updated."
+#: mod/photos.php:803
+msgid "Image file is empty."
 msgstr ""
 
-#: mod/profiles.php:577
-msgid " and "
+#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200
+msgid "Unable to process image."
 msgstr ""
 
-#: mod/profiles.php:586
-msgid "public profile"
+#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239
+msgid "Image upload failed."
 msgstr ""
 
-#: mod/profiles.php:589
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+#: mod/photos.php:940
+msgid "No photos selected"
 msgstr ""
 
-#: mod/profiles.php:590
-#, php-format
-msgid " - Visit %1$s's %2$s"
+#: mod/photos.php:1036 mod/videos.php:310
+msgid "Access to this item is restricted."
 msgstr ""
 
-#: mod/profiles.php:592
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
+#: mod/photos.php:1090
+msgid "Upload Photos"
 msgstr ""
 
-#: mod/profiles.php:646
-msgid "Hide contacts and friends:"
+#: mod/photos.php:1094 mod/photos.php:1156
+msgid "New album name: "
 msgstr ""
 
-#: mod/profiles.php:651
-msgid "Hide your contact/friend list from viewers of this profile?"
+#: mod/photos.php:1095
+msgid "or existing album name: "
 msgstr ""
 
-#: mod/profiles.php:671
-msgid "Show more profile fields:"
+#: mod/photos.php:1096
+msgid "Do not show a status post for this upload"
 msgstr ""
 
-#: mod/profiles.php:683
-msgid "Profile Actions"
+#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233
+msgid "Show to Groups"
 msgstr ""
 
-#: mod/profiles.php:684
-msgid "Edit Profile Details"
+#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234
+msgid "Show to Contacts"
 msgstr ""
 
-#: mod/profiles.php:686
-msgid "Change Profile Photo"
+#: mod/photos.php:1167
+msgid "Edit Album"
 msgstr ""
 
-#: mod/profiles.php:687
-msgid "View this profile"
+#: mod/photos.php:1172
+msgid "Show Newest First"
 msgstr ""
 
-#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393
-msgid "Edit visibility"
+#: mod/photos.php:1174
+msgid "Show Oldest First"
 msgstr ""
 
-#: mod/profiles.php:689
-msgid "Create a new profile using these settings"
+#: mod/photos.php:1195 mod/photos.php:1698
+msgid "View Photo"
 msgstr ""
 
-#: mod/profiles.php:690
-msgid "Clone this profile"
+#: mod/photos.php:1236
+msgid "Permission denied. Access to this item may be restricted."
 msgstr ""
 
-#: mod/profiles.php:691
-msgid "Delete this profile"
+#: mod/photos.php:1238
+msgid "Photo not available"
 msgstr ""
 
-#: mod/profiles.php:693
-msgid "Basic information"
+#: mod/photos.php:1301
+msgid "View photo"
 msgstr ""
 
-#: mod/profiles.php:694
-msgid "Profile picture"
+#: mod/photos.php:1301
+msgid "Edit photo"
 msgstr ""
 
-#: mod/profiles.php:696
-msgid "Preferences"
+#: mod/photos.php:1302
+msgid "Use as profile photo"
 msgstr ""
 
-#: mod/profiles.php:697
-msgid "Status information"
+#: mod/photos.php:1308 src/Object/Post.php:148
+msgid "Private Message"
 msgstr ""
 
-#: mod/profiles.php:698
-msgid "Additional information"
+#: mod/photos.php:1327
+msgid "View Full Size"
 msgstr ""
 
-#: mod/profiles.php:701
-msgid "Relation"
+#: mod/photos.php:1414
+msgid "Tags: "
 msgstr ""
 
-#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
+#: mod/photos.php:1417
+msgid "[Remove any tag]"
 msgstr ""
 
-#: mod/profiles.php:705
-msgid "Your Gender:"
+#: mod/photos.php:1432
+msgid "New album name"
 msgstr ""
 
-#: mod/profiles.php:706
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+#: mod/photos.php:1433
+msgid "Caption"
 msgstr ""
 
-#: mod/profiles.php:707 src/Model/Profile.php:767
-msgid "Sexual Preference:"
+#: mod/photos.php:1434
+msgid "Add a Tag"
 msgstr ""
 
-#: mod/profiles.php:708
-msgid "Example: fishing photography software"
+#: mod/photos.php:1434
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 msgstr ""
 
-#: mod/profiles.php:713
-msgid "Profile Name:"
+#: mod/photos.php:1435
+msgid "Do not rotate"
 msgstr ""
 
-#: mod/profiles.php:715
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
+#: mod/photos.php:1436
+msgid "Rotate CW (right)"
 msgstr ""
 
-#: mod/profiles.php:716
-msgid "Your Full Name:"
+#: mod/photos.php:1437
+msgid "Rotate CCW (left)"
 msgstr ""
 
-#: mod/profiles.php:717
-msgid "Title/Description:"
+#: mod/photos.php:1471 src/Object/Post.php:295
+msgid "I like this (toggle)"
 msgstr ""
 
-#: mod/profiles.php:720
-msgid "Street Address:"
+#: mod/photos.php:1472 src/Object/Post.php:296
+msgid "I don't like this (toggle)"
 msgstr ""
 
-#: mod/profiles.php:721
-msgid "Locality/City:"
+#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
+#: src/Object/Post.php:785
+msgid "This is you"
 msgstr ""
 
-#: mod/profiles.php:722
-msgid "Region/State:"
+#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
+#: src/Object/Post.php:391 src/Object/Post.php:787
+msgid "Comment"
 msgstr ""
 
-#: mod/profiles.php:723
-msgid "Postal/Zip Code:"
+#: mod/photos.php:1634
+msgid "Map"
 msgstr ""
 
-#: mod/profiles.php:724
-msgid "Country:"
+#: mod/photos.php:1704 mod/videos.php:388
+msgid "View Album"
 msgstr ""
 
-#: mod/profiles.php:725 src/Util/Temporal.php:147
-msgid "Age: "
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
 msgstr ""
 
-#: mod/profiles.php:728
-msgid "Who: (if applicable)"
+#: mod/ping.php:307
+msgid "{0} sent you a message"
 msgstr ""
 
-#: mod/profiles.php:728
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: mod/ping.php:322
+msgid "{0} requested registration"
 msgstr ""
 
-#: mod/profiles.php:729
-msgid "Since [date]:"
+#: mod/poke.php:192
+msgid "Poke/Prod"
 msgstr ""
 
-#: mod/profiles.php:731
-msgid "Tell us about yourself..."
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
 msgstr ""
 
-#: mod/profiles.php:732
-msgid "XMPP (Jabber) address:"
+#: mod/poke.php:194
+msgid "Recipient"
 msgstr ""
 
-#: mod/profiles.php:732
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow "
-"you."
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
 msgstr ""
 
-#: mod/profiles.php:733
-msgid "Homepage URL:"
+#: mod/poke.php:198
+msgid "Make this post private"
 msgstr ""
 
-#: mod/profiles.php:734 src/Model/Profile.php:775
-msgid "Hometown:"
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
 msgstr ""
 
-#: mod/profiles.php:735 src/Model/Profile.php:783
-msgid "Political Views:"
+#: mod/profile.php:36 src/Model/Profile.php:118
+msgid "Requested profile is not available."
 msgstr ""
 
-#: mod/profiles.php:736
-msgid "Religious Views:"
+#: mod/profile.php:77 src/Protocol/OStatus.php:1247
+#, php-format
+msgid "%s's posts"
 msgstr ""
 
-#: mod/profiles.php:737
-msgid "Public Keywords:"
+#: mod/profile.php:78 src/Protocol/OStatus.php:1248
+#, php-format
+msgid "%s's comments"
 msgstr ""
 
-#: mod/profiles.php:737
-msgid "(Used for suggesting potential friends, can be seen by others)"
+#: mod/profile.php:79 src/Protocol/OStatus.php:1246
+#, php-format
+msgid "%s's timeline"
 msgstr ""
 
-#: mod/profiles.php:738
-msgid "Private Keywords:"
+#: mod/profile.php:194
+msgid "Tips for New Members"
 msgstr ""
 
-#: mod/profiles.php:738
-msgid "(Used for searching profiles, never shown to others)"
+#: mod/profile_photo.php:54
+msgid "Image uploaded but image cropping failed."
 msgstr ""
 
-#: mod/profiles.php:739 src/Model/Profile.php:799
-msgid "Likes:"
+#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103
+#: mod/profile_photo.php:330
+#, php-format
+msgid "Image size reduction [%s] failed."
 msgstr ""
 
-#: mod/profiles.php:740 src/Model/Profile.php:803
-msgid "Dislikes:"
+#: mod/profile_photo.php:137
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
 msgstr ""
 
-#: mod/profiles.php:741
-msgid "Musical interests"
+#: mod/profile_photo.php:146
+msgid "Unable to process image"
 msgstr ""
 
-#: mod/profiles.php:742
-msgid "Books, literature"
+#: mod/profile_photo.php:262
+msgid "Upload File:"
 msgstr ""
 
-#: mod/profiles.php:743
-msgid "Television"
+#: mod/profile_photo.php:263
+msgid "Select a profile:"
 msgstr ""
 
-#: mod/profiles.php:744
-msgid "Film/dance/culture/entertainment"
+#: mod/profile_photo.php:268
+msgid "or"
 msgstr ""
 
-#: mod/profiles.php:745
-msgid "Hobbies/Interests"
+#: mod/profile_photo.php:268
+msgid "skip this step"
 msgstr ""
 
-#: mod/profiles.php:746
-msgid "Love/romance"
+#: mod/profile_photo.php:268
+msgid "select a photo from your photo albums"
 msgstr ""
 
-#: mod/profiles.php:747
-msgid "Work/employment"
+#: mod/profile_photo.php:281
+msgid "Crop Image"
 msgstr ""
 
-#: mod/profiles.php:748
-msgid "School/education"
+#: mod/profile_photo.php:282
+msgid "Please adjust the image cropping for optimum viewing."
 msgstr ""
 
-#: mod/profiles.php:749
-msgid "Contact information and Social Networks"
+#: mod/profile_photo.php:284
+msgid "Done Editing"
 msgstr ""
 
-#: mod/profiles.php:780 src/Model/Profile.php:389
-msgid "Profile Image"
+#: mod/profile_photo.php:320
+msgid "Image uploaded successfully."
 msgstr ""
 
-#: mod/profiles.php:782 src/Model/Profile.php:392
-msgid "visible to everybody"
+#: mod/profperm.php:34 mod/profperm.php:65
+msgid "Invalid profile identifier."
 msgstr ""
 
-#: mod/profiles.php:789
-msgid "Edit/Manage Profiles"
+#: mod/profperm.php:111
+msgid "Profile Visibility Editor"
 msgstr ""
 
-#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
+#: mod/profperm.php:124
+msgid "Visible To"
 msgstr ""
 
-#: mod/profiles.php:791 src/Model/Profile.php:380
-msgid "Create New Profile"
+#: mod/profperm.php:140
+msgid "All Contacts (with secure profile access)"
 msgstr ""
 
-#: mod/register.php:98
+#: mod/register.php:99
 msgid ""
 "Registration successful. Please check your email for further instructions."
 msgstr ""
 
-#: mod/register.php:102
+#: mod/register.php:103
 #, 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/register.php:109
+#: mod/register.php:110
 msgid "Registration successful."
 msgstr ""
 
-#: mod/register.php:114
+#: mod/register.php:115
 msgid "Your registration can not be processed."
 msgstr ""
 
-#: mod/register.php:161
+#: mod/register.php:162
 msgid "Your registration is pending approval by the site owner."
 msgstr ""
 
-#: mod/register.php:219
+#: mod/register.php:220
 msgid ""
 "You may (optionally) fill in this form via OpenID by supplying your OpenID "
 "and clicking 'Register'."
 msgstr ""
 
-#: mod/register.php:220
+#: mod/register.php:221
 msgid ""
 "If you are not familiar with OpenID, please leave that field blank and fill "
 "in the rest of the items."
 msgstr ""
 
-#: mod/register.php:221
+#: mod/register.php:222
 msgid "Your OpenID (optional): "
 msgstr ""
 
-#: mod/register.php:233
+#: mod/register.php:234
 msgid "Include your profile in member directory?"
 msgstr ""
 
-#: mod/register.php:258
+#: mod/register.php:259
 msgid "Note for the admin"
 msgstr ""
 
-#: mod/register.php:258
+#: mod/register.php:259
 msgid "Leave a message for the admin, why you want to join this node"
 msgstr ""
 
-#: mod/register.php:259
+#: mod/register.php:260
 msgid "Membership on this site is by invitation only."
 msgstr ""
 
-#: mod/register.php:260
+#: mod/register.php:261
 msgid "Your invitation ID: "
 msgstr ""
 
-#: mod/register.php:269
+#: mod/register.php:270
 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
 msgstr ""
 
-#: mod/register.php:270
+#: mod/register.php:271
 msgid ""
 "Your Email Address: (Initial information will be send there, so this has to "
 "be an existing address.)"
 msgstr ""
 
-#: mod/register.php:272 mod/settings.php:1205
+#: mod/register.php:273 mod/settings.php:1205
 msgid "New Password:"
 msgstr ""
 
-#: mod/register.php:272
+#: mod/register.php:273
 msgid "Leave empty for an auto generated password."
 msgstr ""
 
-#: mod/register.php:273 mod/settings.php:1206
+#: mod/register.php:274 mod/settings.php:1206
 msgid "Confirm:"
 msgstr ""
 
-#: mod/register.php:274
+#: mod/register.php:275
 #, php-format
 msgid ""
 "Choose a profile nickname. This must begin with a text character. Your "
 "profile address on this site will then be '<strong>nickname@%s</strong>'."
 msgstr ""
 
-#: mod/register.php:275
+#: mod/register.php:276
 msgid "Choose a nickname: "
 msgstr ""
 
-#: mod/register.php:278 src/Content/Nav.php:128 src/Module/Login.php:283
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
 msgid "Register"
 msgstr ""
 
-#: mod/register.php:285
+#: mod/register.php:286
 msgid "Import your profile to this friendica instance"
 msgstr ""
 
+#: mod/regmod.php:68
+msgid "Account approved."
+msgstr ""
+
+#: mod/regmod.php:93
+#, php-format
+msgid "Registration revoked for %s"
+msgstr ""
+
+#: mod/regmod.php:102
+msgid "Please login."
+msgstr ""
+
+#: mod/removeme.php:55 mod/removeme.php:58
+msgid "Remove My Account"
+msgstr ""
+
+#: mod/removeme.php:56
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr ""
+
+#: mod/removeme.php:57
+msgid "Please enter your password for verification:"
+msgstr ""
+
 #: mod/search.php:105
 msgid "Only logged in users are permitted to perform a search."
 msgstr ""
@@ -6563,6 +6543,10 @@ msgstr ""
 msgid "Connected apps"
 msgstr ""
 
+#: mod/settings.php:106 mod/uexport.php:52
+msgid "Export personal data"
+msgstr ""
+
 #: mod/settings.php:113
 msgid "Remove account"
 msgstr ""
@@ -6587,7 +6571,7 @@ msgstr ""
 msgid "Relocate message has been send to your contacts"
 msgstr ""
 
-#: mod/settings.php:383 src/Model/User.php:310
+#: mod/settings.php:383 src/Model/User.php:312
 msgid "Passwords do not match. Password unchanged."
 msgstr ""
 
@@ -6941,7 +6925,7 @@ msgstr ""
 msgid "Content Settings"
 msgstr ""
 
-#: mod/settings.php:985 view/theme/duepuntozero/config.php:74
+#: mod/settings.php:985 view/theme/duepuntozero/config.php:73
 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75
 #: view/theme/vier/config.php:121
 msgid "Theme settings"
@@ -7058,39 +7042,82 @@ msgid "Publish your default profile in your local site directory?"
 msgstr ""
 
 #: mod/settings.php:1109
-msgid "Your profile may be visible in public."
+#, php-format
+msgid ""
+"Your profile will be published in the global friendica directories (e.g. <a "
+"href=\"%s\">%s</a>). Your profile will be visible in public."
 msgstr ""
 
 #: mod/settings.php:1115
 msgid "Publish your default profile in the global social directory?"
 msgstr ""
 
+#: mod/settings.php:1115
+#, php-format
+msgid ""
+"Your profile will be publishedin this node's <a href=\"%s\">local directory</"
+"a>. Your profile details may be publicly visible depending on the system "
+"settings."
+msgstr ""
+
 #: mod/settings.php:1122
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr ""
 
+#: mod/settings.php:1122
+msgid ""
+"Your contact list won't be shown in your default profile page. You can "
+"decide to show your contact list separately for each additional profile you "
+"create"
+msgstr ""
+
+#: mod/settings.php:1126
+msgid "Hide your profile details from anonymous viewers?"
+msgstr ""
+
 #: mod/settings.php:1126
 msgid ""
-"If enabled, posting public messages to Diaspora and other networks isn't "
-"possible."
+"Anonymous visitors will only see your profile picture, your display name and "
+"the nickname you are using on your profile page. Disables posting public "
+"messages to Diaspora and other networks."
 msgstr ""
 
 #: mod/settings.php:1130
 msgid "Allow friends to post to your profile page?"
 msgstr ""
 
+#: mod/settings.php:1130
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr ""
+
 #: mod/settings.php:1134
 msgid "Allow friends to tag your posts?"
 msgstr ""
 
+#: mod/settings.php:1134
+msgid "Your contacts can add additional tags to your posts."
+msgstr ""
+
 #: mod/settings.php:1138
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr ""
 
+#: mod/settings.php:1138
+msgid "If you like, Friendica may suggest new members to add you as a contact."
+msgstr ""
+
 #: mod/settings.php:1142
 msgid "Permit unknown people to send you private mail?"
 msgstr ""
 
+#: mod/settings.php:1142
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr ""
+
 #: mod/settings.php:1146
 msgid "Profile is <strong>not published</strong>."
 msgstr ""
@@ -7164,7 +7191,7 @@ msgstr ""
 msgid "Basic Settings"
 msgstr ""
 
-#: mod/settings.php:1213 src/Model/Profile.php:723
+#: mod/settings.php:1213 src/Model/Profile.php:724
 msgid "Full Name:"
 msgstr ""
 
@@ -7334,7 +7361,7 @@ msgstr ""
 msgid "Resend relocate message to contacts"
 msgstr ""
 
-#: mod/subthread.php:112
+#: mod/subthread.php:113
 #, php-format
 msgid "%1$s is following %2$s's %3$s"
 msgstr ""
@@ -7351,44 +7378,76 @@ msgstr ""
 msgid "Select a tag to remove: "
 msgstr ""
 
-#: mod/videos.php:141
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr ""
+
+#: mod/uexport.php:44
+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:45
+msgid "Export all"
+msgstr ""
+
+#: mod/uexport.php:45
+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 ""
+
+#: mod/videos.php:140
 msgid "Do you really want to delete this video?"
 msgstr ""
 
-#: mod/videos.php:146
+#: mod/videos.php:145
 msgid "Delete Video"
 msgstr ""
 
-#: mod/videos.php:211
+#: mod/videos.php:208
 msgid "No videos selected"
 msgstr ""
 
-#: mod/videos.php:400
+#: mod/videos.php:397
 msgid "Recent Videos"
 msgstr ""
 
-#: mod/videos.php:402
+#: mod/videos.php:399
 msgid "Upload New Videos"
 msgstr ""
 
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+#: mod/viewcontacts.php:87
+msgid "No contacts."
 msgstr ""
 
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
+#: mod/viewsrc.php:12
+msgid "Access denied."
 msgstr ""
 
-#: mod/wall_attach.php:112
+#: mod/wallmessage.php:49 mod/wallmessage.php:112
 #, php-format
-msgid "File exceeds size limit of %s"
+msgid "Number of daily wall messages for %s exceeded. Message failed."
 msgstr ""
 
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
+#: mod/wallmessage.php:60
+msgid "Unable to check your home location."
+msgstr ""
+
+#: mod/wallmessage.php:86 mod/wallmessage.php:95
+msgid "No recipient."
+msgstr ""
+
+#: mod/wallmessage.php:133
+#, 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 ""
 
-#: view/theme/duepuntozero/config.php:54 src/Model/User.php:473
+#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475
 msgid "default"
 msgstr ""
 
@@ -7416,7 +7475,7 @@ msgstr ""
 msgid "slackr"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:75
+#: view/theme/duepuntozero/config.php:74
 msgid "Variations"
 msgstr ""
 
@@ -7504,67 +7563,67 @@ msgstr ""
 msgid "Leave background image and color empty for theme defaults"
 msgstr ""
 
-#: view/theme/frio/theme.php:237
+#: view/theme/frio/theme.php:238
 msgid "Guest"
 msgstr ""
 
-#: view/theme/frio/theme.php:242
+#: view/theme/frio/theme.php:243
 msgid "Visitor"
 msgstr ""
 
-#: view/theme/frio/theme.php:255 src/Content/Nav.php:97
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
 #: src/Module/Login.php:311
 msgid "Logout"
 msgstr ""
 
-#: view/theme/frio/theme.php:255 src/Content/Nav.php:97
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
 msgid "End this session"
 msgstr ""
 
-#: view/theme/frio/theme.php:258 src/Content/Nav.php:100
+#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
 #: src/Content/Nav.php:181
 msgid "Your posts and conversations"
 msgstr ""
 
-#: view/theme/frio/theme.php:259 src/Content/Nav.php:101
+#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
 msgid "Your profile page"
 msgstr ""
 
-#: view/theme/frio/theme.php:260 src/Content/Nav.php:102
+#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
 msgid "Your photos"
 msgstr ""
 
-#: view/theme/frio/theme.php:261 src/Content/Nav.php:103
-#: src/Model/Profile.php:897 src/Model/Profile.php:900
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+#: src/Model/Profile.php:898 src/Model/Profile.php:901
 msgid "Videos"
 msgstr ""
 
-#: view/theme/frio/theme.php:261 src/Content/Nav.php:103
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
 msgid "Your videos"
 msgstr ""
 
-#: view/theme/frio/theme.php:262 src/Content/Nav.php:104
+#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
 msgid "Your events"
 msgstr ""
 
-#: view/theme/frio/theme.php:265 src/Content/Nav.php:178
+#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
 msgid "Conversations from your friends"
 msgstr ""
 
-#: view/theme/frio/theme.php:266 src/Content/Nav.php:169
-#: src/Model/Profile.php:912 src/Model/Profile.php:923
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
+#: src/Model/Profile.php:913 src/Model/Profile.php:924
 msgid "Events and Calendar"
 msgstr ""
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:195
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
 msgid "Private mail"
 msgstr ""
 
-#: view/theme/frio/theme.php:268 src/Content/Nav.php:206
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
 msgid "Account settings"
 msgstr ""
 
-#: view/theme/frio/theme.php:269 src/Content/Nav.php:212
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
 msgid "Manage/edit friends and contacts"
 msgstr ""
 
@@ -7612,7 +7671,7 @@ msgstr ""
 msgid "Help or @NewHere ?"
 msgstr ""
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:388
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
 msgid "Connect Services"
 msgstr ""
 
@@ -7636,11 +7695,11 @@ msgstr ""
 msgid "Invite Friends"
 msgstr ""
 
-#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:127
+#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
 msgid "External link to forum"
 msgstr ""
 
-#: view/theme/vier/theme.php:291
+#: view/theme/vier/theme.php:292
 msgid "Quick Start"
 msgstr ""
 
@@ -7717,126 +7776,122 @@ msgstr ""
 msgid "Error! No version data in file! This is not a Friendica account file?"
 msgstr ""
 
-#: src/Core/UserImport.php:118 src/Core/UserImport.php:131
-msgid "Error! Cannot check nickname"
-msgstr ""
-
-#: src/Core/UserImport.php:123 src/Core/UserImport.php:136
+#: src/Core/UserImport.php:118
 #, php-format
 msgid "User '%s' already exists on this server!"
 msgstr ""
 
-#: src/Core/UserImport.php:169
+#: src/Core/UserImport.php:151
 msgid "User creation error"
 msgstr ""
 
-#: src/Core/UserImport.php:187
+#: src/Core/UserImport.php:169
 msgid "User profile creation error"
 msgstr ""
 
-#: src/Core/UserImport.php:231
+#: src/Core/UserImport.php:213
 #, php-format
 msgid "%d contact not imported"
 msgid_plural "%d contacts not imported"
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/Core/UserImport.php:296
+#: src/Core/UserImport.php:278
 msgid "Done. You can now login with your username and password"
 msgstr ""
 
-#: src/Util/Temporal.php:145 src/Model/Profile.php:743
+#: src/Util/Temporal.php:147 src/Model/Profile.php:744
 msgid "Birthday:"
 msgstr ""
 
-#: src/Util/Temporal.php:149
+#: src/Util/Temporal.php:151
 msgid "YYYY-MM-DD or MM-DD"
 msgstr ""
 
-#: src/Util/Temporal.php:292
+#: src/Util/Temporal.php:294
 msgid "never"
 msgstr ""
 
-#: src/Util/Temporal.php:298
+#: src/Util/Temporal.php:300
 msgid "less than a second ago"
 msgstr ""
 
-#: src/Util/Temporal.php:301
+#: src/Util/Temporal.php:303
 msgid "year"
 msgstr ""
 
-#: src/Util/Temporal.php:301
+#: src/Util/Temporal.php:303
 msgid "years"
 msgstr ""
 
-#: src/Util/Temporal.php:302
+#: src/Util/Temporal.php:304
 msgid "months"
 msgstr ""
 
-#: src/Util/Temporal.php:303
+#: src/Util/Temporal.php:305
 msgid "weeks"
 msgstr ""
 
-#: src/Util/Temporal.php:304
+#: src/Util/Temporal.php:306
 msgid "days"
 msgstr ""
 
-#: src/Util/Temporal.php:305
+#: src/Util/Temporal.php:307
 msgid "hour"
 msgstr ""
 
-#: src/Util/Temporal.php:305
+#: src/Util/Temporal.php:307
 msgid "hours"
 msgstr ""
 
-#: src/Util/Temporal.php:306
+#: src/Util/Temporal.php:308
 msgid "minute"
 msgstr ""
 
-#: src/Util/Temporal.php:306
+#: src/Util/Temporal.php:308
 msgid "minutes"
 msgstr ""
 
-#: src/Util/Temporal.php:307
+#: src/Util/Temporal.php:309
 msgid "second"
 msgstr ""
 
-#: src/Util/Temporal.php:307
+#: src/Util/Temporal.php:309
 msgid "seconds"
 msgstr ""
 
-#: src/Util/Temporal.php:316
+#: src/Util/Temporal.php:318
 #, php-format
 msgid "%1$d %2$s ago"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:548
+#: src/Content/Text/BBCode.php:547
 msgid "view full size"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1001 src/Content/Text/BBCode.php:1767
-#: src/Content/Text/BBCode.php:1768
+#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761
+#: src/Content/Text/BBCode.php:1762
 msgid "Image/photo"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1139
+#: src/Content/Text/BBCode.php:1138
 #, php-format
 msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1702 src/Content/Text/BBCode.php:1724
+#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718
 msgid "$1 wrote:"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1776 src/Content/Text/BBCode.php:1777
+#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771
 msgid "Encrypted content"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1894
+#: src/Content/Text/BBCode.php:1888
 msgid "Invalid source protocol"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1905
+#: src/Content/Text/BBCode.php:1899
 msgid "Invalid link protocol"
 msgstr ""
 
@@ -8060,7 +8115,7 @@ msgstr ""
 msgid "Sex Addict"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:490
+#: src/Content/ContactSelector.php:169 src/Model/User.php:492
 msgid "Friends"
 msgstr ""
 
@@ -8588,7 +8643,7 @@ msgstr ""
 msgid ": Database update"
 msgstr ""
 
-#: src/Database/DBStructure.php:459
+#: src/Database/DBStructure.php:458
 #, php-format
 msgid "%s: updating %s table."
 msgstr ""
@@ -8701,32 +8756,32 @@ msgstr ""
 msgid "Unable to retrieve contact information."
 msgstr ""
 
-#: src/Model/Contact.php:1506
+#: src/Model/Contact.php:1502
 #, php-format
 msgid "%s's birthday"
 msgstr ""
 
-#: src/Model/Contact.php:1507 src/Protocol/DFRN.php:1399
+#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398
 #, php-format
 msgid "Happy Birthday %s"
 msgstr ""
 
-#: src/Model/Item.php:1732
+#: src/Model/Item.php:1666
 #, php-format
 msgid "%1$s is attending %2$s's %3$s"
 msgstr ""
 
-#: src/Model/Item.php:1737
+#: src/Model/Item.php:1671
 #, php-format
 msgid "%1$s is not attending %2$s's %3$s"
 msgstr ""
 
-#: src/Model/Item.php:1742
+#: src/Model/Item.php:1676
 #, php-format
 msgid "%1$s may attend %2$s's %3$s"
 msgstr ""
 
-#: src/Model/Mail.php:40 src/Model/Mail.php:173
+#: src/Model/Mail.php:40 src/Model/Mail.php:174
 msgid "[no subject]"
 msgstr ""
 
@@ -8735,7 +8790,7 @@ msgid "Requested account is not available."
 msgstr ""
 
 #: src/Model/Profile.php:168 src/Model/Profile.php:399
-#: src/Model/Profile.php:844
+#: src/Model/Profile.php:845
 msgid "Edit profile"
 msgstr ""
 
@@ -8747,7 +8802,7 @@ msgstr ""
 msgid "Manage/edit profiles"
 msgstr ""
 
-#: src/Model/Profile.php:548 src/Model/Profile.php:640
+#: src/Model/Profile.php:548 src/Model/Profile.php:641
 msgid "g A l F d"
 msgstr ""
 
@@ -8755,96 +8810,96 @@ msgstr ""
 msgid "F d"
 msgstr ""
 
-#: src/Model/Profile.php:604 src/Model/Profile.php:688
+#: src/Model/Profile.php:606 src/Model/Profile.php:689
 msgid "[today]"
 msgstr ""
 
-#: src/Model/Profile.php:615
+#: src/Model/Profile.php:617
 msgid "Birthday Reminders"
 msgstr ""
 
-#: src/Model/Profile.php:616
+#: src/Model/Profile.php:618
 msgid "Birthdays this week:"
 msgstr ""
 
-#: src/Model/Profile.php:675
+#: src/Model/Profile.php:676
 msgid "[No description]"
 msgstr ""
 
-#: src/Model/Profile.php:702
+#: src/Model/Profile.php:703
 msgid "Event Reminders"
 msgstr ""
 
-#: src/Model/Profile.php:703
+#: src/Model/Profile.php:704
 msgid "Events this week:"
 msgstr ""
 
-#: src/Model/Profile.php:726
+#: src/Model/Profile.php:727
 msgid "Member since:"
 msgstr ""
 
-#: src/Model/Profile.php:734
+#: src/Model/Profile.php:735
 msgid "j F, Y"
 msgstr ""
 
-#: src/Model/Profile.php:735
+#: src/Model/Profile.php:736
 msgid "j F"
 msgstr ""
 
-#: src/Model/Profile.php:750
+#: src/Model/Profile.php:751
 msgid "Age:"
 msgstr ""
 
-#: src/Model/Profile.php:763
+#: src/Model/Profile.php:764
 #, php-format
 msgid "for %1$d %2$s"
 msgstr ""
 
-#: src/Model/Profile.php:787
+#: src/Model/Profile.php:788
 msgid "Religion:"
 msgstr ""
 
-#: src/Model/Profile.php:795
+#: src/Model/Profile.php:796
 msgid "Hobbies/Interests:"
 msgstr ""
 
-#: src/Model/Profile.php:807
+#: src/Model/Profile.php:808
 msgid "Contact information and Social Networks:"
 msgstr ""
 
-#: src/Model/Profile.php:811
+#: src/Model/Profile.php:812
 msgid "Musical interests:"
 msgstr ""
 
-#: src/Model/Profile.php:815
+#: src/Model/Profile.php:816
 msgid "Books, literature:"
 msgstr ""
 
-#: src/Model/Profile.php:819
+#: src/Model/Profile.php:820
 msgid "Television:"
 msgstr ""
 
-#: src/Model/Profile.php:823
+#: src/Model/Profile.php:824
 msgid "Film/dance/culture/entertainment:"
 msgstr ""
 
-#: src/Model/Profile.php:827
+#: src/Model/Profile.php:828
 msgid "Love/Romance:"
 msgstr ""
 
-#: src/Model/Profile.php:831
+#: src/Model/Profile.php:832
 msgid "Work/employment:"
 msgstr ""
 
-#: src/Model/Profile.php:835
+#: src/Model/Profile.php:836
 msgid "School/education:"
 msgstr ""
 
-#: src/Model/Profile.php:840
+#: src/Model/Profile.php:841
 msgid "Forums:"
 msgstr ""
 
-#: src/Model/Profile.php:934
+#: src/Model/Profile.php:935
 msgid "Only You Can See This"
 msgstr ""
 
@@ -8852,90 +8907,90 @@ msgstr ""
 msgid "Login failed"
 msgstr ""
 
-#: src/Model/User.php:171
+#: src/Model/User.php:173
 msgid "Not enough information to authenticate"
 msgstr ""
 
-#: src/Model/User.php:317
+#: src/Model/User.php:319
 msgid "An invitation is required."
 msgstr ""
 
-#: src/Model/User.php:321
+#: src/Model/User.php:323
 msgid "Invitation could not be verified."
 msgstr ""
 
-#: src/Model/User.php:328
+#: src/Model/User.php:330
 msgid "Invalid OpenID url"
 msgstr ""
 
-#: src/Model/User.php:341 src/Module/Login.php:100
+#: src/Model/User.php:343 src/Module/Login.php:100
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr ""
 
-#: src/Model/User.php:341 src/Module/Login.php:100
+#: src/Model/User.php:343 src/Module/Login.php:100
 msgid "The error message was:"
 msgstr ""
 
-#: src/Model/User.php:347
+#: src/Model/User.php:349
 msgid "Please enter the required information."
 msgstr ""
 
-#: src/Model/User.php:360
+#: src/Model/User.php:362
 msgid "Please use a shorter name."
 msgstr ""
 
-#: src/Model/User.php:363
+#: src/Model/User.php:365
 msgid "Name too short."
 msgstr ""
 
-#: src/Model/User.php:371
+#: src/Model/User.php:373
 msgid "That doesn't appear to be your full (First Last) name."
 msgstr ""
 
-#: src/Model/User.php:376
+#: src/Model/User.php:378
 msgid "Your email domain is not among those allowed on this site."
 msgstr ""
 
-#: src/Model/User.php:380
+#: src/Model/User.php:382
 msgid "Not a valid email address."
 msgstr ""
 
-#: src/Model/User.php:384 src/Model/User.php:392
+#: src/Model/User.php:386 src/Model/User.php:394
 msgid "Cannot use that email."
 msgstr ""
 
-#: src/Model/User.php:399
+#: src/Model/User.php:401
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr ""
 
-#: src/Model/User.php:406 src/Model/User.php:462
+#: src/Model/User.php:408 src/Model/User.php:464
 msgid "Nickname is already registered. Please choose another."
 msgstr ""
 
-#: src/Model/User.php:416
+#: src/Model/User.php:418
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr ""
 
-#: src/Model/User.php:449 src/Model/User.php:453
+#: src/Model/User.php:451 src/Model/User.php:455
 msgid "An error occurred during registration. Please try again."
 msgstr ""
 
-#: src/Model/User.php:478
+#: src/Model/User.php:480
 msgid "An error occurred creating your default profile. Please try again."
 msgstr ""
 
-#: src/Model/User.php:485
+#: src/Model/User.php:487
 msgid "An error occurred creating your self contact. Please try again."
 msgstr ""
 
-#: src/Model/User.php:494
+#: src/Model/User.php:496
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr ""
 
-#: src/Model/User.php:568
+#: src/Model/User.php:570
 #, php-format
 msgid ""
 "\n"
@@ -8945,12 +9000,12 @@ msgid ""
 "\t\t"
 msgstr ""
 
-#: src/Model/User.php:578
+#: src/Model/User.php:580
 #, php-format
 msgid "Registration at %s"
 msgstr ""
 
-#: src/Model/User.php:596
+#: src/Model/User.php:598
 #, php-format
 msgid ""
 "\n"
@@ -8959,7 +9014,7 @@ msgid ""
 "\t\t"
 msgstr ""
 
-#: src/Model/User.php:600
+#: src/Model/User.php:602
 #, php-format
 msgid ""
 "\n"
@@ -8995,38 +9050,38 @@ msgid ""
 "\t\t\tThank you and welcome to %2$s."
 msgstr ""
 
-#: src/Protocol/DFRN.php:1398
+#: src/Protocol/DFRN.php:1397
 #, php-format
 msgid "%s\\'s birthday"
 msgstr ""
 
-#: src/Protocol/Diaspora.php:2579
+#: src/Protocol/Diaspora.php:2584
 msgid "Sharing notification from Diaspora network"
 msgstr ""
 
-#: src/Protocol/Diaspora.php:3655
+#: src/Protocol/Diaspora.php:3660
 msgid "Attachments:"
 msgstr ""
 
-#: src/Protocol/OStatus.php:1784
+#: src/Protocol/OStatus.php:1774
 #, php-format
 msgid "%s is now following %s."
 msgstr ""
 
-#: src/Protocol/OStatus.php:1785
+#: src/Protocol/OStatus.php:1775
 msgid "following"
 msgstr ""
 
-#: src/Protocol/OStatus.php:1788
+#: src/Protocol/OStatus.php:1778
 #, php-format
 msgid "%s stopped following %s."
 msgstr ""
 
-#: src/Protocol/OStatus.php:1789
+#: src/Protocol/OStatus.php:1779
 msgid "stopped following"
 msgstr ""
 
-#: src/Worker/Delivery.php:392
+#: src/Worker/Delivery.php:390
 msgid "(no subject)"
 msgstr ""
 
@@ -9201,11 +9256,11 @@ msgstr ""
 msgid "show fewer"
 msgstr ""
 
+#: index.php:441
+msgid "toggle mobile"
+msgstr ""
+
 #: boot.php:786
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr ""
-
-#: index.php:441
-msgid "toggle mobile"
-msgstr ""
index 25252717701a7e15dfefe5069f103653e8618cc5..e1741627eb8702ab0ab87007262f1b8a6e4dd5da 100644 (file)
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-01 08:52+0200\n"
-"PO-Revision-Date: 2017-10-03 01:44+0000\n"
+"POT-Creation-Date: 2018-02-26 17:52+0100\n"
+"PO-Revision-Date: 2018-02-27 01:58+0000\n"
 "Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
 "Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
@@ -22,5742 +22,6031 @@ msgstr ""
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: include/features.php:65
-msgid "General Features"
-msgstr "通用特性"
+#: include/dba.php:59
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "找不到DNS信息为数据库服务器「%s」"
 
-#: include/features.php:67
-msgid "Multiple Profiles"
-msgstr "多简介"
+#: include/security.php:81
+msgid "Welcome "
+msgstr "欢迎"
 
-#: include/features.php:67
-msgid "Ability to create multiple profiles"
-msgstr "è\83½ç©¿å\87¿å¤\9aç®\80ä»\8b"
+#: include/security.php:82
+msgid "Please upload a profile photo."
+msgstr "请ä¸\8aä¼ ä¸\80å¼ ç®\80ä»\8bç\85§ç\89\87"
 
-#: include/features.php:68
-msgid "Photo Location"
-msgstr "照片地点"
+#: include/security.php:84
+msgid "Welcome back "
+msgstr "欢迎归来"
 
-#: include/features.php:68
+#: include/security.php:431
 msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-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 "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。"
 
-#: include/features.php:69
-msgid "Export Public Calendar"
-msgstr "导出公共日历"
+#: include/acl_selectors.php:355
+msgid "Post to Email"
+msgstr "电邮发布"
 
-#: include/features.php:69
-msgid "Ability for visitors to download the public calendar"
-msgstr ""
+#: include/acl_selectors.php:360
+msgid "Hide your profile details from unknown viewers?"
+msgstr "使简介信息给陌生的看着看不了?"
 
-#: include/features.php:74
-msgid "Post Composition Features"
-msgstr "文章编写特性"
+#: include/acl_selectors.php:360
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "连接器已停用,因为\"%s\"启用。"
 
-#: include/features.php:75
-msgid "Post Preview"
-msgstr "文章预览"
+#: include/acl_selectors.php:366
+msgid "Visible to everybody"
+msgstr "任何人可见的"
 
-#: include/features.php:75
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "å\9c¨å\8f\91å¸\83å\89\8då\85\81许é¢\84è§\88æ\96\87ç« å\92\8cè¯\84论"
+#: include/acl_selectors.php:367 view/theme/vier/config.php:115
+msgid "show"
+msgstr "æ\98¾ç¤º"
 
-#: include/features.php:76
-msgid "Auto-mention Forums"
-msgstr "自动提示论坛"
+#: include/acl_selectors.php:368 view/theme/vier/config.php:115
+msgid "don't show"
+msgstr "不显示"
 
-#: include/features.php:76
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr ""
+#: include/acl_selectors.php:374 mod/editpost.php:136
+msgid "CC: email addresses"
+msgstr "抄送: 电子邮件地址"
 
-#: include/features.php:81
-msgid "Network Sidebar Widgets"
-msgstr "网络工具栏小窗口"
+#: include/acl_selectors.php:375 mod/editpost.php:143
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "比如: li@example.com, wang@example.com"
 
-#: include/features.php:82
-msgid "Search by Date"
-msgstr "按日期搜索"
+#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098
+#: mod/photos.php:1441
+msgid "Permissions"
+msgstr "权利"
 
-#: include/features.php:82
-msgid "Ability to select posts by date ranges"
-msgstr "能按时期范围选择文章"
+#: include/acl_selectors.php:378
+msgid "Close"
+msgstr "关闭"
 
-#: include/features.php:83 include/features.php:113
-msgid "List Forums"
-msgstr ""
+#: include/api.php:1181
+#, php-format
+msgid "Daily posting limit of %d post reached. The post was rejected."
+msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
+msgstr[0] ""
 
-#: include/features.php:83
-msgid "Enable widget to display the forums your are connected with"
-msgstr ""
+#: include/api.php:1205
+#, php-format
+msgid "Weekly posting limit of %d post reached. The post was rejected."
+msgid_plural ""
+"Weekly posting limit of %d posts reached. The post was rejected."
+msgstr[0] ""
 
-#: include/features.php:84
-msgid "Group Filter"
-msgstr "组过滤器"
+#: include/api.php:1229
+#, php-format
+msgid "Monthly posting limit of %d post reached. The post was rejected."
+msgstr ""
 
-#: include/features.php:84
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "启用用于只显示从所选组发出的网络文章的小组件"
+#: include/api.php:4382 mod/photos.php:88 mod/photos.php:194
+#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1684 mod/profile_photo.php:84 mod/profile_photo.php:92
+#: mod/profile_photo.php:100 mod/profile_photo.php:223
+#: mod/profile_photo.php:317 mod/profile_photo.php:327 src/Model/User.php:526
+#: src/Model/User.php:534 src/Model/User.php:542
+msgid "Profile Photos"
+msgstr "简介照片"
 
-#: include/features.php:85
-msgid "Network Filter"
-msgstr "网络滤器"
+#: include/bb2diaspora.php:238 include/event.php:26 include/event.php:914
+#: mod/localtime.php:19
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: include/features.php:85
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "使光表示网络文章从选择的网络小窗口"
+#: include/bb2diaspora.php:245 include/event.php:45 include/event.php:62
+#: include/event.php:471 include/event.php:992
+msgid "Starts:"
+msgstr "开始:"
 
-#: include/features.php:86 mod/network.php:194 mod/search.php:37
-msgid "Saved Searches"
-msgstr "保存的搜索"
+#: include/bb2diaspora.php:251 include/event.php:48 include/event.php:68
+#: include/event.php:472 include/event.php:996
+msgid "Finishes:"
+msgstr "结束:"
 
-#: include/features.php:86
-msgid "Save search terms for re-use"
-msgstr "保存搜索关键为再用"
+#: include/bb2diaspora.php:258 include/event.php:52 include/event.php:77
+#: include/event.php:473 include/event.php:1010 mod/directory.php:140
+#: mod/notifications.php:247 mod/contacts.php:651 mod/events.php:521
+#: src/Model/Profile.php:417
+msgid "Location:"
+msgstr "位置:"
 
-#: include/features.php:91
-msgid "Network Tabs"
-msgstr "网络分页"
+#: include/conversation.php:146 include/conversation.php:284
+#: include/text.php:1717 src/Model/Item.php:1785
+msgid "event"
+msgstr "项目"
 
-#: include/features.php:92
-msgid "Network Personal Tab"
-msgstr "网络私人分页"
+#: include/conversation.php:149 include/conversation.php:159
+#: include/conversation.php:287 include/conversation.php:296
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783
+#: src/Protocol/Diaspora.php:1946
+msgid "status"
+msgstr "现状"
 
-#: include/features.php:92
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "使表示光网络文章您参加了分页可用"
+#: include/conversation.php:154 include/conversation.php:292
+#: include/text.php:1719 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1783
+msgid "photo"
+msgstr "照片"
 
-#: include/features.php:93
-msgid "Network New Tab"
-msgstr "网络新分页"
+#: include/conversation.php:166 src/Model/Item.php:1656
+#: src/Protocol/Diaspora.php:1942
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s 喜欢 %2$s 的 %3$s"
 
-#: include/features.php:93
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "使表示光网络文章在12小时内分页可用"
+#: include/conversation.php:169 src/Model/Item.php:1661
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s 不喜欢 %2$s 的 %3$s"
 
-#: include/features.php:94
-msgid "Network Shared Links Tab"
-msgstr "网络分享链接分页"
+#: include/conversation.php:172
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s 参加了 %2$s 的 %3$s"
 
-#: include/features.php:94
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "使表示光网络文章包括链接分页可用"
+#: include/conversation.php:175
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s 没有参加 %2$s 的 %3$s"
 
-#: include/features.php:99
-msgid "Post/Comment Tools"
-msgstr "文章/评论工具"
+#: include/conversation.php:178
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr ""
 
-#: include/features.php:100
-msgid "Multiple Deletion"
-msgstr "多删除"
+#: include/conversation.php:211 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2414
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s是成为%2$s的朋友"
 
-#: include/features.php:100
-msgid "Select and delete multiple posts/comments at once"
-msgstr "选择和删除多文章/评论一次"
+#: include/conversation.php:252
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s把%2$s戳"
 
-#: include/features.php:101
-msgid "Edit Sent Posts"
-msgstr "编辑发送的文章"
+#: include/conversation.php:306 mod/tagger.php:110
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s把%4$s标签%2$s的%3$s"
 
-#: include/features.php:101
-msgid "Edit and correct posts and comments after sending"
-msgstr "编辑或修改文章和评论发送后"
+#: include/conversation.php:333
+msgid "post/item"
+msgstr "文章/项目"
 
-#: include/features.php:102
-msgid "Tagging"
-msgstr "标签"
+#: include/conversation.php:334
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s标注%2$s的%3$s为偏爱"
 
-#: include/features.php:102
-msgid "Ability to tag existing posts"
-msgstr "能把目前的文章标签"
+#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501
+msgid "Likes"
+msgstr "喜欢"
 
-#: include/features.php:103
-msgid "Post Categories"
-msgstr "文章种类"
+#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501
+msgid "Dislikes"
+msgstr "不喜欢"
 
-#: include/features.php:103
-msgid "Add categories to your posts"
-msgstr "加入种类给您的文章"
+#: include/conversation.php:608 include/conversation.php:1672
+#: mod/photos.php:1502
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "正在参加"
 
-#: include/features.php:104 include/contact_widgets.php:167
-msgid "Saved Folders"
-msgstr "ä¿\9då­\98ç\9a\84æ\96\87件夹"
+#: include/conversation.php:608 mod/photos.php:1502
+msgid "Not attending"
+msgstr "ä¸\8då\9c¨å\8f\82å\8a "
 
-#: include/features.php:104
-msgid "Ability to file posts under folders"
-msgstr "能把文章归档在文件夹 "
+#: include/conversation.php:608 mod/photos.php:1502
+msgid "Might attend"
+msgstr "可以参加"
 
-#: include/features.php:105
-msgid "Dislike Posts"
-msgstr "不喜欢文章"
+#: include/conversation.php:742 mod/photos.php:1569 src/Object/Post.php:177
+msgid "Select"
+msgstr "选择"
 
-#: include/features.php:105
-msgid "Ability to dislike posts/comments"
-msgstr "能不喜欢文章/评论"
+#: include/conversation.php:743 mod/admin.php:1706 mod/contacts.php:821
+#: mod/contacts.php:1019 mod/photos.php:1570 mod/settings.php:742
+#: src/Object/Post.php:178
+msgid "Delete"
+msgstr "删除"
 
-#: include/features.php:106
-msgid "Star Posts"
-msgstr "文章星"
+#: include/conversation.php:775 src/Object/Post.php:355
+#: src/Object/Post.php:356
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "看%s的简介@ %s"
 
-#: include/features.php:106
-msgid "Ability to mark special posts with a star indicator"
-msgstr "能把优秀文章跟星标注"
+#: include/conversation.php:787 src/Object/Post.php:343
+msgid "Categories:"
+msgstr "种类:"
 
-#: include/features.php:107
-msgid "Mute Post Notifications"
-msgstr ""
+#: include/conversation.php:788 src/Object/Post.php:344
+msgid "Filed under:"
+msgstr "归档在:"
 
-#: include/features.php:107
-msgid "Ability to mute notifications for a thread"
-msgstr ""
+#: include/conversation.php:795 src/Object/Post.php:369
+#, php-format
+msgid "%s from %s"
+msgstr "%s从%s"
 
-#: include/features.php:112
-msgid "Advanced Profile Settings"
-msgstr ""
+#: include/conversation.php:810
+msgid "View in context"
+msgstr "看在上下文"
 
-#: include/features.php:113
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr ""
+#: include/conversation.php:812 include/conversation.php:1345
+#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433
+#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394
+msgid "Please wait"
+msgstr "请等一下"
 
-#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:696
-msgid "Miscellaneous"
-msgstr "形形è\89²è\89²"
+#: include/conversation.php:883
+msgid "remove"
+msgstr "å\88 é\99¤"
 
-#: include/datetime.php:196 include/identity.php:654
-msgid "Birthday:"
-msgstr "生日:"
+#: include/conversation.php:887
+msgid "Delete Selected Items"
+msgstr "删除选的项目"
 
-#: include/datetime.php:198 mod/profiles.php:719
-msgid "Age: "
-msgstr "年纪ï¼\9a"
+#: include/conversation.php:1051 view/theme/frio/theme.php:352
+msgid "Follow Thread"
+msgstr "å\85³æ³¨çº¿ç»³"
 
-#: include/datetime.php:200
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "YYYY-MM-DD 或 MM-DD"
+#: include/conversation.php:1052 src/Model/Contact.php:554
+msgid "View Status"
+msgstr "看现状"
 
-#: include/datetime.php:370
-msgid "never"
-msgstr "从未"
+#: include/conversation.php:1053 include/conversation.php:1069
+#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82
+#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497
+#: src/Model/Contact.php:510 src/Model/Contact.php:555
+msgid "View Profile"
+msgstr "看简介"
 
-#: include/datetime.php:376
-msgid "less than a second ago"
-msgstr "一秒以内"
+#: include/conversation.php:1054 src/Model/Contact.php:556
+msgid "View Photos"
+msgstr "看照片"
 
-#: include/datetime.php:379
-msgid "year"
-msgstr ""
+#: include/conversation.php:1055 src/Model/Contact.php:557
+msgid "Network Posts"
+msgstr "网络文章"
 
-#: include/datetime.php:379
-msgid "years"
-msgstr ""
+#: include/conversation.php:1056 src/Model/Contact.php:558
+msgid "View Contact"
+msgstr "查看联系人"
 
-#: include/datetime.php:380 include/event.php:454 mod/cal.php:282
-#: mod/events.php:388
-msgid "month"
-msgstr "月"
+#: include/conversation.php:1057 src/Model/Contact.php:560
+msgid "Send PM"
+msgstr "发送私信"
 
-#: include/datetime.php:380
-msgid "months"
-msgstr "æ\9c\88"
+#: include/conversation.php:1061 src/Model/Contact.php:561
+msgid "Poke"
+msgstr "æ\88³"
 
-#: include/datetime.php:381 include/event.php:455 mod/cal.php:283
-#: mod/events.php:389
-msgid "week"
-msgstr "星期"
+#: include/conversation.php:1066 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587
+#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511
+msgid "Connect/Follow"
+msgstr "连接/关注"
 
-#: include/datetime.php:381
-msgid "weeks"
-msgstr "星期"
-
-#: include/datetime.php:382 include/event.php:456 mod/cal.php:284
-#: mod/events.php:390
-msgid "day"
-msgstr "日"
+#: include/conversation.php:1185
+#, php-format
+msgid "%s likes this."
+msgstr "%s喜欢这个."
 
-#: include/datetime.php:382
-msgid "days"
-msgstr "天"
+#: include/conversation.php:1188
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s没有喜欢这个."
 
-#: include/datetime.php:383
-msgid "hour"
-msgstr "小时"
+#: include/conversation.php:1191
+#, php-format
+msgid "%s attends."
+msgstr "%s 参加。"
 
-#: include/datetime.php:383
-msgid "hours"
-msgstr "小时"
+#: include/conversation.php:1194
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s 不参加。"
 
-#: include/datetime.php:384
-msgid "minute"
-msgstr "分钟"
+#: include/conversation.php:1197
+#, php-format
+msgid "%s attends maybe."
+msgstr ""
 
-#: include/datetime.php:384
-msgid "minutes"
-msgstr "å\88\86é\92\9f"
+#: include/conversation.php:1208
+msgid "and"
+msgstr "å\92\8c"
 
-#: include/datetime.php:385
-msgid "second"
-msgstr "秒"
+#: include/conversation.php:1214
+#, php-format
+msgid "and %d other people"
+msgstr ""
 
-#: include/datetime.php:385
-msgid "seconds"
-msgstr "秒"
+#: include/conversation.php:1223
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d人们</span>喜欢这个"
 
-#: include/datetime.php:394
+#: include/conversation.php:1224
 #, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s以前"
+msgid "%s like this."
+msgstr "%s 赞了这个。"
 
-#: include/datetime.php:620
+#: include/conversation.php:1227
 #, php-format
-msgid "%s's birthday"
-msgstr "%s的生日"
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d人们</span>不喜欢这个"
 
-#: include/datetime.php:621 include/dfrn.php:1332
+#: include/conversation.php:1228
 #, php-format
-msgid "Happy Birthday %s"
-msgstr "生日快乐%s"
+msgid "%s don't like this."
+msgstr "%s 踩了这个。"
 
-#: include/profile_selectors.php:6
-msgid "Male"
-msgstr "男的"
+#: include/conversation.php:1231
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d 人</span>参加"
 
-#: include/profile_selectors.php:6
-msgid "Female"
-msgstr "女的"
+#: include/conversation.php:1232
+#, php-format
+msgid "%s attend."
+msgstr "%s 参加。"
 
-#: include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "现在男的"
+#: include/conversation.php:1235
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d 人</span>不参加"
 
-#: include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "现在女的"
+#: include/conversation.php:1236
+#, php-format
+msgid "%s don't attend."
+msgstr "%s 不参加。"
 
-#: include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "主要男的"
+#: include/conversation.php:1239
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "主要女的"
+#: include/conversation.php:1240
+#, php-format
+msgid "%s anttend maybe."
+msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "跨性別"
+#: include/conversation.php:1270 include/conversation.php:1286
+msgid "Visible to <strong>everybody</strong>"
+msgstr "<strong>大家</strong>可见的"
 
-#: include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "阴阳人"
+#: include/conversation.php:1271 include/conversation.php:1287
+#: mod/message.php:200 mod/message.php:207 mod/message.php:343
+#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127
+msgid "Please enter a link URL:"
+msgstr "请输入一个链接 URL:"
 
-#: include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "”转基因“人"
+#: include/conversation.php:1272 include/conversation.php:1288
+msgid "Please enter a video link/URL:"
+msgstr "请输入视频连接/URL:"
 
-#: include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "两性体"
+#: include/conversation.php:1273 include/conversation.php:1289
+msgid "Please enter an audio link/URL:"
+msgstr "请输入音响连接/URL:"
 
-#: include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "中性的"
+#: include/conversation.php:1274 include/conversation.php:1290
+msgid "Tag term:"
+msgstr "标签:"
 
-#: include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "不明确的"
+#: include/conversation.php:1275 include/conversation.php:1291
+#: mod/filer.php:34
+msgid "Save to Folder:"
+msgstr "保存再文件夹:"
 
-#: include/profile_selectors.php:6
-msgid "Other"
-msgstr "别的"
+#: include/conversation.php:1276 include/conversation.php:1292
+msgid "Where are you right now?"
+msgstr "你在哪里?"
 
-#: include/profile_selectors.php:6 include/conversation.php:1556
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "未决定的"
+#: include/conversation.php:1277
+msgid "Delete item(s)?"
+msgstr "把项目删除吗?"
 
-#: include/profile_selectors.php:23
-msgid "Males"
-msgstr "男人"
+#: include/conversation.php:1326
+msgid "Share"
+msgstr "分享"
 
-#: include/profile_selectors.php:23
-msgid "Females"
-msgstr "女人"
+#: include/conversation.php:1327 mod/editpost.php:113 mod/message.php:262
+#: mod/message.php:430 mod/wallmessage.php:143
+msgid "Upload photo"
+msgstr "上传照片"
 
-#: include/profile_selectors.php:23
-msgid "Gay"
-msgstr "男同性恋的"
+#: include/conversation.php:1328 mod/editpost.php:114
+msgid "upload photo"
+msgstr "上传照片"
 
-#: include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "女同性恋的"
+#: include/conversation.php:1329 mod/editpost.php:115
+msgid "Attach file"
+msgstr "附上文件"
 
-#: include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "无偏爱"
+#: include/conversation.php:1330 mod/editpost.php:116
+msgid "attach file"
+msgstr "附上文件"
 
-#: include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "双性恋的"
+#: include/conversation.php:1331 mod/editpost.php:117 mod/message.php:263
+#: mod/message.php:431 mod/wallmessage.php:144
+msgid "Insert web link"
+msgstr "插入网页链接"
 
-#: include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "自性的"
+#: include/conversation.php:1332 mod/editpost.php:118
+msgid "web link"
+msgstr "网页链接"
 
-#: include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "æ\9c\89è\8a\82å\88¶ç\9a\84"
+#: include/conversation.php:1333 mod/editpost.php:119
+msgid "Insert video link"
+msgstr "æ\8f\92å\85¥è§\86é¢\91é\93¾æ\8e¥"
 
-#: include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "原始的"
+#: include/conversation.php:1334 mod/editpost.php:120
+msgid "video link"
+msgstr "视频链接"
 
-#: include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "变态"
+#: include/conversation.php:1335 mod/editpost.php:121
+msgid "Insert audio link"
+msgstr "插入音频链接"
 
-#: include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "恋物对象"
+#: include/conversation.php:1336 mod/editpost.php:122
+msgid "audio link"
+msgstr "音频链接"
 
-#: include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "多多"
+#: include/conversation.php:1337 mod/editpost.php:123
+msgid "Set your location"
+msgstr "设定您的位置"
 
-#: include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "æ\97 æ\80§"
+#: include/conversation.php:1338 mod/editpost.php:124
+msgid "set location"
+msgstr "æ\8c\87å®\9aä½\8dç½®"
 
-#: include/profile_selectors.php:42
-msgid "Single"
-msgstr "单身"
+#: include/conversation.php:1339 mod/editpost.php:125
+msgid "Clear browser location"
+msgstr "清空浏览器位置"
 
-#: include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "寂寞"
+#: include/conversation.php:1340 mod/editpost.php:126
+msgid "clear location"
+msgstr "清除位置"
 
-#: include/profile_selectors.php:42
-msgid "Available"
-msgstr "单身的"
+#: include/conversation.php:1342 mod/editpost.php:140
+msgid "Set title"
+msgstr "指定标题"
 
-#: include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "不可获得的"
+#: include/conversation.php:1344 mod/editpost.php:142
+msgid "Categories (comma-separated list)"
+msgstr "种类(逗号分隔单)"
 
-#: include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "迷恋"
+#: include/conversation.php:1346 mod/editpost.php:128
+msgid "Permission settings"
+msgstr "权设置"
 
-#: include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "痴迷"
+#: include/conversation.php:1347 mod/editpost.php:157
+msgid "permissions"
+msgstr "权利"
 
-#: include/profile_selectors.php:42
-msgid "Dating"
-msgstr "约会"
+#: include/conversation.php:1355 mod/editpost.php:137
+msgid "Public post"
+msgstr "公开的消息"
 
-#: include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "外遇"
+#: include/conversation.php:1359 mod/editpost.php:148 mod/events.php:531
+#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604
+#: src/Object/Post.php:797
+msgid "Preview"
+msgstr "预览"
+
+#: include/conversation.php:1363 include/items.php:387 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117
+#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151
+#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248
+#: mod/photos.php:324 mod/settings.php:680 mod/settings.php:706
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:148
+msgid "Cancel"
+msgstr "退消"
 
-#: include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "性交因成瘾者"
+#: include/conversation.php:1368
+msgid "Post to Groups"
+msgstr "发到组"
 
-#: include/profile_selectors.php:42 include/user.php:262 include/user.php:266
-msgid "Friends"
-msgstr "朋友"
+#: include/conversation.php:1369
+msgid "Post to Contacts"
+msgstr "发到熟人"
 
-#: include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "朋友/益"
+#: include/conversation.php:1370
+msgid "Private post"
+msgstr "私人文章"
 
-#: include/profile_selectors.php:42
-msgid "Casual"
-msgstr "休闲"
+#: include/conversation.php:1375 mod/editpost.php:155
+#: src/Model/Profile.php:342
+msgid "Message"
+msgstr "通知"
 
-#: include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "已订婚的"
+#: include/conversation.php:1376 mod/editpost.php:156
+msgid "Browser"
+msgstr "浏览器"
 
-#: include/profile_selectors.php:42
-msgid "Married"
-msgstr "结婚"
+#: include/conversation.php:1643
+msgid "View all"
+msgstr "查看全部"
 
-#: include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "想像结婚"
+#: include/conversation.php:1666
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "喜欢"
 
-#: include/profile_selectors.php:42
-msgid "Partners"
-msgstr "伴侣"
+#: include/conversation.php:1669
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "不喜欢"
 
-#: include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "同居"
+#: include/conversation.php:1675
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "不在参加"
 
-#: include/profile_selectors.php:42
-msgid "Common law"
-msgstr "普通法结婚"
+#: include/conversation.php:1678 src/Content/ContactSelector.php:125
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "未决定的"
 
-#: include/profile_selectors.php:42
-msgid "Happy"
-msgstr "幸福"
+#: include/enotify.php:33
+msgid "Friendica Notification"
+msgstr "Friendica 通知"
 
-#: include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "没找"
+#: include/enotify.php:36
+msgid "Thank You,"
+msgstr "谢谢,"
 
-#: include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "交换性伴侣的"
+#: include/enotify.php:39
+#, php-format
+msgid "%s Administrator"
+msgstr "%s管理员"
 
-#: include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "被背叛"
-
-#: include/profile_selectors.php:42
-msgid "Separated"
-msgstr "分手"
+#: include/enotify.php:41
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s 的管理员"
 
-#: include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "不稳"
+#: include/enotify.php:52 src/Worker/Delivery.php:402
+msgid "noreply"
+msgstr "noreply"
 
-#: include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "离婚"
+#: include/enotify.php:100
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify]收到新邮件在%s"
 
-#: include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "想像离婚"
+#: include/enotify.php:102
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s发给您新私人通知在%2$s."
 
-#: include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "寡妇"
+#: include/enotify.php:103
+msgid "a private message"
+msgstr "一条私人的消息"
 
-#: include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "不确定"
+#: include/enotify.php:103
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s发给您%2$s."
 
-#: include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "是复杂"
+#: include/enotify.php:105
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "请访问 %s 来查看并且/或者回复你的私信。"
 
-#: include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "无所谓"
+#: include/enotify.php:143
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s于[url=%2$s]a %3$s[/url]评论了"
 
-#: include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "问我"
+#: include/enotify.php:151
+#, 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]评论了"
 
-#: include/dba_pdo.php:75 include/dba.php:56
+#: include/enotify.php:161
 #, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "找不到DNS信息为数据库服务器「%s」"
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s于[url=%2$s]您的%3$s[/url]评论了"
 
-#: include/acl_selectors.php:355
-msgid "Post to Email"
-msgstr "电邮发布"
+#: include/enotify.php:173
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论"
 
-#: include/acl_selectors.php:360
+#: include/enotify.php:175
 #, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "连接器已停用,因为\"%s\"启用。"
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s对你有兴趣的项目/ 交谈发表意见"
 
-#: include/acl_selectors.php:361 mod/settings.php:1185
-msgid "Hide your profile details from unknown viewers?"
-msgstr "使简介信息给陌生的看着看不了?"
+#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208
+#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "请访问%s来查看并且/或者回复这个对话。"
 
-#: include/acl_selectors.php:367
-msgid "Visible to everybody"
-msgstr "任何人可见的"
+#: include/enotify.php:185
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s贴在您的简介墙"
 
-#: include/acl_selectors.php:368 view/theme/vier/config.php:110
-msgid "show"
-msgstr "显示"
+#: include/enotify.php:187
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s放在您的简介墙在%2$s"
 
-#: include/acl_selectors.php:369 view/theme/vier/config.php:110
-msgid "don't show"
-msgstr "不显示"
+#: include/enotify.php:188
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s放在[url=%2$s]您的墙[/url]"
 
-#: include/acl_selectors.php:375 mod/editpost.php:126
-msgid "CC: email addresses"
-msgstr "抄送: 电子邮件地址"
+#: include/enotify.php:200
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s标签您"
 
-#: include/acl_selectors.php:376 mod/editpost.php:133
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "比如: li@example.com, wang@example.com"
+#: include/enotify.php:202
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s把您在%2$s标签"
 
-#: include/acl_selectors.php:378 mod/events.php:512 mod/photos.php:1199
-#: mod/photos.php:1596
-msgid "Permissions"
-msgstr "权利"
+#: include/enotify.php:203
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s[url=%2$s]把您标签[/url]."
 
-#: include/acl_selectors.php:379
-msgid "Close"
-msgstr "关闭"
+#: include/enotify.php:215
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s分享新的消息"
 
-#: include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "未知的 |无分类"
+#: include/enotify.php:217
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s分享新的消息在%2$s"
 
-#: include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "立即封禁"
+#: include/enotify.php:218
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]分享一个消息[/url]."
 
-#: include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "可疑,发垃圾者,自市场开发者"
+#: include/enotify.php:230
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify]您被%1$s戳"
 
-#: include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "我认识,但没有意见"
+#: include/enotify.php:232
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "您被%1$s戳在%2$s"
 
-#: include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "行,大概无恶意的"
+#: include/enotify.php:233
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s[url=%2$s]把您戳[/url]。"
 
-#: include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "可信的,有我的信任"
+#: include/enotify.php:249
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s标前您的文章"
 
-#: include/contact_selectors.php:56 mod/admin.php:1079
-msgid "Frequently"
-msgstr "时常"
+#: include/enotify.php:251
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s把您的文章在%2$s标签"
 
-#: include/contact_selectors.php:57 mod/admin.php:1080
-msgid "Hourly"
-msgstr "每小时"
+#: include/enotify.php:252
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s把[url=%2$s]您的文章[/url]标签"
 
-#: include/contact_selectors.php:58 mod/admin.php:1081
-msgid "Twice daily"
-msgstr "每日两次"
+#: include/enotify.php:264
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] 收到介绍"
 
-#: include/contact_selectors.php:59 mod/admin.php:1082
-msgid "Daily"
-msgstr "每日"
+#: include/enotify.php:266
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "您从「%1$s」受到一个介绍在%2$s"
 
-#: include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "每周"
+#: include/enotify.php:267
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "您从%2$s收到[url=%1$s]一个介绍[/url]。"
 
-#: include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "每月"
+#: include/enotify.php:272 include/enotify.php:318
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "你能看他的简介在%s"
 
-#: include/contact_selectors.php:76 mod/dfrn_request.php:887
-msgid "Friendica"
-msgstr "Friendica"
+#: include/enotify.php:274
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "请批准或拒绝介绍在%s"
 
-#: include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: include/enotify.php:282
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notify] 一个新的人正在和你分享"
 
-#: include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: include/enotify.php:284 include/enotify.php:285
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s 正在 %2$s 和你分享"
 
-#: include/contact_selectors.php:79 include/contact_selectors.php:86
-#: mod/admin.php:1588 mod/admin.php:1601 mod/admin.php:1614 mod/admin.php:1632
-msgid "Email"
-msgstr "电子邮件"
+#: include/enotify.php:292
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] 你有一个新的粉丝"
 
-#: include/contact_selectors.php:80 mod/dfrn_request.php:889
-#: mod/settings.php:845
-msgid "Diaspora"
-msgstr "Diaspora"
+#: include/enotify.php:294 include/enotify.php:295
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "你在 %2$s 有一个新的关注者: %1$s"
 
-#: include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: include/enotify.php:307
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] 收到朋友建议"
 
-#: include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: include/enotify.php:309
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "您从「%2$s」收到[url=%1$s]一个朋友建议[/url]。"
 
-#: include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: include/enotify.php:310
+#, 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。"
 
-#: include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: include/enotify.php:316
+msgid "Name:"
+msgstr "名字:"
 
-#: include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: include/enotify.php:317
+msgid "Photo:"
+msgstr "照片:"
 
-#: include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: include/enotify.php:320
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "请访问%s来批准或拒绝这个建议。"
 
-#: include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "pump.io"
+#: include/enotify.php:328 include/enotify.php:343
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] 连接被接受"
 
-#: include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
+#: include/enotify.php:330 include/enotify.php:345
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr ""
 
-#: include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Diaspora连接"
+#: include/enotify.php:331 include/enotify.php:346
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s 已经接受了你的[url=%1$s]连接请求[/url]。"
 
-#: include/contact_selectors.php:91
-msgid "GNU Social Connector"
-msgstr "GNU Social 连接器"
+#: include/enotify.php:336
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "你们现在已经互为朋友了,可以不受限制地交换状态更新、照片和邮件。"
 
-#: include/contact_selectors.php:92
-msgid "pnut"
-msgstr ""
+#: include/enotify.php:338
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "请访问%s如果你希望对这个关系做任何改变。"
 
-#: include/contact_selectors.php:93
-msgid "App.net"
+#: include/enotify.php:351
+#, 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/group.php:25
+#: include/enotify.php:353
+#, php-format
 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>对这个组和任何未来的成员有效。如果这不是你想要的,请用一个不同的名字创建另一个组。"
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr ""
 
-#: include/group.php:201
-msgid "Default privacy group for new contacts"
-msgstr "对新联系人的默认隐私组"
+#: include/enotify.php:355
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "请访问 %s  如果你希望对修改这个关系。"
 
-#: include/group.php:234
-msgid "Everybody"
-msgstr "每人"
+#: include/enotify.php:365
+msgid "[Friendica System:Notify] registration request"
+msgstr ""
 
-#: include/group.php:257
-msgid "edit"
-msgstr "编辑"
+#: include/enotify.php:367
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr ""
 
-#: include/group.php:278 mod/newmember.php:39
-msgid "Groups"
-msgstr "组"
+#: include/enotify.php:368
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr ""
 
-#: include/group.php:280
-msgid "Edit groups"
-msgstr "编辑组"
+#: include/enotify.php:373
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s("
+msgstr ""
 
-#: include/group.php:282
-msgid "Edit group"
-msgstr "编辑组"
+#: include/enotify.php:379
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "请访问%s来批准或拒绝这个请求。"
 
-#: include/group.php:283
-msgid "Create a new group"
-msgstr "å\88\9bé\80 æ\96°ç»\84"
+#: include/event.php:420
+msgid "all-day"
+msgstr "å\85¨å¤©"
 
-#: include/group.php:284 mod/group.php:101 mod/group.php:198
-msgid "Group Name: "
-msgstr "组名:"
+#: include/event.php:422 include/text.php:1111
+msgid "Sun"
+msgstr "星期日"
 
-#: include/group.php:286
-msgid "Contacts not in any group"
-msgstr "不在任何组的联系人"
+#: include/event.php:423 include/text.php:1111
+msgid "Mon"
+msgstr "星期一"
 
-#: include/group.php:288 mod/network.php:195
-msgid "add"
-msgstr "æ·»å\8a "
+#: include/event.php:424 include/text.php:1111
+msgid "Tue"
+msgstr "æ\98\9fæ\9c\9fäº\8c"
 
-#: include/ForumManager.php:119 include/nav.php:134 include/text.php:1104
-#: view/theme/vier/theme.php:249
-msgid "Forums"
-msgstr "论坛"
+#: include/event.php:425 include/text.php:1111
+msgid "Wed"
+msgstr "星期三"
 
-#: include/ForumManager.php:121 view/theme/vier/theme.php:251
-msgid "External link to forum"
-msgstr "到论坛的外链"
+#: include/event.php:426 include/text.php:1111
+msgid "Thu"
+msgstr "星期四"
 
-#: include/ForumManager.php:124 include/contact_widgets.php:272
-#: include/items.php:2407 mod/content.php:626 object/Item.php:417
-#: view/theme/vier/theme.php:254 src/App.php:524
-msgid "show more"
-msgstr "看多"
+#: include/event.php:427 include/text.php:1111
+msgid "Fri"
+msgstr "星期五"
 
-#: include/NotificationsManager.php:157
-msgid "System"
-msgstr "系统"
+#: include/event.php:428 include/text.php:1111
+msgid "Sat"
+msgstr "星期六"
 
-#: include/NotificationsManager.php:164 include/nav.php:161 mod/admin.php:589
-#: view/theme/frio/theme.php:260
-msgid "Network"
-msgstr "网络"
+#: include/event.php:430 include/text.php:1093 mod/settings.php:945
+msgid "Sunday"
+msgstr "星期天"
 
-#: include/NotificationsManager.php:171 mod/network.php:911
-#: mod/profiles.php:694
-msgid "Personal"
-msgstr "私人"
+#: include/event.php:431 include/text.php:1093 mod/settings.php:945
+msgid "Monday"
+msgstr "星期一"
 
-#: include/NotificationsManager.php:178 include/nav.php:108
-#: include/nav.php:164
-msgid "Home"
-msgstr "主页"
+#: include/event.php:432 include/text.php:1093
+msgid "Tuesday"
+msgstr "星期二"
 
-#: include/NotificationsManager.php:185 include/nav.php:169
-msgid "Introductions"
-msgstr "介绍"
+#: include/event.php:433 include/text.php:1093
+msgid "Wednesday"
+msgstr "星期三"
 
-#: include/NotificationsManager.php:243 include/NotificationsManager.php:255
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s 在 %s 的文章发表了评论"
+#: include/event.php:434 include/text.php:1093
+msgid "Thursday"
+msgstr "星期四"
 
-#: include/NotificationsManager.php:254
-#, php-format
-msgid "%s created a new post"
-msgstr "%s 创建了一个新文章"
+#: include/event.php:435 include/text.php:1093
+msgid "Friday"
+msgstr "星期五"
 
-#: include/NotificationsManager.php:269
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s喜欢了%s的消息"
+#: include/event.php:436 include/text.php:1093
+msgid "Saturday"
+msgstr "星期六"
 
-#: include/NotificationsManager.php:282
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s不喜欢了%s的消息"
+#: include/event.php:438 include/text.php:1114
+msgid "Jan"
+msgstr "一月"
 
-#: include/NotificationsManager.php:295
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s 正在参加 %s 的事件"
+#: include/event.php:439 include/text.php:1114
+msgid "Feb"
+msgstr "二月"
 
-#: include/NotificationsManager.php:308
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s 不在参加 %s 的事件"
+#: include/event.php:440 include/text.php:1114
+msgid "Mar"
+msgstr "三月"
 
-#: include/NotificationsManager.php:321
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s 可以参加 %s 的事件"
+#: include/event.php:441 include/text.php:1114
+msgid "Apr"
+msgstr "四月"
 
-#: include/NotificationsManager.php:338
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s成为%s的朋友"
+#: include/event.php:442 include/event.php:455 include/text.php:1097
+#: include/text.php:1114
+msgid "May"
+msgstr "五月"
 
-#: include/NotificationsManager.php:776
-msgid "Friend Suggestion"
-msgstr "朋友建议"
+#: include/event.php:443
+msgid "Jun"
+msgstr "六月"
 
-#: include/NotificationsManager.php:805
-msgid "Friend/Connect Request"
-msgstr "友谊/联络要求"
+#: include/event.php:444 include/text.php:1114
+msgid "Jul"
+msgstr "七月"
 
-#: include/NotificationsManager.php:805
-msgid "New Follower"
-msgstr "新关注者:"
+#: include/event.php:445 include/text.php:1114
+msgid "Aug"
+msgstr "八月"
 
-#: include/auth.php:53
-msgid "Logged out."
-msgstr "注销了"
+#: include/event.php:446
+msgid "Sept"
+msgstr "九月"
 
-#: include/auth.php:124 include/auth.php:186 mod/openid.php:111
-msgid "Login failed."
-msgstr "登记失败了。"
+#: include/event.php:447 include/text.php:1114
+msgid "Oct"
+msgstr "十月"
 
-#: include/auth.php:140 include/user.php:77
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"
+#: include/event.php:448 include/text.php:1114
+msgid "Nov"
+msgstr "十一月"
 
-#: include/auth.php:140 include/user.php:77
-msgid "The error message was:"
-msgstr "错误通知是:"
+#: include/event.php:449 include/text.php:1114
+msgid "Dec"
+msgstr "十二月"
 
-#: include/bb2diaspora.php:234 include/event.php:20 mod/localtime.php:14
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: include/event.php:451 include/text.php:1097
+msgid "January"
+msgstr "一月"
 
-#: include/bb2diaspora.php:240 include/event.php:37 include/event.php:57
-#: include/event.php:460
-msgid "Starts:"
-msgstr "开始:"
+#: include/event.php:452 include/text.php:1097
+msgid "February"
+msgstr "二月"
 
-#: include/bb2diaspora.php:248 include/event.php:40 include/event.php:63
-#: include/event.php:461
-msgid "Finishes:"
-msgstr "结束:"
+#: include/event.php:453 include/text.php:1097
+msgid "March"
+msgstr "三月"
 
-#: include/bb2diaspora.php:257 include/event.php:44 include/event.php:70
-#: include/event.php:462 include/identity.php:339 mod/directory.php:135
-#: mod/events.php:497 mod/notifications.php:247 mod/contacts.php:657
-msgid "Location:"
-msgstr "位置:"
+#: include/event.php:454 include/text.php:1097
+msgid "April"
+msgstr "四月"
 
-#: include/bbcode.php:429 include/bbcode.php:1192 include/bbcode.php:1193
-msgid "Image/photo"
-msgstr "å\9b¾å\83\8fï¼\8fç\85§ç\89\87"
+#: include/event.php:456 include/text.php:1097
+msgid "June"
+msgstr "å\85­æ\9c\88"
 
-#: include/bbcode.php:545
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr ""
+#: include/event.php:457 include/text.php:1097
+msgid "July"
+msgstr "七月"
 
-#: include/bbcode.php:1149 include/bbcode.php:1171
-msgid "$1 wrote:"
-msgstr "$1写:"
+#: include/event.php:458 include/text.php:1097
+msgid "August"
+msgstr "八月"
 
-#: include/bbcode.php:1201 include/bbcode.php:1202
-msgid "Encrypted content"
-msgstr "加密的内容"
+#: include/event.php:459 include/text.php:1097
+msgid "September"
+msgstr "九月"
 
-#: include/bbcode.php:1321
-msgid "Invalid source protocol"
-msgstr "无效的源协议"
+#: include/event.php:460 include/text.php:1097
+msgid "October"
+msgstr "十月"
 
-#: include/bbcode.php:1332
-msgid "Invalid link protocol"
-msgstr "无效的连接协议"
+#: include/event.php:461 include/text.php:1097
+msgid "November"
+msgstr "十一月"
 
-#: include/contact_widgets.php:12
-msgid "Add New Contact"
-msgstr "å¢\9eæ·»æ\96°ç\9a\84ç\86\9f人"
+#: include/event.php:462 include/text.php:1097
+msgid "December"
+msgstr "å\8d\81äº\8cæ\9c\88"
 
-#: include/contact_widgets.php:13
-msgid "Enter address or web location"
-msgstr "输入地址或网络位置"
+#: include/event.php:464 mod/cal.php:280 mod/events.php:401
+msgid "today"
+msgstr "今天"
 
-#: include/contact_widgets.php:14
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "比如:li@example.com, http://example.com/li"
+#: include/event.php:465 mod/cal.php:281 mod/events.php:402
+#: src/Util/Temporal.php:304
+msgid "month"
+msgstr "月"
 
-#: include/contact_widgets.php:16 include/identity.php:229
-#: mod/allfriends.php:88 mod/dirfind.php:210 mod/match.php:93
-#: mod/suggest.php:101
-msgid "Connect"
-msgstr "连接"
+#: include/event.php:466 mod/cal.php:282 mod/events.php:403
+#: src/Util/Temporal.php:305
+msgid "week"
+msgstr "星期"
 
-#: include/contact_widgets.php:31
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d邀请可用的"
+#: include/event.php:467 mod/cal.php:283 mod/events.php:404
+#: src/Util/Temporal.php:306
+msgid "day"
+msgstr "日"
 
-#: include/contact_widgets.php:37
-msgid "Find People"
-msgstr "æ\89¾äººç\89©"
+#: include/event.php:469
+msgid "No events to display"
+msgstr "没æ\9c\89å\8f¯æ\98¾ç¤ºç\9a\84äº\8b件"
 
-#: include/contact_widgets.php:38
-msgid "Enter name or interest"
-msgstr "输入名字或兴趣"
+#: include/event.php:583
+msgid "l, F j"
+msgstr "l, F j"
 
-#: include/contact_widgets.php:39 include/conversation.php:1026
-#: include/Contact.php:415 mod/allfriends.php:72 mod/dirfind.php:213
-#: mod/follow.php:143 mod/match.php:78 mod/suggest.php:83 mod/contacts.php:589
-msgid "Connect/Follow"
-msgstr "连接/关注"
+#: include/event.php:607
+msgid "Edit event"
+msgstr "编项目"
 
-#: include/contact_widgets.php:40
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "比如:李某,打鱼"
+#: include/event.php:608
+msgid "Duplicate event"
+msgstr ""
 
-#: include/contact_widgets.php:41 mod/directory.php:202 mod/contacts.php:827
-msgid "Find"
-msgstr "搜索"
+#: include/event.php:609
+msgid "Delete event"
+msgstr "删除事件"
 
-#: include/contact_widgets.php:42 mod/suggest.php:114
-#: view/theme/vier/theme.php:196
-msgid "Friend Suggestions"
-msgstr "朋友推荐"
+#: include/event.php:636 include/text.php:1508 include/text.php:1515
+msgid "link to source"
+msgstr "链接到来源"
 
-#: include/contact_widgets.php:43 view/theme/vier/theme.php:195
-msgid "Similar Interests"
-msgstr "相似兴趣"
+#: include/event.php:896
+msgid "Export"
+msgstr "导出"
 
-#: include/contact_widgets.php:44
-msgid "Random Profile"
-msgstr "随机简介"
+#: include/event.php:897
+msgid "Export calendar as ical"
+msgstr "导出日历为 ical"
 
-#: include/contact_widgets.php:45 view/theme/vier/theme.php:197
-msgid "Invite Friends"
-msgstr "邀请朋友们"
+#: include/event.php:898
+msgid "Export calendar as csv"
+msgstr "导出日历为 csv"
 
-#: include/contact_widgets.php:46
-msgid "View Global Directory"
-msgstr "查看全球目录"
+#: include/event.php:915
+msgid "D g:i A"
+msgstr ""
 
-#: include/contact_widgets.php:132
-msgid "Networks"
-msgstr "网络"
+#: include/event.php:916
+msgid "g:i A"
+msgstr ""
 
-#: include/contact_widgets.php:135
-msgid "All Networks"
-msgstr "所有网络"
+#: include/event.php:1011 include/event.php:1013
+msgid "Show map"
+msgstr ""
 
-#: include/contact_widgets.php:170 include/contact_widgets.php:205
-msgid "Everything"
-msgstr "一切"
+#: include/event.php:1012
+msgid "Hide map"
+msgstr ""
 
-#: include/contact_widgets.php:202
-msgid "Categories"
-msgstr "种类"
+#: include/items.php:342 mod/notice.php:22 mod/admin.php:269
+#: mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70
+#: mod/display.php:247 mod/display.php:349 mod/viewsrc.php:21
+msgid "Item not found."
+msgstr "项目找不到。"
 
-#: include/contact_widgets.php:267
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d共同熟人"
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
+msgstr "您真的想删除这个项目吗?"
 
-#: include/conversation.php:135 include/conversation.php:287
-#: include/like.php:184 include/text.php:1885
-msgid "event"
-msgstr "项目"
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
+#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674
+#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148
+#: mod/message.php:138 mod/register.php:237 mod/settings.php:1109
+#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126
+#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
+#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163
+#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166
+msgid "Yes"
+msgstr "是"
 
-#: include/conversation.php:138 include/conversation.php:148
-#: include/conversation.php:290 include/conversation.php:299
-#: include/like.php:182 include/diaspora.php:1695 mod/subthread.php:90
-#: mod/tagger.php:64
-msgid "status"
-msgstr "现状"
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/group.php:26
+#: mod/nogroup.php:28 mod/repair_ostatus.php:13 mod/suggest.php:60
+#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90
+#: mod/uimport.php:28 mod/dirfind.php:24 mod/notifications.php:73
+#: mod/ostatus_subscribe.php:16 mod/cal.php:304 mod/dfrn_confirm.php:68
+#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/manage.php:131
+#: mod/profiles.php:181 mod/profiles.php:619 mod/wall_attach.php:74
+#: mod/wall_attach.php:77 mod/contacts.php:378 mod/delegate.php:24
+#: mod/delegate.php:38 mod/editpost.php:20 mod/events.php:195
+#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/item.php:160
+#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30
+#: mod/photos.php:174 mod/photos.php:1051 mod/poke.php:150
+#: mod/profile_photo.php:29 mod/profile_photo.php:188
+#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/register.php:53
+#: mod/regmod.php:108 mod/settings.php:41 mod/settings.php:140
+#: mod/settings.php:669 mod/viewcontacts.php:57 mod/wall_upload.php:103
+#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40
+#: mod/wallmessage.php:79 mod/wallmessage.php:103 index.php:413
+msgid "Permission denied."
+msgstr "权限不够。"
 
-#: include/conversation.php:143 include/conversation.php:295
-#: include/like.php:182 include/text.php:1887 mod/subthread.php:90
-#: mod/tagger.php:64
-msgid "photo"
-msgstr "照片"
+#: include/items.php:471
+msgid "Archives"
+msgstr "档案"
 
-#: include/conversation.php:155 include/like.php:31 include/diaspora.php:1691
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s喜欢%2$s的%3$s"
+#: include/items.php:477 view/theme/vier/theme.php:259
+#: src/Content/ForumManager.php:130 src/Content/Widget.php:312
+#: src/Object/Post.php:422 src/App.php:514
+msgid "show more"
+msgstr "看多"
 
-#: include/conversation.php:158 include/like.php:35 include/like.php:40
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s不喜欢%2$s的%3$s"
+#: include/text.php:302
+msgid "newer"
+msgstr "更新"
 
-#: include/conversation.php:161
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s 参加了 %2$s 的 %3$s"
+#: include/text.php:303
+msgid "older"
+msgstr "更旧"
 
-#: include/conversation.php:164
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s 没有参加 %2$s 的 %3$s"
+#: include/text.php:308
+msgid "first"
+msgstr "首先"
 
-#: include/conversation.php:167
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr ""
+#: include/text.php:309
+msgid "prev"
+msgstr "上个"
 
-#: include/conversation.php:200 mod/dfrn_confirm.php:480
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s是成为%2$s的朋友"
+#: include/text.php:343
+msgid "next"
+msgstr "下个"
 
-#: include/conversation.php:241
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s把%2$s戳"
+#: include/text.php:344
+msgid "last"
+msgstr "最后"
 
-#: include/conversation.php:262 mod/mood.php:65
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s现在是%2$s"
+#: include/text.php:398
+msgid "Loading more entries..."
+msgstr "没有项目..."
 
-#: include/conversation.php:309 mod/tagger.php:97
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s把%4$s标签%2$s的%3$s"
+#: include/text.php:399
+msgid "The end"
+msgstr ""
 
-#: include/conversation.php:336
-msgid "post/item"
-msgstr "æ\96\87ç« ï¼\8f项ç\9b®"
+#: include/text.php:884
+msgid "No contacts"
+msgstr "没æ\9c\89ç\86\9f人"
 
-#: include/conversation.php:337
+#: include/text.php:908
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s标注%2$s的%3$s为偏爱"
-
-#: include/conversation.php:615 mod/content.php:374 mod/photos.php:1665
-#: mod/profiles.php:339
-msgid "Likes"
-msgstr "喜欢"
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d熟人"
 
-#: include/conversation.php:615 mod/content.php:374 mod/photos.php:1665
-#: mod/profiles.php:343
-msgid "Dislikes"
-msgstr "不喜欢"
+#: include/text.php:921
+msgid "View Contacts"
+msgstr "看熟人"
 
-#: include/conversation.php:616 include/conversation.php:1550
-#: mod/content.php:375 mod/photos.php:1666
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "正在参加"
+#: include/text.php:1010 mod/editpost.php:112 mod/filer.php:35
+#: mod/notes.php:68
+msgid "Save"
+msgstr "保存"
 
-#: include/conversation.php:616 mod/content.php:375 mod/photos.php:1666
-msgid "Not attending"
-msgstr "不在参加"
+#: include/text.php:1010
+msgid "Follow"
+msgstr ""
 
-#: include/conversation.php:616 mod/content.php:375 mod/photos.php:1666
-msgid "Might attend"
-msgstr "可以参加"
+#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142
+msgid "Search"
+msgstr "搜索"
 
-#: include/conversation.php:753 mod/content.php:455 mod/content.php:761
-#: mod/photos.php:1731 object/Item.php:147
-msgid "Select"
-msgstr "选择"
+#: include/text.php:1019 src/Content/Nav.php:58
+msgid "@name, !forum, #tags, content"
+msgstr ""
 
-#: include/conversation.php:754 mod/content.php:456 mod/content.php:762
-#: mod/photos.php:1732 mod/settings.php:741 mod/admin.php:1606
-#: mod/contacts.php:837 mod/contacts.php:1036 object/Item.php:148
-msgid "Delete"
-msgstr "删除"
+#: include/text.php:1025 src/Content/Nav.php:145
+msgid "Full Text"
+msgstr "全文"
 
-#: include/conversation.php:797 mod/content.php:489 mod/content.php:917
-#: mod/content.php:918 object/Item.php:350 object/Item.php:351
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "看%s的简介@ %s"
+#: include/text.php:1026 src/Content/Nav.php:146
+#: src/Content/Widget/TagCloud.php:54
+msgid "Tags"
+msgstr "标签:"
 
-#: include/conversation.php:809 object/Item.php:338
-msgid "Categories:"
-msgstr "种类:"
+#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866
+#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270
+#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:943
+#: src/Model/Profile.php:946
+msgid "Contacts"
+msgstr "联系人"
 
-#: include/conversation.php:810 object/Item.php:339
-msgid "Filed under:"
-msgstr "归档在:"
+#: include/text.php:1030 view/theme/vier/theme.php:254
+#: src/Content/ForumManager.php:125 src/Content/Nav.php:151
+msgid "Forums"
+msgstr "论坛"
 
-#: include/conversation.php:817 mod/content.php:499 mod/content.php:930
-#: object/Item.php:364
-#, php-format
-msgid "%s from %s"
-msgstr "%s从%s"
+#: include/text.php:1074
+msgid "poke"
+msgstr "戳"
 
-#: include/conversation.php:833 mod/content.php:515
-msgid "View in context"
-msgstr "看在上下文"
+#: include/text.php:1074
+msgid "poked"
+msgstr "戳了"
 
-#: include/conversation.php:835 include/conversation.php:1307
-#: mod/content.php:517 mod/content.php:955 mod/editpost.php:117
-#: mod/message.php:337 mod/message.php:522 mod/wallmessage.php:143
-#: mod/photos.php:1630 object/Item.php:389
-msgid "Please wait"
-msgstr "请等一下"
+#: include/text.php:1075
+msgid "ping"
+msgstr "砰"
 
-#: include/conversation.php:912
-msgid "remove"
-msgstr "删除"
+#: include/text.php:1075
+msgid "pinged"
+msgstr "砰了"
 
-#: include/conversation.php:916
-msgid "Delete Selected Items"
-msgstr "删除选的项目"
+#: include/text.php:1076
+msgid "prod"
+msgstr "柔戳"
 
-#: include/conversation.php:1011 view/theme/frio/theme.php:347
-msgid "Follow Thread"
-msgstr "关注线绳"
+#: include/text.php:1076
+msgid "prodded"
+msgstr "柔戳了"
 
-#: include/conversation.php:1012 include/Contact.php:458
-msgid "View Status"
-msgstr "看现状"
+#: include/text.php:1077
+msgid "slap"
+msgstr "掌击"
 
-#: include/conversation.php:1013 include/conversation.php:1029
-#: include/Contact.php:401 include/Contact.php:414 include/Contact.php:459
-#: mod/allfriends.php:71 mod/directory.php:153 mod/dirfind.php:212
-#: mod/match.php:77 mod/suggest.php:82
-msgid "View Profile"
-msgstr "看简介"
+#: include/text.php:1077
+msgid "slapped"
+msgstr "掌击了"
 
-#: include/conversation.php:1014 include/Contact.php:460
-msgid "View Photos"
-msgstr "ç\9c\8bç\85§ç\89\87"
+#: include/text.php:1078
+msgid "finger"
+msgstr "æ\8c\87"
 
-#: include/conversation.php:1015 include/Contact.php:461
-msgid "Network Posts"
-msgstr "网络文章"
+#: include/text.php:1078
+msgid "fingered"
+msgstr "指了"
 
-#: include/conversation.php:1016 include/Contact.php:462
-msgid "View Contact"
-msgstr "查看联系人"
+#: include/text.php:1079
+msgid "rebuff"
+msgstr "窝脖儿"
 
-#: include/conversation.php:1017 include/Contact.php:464
-msgid "Send PM"
-msgstr "发送私信"
+#: include/text.php:1079
+msgid "rebuffed"
+msgstr "窝脖儿了"
 
-#: include/conversation.php:1021 include/Contact.php:465
-msgid "Poke"
-msgstr ""
+#: include/text.php:1114
+msgid "Sep"
+msgstr ""
 
-#: include/conversation.php:1148
-#, php-format
-msgid "%s likes this."
-msgstr "%s喜欢这个."
+#: include/text.php:1315 mod/videos.php:381
+msgid "View Video"
+msgstr "看视频"
 
-#: include/conversation.php:1151
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s没有喜欢这个."
+#: include/text.php:1332
+msgid "bytes"
+msgstr "字节"
 
-#: include/conversation.php:1154
-#, php-format
-msgid "%s attends."
-msgstr ""
+#: include/text.php:1367 include/text.php:1378
+msgid "Click to open/close"
+msgstr "点击为开关"
 
-#: include/conversation.php:1157
-#, php-format
-msgid "%s doesn't attend."
-msgstr ""
+#: include/text.php:1502
+msgid "View on separate page"
+msgstr "在另一页面中查看"
 
-#: include/conversation.php:1160
-#, php-format
-msgid "%s attends maybe."
-msgstr ""
+#: include/text.php:1503
+msgid "view on separate page"
+msgstr "在另一页面中查看"
 
-#: include/conversation.php:1171
-msgid "and"
-msgstr ""
+#: include/text.php:1721
+msgid "activity"
+msgstr "活动"
 
-#: include/conversation.php:1177
-#, php-format
-msgid ", and %d other people"
-msgstr "ï¼\8cå\92\8c%då\88«äºº"
+#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "è¯\84论"
 
-#: include/conversation.php:1186
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d人们</span>喜欢这个"
+#: include/text.php:1726
+msgid "post"
+msgstr "文章"
 
-#: include/conversation.php:1187
-#, php-format
-msgid "%s like this."
-msgstr "%s 赞了这个。"
+#: include/text.php:1883
+msgid "Item filed"
+msgstr "把项目归档了"
 
-#: include/conversation.php:1190
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d人们</span>不喜欢这个"
+#: mod/allfriends.php:51
+msgid "No friends to display."
+msgstr "没有朋友展示。"
 
-#: include/conversation.php:1191
-#, php-format
-msgid "%s don't like this."
-msgstr "%s 踩了这个。"
+#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218
+#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297
+msgid "Connect"
+msgstr "连接"
 
-#: include/conversation.php:1194
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr ""
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "授权应用连接"
 
-#: include/conversation.php:1195
-#, php-format
-msgid "%s attend."
-msgstr ""
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "回归您的应用和输入这个安全密码:"
 
-#: include/conversation.php:1198
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr ""
+#: mod/api.php:95
+msgid "Please login to continue."
+msgstr "请登录以继续。"
 
-#: include/conversation.php:1199
-#, php-format
-msgid "%s don't attend."
-msgstr ""
+#: mod/api.php:109
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "你要授权这个应用访问你的文章和联系人,及/或为你创建新的文章吗?"
 
-#: include/conversation.php:1202
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr ""
+#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653
+#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148
+#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115
+#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130
+#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142
+#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164
+#: mod/settings.php:1165 mod/settings.php:1166
+msgid "No"
+msgstr "否"
 
-#: include/conversation.php:1203
-#, php-format
-msgid "%s anttend maybe."
-msgstr ""
+#: mod/apps.php:14 index.php:242
+msgid "You must be logged in to use addons. "
+msgstr "您用插件前要登录"
 
-#: include/conversation.php:1232 include/conversation.php:1248
-msgid "Visible to <strong>everybody</strong>"
-msgstr "<strong>大家</strong>可见的"
+#: mod/apps.php:19
+msgid "Applications"
+msgstr "应用"
 
-#: include/conversation.php:1233 include/conversation.php:1249
-#: mod/message.php:271 mod/message.php:278 mod/message.php:418
-#: mod/message.php:425 mod/wallmessage.php:117 mod/wallmessage.php:124
-msgid "Please enter a link URL:"
-msgstr "请输入一个链接 URL:"
+#: mod/apps.php:22
+msgid "No installed applications."
+msgstr "没有安装的应用"
 
-#: include/conversation.php:1234 include/conversation.php:1250
-msgid "Please enter a video link/URL:"
-msgstr "请输入视频连接/URL:"
+#: mod/attach.php:15
+msgid "Item not available."
+msgstr "项目不可用的"
 
-#: include/conversation.php:1235 include/conversation.php:1251
-msgid "Please enter an audio link/URL:"
-msgstr "请输入音响连接/URL:"
+#: mod/attach.php:25
+msgid "Item was not found."
+msgstr "找不到项目。"
 
-#: include/conversation.php:1236 include/conversation.php:1252
-msgid "Tag term:"
-msgstr "标签:"
+#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312
+msgid "Login"
+msgstr "登录"
 
-#: include/conversation.php:1237 include/conversation.php:1253
-#: mod/filer.php:31
-msgid "Save to Folder:"
-msgstr "保存再文件夹:"
+#: mod/bookmarklet.php:49
+msgid "The post was created"
+msgstr "文章创建了"
 
-#: include/conversation.php:1238 include/conversation.php:1254
-msgid "Where are you right now?"
-msgstr "你在哪里?"
+#: mod/common.php:91
+msgid "No contacts in common."
+msgstr "没有共同熟人。"
 
-#: include/conversation.php:1239
-msgid "Delete item(s)?"
-msgstr "æ\8a\8a项ç\9b®å\88 é\99¤å\90\97ï¼\9f"
+#: mod/common.php:140 mod/contacts.php:877
+msgid "Common Friends"
+msgstr "æ\99®é\80\9aæ\9c\8bå\8f\8b们"
 
-#: include/conversation.php:1288
-msgid "Share"
-msgstr "分享"
+#: mod/credits.php:18
+msgid "Credits"
+msgstr ""
 
-#: include/conversation.php:1289 mod/editpost.php:103 mod/message.php:335
-#: mod/message.php:519 mod/wallmessage.php:141
-msgid "Upload photo"
-msgstr "上传照片"
+#: mod/credits.php:19
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr ""
 
-#: include/conversation.php:1290 mod/editpost.php:104
-msgid "upload photo"
-msgstr "上传照片"
+#: mod/crepair.php:87
+msgid "Contact settings applied."
+msgstr "熟人设置应用了。"
 
-#: include/conversation.php:1291 mod/editpost.php:105
-msgid "Attach file"
-msgstr "附上文件"
+#: mod/crepair.php:89
+msgid "Contact update failed."
+msgstr "熟人更新失败。"
 
-#: include/conversation.php:1292 mod/editpost.php:106
-msgid "attach file"
-msgstr "附上文件"
+#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29
+#: mod/fsuggest.php:97
+msgid "Contact not found."
+msgstr "没找到熟人。"
 
-#: include/conversation.php:1293 mod/editpost.php:107 mod/message.php:336
-#: mod/message.php:520 mod/wallmessage.php:142
-msgid "Insert web link"
-msgstr "插入网页链接"
+#: mod/crepair.php:114
+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/conversation.php:1294 mod/editpost.php:108
-msgid "web link"
-msgstr "网页链接"
+#: mod/crepair.php:115
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页"
 
-#: include/conversation.php:1295 mod/editpost.php:109
-msgid "Insert video link"
-msgstr "æ\8f\92å\85¥è§\86é¢\91é\93¾æ\8e¥"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "No mirroring"
+msgstr "没æ\9c\89å¤\8då\88"
 
-#: include/conversation.php:1296 mod/editpost.php:110
-msgid "video link"
-msgstr "视频链接"
+#: mod/crepair.php:129
+msgid "Mirror as forwarded posting"
+msgstr "复制为传达文章"
 
-#: include/conversation.php:1297 mod/editpost.php:111
-msgid "Insert audio link"
-msgstr "插入音频链接"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "Mirror as my own posting"
+msgstr "复制为我自己的文章"
 
-#: include/conversation.php:1298 mod/editpost.php:112
-msgid "audio link"
-msgstr "音频链接"
+#: mod/crepair.php:144
+msgid "Return to contact editor"
+msgstr "回归熟人处理器"
 
-#: include/conversation.php:1299 mod/editpost.php:113
-msgid "Set your location"
-msgstr "设å®\9aæ\82¨ç\9a\84ä½\8dç½®"
+#: mod/crepair.php:146
+msgid "Refetch contact data"
+msgstr "é\87\8dæ\96°è\8e·å\8f\96è\81\94系人æ\95°æ\8d®"
 
-#: include/conversation.php:1300 mod/editpost.php:114
-msgid "set location"
-msgstr "指定位置"
+#: mod/crepair.php:148 mod/fsuggest.php:116 mod/invite.php:150
+#: mod/manage.php:184 mod/profiles.php:685 mod/contacts.php:601
+#: mod/events.php:533 mod/install.php:251 mod/install.php:290
+#: mod/localtime.php:56 mod/message.php:265 mod/message.php:432
+#: mod/photos.php:1080 mod/photos.php:1160 mod/photos.php:1445
+#: mod/photos.php:1491 mod/photos.php:1530 mod/photos.php:1603
+#: mod/poke.php:199 view/theme/duepuntozero/config.php:71
+#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
+#: view/theme/vier/config.php:119 src/Object/Post.php:788
+msgid "Submit"
+msgstr "提交"
 
-#: include/conversation.php:1301 mod/editpost.php:115
-msgid "Clear browser location"
-msgstr "清空浏览器位置"
+#: mod/crepair.php:149
+msgid "Remote Self"
+msgstr "遥远的自身"
 
-#: include/conversation.php:1302 mod/editpost.php:116
-msgid "clear location"
-msgstr "æ¸\85é\99¤ä½\8dç½®"
+#: mod/crepair.php:152
+msgid "Mirror postings from this contact"
+msgstr "æ\8a\8aè¿\99个ç\86\9f人ç\9a\84æ\96\87ç« å¤\8då\88¶ã\80\82"
 
-#: include/conversation.php:1304 mod/editpost.php:130
-msgid "Set title"
-msgstr "指定标题"
+#: mod/crepair.php:154
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"
 
-#: include/conversation.php:1306 mod/editpost.php:132
-msgid "Categories (comma-separated list)"
-msgstr "种类(逗号分隔单)"
+#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701
+#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681
+#: mod/settings.php:707
+msgid "Name"
+msgstr "名字"
 
-#: include/conversation.php:1308 mod/editpost.php:118
-msgid "Permission settings"
-msgstr "权设置"
+#: mod/crepair.php:159
+msgid "Account Nickname"
+msgstr "帐户昵称"
 
-#: include/conversation.php:1309 mod/editpost.php:147
-msgid "permissions"
-msgstr "权利"
+#: mod/crepair.php:160
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname越过名/昵称"
 
-#: include/conversation.php:1317 mod/editpost.php:127
-msgid "Public post"
-msgstr "å\85¬å¼\80ç\9a\84æ¶\88æ\81¯"
+#: mod/crepair.php:161
+msgid "Account URL"
+msgstr "å¸\90æ\88·URL"
 
-#: include/conversation.php:1322 mod/content.php:739 mod/editpost.php:138
-#: mod/events.php:507 mod/photos.php:1650 mod/photos.php:1692
-#: mod/photos.php:1772 object/Item.php:711
-msgid "Preview"
-msgstr "预演"
-
-#: include/conversation.php:1326 include/items.php:2148
-#: mod/dfrn_request.php:895 mod/editpost.php:141 mod/follow.php:161
-#: mod/message.php:210 mod/tagrm.php:14 mod/tagrm.php:99 mod/videos.php:135
-#: mod/photos.php:248 mod/photos.php:340 mod/settings.php:679
-#: mod/settings.php:705 mod/suggest.php:35 mod/contacts.php:468
-#: mod/fbrowser.php:104 mod/fbrowser.php:139 mod/unfollow.php:117
-msgid "Cancel"
-msgstr "退消"
+#: mod/crepair.php:162
+msgid "Friend Request URL"
+msgstr "朋友请求URL"
 
-#: include/conversation.php:1332
-msgid "Post to Groups"
-msgstr "发到组"
+#: mod/crepair.php:163
+msgid "Friend Confirm URL"
+msgstr "朋友确认URL"
 
-#: include/conversation.php:1333
-msgid "Post to Contacts"
-msgstr "发到熟人"
+#: mod/crepair.php:164
+msgid "Notification Endpoint URL"
+msgstr "通知端URL"
 
-#: include/conversation.php:1334
-msgid "Private post"
-msgstr "私人文章"
+#: mod/crepair.php:165
+msgid "Poll/Feed URL"
+msgstr "喂URL"
 
-#: include/conversation.php:1339 include/identity.php:267 mod/editpost.php:145
-msgid "Message"
-msgstr "通知"
+#: mod/crepair.php:166
+msgid "New photo from this URL"
+msgstr "新照片从这个URL"
 
-#: include/conversation.php:1340 mod/editpost.php:146
-msgid "Browser"
-msgstr "浏览器"
+#: mod/directory.php:38 mod/community.php:25 mod/dfrn_request.php:607
+#: mod/display.php:201 mod/photos.php:932 mod/probe.php:13 mod/search.php:98
+#: mod/search.php:104 mod/videos.php:200 mod/viewcontacts.php:45
+#: mod/webfinger.php:16
+msgid "Public access denied."
+msgstr "公众看拒绝"
 
-#: include/conversation.php:1522
-msgid "View all"
-msgstr "查看全部"
+#: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420
+#: src/Model/Profile.php:731
+msgid "Gender:"
+msgstr "性别:"
 
-#: include/conversation.php:1544
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "喜欢"
+#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:755
+msgid "Status:"
+msgstr "现状:"
 
-#: include/conversation.php:1547
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "不喜欢"
+#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:772
+msgid "Homepage:"
+msgstr "主页:"
 
-#: include/conversation.php:1553
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "不在参加"
+#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:655
+#: src/Model/Profile.php:423 src/Model/Profile.php:792
+msgid "About:"
+msgstr "关于:"
 
-#: include/dbstructure.php:26
-msgid "There are no tables on MyISAM."
-msgstr ""
+#: mod/directory.php:195 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "综合目录"
 
-#: include/dbstructure.php:67
-#, 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/directory.php:197
+msgid "Find on this site"
+msgstr "找在这网站"
 
-#: include/dbstructure.php:72
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
+#: mod/directory.php:199
+msgid "Results for:"
 msgstr ""
 
-#: include/dbstructure.php:197
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr ""
+#: mod/directory.php:201
+msgid "Site Directory"
+msgstr "网站目录"
 
-#: include/dbstructure.php:200
-msgid "Errors encountered performing database changes: "
-msgstr "æ\93\8dä½\9cæ\95°æ\8d®åº\93æ\9b´æ\94¹ç\9a\84æ\97¶å\80\99é\81\87å\88°äº\86é\94\99误ï¼\9a"
+#: mod/directory.php:202 mod/contacts.php:811 src/Content/Widget.php:63
+msgid "Find"
+msgstr "æ\90\9cç´¢"
 
-#: include/dbstructure.php:208
-msgid ": Database update"
-msgstr ": 数据库升级"
+#: mod/directory.php:206
+msgid "No entries (some entries may be hidden)."
+msgstr "没有文章(有的文章会被隐藏)。"
 
-#: include/dbstructure.php:440
-#, php-format
-msgid "%s: updating %s table."
-msgstr "%s: 正在更新 %s 表。"
+#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
+#: src/Model/Profile.php:890
+msgid "Photos"
+msgstr "照片"
 
-#: include/delivery.php:429
-msgid "(no subject)"
-msgstr "(无主题)"
+#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
+#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
+#: src/Model/Photo.php:253
+msgid "Contact Photos"
+msgstr "熟人照片"
 
-#: include/delivery.php:441 include/enotify.php:47
-msgid "noreply"
-msgstr "noreply"
+#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265
+msgid "Upload"
+msgstr "上传"
 
-#: include/enotify.php:28
-msgid "Friendica Notification"
-msgstr "Friendica 通知"
+#: mod/fbrowser.php:131
+msgid "Files"
+msgstr "文件"
 
-#: include/enotify.php:31
-msgid "Thank You,"
-msgstr "谢谢,"
+#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289
+msgid "Not Found"
+msgstr "未发现"
 
-#: include/enotify.php:34
-#, php-format
-msgid "%s Administrator"
-msgstr "%s管理员"
+#: mod/group.php:36
+msgid "Group created."
+msgstr "群组已创建。"
 
-#: include/enotify.php:36
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s 的管理员"
+#: mod/group.php:42
+msgid "Could not create group."
+msgstr "无法创建群组。"
 
-#: include/enotify.php:81
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: mod/group.php:56 mod/group.php:158
+msgid "Group not found."
+msgstr "组找不到。"
 
-#: include/enotify.php:94
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify]收到新邮件在%s"
+#: mod/group.php:70
+msgid "Group name changed."
+msgstr "组名变化了。"
 
-#: include/enotify.php:96
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s发给您新私人通知在%2$s."
+#: mod/group.php:83 mod/profperm.php:28 index.php:412
+msgid "Permission denied"
+msgstr "权限不够"
 
-#: include/enotify.php:97
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s发给您%2$s."
+#: mod/group.php:97
+msgid "Save Group"
+msgstr "保存组"
 
-#: include/enotify.php:97
-msgid "a private message"
-msgstr "一条私人的消息"
+#: mod/group.php:102
+msgid "Create a group of contacts/friends."
+msgstr "创建一组联系人/朋友。"
 
-#: include/enotify.php:99
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "请访问 %s 来查看并且/或者回复你的私信。"
+#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409
+msgid "Group Name: "
+msgstr "组名:"
 
-#: include/enotify.php:145
-#, 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/group.php:127
+msgid "Group removed."
+msgstr "组删除了。"
 
-#: include/enotify.php:152
-#, 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/group.php:129
+msgid "Unable to remove group."
+msgstr "不能删除组。"
 
-#: include/enotify.php:160
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s于[url=%2$s]您的%3$s[/url]评论了"
+#: mod/group.php:193
+msgid "Delete Group"
+msgstr "删除群组"
 
-#: include/enotify.php:170
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论"
+#: mod/group.php:199
+msgid "Group Editor"
+msgstr "组编辑器"
 
-#: include/enotify.php:172
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s对你有兴趣的项目/ 交谈发表意见"
+#: mod/group.php:204
+msgid "Edit Group Name"
+msgstr "编辑群组名称"
 
-#: include/enotify.php:175 include/enotify.php:189 include/enotify.php:203
-#: include/enotify.php:217 include/enotify.php:235 include/enotify.php:249
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "请访问%s来查看并且/或者回复这个对话。"
+#: mod/group.php:214
+msgid "Members"
+msgstr "成员"
 
-#: include/enotify.php:182
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s贴在您的简介墙"
+#: mod/group.php:216 mod/contacts.php:710
+msgid "All Contacts"
+msgstr "所有的熟人"
 
-#: include/enotify.php:184
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s放在您的简介墙在%2$s"
+#: mod/group.php:217 mod/network.php:639
+msgid "Group is empty"
+msgstr "组没有成员"
 
-#: include/enotify.php:185
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s放在[url=%2$s]您的墙[/url]"
+#: mod/group.php:230
+msgid "Remove Contact"
+msgstr "删除联系人"
 
-#: include/enotify.php:196
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s标签您"
+#: mod/group.php:254
+msgid "Add Contact"
+msgstr "添加联系人"
 
-#: include/enotify.php:198
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s把您在%2$s标签"
+#: mod/group.php:266 mod/profperm.php:115
+msgid "Click on a contact to add or remove."
+msgstr "点击熟人为添加或删除。"
 
-#: include/enotify.php:199
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s[url=%2$s]把您标签[/url]."
+#: mod/hcard.php:18
+msgid "No profile"
+msgstr "无简介"
 
-#: include/enotify.php:210
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s分享新的消息"
+#: mod/help.php:48
+msgid "Help:"
+msgstr "帮助:"
 
-#: include/enotify.php:212
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s分享新的消息在%2$s"
+#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
+msgid "Help"
+msgstr "帮助"
 
-#: include/enotify.php:213
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]分享一个消息[/url]."
+#: mod/help.php:63 index.php:294
+msgid "Page not found."
+msgstr "页发现。"
 
-#: include/enotify.php:224
+#: mod/home.php:39
 #, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify]您被%1$s戳"
+msgid "Welcome to %s"
+msgstr "%s欢迎你"
 
-#: include/enotify.php:226
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "您被%1$s戳在%2$s"
+#: mod/lockview.php:38 mod/lockview.php:46
+msgid "Remote privacy information not available."
+msgstr "摇隐私信息无效"
 
-#: include/enotify.php:227
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s[url=%2$s]把您戳[/url]。"
+#: mod/lockview.php:55
+msgid "Visible to:"
+msgstr "可见给:"
 
-#: include/enotify.php:242
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s标前您的文章"
+#: mod/maintenance.php:24
+msgid "System down for maintenance"
+msgstr "系统关闭为了维持"
 
-#: include/enotify.php:244
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s把您的文章在%2$s标签"
+#: mod/newmember.php:11
+msgid "Welcome to Friendica"
+msgstr "Friendica欢迎你"
 
-#: include/enotify.php:245
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s把[url=%2$s]您的文章[/url]标签"
+#: mod/newmember.php:12
+msgid "New Member Checklist"
+msgstr "新成员清单"
 
-#: include/enotify.php:256
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] 收到介绍"
+#: mod/newmember.php:14
+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:258
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "您从「%1$s」受到一个介绍在%2$s"
+#: mod/newmember.php:15
+msgid "Getting Started"
+msgstr "入门"
 
-#: include/enotify.php:259
-#, 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:17
+msgid "Friendica Walk-Through"
+msgstr "Friendica游览"
 
-#: include/enotify.php:263 include/enotify.php:306
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "你能看他的简介在%s"
+#: mod/newmember.php:17
+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:265
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "请æ\89¹å\87\86æ\88\96æ\8b\92ç»\9dä»\8bç»\8då\9c¨%s"
+#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083
+#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206
+msgid "Settings"
+msgstr "设置"
 
-#: include/enotify.php:273
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Notify] 一个新的人正在和你分享"
+#: mod/newmember.php:21
+msgid "Go to Your Settings"
+msgstr "您的设置"
 
-#: include/enotify.php:275 include/enotify.php:276
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr ""
+#: mod/newmember.php:21
+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:282
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Notify] 你有一个新的粉丝"
+#: mod/newmember.php:22
+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:284 include/enotify.php:285
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "你在 %2$s 有一个新的关注者: %1$s"
+#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854
+#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101
+#: src/Model/Profile.php:716 src/Model/Profile.php:849
+#: src/Model/Profile.php:882
+msgid "Profile"
+msgstr "简介"
 
-#: include/enotify.php:296
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] 收到朋友建议"
+#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264
+msgid "Upload Profile Photo"
+msgstr "上传简历照片"
 
-#: include/enotify.php:298
-#, 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:26
+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:299
-#, php-format
+#: mod/newmember.php:27
+msgid "Edit Your Profile"
+msgstr "编辑您的简介"
+
+#: mod/newmember.php:27
 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。"
+"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:304
-msgid "Name:"
-msgstr "名字:"
+#: mod/newmember.php:28
+msgid "Profile Keywords"
+msgstr "简介关键字"
 
-#: include/enotify.php:305
-msgid "Photo:"
-msgstr "照片:"
+#: mod/newmember.php:28
+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:308
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "请访问%s来批准或拒绝这个建议。"
+#: mod/newmember.php:30
+msgid "Connecting"
+msgstr "连接着"
 
-#: include/enotify.php:316 include/enotify.php:330
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Notify] 连接被接受"
+#: mod/newmember.php:36
+msgid "Importing Emails"
+msgstr "进口着邮件"
 
-#: include/enotify.php:318 include/enotify.php:332
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr ""
+#: mod/newmember.php:36
+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 "输入你电子邮件使用信息在插销设置页,要是你想用你的电子邮件进口和互动朋友们或邮件表。"
+
+#: mod/newmember.php:39
+msgid "Go to Your Contacts Page"
+msgstr "您的熟人页"
+
+#: mod/newmember.php:39
+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>对话框。"
+
+#: mod/newmember.php:40
+msgid "Go to Your Site's Directory"
+msgstr "您网站的目录"
+
+#: mod/newmember.php:40
+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>链接。如果需要,提供你自己的身份地址。"
+
+#: mod/newmember.php:41
+msgid "Finding New People"
+msgstr "找新人"
+
+#: mod/newmember.php:41
+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/enotify.php:319 include/enotify.php:333
+#: mod/newmember.php:43 src/Model/Group.php:402
+msgid "Groups"
+msgstr "组"
+
+#: mod/newmember.php:45
+msgid "Group Your Contacts"
+msgstr "给你的联系人分组"
+
+#: mod/newmember.php:45
+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 "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。"
+
+#: mod/newmember.php:48
+msgid "Why Aren't My Posts Public?"
+msgstr "我文章怎么没公开的?"
+
+#: mod/newmember.php:48
+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尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。"
+
+#: mod/newmember.php:52
+msgid "Getting Help"
+msgstr "怎么获得帮助"
+
+#: mod/newmember.php:54
+msgid "Go to the Help Section"
+msgstr "看帮助部分"
+
+#: mod/newmember.php:54
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。"
+
+#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943
+#: mod/viewcontacts.php:112
 #, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgid "Visit %s's profile [%s]"
+msgstr "看%s的简介[%s]"
+
+#: mod/nogroup.php:43 mod/contacts.php:944
+msgid "Edit contact"
+msgstr "编熟人"
+
+#: mod/nogroup.php:63
+msgid "Contacts who are not members of a group"
+msgstr "不在组里的联系人"
+
+#: mod/p.php:14
+msgid "Not Extended"
 msgstr ""
 
-#: include/enotify.php:323
+#: mod/repair_ostatus.php:18
+msgid "Resubscribing to OStatus contacts"
+msgstr "重新订阅 OStatus 联系人"
+
+#: mod/repair_ostatus.php:34
+msgid "Error"
+msgstr "错误"
+
+#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61
+msgid "Done"
+msgstr "完成"
+
+#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85
+msgid "Keep this window open until done."
+msgstr "保持窗口打开直到完成。"
+
+#: mod/suggest.php:36
+msgid "Do you really want to delete this suggestion?"
+msgstr "您真的想删除这个建议吗?"
+
+#: mod/suggest.php:73
 msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "你们现在已经互为朋友了,可以不受限制地交换状态更新、照片和邮件。"
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "没有建议。如果这是新网站,请24小时后再试。"
 
-#: include/enotify.php:325
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "请访问%s如果你希望对这个关系做任何改变。"
+#: mod/suggest.php:84 mod/suggest.php:104
+msgid "Ignore/Hide"
+msgstr "忽视/隐藏"
 
-#: include/enotify.php:337
-#, php-format
+#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64
+msgid "Friend Suggestions"
+msgstr "朋友推荐"
+
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
+msgstr "找不到联系人或者不能关注联系人。"
+
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
+msgstr "取消关注了的联系人"
+
+#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61
+msgid "Submit Request"
+msgstr "提交要求"
+
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
+msgstr "你不是这个联系人的朋友。"
+
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
+msgstr "取消关注现在不被你的网络支持。"
+
+#: mod/unfollow.php:100 mod/contacts.php:590
+msgid "Disconnect/Unfollow"
+msgstr "断开连接/取消关注"
+
+#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155
+msgid "Your Identity Address:"
+msgstr "你的身份地址:"
+
+#: mod/unfollow.php:122 mod/notifications.php:258 mod/admin.php:439
+#: mod/admin.php:449 mod/contacts.php:647 mod/follow.php:164
+msgid "Profile URL"
+msgstr "简介 URL"
+
+#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181
+#: src/Model/Profile.php:877
+msgid "Status Messages and Posts"
+msgstr "现状通知和文章"
+
+#: mod/update_community.php:27 mod/update_display.php:27
+#: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39
+msgid "[Embedded content - reload page to view]"
+msgstr "[嵌入内容-重新加载页为看]"
+
+#: mod/uimport.php:55 mod/register.php:191
 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'选择欢迎你为\"迷\",限制有的沟通方式,比如死人交流和有的简介互动。如果这是名人或社会页,此设置是自动地施用。"
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "这个网站超过一天最多账户注册。请明天再试。"
 
-#: include/enotify.php:339
-#, php-format
+#: mod/uimport.php:70 mod/register.php:285
+msgid "Import"
+msgstr "进口"
+
+#: mod/uimport.php:72
+msgid "Move account"
+msgstr "把账户搬出"
+
+#: mod/uimport.php:73
+msgid "You can import an account from another Friendica server."
+msgstr "您会从别的Friendica服务器进口账户"
+
+#: mod/uimport.php:74
 msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "你需要从老服务器导出你的账户并在这里上传。我们会在这里重建你的账户,包括你所有的联系人。我们也会通知你的朋友们你搬到了这里。"
 
-#: include/enotify.php:341
+#: mod/uimport.php:75
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "这个特性是实验性的。我们不能从 OStatus 网络 (GNU Social/Statusnet) 或者 Diaspora 导入联系人"
+
+#: mod/uimport.php:76
+msgid "Account file"
+msgstr "账户文件"
+
+#: mod/uimport.php:76
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "为了导出你的账户,点击「设置→导出你的个人信息」和选择「导出账户」"
+
+#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
 #, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "请访问 %s  如果你希望对修改这个关系。"
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s欢迎%2$s"
 
-#: include/enotify.php:351
-msgid "[Friendica System:Notify] registration request"
+#: mod/dirfind.php:48
+#, php-format
+msgid "People Search - %s"
 msgstr ""
 
-#: include/enotify.php:353
+#: mod/dirfind.php:59
 #, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
+msgid "Forum Search - %s"
 msgstr ""
 
-#: include/enotify.php:354
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+#: mod/dirfind.php:256 mod/match.php:125
+msgid "No matches"
+msgstr "没有结果"
+
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
+msgstr "这是Friendica,版本"
+
+#: mod/friendica.php:78
+msgid "running at web location"
+msgstr "运作再网址"
+
+#: mod/friendica.php:82
+msgid ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
 msgstr ""
 
-#: include/enotify.php:358
-#, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "问题报案:请去"
+
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
 msgstr ""
 
-#: include/enotify.php:361
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "请访问%s来批准或拒绝这个请求。"
+#: mod/friendica.php:89
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com"
 
-#: include/event.php:409
-msgid "all-day"
-msgstr "全天"
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
+msgstr ""
 
-#: include/event.php:411
-msgid "Sun"
-msgstr "星期日"
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
+msgstr ""
 
-#: include/event.php:412
-msgid "Mon"
-msgstr "星期一"
+#: mod/friendica.php:122
+msgid "On this server the following remote servers are blocked."
+msgstr "在这个服务器上以下远程服务器被封禁了。"
 
-#: include/event.php:413
-msgid "Tue"
-msgstr "星期二"
+#: mod/friendica.php:123 mod/admin.php:302 mod/admin.php:320
+#: mod/dfrn_request.php:351 src/Model/Contact.php:1142
+msgid "Blocked domain"
+msgstr "被封禁的域名"
 
-#: include/event.php:414
-msgid "Wed"
-msgstr "星期三"
+#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321
+msgid "Reason for the block"
+msgstr "封禁原因"
 
-#: include/event.php:415
-msgid "Thu"
-msgstr "æ\98\9fæ\9c\9få\9b\9b"
+#: mod/match.php:48
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "没æ\9c\89符å\90\88ç\9a\84å\85³é\94®å­\97ã\80\82请å\9c¨æ\82¨ç\9a\84é»\98认ç®\80ä»\8bå\8a å\85³é\94®å­\97ã\80\82"
 
-#: include/event.php:416
-msgid "Fri"
-msgstr "星期五"
+#: mod/match.php:104
+msgid "is interested in:"
+msgstr "感兴趣对:"
+
+#: mod/match.php:120
+msgid "Profile Match"
+msgstr "简介符合"
+
+#: mod/notifications.php:37
+msgid "Invalid request identifier."
+msgstr "无效要求身份号。"
+
+#: mod/notifications.php:46 mod/notifications.php:183
+#: mod/notifications.php:230
+msgid "Discard"
+msgstr "丢弃"
+
+#: mod/notifications.php:62 mod/notifications.php:182
+#: mod/notifications.php:266 mod/contacts.php:629 mod/contacts.php:819
+#: mod/contacts.php:1003
+msgid "Ignore"
+msgstr "忽视"
+
+#: mod/notifications.php:98 src/Content/Nav.php:189
+msgid "Notifications"
+msgstr "通知"
+
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "网络通知"
+
+#: mod/notifications.php:113 mod/notify.php:81
+msgid "System Notifications"
+msgstr "系统通知"
+
+#: mod/notifications.php:119
+msgid "Personal Notifications"
+msgstr "私人通知"
+
+#: mod/notifications.php:125
+msgid "Home Notifications"
+msgstr "主页通知"
 
-#: include/event.php:417
-msgid "Sat"
-msgstr "æ\98\9fæ\9c\9få\85­"
+#: mod/notifications.php:155
+msgid "Show Ignored Requests"
+msgstr "æ\98¾ç¤ºè¢«å¿½è§\86ç\9a\84请æ±\82"
 
-#: include/event.php:419 include/text.php:1207 mod/settings.php:978
-msgid "Sunday"
-msgstr "星期天"
+#: mod/notifications.php:155
+msgid "Hide Ignored Requests"
+msgstr "隐藏被忽视的请求"
 
-#: include/event.php:420 include/text.php:1207 mod/settings.php:978
-msgid "Monday"
-msgstr "星期一"
+#: mod/notifications.php:167 mod/notifications.php:237
+msgid "Notification type: "
+msgstr "通知种类:"
 
-#: include/event.php:421 include/text.php:1207
-msgid "Tuesday"
-msgstr "星期二"
+#: mod/notifications.php:170
+#, php-format
+msgid "suggested by %s"
+msgstr "由%s建议的"
 
-#: include/event.php:422 include/text.php:1207
-msgid "Wednesday"
-msgstr "星期三"
+#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637
+msgid "Hide this contact from others"
+msgstr "对其他人隐藏这个联系人"
 
-#: include/event.php:423 include/text.php:1207
-msgid "Thursday"
-msgstr "星期四"
+#: mod/notifications.php:176 mod/notifications.php:255
+msgid "Post a new friend activity"
+msgstr "发表一个新朋友活动"
 
-#: include/event.php:424 include/text.php:1207
-msgid "Friday"
-msgstr "星期五"
+#: mod/notifications.php:176 mod/notifications.php:255
+msgid "if applicable"
+msgstr "如果可以"
 
-#: include/event.php:425 include/text.php:1207
-msgid "Saturday"
-msgstr "æ\98\9fæ\9c\9få\85­"
+#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704
+msgid "Approve"
+msgstr "æ\89¹å\87\86"
 
-#: include/event.php:427
-msgid "Jan"
-msgstr "一月"
+#: mod/notifications.php:198
+msgid "Claims to be known to you: "
+msgstr "声称被您认识:"
 
-#: include/event.php:428
-msgid "Feb"
-msgstr "二月"
+#: mod/notifications.php:199
+msgid "yes"
+msgstr ""
 
-#: include/event.php:429
-msgid "Mar"
-msgstr "三月"
+#: mod/notifications.php:199
+msgid "no"
+msgstr ""
 
-#: include/event.php:430
-msgid "Apr"
-msgstr "四月"
+#: mod/notifications.php:200 mod/notifications.php:205
+msgid "Shall your connection be bidirectional or not?"
+msgstr ""
 
-#: include/event.php:431 include/event.php:444 include/text.php:1211
-msgid "May"
-msgstr "五月"
+#: mod/notifications.php:201 mod/notifications.php:206
+#, php-format
+msgid ""
+"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
+"also receive updates from them in your news feed."
+msgstr ""
 
-#: include/event.php:432
-msgid "Jun"
-msgstr "六月"
+#: mod/notifications.php:202
+#, php-format
+msgid ""
+"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
+" will not receive updates from them in your news feed."
+msgstr ""
 
-#: include/event.php:433
-msgid "Jul"
-msgstr "七月"
+#: mod/notifications.php:207
+#, php-format
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr ""
 
-#: include/event.php:434
-msgid "Aug"
-msgstr "八月"
+#: mod/notifications.php:218
+msgid "Friend"
+msgstr "朋友"
 
-#: include/event.php:435
-msgid "Sept"
-msgstr "九月"
+#: mod/notifications.php:219
+msgid "Sharer"
+msgstr "分享者"
 
-#: include/event.php:436
-msgid "Oct"
-msgstr "十月"
+#: mod/notifications.php:219
+msgid "Subscriber"
+msgstr "订阅者"
 
-#: include/event.php:437
-msgid "Nov"
-msgstr "十一月"
+#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172
+#: src/Model/Profile.php:780
+msgid "Tags:"
+msgstr "标签:"
 
-#: include/event.php:438
-msgid "Dec"
-msgstr "十二月"
+#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518
+msgid "Network:"
+msgstr "网络"
 
-#: include/event.php:440 include/text.php:1211
-msgid "January"
-msgstr "一月"
+#: mod/notifications.php:275
+msgid "No introductions."
+msgstr "没有介绍。"
 
-#: include/event.php:441 include/text.php:1211
-msgid "February"
-msgstr "二月"
+#: mod/notifications.php:316
+msgid "Show unread"
+msgstr "显示未读"
 
-#: include/event.php:442 include/text.php:1211
-msgid "March"
-msgstr "三月"
+#: mod/notifications.php:316
+msgid "Show all"
+msgstr "显示全部"
 
-#: include/event.php:443 include/text.php:1211
-msgid "April"
-msgstr "四月"
+#: mod/notifications.php:322
+#, php-format
+msgid "No more %s notifications."
+msgstr ""
 
-#: include/event.php:445 include/text.php:1211
-msgid "June"
-msgstr "六月"
+#: mod/oexchange.php:30
+msgid "Post successful."
+msgstr "评论发表了。"
 
-#: include/event.php:446 include/text.php:1211
-msgid "July"
-msgstr "七月"
+#: mod/openid.php:29
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID协议错误。没ID还。 "
 
-#: include/event.php:447 include/text.php:1211
-msgid "August"
-msgstr "八月"
+#: mod/openid.php:66
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "找不到账户和OpenID注册不允许。"
 
-#: include/event.php:448 include/text.php:1211
-msgid "September"
-msgstr "九月"
+#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134
+msgid "Login failed."
+msgstr "登录失败。"
 
-#: include/event.php:449 include/text.php:1211
-msgid "October"
-msgstr "十月"
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
+msgstr "正在订阅 OStatus 联系人"
 
-#: include/event.php:450 include/text.php:1211
-msgid "November"
-msgstr "十一月"
+#: mod/ostatus_subscribe.php:32
+msgid "No contact provided."
+msgstr ""
 
-#: include/event.php:451 include/text.php:1211
-msgid "December"
-msgstr "十二月"
+#: mod/ostatus_subscribe.php:38
+msgid "Couldn't fetch information for contact."
+msgstr ""
 
-#: include/event.php:453 mod/cal.php:281 mod/events.php:387
-msgid "today"
-msgstr "今天"
+#: mod/ostatus_subscribe.php:47
+msgid "Couldn't fetch friends for contact."
+msgstr ""
 
-#: include/event.php:458
-msgid "No events to display"
-msgstr "没æ\9c\89å\8f¯æ\98¾ç¤ºç\9a\84äº\8b件"
+#: mod/ostatus_subscribe.php:75
+msgid "success"
+msgstr "æ\88\90å\8a\9f"
 
-#: include/event.php:571
-msgid "l, F j"
-msgstr "l, F j"
+#: mod/ostatus_subscribe.php:77
+msgid "failed"
+msgstr "失败"
 
-#: include/event.php:593
-msgid "Edit event"
-msgstr "编项目"
+#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278
+msgid "ignored"
+msgstr "已忽视的"
 
-#: include/event.php:594
-msgid "Delete event"
-msgstr "删除事件"
+#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173
+msgid "Access to this profile has been restricted."
+msgstr "使用权这个简介被限制了."
 
-#: include/event.php:620 include/text.php:1609 include/text.php:1616
-msgid "link to source"
-msgstr "链接到来源"
+#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:910 src/Model/Profile.php:921
+msgid "Events"
+msgstr "事件"
 
-#: include/event.php:878
-msgid "Export"
-msgstr "导出"
+#: mod/cal.php:275 mod/events.php:393
+msgid "View"
+msgstr ""
 
-#: include/event.php:879
-msgid "Export calendar as ical"
-msgstr "导出日历为 ical"
+#: mod/cal.php:276 mod/events.php:395
+msgid "Previous"
+msgstr ""
 
-#: include/event.php:880
-msgid "Export calendar as csv"
-msgstr "导出日历为 csv"
+#: mod/cal.php:277 mod/events.php:396 mod/install.php:209
+msgid "Next"
+msgstr ""
 
-#: include/identity.php:46
-msgid "Requested account is not available."
-msgstr "要求的账户不可用。"
+#: mod/cal.php:284 mod/events.php:405
+msgid "list"
+msgstr "列表"
 
-#: include/identity.php:55 mod/profile.php:23
-msgid "Requested profile is not available."
-msgstr "要求的简介联系不上的。"
+#: mod/cal.php:297 src/Model/User.php:202
+msgid "User not found"
+msgstr "找不到用户"
 
-#: include/identity.php:99 include/identity.php:322 include/identity.php:755
-msgid "Edit profile"
-msgstr "修改简介"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
+msgstr "这个日历格式不被支持"
 
-#: include/identity.php:262
-msgid "Atom feed"
-msgstr ""
+#: mod/cal.php:315
+msgid "No exportable data found"
+msgstr "找不到可导出的数据"
 
-#: include/identity.php:293 include/nav.php:192
-msgid "Profiles"
-msgstr "简介"
+#: mod/cal.php:332
+msgid "calendar"
+msgstr "日历"
 
-#: include/identity.php:293
-msgid "Manage/edit profiles"
-msgstr "管理/修改简介"
+#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148
+#: mod/profiles.php:195 mod/profiles.php:631
+msgid "Profile not found."
+msgstr "找不到简介。"
 
-#: include/identity.php:298 include/identity.php:324 mod/profiles.php:785
-msgid "Change profile photo"
-msgstr "换简介照片"
+#: mod/dfrn_confirm.php:132
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "这会偶尔地发生熟人双方都要求和已经批准的时候。"
 
-#: include/identity.php:299 mod/profiles.php:786
-msgid "Create New Profile"
-msgstr "创造新的简介"
+#: mod/dfrn_confirm.php:242
+msgid "Response from remote site was not understood."
+msgstr "遥网站的回答明白不了。"
 
-#: include/identity.php:309 mod/profiles.php:775
-msgid "Profile Image"
-msgstr "简介图像"
+#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
+msgstr "居然回答从遥网站:"
 
-#: include/identity.php:312 mod/profiles.php:777
-msgid "visible to everybody"
-msgstr "ç»\99æ\89\93å\81\87å\8f¯è§\81ç\9a\84"
+#: mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
+msgstr "确认æ\88\90å\8a\9få®\8cæ\88\90ã\80\82"
 
-#: include/identity.php:313 mod/profiles.php:682 mod/profiles.php:778
-msgid "Edit visibility"
-msgstr "ä¿®æ\94¹è\83½è§\81度"
+#: mod/dfrn_confirm.php:275
+msgid "Temporary failure. Please wait and try again."
+msgstr "临æ\97¶å¤±è´¥ã\80\82请ç­\89ä¸\80ä¼\9aï¼\8cå\86\8dè¯\95ã\80\82"
 
-#: include/identity.php:341 include/identity.php:642 mod/directory.php:137
-#: mod/notifications.php:253
-msgid "Gender:"
-msgstr "性别:"
+#: mod/dfrn_confirm.php:278
+msgid "Introduction failed or was revoked."
+msgstr "介绍失败或被吊销。"
 
-#: include/identity.php:344 include/identity.php:665 mod/directory.php:139
-msgid "Status:"
-msgstr "现状:"
+#: mod/dfrn_confirm.php:283
+msgid "Remote site reported: "
+msgstr "远程站点报告:"
 
-#: include/identity.php:346 include/identity.php:682 mod/directory.php:141
-msgid "Homepage:"
-msgstr "主页:"
+#: mod/dfrn_confirm.php:396
+msgid "Unable to set contact photo."
+msgstr "ä¸\8dä¼\9aæ\8c\87å®\9aç\86\9f人ç\85§ç\89\87ã\80\82"
 
-#: include/identity.php:348 include/identity.php:702 mod/directory.php:143
-#: mod/notifications.php:249 mod/contacts.php:661
-msgid "About:"
-msgstr "关于:"
+#: mod/dfrn_confirm.php:498
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "找不到「%s」的用户记录"
 
-#: include/identity.php:350 mod/contacts.php:659
-msgid "XMPP:"
-msgstr ""
+#: mod/dfrn_confirm.php:508
+msgid "Our site encryption key is apparently messed up."
+msgstr "看起来我们的加密钥匙失灵了。"
 
-#: include/identity.php:436 mod/notifications.php:261 mod/contacts.php:59
-msgid "Network:"
-msgstr "网络"
+#: mod/dfrn_confirm.php:519
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "空的URL供应,或URL解不了码。"
+
+#: mod/dfrn_confirm.php:535
+msgid "Contact record was not found for you on our site."
+msgstr "熟人记录在我们的网站找不了。"
 
-#: include/identity.php:465 include/identity.php:556
-msgid "g A l F d"
-msgstr "g A l d F"
+#: mod/dfrn_confirm.php:549
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "没有网站公开钥匙在熟人记录在URL%s。"
 
-#: include/identity.php:466 include/identity.php:557
-msgid "F d"
-msgstr "F d"
+#: mod/dfrn_confirm.php:565
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "身份证明由您的系统是在我们的重做。你再试应该运行。"
 
-#: include/identity.php:518 include/identity.php:604
-msgid "[today]"
-msgstr "[今天]"
+#: mod/dfrn_confirm.php:576
+msgid "Unable to set your contact credentials on our system."
+msgstr "不能创作您的熟人证件在我们的系统。"
 
-#: include/identity.php:530
-msgid "Birthday Reminders"
-msgstr "提醒生日"
+#: mod/dfrn_confirm.php:631
+msgid "Unable to update your contact profile details on our system"
+msgstr "不能更新您的熟人简介消息在我们的系统"
 
-#: include/identity.php:531
-msgid "Birthdays this week:"
-msgstr "这周的生日:"
+#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
+#: src/Model/Contact.php:1434
+msgid "[Name Withheld]"
+msgstr "[名字拒给]"
 
-#: include/identity.php:591
-msgid "[No description]"
-msgstr "[无描述]"
+#: mod/dfrn_confirm.php:694
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s加入%2$s了"
 
-#: include/identity.php:618
-msgid "Event Reminders"
-msgstr "事件提醒"
+#: mod/fsuggest.php:71
+msgid "Friend suggestion sent."
+msgstr "朋友建议发送了。"
 
-#: include/identity.php:619
-msgid "Events this week:"
-msgstr "这周的事件:"
+#: mod/fsuggest.php:102
+msgid "Suggest Friends"
+msgstr "推荐的朋友们"
 
-#: include/identity.php:630 include/identity.php:759 include/identity.php:792
-#: include/nav.php:85 mod/newmember.php:20 mod/profperm.php:107
-#: mod/contacts.php:668 mod/contacts.php:870 view/theme/frio/theme.php:254
-msgid "Profile"
-msgstr "简介"
+#: mod/fsuggest.php:104
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "给 %s 推荐朋友"
 
-#: include/identity.php:639 mod/settings.php:1283
-msgid "Full Name:"
-msgstr "全名:"
+#: mod/invite.php:33
+msgid "Total invitation limit exceeded."
+msgstr "邀请限超过了。"
 
-#: include/identity.php:646
-msgid "j F, Y"
-msgstr "j F, Y"
+#: mod/invite.php:55
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : 不是效的电子邮件地址."
 
-#: include/identity.php:647
-msgid "j F"
-msgstr "j F"
+#: mod/invite.php:80
+msgid "Please join us on Friendica"
+msgstr "请加入我们再Friendica"
 
-#: include/identity.php:661
-msgid "Age:"
-msgstr "年纪:"
+#: mod/invite.php:91
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "邀请限超过了。请联系您的网站管理员。"
 
-#: include/identity.php:674
+#: mod/invite.php:95
 #, php-format
-msgid "for %1$d %2$s"
-msgstr "为%1$d %2$s"
+msgid "%s : Message delivery failed."
+msgstr "%s : 送消息失败了。"
 
-#: include/identity.php:678 mod/profiles.php:701
-msgid "Sexual Preference:"
-msgstr "性取向:"
+#: mod/invite.php:99
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d消息传送了。"
 
-#: include/identity.php:686 mod/profiles.php:728
-msgid "Hometown:"
-msgstr "æ\95\85乡ï¼\9a"
+#: mod/invite.php:117
+msgid "You have no more invitations available"
+msgstr "æ\82¨æ²¡æ\9c\89å\88«ç\9a\84é\82\80请"
 
-#: include/identity.php:690 mod/follow.php:174 mod/notifications.php:251
-#: mod/contacts.php:663
-msgid "Tags:"
-msgstr "标签:"
+#: mod/invite.php:125
+#, 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/identity.php:694 mod/profiles.php:729
-msgid "Political Views:"
-msgstr "政治观念:"
+#: mod/invite.php:127
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "为接受这个邀请,请再%s或什么别的Friendica网站注册。"
 
-#: include/identity.php:698
-msgid "Religion:"
-msgstr "宗教:"
+#: mod/invite.php:128
+#, 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/identity.php:706
-msgid "Hobbies/Interests:"
-msgstr "爱好/兴趣"
+#: mod/invite.php:132
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。"
 
-#: include/identity.php:710 mod/profiles.php:733
-msgid "Likes:"
-msgstr "喜欢:"
+#: mod/invite.php:136
+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."
+msgstr ""
 
-#: include/identity.php:714 mod/profiles.php:734
-msgid "Dislikes:"
-msgstr "不喜欢:"
+#: mod/invite.php:135
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "要接受这个邀请,请在 %s 访问并注册。"
 
-#: include/identity.php:718
-msgid "Contact information and Social Networks:"
-msgstr "熟人消息和社会化网络"
+#: mod/invite.php:142
+msgid "Send invitations"
+msgstr "发请柬"
 
-#: include/identity.php:722
-msgid "Musical interests:"
-msgstr "音乐兴趣:"
+#: mod/invite.php:143
+msgid "Enter email addresses, one per line:"
+msgstr "输入电子邮件地址,一行一个:"
 
-#: include/identity.php:726
-msgid "Books, literature:"
-msgstr "书,文学"
+#: mod/invite.php:144 mod/message.php:259 mod/message.php:426
+#: mod/wallmessage.php:141
+msgid "Your message:"
+msgstr "你的消息:"
 
-#: include/identity.php:730
-msgid "Television:"
-msgstr "电视:"
+#: mod/invite.php:145
+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/identity.php:734
-msgid "Film/dance/culture/entertainment:"
-msgstr "电影/跳舞/文化/娱乐:"
+#: mod/invite.php:147
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "您要输入这个邀请密码:$invite_code"
 
-#: include/identity.php:738
-msgid "Love/Romance:"
-msgstr "爱情/浪漫"
+#: mod/invite.php:147
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "您一注册,请页跟我连接,用我的简介在:"
 
-#: include/identity.php:742
-msgid "Work/employment:"
-msgstr "工作"
+#: mod/invite.php:149
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr ""
 
-#: include/identity.php:746
-msgid "School/education:"
-msgstr "学院/教育"
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
+msgstr "管理身份或页"
 
-#: include/identity.php:751
-msgid "Forums:"
-msgstr ""
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "交替不同同一人或社会/组页合用您的账户或给您「管理」批准"
 
-#: include/identity.php:760 mod/events.php:510
-msgid "Basic"
-msgstr "基本"
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
+msgstr "选择同一个人管理:"
 
-#: include/identity.php:761 mod/events.php:511 mod/admin.php:1158
-#: mod/contacts.php:899
-msgid "Advanced"
-msgstr "高级"
+#: mod/profiles.php:57
+msgid "Profile deleted."
+msgstr "简介删除了。"
 
-#: include/identity.php:784 include/nav.php:84 mod/contacts.php:666
-#: mod/contacts.php:862 view/theme/frio/theme.php:253
-msgid "Status"
-msgstr "状态"
+#: mod/profiles.php:73 mod/profiles.php:109
+msgid "Profile-"
+msgstr "简介-"
 
-#: include/identity.php:787 mod/follow.php:182 mod/contacts.php:865
-#: mod/unfollow.php:133
-msgid "Status Messages and Posts"
-msgstr "现状通知和文章"
+#: mod/profiles.php:92 mod/profiles.php:131
+msgid "New profile created."
+msgstr "新的简介已创建。"
 
-#: include/identity.php:795 mod/contacts.php:873
-msgid "Profile Details"
-msgstr "简介内容"
+#: mod/profiles.php:115
+msgid "Profile unavailable to clone."
+msgstr "简介不可用为复制。"
 
-#: include/identity.php:800 include/nav.php:86 mod/fbrowser.php:34
-#: view/theme/frio/theme.php:255
-msgid "Photos"
-msgstr "照片"
+#: mod/profiles.php:205
+msgid "Profile Name is required."
+msgstr "必要简介名"
 
-#: include/identity.php:803 mod/photos.php:96
-msgid "Photo Albums"
-msgstr "相册"
+#: mod/profiles.php:346
+msgid "Marital Status"
+msgstr "婚姻状况 "
 
-#: include/identity.php:808 include/identity.php:811 include/nav.php:87
-#: view/theme/frio/theme.php:256
-msgid "Videos"
-msgstr "视频"
+#: mod/profiles.php:350
+msgid "Romantic Partner"
+msgstr "情人"
 
-#: include/identity.php:820 include/identity.php:831 include/nav.php:88
-#: include/nav.php:152 mod/cal.php:273 mod/events.php:378
-#: view/theme/frio/theme.php:257 view/theme/frio/theme.php:261
-msgid "Events"
-msgstr "事件"
+#: mod/profiles.php:362
+msgid "Work/Employment"
+msgstr "工作"
 
-#: include/identity.php:823 include/identity.php:834 include/nav.php:152
-#: view/theme/frio/theme.php:261
-msgid "Events and Calendar"
-msgstr "事件和日历"
+#: mod/profiles.php:365
+msgid "Religion"
+msgstr "宗教"
 
-#: include/identity.php:842 mod/notes.php:49
-msgid "Personal Notes"
-msgstr "私人便条"
+#: mod/profiles.php:369
+msgid "Political Views"
+msgstr "政治观念"
 
-#: include/identity.php:845
-msgid "Only You Can See This"
-msgstr "只有你可以看这个"
+#: mod/profiles.php:373
+msgid "Gender"
+msgstr "性别"
 
-#: include/identity.php:853 include/identity.php:856 include/nav.php:131
-#: include/nav.php:195 include/text.php:1101 mod/viewcontacts.php:124
-#: mod/contacts.php:821 mod/contacts.php:882 view/theme/frio/theme.php:264
-msgid "Contacts"
-msgstr "联系人"
+#: mod/profiles.php:377
+msgid "Sexual Preference"
+msgstr "性取向"
 
-#: include/like.php:45
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
+#: mod/profiles.php:381
+msgid "XMPP"
 msgstr ""
 
-#: include/like.php:50
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr ""
+#: mod/profiles.php:385
+msgid "Homepage"
+msgstr "主页"
 
-#: include/like.php:55
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr ""
+#: mod/profiles.php:389 mod/profiles.php:699
+msgid "Interests"
+msgstr "兴趣"
 
-#: include/nav.php:38 mod/navigation.php:22
-msgid "Nothing new here"
-msgstr "这里没有什么新的"
+#: mod/profiles.php:393 mod/admin.php:439
+msgid "Address"
+msgstr "地址"
 
-#: include/nav.php:42 mod/navigation.php:26
-msgid "Clear notifications"
-msgstr "清理出通知"
+#: mod/profiles.php:400 mod/profiles.php:695
+msgid "Location"
+msgstr "位置"
 
-#: include/nav.php:43 include/text.php:1094
-msgid "@name, !forum, #tags, content"
-msgstr ""
+#: mod/profiles.php:485
+msgid "Profile updated."
+msgstr "简介更新了。"
 
-#: include/nav.php:81 view/theme/frio/theme.php:250 boot.php:869
-msgid "Logout"
-msgstr "注销"
+#: mod/profiles.php:577
+msgid " and "
+msgstr ""
 
-#: include/nav.php:81 view/theme/frio/theme.php:250
-msgid "End this session"
-msgstr "结束这段时间"
+#: mod/profiles.php:586
+msgid "public profile"
+msgstr "公开简介"
 
-#: include/nav.php:84 include/nav.php:164 view/theme/frio/theme.php:253
-msgid "Your posts and conversations"
-msgstr "你的消息和交谈"
+#: mod/profiles.php:589
+#, 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:85 view/theme/frio/theme.php:254
-msgid "Your profile page"
-msgstr "你的简介页"
+#: mod/profiles.php:590
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - 看 %1$s的%2$s"
 
-#: include/nav.php:86 view/theme/frio/theme.php:255
-msgid "Your photos"
-msgstr "你的照片"
+#: mod/profiles.php:592
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s有更新的%2$s,修改%3$s."
 
-#: include/nav.php:87 view/theme/frio/theme.php:256
-msgid "Your videos"
-msgstr "你的视频"
+#: mod/profiles.php:646
+msgid "Hide contacts and friends:"
+msgstr "隐藏联系人和朋友:"
 
-#: include/nav.php:88 view/theme/frio/theme.php:257
-msgid "Your events"
-msgstr "你的项目"
+#: mod/profiles.php:651
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?"
 
-#: include/nav.php:89
-msgid "Personal notes"
-msgstr "私人的便条"
+#: mod/profiles.php:671
+msgid "Show more profile fields:"
+msgstr ""
 
-#: include/nav.php:89
-msgid "Your personal notes"
-msgstr "你的私人便条"
+#: mod/profiles.php:683
+msgid "Profile Actions"
+msgstr ""
 
-#: include/nav.php:98 mod/bookmarklet.php:15 boot.php:870
-msgid "Login"
-msgstr "登录"
+#: mod/profiles.php:684
+msgid "Edit Profile Details"
+msgstr "剪辑简介消息"
 
-#: include/nav.php:98
-msgid "Sign in"
-msgstr "登记"
+#: mod/profiles.php:686
+msgid "Change Profile Photo"
+msgstr "改变简介照片"
 
-#: include/nav.php:108
-msgid "Home Page"
-msgstr "主页"
+#: mod/profiles.php:687
+msgid "View this profile"
+msgstr "看这个简介"
 
-#: include/nav.php:112 mod/register.php:293 boot.php:846
-msgid "Register"
-msgstr "注册"
+#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393
+msgid "Edit visibility"
+msgstr "修改能见度"
 
-#: include/nav.php:112
-msgid "Create an account"
-msgstr "注册"
+#: mod/profiles.php:689
+msgid "Create a new profile using these settings"
+msgstr "使用这些设置创建一份新的简介"
 
-#: include/nav.php:118 mod/help.php:51 view/theme/vier/theme.php:292
-msgid "Help"
-msgstr "帮å\8a©"
+#: mod/profiles.php:690
+msgid "Clone this profile"
+msgstr "å¤\8då\88¶è¿\99个ç®\80ä»\8b"
 
-#: include/nav.php:118
-msgid "Help and documentation"
-msgstr "帮å\8a©è¯\81件"
+#: mod/profiles.php:691
+msgid "Delete this profile"
+msgstr "å\88 é\99¤è¿\99个ç®\80ä»\8b"
 
-#: include/nav.php:122
-msgid "Apps"
-msgstr "åº\94ç\94¨ç¨\8båº\8f"
+#: mod/profiles.php:693
+msgid "Basic information"
+msgstr "å\9fºæ\9c¬ä¿¡æ\81¯"
 
-#: include/nav.php:122
-msgid "Addon applications, utilities, games"
-msgstr "å\8f¯å\8a ç\9a\84åº\94ç\94¨ï¼\8c设æ\96½ï¼\8c游æ\88\8f"
+#: mod/profiles.php:694
+msgid "Profile picture"
+msgstr "头å\83\8f"
 
-#: include/nav.php:126 include/text.php:1091 mod/search.php:145
-msgid "Search"
-msgstr "搜索"
+#: mod/profiles.php:696
+msgid "Preferences"
+msgstr "偏好"
 
-#: include/nav.php:126
-msgid "Search site content"
-msgstr "搜索网站内容"
+#: mod/profiles.php:697
+msgid "Status information"
+msgstr "状态信息"
 
-#: include/nav.php:129 include/text.php:1099
-msgid "Full Text"
-msgstr "全文"
+#: mod/profiles.php:698
+msgid "Additional information"
+msgstr "更多信息"
 
-#: include/nav.php:130 include/text.php:1100
-msgid "Tags"
-msgstr "标签:"
+#: mod/profiles.php:700 mod/network.php:939
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
+msgstr "私人"
 
-#: include/nav.php:146 include/nav.php:148 mod/community.php:31
-msgid "Community"
-msgstr "社会"
+#: mod/profiles.php:701
+msgid "Relation"
+msgstr "关系"
 
-#: include/nav.php:146
-msgid "Conversations on this site"
-msgstr "这个网站的交谈"
+#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
+msgstr "形形色色"
 
-#: include/nav.php:148
-msgid "Conversations on the network"
-msgstr "网络上的对话"
+#: mod/profiles.php:705
+msgid "Your Gender:"
+msgstr "你的性:"
 
-#: include/nav.php:155
-msgid "Directory"
-msgstr "名录"
+#: mod/profiles.php:706
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span>婚姻状况:"
 
-#: include/nav.php:155
-msgid "People directory"
-msgstr "人物名录"
+#: mod/profiles.php:707 src/Model/Profile.php:768
+msgid "Sexual Preference:"
+msgstr "性取向:"
 
-#: include/nav.php:157
-msgid "Information"
-msgstr "资料"
+#: mod/profiles.php:708
+msgid "Example: fishing photography software"
+msgstr "例如:钓鱼 照片 软件"
 
-#: include/nav.php:157
-msgid "Information about this friendica instance"
-msgstr "资料关于这个Friendica服务器"
+#: mod/profiles.php:713
+msgid "Profile Name:"
+msgstr "简介名:"
 
-#: include/nav.php:161 view/theme/frio/theme.php:260
-msgid "Conversations from your friends"
-msgstr "来自你的朋友们的交谈"
+#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523
+msgid "Required"
+msgstr "必须的"
 
-#: include/nav.php:162
-msgid "Network Reset"
-msgstr "网络重设"
+#: mod/profiles.php:715
+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>被所有的因特网用的看到。"
 
-#: include/nav.php:162
-msgid "Load Network page with no filters"
-msgstr "表示网络页无滤器"
+#: mod/profiles.php:716
+msgid "Your Full Name:"
+msgstr "你的全名:"
 
-#: include/nav.php:169
-msgid "Friend Requests"
-msgstr "友谊邀请"
+#: mod/profiles.php:717
+msgid "Title/Description:"
+msgstr "标题/描述:"
 
-#: include/nav.php:172 mod/notifications.php:99
-msgid "Notifications"
-msgstr "通知"
+#: mod/profiles.php:720
+msgid "Street Address:"
+msgstr "地址:"
 
-#: include/nav.php:173
-msgid "See all notifications"
-msgstr "ç\9c\8bæ\89\80æ\9c\89ç\9a\84é\80\9aç\9f¥"
+#: mod/profiles.php:721
+msgid "Locality/City:"
+msgstr "ç\8e°å\9cºï¼\8få\9f\8eå¸\82ï¼\9a"
 
-#: include/nav.php:174 mod/settings.php:903
-msgid "Mark as seen"
-msgstr "标注看过"
+#: mod/profiles.php:722
+msgid "Region/State:"
+msgstr "区域/省"
 
-#: include/nav.php:174
-msgid "Mark all system notifications seen"
-msgstr "记号各系统通知看过的"
+#: mod/profiles.php:723
+msgid "Postal/Zip Code:"
+msgstr "邮政编码:"
 
-#: include/nav.php:178 mod/message.php:180 view/theme/frio/theme.php:262
-msgid "Messages"
-msgstr "消息"
+#: mod/profiles.php:724
+msgid "Country:"
+msgstr "国家:"
 
-#: include/nav.php:178 view/theme/frio/theme.php:262
-msgid "Private mail"
-msgstr "私人的邮件"
+#: mod/profiles.php:725 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "年纪:"
 
-#: include/nav.php:179
-msgid "Inbox"
-msgstr "收件箱"
+#: mod/profiles.php:728
+msgid "Who: (if applicable)"
+msgstr "谁:(要是使用)"
 
-#: include/nav.php:180
-msgid "Outbox"
-msgstr "发件箱"
+#: mod/profiles.php:728
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "比如:limou,李某,limou@example。com"
 
-#: include/nav.php:181 mod/message.php:19
-msgid "New Message"
-msgstr "新的消息"
+#: mod/profiles.php:729
+msgid "Since [date]:"
+msgstr "追溯[日期]:"
 
-#: include/nav.php:184
-msgid "Manage"
-msgstr "代用户"
+#: mod/profiles.php:731
+msgid "Tell us about yourself..."
+msgstr "给我们自我介绍..."
 
-#: include/nav.php:184
-msgid "Manage other pages"
-msgstr "管理别的页"
+#: mod/profiles.php:732
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) 地址:"
 
-#: include/nav.php:187 mod/settings.php:84
-msgid "Delegations"
-msgstr "代表"
+#: mod/profiles.php:732
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "这个 XMPP 地址会被传播到你的联系人从而他们可以关注你。"
 
-#: include/nav.php:187 mod/delegate.php:130
-msgid "Delegate Page Management"
-msgstr "页代表管理"
+#: mod/profiles.php:733
+msgid "Homepage URL:"
+msgstr "主页URL:"
 
-#: include/nav.php:189 mod/newmember.php:15 mod/settings.php:114
-#: mod/admin.php:1716 mod/admin.php:1992 view/theme/frio/theme.php:263
-msgid "Settings"
-msgstr "配置"
+#: mod/profiles.php:734 src/Model/Profile.php:776
+msgid "Hometown:"
+msgstr "故乡:"
 
-#: include/nav.php:189 view/theme/frio/theme.php:263
-msgid "Account settings"
-msgstr "帐户配置"
+#: mod/profiles.php:735 src/Model/Profile.php:784
+msgid "Political Views:"
+msgstr "政治观念:"
 
-#: include/nav.php:192
-msgid "Manage/Edit Profiles"
-msgstr "管理/编辑简介"
+#: mod/profiles.php:736
+msgid "Religious Views:"
+msgstr " 宗教信仰 :"
 
-#: include/nav.php:195 view/theme/frio/theme.php:264
-msgid "Manage/edit friends and contacts"
-msgstr "管理/编朋友们和熟人们"
+#: mod/profiles.php:737
+msgid "Public Keywords:"
+msgstr "公开关键字 :"
 
-#: include/nav.php:200 mod/admin.php:203
-msgid "Admin"
-msgstr "管理"
+#: mod/profiles.php:737
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(用于建议可能的朋友们,会被别人看)"
 
-#: include/nav.php:200
-msgid "Site setup and configuration"
-msgstr "ç½\91ç«\99å¼\80å\8a\9eå\92\8cé\85\8dç½®"
+#: mod/profiles.php:738
+msgid "Private Keywords:"
+msgstr "ç§\81人å\85³é\94®å­\97"
 
-#: include/nav.php:203
-msgid "Navigation"
-msgstr "航行"
+#: mod/profiles.php:738
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(用于搜索简介,没有给别人看)"
 
-#: include/nav.php:203
-msgid "Site map"
-msgstr "网站地图"
+#: mod/profiles.php:739 src/Model/Profile.php:800
+msgid "Likes:"
+msgstr "喜欢:"
 
-#: include/oembed.php:254
-msgid "Embedded content"
-msgstr "嵌入内容"
+#: mod/profiles.php:740 src/Model/Profile.php:804
+msgid "Dislikes:"
+msgstr "不喜欢:"
 
-#: include/oembed.php:262
-msgid "Embedding disabled"
-msgstr "嵌入已停用"
+#: mod/profiles.php:741
+msgid "Musical interests"
+msgstr "音乐兴趣"
 
-#: include/plugin.php:519 include/plugin.php:521
-msgid "Click here to upgrade."
-msgstr "这里点击为更新。"
+#: mod/profiles.php:742
+msgid "Books, literature"
+msgstr "书,文学"
 
-#: include/plugin.php:528
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "这个行动超过您订阅的限制。"
+#: mod/profiles.php:743
+msgid "Television"
+msgstr "电视"
 
-#: include/plugin.php:533
-msgid "This action is not available under your subscription plan."
-msgstr "这个行动在您的订阅不可用的。"
+#: mod/profiles.php:744
+msgid "Film/dance/culture/entertainment"
+msgstr "电影/跳舞/文化/娱乐"
 
-#: include/security.php:64
-msgid "Welcome "
-msgstr "欢迎"
+#: mod/profiles.php:745
+msgid "Hobbies/Interests"
+msgstr "爱好/兴趣"
 
-#: include/security.php:65
-msgid "Please upload a profile photo."
-msgstr "请上传一张简介照片"
+#: mod/profiles.php:746
+msgid "Love/romance"
+msgstr "爱情/浪漫"
 
-#: include/security.php:67
-msgid "Welcome back "
-msgstr "欢迎归来"
+#: mod/profiles.php:747
+msgid "Work/employment"
+msgstr "工作"
 
-#: include/security.php:424
-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/profiles.php:748
+msgid "School/education"
+msgstr "学院/教育"
 
-#: include/text.php:315
-msgid "newer"
-msgstr "更新"
+#: mod/profiles.php:749
+msgid "Contact information and Social Networks"
+msgstr "熟人信息和社会化网络"
 
-#: include/text.php:316
-msgid "older"
-msgstr "更旧"
+#: mod/profiles.php:780 src/Model/Profile.php:389
+msgid "Profile Image"
+msgstr "简介图像"
 
-#: include/text.php:321
-msgid "first"
-msgstr "首先"
+#: mod/profiles.php:782 src/Model/Profile.php:392
+msgid "visible to everybody"
+msgstr "给打假可见的"
 
-#: include/text.php:322
-msgid "prev"
-msgstr "上个"
+#: mod/profiles.php:789
+msgid "Edit/Manage Profiles"
+msgstr "编辑/管理简介"
 
-#: include/text.php:356
-msgid "next"
-msgstr "下个"
+#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
+msgstr "换简介照片"
 
-#: include/text.php:357
-msgid "last"
-msgstr "最后"
+#: mod/profiles.php:791 src/Model/Profile.php:380
+msgid "Create New Profile"
+msgstr "创建新的简介"
 
-#: include/text.php:411
-msgid "Loading more entries..."
-msgstr "没有项目..."
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "无效请求。"
 
-#: include/text.php:412
-msgid "The end"
-msgstr ""
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "不好意思,可能你上传的是PHP设置允许的大"
 
-#: include/text.php:965
-msgid "No contacts"
-msgstr "没æ\9c\89ç\86\9f人"
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
+msgstr "æ\88\96è\80\85ï¼\8cä½ æ\98¯ä¸\8dæ\98¯ä¸\8a传空ç\9a\84æ\96\87件ï¼\9f"
 
-#: include/text.php:989
+#: mod/wall_attach.php:112
 #, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d熟人"
+msgid "File exceeds size limit of %s"
+msgstr "文件超过了 %s 的大小限制"
 
-#: include/text.php:1002
-msgid "View Contacts"
-msgstr "看熟人"
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
+msgstr "文件上传失败。"
 
-#: include/text.php:1092 mod/filer.php:32 mod/notes.php:64
-#: mod/editpost.php:102
-msgid "Save"
-msgstr "保存"
+#: mod/admin.php:106
+msgid "Theme settings updated."
+msgstr "主题设置更新了。"
 
-#: include/text.php:1153
-msgid "poke"
-msgstr ""
+#: mod/admin.php:176 src/Content/Nav.php:174
+msgid "Information"
+msgstr "资料"
 
-#: include/text.php:1153
-msgid "poked"
-msgstr "戳了"
+#: mod/admin.php:177
+msgid "Overview"
+msgstr ""
 
-#: include/text.php:1154
-msgid "ping"
-msgstr ""
+#: mod/admin.php:178 mod/admin.php:654
+msgid "Federation Statistics"
+msgstr ""
 
-#: include/text.php:1154
-msgid "pinged"
-msgstr "砰了"
+#: mod/admin.php:179
+msgid "Configuration"
+msgstr ""
 
-#: include/text.php:1155
-msgid "prod"
-msgstr "柔戳"
+#: mod/admin.php:180 mod/admin.php:1263
+msgid "Site"
+msgstr "网站"
 
-#: include/text.php:1155
-msgid "prodded"
-msgstr "柔戳了"
+#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712
+msgid "Users"
+msgstr "用户"
 
-#: include/text.php:1156
-msgid "slap"
-msgstr "掌击"
+#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85
+msgid "Addons"
+msgstr ""
 
-#: include/text.php:1156
-msgid "slapped"
-msgstr "掌击了"
+#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125
+msgid "Themes"
+msgstr "主题"
 
-#: include/text.php:1157
-msgid "finger"
-msgstr ""
+#: mod/admin.php:184 mod/settings.php:63
+msgid "Additional features"
+msgstr "附加的特点"
 
-#: include/text.php:1157
-msgid "fingered"
-msgstr "æ\8c\87äº\86"
+#: mod/admin.php:185
+msgid "Database"
+msgstr "æ\95°æ\8d®åº\93"
 
-#: include/text.php:1158
-msgid "rebuff"
-msgstr "窝脖儿"
+#: mod/admin.php:186
+msgid "DB updates"
+msgstr "数据库更新"
 
-#: include/text.php:1158
-msgid "rebuffed"
-msgstr "窝脖儿了"
+#: mod/admin.php:187 mod/admin.php:689
+msgid "Inspect Queue"
+msgstr ""
 
-#: include/text.php:1172
-msgid "happy"
-msgstr "å¼\80å¿\83"
+#: mod/admin.php:188
+msgid "Tools"
+msgstr "å·¥å\85·"
 
-#: include/text.php:1173
-msgid "sad"
-msgstr "伤心"
+#: mod/admin.php:189
+msgid "Contact Blocklist"
+msgstr ""
 
-#: include/text.php:1174
-msgid "mellow"
-msgstr "轻松"
+#: mod/admin.php:190 mod/admin.php:311
+msgid "Server Blocklist"
+msgstr ""
 
-#: include/text.php:1175
-msgid "tired"
-msgstr ""
+#: mod/admin.php:191 mod/admin.php:470
+msgid "Delete Item"
+msgstr "删除项目"
 
-#: include/text.php:1176
-msgid "perky"
-msgstr "机敏"
+#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199
+msgid "Logs"
+msgstr "记录"
 
-#: include/text.php:1177
-msgid "angry"
-msgstr "生气"
+#: mod/admin.php:194 mod/admin.php:2266
+msgid "View Logs"
+msgstr "查看日志"
 
-#: include/text.php:1178
-msgid "stupified"
-msgstr "麻醉"
+#: mod/admin.php:196
+msgid "Diagnostics"
+msgstr ""
 
-#: include/text.php:1179
-msgid "puzzled"
-msgstr "纳闷"
+#: mod/admin.php:197
+msgid "PHP Info"
+msgstr ""
 
-#: include/text.php:1180
-msgid "interested"
-msgstr "有兴趣"
+#: mod/admin.php:198
+msgid "probe address"
+msgstr "试探地址"
 
-#: include/text.php:1181
-msgid "bitter"
-msgstr ""
+#: mod/admin.php:199
+msgid "check webfinger"
+msgstr "查webfinger"
 
-#: include/text.php:1182
-msgid "cheerful"
-msgstr "快乐"
+#: mod/admin.php:218 src/Content/Nav.php:217
+msgid "Admin"
+msgstr "管理"
 
-#: include/text.php:1183
-msgid "alive"
-msgstr "活着"
+#: mod/admin.php:219
+msgid "Addon Features"
+msgstr ""
 
-#: include/text.php:1184
-msgid "annoyed"
-msgstr "被烦恼"
+#: mod/admin.php:220
+msgid "User registrations waiting for confirmation"
+msgstr "用户注册等确认"
 
-#: include/text.php:1185
-msgid "anxious"
-msgstr "心焦"
+#: mod/admin.php:302
+msgid "The blocked domain"
+msgstr "被封禁的域名"
 
-#: include/text.php:1186
-msgid "cranky"
-msgstr "不稳"
+#: mod/admin.php:303 mod/admin.php:316
+msgid "The reason why you blocked this domain."
+msgstr "封禁这个域名的原因。"
 
-#: include/text.php:1187
-msgid "disturbed"
-msgstr "不安"
+#: mod/admin.php:304
+msgid "Delete domain"
+msgstr "删除域名"
 
-#: include/text.php:1188
-msgid "frustrated"
-msgstr "被作梗"
+#: mod/admin.php:304
+msgid "Check to delete this entry from the blocklist"
+msgstr ""
 
-#: include/text.php:1189
-msgid "motivated"
-msgstr "士气高涨"
+#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653
+#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695
+#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124
+#: mod/admin.php:2198 mod/admin.php:2265
+msgid "Administration"
+msgstr "管理"
 
-#: include/text.php:1190
-msgid "relaxed"
-msgstr "轻松"
+#: mod/admin.php:312
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr ""
 
-#: include/text.php:1191
-msgid "surprised"
-msgstr "诧异"
+#: mod/admin.php:313
+msgid ""
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr ""
 
-#: include/text.php:1408 mod/videos.php:389
-msgid "View Video"
-msgstr "看视频"
+#: mod/admin.php:314
+msgid "Add new entry to block list"
+msgstr ""
 
-#: include/text.php:1425
-msgid "bytes"
-msgstr "字节"
+#: mod/admin.php:315
+msgid "Server Domain"
+msgstr "服务器域名"
 
-#: include/text.php:1460 include/text.php:1471
-msgid "Click to open/close"
-msgstr "点击为开关"
+#: mod/admin.php:315
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr ""
 
-#: include/text.php:1603
-msgid "View on separate page"
-msgstr "å\9c¨å\8f¦ä¸\80页é\9d¢ä¸­æ\9f¥ç\9c\8b"
+#: mod/admin.php:316
+msgid "Block reason"
+msgstr "å°\81ç¦\81å\8e\9få\9b "
 
-#: include/text.php:1604
-msgid "view on separate page"
-msgstr "在另一页面中查看"
+#: mod/admin.php:317
+msgid "Add Entry"
+msgstr "添加条目"
 
-#: include/text.php:1889
-msgid "activity"
-msgstr "活动"
+#: mod/admin.php:318
+msgid "Save changes to the blocklist"
+msgstr ""
 
-#: include/text.php:1891 mod/content.php:625 object/Item.php:416
-#: object/Item.php:428
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "评论"
+#: mod/admin.php:319
+msgid "Current Entries in the Blocklist"
+msgstr ""
 
-#: include/text.php:1894
-msgid "post"
-msgstr "文章"
+#: mod/admin.php:322
+msgid "Delete entry from blocklist"
+msgstr ""
 
-#: include/text.php:2060
-msgid "Item filed"
-msgstr "把项目归档了"
+#: mod/admin.php:325
+msgid "Delete entry from blocklist?"
+msgstr ""
 
-#: include/uimport.php:84
-msgid "Error decoding account file"
-msgstr "解码账户文件出错误"
+#: mod/admin.php:351
+msgid "Server added to blocklist."
+msgstr ""
 
-#: include/uimport.php:90
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "错误!文件没有版本数!这不是Friendica账户文件吗?"
+#: mod/admin.php:367
+msgid "Site blocklist updated."
+msgstr ""
 
-#: include/uimport.php:107 include/uimport.php:118
-msgid "Error! Cannot check nickname"
-msgstr "错误!不能检查昵称"
+#: mod/admin.php:390 util/global_community_block.php:53
+msgid "The contact has been blocked from the node"
+msgstr ""
 
-#: include/uimport.php:111 include/uimport.php:122
+#: mod/admin.php:392 util/global_community_block.php:48
 #, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "用户「%s」已经存在这个服务器!"
-
-#: include/uimport.php:144
-msgid "User creation error"
-msgstr "用户创造错误"
-
-#: include/uimport.php:165
-msgid "User profile creation error"
-msgstr "用户简介创造错误"
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr ""
 
-#: include/uimport.php:214
+#: mod/admin.php:399
 #, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d熟人没进口了"
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] ""
 
-#: include/uimport.php:280
-msgid "Done. You can now login with your username and password"
-msgstr "完了。您现在会用您用户名和密码登录"
+#: mod/admin.php:428
+msgid "Remote Contact Blocklist"
+msgstr ""
 
-#: include/user.php:41 mod/settings.php:373
-msgid "Passwords do not match. Password unchanged."
-msgstr "密码们不相配。密码没未改变的。"
+#: mod/admin.php:429
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr ""
 
-#: include/user.php:50
-msgid "An invitation is required."
-msgstr "邀请必要的。"
+#: mod/admin.php:430
+msgid "Block Remote Contact"
+msgstr ""
 
-#: include/user.php:55
-msgid "Invitation could not be verified."
-msgstr "不能证实邀请。"
+#: mod/admin.php:431 mod/admin.php:1698
+msgid "select all"
+msgstr "都选"
 
-#: include/user.php:63
-msgid "Invalid OpenID url"
-msgstr "无效的OpenID url"
+#: mod/admin.php:432
+msgid "select none"
+msgstr ""
 
-#: include/user.php:84
-msgid "Please enter the required information."
-msgstr "请输入必要的信息。"
+#: mod/admin.php:433 mod/admin.php:1707 mod/contacts.php:628
+#: mod/contacts.php:818 mod/contacts.php:995
+msgid "Block"
+msgstr "屏蔽"
 
-#: include/user.php:98
-msgid "Please use a shorter name."
-msgstr "请用短一点名。"
+#: mod/admin.php:434 mod/admin.php:1708 mod/contacts.php:628
+#: mod/contacts.php:818 mod/contacts.php:995
+msgid "Unblock"
+msgstr "解除屏蔽"
 
-#: include/user.php:100
-msgid "Name too short."
-msgstr "名字太短。"
+#: mod/admin.php:435
+msgid "No remote contact is blocked from this node."
+msgstr ""
 
-#: include/user.php:108
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "这看上去不是您的全姓名。"
+#: mod/admin.php:437
+msgid "Blocked Remote Contacts"
+msgstr ""
 
-#: include/user.php:113
-msgid "Your email domain is not among those allowed on this site."
-msgstr "这网站允许的域名中没有您的"
+#: mod/admin.php:438
+msgid "Block New Remote Contact"
+msgstr ""
 
-#: include/user.php:116
-msgid "Not a valid email address."
-msgstr "无效的邮件地址。"
+#: mod/admin.php:439
+msgid "Photo"
+msgstr "照片"
 
-#: include/user.php:129
-msgid "Cannot use that email."
-msgstr "不能用这个邮件地址。"
+#: mod/admin.php:447
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] ""
 
-#: include/user.php:135
-msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
-msgstr "你的“昵称”只能包含 \"a-z\", \"0-9\" 和 \"_\"."
+#: mod/admin.php:449
+msgid "URL of the remote contact to block."
+msgstr ""
 
-#: include/user.php:142 include/user.php:230
-msgid "Nickname is already registered. Please choose another."
-msgstr "昵称已经报到。请选择新的。"
+#: mod/admin.php:471
+msgid "Delete this Item"
+msgstr "删除这个项目"
 
-#: include/user.php:152
+#: mod/admin.php:472
 msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "昵称曾经这里注册于是不能再用。请选择别的。"
-
-#: include/user.php:168
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "要紧错误:产生安全钥匙失败了。"
-
-#: include/user.php:216
-msgid "An error occurred during registration. Please try again."
-msgstr "报到出了问题。请再试。"
-
-#: include/user.php:239 view/theme/duepuntozero/config.php:47
-msgid "default"
-msgstr "默认"
-
-#: include/user.php:249
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "创建你的默认简介的时候出现了一个错误。请再试。"
-
-#: include/user.php:308 include/user.php:316 include/user.php:324
-#: include/api.php:3717 mod/profile_photo.php:75 mod/profile_photo.php:83
-#: mod/profile_photo.php:91 mod/profile_photo.php:215
-#: mod/profile_photo.php:310 mod/profile_photo.php:320 mod/photos.php:74
-#: mod/photos.php:190 mod/photos.php:777 mod/photos.php:1259
-#: mod/photos.php:1280 mod/photos.php:1866
-msgid "Profile Photos"
-msgstr "简介照片"
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr ""
 
-#: include/user.php:399
-#, php-format
+#: mod/admin.php:473
 msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
-"\t"
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
 msgstr ""
 
-#: include/user.php:409
-#, php-format
-msgid "Registration at %s"
+#: mod/admin.php:474
+msgid "GUID"
 msgstr ""
 
-#: include/user.php:419
-#, php-format
+#: mod/admin.php:474
+msgid "The GUID of the item you want to delete."
+msgstr "你想要删除的项目的 GUID."
+
+#: mod/admin.php:513
+msgid "Item marked for deletion."
+msgstr "被标记为要删除的项目。"
+
+#: mod/admin.php:584
+msgid "unknown"
+msgstr "未知"
+
+#: mod/admin.php:647
 msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t"
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
 msgstr ""
 
-#: include/user.php:423
-#, php-format
+#: mod/admin.php:648
 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."
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
 msgstr ""
 
-#: include/user.php:455 mod/admin.php:1406
-#, php-format
-msgid "Registration details for %s"
-msgstr "注册信息为%s"
-
-#: include/Photo.php:1008 include/Photo.php:1024 include/Photo.php:1032
-#: include/Photo.php:1057 include/message.php:138 mod/item.php:469
-#: mod/wall_upload.php:250
-msgid "Wall Photos"
-msgstr "墙照片"
-
-#: include/dfrn.php:1331
+#: mod/admin.php:660
 #, php-format
-msgid "%s\\'s birthday"
-msgstr "%s的生日"
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr ""
 
-#: include/message.php:15 include/message.php:161
-msgid "[no subject]"
-msgstr "[无题目]"
+#: mod/admin.php:691
+msgid "ID"
+msgstr ""
 
-#: include/photos.php:57 include/photos.php:66 mod/photos.php:190
-#: mod/photos.php:1126 mod/photos.php:1259 mod/photos.php:1280
-#: mod/photos.php:1842 mod/photos.php:1856 mod/fbrowser.php:43
-#: mod/fbrowser.php:65
-msgid "Contact Photos"
-msgstr "熟人照片"
+#: mod/admin.php:692
+msgid "Recipient Name"
+msgstr "接收者的名字"
 
-#: include/Contact.php:463
-msgid "Drop Contact"
-msgstr "删除熟人"
+#: mod/admin.php:693
+msgid "Recipient Profile"
+msgstr "接收者的简介"
 
-#: include/Contact.php:841
-msgid "Organisation"
-msgstr "组织"
+#: mod/admin.php:694 view/theme/frio/theme.php:266
+#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
+msgid "Network"
+msgstr "网络"
 
-#: include/Contact.php:844
-msgid "News"
-msgstr "新闻"
+#: mod/admin.php:695
+msgid "Created"
+msgstr ""
 
-#: include/Contact.php:847
-msgid "Forum"
-msgstr "论坛"
+#: mod/admin.php:696
+msgid "Last Tried"
+msgstr "上次尝试"
 
-#: include/api.php:1103
-#, php-format
-msgid "Daily posting limit of %d posts reached. The post was rejected."
-msgstr "到达了每日发文限制 %d. 这篇文章被拒绝发出。"
+#: mod/admin.php:697
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr ""
 
-#: include/api.php:1124
+#: mod/admin.php:721
 #, php-format
-msgid "Weekly posting limit of %d posts reached. The post was rejected."
-msgstr "到达了每周发文限制 %d. 这篇文章被拒绝发出。"
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"scripts/dbstructure.php toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
+msgstr ""
 
-#: include/api.php:1145
+#: mod/admin.php:728
 #, php-format
-msgid "Monthly posting limit of %d posts reached. The post was rejected."
-msgstr "到达了每月发文限制 %d. 这篇文章被拒绝发出。"
-
-#: include/diaspora.php:2259
-msgid "Sharing notification from Diaspora network"
-msgstr "分享通知从Diaspora网络"
-
-#: include/diaspora.php:3226
-msgid "Attachments:"
-msgstr "附件:"
-
-#: include/follow.php:85 mod/dfrn_request.php:515
-msgid "Disallowed profile URL."
-msgstr "不允许的简介地址."
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr ""
 
-#: include/follow.php:90 mod/dfrn_request.php:521 mod/friendica.php:116
-#: mod/admin.php:289 mod/admin.php:307
-msgid "Blocked domain"
-msgstr "被封禁的域名"
+#: mod/admin.php:738
+msgid ""
+"The database update failed. Please run \"php scripts/dbstructure.php "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr ""
 
-#: include/follow.php:95
-msgid "Connect URL missing."
-msgstr "连接URL失踪的。"
+#: mod/admin.php:744
+msgid "The worker was never executed. Please check your database structure!"
+msgstr ""
 
-#: include/follow.php:123
+#: mod/admin.php:747
+#, php-format
 msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "这网站没配置允许跟别的网络交流."
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr ""
 
-#: include/follow.php:124 include/follow.php:138
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "没æ\9c\89å\85¼å®¹å\8d\8fè®®æ\88\96è\80\85æ\91\98è¦\81æ\89¾å\88°äº\86."
+#: mod/admin.php:752 mod/admin.php:1647
+msgid "Normal Account"
+msgstr "正常å¸\90æ\88·"
 
-#: include/follow.php:136
-msgid "The profile address specified does not provide adequate information."
-msgstr "输入的简介地址没有够消息。"
+#: mod/admin.php:753 mod/admin.php:1648
+msgid "Automatic Follower Account"
+msgstr ""
 
-#: include/follow.php:141
-msgid "An author or name was not found."
-msgstr "找不到作者或名。"
+#: mod/admin.php:754 mod/admin.php:1649
+msgid "Public Forum Account"
+msgstr ""
 
-#: include/follow.php:144
-msgid "No browser URL could be matched to this address."
-msgstr "è¿\99个å\9c°å\9d\80没æ\9c\89符å\90\88ä»\80ä¹\88游è§\88å\99¨URLã\80\82"
+#: mod/admin.php:755 mod/admin.php:1650
+msgid "Automatic Friend Account"
+msgstr "è\87ªå\8a¨æ\9c\8bå\8f\8bå¸\90æ\88·"
 
-#: include/follow.php:147
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "无法匹配一个@-风格的身份地址和一个已知的协议或电子邮件联系人。"
+#: mod/admin.php:756
+msgid "Blog Account"
+msgstr "博客账户"
 
-#: include/follow.php:148
-msgid "Use mailto: in front of address to force email check."
-msgstr "输入mailto:地址前为要求电子邮件检查。"
+#: mod/admin.php:757
+msgid "Private Forum Account"
+msgstr ""
 
-#: include/follow.php:154
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "输入的简介地址属在这个网站使不可用的网络。"
+#: mod/admin.php:779
+msgid "Message queues"
+msgstr "通知排队"
 
-#: include/follow.php:159
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "有限的简介。这人不会接受直达/私人通信从您。"
+#: mod/admin.php:785
+msgid "Summary"
+msgstr "总算"
 
-#: include/follow.php:256
-msgid "Unable to retrieve contact information."
-msgstr "不能取回熟人消息。"
+#: mod/admin.php:787
+msgid "Registered users"
+msgstr "注册的用户"
 
-#: include/items.php:1724 mod/dfrn_confirm.php:738 mod/dfrn_request.php:760
-msgid "[Name Withheld]"
-msgstr "[名字拒给]"
+#: mod/admin.php:789
+msgid "Pending registrations"
+msgstr "未决的注册"
 
-#: include/items.php:2100 mod/viewsrc.php:16 mod/notice.php:18
-#: mod/display.php:122 mod/display.php:291 mod/display.php:496
-#: mod/admin.php:257 mod/admin.php:1663 mod/admin.php:1914
-msgid "Item not found."
-msgstr "项目找不到。"
+#: mod/admin.php:790
+msgid "Version"
+msgstr "版本"
 
-#: include/items.php:2143
-msgid "Do you really want to delete this item?"
-msgstr "您真的想删除这个项目吗?"
+#: mod/admin.php:795
+msgid "Active addons"
+msgstr ""
 
-#: include/items.php:2145 mod/api.php:107 mod/dfrn_request.php:881
-#: mod/follow.php:150 mod/message.php:207 mod/register.php:249
-#: mod/profiles.php:638 mod/profiles.php:641 mod/profiles.php:668
-#: mod/settings.php:1168 mod/settings.php:1174 mod/settings.php:1181
-#: mod/settings.php:1185 mod/settings.php:1190 mod/settings.php:1195
-#: mod/settings.php:1200 mod/settings.php:1205 mod/settings.php:1231
-#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234
-#: mod/settings.php:1235 mod/suggest.php:32 mod/contacts.php:465
-msgid "Yes"
-msgstr "是"
+#: mod/admin.php:826
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "不能分析基础URL。至少要<scheme>://<domain>"
 
-#: include/items.php:2284 mod/api.php:28 mod/api.php:33 mod/attach.php:35
-#: mod/common.php:20 mod/crepair.php:105 mod/fsuggest.php:80
-#: mod/nogroup.php:29 mod/notes.php:25 mod/viewcontacts.php:49
-#: mod/uimport.php:26 mod/allfriends.php:15 mod/cal.php:302
-#: mod/dfrn_confirm.php:64 mod/dirfind.php:16 mod/editpost.php:13
-#: mod/events.php:189 mod/follow.php:14 mod/follow.php:55 mod/follow.php:118
-#: mod/group.php:21 mod/invite.php:18 mod/invite.php:106 mod/item.php:198
-#: mod/item.php:210 mod/manage.php:104 mod/message.php:49 mod/message.php:172
-#: mod/mood.php:117 mod/network.php:17 mod/notifications.php:74
-#: mod/ostatus_subscribe.php:12 mod/poke.php:156 mod/profile_photo.php:20
-#: mod/profile_photo.php:180 mod/profile_photo.php:191
-#: mod/profile_photo.php:204 mod/register.php:46 mod/regmod.php:107
-#: mod/repair_ostatus.php:12 mod/wall_upload.php:102 mod/wall_upload.php:105
-#: mod/wallmessage.php:12 mod/wallmessage.php:36 mod/wallmessage.php:76
-#: mod/wallmessage.php:100 mod/delegate.php:15 mod/display.php:493
-#: mod/photos.php:169 mod/photos.php:1112 mod/profiles.php:167
-#: mod/profiles.php:605 mod/settings.php:25 mod/settings.php:133
-#: mod/settings.php:665 mod/suggest.php:58 mod/wall_attach.php:69
-#: mod/wall_attach.php:72 mod/contacts.php:373 mod/unfollow.php:14
-#: mod/unfollow.php:57 mod/unfollow.php:90 index.php:411
-msgid "Permission denied."
-msgstr "权限不够。"
+#: mod/admin.php:1127
+msgid "Site settings updated."
+msgstr "网站设置更新了。"
 
-#: include/items.php:2401
-msgid "Archives"
-msgstr "æ¡£æ¡\88"
+#: mod/admin.php:1154 mod/settings.php:907
+msgid "No special theme for mobile devices"
+msgstr "没ä¸\93é\97¨é\80\82å\90\88æ\89\8bæ\9cºç\9a\84主é¢\98"
 
-#: include/network.php:704
-msgid "view full size"
-msgstr "看全尺寸"
+#: mod/admin.php:1183
+msgid "No community page"
+msgstr "没有社会页"
 
-#: include/ostatus.php:1690
-#, php-format
-msgid "%s is now following %s."
-msgstr "%s 正在关注 %s."
+#: mod/admin.php:1184
+msgid "Public postings from users of this site"
+msgstr "本网站用户的公开文章"
 
-#: include/ostatus.php:1691
-msgid "following"
-msgstr "关注"
+#: mod/admin.php:1185
+msgid "Public postings from the federated network"
+msgstr ""
 
-#: include/ostatus.php:1694
-#, php-format
-msgid "%s stopped following %s."
-msgstr "%s 停止关注了 %s."
+#: mod/admin.php:1186
+msgid "Public postings from local users and the federated network"
+msgstr ""
 
-#: include/ostatus.php:1695
-msgid "stopped following"
-msgstr "结束关注了"
+#: mod/admin.php:1190 mod/contacts.php:564
+msgid "Disabled"
+msgstr "已停用"
 
-#: mod/api.php:78 mod/api.php:104
-msgid "Authorize application connection"
-msgstr "授权应用连接"
+#: mod/admin.php:1192
+msgid "Users, Global Contacts"
+msgstr ""
 
-#: mod/api.php:79
-msgid "Return to your app and insert this Securty Code:"
-msgstr "回归您的应用和输入这个安全密码:"
+#: mod/admin.php:1193
+msgid "Users, Global Contacts/fallback"
+msgstr ""
 
-#: mod/api.php:91
-msgid "Please login to continue."
-msgstr "请登记为继续。"
+#: mod/admin.php:1197
+msgid "One month"
+msgstr "一个月"
 
-#: mod/api.php:106
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "你要授权这个应用访问你的文章和联系人,及/或为你创建新的文章吗?"
+#: mod/admin.php:1198
+msgid "Three months"
+msgstr "三个月"
 
-#: mod/api.php:108 mod/dfrn_request.php:881 mod/follow.php:150
-#: mod/register.php:250 mod/profiles.php:638 mod/profiles.php:642
-#: mod/profiles.php:668 mod/settings.php:1168 mod/settings.php:1174
-#: mod/settings.php:1181 mod/settings.php:1185 mod/settings.php:1190
-#: mod/settings.php:1195 mod/settings.php:1200 mod/settings.php:1205
-#: mod/settings.php:1231 mod/settings.php:1232 mod/settings.php:1233
-#: mod/settings.php:1234 mod/settings.php:1235
-msgid "No"
-msgstr "否"
+#: mod/admin.php:1199
+msgid "Half a year"
+msgstr "半年"
 
-#: mod/apps.php:9 index.php:258
-msgid "You must be logged in to use addons. "
-msgstr "您用插件前要登录"
+#: mod/admin.php:1200
+msgid "One year"
+msgstr "一年"
 
-#: mod/apps.php:14
-msgid "Applications"
-msgstr "åº\94ç\94¨"
+#: mod/admin.php:1205
+msgid "Multi user instance"
+msgstr "å¤\9aç\94¨æ\88·ç½\91ç«\99"
 
-#: mod/apps.php:17
-msgid "No installed applications."
-msgstr "没有安装的应用"
+#: mod/admin.php:1228
+msgid "Closed"
+msgstr "关闭"
 
-#: mod/attach.php:10
-msgid "Item not available."
-msgstr "项目不可用的"
+#: mod/admin.php:1229
+msgid "Requires approval"
+msgstr "要批准"
 
-#: mod/attach.php:22
-msgid "Item was not found."
-msgstr "æ\89¾ä¸\8då\88°é¡¹ç\9b®ã\80\82"
+#: mod/admin.php:1230
+msgid "Open"
+msgstr "æ\89\93å¼\80"
 
-#: mod/babel.php:18
-msgid "Source (bbcode) text:"
-msgstr "æº\90代ç \81ï¼\88bbcodeï¼\89æ­£æ\96\87"
+#: mod/admin.php:1234
+msgid "No SSL policy, links will track page SSL state"
+msgstr "没SSLæ\96¹é\92\88ï¼\8cç\8e¯è\8a\82å°\86追踪页SSLç\8e°ç\8a"
 
-#: mod/babel.php:25
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "源代(Diaspora)正文要翻译成BBCode:"
+#: mod/admin.php:1235
+msgid "Force all links to use SSL"
+msgstr "强制所有链接使用 SSL"
 
-#: mod/babel.php:33
-msgid "Source input: "
-msgstr "源代码输入:"
+#: mod/admin.php:1236
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "自签证书,只在本地链接使用 SSL(不推荐)"
 
-#: mod/babel.php:37
-msgid "bb2html (raw HTML): "
-msgstr "bb2html(生HTML): "
+#: mod/admin.php:1240
+msgid "Don't check"
+msgstr ""
 
-#: mod/babel.php:41
-msgid "bb2html: "
-msgstr "bb2html:"
+#: mod/admin.php:1241
+msgid "check the stable version"
+msgstr ""
 
-#: mod/babel.php:45
-msgid "bb2html2bb: "
-msgstr "bb2html2bb:"
+#: mod/admin.php:1242
+msgid "check the development version"
+msgstr ""
 
-#: mod/babel.php:49
-msgid "bb2md: "
-msgstr "bb2md:"
+#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200
+#: mod/admin.php:2347 mod/delegate.php:161 mod/settings.php:679
+#: mod/settings.php:788 mod/settings.php:874 mod/settings.php:963
+#: mod/settings.php:1198
+msgid "Save Settings"
+msgstr "保存设置"
 
-#: mod/babel.php:53
-msgid "bb2md2html: "
-msgstr "bb2md2html:"
+#: mod/admin.php:1265
+msgid "Republish users to directory"
+msgstr ""
 
-#: mod/babel.php:57
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb:"
+#: mod/admin.php:1266 mod/register.php:264
+msgid "Registration"
+msgstr "注册"
 
-#: mod/babel.php:61
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb:"
+#: mod/admin.php:1267
+msgid "File upload"
+msgstr "文件上传"
 
-#: mod/babel.php:67
-msgid "Source input (Diaspora format): "
-msgstr "æº\90代è¾\93å\85¥ï¼\88Diasporaå½¢å¼\8fï¼\89ï¼\9a"
+#: mod/admin.php:1268
+msgid "Policies"
+msgstr "æ\94¿ç­\96"
 
-#: mod/babel.php:71
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: mod/admin.php:1269 mod/contacts.php:886 mod/events.php:535
+#: src/Model/Profile.php:851
+msgid "Advanced"
+msgstr "高级"
 
-#: mod/common.php:93
-msgid "No contacts in common."
-msgstr "没有共同熟人。"
+#: mod/admin.php:1270
+msgid "Auto Discovered Contact Directory"
+msgstr ""
 
-#: mod/common.php:143 mod/contacts.php:892
-msgid "Common Friends"
-msgstr "æ\99®é\80\9aæ\9c\8bå\8f\8b们"
+#: mod/admin.php:1271
+msgid "Performance"
+msgstr "æ\80§è\83½"
 
-#: mod/credits.php:19
-msgid "Credits"
+#: mod/admin.php:1272
+msgid "Worker"
 msgstr ""
 
-#: mod/credits.php:20
+#: mod/admin.php:1273
 msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "重定位 - 警告:高级功能。可能会让这个服务器不可达。"
 
-#: mod/crepair.php:92
-msgid "Contact settings applied."
-msgstr "ç\86\9f人设置åº\94ç\94¨äº\86ã\80\82"
+#: mod/admin.php:1276
+msgid "Site name"
+msgstr "ç½\91页å\90\8då­\97"
 
-#: mod/crepair.php:94
-msgid "Contact update failed."
-msgstr "熟人更新失败。"
+#: mod/admin.php:1277
+msgid "Host name"
+msgstr "服务器名"
 
-#: mod/crepair.php:119 mod/fsuggest.php:22 mod/fsuggest.php:94
-#: mod/dfrn_confirm.php:129
-msgid "Contact not found."
-msgstr "没找到熟人。"
+#: mod/admin.php:1278
+msgid "Sender Email"
+msgstr "寄主邮件"
 
-#: mod/crepair.php:125
+#: mod/admin.php:1278
 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>,你输入错的信息你和熟人的沟通会弄失灵了。"
+"The email address your server shall use to send notification emails from."
+msgstr ""
 
-#: mod/crepair.php:126
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页"
+#: mod/admin.php:1279
+msgid "Banner/Logo"
+msgstr "标题/标志"
 
-#: mod/crepair.php:139 mod/crepair.php:141
-msgid "No mirroring"
-msgstr "没æ\9c\89å¤\8då\88"
+#: mod/admin.php:1280
+msgid "Shortcut icon"
+msgstr "æ\8d·å¾\84å°\8få\9b¾ç\89\87"
 
-#: mod/crepair.php:139
-msgid "Mirror as forwarded posting"
-msgstr "复制为传达文章"
+#: mod/admin.php:1280
+msgid "Link to an icon that will be used for browsers."
+msgstr ""
 
-#: mod/crepair.php:139 mod/crepair.php:141
-msgid "Mirror as my own posting"
-msgstr "复制为我自己的文章"
+#: mod/admin.php:1281
+msgid "Touch icon"
+msgstr "触摸小图片"
 
-#: mod/crepair.php:155
-msgid "Return to contact editor"
-msgstr "回归熟人处理器"
+#: mod/admin.php:1281
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr ""
 
-#: mod/crepair.php:157
-msgid "Refetch contact data"
-msgstr "重新获取联系人数据"
+#: mod/admin.php:1282
+msgid "Additional Info"
+msgstr "别的消息"
 
-#: mod/crepair.php:159 mod/fsuggest.php:109 mod/content.php:730
-#: mod/events.php:509 mod/install.php:245 mod/install.php:285
-#: mod/invite.php:150 mod/localtime.php:47 mod/manage.php:157
-#: mod/message.php:338 mod/message.php:521 mod/mood.php:140 mod/poke.php:205
-#: mod/photos.php:1144 mod/photos.php:1274 mod/photos.php:1600
-#: mod/photos.php:1649 mod/photos.php:1691 mod/photos.php:1771
-#: mod/profiles.php:679 mod/contacts.php:604 object/Item.php:702
-#: view/theme/duepuntozero/config.php:65 view/theme/frio/config.php:68
-#: view/theme/quattro/config.php:71 view/theme/vier/config.php:114
-msgid "Submit"
-msgstr "提交"
+#: mod/admin.php:1282
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr ""
 
-#: mod/crepair.php:161
-msgid "Remote Self"
-msgstr "遥远的自身"
+#: mod/admin.php:1283
+msgid "System language"
+msgstr "系统语言"
 
-#: mod/crepair.php:164
-msgid "Mirror postings from this contact"
-msgstr "把这个熟人的文章复制。"
+#: mod/admin.php:1284
+msgid "System theme"
+msgstr "系统主题"
 
-#: mod/crepair.php:166
+#: mod/admin.php:1284
 msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"
+"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/crepair.php:170 mod/settings.php:680 mod/settings.php:706
-#: mod/admin.php:1588 mod/admin.php:1601 mod/admin.php:1614 mod/admin.php:1630
-msgid "Name"
-msgstr "名字"
+#: mod/admin.php:1285
+msgid "Mobile system theme"
+msgstr "手机系统主题"
 
-#: mod/crepair.php:171
-msgid "Account Nickname"
-msgstr "帐户昵称"
+#: mod/admin.php:1285
+msgid "Theme for mobile devices"
+msgstr "用于移动设备的主题"
 
-#: mod/crepair.php:172
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname越过名/昵称"
+#: mod/admin.php:1286
+msgid "SSL link policy"
+msgstr "SSL环节方针"
 
-#: mod/crepair.php:173
-msgid "Account URL"
-msgstr "å¸\90æ\88·URL"
+#: mod/admin.php:1286
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "å\86³å®\9a产ç\94\9fç\9a\84é\93¾æ\8e¥æ\98¯å\90¦åº\94该强å\88¶ä½¿ç\94¨ SSL"
 
-#: mod/crepair.php:174
-msgid "Friend Request URL"
-msgstr "朋友请求URL"
+#: mod/admin.php:1287
+msgid "Force SSL"
+msgstr "强制使用 SSL"
 
-#: mod/crepair.php:175
-msgid "Friend Confirm URL"
-msgstr "朋友确认URL"
+#: mod/admin.php:1287
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环"
 
-#: mod/crepair.php:176
-msgid "Notification Endpoint URL"
-msgstr "é\80\9aç\9f¥ç«¯URL"
+#: mod/admin.php:1288
+msgid "Hide help entry from navigation menu"
+msgstr "é\9a\90è\97\8f帮å\8a©å\9c¨è\88ªè¡\8cé\80\89å\8d\95"
 
-#: mod/crepair.php:177
-msgid "Poll/Feed URL"
-msgstr "喂URL"
+#: mod/admin.php:1288
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"
 
-#: mod/crepair.php:178
-msgid "New photo from this URL"
-msgstr "新照片从这个URL"
+#: mod/admin.php:1289
+msgid "Single user instance"
+msgstr "单用户网站"
 
-#: mod/filer.php:31
-msgid "- select -"
-msgstr "-选择-"
+#: mod/admin.php:1289
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "弄这网站多用户或单用户为选择的用户"
 
-#: mod/fsuggest.php:65
-msgid "Friend suggestion sent."
-msgstr "朋友建议发送了。"
+#: mod/admin.php:1290
+msgid "Maximum image size"
+msgstr "图片最大尺寸"
 
-#: mod/fsuggest.php:99
-msgid "Suggest Friends"
-msgstr "推荐的朋友们"
+#: mod/admin.php:1290
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "最多上传照相的字节。默认是零,意思是无限。"
 
-#: mod/fsuggest.php:101
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "给 %s 推荐朋友"
+#: mod/admin.php:1291
+msgid "Maximum image length"
+msgstr "最大图片大小"
 
-#: mod/lockview.php:33 mod/lockview.php:41
-msgid "Remote privacy information not available."
-msgstr "摇隐私信息无效"
+#: mod/admin.php:1291
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "最多像素在上传图片的长度。默认-1,意思是无限。"
 
-#: mod/lockview.php:50
-msgid "Visible to:"
-msgstr "可见给:"
+#: mod/admin.php:1292
+msgid "JPEG image quality"
+msgstr "JPEG图片质量"
 
-#: mod/maintenance.php:21
-msgid "System down for maintenance"
-msgstr "系统关闭为了维持"
+#: mod/admin.php:1292
+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/newmember.php:7
-msgid "Welcome to Friendica"
-msgstr "Friendica欢迎你"
+#: mod/admin.php:1294
+msgid "Register policy"
+msgstr "注册政策"
 
-#: mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "新成员清单"
+#: mod/admin.php:1295
+msgid "Maximum Daily Registrations"
+msgstr "一天最多注册"
 
-#: mod/newmember.php:10
+#: mod/admin.php:1295
 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 "我们想提供一些建议和链接以助于让你有愉快的经历。点击任意一项访问相应的网页。在你注册之后,到这个页面的链接会在你的主页显示两周,之后悄声地消失。"
+"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/newmember.php:11
-msgid "Getting Started"
-msgstr "入门"
+#: mod/admin.php:1296
+msgid "Register text"
+msgstr "注册正文"
 
-#: mod/newmember.php:13
-msgid "Friendica Walk-Through"
-msgstr "Friendica游览"
+#: mod/admin.php:1296
+msgid "Will be displayed prominently on the registration page."
+msgstr "被显著的在注册页表示。"
+
+#: mod/admin.php:1297
+msgid "Accounts abandoned after x days"
+msgstr "账户丢弃X天后"
 
-#: mod/newmember.php:13
+#: mod/admin.php:1297
 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>页-找到一个简要的对你的简介和网络标签的介绍,创建一些新的连接,并找一些群组加入。"
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。"
 
-#: mod/newmember.php:17
-msgid "Go to Your Settings"
-msgstr "您的设置"
+#: mod/admin.php:1298
+msgid "Allowed friend domains"
+msgstr "允许的朋友域"
 
-#: mod/newmember.php:17
+#: mod/admin.php:1298
 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>页 - 改变你最初的密码。同时也记住你的身份地址。这看起来像一个电子邮件地址 - 并且在这个自由的社交网络交友时会有用。"
+"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:1299
+msgid "Allowed email domains"
+msgstr "允许的电子邮件域"
 
-#: mod/newmember.php:18
+#: mod/admin.php:1299
 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 "校对别的设置,特别是隐私设置。一个未发布的目录项目是跟未出版的电话号码一样。平时,你可能应该出版你的目录项目-除非都你的朋友们和可交的朋友们已经知道确切地怎么找你。"
+"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/newmember.php:22 mod/profile_photo.php:256 mod/profiles.php:698
-msgid "Upload Profile Photo"
-msgstr "上传简历照片"
+#: mod/admin.php:1300
+msgid "No OEmbed rich content"
+msgstr ""
 
-#: mod/newmember.php:22
+#: mod/admin.php:1300
 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 "上传一张简历照片除非你已经做过。研究表明有真正自己的照片的人比没有的交朋友们可能多十倍。"
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr ""
 
-#: mod/newmember.php:23
-msgid "Edit Your Profile"
-msgstr "编辑您的简介"
+#: mod/admin.php:1301
+msgid "Allowed OEmbed domains"
+msgstr ""
 
-#: mod/newmember.php:23
+#: mod/admin.php:1301
 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>简历。评论设置为藏起来你的朋友表和简历过陌生来客。"
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr ""
 
-#: mod/newmember.php:24
-msgid "Profile Keywords"
-msgstr "简介关键字"
+#: mod/admin.php:1302
+msgid "Block public"
+msgstr "拦公开"
 
-#: mod/newmember.php:24
+#: mod/admin.php:1302
 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 "指定一些公开关键字在您的默认简介描述您兴趣。我们可能找得了别人有相似兴趣和建议友谊。"
-
-#: mod/newmember.php:26
-msgid "Connecting"
-msgstr "连接着"
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。"
 
-#: mod/newmember.php:32
-msgid "Importing Emails"
-msgstr "进口着邮件"
+#: mod/admin.php:1303
+msgid "Force publish"
+msgstr "强行发布"
 
-#: mod/newmember.php:32
+#: mod/admin.php:1303
 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 "输入你电子邮件使用信息在插销设置页,要是你想用你的电子邮件进口和互动朋友们或邮件表。"
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "让所有这网站的的简介表明在网站目录。"
 
-#: mod/newmember.php:35
-msgid "Go to Your Contacts Page"
-msgstr "您的熟人页"
+#: mod/admin.php:1304
+msgid "Global directory URL"
+msgstr ""
 
-#: mod/newmember.php:35
+#: mod/admin.php:1304
 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>对话框。"
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr ""
 
-#: mod/newmember.php:36
-msgid "Go to Your Site's Directory"
-msgstr "æ\82¨ç½\91ç«\99ç\9a\84ç\9b®å½\95"
+#: mod/admin.php:1305
+msgid "Private posts by default for new users"
+msgstr "æ\96°ç\94¨æ\88·é»\98认å\86\99ç§\81人æ\96\87ç« "
 
-#: mod/newmember.php:36
+#: mod/admin.php:1305
 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>按钮在他们的简介页。您被要求的话,提供您自己的同一个人地址。"
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "默认新用户文章批准使默认隐私组,没有公开。"
 
-#: mod/newmember.php:37
-msgid "Finding New People"
-msgstr "找新人"
+#: mod/admin.php:1306
+msgid "Don't include post content in email notifications"
+msgstr "别包含文章内容在邮件消息"
 
-#: mod/newmember.php:37
+#: mod/admin.php:1306
 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小时后。"
+"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/newmember.php:41
-msgid "Group Your Contacts"
-msgstr "给你的联系人分组"
+#: mod/admin.php:1307
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "不允许插件的公众使用权在应用选单。"
 
-#: mod/newmember.php:41
+#: mod/admin.php:1307
 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 "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。"
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "复选这个框为把应用选内插件限制仅成员"
 
-#: mod/newmember.php:44
-msgid "Why Aren't My Posts Public?"
-msgstr "我文章怎么没公开的?"
+#: mod/admin.php:1308
+msgid "Don't embed private images in posts"
+msgstr "别嵌入私人图案在文章里"
 
-#: mod/newmember.php:44
+#: mod/admin.php:1308
 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尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。"
-
-#: mod/newmember.php:48
-msgid "Getting Help"
-msgstr "怎么获得帮助"
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "别把复制嵌入的照相代替本网站的私人照相在文章里。结果是收包括私人照相的熟人要认证才卸载个张照片,会花许久。"
 
-#: mod/newmember.php:50
-msgid "Go to the Help Section"
-msgstr "看帮助部分"
+#: mod/admin.php:1309
+msgid "Allow Users to set remote_self"
+msgstr "允许用户用遥远的自身"
 
-#: mod/newmember.php:50
+#: mod/admin.php:1309
 msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。"
-
-#: mod/nogroup.php:45 mod/viewcontacts.php:105 mod/contacts.php:615
-#: mod/contacts.php:959
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "看%s的简介[%s]"
+"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/nogroup.php:46 mod/contacts.php:960
-msgid "Edit contact"
-msgstr "编熟人"
+#: mod/admin.php:1310
+msgid "Block multiple registrations"
+msgstr "拦一人多注册"
 
-#: mod/nogroup.php:67
-msgid "Contacts who are not members of a group"
-msgstr "没当成员的熟人"
+#: mod/admin.php:1310
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "不允许用户注册别的账户为当页。"
 
-#: mod/profperm.php:22 mod/group.php:78 index.php:410
-msgid "Permission denied"
-msgstr "权限不够"
+#: mod/admin.php:1311
+msgid "OpenID support"
+msgstr "OpenID支持"
 
-#: mod/profperm.php:28 mod/profperm.php:59
-msgid "Invalid profile identifier."
-msgstr "无限的简介标识符。"
+#: mod/admin.php:1311
+msgid "OpenID support for registration and logins."
+msgstr "OpenID支持注册和登录。"
 
-#: mod/profperm.php:105
-msgid "Profile Visibility Editor"
-msgstr "简介能见度编辑器。"
+#: mod/admin.php:1312
+msgid "Fullname check"
+msgstr "全名核实"
 
-#: mod/profperm.php:109 mod/group.php:264
-msgid "Click on a contact to add or remove."
-msgstr "点击熟人为添加或删除。"
+#: mod/admin.php:1312
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。"
 
-#: mod/profperm.php:118
-msgid "Visible To"
-msgstr "能见被"
+#: mod/admin.php:1313
+msgid "Community pages for visitors"
+msgstr ""
 
-#: mod/profperm.php:134
-msgid "All Contacts (with secure profile access)"
-msgstr "所有熟人(跟安全地简介使用权)"
+#: mod/admin.php:1313
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr ""
 
-#: mod/update_community.php:21 mod/update_display.php:25
-#: mod/update_notes.php:38 mod/update_profile.php:37 mod/update_network.php:29
-msgid "[Embedded content - reload page to view]"
-msgstr "[嵌入内容-重新加载页为看]"
+#: mod/admin.php:1314
+msgid "Posts per user on community page"
+msgstr "个用户文章数量在社会页"
 
-#: mod/viewcontacts.php:39 mod/webfinger.php:10 mod/probe.php:9
-#: mod/community.php:17 mod/dfrn_request.php:805 mod/directory.php:33
-#: mod/videos.php:201 mod/display.php:218 mod/photos.php:982 mod/search.php:89
-#: mod/search.php:95
-msgid "Public access denied."
-msgstr "公众看拒绝"
+#: mod/admin.php:1314
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "一个用户最多文章在社会页。(无效在“全球社会”)"
 
-#: mod/viewcontacts.php:78
-msgid "No contacts."
-msgstr "没有熟人。"
+#: mod/admin.php:1315
+msgid "Enable OStatus support"
+msgstr "启用 OStatus 支持"
 
-#: mod/viewsrc.php:8
-msgid "Access denied."
-msgstr "没有用权。"
+#: mod/admin.php:1315
+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 的通信是公开的,所以会偶尔显示隐私警告。"
 
-#: mod/webfinger.php:11 mod/probe.php:10
-msgid "Only logged in users are permitted to perform a probing."
+#: mod/admin.php:1316
+msgid "Only import OStatus threads from our contacts"
 msgstr ""
 
-#: mod/uimport.php:53 mod/register.php:202
+#: mod/admin.php:1316
 msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "这个网站超过一天最多账户注册。请明天再试。"
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr ""
 
-#: mod/uimport.php:68 mod/register.php:299
-msgid "Import"
-msgstr "进口"
+#: mod/admin.php:1317
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr ""
 
-#: mod/uimport.php:70
-msgid "Move account"
-msgstr "把账户搬出"
+#: mod/admin.php:1319
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr ""
 
-#: mod/uimport.php:71
-msgid "You can import an account from another Friendica server."
-msgstr "您会从别的Friendica服务器进口账户"
+#: mod/admin.php:1320
+msgid "Enable Diaspora support"
+msgstr "启用 Diaspora 支持"
 
-#: mod/uimport.php:72
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr "你需要从老服务器导出你的账户并在这里上传。我们会在这里重建你的账户,包括你所有的联系人。我们也会通知你的朋友们你搬到了这里。"
+#: mod/admin.php:1320
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "提供内置的 Diaspora 网络兼容性。"
 
-#: mod/uimport.php:73
+#: mod/admin.php:1321
+msgid "Only allow Friendica contacts"
+msgstr "只允许 Friendica 联系人"
+
+#: mod/admin.php:1321
 msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "这个特性是实验性的。我们不能从 OStatus 网络 (GNU Social/Statusnet) 或者 Diaspora 导入联系人"
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "所有的熟人要用Friendica协议 。别的内装的沟通协议都已停用。"
 
-#: mod/uimport.php:74
-msgid "Account file"
-msgstr "账户文件"
+#: mod/admin.php:1322
+msgid "Verify SSL"
+msgstr "验证 SSL"
 
-#: mod/uimport.php:74
+#: mod/admin.php:1322
 msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "为äº\86导å\87ºä½ ç\9a\84è´¦æ\88·ï¼\8cç\82¹å\87»ã\80\8c设置â\86\92导å\87ºä½ ç\9a\84个人信æ\81¯ã\80\8då\92\8cé\80\89æ\8b©ã\80\8c导å\87ºè´¦æ\88·ã\80\8d"
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "ä½ æ\83³ç\9a\84è¯\9dï¼\8cæ\82¨ä¼\9a使严格è¯\81书核å®\9eå\8f¯ç\94¨ã\80\82æ\84\8fæ\80\9dæ\98¯æ\82¨ä¸\8dè\83½æ ¹è\87ªç­¾ç\9a\84SSLç½\91ç«\99交æµ\81ã\80\82"
 
-#: mod/community.php:22
-msgid "Not available."
-msgstr "ä¸\8då\8f¯ç\94¨ç\9a\84"
+#: mod/admin.php:1323
+msgid "Proxy user"
+msgstr "代ç\90\86ç\94¨æ\88·"
 
-#: mod/community.php:49 mod/search.php:215
-msgid "No results."
-msgstr "没有结果。"
+#: mod/admin.php:1324
+msgid "Proxy URL"
+msgstr "代理URL"
 
-#: mod/allfriends.php:49
-msgid "No friends to display."
-msgstr "没有朋友展示。"
+#: mod/admin.php:1325
+msgid "Network timeout"
+msgstr "网络超时"
 
-#: mod/bookmarklet.php:44
-msgid "The post was created"
-msgstr "文章创建了"
+#: mod/admin.php:1325
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "输入秒数。输入零为无限(不推荐的)。"
 
-#: mod/cal.php:146 mod/profile.php:157 mod/display.php:348
-msgid "Access to this profile has been restricted."
-msgstr "使用权这个简介被限制了."
+#: mod/admin.php:1326
+msgid "Maximum Load Average"
+msgstr "最大平均负荷"
+
+#: mod/admin.php:1326
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。"
 
-#: mod/cal.php:274 mod/events.php:379
-msgid "View"
+#: mod/admin.php:1327
+msgid "Maximum Load Average (Frontend)"
 msgstr ""
 
-#: mod/cal.php:275 mod/events.php:381
-msgid "Previous"
-msgstr ""
+#: mod/admin.php:1327
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr ""
 
-#: mod/cal.php:276 mod/events.php:382 mod/install.php:204
-msgid "Next"
-msgstr ""
+#: mod/admin.php:1328
+msgid "Minimal Memory"
+msgstr "最少内存"
 
-#: mod/cal.php:285 mod/events.php:391
-msgid "list"
+#: mod/admin.php:1328
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
 msgstr ""
 
-#: mod/cal.php:295
-msgid "User not found"
+#: mod/admin.php:1329
+msgid "Maximum table size for optimization"
 msgstr ""
 
-#: mod/cal.php:311
-msgid "This calendar format is not supported"
+#: mod/admin.php:1329
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
 msgstr ""
 
-#: mod/cal.php:313
-msgid "No exportable data found"
-msgstr "找不到可导出的数据"
-
-#: mod/cal.php:328
-msgid "calendar"
-msgstr "日历"
+#: mod/admin.php:1330
+msgid "Minimum level of fragmentation"
+msgstr ""
 
-#: mod/content.php:121 mod/network.php:632
-msgid "No such group"
-msgstr "没有这个组"
+#: mod/admin.php:1330
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr ""
 
-#: mod/content.php:132 mod/group.php:215 mod/network.php:653
-msgid "Group is empty"
-msgstr "组没有成员"
+#: mod/admin.php:1332
+msgid "Periodical check of global contacts"
+msgstr ""
 
-#: mod/content.php:137 mod/network.php:657
-#, php-format
-msgid "Group: %s"
+#: mod/admin.php:1332
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
 msgstr ""
 
-#: mod/content.php:327 object/Item.php:106
-msgid "This entry was edited"
-msgstr "这个条目被编辑了"
+#: mod/admin.php:1333
+msgid "Days between requery"
+msgstr ""
 
-#: mod/content.php:623 object/Item.php:414
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d评论"
+#: mod/admin.php:1333
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr ""
 
-#: mod/content.php:640 mod/photos.php:1432 object/Item.php:127
-msgid "Private Message"
-msgstr "私人的新闻"
+#: mod/admin.php:1334
+msgid "Discover contacts from other servers"
+msgstr "从其他服务器上发现联系人"
 
-#: mod/content.php:704 mod/photos.php:1628 object/Item.php:280
-msgid "I like this (toggle)"
-msgstr "我喜欢这(交替)"
+#: mod/admin.php:1334
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr ""
 
-#: mod/content.php:704 object/Item.php:280
-msgid "like"
-msgstr "喜欢"
+#: mod/admin.php:1335
+msgid "Timeframe for fetching global contacts"
+msgstr ""
 
-#: mod/content.php:705 mod/photos.php:1629 object/Item.php:281
-msgid "I don't like this (toggle)"
-msgstr "我不喜欢这(交替)"
+#: mod/admin.php:1335
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr ""
 
-#: mod/content.php:705 object/Item.php:281
-msgid "dislike"
-msgstr "讨厌"
+#: mod/admin.php:1336
+msgid "Search the local directory"
+msgstr "搜索本地目录"
 
-#: mod/content.php:707 object/Item.php:284
-msgid "Share this"
-msgstr "分享这个"
+#: mod/admin.php:1336
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr ""
 
-#: mod/content.php:707 object/Item.php:284
-msgid "share"
-msgstr "å\88\86享"
+#: mod/admin.php:1338
+msgid "Publish server information"
+msgstr "å\8f\91å¸\83æ\9c\8då\8a¡å\99¨ä¿¡æ\81¯"
 
-#: mod/content.php:727 mod/photos.php:1646 mod/photos.php:1688
-#: mod/photos.php:1768 object/Item.php:699
-msgid "This is you"
-msgstr "这是你"
+#: mod/admin.php:1338
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr ""
 
-#: mod/content.php:729 mod/content.php:952 mod/photos.php:1648
-#: mod/photos.php:1690 mod/photos.php:1770 object/Item.php:386
-#: object/Item.php:701
-msgid "Comment"
-msgstr "评论"
+#: mod/admin.php:1340
+msgid "Check upstream version"
+msgstr ""
 
-#: mod/content.php:731 object/Item.php:703
-msgid "Bold"
-msgstr "粗体"
+#: mod/admin.php:1340
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr ""
 
-#: mod/content.php:732 object/Item.php:704
-msgid "Italic"
-msgstr "斜体"
+#: mod/admin.php:1341
+msgid "Suppress Tags"
+msgstr "压制标签"
 
-#: mod/content.php:733 object/Item.php:705
-msgid "Underline"
-msgstr "ä¸\8bå\88\92线"
+#: mod/admin.php:1341
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "ä¸\8då\9c¨æ\96\87ç« æ\9c«å°¾æ\98¾ç¤ºä¸»é¢\98æ \87ç­¾å\88\97表ã\80\82"
 
-#: mod/content.php:734 object/Item.php:706
-msgid "Quote"
-msgstr "引语"
+#: mod/admin.php:1342
+msgid "Path to item cache"
+msgstr "路线到项目缓存"
 
-#: mod/content.php:735 object/Item.php:707
-msgid "Code"
-msgstr "源代码"
+#: mod/admin.php:1342
+msgid "The item caches buffers generated bbcode and external images."
+msgstr ""
 
-#: mod/content.php:736 object/Item.php:708
-msgid "Image"
-msgstr "图片"
+#: mod/admin.php:1343
+msgid "Cache duration in seconds"
+msgstr "缓存时间秒"
 
-#: mod/content.php:737 object/Item.php:709
-msgid "Link"
-msgstr "链接"
+#: mod/admin.php:1343
+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。"
 
-#: mod/content.php:738 object/Item.php:710
-msgid "Video"
-msgstr "录像"
+#: mod/admin.php:1344
+msgid "Maximum numbers of comments per post"
+msgstr "文件最多评论"
 
-#: mod/content.php:748 mod/settings.php:740 object/Item.php:132
-#: object/Item.php:134
-msgid "Edit"
-msgstr "编辑"
+#: mod/admin.php:1344
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr ""
 
-#: mod/content.php:774 object/Item.php:247
-msgid "add star"
-msgstr "加星"
+#: mod/admin.php:1345
+msgid "Temp path"
+msgstr "临时文件路线"
 
-#: mod/content.php:775 object/Item.php:248
-msgid "remove star"
-msgstr "消星"
+#: mod/admin.php:1345
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr ""
 
-#: mod/content.php:776 object/Item.php:249
-msgid "toggle star status"
-msgstr "转变星现状"
+#: mod/admin.php:1346
+msgid "Base path to installation"
+msgstr "基础安装路线"
 
-#: mod/content.php:779 object/Item.php:252
-msgid "starred"
-msgstr "被贴星"
+#: mod/admin.php:1346
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr ""
 
-#: mod/content.php:780 mod/content.php:802 object/Item.php:269
-msgid "add tag"
-msgstr "å\8a æ \87ç­¾"
+#: mod/admin.php:1347
+msgid "Disable picture proxy"
+msgstr "å\81\9cç\94¨å\9b¾ç\89\87代ç\90\86"
 
-#: mod/content.php:791 object/Item.php:257
-msgid "ignore thread"
-msgstr "忽视主题"
+#: mod/admin.php:1347
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr ""
 
-#: mod/content.php:792 object/Item.php:258
-msgid "unignore thread"
-msgstr "别忽视主题"
+#: mod/admin.php:1348
+msgid "Only search in tags"
+msgstr ""
 
-#: mod/content.php:793 object/Item.php:259
-msgid "toggle ignore status"
-msgstr "切换忽视状态"
+#: mod/admin.php:1348
+msgid "On large systems the text search can slow down the system extremely."
+msgstr ""
 
-#: mod/content.php:796 mod/ostatus_subscribe.php:76 object/Item.php:262
-msgid "ignored"
-msgstr "忽视"
+#: mod/admin.php:1350
+msgid "New base url"
+msgstr "新基础URL"
 
-#: mod/content.php:807 object/Item.php:151
-msgid "save to folder"
-msgstr "保存在文件夹"
+#: mod/admin.php:1350
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr ""
 
-#: mod/content.php:855 object/Item.php:221
-msgid "I will attend"
+#: mod/admin.php:1352
+msgid "RINO Encryption"
 msgstr ""
 
-#: mod/content.php:855 object/Item.php:221
-msgid "I will not attend"
+#: mod/admin.php:1352
+msgid "Encryption layer between nodes."
 msgstr ""
 
-#: mod/content.php:855 object/Item.php:221
-msgid "I might attend"
+#: mod/admin.php:1354
+msgid "Maximum number of parallel workers"
 msgstr ""
 
-#: mod/content.php:919 object/Item.php:352
-msgid "to"
-msgstr "至"
+#: mod/admin.php:1354
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr ""
 
-#: mod/content.php:920 object/Item.php:354
-msgid "Wall-to-Wall"
-msgstr "从墙到墙"
+#: mod/admin.php:1355
+msgid "Don't use 'proc_open' with the worker"
+msgstr ""
 
-#: mod/content.php:921 object/Item.php:355
-msgid "via Wall-To-Wall:"
-msgstr "通过从墙到墙"
+#: mod/admin.php:1355
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr ""
 
-#: mod/dfrn_confirm.php:73 mod/profiles.php:24 mod/profiles.php:134
-#: mod/profiles.php:181 mod/profiles.php:617
-msgid "Profile not found."
-msgstr "找不到简介。"
+#: mod/admin.php:1356
+msgid "Enable fastlane"
+msgstr ""
 
-#: mod/dfrn_confirm.php:130
+#: mod/admin.php:1356
 msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "这会偶尔地发生熟人双方都要求和已经批准的时候。"
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr ""
 
-#: mod/dfrn_confirm.php:247
-msgid "Response from remote site was not understood."
-msgstr "遥网站的回答明白不了。"
+#: mod/admin.php:1357
+msgid "Enable frontend worker"
+msgstr ""
 
-#: mod/dfrn_confirm.php:256 mod/dfrn_confirm.php:261
-msgid "Unexpected response from remote site: "
-msgstr "居然回答从遥网站:"
+#: mod/admin.php:1357
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server."
+msgstr ""
 
-#: mod/dfrn_confirm.php:270
-msgid "Confirmation completed successfully."
-msgstr "确认成功完成。"
+#: mod/admin.php:1385
+msgid "Update has been marked successful"
+msgstr "更新当成功标签了"
 
-#: mod/dfrn_confirm.php:272 mod/dfrn_confirm.php:286 mod/dfrn_confirm.php:293
-msgid "Remote site reported: "
-msgstr "远程站点报告:"
+#: mod/admin.php:1392
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr ""
 
-#: mod/dfrn_confirm.php:284
-msgid "Temporary failure. Please wait and try again."
-msgstr "临时失败。请等一会,再试。"
+#: mod/admin.php:1395
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr ""
 
-#: mod/dfrn_confirm.php:291
-msgid "Introduction failed or was revoked."
-msgstr "介绍失败或被吊销。"
+#: mod/admin.php:1408
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "执行 %s 失败,错误:%s"
 
-#: mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "不会指定熟人照片。"
+#: mod/admin.php:1410
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "把%s更新成功地实行。"
 
-#: mod/dfrn_confirm.php:561
+#: mod/admin.php:1413
 #, php-format
-msgid "No user record found for '%s' "
-msgstr "找不到「%s」的用户记录"
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "%s更新没回答现状。不知道是否成功。"
 
-#: mod/dfrn_confirm.php:571
-msgid "Our site encryption key is apparently messed up."
-msgstr "看起来我们的加密钥匙失灵了。"
+#: mod/admin.php:1416
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr ""
 
-#: mod/dfrn_confirm.php:582
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "空的URL供应,或URL解不了码。"
+#: mod/admin.php:1436
+msgid "No failed updates."
+msgstr "没有不通过地更新。"
 
-#: mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "熟人记录在我们的网站找不了。"
+#: mod/admin.php:1437
+msgid "Check database structure"
+msgstr ""
 
-#: mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "没有网站公开钥匙在熟人记录在URL%s。"
+#: mod/admin.php:1442
+msgid "Failed Updates"
+msgstr "没通过的更新"
 
-#: mod/dfrn_confirm.php:638
+#: mod/admin.php:1443
 msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "身份证明由您的系统是在我们的重做。你再试应该运行。"
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "这个不包括1139号更新之前,它们没回答装线。"
 
-#: mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "不能创作您的熟人证件在我们的系统。"
+#: mod/admin.php:1444
+msgid "Mark success (if update was manually applied)"
+msgstr "标注成功(如果手动地把更新实行了)"
 
-#: mod/dfrn_confirm.php:711
-msgid "Unable to update your contact profile details on our system"
-msgstr "不能更新您的熟人简介消息在我们的系统"
+#: mod/admin.php:1445
+msgid "Attempt to execute this update step automatically"
+msgstr "试图自动地把这步更新实行"
 
-#: mod/dfrn_confirm.php:783
+#: mod/admin.php:1484
 #, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s加入%2$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 ""
 
-#: mod/dfrn_poll.php:114 mod/dfrn_poll.php:550
+#: mod/admin.php:1487
 #, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s欢迎%2$s"
-
-#: mod/dfrn_request.php:104
-msgid "This introduction has already been accepted."
-msgstr "这个介绍已经接受了。"
-
-#: mod/dfrn_request.php:127 mod/dfrn_request.php:529
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "简介位置失效或不包含简介信息。"
-
-#: mod/dfrn_request.php:132 mod/dfrn_request.php:534
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "警告:简介位置没有可设别的主名。"
+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/dfrn_request.php:135 mod/dfrn_request.php:537
-msgid "Warning: profile location has no profile photo."
-msgstr "警告:简介位置没有简介图。"
+#: mod/admin.php:1519 src/Model/User.php:634
+#, php-format
+msgid "Registration details for %s"
+msgstr "注册信息为%s"
 
-#: mod/dfrn_request.php:139 mod/dfrn_request.php:541
+#: mod/admin.php:1529
 #, 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需要的参数没找到在输入的位置。"
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s用户拦/不拦了"
 
-#: mod/dfrn_request.php:183
-msgid "Introduction complete."
-msgstr "介绍完成的。"
+#: mod/admin.php:1535
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s 用户被删除了"
 
-#: mod/dfrn_request.php:228
-msgid "Unrecoverable protocol error."
-msgstr "不能恢复的协议错误"
+#: mod/admin.php:1582
+#, php-format
+msgid "User '%s' deleted"
+msgstr "用户 '%s' 被删除了"
 
-#: mod/dfrn_request.php:256
-msgid "Profile unavailable."
-msgstr "简介无效"
+#: mod/admin.php:1590
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "用户「%s」无拦了"
 
-#: mod/dfrn_request.php:283
+#: mod/admin.php:1590
 #, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s今天已经受到了太多联络要求"
+msgid "User '%s' blocked"
+msgstr "用户「%s」拦了"
 
-#: mod/dfrn_request.php:284
-msgid "Spam protection measures have been invoked."
-msgstr "垃圾保护措施被用了。"
+#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732
+#: src/Content/ContactSelector.php:82
+msgid "Email"
+msgstr "电子邮件"
 
-#: mod/dfrn_request.php:285
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "æ\9c\8bå\8f\8b们被建议请24å°\8fæ\97¶å\90\8eå\86\8dè¯\95ã\80\82"
+#: mod/admin.php:1689 mod/admin.php:1714
+msgid "Register date"
+msgstr "注å\86\8cæ\97¥æ\9c\9f"
 
-#: mod/dfrn_request.php:347
-msgid "Invalid locator"
-msgstr "无效找到物"
+#: mod/admin.php:1689 mod/admin.php:1714
+msgid "Last login"
+msgstr "上次登录"
 
-#: mod/dfrn_request.php:356
-msgid "Invalid email address."
-msgstr "无效的邮件地址。"
+#: mod/admin.php:1689 mod/admin.php:1714
+msgid "Last item"
+msgstr "上项目"
 
-#: mod/dfrn_request.php:381
-msgid "This account has not been configured for email. Request failed."
-msgstr "这个账户没有设置用电子邮件。要求没通过。"
+#: mod/admin.php:1689 mod/settings.php:54
+msgid "Account"
+msgstr "帐户"
 
-#: mod/dfrn_request.php:484
-msgid "You have already introduced yourself here."
-msgstr "æ\82¨å·²ç»\8fè\87ªæ\88\91ä»\8bç»\8dè¿\99å\84¿ã\80\82"
+#: mod/admin.php:1697
+msgid "Add User"
+msgstr "æ·»å\8a ç\94¨æ\88·"
 
-#: mod/dfrn_request.php:488
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "看上去您已经是%s的朋友。"
+#: mod/admin.php:1699
+msgid "User registrations waiting for confirm"
+msgstr "用户注册等待确认"
 
-#: mod/dfrn_request.php:509
-msgid "Invalid profile URL."
-msgstr "无效的简介URL。"
+#: mod/admin.php:1700
+msgid "User waiting for permanent deletion"
+msgstr "用户等待长久删除"
 
-#: mod/dfrn_request.php:594 mod/contacts.php:222
-msgid "Failed to update contact record."
-msgstr "更新熟人记录失败了。"
+#: mod/admin.php:1701
+msgid "Request date"
+msgstr "要求日期"
 
-#: mod/dfrn_request.php:615
-msgid "Your introduction has been sent."
-msgstr "æ\82¨ç\9a\84ä»\8bç»\8då\8f\91å¸\83äº\86。"
+#: mod/admin.php:1702
+msgid "No registrations."
+msgstr "没æ\9c\89注å\86\8c。"
 
-#: mod/dfrn_request.php:657
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
+#: mod/admin.php:1703
+msgid "Note from the user"
 msgstr ""
 
-#: mod/dfrn_request.php:678
-msgid "Please login to confirm introduction."
-msgstr "请登记为确认介绍。"
-
-#: mod/dfrn_request.php:688
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "错误的用户登记者。请用<strong>这个</strong>用户。"
+#: mod/admin.php:1705
+msgid "Deny"
+msgstr "否定"
 
-#: mod/dfrn_request.php:702 mod/dfrn_request.php:719
-msgid "Confirm"
-msgstr "确认"
+#: mod/admin.php:1709
+msgid "Site admin"
+msgstr "ç½\91ç«\99管ç\90\86å\91\98"
 
-#: mod/dfrn_request.php:714
-msgid "Hide this contact"
-msgstr "隐藏这个熟人"
+#: mod/admin.php:1710
+msgid "Account expired"
+msgstr "帐户过期了"
 
-#: mod/dfrn_request.php:717
-#, php-format
-msgid "Welcome home %s."
-msgstr "欢迎%s。"
+#: mod/admin.php:1713
+msgid "New User"
+msgstr "新用户"
 
-#: mod/dfrn_request.php:718
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "请确认您的介绍/联络要求给%s。"
+#: mod/admin.php:1714
+msgid "Deleted since"
+msgstr "删除从"
 
-#: mod/dfrn_request.php:849
+#: mod/admin.php:1719
 msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "请输入您的「同一人地址」这些支持的交通网络中:"
+"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您肯定吗?"
 
-#: mod/dfrn_request.php:873
-#, php-format
+#: mod/admin.php:1720
 msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"%s/siteinfo\">follow this link to find a public Friendica site and "
-"join us today</a>."
-msgstr ""
+"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您肯定吗?"
 
-#: mod/dfrn_request.php:878
-msgid "Friend/Connection Request"
-msgstr "æ\9c\8bå\8f\8b/è¿\9eæ\8e¥è¯·æ±\82"
+#: mod/admin.php:1730
+msgid "Name of the new user."
+msgstr "æ\96°ç\94¨æ\88·ç\9a\84å\90\8då­\97ã\80\82"
 
-#: mod/dfrn_request.php:879
-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/admin.php:1731
+msgid "Nickname"
+msgstr "昵称"
 
-#: mod/dfrn_request.php:880 mod/follow.php:149
-msgid "Please answer the following:"
-msgstr "请回答下述的:"
+#: mod/admin.php:1731
+msgid "Nickname of the new user."
+msgstr "新用户的昵称。"
+
+#: mod/admin.php:1732
+msgid "Email address of the new user."
+msgstr "新用户的邮件地址。"
 
-#: mod/dfrn_request.php:881 mod/follow.php:150
+#: mod/admin.php:1774
 #, php-format
-msgid "Does %s know you?"
-msgstr "%s是否认识你?"
+msgid "Addon %s disabled."
+msgstr ""
 
-#: mod/dfrn_request.php:885 mod/follow.php:151
-msgid "Add a personal note:"
-msgstr "添加一个个人便条:"
+#: mod/admin.php:1778
+#, php-format
+msgid "Addon %s enabled."
+msgstr ""
 
-#: mod/dfrn_request.php:888
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/联合社会化网"
+#: mod/admin.php:1788 mod/admin.php:2037
+msgid "Disable"
+msgstr "停用"
 
-#: mod/dfrn_request.php:890
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。"
+#: mod/admin.php:1791 mod/admin.php:2040
+msgid "Enable"
+msgstr "使能用"
 
-#: mod/dfrn_request.php:891 mod/follow.php:157 mod/unfollow.php:113
-msgid "Your Identity Address:"
-msgstr "您的同一个人地址:"
+#: mod/admin.php:1813 mod/admin.php:2082
+msgid "Toggle"
+msgstr "肘节"
 
-#: mod/dfrn_request.php:894 mod/follow.php:63 mod/unfollow.php:65
-msgid "Submit Request"
-msgstr "提交要求"
+#: mod/admin.php:1821 mod/admin.php:2091
+msgid "Author: "
+msgstr "作者:"
 
-#: mod/directory.php:195 view/theme/vier/theme.php:194
-msgid "Global Directory"
-msgstr "综å\90\88ç\9b®å½\95"
+#: mod/admin.php:1822 mod/admin.php:2092
+msgid "Maintainer: "
+msgstr "ç»´æ\8a¤è\80\85ï¼\9a"
 
-#: mod/directory.php:197
-msgid "Find on this site"
-msgstr "找在这网站"
+#: mod/admin.php:1874
+msgid "Reload active addons"
+msgstr ""
 
-#: mod/directory.php:199
-msgid "Results for:"
+#: mod/admin.php:1879
+#, php-format
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
 msgstr ""
 
-#: mod/directory.php:201
-msgid "Site Directory"
-msgstr "网站目录"
+#: mod/admin.php:1999
+msgid "No themes found."
+msgstr "找不到主题。"
 
-#: mod/directory.php:208
-msgid "No entries (some entries may be hidden)."
-msgstr "没æ\9c\89æ\96\87ç« (æ\9c\89ç\9a\84æ\96\87ç« ä¼\9a被é\9a\90è\97\8f\80\82"
+#: mod/admin.php:2073
+msgid "Screenshot"
+msgstr "æ\88ªå\9b¾"
 
-#: mod/dirfind.php:40
-#, php-format
-msgid "People Search - %s"
-msgstr ""
+#: mod/admin.php:2127
+msgid "Reload active themes"
+msgstr "重载活动的主题"
 
-#: mod/dirfind.php:51
+#: mod/admin.php:2132
 #, php-format
-msgid "Forum Search - %s"
+msgid "No themes found on the system. They should be placed in %1$s"
 msgstr ""
 
-#: mod/dirfind.php:248 mod/match.php:113
-msgid "No matches"
-msgstr "没有结果"
+#: mod/admin.php:2133
+msgid "[Experimental]"
+msgstr "[试验]"
 
-#: mod/editpost.php:20 mod/editpost.php:30
-msgid "Item not found"
-msgstr "项目没找到"
+#: mod/admin.php:2134
+msgid "[Unsupported]"
+msgstr "[没支持]"
 
-#: mod/editpost.php:35
-msgid "Edit post"
-msgstr "编辑文章"
+#: mod/admin.php:2158
+msgid "Log settings updated."
+msgstr "日志设置更新了。"
 
-#: mod/events.php:97 mod/events.php:99
-msgid "Event can not end before it has started."
-msgstr ""
+#: mod/admin.php:2190
+msgid "PHP log currently enabled."
+msgstr "PHP 日志已启用。"
 
-#: mod/events.php:106 mod/events.php:108
-msgid "Event title and start time are required."
-msgstr "项目标题和开始时间是必须的。"
+#: mod/admin.php:2192
+msgid "PHP log currently disabled."
+msgstr "PHP 日志已禁用。"
 
-#: mod/events.php:380
-msgid "Create New Event"
-msgstr "创建新的事件"
+#: mod/admin.php:2201
+msgid "Clear"
+msgstr "清理出"
 
-#: mod/events.php:485
-msgid "Event details"
-msgstr "项目内容"
+#: mod/admin.php:2205
+msgid "Enable Debugging"
+msgstr "启用调试"
 
-#: mod/events.php:486
-msgid "Starting date and Title are required."
-msgstr "需要开始日期和标题。"
+#: mod/admin.php:2206
+msgid "Log file"
+msgstr "日志文件"
 
-#: mod/events.php:487 mod/events.php:488
-msgid "Event Starts:"
-msgstr "事件开始:"
+#: mod/admin.php:2206
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "必要被网页服务器可写的。相对Friendica主文件夹。"
 
-#: mod/events.php:487 mod/events.php:499 mod/profiles.php:707
-msgid "Required"
-msgstr "必须的"
+#: mod/admin.php:2207
+msgid "Log level"
+msgstr "日志级别"
 
-#: mod/events.php:489 mod/events.php:505
-msgid "Finish date/time is not known or not relevant"
-msgstr "结束日/时未知或无关"
+#: mod/admin.php:2209
+msgid "PHP logging"
+msgstr "PHP 日志"
 
-#: mod/events.php:491 mod/events.php:492
-msgid "Event Finishes:"
-msgstr "事件结束:"
+#: mod/admin.php:2210
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr ""
 
-#: mod/events.php:493 mod/events.php:506
-msgid "Adjust for viewer timezone"
-msgstr "调为观众的时间"
+#: mod/admin.php:2241
+#, php-format
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr ""
 
-#: mod/events.php:495
-msgid "Description:"
-msgstr "描述:"
+#: mod/admin.php:2245
+#, php-format
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr ""
 
-#: mod/events.php:499 mod/events.php:501
-msgid "Title:"
-msgstr "标题:"
+#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
+msgid "Off"
+msgstr ""
 
-#: mod/events.php:502 mod/events.php:503
-msgid "Share this event"
-msgstr "å\88\86享è¿\99个项ç\9b®"
+#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
+msgid "On"
+msgstr "å¼\80"
 
-#: mod/events.php:532
-msgid "Failed to remove event"
-msgstr "删除事件失败"
+#: mod/admin.php:2337
+#, php-format
+msgid "Lock feature %s"
+msgstr "锁定特性 %s"
 
-#: mod/events.php:534
-msgid "Event removed"
-msgstr "事件已删除"
+#: mod/admin.php:2345
+msgid "Manage Additional Features"
+msgstr "管理附加特性"
 
-#: mod/fetch.php:16 mod/fetch.php:43 mod/fetch.php:52 mod/help.php:57
-#: mod/p.php:20 mod/p.php:47 mod/p.php:56 index.php:302
-msgid "Not Found"
-msgstr "未发现"
+#: mod/babel.php:23
+msgid "Source (bbcode) text:"
+msgstr "源代码(bbcode)正文"
 
-#: mod/follow.php:42
-msgid "Contact added"
-msgstr "熟人添了"
+#: mod/babel.php:30
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "源代(Diaspora)正文要翻译成BBCode:"
 
-#: mod/follow.php:74
-msgid "You already added this contact."
-msgstr "你已经添加了这个联系人。"
+#: mod/babel.php:38
+msgid "Source input: "
+msgstr "源代码输入:"
 
-#: mod/follow.php:83
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Diaspora 支持没被启用。无法添加联系人。"
+#: mod/babel.php:42
+msgid "bbcode (raw HTML(: "
+msgstr ""
 
-#: mod/follow.php:90
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus 支持没被启用。无法添加联系人。"
+#: mod/babel.php:45
+msgid "bbcode: "
+msgstr ""
 
-#: mod/follow.php:97
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "网络类型无法被检测。无法添加联系人。"
+#: mod/babel.php:49 mod/babel.php:65
+msgid "bbcode => html2bbcode: "
+msgstr ""
 
-#: mod/follow.php:166 mod/notifications.php:258 mod/contacts.php:653
-#: mod/unfollow.php:122
-msgid "Profile URL"
+#: mod/babel.php:53
+msgid "bb2diaspora: "
 msgstr ""
 
-#: mod/friendica.php:70
-msgid "This is Friendica, version"
-msgstr "这是Friendica,版本"
+#: mod/babel.php:57
+msgid "bb2diaspora => Markdown: "
+msgstr ""
 
-#: mod/friendica.php:71
-msgid "running at web location"
-msgstr "运作再网址"
+#: mod/babel.php:61
+msgid "bb2diaspora => diaspora2bb: "
+msgstr ""
 
-#: mod/friendica.php:75
-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工程。"
+#: mod/babel.php:71
+msgid "Source input (Diaspora format): "
+msgstr "源代输入(Diaspora形式):"
 
-#: mod/friendica.php:79
-msgid "Bug reports and issues: please visit"
-msgstr "问题报案:请去"
+#: mod/babel.php:75
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
 
-#: mod/friendica.php:79
-msgid "the bugtracker at github"
+#: mod/community.php:44
+msgid "Community option not available."
 msgstr ""
 
-#: mod/friendica.php:82
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com"
+#: mod/community.php:61
+msgid "Not available."
+msgstr "不可用的"
 
-#: mod/friendica.php:96
-msgid "Installed plugins/addons/apps:"
-msgstr "安装的插件/加件/应用:"
+#: mod/community.php:74
+msgid "Local Community"
+msgstr ""
 
-#: mod/friendica.php:110
-msgid "No installed plugins/addons/apps"
-msgstr "没有安装的插件/应用"
+#: mod/community.php:77
+msgid "Posts from local users on this server"
+msgstr ""
 
-#: mod/friendica.php:115
-msgid "On this server the following remote servers are blocked."
-msgstr "在这个服务器上以下远程服务器被封禁了。"
+#: mod/community.php:85
+msgid "Global Community"
+msgstr ""
 
-#: mod/friendica.php:116 mod/admin.php:290 mod/admin.php:308
-msgid "Reason for the block"
-msgstr "封禁原因"
+#: mod/community.php:88
+msgid "Posts from users of the whole federated network"
+msgstr ""
 
-#: mod/group.php:31
-msgid "Group created."
-msgstr "群组已创建。"
+#: mod/community.php:134 mod/search.php:228
+msgid "No results."
+msgstr "没有结果。"
 
-#: mod/group.php:37
-msgid "Could not create group."
-msgstr "无法创建群组。"
+#: mod/community.php:178
+msgid ""
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr ""
 
-#: mod/group.php:51 mod/group.php:156
-msgid "Group not found."
-msgstr "组找不到。"
+#: mod/contacts.php:149
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d 个联系人被编辑了。"
 
-#: mod/group.php:65
-msgid "Group name changed."
-msgstr "组名变化了。"
+#: mod/contacts.php:176 mod/contacts.php:392
+msgid "Could not access contact record."
+msgstr "无法访问联系人记录。"
 
-#: mod/group.php:95
-msgid "Save Group"
-msgstr "保存组"
+#: mod/contacts.php:186
+msgid "Could not locate selected profile."
+msgstr "找不到选择的简介。"
 
-#: mod/group.php:100
-msgid "Create a group of contacts/friends."
-msgstr "创建一组联系人/朋友。"
+#: mod/contacts.php:220
+msgid "Contact updated."
+msgstr "联系人更新了。"
 
-#: mod/group.php:125
-msgid "Group removed."
-msgstr "组删除了。"
+#: mod/contacts.php:222 mod/dfrn_request.php:419
+msgid "Failed to update contact record."
+msgstr "更新熟人记录失败了。"
 
-#: mod/group.php:127
-msgid "Unable to remove group."
-msgstr "不能删除组。"
+#: mod/contacts.php:413
+msgid "Contact has been blocked"
+msgstr "联系人已被屏蔽"
 
-#: mod/group.php:191
-msgid "Delete Group"
-msgstr "删除群组"
+#: mod/contacts.php:413
+msgid "Contact has been unblocked"
+msgstr "联系人已被解除屏蔽"
 
-#: mod/group.php:197
-msgid "Group Editor"
-msgstr "组编辑器"
+#: mod/contacts.php:424
+msgid "Contact has been ignored"
+msgstr "联系人已被忽视"
 
-#: mod/group.php:202
-msgid "Edit Group Name"
-msgstr "编辑群组名称"
+#: mod/contacts.php:424
+msgid "Contact has been unignored"
+msgstr "联系人已被解除忽视"
 
-#: mod/group.php:212
-msgid "Members"
-msgstr "æ\88\90å\91\98"
+#: mod/contacts.php:435
+msgid "Contact has been archived"
+msgstr "æ\8a\8aè\81\94ç³»å­\98æ¡£äº\86"
 
-#: mod/group.php:214 mod/contacts.php:721
-msgid "All Contacts"
-msgstr "所有的熟人"
+#: mod/contacts.php:435
+msgid "Contact has been unarchived"
+msgstr "联系人已被解除存档"
 
-#: mod/group.php:228
-msgid "Remove Contact"
-msgstr "删除联系人"
+#: mod/contacts.php:459
+msgid "Drop contact"
+msgstr ""
 
-#: mod/group.php:252
-msgid "Add Contact"
-msgstr "æ·»å\8a è\81\94系人"
+#: mod/contacts.php:462 mod/contacts.php:814
+msgid "Do you really want to delete this contact?"
+msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个ç\86\9f人å\90\97ï¼\9f"
 
-#: mod/hcard.php:14
-msgid "No profile"
-msgstr "无简介"
+#: mod/contacts.php:480
+msgid "Contact has been removed."
+msgstr "联系人被删除了。"
 
-#: mod/help.php:45
-msgid "Help:"
-msgstr "帮助:"
+#: mod/contacts.php:511
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "您和 %s 互为朋友"
 
-#: mod/help.php:60 index.php:305
-msgid "Page not found."
-msgstr "页发现。"
+#: mod/contacts.php:515
+#, php-format
+msgid "You are sharing with %s"
+msgstr "你正在和 %s 分享"
 
-#: mod/home.php:42
+#: mod/contacts.php:519
 #, php-format
-msgid "Welcome to %s"
-msgstr "%s欢迎你"
+msgid "%s is sharing with you"
+msgstr "%s 正在和你分享"
 
-#: mod/install.php:109
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica沟通服务器-安装"
+#: mod/contacts.php:539
+msgid "Private communications are not available for this contact."
+msgstr "私人交流对这个联系人不可用。"
 
-#: mod/install.php:115
-msgid "Could not connect to database."
-msgstr "解不了数据库。"
+#: mod/contacts.php:541
+msgid "Never"
+msgstr "从未"
 
-#: mod/install.php:119
-msgid "Could not create table."
-msgstr "无法创建表格。"
+#: mod/contacts.php:544
+msgid "(Update was successful)"
+msgstr "(更新成功)"
 
-#: mod/install.php:125
-msgid "Your Friendica site database has been installed."
-msgstr "您Friendica网站数据库被安装了。"
+#: mod/contacts.php:544
+msgid "(Update was not successful)"
+msgstr "(更新不成功)"
 
-#: mod/install.php:130
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"
+#: mod/contacts.php:546 mod/contacts.php:976
+msgid "Suggest friends"
+msgstr "建议朋友们"
 
-#: mod/install.php:131 mod/install.php:203 mod/install.php:550
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "请看文件「INSTALL.txt」"
+#: mod/contacts.php:550
+#, php-format
+msgid "Network type: %s"
+msgstr "网络种类: %s"
 
-#: mod/install.php:143
-msgid "Database already in use."
+#: mod/contacts.php:555
+msgid "Communications lost with this contact!"
+msgstr "和这个联系人的通信断开了!"
+
+#: mod/contacts.php:561
+msgid "Fetch further information for feeds"
+msgstr "拿文源别的消息"
+
+#: mod/contacts.php:563
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
 msgstr ""
 
-#: mod/install.php:200
-msgid "System check"
-msgstr "系统检测"
+#: mod/contacts.php:565
+msgid "Fetch information"
+msgstr "取消息"
 
-#: mod/install.php:205
-msgid "Check again"
-msgstr "再检测"
+#: mod/contacts.php:566
+msgid "Fetch keywords"
+msgstr ""
 
-#: mod/install.php:224
-msgid "Database connection"
-msgstr "数据库接通"
+#: mod/contacts.php:567
+msgid "Fetch information and keywords"
+msgstr "取消息和关键词"
 
-#: mod/install.php:225
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "为安装Friendica我们要知道怎么连接您的数据库。"
+#: mod/contacts.php:599
+msgid "Contact"
+msgstr "联系人"
+
+#: mod/contacts.php:602
+msgid "Profile Visibility"
+msgstr "简历可见量"
 
-#: mod/install.php:226
+#: mod/contacts.php:603
+#, php-format
 msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。"
 
-#: mod/install.php:227
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。"
+#: mod/contacts.php:604
+msgid "Contact Information / Notes"
+msgstr "熟人信息/便条"
 
-#: mod/install.php:231
-msgid "Database Server Name"
-msgstr "数据库服务器名"
+#: mod/contacts.php:605
+msgid "Their personal note"
+msgstr ""
 
-#: mod/install.php:232
-msgid "Database Login Name"
-msgstr "数据库登录名"
+#: mod/contacts.php:607
+msgid "Edit contact notes"
+msgstr "编辑熟人便条"
 
-#: mod/install.php:233
-msgid "Database Login Password"
-msgstr "数据库登录密码"
+#: mod/contacts.php:611
+msgid "Block/Unblock contact"
+msgstr "屏蔽/解除屏蔽联系人"
 
-#: mod/install.php:233
-msgid "For security reasons the password must not be empty"
-msgstr "ç\94±äº\8eå®\89å\85¨ç\9a\84å\8e\9få\9b ï¼\8cå¯\86ç \81ä¸\8dè\83½ä¸ºç©º"
+#: mod/contacts.php:612
+msgid "Ignore contact"
+msgstr "忽è§\86ç\86\9f人"
 
-#: mod/install.php:234
-msgid "Database Name"
-msgstr "数据库名字"
+#: mod/contacts.php:613
+msgid "Repair URL settings"
+msgstr "维修URL设置"
 
-#: mod/install.php:235 mod/install.php:276
-msgid "Site administrator email address"
-msgstr "ç½\91ç«\99è¡\8cæ\94¿äººå\91\98é\82®ä»¶å\9c°å\9d\80"
+#: mod/contacts.php:614
+msgid "View conversations"
+msgstr "ç\9c\8b交æµ\81"
 
-#: mod/install.php:235 mod/install.php:276
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "您账户邮件地址必要符合这个为用网站处理仪表板"
+#: mod/contacts.php:619
+msgid "Last update:"
+msgstr "上个更新:"
 
-#: mod/install.php:239 mod/install.php:279
-msgid "Please select a default timezone for your website"
-msgstr "请选择您网站的默认时区"
+#: mod/contacts.php:621
+msgid "Update public posts"
+msgstr "更新公开文章"
 
-#: mod/install.php:266
-msgid "Site settings"
-msgstr "ç½\91ç«\99设置"
+#: mod/contacts.php:623 mod/contacts.php:986
+msgid "Update now"
+msgstr "ç\8e°å\9c¨æ\9b´æ\96°"
 
-#: mod/install.php:280
-msgid "System Language:"
-msgstr "系统语言:"
+#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003
+msgid "Unignore"
+msgstr "取消忽视"
 
-#: mod/install.php:280
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr ""
+#: mod/contacts.php:633
+msgid "Currently blocked"
+msgstr "现在被封禁的"
 
-#: mod/install.php:320
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "没找到命令行PHP在网服务器PATH。"
+#: mod/contacts.php:634
+msgid "Currently ignored"
+msgstr "现在不理的"
 
-#: mod/install.php:321
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-poller'>'Setup the poller'</a>"
-msgstr ""
+#: mod/contacts.php:635
+msgid "Currently archived"
+msgstr "现在存档着"
 
-#: mod/install.php:325
-msgid "PHP executable path"
-msgstr "PHP可执行路径"
+#: mod/contacts.php:636
+msgid "Awaiting connection acknowledge"
+msgstr ""
 
-#: mod/install.php:325
+#: mod/contacts.php:637
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "输入全路线到php执行程序。您会留空白为继续安装。"
-
-#: mod/install.php:330
-msgid "Command line PHP"
-msgstr "命令行PHP"
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "回答/喜欢关您公开文章<strong>会</strong>还可见的"
 
-#: mod/install.php:339
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"
+#: mod/contacts.php:638
+msgid "Notification for new posts"
+msgstr "新消息提示"
 
-#: mod/install.php:340
-msgid "Found PHP version: "
-msgstr "找到 PHP 版本:"
+#: mod/contacts.php:638
+msgid "Send a notification of every new post of this contact"
+msgstr "发送这个联系人的每篇新文章的通知"
 
-#: mod/install.php:342
-msgid "PHP cli binary"
-msgstr "命令行PHP執行檔"
+#: mod/contacts.php:641
+msgid "Blacklisted keywords"
+msgstr "黑名单关键词"
 
-#: mod/install.php:353
+#: mod/contacts.php:641
 msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "您系统的命令行PHP没有能够「register_argc_argv」。"
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"
 
-#: mod/install.php:354
-msgid "This is required for message delivery to work."
-msgstr "这必要为通信发布成功。"
+#: mod/contacts.php:653 src/Model/Profile.php:424
+msgid "XMPP:"
+msgstr ""
 
-#: mod/install.php:356
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: mod/contacts.php:658
+msgid "Actions"
+msgstr ""
 
-#: mod/install.php:379
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"
+#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259
+#: src/Content/Nav.php:100 src/Model/Profile.php:874
+msgid "Status"
+msgstr "状态"
 
-#: mod/install.php:380
-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/contacts.php:661
+msgid "Contact Settings"
+msgstr "联系人设置"
 
-#: mod/install.php:382
-msgid "Generate encryption keys"
-msgstr "产生加密钥匙"
+#: mod/contacts.php:702
+msgid "Suggestions"
+msgstr "建议"
 
-#: mod/install.php:389
-msgid "libCurl PHP module"
-msgstr "libCurl PHP模块"
+#: mod/contacts.php:705
+msgid "Suggest potential friends"
+msgstr "建议潜在朋友们"
 
-#: mod/install.php:390
-msgid "GD graphics PHP module"
-msgstr "GD显示PHP模块"
+#: mod/contacts.php:713
+msgid "Show all contacts"
+msgstr "显示所有的联系人"
 
-#: mod/install.php:391
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP模块"
+#: mod/contacts.php:718
+msgid "Unblocked"
+msgstr "不拦了"
 
-#: mod/install.php:392
-msgid "PDO or MySQLi PHP module"
-msgstr ""
+#: mod/contacts.php:721
+msgid "Only show unblocked contacts"
+msgstr "只显示没被屏蔽的联系人"
 
-#: mod/install.php:393
-msgid "mb_string PHP module"
-msgstr "mb_string PHP模块"
+#: mod/contacts.php:726
+msgid "Blocked"
+msgstr "被屏蔽的"
 
-#: mod/install.php:394
-msgid "XML PHP module"
-msgstr "XML PHP 模块"
+#: mod/contacts.php:729
+msgid "Only show blocked contacts"
+msgstr "只显示被屏蔽的联系人"
 
-#: mod/install.php:395
-msgid "iconv module"
-msgstr "iconv 模块"
+#: mod/contacts.php:734
+msgid "Ignored"
+msgstr "忽视的"
 
-#: mod/install.php:399 mod/install.php:401
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite部件"
+#: mod/contacts.php:737
+msgid "Only show ignored contacts"
+msgstr "只表示忽视的熟人"
 
-#: mod/install.php:399
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"
+#: mod/contacts.php:742
+msgid "Archived"
+msgstr "在存档"
 
-#: mod/install.php:407
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "错误:libCurl PHP模块是必要的可却不安装的。"
+#: mod/contacts.php:745
+msgid "Only show archived contacts"
+msgstr "只表示档案熟人"
 
-#: mod/install.php:411
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"
+#: mod/contacts.php:750
+msgid "Hidden"
+msgstr "隐藏的"
 
-#: mod/install.php:415
-msgid "Error: openssl PHP module required but not installed."
-msgstr "错误:openssl PHP模块是必要的可却不安装的。"
+#: mod/contacts.php:753
+msgid "Only show hidden contacts"
+msgstr "只表示隐藏的熟人"
 
-#: mod/install.php:419
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr ""
+#: mod/contacts.php:809
+msgid "Search your contacts"
+msgstr "搜索您的熟人"
 
-#: mod/install.php:423
-msgid "Error: The MySQL driver for PDO is not installed."
+#: mod/contacts.php:810 mod/search.php:236
+#, php-format
+msgid "Results for: %s"
 msgstr ""
 
-#: mod/install.php:427
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "错误:mbstring PHP模块必要可没安装的。"
+#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705
+msgid "Update"
+msgstr "更新"
 
-#: mod/install.php:431
-msgid "Error: iconv PHP module required but not installed."
-msgstr ""
+#: mod/contacts.php:820 mod/contacts.php:1011
+msgid "Archive"
+msgstr "存档"
 
-#: mod/install.php:441
-msgid "Error, XML PHP module required but not installed."
+#: mod/contacts.php:820 mod/contacts.php:1011
+msgid "Unarchive"
+msgstr "从存档拿来"
+
+#: mod/contacts.php:823
+msgid "Batch Actions"
 msgstr ""
 
-#: mod/install.php:453
-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\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"
+#: mod/contacts.php:857 src/Model/Profile.php:885
+msgid "Profile Details"
+msgstr "简介内容"
 
-#: mod/install.php:454
-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/contacts.php:869
+msgid "View all contacts"
+msgstr "看所有的熟人"
 
-#: mod/install.php:455
-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/contacts.php:880
+msgid "View all common friends"
+msgstr "查看所有公共好友"
 
-#: mod/install.php:456
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"
+#: mod/contacts.php:889
+msgid "Advanced Contact Settings"
+msgstr "高级联系人设置"
 
-#: mod/install.php:459
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php是可写的"
+#: mod/contacts.php:921
+msgid "Mutual Friendship"
+msgstr "共同友谊"
 
-#: mod/install.php:469
-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/contacts.php:925
+msgid "is a fan of yours"
+msgstr "是你的粉丝"
 
-#: mod/install.php:470
-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/contacts.php:929
+msgid "you are a fan of"
+msgstr "你喜欢"
 
-#: mod/install.php:471
-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/contacts.php:997
+msgid "Toggle Blocked status"
+msgstr "切换屏蔽状态"
 
-#: mod/install.php:472
-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/contacts.php:1005
+msgid "Toggle Ignored status"
+msgstr "交替忽视现状"
 
-#: mod/install.php:475
-msgid "view/smarty3 is writable"
-msgstr "能写view/smarty3"
+#: mod/contacts.php:1013
+msgid "Toggle Archive status"
+msgstr "交替档案现状"
 
-#: mod/install.php:491
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"
+#: mod/contacts.php:1021
+msgid "Delete contact"
+msgstr "删除熟人"
 
-#: mod/install.php:493
-msgid "Url rewrite is working"
-msgstr "URL改写发挥机能"
+#: mod/delegate.php:142
+msgid "No parent user"
+msgstr ""
 
-#: mod/install.php:512
-msgid "ImageMagick PHP extension is not installed"
+#: mod/delegate.php:158
+msgid "Parent User"
 msgstr ""
 
-#: mod/install.php:514
-msgid "ImageMagick PHP extension is installed"
+#: mod/delegate.php:160
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
 msgstr ""
 
-#: mod/install.php:516
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick 支持 GIF"
+#: mod/delegate.php:162 src/Content/Nav.php:204
+msgid "Delegate Page Management"
+msgstr "页代表管理"
 
-#: mod/install.php:523
+#: mod/delegate.php:163
+msgid "Delegates"
+msgstr ""
+
+#: mod/delegate.php:165
 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\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"
+"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/install.php:548
-msgid "<h1>What next</h1>"
-msgstr "<h1>下步是什么</h1>"
+#: mod/delegate.php:166
+msgid "Existing Page Managers"
+msgstr "目前页管理员"
 
-#: mod/install.php:549
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "重要:您要[手工地]准备安排的任务给喂器。"
+#: mod/delegate.php:168
+msgid "Existing Page Delegates"
+msgstr "目前页代表"
 
-#: mod/invite.php:31
-msgid "Total invitation limit exceeded."
-msgstr "邀请限超过了。"
+#: mod/delegate.php:170
+msgid "Potential Delegates"
+msgstr "潜力的代表"
 
-#: mod/invite.php:54
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : 不是效的电子邮件地址."
+#: mod/delegate.php:172 mod/tagrm.php:98
+msgid "Remove"
+msgstr "移走"
 
-#: mod/invite.php:79
-msgid "Please join us on Friendica"
-msgstr "请加入我们再Friendica"
+#: mod/delegate.php:173
+msgid "Add"
+msgstr ""
 
-#: mod/invite.php:90
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "邀请限超过了。请联系您的网站管理员。"
+#: mod/delegate.php:174
+msgid "No entries."
+msgstr "没有项目。"
 
-#: mod/invite.php:94
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : 送消息失败了。"
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
+msgstr "这个介绍已经接受了。"
 
-#: mod/invite.php:98
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d消息传送了。"
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "简介位置失效或不包含简介信息。"
 
-#: mod/invite.php:117
-msgid "You have no more invitations available"
-msgstr "您没有别的邀请"
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "警告:简介位置没有可设别的主名。"
 
-#: mod/invite.php:125
-#, 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成员在别的网站都会互相连接,再跟很多别的社会网络。"
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
+msgid "Warning: profile location has no profile photo."
+msgstr "警告:简介位置没有简介图。"
 
-#: mod/invite.php:127
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
 #, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "为接受这个邀请,请再%s或什么别的Friendica网站注册。"
+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/invite.php:128
-#, 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 站点。"
+#: mod/dfrn_request.php:162
+msgid "Introduction complete."
+msgstr "介绍完成的。"
 
-#: mod/invite.php:132
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。"
+#: mod/dfrn_request.php:199
+msgid "Unrecoverable protocol error."
+msgstr "不能恢复的协议错误"
 
-#: mod/invite.php:135
+#: mod/dfrn_request.php:226
+msgid "Profile unavailable."
+msgstr "简介无效"
+
+#: mod/dfrn_request.php:248
 #, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr ""
+msgid "%s has received too many connection requests today."
+msgstr "%s今天已经受到了太多联络要求"
 
-#: mod/invite.php:136
-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."
-msgstr ""
+#: mod/dfrn_request.php:249
+msgid "Spam protection measures have been invoked."
+msgstr "垃圾保护措施被用了。"
 
-#: mod/invite.php:142
-msgid "Send invitations"
-msgstr "发请柬"
+#: mod/dfrn_request.php:250
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "朋友们被建议请24小时后再试。"
 
-#: mod/invite.php:143
-msgid "Enter email addresses, one per line:"
-msgstr "输入电子邮件地址,一行一个:"
+#: mod/dfrn_request.php:280
+msgid "Invalid locator"
+msgstr "无效找到物"
 
-#: mod/invite.php:144 mod/message.php:332 mod/message.php:515
-#: mod/wallmessage.php:138
-msgid "Your message:"
-msgstr "你的消息:"
+#: mod/dfrn_request.php:316
+msgid "You have already introduced yourself here."
+msgstr "您已经自我介绍这儿。"
 
-#: mod/invite.php:145
-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,你被诚挚地邀请来加入我和其他亲密的朋友-并帮助我们创建更好的社会网络。"
+#: mod/dfrn_request.php:319
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "看上去您已经是%s的朋友。"
 
-#: mod/invite.php:147
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "æ\82¨è¦\81è¾\93å\85¥è¿\99个é\82\80请å¯\86ç \81ï¼\9a$invite_code"
+#: mod/dfrn_request.php:339
+msgid "Invalid profile URL."
+msgstr "æ\97 æ\95\88ç\9a\84ç®\80ä»\8bURLã\80\82"
 
-#: mod/invite.php:147
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "您一注册,请页跟我连接,用我的简介在:"
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1137
+msgid "Disallowed profile URL."
+msgstr "不允许的简介地址."
 
-#: mod/invite.php:149
+#: mod/dfrn_request.php:439
+msgid "Your introduction has been sent."
+msgstr "您的介绍发布了。"
+
+#: mod/dfrn_request.php:477
 msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
 msgstr ""
 
-#: mod/item.php:119
-msgid "Unable to locate original post."
-msgstr "找不到当初的新闻"
+#: mod/dfrn_request.php:493
+msgid "Please login to confirm introduction."
+msgstr "请登录以确认介绍。"
 
-#: mod/item.php:346
-msgid "Empty post discarded."
-msgstr "空帖子被丢弃了。"
+#: mod/dfrn_request.php:501
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "当前登录的身份不正确。请登录到<strong>这个</strong>用户。"
+
+#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
+msgid "Confirm"
+msgstr "确认"
 
-#: mod/item.php:903
-msgid "System error. Post not saved."
-msgstr "系统错误。x"
+#: mod/dfrn_request.php:527
+msgid "Hide this contact"
+msgstr "隐藏这个熟人"
 
-#: mod/item.php:994
+#: mod/dfrn_request.php:530
 #, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"
+msgid "Welcome home %s."
+msgstr "欢迎%s。"
 
-#: mod/item.php:996
+#: mod/dfrn_request.php:531
 #, php-format
-msgid "You may visit them online at %s"
-msgstr "你可以网上拜访他在%s"
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "请确认您的介绍/联络要求给%s。"
 
-#: mod/item.php:997
+#: mod/dfrn_request.php:642
 msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。"
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:"
 
-#: mod/item.php:1001
+#: mod/dfrn_request.php:645
 #, php-format
-msgid "%s posted an update."
-msgstr "%s贴上一个新闻。"
+msgid ""
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
+msgstr ""
 
-#: mod/localtime.php:26
-msgid "Time Conversion"
-msgstr "æ\97¶é\97´è£\85æ\8d¢"
+#: mod/dfrn_request.php:650
+msgid "Friend/Connection Request"
+msgstr "æ\9c\8bå\8f\8b/è¿\9eæ\8e¥è¯·æ±\82"
 
-#: mod/localtime.php:28
+#: mod/dfrn_request.php:651
 msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"
-
-#: mod/localtime.php:32
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC时间: %s"
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr ""
 
-#: mod/localtime.php:35
-#, php-format
-msgid "Current timezone: %s"
-msgstr "现在时区: %s"
+#: mod/dfrn_request.php:652 mod/follow.php:147
+msgid "Please answer the following:"
+msgstr "请回答下述的:"
 
-#: mod/localtime.php:38
+#: mod/dfrn_request.php:653 mod/follow.php:148
 #, php-format
-msgid "Converted localtime: %s"
-msgstr "装换的当地时间:%s"
-
-#: mod/localtime.php:43
-msgid "Please select your timezone:"
-msgstr "请选择你的时区:"
+msgid "Does %s know you?"
+msgstr "%s是否认识你?"
 
-#: mod/lostpass.php:22
-msgid "No valid account found."
-msgstr "æ\89¾ä¸\8då\88°æ\95\88ç\9a\84è´¦æ\88·ã\80\82"
+#: mod/dfrn_request.php:654 mod/follow.php:149
+msgid "Add a personal note:"
+msgstr "æ·»å\8a ä¸\80个个人便æ\9d¡ï¼\9a"
 
-#: mod/lostpass.php:38
-msgid "Password reset request issued. Check your email."
-msgstr "重设密码要求发布了。核对您的收件箱。"
+#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
+msgid "Friendica"
+msgstr "Friendica"
 
-#: mod/lostpass.php:44
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\t亲爱的%1$s,\n\t\t\t最近\"%2$s\"收到重设你账号密码要求。为了验证此要求,请点击\n\t\t下面的链接或者粘贴在浏览器。\n\n\t\t如果你没请求这个变化,请别点击并忽视或删除这个邮件。\n\n\t\t你的密码将不改变除非我们验证这个请求是由你发地。"
+#: mod/dfrn_request.php:657
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr ""
 
-#: mod/lostpass.php:55
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\n\t\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"
+#: mod/dfrn_request.php:658
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr ""
 
-#: mod/lostpass.php:74
+#: mod/dfrn_request.php:659
 #, php-format
-msgid "Password reset requested at %s"
-msgstr "重设密码要求被发布%s"
-
-#: mod/lostpass.php:94
 msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。"
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."
 
-#: mod/lostpass.php:113 boot.php:884
-msgid "Password Reset"
-msgstr "复位密码"
+#: mod/editpost.php:27 mod/editpost.php:37
+msgid "Item not found"
+msgstr "项目没找到"
 
-#: mod/lostpass.php:114
-msgid "Your password has been reset as requested."
-msgstr "您的密码被重设如要求的。"
+#: mod/editpost.php:44
+msgid "Edit post"
+msgstr "编辑文章"
 
-#: mod/lostpass.php:115
-msgid "Your new password is"
-msgstr "你的新的密码是"
+#: mod/events.php:103 mod/events.php:105
+msgid "Event can not end before it has started."
+msgstr ""
 
-#: mod/lostpass.php:116
-msgid "Save or copy your new password - and then"
-msgstr "保存或复制新密码-之后"
+#: mod/events.php:112 mod/events.php:114
+msgid "Event title and start time are required."
+msgstr "项目标题和开始时间是必须的。"
 
-#: mod/lostpass.php:117
-msgid "click here to login"
-msgstr "å\9c¨è¿\99å\84¿ç\82¹å\87»"
+#: mod/events.php:394
+msgid "Create New Event"
+msgstr "å\88\9b建æ\96°ç\9a\84äº\8b件"
 
-#: mod/lostpass.php:118
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "您的密码能被变化从<em>设置</em>页成功登记后。"
+#: mod/events.php:509
+msgid "Event details"
+msgstr "事件细节"
 
-#: mod/lostpass.php:128
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tDear %1$s,\n"
-"\t\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\t\tsomething that you will remember).\n"
-"\t\t\t"
-msgstr "\n\t\t\t\t亲戚的%1$s,\n\t\t\t\t\t你的密码于你的要求被改了。请保存这个消息或者\n\t\t\t\t立刻改密码成什么容易回忆的。\n\t\t\t"
+#: mod/events.php:510
+msgid "Starting date and Title are required."
+msgstr "需要开始日期和标题。"
 
-#: mod/lostpass.php:134
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\t\tSite Location:\t%1$s\n"
-"\t\t\t\tLogin Name:\t%2$s\n"
-"\t\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t\t"
-msgstr "\n\t\t\t\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"
+#: mod/events.php:511 mod/events.php:512
+msgid "Event Starts:"
+msgstr "事件开始:"
 
-#: mod/lostpass.php:150
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "您密码被变化在%s"
+#: mod/events.php:513 mod/events.php:529
+msgid "Finish date/time is not known or not relevant"
+msgstr "结束日期/时间未知或无关"
 
-#: mod/lostpass.php:162
-msgid "Forgot your Password?"
-msgstr "忘记你的密码吗?"
+#: mod/events.php:515 mod/events.php:516
+msgid "Event Finishes:"
+msgstr "事件结束:"
 
-#: mod/lostpass.php:163
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"
+#: mod/events.php:517 mod/events.php:530
+msgid "Adjust for viewer timezone"
+msgstr "调整为浏览者的时区"
 
-#: mod/lostpass.php:164 boot.php:872
-msgid "Nickname or Email: "
-msgstr "æ\98µç§°æ\88\96é\82®ä»¶å\9c°å\9d\80:"
+#: mod/events.php:519
+msgid "Description:"
+msgstr "æ\8f\8fè¿°:"
 
-#: mod/lostpass.php:165
-msgid "Reset"
-msgstr "复位"
+#: mod/events.php:523 mod/events.php:525
+msgid "Title:"
+msgstr "标题:"
 
-#: mod/manage.php:153
-msgid "Manage Identities and/or Pages"
-msgstr "管理身份或页"
+#: mod/events.php:526 mod/events.php:527
+msgid "Share this event"
+msgstr "分享这个事件"
 
-#: mod/manage.php:154
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "交替不同同一人或社会/组页合用您的账户或给您「管理」批准"
+#: mod/events.php:534 src/Model/Profile.php:850
+msgid "Basic"
+msgstr "基本"
 
-#: mod/manage.php:155
-msgid "Select an identity to manage: "
-msgstr "选择同一个人管理:"
+#: mod/events.php:556
+msgid "Failed to remove event"
+msgstr "删除事件失败"
 
-#: mod/match.php:39
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "没有符合的关键字。请在您的默认简介加关键字。"
+#: mod/events.php:558
+msgid "Event removed"
+msgstr "事件已删除"
 
-#: mod/match.php:92
-msgid "is interested in:"
-msgstr "感兴趣对:"
+#: mod/filer.php:34
+msgid "- select -"
+msgstr "-选择-"
 
-#: mod/match.php:106
-msgid "Profile Match"
-msgstr "简介符合"
+#: mod/follow.php:44
+msgid "The contact could not be added."
+msgstr ""
 
-#: mod/message.php:63 mod/wallmessage.php:53
-msgid "No recipient selected."
-msgstr "没有选择的接受者。"
+#: mod/follow.php:72
+msgid "You already added this contact."
+msgstr "你已经添加了这个联系人。"
 
-#: mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "找不到熟人信息。"
+#: mod/follow.php:81
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diaspora 支持没被启用。无法添加联系人。"
 
-#: mod/message.php:70 mod/wallmessage.php:59
-msgid "Message could not be sent."
-msgstr "消息发不了。"
+#: mod/follow.php:88
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus 支持没被启用。无法添加联系人。"
 
-#: mod/message.php:73 mod/wallmessage.php:62
-msgid "Message collection failure."
-msgstr "通信受到错误。"
+#: mod/follow.php:95
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "网络类型无法被检测。无法添加联系人。"
 
-#: mod/message.php:76 mod/wallmessage.php:65
-msgid "Message sent."
-msgstr "消息发了"
+#: mod/install.php:114
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica沟通服务器-安装"
 
-#: mod/message.php:205
-msgid "Do you really want to delete this message?"
-msgstr "您真的想删除这个通知吗?"
+#: mod/install.php:120
+msgid "Could not connect to database."
+msgstr "解不了数据库。"
 
-#: mod/message.php:225
-msgid "Message deleted."
-msgstr "æ\88æ\81¯å\88 é\99¤äº\86。"
+#: mod/install.php:124
+msgid "Could not create table."
+msgstr "æ\97 æ³\95å\88\9b建表格。"
 
-#: mod/message.php:255
-msgid "Conversation removed."
-msgstr "交流删除了。"
+#: mod/install.php:130
+msgid "Your Friendica site database has been installed."
+msgstr "您Friendica网站数据库被安装了。"
 
-#: mod/message.php:322 mod/wallmessage.php:129
-msgid "Send Private Message"
-msgstr "发私人的通信"
+#: mod/install.php:135
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"
 
-#: mod/message.php:323 mod/message.php:510 mod/wallmessage.php:131
-msgid "To:"
-msgstr "到:"
+#: mod/install.php:136 mod/install.php:208 mod/install.php:553
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "请看文件「INSTALL.txt」"
 
-#: mod/message.php:328 mod/message.php:512 mod/wallmessage.php:132
-msgid "Subject:"
-msgstr "题目:"
+#: mod/install.php:148
+msgid "Database already in use."
+msgstr "数据库已经被使用。"
 
-#: mod/message.php:364
-msgid "No messages."
-msgstr "没有消息"
+#: mod/install.php:205
+msgid "System check"
+msgstr "系统检测"
 
-#: mod/message.php:403
-msgid "Message not available."
-msgstr "通信不可用的"
+#: mod/install.php:210
+msgid "Check again"
+msgstr "再检测"
 
-#: mod/message.php:478
-msgid "Delete message"
-msgstr "删除消息"
+#: mod/install.php:230
+msgid "Database connection"
+msgstr "数据库接通"
 
-#: mod/message.php:503 mod/message.php:591
-msgid "Delete conversation"
-msgstr "删除交谈"
+#: mod/install.php:231
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "为安装Friendica我们要知道怎么连接您的数据库。"
 
-#: mod/message.php:505
+#: mod/install.php:232
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。"
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"
 
-#: mod/message.php:509
-msgid "Send Reply"
-msgstr "发回答"
+#: mod/install.php:233
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。"
 
-#: mod/message.php:561
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "生发送人-%s"
+#: mod/install.php:237
+msgid "Database Server Name"
+msgstr "数据库服务器名"
 
-#: mod/message.php:563
-#, php-format
-msgid "You and %s"
-msgstr "您和%s"
+#: mod/install.php:238
+msgid "Database Login Name"
+msgstr "数据库登录名"
 
-#: mod/message.php:565
-#, php-format
-msgid "%s and You"
-msgstr "%s和您"
+#: mod/install.php:239
+msgid "Database Login Password"
+msgstr "数据库登录密码"
 
-#: mod/message.php:594
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: mod/install.php:239
+msgid "For security reasons the password must not be empty"
+msgstr "由于安全的原因,密码不能为空"
 
-#: mod/message.php:597
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d通知"
+#: mod/install.php:240
+msgid "Database Name"
+msgstr "数据库名字"
 
-#: mod/mood.php:136
-msgid "Mood"
-msgstr "心情"
+#: mod/install.php:241 mod/install.php:281
+msgid "Site administrator email address"
+msgstr "网站行政人员邮件地址"
 
-#: mod/mood.php:137
-msgid "Set your current mood and tell your friends"
-msgstr "选择现在的心情而告诉朋友们"
+#: mod/install.php:241 mod/install.php:281
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "您账户邮件地址必要符合这个为用网站处理仪表板"
 
-#: mod/network.php:187 mod/search.php:28
-msgid "Remove term"
-msgstr "删除关键字"
+#: mod/install.php:245 mod/install.php:284
+msgid "Please select a default timezone for your website"
+msgstr "请选择您网站的默认时区"
 
-#: mod/network.php:561
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。"
+#: mod/install.php:271
+msgid "Site settings"
+msgstr "网站设置"
 
-#: mod/network.php:564
-msgid "Messages in this group won't be send to these receivers."
-msgstr "这个组中的消息不会被发送至这些接收者。"
+#: mod/install.php:285
+msgid "System Language:"
+msgstr "系统语言:"
 
-#: mod/network.php:684
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "私人通信给这个人回被公开。"
+#: mod/install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr ""
 
-#: mod/network.php:688
-msgid "Invalid contact."
-msgstr "æ\97 æ\95\88ç\86\9f人。"
+#: mod/install.php:325
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "没æ\89¾å\88°å\91½ä»¤è¡\8cPHPå\9c¨ç½\91æ\9c\8då\8a¡å\99¨PATH。"
 
-#: mod/network.php:892
-msgid "Commented Order"
-msgstr "评论时间顺序"
+#: mod/install.php:326
+msgid ""
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
+msgstr ""
 
-#: mod/network.php:895
-msgid "Sort by Comment Date"
-msgstr "按评论日期顺序排列"
+#: mod/install.php:330
+msgid "PHP executable path"
+msgstr "PHP可执行路径"
 
-#: mod/network.php:900
-msgid "Posted Order"
-msgstr "贴时间顺序"
+#: mod/install.php:330
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "输入全路线到php执行程序。您会留空白为继续安装。"
 
-#: mod/network.php:903
-msgid "Sort by Post Date"
-msgstr "按发布日期顺序排列"
+#: mod/install.php:335
+msgid "Command line PHP"
+msgstr "命令行PHP"
 
-#: mod/network.php:914
-msgid "Posts that mention or involve you"
-msgstr "提或关您的文章"
+#: mod/install.php:344
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"
 
-#: mod/network.php:922
-msgid "New"
-msgstr "æ\96°"
+#: mod/install.php:345
+msgid "Found PHP version: "
+msgstr "æ\89¾å\88° PHP ç\89\88æ\9c¬ï¼\9a"
 
-#: mod/network.php:925
-msgid "Activity Stream - by date"
-msgstr "活动河流-按日期"
+#: mod/install.php:347
+msgid "PHP cli binary"
+msgstr "命令行PHP執行檔"
 
-#: mod/network.php:933
-msgid "Shared Links"
-msgstr "共享的链接"
+#: mod/install.php:358
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "您系统的命令行PHP没有能够「register_argc_argv」。"
 
-#: mod/network.php:936
-msgid "Interesting Links"
-msgstr "有意思的超链接"
+#: mod/install.php:359
+msgid "This is required for message delivery to work."
+msgstr "这必要为通信发布成功。"
 
-#: mod/network.php:944
-msgid "Starred"
-msgstr "被星"
+#: mod/install.php:361
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/network.php:947
-msgid "Favourite Posts"
-msgstr "最喜欢的文章"
+#: mod/install.php:384
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"
 
-#: mod/notifications.php:38
-msgid "Invalid request identifier."
-msgstr "无效要求身份号。"
+#: mod/install.php:385
+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:47 mod/notifications.php:183
-#: mod/notifications.php:230
-msgid "Discard"
-msgstr "丢弃"
+#: mod/install.php:387
+msgid "Generate encryption keys"
+msgstr "产生加密钥匙"
 
-#: mod/notifications.php:63 mod/notifications.php:182
-#: mod/notifications.php:266 mod/contacts.php:635 mod/contacts.php:835
-#: mod/contacts.php:1020
-msgid "Ignore"
-msgstr "忽视"
+#: mod/install.php:394
+msgid "libCurl PHP module"
+msgstr "libCurl PHP模块"
 
-#: mod/notifications.php:108
-msgid "Network Notifications"
-msgstr "网络通知"
+#: mod/install.php:395
+msgid "GD graphics PHP module"
+msgstr "GD显示PHP模块"
 
-#: mod/notifications.php:114 mod/notify.php:73
-msgid "System Notifications"
-msgstr "系统通知"
+#: mod/install.php:396
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP模块"
 
-#: mod/notifications.php:120
-msgid "Personal Notifications"
-msgstr "私人通知"
+#: mod/install.php:397
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO 或者 MySQLi PHP 模块"
 
-#: mod/notifications.php:126
-msgid "Home Notifications"
-msgstr "主页通知"
+#: mod/install.php:398
+msgid "mb_string PHP module"
+msgstr "mb_string PHP模块"
 
-#: mod/notifications.php:155
-msgid "Show Ignored Requests"
-msgstr "显示不理的要求"
+#: mod/install.php:399
+msgid "XML PHP module"
+msgstr "XML PHP 模块"
 
-#: mod/notifications.php:155
-msgid "Hide Ignored Requests"
-msgstr "隐藏不理的要求"
+#: mod/install.php:400
+msgid "iconv module"
+msgstr "iconv 模块"
 
-#: mod/notifications.php:167 mod/notifications.php:237
-msgid "Notification type: "
-msgstr "通知种类:"
+#: mod/install.php:404 mod/install.php:406
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite部件"
 
-#: mod/notifications.php:170
-#, php-format
-msgid "suggested by %s"
-msgstr "由%s建议的"
+#: mod/install.php:404
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"
 
-#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:642
-msgid "Hide this contact from others"
-msgstr "é\9a\90è\97\8fè¿\99个ç\86\9f人ç»\99å\88«äºº"
+#: mod/install.php:412
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "é\94\99误ï¼\9alibCurl PHP模å\9d\97æ\98¯å¿\85è¦\81ç\9a\84å\8f¯å\8d´ä¸\8då®\89è£\85ç\9a\84ã\80\82"
 
-#: mod/notifications.php:176 mod/notifications.php:255
-msgid "Post a new friend activity"
-msgstr "表新朋友活动"
+#: mod/install.php:416
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"
 
-#: mod/notifications.php:176 mod/notifications.php:255
-msgid "if applicable"
-msgstr "或适用"
+#: mod/install.php:420
+msgid "Error: openssl PHP module required but not installed."
+msgstr "错误:openssl PHP模块是必要的可却不安装的。"
 
-#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1604
-msgid "Approve"
-msgstr "批准"
+#: mod/install.php:424
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr ""
 
-#: mod/notifications.php:198
-msgid "Claims to be known to you: "
-msgstr "声称被您认识:"
+#: mod/install.php:428
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr ""
 
-#: mod/notifications.php:199
-msgid "yes"
-msgstr ""
+#: mod/install.php:432
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "错误:mbstring PHP模块必要可没安装的。"
 
-#: mod/notifications.php:199
-msgid "no"
-msgstr ""
+#: mod/install.php:436
+msgid "Error: iconv PHP module required but not installed."
+msgstr ""
 
-#: mod/notifications.php:200 mod/notifications.php:205
-msgid "Shall your connection be bidirectional or not?"
+#: mod/install.php:446
+msgid "Error, XML PHP module required but not installed."
 msgstr ""
 
-#: mod/notifications.php:201 mod/notifications.php:206
-#, php-format
+#: mod/install.php:458
 msgid ""
-"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
-"also receive updates from them in your news feed."
-msgstr ""
+"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\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"
 
-#: mod/notifications.php:202
-#, php-format
+#: mod/install.php:459
 msgid ""
-"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
-" will not receive updates from them in your news feed."
-msgstr ""
+"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:207
-#, php-format
+#: mod/install.php:460
 msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr ""
+"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:218
-msgid "Friend"
-msgstr "朋友"
+#: mod/install.php:461
+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:219
-msgid "Sharer"
-msgstr "分享者"
+#: mod/install.php:464
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php是可写的"
 
-#: mod/notifications.php:219
-msgid "Subscriber"
-msgstr "订阅者"
+#: mod/install.php:474
+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:275
-msgid "No introductions."
-msgstr "没有介绍。"
+#: mod/install.php:475
+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:316
-msgid "Show unread"
-msgstr "显示未读"
+#: mod/install.php:476
+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:316
-msgid "Show all"
-msgstr "显示全部"
+#: mod/install.php:477
+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/notifications.php:322
-#, php-format
-msgid "No more %s notifications."
-msgstr ""
+#: mod/install.php:480
+msgid "view/smarty3 is writable"
+msgstr "能写view/smarty3"
 
-#: mod/notify.php:69
-msgid "No more system notifications."
-msgstr "没别系统通知。"
+#: mod/install.php:496
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"
 
-#: mod/oexchange.php:25
-msgid "Post successful."
-msgstr "评论发表了。"
+#: mod/install.php:498
+msgid "Url rewrite is working"
+msgstr "URL改写发挥机能"
 
-#: mod/openid.php:25
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID协议错误。没ID还。 "
+#: mod/install.php:517
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP 扩展没有安装"
+
+#: mod/install.php:519
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP 扩展已安装"
+
+#: mod/install.php:521
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick 支持 GIF"
 
-#: mod/openid.php:61
+#: mod/install.php:528
 msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "找不到账户和OpenID注册不允许。"
+"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\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"
 
-#: mod/ostatus_subscribe.php:17
-msgid "Subscribing to OStatus contacts"
-msgstr "正在订阅 OStatus 联系人"
+#: mod/install.php:551
+msgid "<h1>What next</h1>"
+msgstr "<h1>下步是什么</h1>"
 
-#: mod/ostatus_subscribe.php:28
-msgid "No contact provided."
+#: mod/install.php:552
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
 msgstr ""
 
-#: mod/ostatus_subscribe.php:34
-msgid "Couldn't fetch information for contact."
+#: mod/install.php:555
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
 msgstr ""
 
-#: mod/ostatus_subscribe.php:43
-msgid "Couldn't fetch friends for contact."
-msgstr ""
+#: mod/item.php:114
+msgid "Unable to locate original post."
+msgstr "找不到当初的新闻"
 
-#: mod/ostatus_subscribe.php:57 mod/repair_ostatus.php:47
-msgid "Done"
-msgstr "完成"
+#: mod/item.php:274
+msgid "Empty post discarded."
+msgstr "空帖子被丢弃了。"
 
-#: mod/ostatus_subscribe.php:71
-msgid "success"
-msgstr "成功"
+#: mod/item.php:471 mod/wall_upload.php:231 src/Object/Image.php:949
+#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998
+msgid "Wall Photos"
+msgstr "墙照片"
 
-#: mod/ostatus_subscribe.php:73
-msgid "failed"
-msgstr "失败"
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"
 
-#: mod/ostatus_subscribe.php:81 mod/repair_ostatus.php:53
-msgid "Keep this window open until done."
-msgstr "保持窗口打开直到完成。"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "你可以网上拜访他在%s"
 
-#: mod/p.php:13
-msgid "Not Extended"
-msgstr ""
+#: mod/item.php:802
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。"
 
-#: mod/poke.php:198
-msgid "Poke/Prod"
-msgstr "戳"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
+msgstr "%s贴上一个新闻。"
+
+#: mod/localtime.php:33
+msgid "Time Conversion"
+msgstr "时间装换"
 
-#: mod/poke.php:199
-msgid "poke, prod or do other things to somebody"
-msgstr "把人家戳或别的行动"
+#: mod/localtime.php:35
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"
 
-#: mod/poke.php:200
-msgid "Recipient"
-msgstr "接受者"
+#: mod/localtime.php:39
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC时间: %s"
 
-#: mod/poke.php:201
-msgid "Choose what you wish to do to recipient"
-msgstr "选择您想把别人作"
+#: mod/localtime.php:42
+#, php-format
+msgid "Current timezone: %s"
+msgstr "现在时区: %s"
 
-#: mod/poke.php:204
-msgid "Make this post private"
-msgstr "使这个文章私人"
+#: mod/localtime.php:46
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "装换的当地时间:%s"
 
-#: mod/profile.php:177
-msgid "Tips for New Members"
-msgstr "新人建议"
+#: mod/localtime.php:52
+msgid "Please select your timezone:"
+msgstr "请选择你的时区:"
 
-#: mod/profile_photo.php:45
-msgid "Image uploaded but image cropping failed."
-msgstr "照片上传去了,但修剪失灵。"
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "找不到效的账户。"
 
-#: mod/profile_photo.php:78 mod/profile_photo.php:86 mod/profile_photo.php:94
-#: mod/profile_photo.php:323
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "照片减少[%s]失灵。"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "重设密码要求发布了。核对您的收件箱。"
 
-#: mod/profile_photo.php:128
+#: mod/lostpass.php:45
+#, php-format
 msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"
-
-#: mod/profile_photo.php:137
-msgid "Unable to process image"
-msgstr "不能处理照片"
+"\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, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr ""
 
-#: mod/profile_photo.php:156 mod/wall_upload.php:182 mod/photos.php:816
+#: mod/lostpass.php:56
 #, php-format
-msgid "Image exceeds size limit of %s"
+msgid ""
+"\n"
+"\t\tFollow this link soon 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/profile_photo.php:165 mod/wall_upload.php:219 mod/photos.php:857
-msgid "Unable to process image."
-msgstr "处理不了图像."
+#: mod/lostpass.php:72
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "重设密码要求被发布%s"
 
-#: mod/profile_photo.php:254
-msgid "Upload File:"
-msgstr "上传文件:"
+#: mod/lostpass.php:88
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。"
 
-#: mod/profile_photo.php:255
-msgid "Select a profile:"
-msgstr "选择一个简介"
+#: mod/lostpass.php:101
+msgid "Request has expired, please make a new one."
+msgstr ""
 
-#: mod/profile_photo.php:257
-msgid "Upload"
-msgstr "上传"
+#: mod/lostpass.php:116
+msgid "Forgot your Password?"
+msgstr "忘记你的密码吗?"
 
-#: mod/profile_photo.php:260
-msgid "or"
-msgstr "或者"
+#: mod/lostpass.php:117
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"
 
-#: mod/profile_photo.php:260
-msgid "skip this step"
-msgstr "略过这步"
+#: mod/lostpass.php:118 src/Module/Login.php:314
+msgid "Nickname or Email: "
+msgstr "昵称或邮件地址:"
 
-#: mod/profile_photo.php:260
-msgid "select a photo from your photo albums"
-msgstr "从您的照片册选择一片。"
+#: mod/lostpass.php:119
+msgid "Reset"
+msgstr "复位"
 
-#: mod/profile_photo.php:274
-msgid "Crop Image"
-msgstr "修剪照片"
+#: mod/lostpass.php:135 src/Module/Login.php:326
+msgid "Password Reset"
+msgstr "复位密码"
 
-#: mod/profile_photo.php:275
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "请调图片剪裁为最好看。"
+#: mod/lostpass.php:136
+msgid "Your password has been reset as requested."
+msgstr "您的密码被重设如要求的。"
 
-#: mod/profile_photo.php:277
-msgid "Done Editing"
-msgstr "编辑完成"
+#: mod/lostpass.php:137
+msgid "Your new password is"
+msgstr "你的新的密码是"
 
-#: mod/profile_photo.php:313
-msgid "Image uploaded successfully."
-msgstr "照片成功地上传了。"
+#: mod/lostpass.php:138
+msgid "Save or copy your new password - and then"
+msgstr "保存或复制新密码-之后"
 
-#: mod/profile_photo.php:315 mod/wall_upload.php:258 mod/photos.php:886
-msgid "Image upload failed."
-msgstr "图像上载失败了."
+#: mod/lostpass.php:139
+msgid "click here to login"
+msgstr "点击这里登录"
 
-#: mod/register.php:97
+#: mod/lostpass.php:140
 msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "注册成功了。请咨询说明再您的收件箱。"
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "您的密码可以在成功登录后在<em>设置</em>页修改。"
 
-#: mod/register.php:102
+#: mod/lostpass.php:148
 #, 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:109
-msgid "Registration successful."
-msgstr "注册成功。"
-
-#: mod/register.php:115
-msgid "Your registration can not be processed."
-msgstr "处理不了您的注册。"
-
-#: mod/register.php:164
-msgid "Your registration is pending approval by the site owner."
-msgstr "您的注册等网页主的批准。"
-
-#: mod/register.php:230
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr ""
 
-#: mod/register.php:231
+#: mod/lostpass.php:154
+#, php-format
 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:232
-msgid "Your OpenID (optional): "
-msgstr "您的OpenID(可选的):"
-
-#: mod/register.php:246
-msgid "Include your profile in member directory?"
-msgstr "放您的简介再员目录?"
-
-#: mod/register.php:271
-msgid "Note for the admin"
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
 msgstr ""
 
-#: mod/register.php:271
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "给管理员留条消息,为什么你想加入这个节点"
-
-#: mod/register.php:272
-msgid "Membership on this site is by invitation only."
-msgstr "会员身份在这个网站是光通过邀请。"
-
-#: mod/register.php:273
-msgid "Your invitation ID: "
-msgstr "您邀请ID:"
+#: mod/lostpass.php:167
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "您密码被变化在%s"
 
-#: mod/register.php:276 mod/admin.php:1155
-msgid "Registration"
-msgstr "注å\86\8c"
+#: mod/message.php:30 src/Content/Nav.php:198
+msgid "New Message"
+msgstr "æ\96°ç\9a\84æ¶\88æ\81¯"
 
-#: mod/register.php:284
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr ""
+#: mod/message.php:73 mod/wallmessage.php:57
+msgid "No recipient selected."
+msgstr "没有选择的接受者。"
 
-#: mod/register.php:285
-msgid "Your Email Address: "
-msgstr "你的电子邮件地址:"
+#: mod/message.php:77
+msgid "Unable to locate contact information."
+msgstr "找不到熟人信息。"
 
-#: mod/register.php:287 mod/settings.php:1275
-msgid "New Password:"
-msgstr "æ\96°å¯\86ç \81ï¼\9a"
+#: mod/message.php:80 mod/wallmessage.php:63
+msgid "Message could not be sent."
+msgstr "æ\88æ\81¯å\8f\91ä¸\8däº\86ã\80\82"
 
-#: mod/register.php:287
-msgid "Leave empty for an auto generated password."
-msgstr "留空以使用自动生成的密码。"
+#: mod/message.php:83 mod/wallmessage.php:66
+msgid "Message collection failure."
+msgstr "通信受到错误。"
 
-#: mod/register.php:288 mod/settings.php:1276
-msgid "Confirm:"
-msgstr "确认:"
+#: mod/message.php:86 mod/wallmessage.php:69
+msgid "Message sent."
+msgstr "消息发了"
 
-#: mod/register.php:289
-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/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
+msgid "Messages"
+msgstr "消息"
 
-#: mod/register.php:290
-msgid "Choose a nickname: "
-msgstr "选择昵称:"
+#: mod/message.php:136
+msgid "Do you really want to delete this message?"
+msgstr "您真的想删除这个通知吗?"
 
-#: mod/register.php:300
-msgid "Import your profile to this friendica instance"
-msgstr "进口您的简介到这个friendica服务器"
+#: mod/message.php:156
+msgid "Message deleted."
+msgstr "消息删除了。"
 
-#: mod/regmod.php:61
-msgid "Account approved."
-msgstr "è´¦æ\88·å·²è¢«æ\89¹å\87\86ã\80\82"
+#: mod/message.php:185
+msgid "Conversation removed."
+msgstr "交æµ\81å\88 é\99¤äº\86ã\80\82"
 
-#: mod/regmod.php:89
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "%s的登记撤销了"
+#: mod/message.php:250 mod/wallmessage.php:132
+msgid "Send Private Message"
+msgstr "发私人的通信"
 
-#: mod/regmod.php:101
-msgid "Please login."
-msgstr "清登录。"
+#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134
+msgid "To:"
+msgstr "到:"
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr "删除我的账户"
+#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135
+msgid "Subject:"
+msgstr "题目:"
 
-#: mod/removeme.php:56
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "这要完全删除您的账户。这一做过,就不能恢复。"
+#: mod/message.php:291
+msgid "No messages."
+msgstr "没有消息"
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
-msgstr "请输入密码为确认:"
+#: mod/message.php:330
+msgid "Message not available."
+msgstr "通信不可用的"
 
-#: mod/repair_ostatus.php:17
-msgid "Resubscribing to OStatus contacts"
-msgstr "重新订阅 OStatus 联系人"
+#: mod/message.php:397
+msgid "Delete message"
+msgstr "删除消息"
 
-#: mod/repair_ostatus.php:33
-msgid "Error"
-msgstr "错误"
+#: mod/message.php:399 mod/message.php:500
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: mod/subthread.php:106
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s关注着%2$s的%3$s"
+#: mod/message.php:414 mod/message.php:497
+msgid "Delete conversation"
+msgstr "删除交谈"
 
-#: mod/tagrm.php:46
-msgid "Tag removed"
-msgstr "标签去除了"
+#: mod/message.php:416
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。"
 
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
-msgstr "å\8e»é\99¤é¡¹ç\9b®æ \87ç­¾"
+#: mod/message.php:420
+msgid "Send Reply"
+msgstr "å\8f\91å\9b\9eç­\94"
 
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
-msgstr "选择标签去除"
+#: mod/message.php:471
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "生发送人-%s"
 
-#: mod/tagrm.php:98 mod/delegate.php:139
-msgid "Remove"
-msgstr "移走"
+#: mod/message.php:473
+#, php-format
+msgid "You and %s"
+msgstr "您和%s"
 
-#: mod/uexport.php:39
-msgid "Export account"
-msgstr "导出账户"
+#: mod/message.php:475
+#, php-format
+msgid "%s and You"
+msgstr "%s和您"
 
-#: mod/uexport.php:39
-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/message.php:503
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d通知"
 
-#: mod/uexport.php:40
-msgid "Export all"
-msgstr "导å\87ºå\85¨é\83¨"
+#: mod/network.php:194 mod/search.php:37
+msgid "Remove term"
+msgstr "å\88 é\99¤å\85³é\94®å­\97"
 
-#: mod/uexport.php:40
-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/network.php:201 mod/search.php:46 src/Content/Feature.php:100
+msgid "Saved Searches"
+msgstr "保存的搜索"
 
-#: mod/uexport.php:47 mod/settings.php:98
-msgid "Export personal data"
-msgstr "导出个人信息"
+#: mod/network.php:202 src/Model/Group.php:401
+msgid "add"
+msgstr "添加"
 
-#: mod/videos.php:127
-msgid "Do you really want to delete this video?"
-msgstr "你真的想删除这个视频吗?"
+#: mod/network.php:547
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。"
 
-#: mod/videos.php:132
-msgid "Delete Video"
-msgstr "删除视频"
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
+msgstr "这个组中的消息不会被发送至这些接收者。"
 
-#: mod/videos.php:211
-msgid "No videos selected"
-msgstr "没æ\9c\89è§\86é¢\91被é\80\89æ\8b©"
+#: mod/network.php:618
+msgid "No such group"
+msgstr "没æ\9c\89è¿\99个ç»\84"
 
-#: mod/videos.php:312 mod/photos.php:1094
-msgid "Access to this item is restricted."
-msgstr "这个项目使用权限的。"
+#: mod/network.php:643
+#, php-format
+msgid "Group: %s"
+msgstr "组:%s"
 
-#: mod/videos.php:396 mod/photos.php:1894
-msgid "View Album"
-msgstr "ç\9c\8bç\85§ç\89\87å\86\8c"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "ç§\81人é\80\9aä¿¡ç»\99è¿\99个人å\9b\9e被å\85¬å¼\80ã\80\82"
 
-#: mod/videos.php:405
-msgid "Recent Videos"
-msgstr "æ\9c\80è¿\91ç\9a\84è§\86é¢\91"
+#: mod/network.php:672
+msgid "Invalid contact."
+msgstr "æ\97 æ\95\88ç\86\9f人ã\80\82"
 
-#: mod/videos.php:407
-msgid "Upload New Videos"
-msgstr "上传新视频"
+#: mod/network.php:920
+msgid "Commented Order"
+msgstr "评论时间顺序"
 
-#: mod/wall_upload.php:37 mod/wall_upload.php:53 mod/wall_upload.php:111
-#: mod/wall_upload.php:151 mod/wall_upload.php:154 mod/wall_attach.php:19
-#: mod/wall_attach.php:27 mod/wall_attach.php:78
-msgid "Invalid request."
-msgstr "无效请求。"
+#: mod/network.php:923
+msgid "Sort by Comment Date"
+msgstr "按评论日期顺序排列"
 
-#: mod/wallmessage.php:45 mod/wallmessage.php:109
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "一天最多墙通知给%s超过了。通知没有通过 。"
+#: mod/network.php:928
+msgid "Posted Order"
+msgstr "发布时间顺序"
 
-#: mod/wallmessage.php:56
-msgid "Unable to check your home location."
-msgstr "核对ä¸\8däº\86æ\82¨ç\9a\84主页ã\80\82"
+#: mod/network.php:931
+msgid "Sort by Post Date"
+msgstr "æ\8c\89å\8f\91å¸\83æ\97¥æ\9c\9f顺åº\8fæ\8e\92å\88\97"
 
-#: mod/wallmessage.php:83 mod/wallmessage.php:92
-msgid "No recipient."
-msgstr "没æ\9c\89æ\8e¥å\8f\97è\80\85ã\80\82"
+#: mod/network.php:942
+msgid "Posts that mention or involve you"
+msgstr "æ\8f\90å\8f\8aä½ æ\88\96ä½ å\8f\82ä¸\8eç\9a\84æ\96\87ç« "
 
-#: mod/wallmessage.php:130
-#, 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/network.php:950
+msgid "New"
+msgstr "新"
 
-#: mod/delegate.php:101
-msgid "No potential page delegates located."
-msgstr "æ\89¾ä¸\8då\88°å\8f¯è\83½ä»£è¡¨é¡µäººã\80\82"
+#: mod/network.php:953
+msgid "Activity Stream - by date"
+msgstr "æ´»å\8a¨æµ\81ï¼\8dæ\8c\89æ\97¥æ\9c\9f"
 
-#: 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/network.php:961
+msgid "Shared Links"
+msgstr "共享的链接"
 
-#: mod/delegate.php:133
-msgid "Existing Page Managers"
-msgstr "目前页管理员"
+#: mod/network.php:964
+msgid "Interesting Links"
+msgstr "有意思的超链接"
 
-#: mod/delegate.php:135
-msgid "Existing Page Delegates"
-msgstr "目前页代表"
+#: mod/network.php:972
+msgid "Starred"
+msgstr "被星"
 
-#: mod/delegate.php:137
-msgid "Potential Delegates"
-msgstr "æ½\9cå\8a\9bç\9a\84代表"
+#: mod/network.php:975
+msgid "Favourite Posts"
+msgstr "æ\9c\80å\96\9c欢ç\9a\84æ\96\87ç« "
 
-#: mod/delegate.php:140
-msgid "Add"
-msgstr ""
+#: mod/notes.php:53 src/Model/Profile.php:932
+msgid "Personal Notes"
+msgstr "私人便条"
 
-#: mod/delegate.php:141
-msgid "No entries."
-msgstr "没有项目。"
+#: mod/notify.php:77
+msgid "No more system notifications."
+msgstr "没别系统通知。"
 
-#: mod/display.php:491
-msgid "Item has been removed."
-msgstr "项目被删除了。"
+#: mod/photos.php:108 src/Model/Profile.php:893
+msgid "Photo Albums"
+msgstr "相册"
 
-#: mod/photos.php:97 mod/photos.php:1903
+#: mod/photos.php:109 mod/photos.php:1713
 msgid "Recent Photos"
 msgstr "最近的照片"
 
-#: mod/photos.php:100 mod/photos.php:1331 mod/photos.php:1905
+#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
 msgid "Upload New Photos"
 msgstr "上传新照片"
 
-#: mod/photos.php:115 mod/settings.php:39
+#: mod/photos.php:126 mod/settings.php:49
 msgid "everybody"
 msgstr "每人"
 
-#: mod/photos.php:179
+#: mod/photos.php:184
 msgid "Contact information unavailable"
 msgstr "熟人信息不可用"
 
-#: mod/photos.php:200
+#: mod/photos.php:204
 msgid "Album not found."
 msgstr "取回不了相册."
 
-#: mod/photos.php:233 mod/photos.php:245 mod/photos.php:1275
+#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
 msgid "Delete Album"
 msgstr "删除相册"
 
@@ -5765,3258 +6054,3192 @@ msgstr "删除相册"
 msgid "Do you really want to delete this photo album and all its photos?"
 msgstr "您真的想删除这个相册和所有里面的照相吗?"
 
-#: mod/photos.php:326 mod/photos.php:337 mod/photos.php:1601
+#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
 msgid "Delete Photo"
 msgstr "删除照片"
 
-#: mod/photos.php:335
+#: mod/photos.php:319
 msgid "Do you really want to delete this photo?"
 msgstr "您真的想删除这个照相吗?"
 
-#: mod/photos.php:716
+#: mod/photos.php:667
+msgid "a photo"
+msgstr "一张照片"
+
+#: mod/photos.php:667
 #, php-format
 msgid "%1$s was tagged in %2$s by %3$s"
 msgstr "%1$s被%3$s标签在%2$s"
 
-#: mod/photos.php:716
-msgid "a photo"
-msgstr "一张照片"
+#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795
+#: mod/profile_photo.php:165 mod/wall_upload.php:186
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr ""
+
+#: mod/photos.php:769
+msgid "Image upload didn't complete, please try again"
+msgstr ""
+
+#: mod/photos.php:772
+msgid "Image file is missing"
+msgstr "缺少图片文件"
 
-#: mod/photos.php:824
+#: mod/photos.php:777
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr ""
+
+#: mod/photos.php:803
 msgid "Image file is empty."
 msgstr "图片文件空的。"
 
-#: mod/photos.php:991
+#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200
+msgid "Unable to process image."
+msgstr "处理不了图像."
+
+#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239
+msgid "Image upload failed."
+msgstr "图像上载失败了."
+
+#: mod/photos.php:940
 msgid "No photos selected"
 msgstr "没有照片挑选了"
 
-#: mod/photos.php:1154
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "您用%2$.2f兆字节的%1$.2f兆字节照片存储。"
+#: mod/photos.php:1036 mod/videos.php:310
+msgid "Access to this item is restricted."
+msgstr "这个项目使用权限的。"
 
-#: mod/photos.php:1191
+#: mod/photos.php:1090
 msgid "Upload Photos"
 msgstr "上传照片"
 
-#: mod/photos.php:1195 mod/photos.php:1270
+#: mod/photos.php:1094 mod/photos.php:1156
 msgid "New album name: "
 msgstr "新册名:"
 
-#: mod/photos.php:1196
+#: mod/photos.php:1095
 msgid "or existing album name: "
 msgstr "或现有册名"
 
-#: mod/photos.php:1197
+#: mod/photos.php:1096
 msgid "Do not show a status post for this upload"
 msgstr "别显示现状报到关于这个上传"
 
-#: mod/photos.php:1208 mod/photos.php:1605 mod/settings.php:1304
+#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233
 msgid "Show to Groups"
 msgstr "给组表示"
 
-#: mod/photos.php:1209 mod/photos.php:1606 mod/settings.php:1305
+#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234
 msgid "Show to Contacts"
 msgstr "给熟人表示"
 
-#: mod/photos.php:1210
-msgid "Private Photo"
-msgstr "私人照相"
-
-#: mod/photos.php:1211
-msgid "Public Photo"
-msgstr "公开照相"
-
-#: mod/photos.php:1281
+#: mod/photos.php:1167
 msgid "Edit Album"
 msgstr "编照片册"
 
-#: mod/photos.php:1286
+#: mod/photos.php:1172
 msgid "Show Newest First"
 msgstr "先表示最新的"
 
-#: mod/photos.php:1288
+#: mod/photos.php:1174
 msgid "Show Oldest First"
 msgstr "先表示最老的"
 
-#: mod/photos.php:1317 mod/photos.php:1888
+#: mod/photos.php:1195 mod/photos.php:1698
 msgid "View Photo"
 msgstr "看照片"
 
-#: mod/photos.php:1362
+#: mod/photos.php:1236
 msgid "Permission denied. Access to this item may be restricted."
 msgstr "无权利。用这个项目可能受限制。"
 
-#: mod/photos.php:1364
+#: mod/photos.php:1238
 msgid "Photo not available"
 msgstr "不可获得的照片"
 
-#: mod/photos.php:1425
+#: mod/photos.php:1301
 msgid "View photo"
 msgstr "看照片"
 
-#: mod/photos.php:1425
+#: mod/photos.php:1301
 msgid "Edit photo"
 msgstr "编辑照片"
 
-#: mod/photos.php:1426
+#: mod/photos.php:1302
 msgid "Use as profile photo"
 msgstr "用为资料图"
 
-#: mod/photos.php:1451
+#: mod/photos.php:1308 src/Object/Post.php:148
+msgid "Private Message"
+msgstr "私人的新闻"
+
+#: mod/photos.php:1327
 msgid "View Full Size"
 msgstr "看全尺寸"
 
-#: mod/photos.php:1541
+#: mod/photos.php:1414
 msgid "Tags: "
 msgstr "标签:"
 
-#: mod/photos.php:1544
+#: mod/photos.php:1417
 msgid "[Remove any tag]"
 msgstr "[删除任何标签]"
 
-#: mod/photos.php:1587
+#: mod/photos.php:1432
 msgid "New album name"
 msgstr "新册名"
 
-#: mod/photos.php:1588
+#: mod/photos.php:1433
 msgid "Caption"
 msgstr "字幕"
 
-#: mod/photos.php:1589
+#: mod/photos.php:1434
 msgid "Add a Tag"
 msgstr "加标签"
 
-#: mod/photos.php:1589
+#: mod/photos.php:1434
 msgid ""
 "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"
 
-#: mod/photos.php:1590
+#: mod/photos.php:1435
 msgid "Do not rotate"
 msgstr "不要旋转"
 
-#: mod/photos.php:1591
+#: mod/photos.php:1436
 msgid "Rotate CW (right)"
 msgstr "顺时针地转动(左)"
 
-#: mod/photos.php:1592
+#: mod/photos.php:1437
 msgid "Rotate CCW (left)"
 msgstr "反顺时针地转动(右)"
 
-#: mod/photos.php:1607
-msgid "Private photo"
-msgstr "私人照相"
+#: mod/photos.php:1471 src/Object/Post.php:295
+msgid "I like this (toggle)"
+msgstr "我喜欢这(交替)"
+
+#: mod/photos.php:1472 src/Object/Post.php:296
+msgid "I don't like this (toggle)"
+msgstr "我不喜欢这(交替)"
+
+#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
+#: src/Object/Post.php:785
+msgid "This is you"
+msgstr "这是你"
 
-#: mod/photos.php:1608
-msgid "Public photo"
-msgstr "公开照相"
+#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
+#: src/Object/Post.php:391 src/Object/Post.php:787
+msgid "Comment"
+msgstr "评论"
 
-#: mod/photos.php:1817
+#: mod/photos.php:1634
 msgid "Map"
 msgstr ""
 
-#: mod/ping.php:275
+#: mod/photos.php:1704 mod/videos.php:388
+msgid "View Album"
+msgstr "看照片册"
+
+#: mod/ping.php:292
 msgid "{0} wants to be your friend"
 msgstr "{0}想成为您的朋友"
 
-#: mod/ping.php:290
+#: mod/ping.php:307
 msgid "{0} sent you a message"
 msgstr "{0}发给您一个通信"
 
-#: mod/ping.php:305
+#: mod/ping.php:322
 msgid "{0} requested registration"
 msgstr "{0}要求注册"
 
-#: mod/profiles.php:43
-msgid "Profile deleted."
-msgstr "简介删除了。"
-
-#: mod/profiles.php:59 mod/profiles.php:95
-msgid "Profile-"
-msgstr "简介-"
-
-#: mod/profiles.php:78 mod/profiles.php:117
-msgid "New profile created."
-msgstr "创造新的简介"
-
-#: mod/profiles.php:101
-msgid "Profile unavailable to clone."
-msgstr "简介不可用为复制。"
-
-#: mod/profiles.php:191
-msgid "Profile Name is required."
-msgstr "必要简介名"
-
-#: mod/profiles.php:331
-msgid "Marital Status"
-msgstr "婚姻状况 "
-
-#: mod/profiles.php:335
-msgid "Romantic Partner"
-msgstr "情人"
-
-#: mod/profiles.php:347
-msgid "Work/Employment"
-msgstr "工作"
+#: mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "戳"
 
-#: mod/profiles.php:350
-msgid "Religion"
-msgstr "宗教"
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "把人家戳或别的行动"
 
-#: mod/profiles.php:354
-msgid "Political Views"
-msgstr "æ\94¿æ²»è§\82念"
+#: mod/poke.php:194
+msgid "Recipient"
+msgstr "æ\8e¥å\8f\97è\80\85"
 
-#: mod/profiles.php:358
-msgid "Gender"
-msgstr "性别"
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "选择您想把别人作"
 
-#: mod/profiles.php:362
-msgid "Sexual Preference"
-msgstr "性取向"
+#: mod/poke.php:198
+msgid "Make this post private"
+msgstr "使这个文章私人"
 
-#: mod/profiles.php:366
-msgid "XMPP"
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
 msgstr ""
 
-#: mod/profiles.php:370
-msgid "Homepage"
-msgstr "主页"
-
-#: mod/profiles.php:374 mod/profiles.php:693
-msgid "Interests"
-msgstr "兴趣"
-
-#: mod/profiles.php:378
-msgid "Address"
-msgstr "地址"
-
-#: mod/profiles.php:385 mod/profiles.php:689
-msgid "Location"
-msgstr "位置"
-
-#: mod/profiles.php:470
-msgid "Profile updated."
-msgstr "简介更新了。"
-
-#: mod/profiles.php:562
-msgid " and "
-msgstr "和"
-
-#: mod/profiles.php:571
-msgid "public profile"
-msgstr "公开简介"
-
-#: mod/profiles.php:574
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s把%2$s变化成&ldquo;%3$s&rdquo;"
-
-#: mod/profiles.php:575
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - 看 %1$s的%2$s"
-
-#: mod/profiles.php:577
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s有更新的%2$s,修改%3$s."
-
-#: mod/profiles.php:635
-msgid "Hide contacts and friends:"
-msgstr "隐藏联系人和朋友:"
-
-#: mod/profiles.php:640
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?"
+#: mod/profile.php:36 src/Model/Profile.php:118
+msgid "Requested profile is not available."
+msgstr "要求的简介联系不上的。"
 
-#: mod/profiles.php:665
-msgid "Show more profile fields:"
+#: mod/profile.php:77 src/Protocol/OStatus.php:1247
+#, php-format
+msgid "%s's posts"
 msgstr ""
 
-#: mod/profiles.php:677
-msgid "Profile Actions"
+#: mod/profile.php:78 src/Protocol/OStatus.php:1248
+#, php-format
+msgid "%s's comments"
 msgstr ""
 
-#: mod/profiles.php:678
-msgid "Edit Profile Details"
-msgstr "剪辑简介消息"
+#: mod/profile.php:79 src/Protocol/OStatus.php:1246
+#, php-format
+msgid "%s's timeline"
+msgstr ""
 
-#: mod/profiles.php:680
-msgid "Change Profile Photo"
-msgstr "æ\94¹å\8f\98ç®\80ä»\8bç\85§ç\89\87"
+#: mod/profile.php:194
+msgid "Tips for New Members"
+msgstr "æ\96°äººå»ºè®®"
 
-#: mod/profiles.php:681
-msgid "View this profile"
-msgstr "ç\9c\8bè¿\99个ç®\80ä»\8b"
+#: mod/profile_photo.php:54
+msgid "Image uploaded but image cropping failed."
+msgstr "ç\85§ç\89\87ä¸\8aä¼ å\8e»äº\86ï¼\8cä½\86ä¿®å\89ªå¤±ç\81µã\80\82"
 
-#: mod/profiles.php:683
-msgid "Create a new profile using these settings"
-msgstr "使用这些设置创建一份新的简介"
+#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103
+#: mod/profile_photo.php:330
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "照片减少[%s]失灵。"
 
-#: mod/profiles.php:684
-msgid "Clone this profile"
-msgstr "复制这个简介"
+#: mod/profile_photo.php:137
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"
 
-#: mod/profiles.php:685
-msgid "Delete this profile"
-msgstr "删除这个简介"
+#: mod/profile_photo.php:146
+msgid "Unable to process image"
+msgstr "不能处理照片"
 
-#: mod/profiles.php:687
-msgid "Basic information"
-msgstr "基本信息"
+#: mod/profile_photo.php:262
+msgid "Upload File:"
+msgstr "上传文件:"
 
-#: mod/profiles.php:688
-msgid "Profile picture"
-msgstr ""
+#: mod/profile_photo.php:263
+msgid "Select a profile:"
+msgstr "选择一个简介"
 
-#: mod/profiles.php:690
-msgid "Preferences"
-msgstr "偏好"
+#: mod/profile_photo.php:268
+msgid "or"
+msgstr "或者"
 
-#: mod/profiles.php:691
-msgid "Status information"
-msgstr "ç\8a¶æ\80\81ä¿¡æ\81¯"
+#: mod/profile_photo.php:268
+msgid "skip this step"
+msgstr "ç\95¥è¿\87è¿\99æ­¥"
 
-#: mod/profiles.php:692
-msgid "Additional information"
-msgstr "更多信息"
+#: mod/profile_photo.php:268
+msgid "select a photo from your photo albums"
+msgstr "从您的照片册选择一片。"
 
-#: mod/profiles.php:695
-msgid "Relation"
-msgstr "关系"
+#: mod/profile_photo.php:281
+msgid "Crop Image"
+msgstr "修剪照片"
 
-#: mod/profiles.php:699
-msgid "Your Gender:"
-msgstr "你的性:"
+#: mod/profile_photo.php:282
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "请调图片剪裁为最好看。"
 
-#: mod/profiles.php:700
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span>婚姻状况:"
+#: mod/profile_photo.php:284
+msgid "Done Editing"
+msgstr "编辑完成"
 
-#: mod/profiles.php:702
-msgid "Example: fishing photography software"
-msgstr "例如:钓鱼 照片 软件"
+#: mod/profile_photo.php:320
+msgid "Image uploaded successfully."
+msgstr "照片成功地上传了。"
 
-#: mod/profiles.php:707
-msgid "Profile Name:"
-msgstr "简介名:"
+#: mod/profperm.php:34 mod/profperm.php:65
+msgid "Invalid profile identifier."
+msgstr "无限的简介标识符。"
 
-#: mod/profiles.php:709
-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>被所有的因特网用的看到。"
+#: mod/profperm.php:111
+msgid "Profile Visibility Editor"
+msgstr "简介能见度编辑器。"
 
-#: mod/profiles.php:710
-msgid "Your Full Name:"
-msgstr "你的全名:"
+#: mod/profperm.php:124
+msgid "Visible To"
+msgstr "能见被"
 
-#: mod/profiles.php:711
-msgid "Title/Description:"
-msgstr "æ \87é¢\98ï¼\8fæ\8f\8fè¿°ï¼\9a"
+#: mod/profperm.php:140
+msgid "All Contacts (with secure profile access)"
+msgstr "æ\89\80æ\9c\89ç\86\9f人(è·\9få®\89å\85¨å\9c°ç®\80ä»\8b使ç\94¨æ\9d\83)"
 
-#: mod/profiles.php:714
-msgid "Street Address:"
-msgstr "地址:"
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "注册成功了。请咨询说明再您的收件箱。"
 
-#: mod/profiles.php:715
-msgid "Locality/City:"
-msgstr "现场/城市:"
+#: mod/register.php:103
+#, 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/profiles.php:716
-msgid "Region/State:"
-msgstr "区域/省"
+#: mod/register.php:110
+msgid "Registration successful."
+msgstr "注册成功。"
 
-#: mod/profiles.php:717
-msgid "Postal/Zip Code:"
-msgstr "邮政编码:"
+#: mod/register.php:115
+msgid "Your registration can not be processed."
+msgstr "处理不了您的注册。"
 
-#: mod/profiles.php:718
-msgid "Country:"
-msgstr "国家:"
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "您的注册等网页主的批准。"
 
-#: mod/profiles.php:722
-msgid "Who: (if applicable)"
-msgstr "谁:(要是使用)"
+#: mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"
 
-#: mod/profiles.php:722
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "比如:limou,李某,limou@example。com"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "如果您没熟悉OpenID,请留空这个栏和填另些栏。"
 
-#: mod/profiles.php:723
-msgid "Since [date]:"
-msgstr "追溯[日期]:"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
+msgstr "您的OpenID(可选的):"
 
-#: mod/profiles.php:725
-msgid "Tell us about yourself..."
-msgstr "给我们自我介绍..."
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
+msgstr "放您的简介再员目录?"
 
-#: mod/profiles.php:726
-msgid "XMPP (Jabber) address:"
-msgstr "XMPP (Jabber) 地址:"
+#: mod/register.php:259
+msgid "Note for the admin"
+msgstr ""
 
-#: mod/profiles.php:726
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "这个 XMPP 地址会被传播到你的联系人从而他们可以关注你。"
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "给管理员留条消息,为什么你想加入这个节点"
 
-#: mod/profiles.php:727
-msgid "Homepage URL:"
-msgstr "主页URLï¼\9a"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "ä¼\9aå\91\98身份å\9c¨è¿\99个ç½\91ç«\99æ\98¯å\85\89é\80\9aè¿\87é\82\80请ã\80\82"
 
-#: mod/profiles.php:730
-msgid "Religious Views:"
-msgstr " 宗教信仰 :"
+#: mod/register.php:261
+msgid "Your invitation ID: "
+msgstr "您邀请ID:"
 
-#: mod/profiles.php:731
-msgid "Public Keywords:"
-msgstr "公开关键字 :"
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "你的全名 (比如张三,真名或看起来是真名):"
 
-#: mod/profiles.php:731
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(用于建议可能的朋友们,会被别人看)"
+#: mod/register.php:271
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr ""
 
-#: mod/profiles.php:732
-msgid "Private Keywords:"
-msgstr "私人关键字"
+#: mod/register.php:273 mod/settings.php:1205
+msgid "New Password:"
+msgstr "新密码:"
 
-#: mod/profiles.php:732
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(用于搜索简介,没有给别人看)"
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
+msgstr "留空以使用自动生成的密码。"
 
-#: mod/profiles.php:735
-msgid "Musical interests"
-msgstr "音乐兴趣"
+#: mod/register.php:274 mod/settings.php:1206
+msgid "Confirm:"
+msgstr "确认:"
 
-#: mod/profiles.php:736
-msgid "Books, literature"
-msgstr "书,文学"
+#: mod/register.php:275
+#, php-format
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
+msgstr ""
 
-#: mod/profiles.php:737
-msgid "Television"
-msgstr "电视"
+#: mod/register.php:276
+msgid "Choose a nickname: "
+msgstr "选择昵称:"
 
-#: mod/profiles.php:738
-msgid "Film/dance/culture/entertainment"
-msgstr "电影/跳舞/文化/娱乐"
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
+msgid "Register"
+msgstr "注册"
 
-#: mod/profiles.php:739
-msgid "Hobbies/Interests"
-msgstr "爱好/兴趣"
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
+msgstr "进口您的简介到这个friendica服务器"
 
-#: mod/profiles.php:740
-msgid "Love/romance"
-msgstr "爱情/浪漫"
+#: mod/regmod.php:68
+msgid "Account approved."
+msgstr "账户已被批准。"
 
-#: mod/profiles.php:741
-msgid "Work/employment"
-msgstr "工作"
+#: mod/regmod.php:93
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "撤销了 %s 的注册"
 
-#: mod/profiles.php:742
-msgid "School/education"
-msgstr "学院/教育"
+#: mod/regmod.php:102
+msgid "Please login."
+msgstr "请登录。"
 
-#: mod/profiles.php:743
-msgid "Contact information and Social Networks"
-msgstr "熟人信息和社会化网络"
+#: mod/removeme.php:55 mod/removeme.php:58
+msgid "Remove My Account"
+msgstr "删除我的账户"
 
-#: mod/profiles.php:784
-msgid "Edit/Manage Profiles"
-msgstr "编辑/管理简介"
+#: mod/removeme.php:56
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "这要完全删除您的账户。这一做过,就不能恢复。"
 
-#: mod/search.php:96
+#: mod/removeme.php:57
+msgid "Please enter your password for verification:"
+msgstr "请输入密码为确认:"
+
+#: mod/search.php:105
 msgid "Only logged in users are permitted to perform a search."
 msgstr "只有已登录的用户被允许进行搜索。"
 
-#: mod/search.php:120
+#: mod/search.php:129
 msgid "Too Many Requests"
 msgstr "过多请求"
 
-#: mod/search.php:121
+#: mod/search.php:130
 msgid "Only one search per minute is permitted for not logged in users."
 msgstr "对未登录的用户,每分钟只允许一条搜索。"
 
-#: mod/search.php:221
+#: mod/search.php:234
 #, php-format
 msgid "Items tagged with: %s"
 msgstr ""
 
-#: mod/search.php:223 mod/contacts.php:826
-#, php-format
-msgid "Results for: %s"
-msgstr ""
-
-#: mod/settings.php:46 mod/admin.php:1588
-msgid "Account"
-msgstr "帐户"
-
-#: mod/settings.php:55 mod/admin.php:175
-msgid "Additional features"
-msgstr "附加的特点"
-
-#: mod/settings.php:63
+#: mod/settings.php:71
 msgid "Display"
 msgstr "显示"
 
-#: mod/settings.php:70 mod/settings.php:887
+#: mod/settings.php:78 mod/settings.php:845
 msgid "Social Networks"
 msgstr "社会化网络"
 
-#: mod/settings.php:77 mod/admin.php:173 mod/admin.php:1714 mod/admin.php:1777
-msgid "Plugins"
-msgstr "插件"
+#: mod/settings.php:92 src/Content/Nav.php:204
+msgid "Delegations"
+msgstr "代表"
 
-#: mod/settings.php:91
+#: mod/settings.php:99
 msgid "Connected apps"
 msgstr "连接着应用"
 
-#: mod/settings.php:105
+#: mod/settings.php:106 mod/uexport.php:52
+msgid "Export personal data"
+msgstr "导出个人信息"
+
+#: mod/settings.php:113
 msgid "Remove account"
 msgstr "删除账户"
 
-#: mod/settings.php:160
+#: mod/settings.php:167
 msgid "Missing some important data!"
 msgstr "缺失一些重要数据!"
 
-#: mod/settings.php:163 mod/settings.php:704 mod/contacts.php:833
-msgid "Update"
-msgstr "更新"
-
-#: mod/settings.php:269
+#: mod/settings.php:278
 msgid "Failed to connect with email account using the settings provided."
 msgstr "不能连接电子邮件账户用输入的设置。"
 
-#: mod/settings.php:274
+#: mod/settings.php:283
 msgid "Email settings updated."
 msgstr "电子邮件设置更新了"
 
-#: mod/settings.php:289
+#: mod/settings.php:299
 msgid "Features updated"
 msgstr "特点更新了"
 
-#: mod/settings.php:359
+#: mod/settings.php:371
 msgid "Relocate message has been send to your contacts"
 msgstr "调动信息寄给您的熟人"
 
-#: mod/settings.php:378
+#: mod/settings.php:383 src/Model/User.php:312
+msgid "Passwords do not match. Password unchanged."
+msgstr "密码不匹配。密码没改变。"
+
+#: mod/settings.php:388
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "空的密码禁止。密码没未改变的。"
 
-#: mod/settings.php:386
+#: mod/settings.php:394
 msgid "Wrong password."
 msgstr "密码不正确。"
 
-#: mod/settings.php:397
+#: mod/settings.php:401
 msgid "Password changed."
 msgstr "密码变化了。"
 
-#: mod/settings.php:399
+#: mod/settings.php:403
 msgid "Password update failed. Please try again."
 msgstr "密码更新失败了。请再试。"
 
-#: mod/settings.php:479
+#: mod/settings.php:493
 msgid " Please use a shorter name."
-msgstr "请用短一点个名。"
+msgstr " 请用一个更短的名字。"
 
-#: mod/settings.php:481
+#: mod/settings.php:496
 msgid " Name too short."
 msgstr " 名字太短。"
 
-#: mod/settings.php:490
+#: mod/settings.php:504
 msgid "Wrong Password"
 msgstr "密码不正确"
 
-#: mod/settings.php:495
-msgid " Not valid email."
-msgstr " 电子邮件地址无效."
+#: mod/settings.php:509
+msgid "Invalid email."
+msgstr "无效的邮箱。"
 
-#: mod/settings.php:501
-msgid " Cannot change to that email."
-msgstr " 不能更改到那个邮件地址。"
+#: mod/settings.php:516
+msgid "Cannot change to that email."
+msgstr ""
 
-#: mod/settings.php:557
+#: mod/settings.php:569
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "私人评坛没有隐私批准。默认隐私组用者。"
 
-#: mod/settings.php:561
+#: mod/settings.php:572
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "私人评坛没有隐私批准或默认隐私组。"
 
-#: mod/settings.php:601
+#: mod/settings.php:612
 msgid "Settings updated."
 msgstr "设置更新了。"
 
-#: mod/settings.php:677 mod/settings.php:703 mod/settings.php:739
+#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740
 msgid "Add application"
 msgstr "加入应用"
 
-#: mod/settings.php:678 mod/settings.php:789 mod/settings.php:838
-#: mod/settings.php:905 mod/settings.php:1002 mod/settings.php:1268
-#: mod/admin.php:1154 mod/admin.php:1778 mod/admin.php:2041 mod/admin.php:2115
-#: mod/admin.php:2268
-msgid "Save Settings"
-msgstr "保存设置"
-
-#: mod/settings.php:681 mod/settings.php:707
+#: mod/settings.php:682 mod/settings.php:708
 msgid "Consumer Key"
 msgstr "钥匙(Consumer Key)"
 
-#: mod/settings.php:682 mod/settings.php:708
+#: mod/settings.php:683 mod/settings.php:709
 msgid "Consumer Secret"
 msgstr "密码(Consumer Secret)"
 
-#: mod/settings.php:683 mod/settings.php:709
+#: mod/settings.php:684 mod/settings.php:710
 msgid "Redirect"
 msgstr "重定向"
 
-#: mod/settings.php:684 mod/settings.php:710
+#: mod/settings.php:685 mod/settings.php:711
 msgid "Icon url"
 msgstr "图符URL"
 
-#: mod/settings.php:695
+#: mod/settings.php:696
 msgid "You can't edit this application."
 msgstr "您不能编辑这个应用。"
 
-#: mod/settings.php:738
+#: mod/settings.php:739
 msgid "Connected Apps"
 msgstr "连接着应用"
 
-#: mod/settings.php:742
+#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156
+msgid "Edit"
+msgstr "编辑"
+
+#: mod/settings.php:743
 msgid "Client key starts with"
 msgstr "客户钥匙头字是"
 
-#: mod/settings.php:743
+#: mod/settings.php:744
 msgid "No name"
 msgstr "无名"
 
-#: mod/settings.php:744
+#: mod/settings.php:745
 msgid "Remove authorization"
 msgstr "撤消权能"
 
 #: mod/settings.php:756
-msgid "No Plugin settings configured"
-msgstr "没插件设置配置了"
+msgid "No Addon settings configured"
+msgstr ""
 
 #: mod/settings.php:765
-msgid "Plugin Settings"
-msgstr "插件设置"
-
-#: mod/settings.php:779 mod/admin.php:2257 mod/admin.php:2258
-msgid "Off"
-msgstr "关"
-
-#: mod/settings.php:779 mod/admin.php:2257 mod/admin.php:2258
-msgid "On"
-msgstr "开"
+msgid "Addon Settings"
+msgstr ""
 
-#: mod/settings.php:787
+#: mod/settings.php:786
 msgid "Additional Features"
 msgstr "附加特性"
 
-#: mod/settings.php:797 mod/settings.php:801
+#: mod/settings.php:808 src/Content/ContactSelector.php:83
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: mod/settings.php:808 mod/settings.php:809
+msgid "enabled"
+msgstr "能够做的"
+
+#: mod/settings.php:808 mod/settings.php:809
+msgid "disabled"
+msgstr "已停用"
+
+#: mod/settings.php:808 mod/settings.php:809
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "包括的支持为%s连通性是%s"
+
+#: mod/settings.php:809
+msgid "GNU Social (OStatus)"
+msgstr ""
+
+#: mod/settings.php:840
+msgid "Email access is disabled on this site."
+msgstr "电子邮件访问在这个站上被禁用。"
+
+#: mod/settings.php:850
 msgid "General Social Media Settings"
 msgstr "通用社交媒体设置"
 
-#: mod/settings.php:807
+#: mod/settings.php:851
 msgid "Disable intelligent shortening"
 msgstr ""
 
-#: mod/settings.php:809
+#: mod/settings.php:851
 msgid ""
 "Normally the system tries to find the best link to add to shortened posts. "
 "If this option is enabled then every shortened post will always point to the"
 " original friendica post."
 msgstr ""
 
-#: mod/settings.php:815
+#: mod/settings.php:852
 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
 msgstr ""
 
-#: mod/settings.php:817
+#: mod/settings.php:852
 msgid ""
 "If you receive a message from an unknown OStatus user, this option decides "
 "what to do. If it is checked, a new contact will be created for every "
 "unknown user."
 msgstr ""
 
-#: mod/settings.php:823
+#: mod/settings.php:853
 msgid "Default group for OStatus contacts"
 msgstr "用于 OStatus 联系人的默认组"
 
-#: mod/settings.php:831
+#: mod/settings.php:854
 msgid "Your legacy GNU Social account"
 msgstr ""
 
-#: mod/settings.php:833
+#: mod/settings.php:854
 msgid ""
 "If you enter your old GNU Social/Statusnet account name here (in the format "
 "user@domain.tld), your contacts will be added automatically. The field will "
 "be emptied when done."
 msgstr ""
 
-#: mod/settings.php:836
+#: mod/settings.php:857
 msgid "Repair OStatus subscriptions"
 msgstr "修复 OStatus 订阅"
 
-#: mod/settings.php:845 mod/settings.php:846
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "包括的支持为%s连通性是%s"
-
-#: mod/settings.php:845 mod/settings.php:846
-msgid "enabled"
-msgstr "能够做的"
-
-#: mod/settings.php:845 mod/settings.php:846
-msgid "disabled"
-msgstr "已停用"
-
-#: mod/settings.php:846
-msgid "GNU Social (OStatus)"
-msgstr ""
-
-#: mod/settings.php:880
-msgid "Email access is disabled on this site."
-msgstr "电子邮件访问在这个站上被禁用。"
-
-#: mod/settings.php:892
+#: mod/settings.php:861
 msgid "Email/Mailbox Setup"
 msgstr "邮件收件箱设置"
 
-#: mod/settings.php:893
+#: mod/settings.php:862
 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:894
+#: mod/settings.php:863
 msgid "Last successful email check:"
 msgstr "上个成功收件箱检查:"
 
-#: mod/settings.php:896
+#: mod/settings.php:865
 msgid "IMAP server name:"
 msgstr "IMAP服务器名字:"
 
-#: mod/settings.php:897
+#: mod/settings.php:866
 msgid "IMAP port:"
 msgstr "IMAP服务器端口:"
 
-#: mod/settings.php:898
+#: mod/settings.php:867
 msgid "Security:"
 msgstr "安全:"
 
-#: mod/settings.php:898 mod/settings.php:903
+#: mod/settings.php:867 mod/settings.php:872
 msgid "None"
 msgstr "没有"
 
-#: mod/settings.php:899
+#: mod/settings.php:868
 msgid "Email login name:"
-msgstr "邮件登名:"
+msgstr "邮件登名:"
 
-#: mod/settings.php:900
+#: mod/settings.php:869
 msgid "Email password:"
 msgstr "邮件密码:"
 
-#: mod/settings.php:901
+#: mod/settings.php:870
 msgid "Reply-to address:"
 msgstr "回答地址:"
 
-#: mod/settings.php:902
+#: mod/settings.php:871
 msgid "Send public posts to all email contacts:"
 msgstr "发公开的文章给所有的邮件熟人:"
 
-#: mod/settings.php:903
+#: mod/settings.php:872
 msgid "Action after import:"
 msgstr "进口后行动:"
 
-#: mod/settings.php:903
+#: mod/settings.php:872 src/Content/Nav.php:191
+msgid "Mark as seen"
+msgstr "标注看过"
+
+#: mod/settings.php:872
 msgid "Move to folder"
 msgstr "搬到文件夹"
 
-#: mod/settings.php:904
+#: mod/settings.php:873
 msgid "Move to folder:"
 msgstr "搬到文件夹:"
 
-#: mod/settings.php:940 mod/admin.php:1041
-msgid "No special theme for mobile devices"
-msgstr "没专门适合手机的主题"
+#: mod/settings.php:916
+#, php-format
+msgid "%s - (Unsupported)"
+msgstr ""
+
+#: mod/settings.php:918
+#, php-format
+msgid "%s - (Experimental)"
+msgstr ""
 
-#: mod/settings.php:1000
+#: mod/settings.php:961
 msgid "Display Settings"
 msgstr "表示设置"
 
-#: mod/settings.php:1006 mod/settings.php:1029
+#: mod/settings.php:967 mod/settings.php:991
 msgid "Display Theme:"
 msgstr "显示主题:"
 
-#: mod/settings.php:1007
+#: mod/settings.php:968
 msgid "Mobile Theme:"
 msgstr "手机主题:"
 
-#: mod/settings.php:1008
+#: mod/settings.php:969
 msgid "Suppress warning of insecure networks"
 msgstr ""
 
-#: mod/settings.php:1008
+#: mod/settings.php:969
 msgid ""
 "Should the system suppress the warning that the current group contains "
 "members of networks that can't receive non public postings."
 msgstr ""
 
-#: mod/settings.php:1009
+#: mod/settings.php:970
 msgid "Update browser every xx seconds"
 msgstr "更新游览器每XX秒"
 
-#: mod/settings.php:1009
+#: mod/settings.php:970
 msgid "Minimum of 10 seconds. Enter -1 to disable it."
-msgstr ""
+msgstr "至少 10 秒。输入 -1 禁用。"
 
-#: mod/settings.php:1010
+#: mod/settings.php:971
 msgid "Number of items to display per page:"
 msgstr "每页表示多少项目:"
 
-#: mod/settings.php:1010 mod/settings.php:1011
+#: mod/settings.php:971 mod/settings.php:972
 msgid "Maximum of 100 items"
 msgstr "最多100项目"
 
-#: mod/settings.php:1011
+#: mod/settings.php:972
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "用手机看一页展示多少项目:"
 
-#: mod/settings.php:1012
+#: mod/settings.php:973
 msgid "Don't show emoticons"
 msgstr "不显示表情符号"
 
-#: mod/settings.php:1013
+#: mod/settings.php:974
 msgid "Calendar"
 msgstr "日历"
 
-#: mod/settings.php:1014
+#: mod/settings.php:975
 msgid "Beginning of week:"
 msgstr "一周的开始:"
 
-#: mod/settings.php:1015
+#: mod/settings.php:976
 msgid "Don't show notices"
 msgstr "不显示提示"
 
-#: mod/settings.php:1016
+#: mod/settings.php:977
 msgid "Infinite scroll"
 msgstr "无限的滚动"
 
-#: mod/settings.php:1017
+#: mod/settings.php:978
 msgid "Automatic updates only at the top of the network page"
 msgstr ""
 
-#: mod/settings.php:1017
+#: mod/settings.php:978
 msgid ""
 "When disabled, the network page is updated all the time, which could be "
 "confusing while reading."
 msgstr ""
 
-#: mod/settings.php:1018
+#: mod/settings.php:979
 msgid "Bandwith Saver Mode"
 msgstr "省流量模式"
 
-#: mod/settings.php:1018
+#: mod/settings.php:979
 msgid ""
 "When enabled, embedded content is not displayed on automatic updates, they "
 "only show on page reload."
 msgstr "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。"
 
-#: mod/settings.php:1020
+#: mod/settings.php:980
+msgid "Smart Threading"
+msgstr ""
+
+#: mod/settings.php:980
+msgid ""
+"When enabled, suppress extraneous thread indentation while keeping it where "
+"it matters. Only works if threading is available and enabled."
+msgstr ""
+
+#: mod/settings.php:982
 msgid "General Theme Settings"
 msgstr "通用主题设置"
 
-#: mod/settings.php:1021
+#: mod/settings.php:983
 msgid "Custom Theme Settings"
 msgstr "自定义主题设置"
 
-#: mod/settings.php:1022
+#: mod/settings.php:984
 msgid "Content Settings"
 msgstr "内容设置"
 
-#: mod/settings.php:1023 view/theme/duepuntozero/config.php:67
-#: view/theme/frio/config.php:70 view/theme/quattro/config.php:73
-#: view/theme/vier/config.php:116
+#: mod/settings.php:985 view/theme/duepuntozero/config.php:73
+#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75
+#: view/theme/vier/config.php:121
 msgid "Theme settings"
 msgstr "主题设置"
 
-#: mod/settings.php:1107
+#: mod/settings.php:1006
+msgid "Unable to find your profile. Please contact your admin."
+msgstr ""
+
+#: mod/settings.php:1048
 msgid "Account Types"
 msgstr "账户类型"
 
-#: mod/settings.php:1108
+#: mod/settings.php:1049
 msgid "Personal Page Subtypes"
 msgstr ""
 
-#: mod/settings.php:1109
+#: mod/settings.php:1050
 msgid "Community Forum Subtypes"
 msgstr ""
 
-#: mod/settings.php:1116
+#: mod/settings.php:1057
 msgid "Personal Page"
 msgstr "个人页面"
 
-#: mod/settings.php:1117
+#: mod/settings.php:1058
 msgid "Account for a personal profile."
 msgstr ""
 
-#: mod/settings.php:1120
+#: mod/settings.php:1061
 msgid "Organisation Page"
 msgstr ""
 
-#: mod/settings.php:1121
+#: mod/settings.php:1062
 msgid ""
 "Account for an organisation that automatically approves contact requests as "
 "\"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1124
+#: mod/settings.php:1065
 msgid "News Page"
 msgstr ""
 
-#: mod/settings.php:1125
+#: mod/settings.php:1066
 msgid ""
 "Account for a news reflector that automatically approves contact requests as"
 " \"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1128
+#: mod/settings.php:1069
 msgid "Community Forum"
 msgstr ""
 
-#: mod/settings.php:1129
+#: mod/settings.php:1070
 msgid "Account for community discussions."
 msgstr ""
 
-#: mod/settings.php:1132
+#: mod/settings.php:1073
 msgid "Normal Account Page"
 msgstr "标准账户页面"
 
-#: mod/settings.php:1133
+#: mod/settings.php:1074
 msgid ""
 "Account for a regular personal profile that requires manual approval of "
 "\"Friends\" and \"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1136
+#: mod/settings.php:1077
 msgid "Soapbox Page"
 msgstr "演讲台页"
 
-#: mod/settings.php:1137
+#: mod/settings.php:1078
 msgid ""
 "Account for a public profile that automatically approves contact requests as"
 " \"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1140
+#: mod/settings.php:1081
 msgid "Public Forum"
 msgstr ""
 
-#: mod/settings.php:1141
+#: mod/settings.php:1082
 msgid "Automatically approves all contact requests."
 msgstr ""
 
-#: mod/settings.php:1144
+#: mod/settings.php:1085
 msgid "Automatic Friend Page"
 msgstr "自动朋友页"
 
-#: mod/settings.php:1145
+#: mod/settings.php:1086
 msgid ""
 "Account for a popular profile that automatically approves contact requests "
 "as \"Friends\"."
 msgstr ""
 
-#: mod/settings.php:1148
+#: mod/settings.php:1089
 msgid "Private Forum [Experimental]"
 msgstr "隐私评坛[实验性的 ]"
 
-#: mod/settings.php:1149
+#: mod/settings.php:1090
 msgid "Requires manual approval of contact requests."
 msgstr ""
 
-#: mod/settings.php:1160
+#: mod/settings.php:1101
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: mod/settings.php:1160
+#: mod/settings.php:1101
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(可选的) 允许这个 OpenID 登录这个账户。"
 
-#: mod/settings.php:1168
+#: mod/settings.php:1109
 msgid "Publish your default profile in your local site directory?"
 msgstr "出版您默认简介在您当地的网站目录?"
 
-#: mod/settings.php:1168
-msgid "Your profile may be visible in public."
+#: mod/settings.php:1109
+#, php-format
+msgid ""
+"Your profile will be published in the global friendica directories (e.g. <a "
+"href=\"%s\">%s</a>). Your profile will be visible in public."
 msgstr ""
 
-#: mod/settings.php:1174
+#: mod/settings.php:1115
 msgid "Publish your default profile in the global social directory?"
 msgstr "出版您默认简介在综合社会目录?"
 
-#: mod/settings.php:1181
+#: mod/settings.php:1115
+#, php-format
+msgid ""
+"Your profile will be publishedin this node's <a href=\"%s\">local "
+"directory</a>. Your profile details may be publicly visible depending on the"
+" system settings."
+msgstr ""
+
+#: mod/settings.php:1122
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "藏起来  发现您的熟人/朋友单不让这个简介看着看?\n "
 
-#: mod/settings.php:1185
+#: mod/settings.php:1122
+msgid ""
+"Your contact list won't be shown in your default profile page. You can "
+"decide to show your contact list separately for each additional profile you "
+"create"
+msgstr ""
+
+#: mod/settings.php:1126
+msgid "Hide your profile details from anonymous viewers?"
+msgstr ""
+
+#: mod/settings.php:1126
 msgid ""
-"If enabled, posting public messages to Diaspora and other networks isn't "
-"possible."
+"Anonymous visitors will only see your profile picture, your display name and"
+" the nickname you are using on your profile page. Disables posting public "
+"messages to Diaspora and other networks."
 msgstr ""
 
-#: mod/settings.php:1190
+#: mod/settings.php:1130
 msgid "Allow friends to post to your profile page?"
 msgstr "允许朋友们贴文章在您的简介页?"
 
-#: mod/settings.php:1195
+#: mod/settings.php:1130
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr ""
+
+#: mod/settings.php:1134
 msgid "Allow friends to tag your posts?"
 msgstr "允许朋友们标签您的文章?"
 
-#: mod/settings.php:1200
+#: mod/settings.php:1134
+msgid "Your contacts can add additional tags to your posts."
+msgstr ""
+
+#: mod/settings.php:1138
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "允许我们建议您潜力朋友给新成员?"
 
-#: mod/settings.php:1205
+#: mod/settings.php:1138
+msgid ""
+"If you like, Friendica may suggest new members to add you as a contact."
+msgstr ""
+
+#: mod/settings.php:1142
 msgid "Permit unknown people to send you private mail?"
 msgstr "允许生人寄给您私人邮件?"
 
-#: mod/settings.php:1213
+#: mod/settings.php:1142
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr ""
+
+#: mod/settings.php:1146
 msgid "Profile is <strong>not published</strong>."
-msgstr "简介是<strong>没出版</strong>"
+msgstr "简介<strong>未发布</strong>。"
 
-#: mod/settings.php:1221
+#: mod/settings.php:1152
 #, php-format
 msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
-msgstr ""
+msgstr "你的身份地址是 <strong>'%s'</strong> 或者 '%s'."
 
-#: mod/settings.php:1228
+#: mod/settings.php:1159
 msgid "Automatically expire posts after this many days:"
 msgstr "在这数天后自动使文章过期:"
 
-#: mod/settings.php:1228
+#: mod/settings.php:1159
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "如果为空,文章不会过期。过期的文章将被删除"
 
-#: mod/settings.php:1229
+#: mod/settings.php:1160
 msgid "Advanced expiration settings"
 msgstr "高级过期设置"
 
-#: mod/settings.php:1230
+#: mod/settings.php:1161
 msgid "Advanced Expiration"
 msgstr "先进的过期"
 
-#: mod/settings.php:1231
+#: mod/settings.php:1162
 msgid "Expire posts:"
 msgstr "把文章过期:"
 
-#: mod/settings.php:1232
+#: mod/settings.php:1163
 msgid "Expire personal notes:"
 msgstr "把私人便条过期:"
 
-#: mod/settings.php:1233
+#: mod/settings.php:1164
 msgid "Expire starred posts:"
 msgstr "把星的文章过期:"
 
-#: mod/settings.php:1234
+#: mod/settings.php:1165
 msgid "Expire photos:"
 msgstr "把照片过期:"
 
-#: mod/settings.php:1235
+#: mod/settings.php:1166
 msgid "Only expire posts by others:"
 msgstr "只别人的文章过期:"
 
-#: mod/settings.php:1266
+#: mod/settings.php:1196
 msgid "Account Settings"
 msgstr "帐户设置"
 
-#: mod/settings.php:1274
+#: mod/settings.php:1204
 msgid "Password Settings"
 msgstr "密码设置"
 
-#: mod/settings.php:1276
+#: mod/settings.php:1206
 msgid "Leave password fields blank unless changing"
 msgstr "留空密码字段,除非要修改"
 
-#: mod/settings.php:1277
+#: mod/settings.php:1207
 msgid "Current Password:"
 msgstr "当前密码:"
 
-#: mod/settings.php:1277 mod/settings.php:1278
+#: mod/settings.php:1207 mod/settings.php:1208
 msgid "Your current password to confirm the changes"
 msgstr "你的当前密码,来确认修改"
 
-#: mod/settings.php:1278
+#: mod/settings.php:1208
 msgid "Password:"
 msgstr "密码:"
 
-#: mod/settings.php:1282
+#: mod/settings.php:1212
 msgid "Basic Settings"
 msgstr "基础设置"
 
-#: mod/settings.php:1284
+#: mod/settings.php:1213 src/Model/Profile.php:724
+msgid "Full Name:"
+msgstr "全名:"
+
+#: mod/settings.php:1214
 msgid "Email Address:"
 msgstr "电子邮件地址:"
 
-#: mod/settings.php:1285
+#: mod/settings.php:1215
 msgid "Your Timezone:"
 msgstr "你的时区:"
 
-#: mod/settings.php:1286
+#: mod/settings.php:1216
 msgid "Your Language:"
 msgstr "你的语言:"
 
-#: mod/settings.php:1286
+#: mod/settings.php:1216
 msgid ""
 "Set the language we use to show you friendica interface and to send you "
 "emails"
 msgstr ""
 
-#: mod/settings.php:1287
+#: mod/settings.php:1217
 msgid "Default Post Location:"
 msgstr "默认文章位置:"
 
-#: mod/settings.php:1288
+#: mod/settings.php:1218
 msgid "Use Browser Location:"
 msgstr "使用浏览器位置:"
 
-#: mod/settings.php:1291
+#: mod/settings.php:1221
 msgid "Security and Privacy Settings"
 msgstr "安全和隐私设置"
 
-#: mod/settings.php:1293
+#: mod/settings.php:1223
 msgid "Maximum Friend Requests/Day:"
 msgstr "每天最大朋友请求数:"
 
-#: mod/settings.php:1293 mod/settings.php:1323
+#: mod/settings.php:1223 mod/settings.php:1252
 msgid "(to prevent spam abuse)"
 msgstr "(用于防止垃圾信息滥用)"
 
-#: mod/settings.php:1294
+#: mod/settings.php:1224
 msgid "Default Post Permissions"
 msgstr "默认文章权限"
 
-#: mod/settings.php:1295
+#: mod/settings.php:1225
 msgid "(click to open/close)"
 msgstr "(点击来打开/关闭)"
 
-#: mod/settings.php:1306
+#: mod/settings.php:1235
 msgid "Default Private Post"
 msgstr "默认私人文章"
 
-#: mod/settings.php:1307
+#: mod/settings.php:1236
 msgid "Default Public Post"
 msgstr "默认公开文章"
 
-#: mod/settings.php:1311
+#: mod/settings.php:1240
 msgid "Default Permissions for New Posts"
 msgstr "新文章的默认权限"
 
-#: mod/settings.php:1323
+#: mod/settings.php:1252
 msgid "Maximum private messages per day from unknown people:"
 msgstr "每天来自未知的人的私信:"
 
-#: mod/settings.php:1326
-msgid "Notification Settings"
-msgstr "通知设置"
-
-#: mod/settings.php:1327
-msgid "By default post a status message when:"
-msgstr "默认地发现状通知如果:"
-
-#: mod/settings.php:1328
-msgid "accepting a friend request"
-msgstr "接受朋友邀请"
-
-#: mod/settings.php:1329
-msgid "joining a forum/community"
-msgstr "加入一个论坛/社区"
-
-#: mod/settings.php:1330
-msgid "making an <em>interesting</em> profile change"
-msgstr "把简介有意思地变修改"
-
-#: mod/settings.php:1331
-msgid "Send a notification email when:"
-msgstr "发一个消息要是:"
-
-#: mod/settings.php:1332
-msgid "You receive an introduction"
-msgstr "你收到一份介绍"
-
-#: mod/settings.php:1333
-msgid "Your introductions are confirmed"
-msgstr "你的介绍被确认了"
-
-#: mod/settings.php:1334
-msgid "Someone writes on your profile wall"
-msgstr "某人写在你的简历墙"
-
-#: mod/settings.php:1335
-msgid "Someone writes a followup comment"
-msgstr "某人写一个后续的评论"
-
-#: mod/settings.php:1336
-msgid "You receive a private message"
-msgstr "你收到一封私信"
-
-#: mod/settings.php:1337
-msgid "You receive a friend suggestion"
-msgstr "你受到一个朋友建议"
-
-#: mod/settings.php:1338
-msgid "You are tagged in a post"
-msgstr "你被在新闻标签"
-
-#: mod/settings.php:1339
-msgid "You are poked/prodded/etc. in a post"
-msgstr "您在文章被戳"
-
-#: mod/settings.php:1341
-msgid "Activate desktop notifications"
-msgstr "启用桌面通知"
-
-#: mod/settings.php:1341
-msgid "Show desktop popup on new notifications"
-msgstr "在有新的提示时显示桌面弹出窗口"
-
-#: mod/settings.php:1343
-msgid "Text-only notification emails"
-msgstr "纯文本通知邮件"
-
-#: mod/settings.php:1345
-msgid "Send text only notification emails, without the html part"
-msgstr "发送纯文本通知邮件,无 html 部分"
-
-#: mod/settings.php:1347
-msgid "Advanced Account/Page Type Settings"
-msgstr "专家账户/页种设置"
-
-#: mod/settings.php:1348
-msgid "Change the behaviour of this account for special situations"
-msgstr "把这个账户特别情况的时候行动变化"
-
-#: mod/settings.php:1351
-msgid "Relocate"
-msgstr "调动"
-
-#: mod/settings.php:1352
-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:1353
-msgid "Resend relocate message to contacts"
-msgstr "把调动信息寄给熟人"
-
-#: mod/suggest.php:30
-msgid "Do you really want to delete this suggestion?"
-msgstr "您真的想删除这个建议吗?"
-
-#: mod/suggest.php:71
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "没有建议。如果这是新网站,请24小时后再试。"
-
-#: mod/suggest.php:84 mod/suggest.php:104
-msgid "Ignore/Hide"
-msgstr "不理/隐藏"
-
-#: mod/wall_attach.php:96
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "不好意思,可能你上传的是PHP设置允许的大"
-
-#: mod/wall_attach.php:96
-msgid "Or - did you try to upload an empty file?"
-msgstr "或者,你是不是上传空的文件?"
-
-#: mod/wall_attach.php:107
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "文件超过了 %s 的大小限制"
-
-#: mod/wall_attach.php:151 mod/wall_attach.php:167
-msgid "File upload failed."
-msgstr "文件上传失败。"
-
-#: mod/admin.php:99
-msgid "Theme settings updated."
-msgstr "主题设置更新了。"
-
-#: mod/admin.php:171 mod/admin.php:1153
-msgid "Site"
-msgstr "网站"
-
-#: mod/admin.php:172 mod/admin.php:1087 mod/admin.php:1596 mod/admin.php:1612
-msgid "Users"
-msgstr "用户"
-
-#: mod/admin.php:174 mod/admin.php:1990 mod/admin.php:2040
-msgid "Themes"
-msgstr "主题"
-
-#: mod/admin.php:176
-msgid "DB updates"
-msgstr "数据库更新"
-
-#: mod/admin.php:177 mod/admin.php:584
-msgid "Inspect Queue"
-msgstr ""
-
-#: mod/admin.php:178 mod/admin.php:298
-msgid "Server Blocklist"
-msgstr ""
-
-#: mod/admin.php:179 mod/admin.php:550
-msgid "Federation Statistics"
-msgstr ""
-
-#: mod/admin.php:180 mod/admin.php:375
-msgid "Delete Item"
-msgstr "删除项目"
-
-#: mod/admin.php:194 mod/admin.php:205 mod/admin.php:2114
-msgid "Logs"
-msgstr "记录"
-
-#: mod/admin.php:195 mod/admin.php:2182
-msgid "View Logs"
-msgstr "查看日志"
-
-#: mod/admin.php:196
-msgid "probe address"
-msgstr "试探地址"
-
-#: mod/admin.php:197
-msgid "check webfinger"
-msgstr "查webfinger"
+#: mod/settings.php:1255
+msgid "Notification Settings"
+msgstr "通知设置"
 
-#: mod/admin.php:204
-msgid "Plugin Features"
-msgstr "插件特点"
+#: mod/settings.php:1256
+msgid "By default post a status message when:"
+msgstr "默认地发现状通知如果:"
 
-#: mod/admin.php:206
-msgid "diagnostics"
-msgstr "诊断"
+#: mod/settings.php:1257
+msgid "accepting a friend request"
+msgstr "接受朋友邀请"
 
-#: mod/admin.php:207
-msgid "User registrations waiting for confirmation"
-msgstr "用户注册等确认"
+#: mod/settings.php:1258
+msgid "joining a forum/community"
+msgstr "加入一个论坛/社区"
 
-#: mod/admin.php:289
-msgid "The blocked domain"
-msgstr "被封禁的域名"
+#: mod/settings.php:1259
+msgid "making an <em>interesting</em> profile change"
+msgstr "把简介有意思地变修改"
 
-#: mod/admin.php:290 mod/admin.php:303
-msgid "The reason why you blocked this domain."
-msgstr "å°\81ç¦\81è¿\99个å\9f\9få\90\8dç\9a\84å\8e\9få\9b ã\80\82"
+#: mod/settings.php:1260
+msgid "Send a notification email when:"
+msgstr "å\8f\91ä¸\80个æ¶\88æ\81¯è¦\81æ\98¯ï¼\9a"
 
-#: mod/admin.php:291
-msgid "Delete domain"
-msgstr "å\88 é\99¤å\9f\9få\90\8d"
+#: mod/settings.php:1261
+msgid "You receive an introduction"
+msgstr "ä½ æ\94¶å\88°ä¸\80份ä»\8bç»\8d"
 
-#: mod/admin.php:291
-msgid "Check to delete this entry from the blocklist"
-msgstr ""
+#: mod/settings.php:1262
+msgid "Your introductions are confirmed"
+msgstr "你的介绍被确认了"
 
-#: mod/admin.php:297 mod/admin.php:374 mod/admin.php:549 mod/admin.php:583
-#: mod/admin.php:672 mod/admin.php:1152 mod/admin.php:1595 mod/admin.php:1713
-#: mod/admin.php:1776 mod/admin.php:1989 mod/admin.php:2039 mod/admin.php:2113
-#: mod/admin.php:2181
-msgid "Administration"
-msgstr "管理"
+#: mod/settings.php:1263
+msgid "Someone writes on your profile wall"
+msgstr "某人写在你的简历墙"
 
-#: mod/admin.php:299
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr ""
+#: mod/settings.php:1264
+msgid "Someone writes a followup comment"
+msgstr "某人写一个后续的评论"
 
-#: mod/admin.php:300
-msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr ""
+#: mod/settings.php:1265
+msgid "You receive a private message"
+msgstr "你收到一封私信"
 
-#: mod/admin.php:301
-msgid "Add new entry to block list"
-msgstr ""
+#: mod/settings.php:1266
+msgid "You receive a friend suggestion"
+msgstr "你受到一个朋友建议"
 
-#: mod/admin.php:302
-msgid "Server Domain"
-msgstr "服务器域名"
+#: mod/settings.php:1267
+msgid "You are tagged in a post"
+msgstr "你被在新闻标签"
 
-#: mod/admin.php:302
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr ""
+#: mod/settings.php:1268
+msgid "You are poked/prodded/etc. in a post"
+msgstr "您在文章被戳"
 
-#: mod/admin.php:303
-msgid "Block reason"
-msgstr "å°\81ç¦\81å\8e\9få\9b "
+#: mod/settings.php:1270
+msgid "Activate desktop notifications"
+msgstr "å\90¯ç\94¨æ¡\8cé\9d¢é\80\9aç\9f¥"
 
-#: mod/admin.php:304
-msgid "Add Entry"
-msgstr "添加条目"
+#: mod/settings.php:1270
+msgid "Show desktop popup on new notifications"
+msgstr "在有新的提示时显示桌面弹出窗口"
 
-#: mod/admin.php:305
-msgid "Save changes to the blocklist"
-msgstr ""
+#: mod/settings.php:1272
+msgid "Text-only notification emails"
+msgstr "纯文本通知邮件"
 
-#: mod/admin.php:306
-msgid "Current Entries in the Blocklist"
-msgstr ""
+#: mod/settings.php:1274
+msgid "Send text only notification emails, without the html part"
+msgstr "发送纯文本通知邮件,无 html 部分"
 
-#: mod/admin.php:309
-msgid "Delete entry from blocklist"
+#: mod/settings.php:1276
+msgid "Show detailled notifications"
 msgstr ""
 
-#: mod/admin.php:312
-msgid "Delete entry from blocklist?"
+#: mod/settings.php:1278
+msgid ""
+"Per default the notificiation are condensed to a single notification per "
+"item. When enabled, every notification is displayed."
 msgstr ""
 
-#: mod/admin.php:337
-msgid "Server added to blocklist."
-msgstr ""
+#: mod/settings.php:1280
+msgid "Advanced Account/Page Type Settings"
+msgstr "专家账户/页种设置"
 
-#: mod/admin.php:353
-msgid "Site blocklist updated."
-msgstr ""
+#: mod/settings.php:1281
+msgid "Change the behaviour of this account for special situations"
+msgstr "把这个账户特别情况的时候行动变化"
 
-#: mod/admin.php:376
-msgid "Delete this Item"
-msgstr "删除这个项目"
+#: mod/settings.php:1284
+msgid "Relocate"
+msgstr "调动"
 
-#: mod/admin.php:377
+#: mod/settings.php:1285
 msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr ""
+"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/admin.php:378
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr ""
+#: mod/settings.php:1286
+msgid "Resend relocate message to contacts"
+msgstr "把调动信息寄给熟人"
 
-#: mod/admin.php:379
-msgid "GUID"
-msgstr ""
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s关注着%2$s的%3$s"
 
-#: mod/admin.php:379
-msgid "The GUID of the item you want to delete."
-msgstr "你想要删除的项目的 GUID."
+#: mod/tagrm.php:47
+msgid "Tag removed"
+msgstr "标签去除了"
 
-#: mod/admin.php:416
-msgid "Item marked for deletion."
-msgstr "被标记为要删除的项目。"
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
+msgstr "去除项目标签"
 
-#: mod/admin.php:480
-msgid "unknown"
-msgstr "未知"
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
+msgstr "选择删除一个标签: "
+
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr "导出账户"
 
-#: mod/admin.php:543
+#: mod/uexport.php:44
 msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr ""
+"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:45
+msgid "Export all"
+msgstr "导出全部"
 
-#: mod/admin.php:544
+#: mod/uexport.php:45
 msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr ""
+"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/admin.php:556
-#, php-format
-msgid "Currently this node is aware of %d nodes from the following platforms:"
-msgstr ""
+#: mod/videos.php:140
+msgid "Do you really want to delete this video?"
+msgstr "你真的想删除这个视频吗?"
 
-#: mod/admin.php:586
-msgid "ID"
-msgstr ""
+#: mod/videos.php:145
+msgid "Delete Video"
+msgstr "删除视频"
 
-#: mod/admin.php:587
-msgid "Recipient Name"
-msgstr ""
+#: mod/videos.php:208
+msgid "No videos selected"
+msgstr "没有视频被选择"
 
-#: mod/admin.php:588
-msgid "Recipient Profile"
-msgstr ""
+#: mod/videos.php:397
+msgid "Recent Videos"
+msgstr "最近的视频"
 
-#: mod/admin.php:590
-msgid "Created"
-msgstr ""
+#: mod/videos.php:399
+msgid "Upload New Videos"
+msgstr "上传新视频"
 
-#: mod/admin.php:591
-msgid "Last Tried"
-msgstr ""
+#: mod/viewcontacts.php:87
+msgid "No contacts."
+msgstr "没有熟人。"
 
-#: mod/admin.php:592
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr ""
+#: mod/viewsrc.php:12
+msgid "Access denied."
+msgstr "没有用权。"
 
-#: mod/admin.php:617
+#: mod/wallmessage.php:49 mod/wallmessage.php:112
 #, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"include/dbstructure.php toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
-msgstr ""
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "一天最多墙通知给%s超过了。通知没有通过 。"
 
-#: mod/admin.php:626
-msgid ""
-"The database update failed. Please run \"php include/dbstructure.php "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr ""
+#: mod/wallmessage.php:60
+msgid "Unable to check your home location."
+msgstr "核对不了您的主页。"
 
-#: mod/admin.php:632
-msgid "The worker was never executed. Please check your database structure!"
-msgstr ""
+#: mod/wallmessage.php:86 mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "没有接受者。"
 
-#: mod/admin.php:635
+#: mod/wallmessage.php:133
 #, php-format
 msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr ""
+"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/admin.php:640 mod/admin.php:1545
-msgid "Normal Account"
-msgstr "正常帐户"
+#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475
+msgid "default"
+msgstr "默认"
 
-#: mod/admin.php:641 mod/admin.php:1546
-msgid "Automatic Follower Account"
-msgstr ""
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
+msgstr "greenzero"
 
-#: mod/admin.php:642 mod/admin.php:1547
-msgid "Public Forum Account"
-msgstr ""
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr "purplezero"
 
-#: mod/admin.php:643 mod/admin.php:1548
-msgid "Automatic Friend Account"
-msgstr "自动朋友帐户"
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr "easterbunny"
 
-#: mod/admin.php:644
-msgid "Blog Account"
-msgstr "博客账户"
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr "darkzero"
 
-#: mod/admin.php:645
-msgid "Private Forum Account"
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "变化"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Repeat the image"
 msgstr ""
 
-#: mod/admin.php:667
-msgid "Message queues"
-msgstr "通知排队"
+#: view/theme/frio/php/Image.php:25
+msgid "Will repeat your image to fill the background."
+msgstr ""
 
-#: mod/admin.php:673
-msgid "Summary"
-msgstr "总算"
+#: view/theme/frio/php/Image.php:27
+msgid "Stretch"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:27
+msgid "Will stretch to width/height of the image."
+msgstr ""
 
-#: mod/admin.php:675
-msgid "Registered users"
-msgstr "注册的用户"
+#: view/theme/frio/php/Image.php:29
+msgid "Resize fill and-clip"
+msgstr ""
 
-#: mod/admin.php:677
-msgid "Pending registrations"
-msgstr "未决的注册"
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to fill and retain aspect ratio."
+msgstr ""
 
-#: mod/admin.php:678
-msgid "Version"
-msgstr "版本"
+#: view/theme/frio/php/Image.php:31
+msgid "Resize best fit"
+msgstr ""
 
-#: mod/admin.php:683
-msgid "Active plugins"
-msgstr "活跃的插件"
+#: view/theme/frio/php/Image.php:31
+msgid "Resize to best fit and retain aspect ratio."
+msgstr ""
 
-#: mod/admin.php:708
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "不能分析基础URL。至少要<scheme>://<domain>"
+#: view/theme/frio/config.php:97
+msgid "Default"
+msgstr ""
 
-#: mod/admin.php:1013
-msgid "Site settings updated."
-msgstr "网站设置更新了。"
+#: view/theme/frio/config.php:109
+msgid "Note"
+msgstr ""
 
-#: mod/admin.php:1070
-msgid "No community page"
-msgstr "没有社会页"
+#: view/theme/frio/config.php:109
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr ""
 
-#: mod/admin.php:1071
-msgid "Public postings from users of this site"
-msgstr "本网站用户的公开文章"
+#: view/theme/frio/config.php:116
+msgid "Select scheme"
+msgstr "选择方案"
 
-#: mod/admin.php:1072
-msgid "Global community page"
-msgstr "全球社会页"
+#: view/theme/frio/config.php:117
+msgid "Navigation bar background color"
+msgstr ""
 
-#: mod/admin.php:1077 mod/contacts.php:551
-msgid "Never"
-msgstr "从未"
+#: view/theme/frio/config.php:118
+msgid "Navigation bar icon color "
+msgstr ""
 
-#: mod/admin.php:1078
-msgid "At post arrival"
-msgstr "收件的时候"
+#: view/theme/frio/config.php:119
+msgid "Link color"
+msgstr "链接颜色"
 
-#: mod/admin.php:1086 mod/contacts.php:578
-msgid "Disabled"
-msgstr "已停用"
+#: view/theme/frio/config.php:120
+msgid "Set the background color"
+msgstr "设置背景色"
 
-#: mod/admin.php:1088
-msgid "Users, Global Contacts"
+#: view/theme/frio/config.php:121
+msgid "Content background opacity"
 msgstr ""
 
-#: mod/admin.php:1089
-msgid "Users, Global Contacts/fallback"
+#: view/theme/frio/config.php:122
+msgid "Set the background image"
+msgstr "设置北京图片"
+
+#: view/theme/frio/config.php:127
+msgid "Login page background image"
 msgstr ""
 
-#: mod/admin.php:1093
-msgid "One month"
-msgstr "一个月"
+#: view/theme/frio/config.php:130
+msgid "Login page background color"
+msgstr ""
 
-#: mod/admin.php:1094
-msgid "Three months"
-msgstr "三个月"
+#: view/theme/frio/config.php:130
+msgid "Leave background image and color empty for theme defaults"
+msgstr ""
 
-#: mod/admin.php:1095
-msgid "Half a year"
-msgstr "半年"
+#: view/theme/frio/theme.php:238
+msgid "Guest"
+msgstr ""
 
-#: mod/admin.php:1096
-msgid "One year"
-msgstr "一年"
+#: view/theme/frio/theme.php:243
+msgid "Visitor"
+msgstr ""
 
-#: mod/admin.php:1101
-msgid "Multi user instance"
-msgstr "多用户网站"
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+#: src/Module/Login.php:311
+msgid "Logout"
+msgstr "注销"
 
-#: mod/admin.php:1124
-msgid "Closed"
-msgstr "关闭"
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+msgid "End this session"
+msgstr "结束这段时间"
 
-#: mod/admin.php:1125
-msgid "Requires approval"
-msgstr "要批准"
+#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
+#: src/Content/Nav.php:181
+msgid "Your posts and conversations"
+msgstr "你的消息和交谈"
 
-#: mod/admin.php:1126
-msgid "Open"
-msgstr "打开"
+#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
+msgid "Your profile page"
+msgstr "你的简介页"
 
-#: mod/admin.php:1130
-msgid "No SSL policy, links will track page SSL state"
-msgstr "没SSL方针,环节将追踪页SSL现状"
+#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
+msgid "Your photos"
+msgstr "你的照片"
 
-#: mod/admin.php:1131
-msgid "Force all links to use SSL"
-msgstr "强制所有链接使用 SSL"
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+#: src/Model/Profile.php:898 src/Model/Profile.php:901
+msgid "Videos"
+msgstr "视频"
 
-#: mod/admin.php:1132
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "自签证书,只在本地链接使用 SSL(不推荐)"
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+msgid "Your videos"
+msgstr "你的视频"
 
-#: mod/admin.php:1156
-msgid "File upload"
-msgstr "文件上传"
+#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
+msgid "Your events"
+msgstr "你的项目"
 
-#: mod/admin.php:1157
-msgid "Policies"
-msgstr "æ\94¿ç­\96"
+#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
+msgid "Conversations from your friends"
+msgstr "æ\9d¥è\87ªä½ ç\9a\84æ\9c\8bå\8f\8b们ç\9a\84交è°\88"
 
-#: mod/admin.php:1159
-msgid "Auto Discovered Contact Directory"
-msgstr ""
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
+#: src/Model/Profile.php:913 src/Model/Profile.php:924
+msgid "Events and Calendar"
+msgstr "事件和日历"
 
-#: mod/admin.php:1160
-msgid "Performance"
-msgstr "性能"
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
+msgid "Private mail"
+msgstr "私人的邮件"
 
-#: mod/admin.php:1161
-msgid "Worker"
-msgstr ""
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
+msgid "Account settings"
+msgstr "帐户设置"
 
-#: mod/admin.php:1162
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "重定位 - 警告:高级功能。可能会让这个服务器不可达。"
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
+msgid "Manage/edit friends and contacts"
+msgstr "管理/编辑朋友和联系人"
 
-#: mod/admin.php:1165
-msgid "Site name"
-msgstr "网页名字"
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "对齐"
 
-#: mod/admin.php:1166
-msgid "Host name"
-msgstr "服务器名"
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "左边"
 
-#: mod/admin.php:1167
-msgid "Sender Email"
-msgstr "寄主邮件"
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "中间"
 
-#: mod/admin.php:1167
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr ""
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "色彩方案"
 
-#: mod/admin.php:1168
-msgid "Banner/Logo"
-msgstr "æ \87é¢\98/æ \87å¿\97"
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "æ\96\87ç« "
 
-#: mod/admin.php:1169
-msgid "Shortcut icon"
-msgstr "æ\8d·å¾\84å°\8få\9b¾ç\89\87"
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "æ\96\87æ\9c¬å\8cºå­\97ä½\93大å°\8f"
 
-#: mod/admin.php:1169
-msgid "Link to an icon that will be used for browsers."
+#: view/theme/vier/config.php:75
+msgid "Comma separated list of helper forums"
 msgstr ""
 
-#: mod/admin.php:1170
-msgid "Touch icon"
-msgstr "触摸小图片"
-
-#: mod/admin.php:1170
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr ""
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "选择款式"
 
-#: mod/admin.php:1171
-msgid "Additional Info"
-msgstr "别的消息"
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "社会页"
 
-#: mod/admin.php:1171
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/siteinfo."
-msgstr ""
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
+msgid "Community Profiles"
+msgstr "社会简介"
 
-#: mod/admin.php:1172
-msgid "System language"
-msgstr "系统语言"
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "帮助或@菜鸟?"
 
-#: mod/admin.php:1173
-msgid "System theme"
-msgstr "系统主题"
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
+msgid "Connect Services"
+msgstr "连接服务"
 
-#: mod/admin.php:1173
-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>"
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "找朋友们"
 
-#: mod/admin.php:1174
-msgid "Mobile system theme"
-msgstr "手机系统主题"
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "上次用户"
 
-#: mod/admin.php:1174
-msgid "Theme for mobile devices"
-msgstr "用于移动设备的主题"
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "当地目录"
 
-#: mod/admin.php:1175
-msgid "SSL link policy"
-msgstr "SSL环节方针"
+#: view/theme/vier/theme.php:202 src/Content/Widget.php:65
+msgid "Similar Interests"
+msgstr "相似兴趣"
 
-#: mod/admin.php:1175
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "决定产生的链接是否应该强制使用 SSL"
+#: view/theme/vier/theme.php:204 src/Content/Widget.php:67
+msgid "Invite Friends"
+msgstr "邀请朋友们"
 
-#: mod/admin.php:1176
-msgid "Force SSL"
-msgstr "强å\88¶ä½¿ç\94¨ SSL"
+#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
+msgid "External link to forum"
+msgstr "å\88°è®ºå\9d\9bç\9a\84å¤\96é\93¾"
 
-#: mod/admin.php:1176
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环"
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "快速入门"
 
-#: mod/admin.php:1177
-msgid "Hide help entry from navigation menu"
-msgstr "隐藏帮助在航行选单"
+#: src/Core/NotificationsManager.php:171
+msgid "System"
+msgstr "系统"
 
-#: mod/admin.php:1177
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"
+#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124
+#: src/Content/Nav.php:181
+msgid "Home"
+msgstr "主页"
 
-#: mod/admin.php:1178
-msgid "Single user instance"
-msgstr "单用户网站"
+#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186
+msgid "Introductions"
+msgstr "介绍"
 
-#: mod/admin.php:1178
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "弄这网站多用户或单用户为选择的用户"
+#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s 在 %s 的文章发表了评论"
 
-#: mod/admin.php:1179
-msgid "Maximum image size"
-msgstr "图片最大尺寸"
+#: src/Core/NotificationsManager.php:267
+#, php-format
+msgid "%s created a new post"
+msgstr "%s 创建了一个新文章"
 
-#: mod/admin.php:1179
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "最多上传照相的字节。默认是零,意思是无限。"
+#: src/Core/NotificationsManager.php:281
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s喜欢了%s的消息"
 
-#: mod/admin.php:1180
-msgid "Maximum image length"
-msgstr "最大图片大小"
+#: src/Core/NotificationsManager.php:294
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s不喜欢了%s的消息"
 
-#: mod/admin.php:1180
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "最多像素在上传图片的长度。默认-1,意思是无限。"
+#: src/Core/NotificationsManager.php:307
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s 正在参加 %s 的事件"
 
-#: mod/admin.php:1181
-msgid "JPEG image quality"
-msgstr "JPEG图片质量"
+#: src/Core/NotificationsManager.php:320
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s 不在参加 %s 的事件"
 
-#: mod/admin.php:1181
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "上传的JPEG被用这质量[0-100]保存。默认100,最高。"
+#: src/Core/NotificationsManager.php:333
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s 可以参加 %s 的事件"
 
-#: mod/admin.php:1183
-msgid "Register policy"
-msgstr "注册政策"
+#: src/Core/NotificationsManager.php:350
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s成为%s的朋友"
 
-#: mod/admin.php:1184
-msgid "Maximum Daily Registrations"
-msgstr "一天最多注册"
+#: src/Core/NotificationsManager.php:813
+msgid "Friend Suggestion"
+msgstr "朋友建议"
 
-#: mod/admin.php:1184
-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 "如果注册上边许可的,这个选择一天最多新用户注册会接待。如果注册关闭了,这个设置没有印象。"
+#: src/Core/NotificationsManager.php:839
+msgid "Friend/Connect Request"
+msgstr "友谊/联络要求"
 
-#: mod/admin.php:1185
-msgid "Register text"
-msgstr "注å\86\8cæ­£æ\96\87"
+#: src/Core/NotificationsManager.php:839
+msgid "New Follower"
+msgstr "æ\96°å\85³æ³¨è\80\85"
 
-#: mod/admin.php:1185
-msgid "Will be displayed prominently on the registration page."
-msgstr "被æ\98¾è\91\97ç\9a\84å\9c¨æ³¨å\86\8c页表示ã\80\82"
+#: src/Core/UserImport.php:104
+msgid "Error decoding account file"
+msgstr "解ç \81è´¦æ\88·æ\96\87件å\87ºé\94\99误"
 
-#: mod/admin.php:1186
-msgid "Accounts abandoned after x days"
-msgstr "账户丢弃X天后"
+#: src/Core/UserImport.php:110
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "错误!文件没有版本数!这不是Friendica账户文件吗?"
 
-#: mod/admin.php:1186
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。"
+#: src/Core/UserImport.php:118
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "用户「%s」已经存在这个服务器!"
 
-#: mod/admin.php:1187
-msgid "Allowed friend domains"
-msgstr "允许的朋友域"
+#: src/Core/UserImport.php:151
+msgid "User creation error"
+msgstr "用户创建错误"
 
-#: mod/admin.php:1187
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。"
+#: src/Core/UserImport.php:169
+msgid "User profile creation error"
+msgstr "用户简介创建错误"
 
-#: mod/admin.php:1188
-msgid "Allowed email domains"
-msgstr "允许的电子邮件域"
+#: src/Core/UserImport.php:213
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d 个联系人没导入"
 
-#: mod/admin.php:1188
-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 "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。"
+#: src/Core/UserImport.php:278
+msgid "Done. You can now login with your username and password"
+msgstr "完成。你现在可以用你的用户名和密码登录"
 
-#: mod/admin.php:1189
-msgid "Block public"
-msgstr "拦公开"
+#: src/Util/Temporal.php:147 src/Model/Profile.php:744
+msgid "Birthday:"
+msgstr "生日:"
 
-#: mod/admin.php:1189
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。"
+#: src/Util/Temporal.php:151
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD 或 MM-DD"
 
-#: mod/admin.php:1190
-msgid "Force publish"
-msgstr "需要出版"
+#: src/Util/Temporal.php:294
+msgid "never"
+msgstr "从未"
 
-#: mod/admin.php:1190
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "让所有这网站的的简介表明在网站目录。"
+#: src/Util/Temporal.php:300
+msgid "less than a second ago"
+msgstr "一秒以内"
 
-#: mod/admin.php:1191
-msgid "Global directory URL"
-msgstr ""
+#: src/Util/Temporal.php:303
+msgid "year"
+msgstr ""
 
-#: mod/admin.php:1191
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr ""
+#: src/Util/Temporal.php:303
+msgid "years"
+msgstr "年"
 
-#: mod/admin.php:1192
-msgid "Allow threaded items"
-msgstr "允许线绳项目"
+#: src/Util/Temporal.php:304
+msgid "months"
+msgstr ""
 
-#: mod/admin.php:1192
-msgid "Allow infinite level threading for items on this site."
-msgstr "允许无限水平线绳为这网站的项目。"
+#: src/Util/Temporal.php:305
+msgid "weeks"
+msgstr "星期"
 
-#: mod/admin.php:1193
-msgid "Private posts by default for new users"
-msgstr "新用户默认写私人文章"
+#: src/Util/Temporal.php:306
+msgid "days"
+msgstr ""
 
-#: mod/admin.php:1193
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "默认新用户文章批准使默认隐私组,没有公开。"
+#: src/Util/Temporal.php:307
+msgid "hour"
+msgstr "小时"
 
-#: mod/admin.php:1194
-msgid "Don't include post content in email notifications"
-msgstr "å\88«å\8c\85å\90«æ\96\87ç« å\86\85容å\9c¨é\82®ä»¶æ¶\88æ\81¯"
+#: src/Util/Temporal.php:307
+msgid "hours"
+msgstr "å°\8fæ\97"
 
-#: mod/admin.php:1194
-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 "别包含文章/谈论/私消息/等的内容在文件消息被这个网站寄出,为了隐私。"
+#: src/Util/Temporal.php:308
+msgid "minute"
+msgstr "分钟"
 
-#: mod/admin.php:1195
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "不允许插件的公众使用权在应用选单。"
+#: src/Util/Temporal.php:308
+msgid "minutes"
+msgstr "分钟"
 
-#: mod/admin.php:1195
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "复选这个框为把应用选内插件限制仅成员"
+#: src/Util/Temporal.php:309
+msgid "second"
+msgstr "秒"
 
-#: mod/admin.php:1196
-msgid "Don't embed private images in posts"
-msgstr "别嵌入私人图案在文章里"
+#: src/Util/Temporal.php:309
+msgid "seconds"
+msgstr ""
 
-#: mod/admin.php:1196
-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 "别把复制嵌入的照相代替本网站的私人照相在文章里。结果是收包括私人照相的熟人要认证才卸载个张照片,会花许久。"
+#: src/Util/Temporal.php:318
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s以前"
 
-#: mod/admin.php:1197
-msgid "Allow Users to set remote_self"
-msgstr "允许用户用遥远的自身"
+#: src/Content/Text/BBCode.php:547
+msgid "view full size"
+msgstr "看全尺寸"
 
-#: mod/admin.php:1197
-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 "选择这个之后,用户们允许表明熟人当遥远的自身在熟人修理页。遥远的自身所有文章被复制到用户文章流。"
+#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761
+#: src/Content/Text/BBCode.php:1762
+msgid "Image/photo"
+msgstr "图像/照片"
 
-#: mod/admin.php:1198
-msgid "Block multiple registrations"
-msgstr "拦一人多注册"
+#: src/Content/Text/BBCode.php:1138
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr ""
 
-#: mod/admin.php:1198
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "不允许用户注册别的账户为当页。"
+#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718
+msgid "$1 wrote:"
+msgstr "$1写:"
 
-#: mod/admin.php:1199
-msgid "OpenID support"
-msgstr "OpenID支持"
+#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771
+msgid "Encrypted content"
+msgstr "加密的内容"
 
-#: mod/admin.php:1199
-msgid "OpenID support for registration and logins."
-msgstr "OpenID支持注册和登录。"
+#: src/Content/Text/BBCode.php:1888
+msgid "Invalid source protocol"
+msgstr "无效的源协议"
 
-#: mod/admin.php:1200
-msgid "Fullname check"
-msgstr "全名核实"
+#: src/Content/Text/BBCode.php:1899
+msgid "Invalid link protocol"
+msgstr "无效的连接协议"
 
-#: mod/admin.php:1200
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。"
+#: src/Content/ContactSelector.php:55
+msgid "Frequently"
+msgstr "时常"
 
-#: mod/admin.php:1201
-msgid "Community Page Style"
-msgstr "社会页款式"
+#: src/Content/ContactSelector.php:56
+msgid "Hourly"
+msgstr "每小时"
 
-#: mod/admin.php:1201
-msgid ""
-"Type of community page to show. 'Global community' shows every public "
-"posting from an open distributed network that arrived on this server."
-msgstr "社会页种类将显示。“全球社会”显示所有公开的文章从某网络到达本服务器。"
+#: src/Content/ContactSelector.php:57
+msgid "Twice daily"
+msgstr "每日两次"
 
-#: mod/admin.php:1202
-msgid "Posts per user on community page"
-msgstr "个用户文章数量在社会页"
+#: src/Content/ContactSelector.php:58
+msgid "Daily"
+msgstr "每日"
 
-#: mod/admin.php:1202
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr "一个用户最多文章在社会页。(无效在“全球社会”)"
+#: src/Content/ContactSelector.php:59
+msgid "Weekly"
+msgstr "每周"
 
-#: mod/admin.php:1203
-msgid "Enable OStatus support"
-msgstr "启用 OStatus 支持"
+#: src/Content/ContactSelector.php:60
+msgid "Monthly"
+msgstr "每月"
 
-#: mod/admin.php:1203
-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 的通信是公开的,所以会偶尔显示隐私警告。"
+#: src/Content/ContactSelector.php:80
+msgid "OStatus"
+msgstr "OStatus"
 
-#: mod/admin.php:1204
-msgid "Only import OStatus threads from our contacts"
-msgstr ""
+#: src/Content/ContactSelector.php:81
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: mod/admin.php:1204
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr ""
+#: src/Content/ContactSelector.php:84
+msgid "Facebook"
+msgstr "Facebook"
 
-#: mod/admin.php:1205
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr ""
+#: src/Content/ContactSelector.php:85
+msgid "Zot!"
+msgstr "Zot!"
 
-#: mod/admin.php:1207
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr ""
+#: src/Content/ContactSelector.php:86
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: mod/admin.php:1208
-msgid "Enable Diaspora support"
-msgstr "启用 Diaspora 支持"
+#: src/Content/ContactSelector.php:87
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: mod/admin.php:1208
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "提供内置的 Diaspora 网络兼容性。"
+#: src/Content/ContactSelector.php:88
+msgid "MySpace"
+msgstr "MySpace"
 
-#: mod/admin.php:1209
-msgid "Only allow Friendica contacts"
-msgstr "只允许 Friendica 联系人"
+#: src/Content/ContactSelector.php:89
+msgid "Google+"
+msgstr "Google+"
 
-#: mod/admin.php:1209
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "所有的熟人要用Friendica协议 。别的内装的沟通协议都已停用。"
+#: src/Content/ContactSelector.php:90
+msgid "pump.io"
+msgstr "pump.io"
 
-#: mod/admin.php:1210
-msgid "Verify SSL"
-msgstr "验证 SSL"
+#: src/Content/ContactSelector.php:91
+msgid "Twitter"
+msgstr "Twitter"
 
-#: mod/admin.php:1210
-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网站交流。"
+#: src/Content/ContactSelector.php:92
+msgid "Diaspora Connector"
+msgstr "Diaspora连接"
 
-#: mod/admin.php:1211
-msgid "Proxy user"
-msgstr "代理用户"
+#: src/Content/ContactSelector.php:93
+msgid "GNU Social Connector"
+msgstr "GNU Social 连接器"
 
-#: mod/admin.php:1212
-msgid "Proxy URL"
-msgstr "代理URL"
+#: src/Content/ContactSelector.php:94
+msgid "pnut"
+msgstr ""
 
-#: mod/admin.php:1213
-msgid "Network timeout"
-msgstr "网络超时"
+#: src/Content/ContactSelector.php:95
+msgid "App.net"
+msgstr ""
 
-#: mod/admin.php:1213
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "输入秒数。输入零为无限(不推荐的)。"
+#: src/Content/ContactSelector.php:125
+msgid "Male"
+msgstr "男的"
 
-#: mod/admin.php:1214
-msgid "Maximum Load Average"
-msgstr "最大平均负荷"
+#: src/Content/ContactSelector.php:125
+msgid "Female"
+msgstr "女的"
 
-#: mod/admin.php:1214
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。"
+#: src/Content/ContactSelector.php:125
+msgid "Currently Male"
+msgstr "现在男的"
 
-#: mod/admin.php:1215
-msgid "Maximum Load Average (Frontend)"
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Currently Female"
+msgstr "现在女的"
 
-#: mod/admin.php:1215
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Male"
+msgstr "主要男的"
 
-#: mod/admin.php:1216
-msgid "Minimal Memory"
-msgstr "最少内存"
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Female"
+msgstr "主要女的"
 
-#: mod/admin.php:1216
-msgid ""
-"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Transgender"
+msgstr "跨性別"
 
-#: mod/admin.php:1217
-msgid "Maximum table size for optimization"
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Intersex"
+msgstr "阴阳人"
 
-#: mod/admin.php:1217
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Transsexual"
+msgstr "”转基因“人"
 
-#: mod/admin.php:1218
-msgid "Minimum level of fragmentation"
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Hermaphrodite"
+msgstr "两性体"
 
-#: mod/admin.php:1218
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Neuter"
+msgstr "中性的"
 
-#: mod/admin.php:1220
-msgid "Periodical check of global contacts"
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Non-specific"
+msgstr "不明确的"
 
-#: mod/admin.php:1220
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Other"
+msgstr "别的"
 
-#: mod/admin.php:1221
-msgid "Days between requery"
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Males"
+msgstr "男人"
 
-#: mod/admin.php:1221
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Females"
+msgstr "女人"
 
-#: mod/admin.php:1222
-msgid "Discover contacts from other servers"
-msgstr "从其他服务器上发现联系人"
+#: src/Content/ContactSelector.php:147
+msgid "Gay"
+msgstr "男同性恋的"
 
-#: mod/admin.php:1222
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Lesbian"
+msgstr "女同性恋的"
 
-#: mod/admin.php:1223
-msgid "Timeframe for fetching global contacts"
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "No Preference"
+msgstr "无偏爱"
 
-#: mod/admin.php:1223
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Bisexual"
+msgstr "双性恋的"
 
-#: mod/admin.php:1224
-msgid "Search the local directory"
-msgstr "搜索本地目录"
+#: src/Content/ContactSelector.php:147
+msgid "Autosexual"
+msgstr "自性的"
 
-#: mod/admin.php:1224
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Abstinent"
+msgstr "有节制的"
 
-#: mod/admin.php:1226
-msgid "Publish server information"
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Virgin"
+msgstr "原始的"
 
-#: mod/admin.php:1226
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr ""
+#: src/Content/ContactSelector.php:147
+msgid "Deviant"
+msgstr "变态"
 
-#: mod/admin.php:1228
-msgid "Suppress Tags"
-msgstr "压制标签"
+#: src/Content/ContactSelector.php:147
+msgid "Fetish"
+msgstr "恋物对象"
 
-#: mod/admin.php:1228
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "不在文章末尾显示主题标签列表。"
+#: src/Content/ContactSelector.php:147
+msgid "Oodles"
+msgstr "多多"
 
-#: mod/admin.php:1229
-msgid "Path to item cache"
-msgstr "路线到项目缓存"
+#: src/Content/ContactSelector.php:147
+msgid "Nonsexual"
+msgstr "无性"
 
-#: mod/admin.php:1229
-msgid "The item caches buffers generated bbcode and external images."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Single"
+msgstr "单身"
 
-#: mod/admin.php:1230
-msgid "Cache duration in seconds"
-msgstr "缓存时间秒"
+#: src/Content/ContactSelector.php:169
+msgid "Lonely"
+msgstr "寂寞"
 
-#: mod/admin.php:1230
-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。"
+#: src/Content/ContactSelector.php:169
+msgid "Available"
+msgstr "单身的"
 
-#: mod/admin.php:1231
-msgid "Maximum numbers of comments per post"
-msgstr "文件最多评论"
+#: src/Content/ContactSelector.php:169
+msgid "Unavailable"
+msgstr "不可获得的"
 
-#: mod/admin.php:1231
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Has crush"
+msgstr "迷恋"
 
-#: mod/admin.php:1232
-msgid "Temp path"
-msgstr "临时文件路线"
+#: src/Content/ContactSelector.php:169
+msgid "Infatuated"
+msgstr "痴迷"
 
-#: mod/admin.php:1232
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Dating"
+msgstr "约会"
 
-#: mod/admin.php:1233
-msgid "Base path to installation"
-msgstr "å\9fºç¡\80å®\89è£\85路线"
+#: src/Content/ContactSelector.php:169
+msgid "Unfaithful"
+msgstr "å¤\96é\81\87"
 
-#: mod/admin.php:1233
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Sex Addict"
+msgstr "性交因成瘾者"
 
-#: mod/admin.php:1234
-msgid "Disable picture proxy"
-msgstr "停用图片代理"
+#: src/Content/ContactSelector.php:169 src/Model/User.php:492
+msgid "Friends"
+msgstr "朋友"
 
-#: mod/admin.php:1234
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Friends/Benefits"
+msgstr "朋友/益"
 
-#: mod/admin.php:1235
-msgid "Only search in tags"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Casual"
+msgstr "休闲"
 
-#: mod/admin.php:1235
-msgid "On large systems the text search can slow down the system extremely."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Engaged"
+msgstr "已订婚的"
 
-#: mod/admin.php:1237
-msgid "New base url"
-msgstr "新基础URL"
+#: src/Content/ContactSelector.php:169
+msgid "Married"
+msgstr "结婚"
 
-#: mod/admin.php:1237
-msgid ""
-"Change base url for this server. Sends relocate message to all DFRN contacts"
-" of all users."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily married"
+msgstr "想像结婚"
 
-#: mod/admin.php:1239
-msgid "RINO Encryption"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Partners"
+msgstr "伴侣"
 
-#: mod/admin.php:1239
-msgid "Encryption layer between nodes."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Cohabiting"
+msgstr "同居"
 
-#: mod/admin.php:1241
-msgid "Maximum number of parallel workers"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Common law"
+msgstr "普通法结婚"
 
-#: mod/admin.php:1241
-msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Happy"
+msgstr "幸福"
 
-#: mod/admin.php:1242
-msgid "Don't use 'proc_open' with the worker"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Not looking"
+msgstr "没找"
 
-#: mod/admin.php:1242
-msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of poller calls in your crontab."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Swinger"
+msgstr "交换性伴侣的"
+
+#: src/Content/ContactSelector.php:169
+msgid "Betrayed"
+msgstr "被背叛"
 
-#: mod/admin.php:1243
-msgid "Enable fastlane"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Separated"
+msgstr "分手"
 
-#: mod/admin.php:1243
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Unstable"
+msgstr "不稳"
 
-#: mod/admin.php:1244
-msgid "Enable frontend worker"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Divorced"
+msgstr "离婚"
 
-#: mod/admin.php:1244
-#, php-format
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call %s/worker on a regular basis via an external cron job. You should "
-"only enable this option if you cannot utilize cron/scheduled jobs on your "
-"server."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily divorced"
+msgstr "想像离婚"
 
-#: mod/admin.php:1274
-msgid "Update has been marked successful"
-msgstr "更新当成功标签了"
+#: src/Content/ContactSelector.php:169
+msgid "Widowed"
+msgstr "寡妇"
 
-#: mod/admin.php:1282
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Uncertain"
+msgstr "不确定"
 
-#: mod/admin.php:1285
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "It's complicated"
+msgstr "是复杂"
 
-#: mod/admin.php:1299
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Don't care"
+msgstr "无所谓"
 
-#: mod/admin.php:1302
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "把%s更新成功地实行。"
+#: src/Content/ContactSelector.php:169
+msgid "Ask me"
+msgstr "问我"
 
-#: mod/admin.php:1305
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "%s更新没回答现状。不知道是否成功。"
+#: src/Content/Nav.php:53
+msgid "Nothing new here"
+msgstr "这里没有什么新的"
 
-#: mod/admin.php:1308
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
+#: src/Content/Nav.php:57
+msgid "Clear notifications"
+msgstr "清理出通知"
 
-#: mod/admin.php:1328
-msgid "No failed updates."
-msgstr "没有不通过地更新。"
+#: src/Content/Nav.php:105
+msgid "Personal notes"
+msgstr "私人的便条"
 
-#: mod/admin.php:1329
-msgid "Check database structure"
-msgstr ""
+#: src/Content/Nav.php:105
+msgid "Your personal notes"
+msgstr "你的私人便条"
 
-#: mod/admin.php:1334
-msgid "Failed Updates"
-msgstr "没通过的更新"
+#: src/Content/Nav.php:114
+msgid "Sign in"
+msgstr "登录"
 
-#: mod/admin.php:1335
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "这个不包括1139号更新之前,它们没回答装线。"
+#: src/Content/Nav.php:124
+msgid "Home Page"
+msgstr "主页"
 
-#: mod/admin.php:1336
-msgid "Mark success (if update was manually applied)"
-msgstr "æ \87注æ\88\90å\8a\9fï¼\88å¦\82æ\9e\9cæ\89\8bå\8a¨å\9c°æ\8a\8aæ\9b´æ\96°å®\9eè¡\8cäº\86ï¼\89"
+#: src/Content/Nav.php:128
+msgid "Create an account"
+msgstr "注å\86\8c"
 
-#: mod/admin.php:1337
-msgid "Attempt to execute this update step automatically"
-msgstr "试图自动地把这步更新实行"
+#: src/Content/Nav.php:134
+msgid "Help and documentation"
+msgstr "帮助证件"
 
-#: mod/admin.php:1371
-#, 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 ""
+#: src/Content/Nav.php:138
+msgid "Apps"
+msgstr "应用程序"
 
-#: mod/admin.php:1374
-#, 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 ""
+#: src/Content/Nav.php:138
+msgid "Addon applications, utilities, games"
+msgstr "可加的应用,设施,游戏"
 
-#: mod/admin.php:1418
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s用户拦/不拦了"
+#: src/Content/Nav.php:142
+msgid "Search site content"
+msgstr "搜索网站内容"
 
-#: mod/admin.php:1425
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s用户删除了"
+#: src/Content/Nav.php:165
+msgid "Community"
+msgstr "社会"
 
-#: mod/admin.php:1472
-#, php-format
-msgid "User '%s' deleted"
-msgstr "用户「%s」删除了"
+#: src/Content/Nav.php:165
+msgid "Conversations on this and other servers"
+msgstr ""
 
-#: mod/admin.php:1480
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "用户「%s」无拦了"
+#: src/Content/Nav.php:172
+msgid "Directory"
+msgstr "名录"
 
-#: mod/admin.php:1480
-#, php-format
-msgid "User '%s' blocked"
-msgstr "用户「%s」拦了"
+#: src/Content/Nav.php:172
+msgid "People directory"
+msgstr "人物名录"
 
-#: mod/admin.php:1588 mod/admin.php:1614
-msgid "Register date"
-msgstr "注册日期"
+#: src/Content/Nav.php:174
+msgid "Information about this friendica instance"
+msgstr "资料关于这个Friendica服务器"
 
-#: mod/admin.php:1588 mod/admin.php:1614
-msgid "Last login"
-msgstr "上次登录"
+#: src/Content/Nav.php:179
+msgid "Network Reset"
+msgstr "网络重设"
 
-#: mod/admin.php:1588 mod/admin.php:1614
-msgid "Last item"
-msgstr "上项目"
+#: src/Content/Nav.php:179
+msgid "Load Network page with no filters"
+msgstr "表示网络页无滤器"
 
-#: mod/admin.php:1597
-msgid "Add User"
-msgstr "æ·»å\8a ç\94¨æ\88·"
+#: src/Content/Nav.php:186
+msgid "Friend Requests"
+msgstr "å\8f\8bè°\8aé\82\80请"
 
-#: mod/admin.php:1598
-msgid "select all"
-msgstr "都选"
+#: src/Content/Nav.php:190
+msgid "See all notifications"
+msgstr "看所有的通知"
 
-#: mod/admin.php:1599
-msgid "User registrations waiting for confirm"
-msgstr "用户注册等待确认"
+#: src/Content/Nav.php:191
+msgid "Mark all system notifications seen"
+msgstr "记号各系统通知看过的"
 
-#: mod/admin.php:1600
-msgid "User waiting for permanent deletion"
-msgstr "用户等待长久删除"
+#: src/Content/Nav.php:196
+msgid "Inbox"
+msgstr "收件箱"
 
-#: mod/admin.php:1601
-msgid "Request date"
-msgstr "要求日期"
+#: src/Content/Nav.php:197
+msgid "Outbox"
+msgstr "发件箱"
 
-#: mod/admin.php:1602
-msgid "No registrations."
-msgstr "没有注册。"
+#: src/Content/Nav.php:201
+msgid "Manage"
+msgstr "管理"
 
-#: mod/admin.php:1603
-msgid "Note from the user"
-msgstr ""
+#: src/Content/Nav.php:201
+msgid "Manage other pages"
+msgstr "管理别的页"
 
-#: mod/admin.php:1605
-msgid "Deny"
-msgstr "否定"
+#: src/Content/Nav.php:209 src/Model/Profile.php:372
+msgid "Profiles"
+msgstr "简介"
 
-#: mod/admin.php:1607 mod/contacts.php:634 mod/contacts.php:834
-#: mod/contacts.php:1012
-msgid "Block"
-msgstr "拦"
+#: src/Content/Nav.php:209
+msgid "Manage/Edit Profiles"
+msgstr "管理/编辑简介"
 
-#: mod/admin.php:1608 mod/contacts.php:634 mod/contacts.php:834
-#: mod/contacts.php:1012
-msgid "Unblock"
-msgstr "不拦"
+#: src/Content/Nav.php:217
+msgid "Site setup and configuration"
+msgstr "网站开办和配置"
 
-#: mod/admin.php:1609
-msgid "Site admin"
-msgstr "网站管理员"
+#: src/Content/Nav.php:220
+msgid "Navigation"
+msgstr "导航"
 
-#: mod/admin.php:1610
-msgid "Account expired"
-msgstr "帐户过期了"
+#: src/Content/Nav.php:220
+msgid "Site map"
+msgstr "网站地图"
 
-#: mod/admin.php:1613
-msgid "New User"
-msgstr "新用户"
+#: src/Content/Feature.php:79
+msgid "General Features"
+msgstr "通用特性"
 
-#: mod/admin.php:1614
-msgid "Deleted since"
-msgstr "å\88 é\99¤ä»\8e"
+#: src/Content/Feature.php:81
+msgid "Multiple Profiles"
+msgstr "å¤\9aç®\80ä»\8b"
 
-#: mod/admin.php:1619
-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您肯定吗?"
+#: src/Content/Feature.php:81
+msgid "Ability to create multiple profiles"
+msgstr "能穿凿多简介"
 
-#: mod/admin.php:1620
-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您肯定吗?"
+#: src/Content/Feature.php:82
+msgid "Photo Location"
+msgstr "照片地点"
 
-#: mod/admin.php:1630
-msgid "Name of the new user."
-msgstr "新用户的名字。"
+#: src/Content/Feature.php:82
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr ""
 
-#: mod/admin.php:1631
-msgid "Nickname"
-msgstr "昵称"
+#: src/Content/Feature.php:83
+msgid "Export Public Calendar"
+msgstr "导出公共日历"
 
-#: mod/admin.php:1631
-msgid "Nickname of the new user."
-msgstr "新用户的昵称。"
+#: src/Content/Feature.php:83
+msgid "Ability for visitors to download the public calendar"
+msgstr ""
 
-#: mod/admin.php:1632
-msgid "Email address of the new user."
-msgstr "æ\96°ç\94¨æ\88·ç\9a\84é\82®ä»¶å\9c°å\9d\80ã\80\82"
+#: src/Content/Feature.php:88
+msgid "Post Composition Features"
+msgstr "æ\96\87ç« ç¼\96å\86\99ç\89¹æ\80§"
 
-#: mod/admin.php:1675
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "使插件%s已停用。"
+#: src/Content/Feature.php:89
+msgid "Post Preview"
+msgstr "文章预览"
 
-#: mod/admin.php:1679
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "使插件%s能用。"
+#: src/Content/Feature.php:89
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "在发布前允许预览文章和评论"
 
-#: mod/admin.php:1690 mod/admin.php:1942
-msgid "Disable"
-msgstr "停用"
+#: src/Content/Feature.php:90
+msgid "Auto-mention Forums"
+msgstr "自动提示论坛"
 
-#: mod/admin.php:1692 mod/admin.php:1944
-msgid "Enable"
-msgstr "使能用"
+#: src/Content/Feature.php:90
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr ""
 
-#: mod/admin.php:1715 mod/admin.php:1991
-msgid "Toggle"
-msgstr "肘节"
+#: src/Content/Feature.php:95
+msgid "Network Sidebar Widgets"
+msgstr "网络工具栏小窗口"
 
-#: mod/admin.php:1723 mod/admin.php:2000
-msgid "Author: "
-msgstr "作者:"
+#: src/Content/Feature.php:96
+msgid "Search by Date"
+msgstr "按日期搜索"
 
-#: mod/admin.php:1724 mod/admin.php:2001
-msgid "Maintainer: "
-msgstr "维护者:"
+#: src/Content/Feature.php:96
+msgid "Ability to select posts by date ranges"
+msgstr "能按时期范围选择文章"
 
-#: mod/admin.php:1779
-msgid "Reload active plugins"
+#: src/Content/Feature.php:97 src/Content/Feature.php:127
+msgid "List Forums"
 msgstr ""
 
-#: mod/admin.php:1784
-#, php-format
-msgid ""
-"There are currently no plugins available on your node. You can find the "
-"official plugin repository at %1$s and might find other interesting plugins "
-"in the open plugin registry at %2$s"
+#: src/Content/Feature.php:97
+msgid "Enable widget to display the forums your are connected with"
 msgstr ""
 
-#: mod/admin.php:1903
-msgid "No themes found."
-msgstr "找不到主题。"
+#: src/Content/Feature.php:98
+msgid "Group Filter"
+msgstr "组过滤器"
 
-#: mod/admin.php:1982
-msgid "Screenshot"
-msgstr "截图"
+#: src/Content/Feature.php:98
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "启用用于只显示从所选组发出的网络文章的小组件"
 
-#: mod/admin.php:2042
-msgid "Reload active themes"
-msgstr ""
+#: src/Content/Feature.php:99
+msgid "Network Filter"
+msgstr "网络滤器"
 
-#: mod/admin.php:2047
-#, php-format
-msgid "No themes found on the system. They should be paced in %1$s"
-msgstr ""
+#: src/Content/Feature.php:99
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "使光表示网络文章从选择的网络小窗口"
 
-#: mod/admin.php:2048
-msgid "[Experimental]"
-msgstr "[试验]"
+#: src/Content/Feature.php:100
+msgid "Save search terms for re-use"
+msgstr "保存搜索关键为再用"
 
-#: mod/admin.php:2049
-msgid "[Unsupported]"
-msgstr "[没支持]"
+#: src/Content/Feature.php:105
+msgid "Network Tabs"
+msgstr "网络分页"
 
-#: mod/admin.php:2073
-msgid "Log settings updated."
-msgstr "日志设置更新了。"
+#: src/Content/Feature.php:106
+msgid "Network Personal Tab"
+msgstr "网络私人分页"
 
-#: mod/admin.php:2105
-msgid "PHP log currently enabled."
-msgstr ""
+#: src/Content/Feature.php:106
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "启用只显示你参与了的网络文章的标签页"
 
-#: mod/admin.php:2107
-msgid "PHP log currently disabled."
-msgstr ""
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "网络新分页"
 
-#: mod/admin.php:2116
-msgid "Clear"
-msgstr "清理出"
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "启用只显示新的网络文章(过去12小时)的标签页"
 
-#: mod/admin.php:2121
-msgid "Enable Debugging"
-msgstr "把调试使可用的"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "网络分享链接分页"
 
-#: mod/admin.php:2122
-msgid "Log file"
-msgstr "记录文件"
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "使表示光网络文章包括链接分页可用"
 
-#: mod/admin.php:2122
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "必要被网页服务器可写的。相对Friendica主文件夹。"
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "文章/评论工具"
 
-#: mod/admin.php:2123
-msgid "Log level"
-msgstr "记录水平"
+#: src/Content/Feature.php:114
+msgid "Multiple Deletion"
+msgstr "多删除"
 
-#: mod/admin.php:2126
-msgid "PHP logging"
-msgstr ""
+#: src/Content/Feature.php:114
+msgid "Select and delete multiple posts/comments at once"
+msgstr "选择和删除多文章/评论一次"
 
-#: mod/admin.php:2127
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr ""
+#: src/Content/Feature.php:115
+msgid "Edit Sent Posts"
+msgstr "编辑发送的文章"
 
-#: mod/admin.php:2258
-#, php-format
-msgid "Lock feature %s"
-msgstr ""
+#: src/Content/Feature.php:115
+msgid "Edit and correct posts and comments after sending"
+msgstr "编辑或修改文章和评论发送后"
 
-#: mod/admin.php:2266
-msgid "Manage Additional Features"
-msgstr ""
+#: src/Content/Feature.php:116
+msgid "Tagging"
+msgstr "标签"
 
-#: mod/contacts.php:138
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] ""
+#: src/Content/Feature.php:116
+msgid "Ability to tag existing posts"
+msgstr "能把目前的文章标签"
 
-#: mod/contacts.php:173 mod/contacts.php:391
-msgid "Could not access contact record."
-msgstr "用不了熟人记录。"
+#: src/Content/Feature.php:117
+msgid "Post Categories"
+msgstr "文章种类"
 
-#: mod/contacts.php:187
-msgid "Could not locate selected profile."
-msgstr "找不到选择的简介。"
+#: src/Content/Feature.php:117
+msgid "Add categories to your posts"
+msgstr "加入种类给您的文章"
 
-#: mod/contacts.php:220
-msgid "Contact updated."
-msgstr "熟人更新了。"
+#: src/Content/Feature.php:118 src/Content/Widget.php:200
+msgid "Saved Folders"
+msgstr "保存的文件夹"
 
-#: mod/contacts.php:412
-msgid "Contact has been blocked"
-msgstr "熟人拦了"
+#: src/Content/Feature.php:118
+msgid "Ability to file posts under folders"
+msgstr "能把文章归档在文件夹 "
 
-#: mod/contacts.php:412
-msgid "Contact has been unblocked"
-msgstr "熟人否拦了"
+#: src/Content/Feature.php:119
+msgid "Dislike Posts"
+msgstr "不喜欢文章"
 
-#: mod/contacts.php:423
-msgid "Contact has been ignored"
-msgstr "熟人不理了"
+#: src/Content/Feature.php:119
+msgid "Ability to dislike posts/comments"
+msgstr "能不喜欢文章/评论"
 
-#: mod/contacts.php:423
-msgid "Contact has been unignored"
-msgstr "熟人否不理了"
+#: src/Content/Feature.php:120
+msgid "Star Posts"
+msgstr "加星的文章"
 
-#: mod/contacts.php:435
-msgid "Contact has been archived"
-msgstr "把联系存档了"
+#: src/Content/Feature.php:120
+msgid "Ability to mark special posts with a star indicator"
+msgstr "能把优秀文章跟星标注"
 
-#: mod/contacts.php:435
-msgid "Contact has been unarchived"
-msgstr "把联系从存档拿来了"
+#: src/Content/Feature.php:121
+msgid "Mute Post Notifications"
+msgstr ""
 
-#: mod/contacts.php:460
-msgid "Drop contact"
+#: src/Content/Feature.php:121
+msgid "Ability to mute notifications for a thread"
 msgstr ""
 
-#: mod/contacts.php:463 mod/contacts.php:830
-msgid "Do you really want to delete this contact?"
-msgstr "您真的想删除这个熟人吗?"
+#: src/Content/Feature.php:126
+msgid "Advanced Profile Settings"
+msgstr ""
 
-#: mod/contacts.php:482
-msgid "Contact has been removed."
-msgstr "熟人删除了。"
+#: src/Content/Feature.php:127
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr ""
 
-#: mod/contacts.php:519
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "您和%s是共同朋友们"
+#: src/Content/Feature.php:128
+msgid "Tag Cloud"
+msgstr ""
 
-#: mod/contacts.php:523
-#, php-format
-msgid "You are sharing with %s"
-msgstr "您分享给%s"
+#: src/Content/Feature.php:128
+msgid "Provide a personal tag cloud on your profile page"
+msgstr ""
 
-#: mod/contacts.php:528
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s给您分享"
+#: src/Content/Feature.php:129
+msgid "Display Membership Date"
+msgstr ""
 
-#: mod/contacts.php:548
-msgid "Private communications are not available for this contact."
-msgstr "没有私人的沟通跟这个熟人"
+#: src/Content/Feature.php:129
+msgid "Display membership date in profile"
+msgstr ""
 
-#: mod/contacts.php:555
-msgid "(Update was successful)"
-msgstr "(更新成功)"
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
+msgstr "嵌入已停用"
 
-#: mod/contacts.php:555
-msgid "(Update was not successful)"
-msgstr "(更新不成功)"
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
+msgstr "嵌入内容"
 
-#: mod/contacts.php:557 mod/contacts.php:993
-msgid "Suggest friends"
-msgstr "建议æ\9c\8bå\8f\8b们"
+#: src/Content/Widget.php:33
+msgid "Add New Contact"
+msgstr "å¢\9eæ·»æ\96°ç\9a\84ç\86\9f人"
 
-#: mod/contacts.php:561
-#, php-format
-msgid "Network type: %s"
-msgstr "网络种类: %s"
+#: src/Content/Widget.php:34
+msgid "Enter address or web location"
+msgstr "输入地址或网络位置"
 
-#: mod/contacts.php:574
-msgid "Communications lost with this contact!"
-msgstr "联系跟这个熟人断开了!"
+#: src/Content/Widget.php:35
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "比如:li@example.com, http://example.com/li"
 
-#: mod/contacts.php:577
-msgid "Fetch further information for feeds"
-msgstr "拿文源别的消息"
+#: src/Content/Widget.php:53
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d邀请可用的"
 
-#: mod/contacts.php:578
-msgid "Fetch information"
-msgstr "取消息"
+#: src/Content/Widget.php:59
+msgid "Find People"
+msgstr "找人物"
 
-#: mod/contacts.php:578
-msgid "Fetch information and keywords"
-msgstr "取消息和关键词"
+#: src/Content/Widget.php:60
+msgid "Enter name or interest"
+msgstr "输入名字或兴趣"
 
-#: mod/contacts.php:592 mod/unfollow.php:100
-msgid "Disconnect/Unfollow"
-msgstr "æ\96­å¼\80è¿\9eæ\8e¥/å\8f\96æ¶\88å\85³æ³¨"
+#: src/Content/Widget.php:62
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "æ¯\94å¦\82ï¼\9aæ\9d\8eæ\9f\90ï¼\8cæ\89\93é±¼"
 
-#: mod/contacts.php:602
-msgid "Contact"
-msgstr "联系人"
+#: src/Content/Widget.php:66
+msgid "Random Profile"
+msgstr "随机简介"
 
-#: mod/contacts.php:605
-msgid "Profile Visibility"
-msgstr "简历可见量"
+#: src/Content/Widget.php:68
+msgid "View Global Directory"
+msgstr "查看全球目录"
 
-#: mod/contacts.php:606
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。"
+#: src/Content/Widget.php:159
+msgid "Networks"
+msgstr "网络"
 
-#: mod/contacts.php:607
-msgid "Contact Information / Notes"
-msgstr "熟人信息/便条"
+#: src/Content/Widget.php:162
+msgid "All Networks"
+msgstr "所有网络"
 
-#: mod/contacts.php:608
-msgid "Their personal note"
-msgstr ""
+#: src/Content/Widget.php:203 src/Content/Widget.php:243
+msgid "Everything"
+msgstr "一切"
 
-#: mod/contacts.php:610
-msgid "Edit contact notes"
-msgstr "ç¼\96è¾\91ç\86\9f人便æ\9d¡"
+#: src/Content/Widget.php:240
+msgid "Categories"
+msgstr "ç§\8dç±»"
 
-#: mod/contacts.php:616
-msgid "Block/Unblock contact"
-msgstr "拦/否拦熟人"
+#: src/Content/Widget.php:307
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d共同熟人"
 
-#: mod/contacts.php:617
-msgid "Ignore contact"
-msgstr "忽视熟人"
+#: src/Database/DBStructure.php:32
+msgid "There are no tables on MyISAM."
+msgstr ""
 
-#: mod/contacts.php:618
-msgid "Repair URL settings"
-msgstr "维修URL设置"
+#: src/Database/DBStructure.php:75
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr ""
 
-#: mod/contacts.php:619
-msgid "View conversations"
-msgstr "看交流"
+#: src/Database/DBStructure.php:80
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "错误消息是\n[pre]%s[/pre]"
+
+#: src/Database/DBStructure.php:191
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\n在数据库更新的时候发生了错误 %d\n%s\n"
 
-#: mod/contacts.php:625
-msgid "Last update:"
-msgstr "上个更新:"
+#: src/Database/DBStructure.php:194
+msgid "Errors encountered performing database changes: "
+msgstr "操作数据库更改的时候遇到了错误:"
 
-#: mod/contacts.php:627
-msgid "Update public posts"
-msgstr "更新公开文章"
+#: src/Database/DBStructure.php:209
+msgid ": Database update"
+msgstr ": 数据库升级"
 
-#: mod/contacts.php:629 mod/contacts.php:1003
-msgid "Update now"
-msgstr "现在更新"
+#: src/Database/DBStructure.php:458
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: 正在更新 %s 表。"
 
-#: mod/contacts.php:635 mod/contacts.php:835 mod/contacts.php:1020
-msgid "Unignore"
-msgstr "停不理"
+#: src/Model/Group.php:44
+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/contacts.php:639
-msgid "Currently blocked"
-msgstr "ç\8e°å\9c¨æ\8b¦ç\9a\84"
+#: src/Model/Group.php:329
+msgid "Default privacy group for new contacts"
+msgstr "对æ\96°è\81\94系人ç\9a\84é»\98认é\9a\90ç§\81ç»\84"
 
-#: mod/contacts.php:640
-msgid "Currently ignored"
-msgstr "现在不理的"
+#: src/Model/Group.php:362
+msgid "Everybody"
+msgstr "每人"
 
-#: mod/contacts.php:641
-msgid "Currently archived"
-msgstr "ç\8e°å\9c¨å­\98æ¡£ç\9d\80"
+#: src/Model/Group.php:382
+msgid "edit"
+msgstr "ç¼\96è¾\91"
 
-#: mod/contacts.php:642
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "回答/喜欢关您公开文章<strong>会</strong>还可见的"
+#: src/Model/Group.php:406
+msgid "Edit group"
+msgstr "编辑组"
 
-#: mod/contacts.php:643
-msgid "Notification for new posts"
-msgstr "æ\96°æ¶\88æ\81¯æ\8f\90示"
+#: src/Model/Group.php:407
+msgid "Contacts not in any group"
+msgstr "ä¸\8då\9c¨ä»»ä½\95ç»\84ç\9a\84è\81\94系人"
 
-#: mod/contacts.php:643
-msgid "Send a notification of every new post of this contact"
-msgstr "å\8f\91æ\8f\90示å\9c¨æ\89\80æ\9c\89è¿\99个è\81\94ç»\9cç\9a\84æ\96°æ¶\88æ\81¯"
+#: src/Model/Group.php:408
+msgid "Create a new group"
+msgstr "å\88\9b建æ\96°ç»\84"
 
-#: mod/contacts.php:646
-msgid "Blacklisted keywords"
-msgstr "黑名单关键词"
+#: src/Model/Group.php:410
+msgid "Edit groups"
+msgstr "编辑组"
 
-#: mod/contacts.php:646
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"
+#: src/Model/Contact.php:559
+msgid "Drop Contact"
+msgstr "删除熟人"
 
-#: mod/contacts.php:664
-msgid "Actions"
-msgstr ""
+#: src/Model/Contact.php:962
+msgid "Organisation"
+msgstr "组织"
 
-#: mod/contacts.php:667
-msgid "Contact Settings"
-msgstr ""
+#: src/Model/Contact.php:965
+msgid "News"
+msgstr "新闻"
 
-#: mod/contacts.php:713
-msgid "Suggestions"
-msgstr "建议"
+#: src/Model/Contact.php:968
+msgid "Forum"
+msgstr "论坛"
 
-#: mod/contacts.php:716
-msgid "Suggest potential friends"
-msgstr "建议潜在朋友们"
+#: src/Model/Contact.php:1147
+msgid "Connect URL missing."
+msgstr "连接URL失踪的。"
 
-#: mod/contacts.php:724
-msgid "Show all contacts"
-msgstr "表示所有的熟人"
+#: src/Model/Contact.php:1156
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
+msgstr ""
 
-#: mod/contacts.php:729
-msgid "Unblocked"
-msgstr "不拦了"
+#: src/Model/Contact.php:1184
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "这网站没配置允许跟别的网络交流."
 
-#: mod/contacts.php:732
-msgid "Only show unblocked contacts"
-msgstr "只表示不拦的熟人"
+#: src/Model/Contact.php:1185 src/Model/Contact.php:1199
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "没有兼容协议或者摘要找到了."
 
-#: mod/contacts.php:738
-msgid "Blocked"
-msgstr "拦了"
+#: src/Model/Contact.php:1197
+msgid "The profile address specified does not provide adequate information."
+msgstr "输入的简介地址没有够消息。"
 
-#: mod/contacts.php:741
-msgid "Only show blocked contacts"
-msgstr "只表示拦的熟人"
+#: src/Model/Contact.php:1202
+msgid "An author or name was not found."
+msgstr "找不到作者或名。"
 
-#: mod/contacts.php:747
-msgid "Ignored"
-msgstr "忽视的"
+#: src/Model/Contact.php:1205
+msgid "No browser URL could be matched to this address."
+msgstr "这个地址没有符合什么游览器URL。"
 
-#: mod/contacts.php:750
-msgid "Only show ignored contacts"
-msgstr "只表示忽视的熟人"
+#: src/Model/Contact.php:1208
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "无法匹配一个@-风格的身份地址和一个已知的协议或电子邮件联系人。"
 
-#: mod/contacts.php:756
-msgid "Archived"
-msgstr "在存档"
+#: src/Model/Contact.php:1209
+msgid "Use mailto: in front of address to force email check."
+msgstr "输入mailto:地址前为要求电子邮件检查。"
 
-#: mod/contacts.php:759
-msgid "Only show archived contacts"
-msgstr "只表示档案熟人"
+#: src/Model/Contact.php:1215
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "输入的简介地址属在这个网站使不可用的网络。"
 
-#: mod/contacts.php:765
-msgid "Hidden"
-msgstr "隐藏的"
+#: src/Model/Contact.php:1220
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "有限的简介。这人不会接受直达/私人通信从您。"
 
-#: mod/contacts.php:768
-msgid "Only show hidden contacts"
-msgstr "只表示隐藏的熟人"
+#: src/Model/Contact.php:1290
+msgid "Unable to retrieve contact information."
+msgstr "不能取回熟人消息。"
 
-#: mod/contacts.php:825
-msgid "Search your contacts"
-msgstr "搜索您的熟人"
+#: src/Model/Contact.php:1502
+#, php-format
+msgid "%s's birthday"
+msgstr "%s的生日"
 
-#: mod/contacts.php:836 mod/contacts.php:1028
-msgid "Archive"
-msgstr "存档"
+#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "生日快乐%s"
 
-#: mod/contacts.php:836 mod/contacts.php:1028
-msgid "Unarchive"
-msgstr "从存档拿来"
+#: src/Model/Item.php:1666
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s 正在参加 %2$s 的 %3$s"
 
-#: mod/contacts.php:839
-msgid "Batch Actions"
-msgstr ""
+#: src/Model/Item.php:1671
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s 不在参加 %2$s 的 %3$s"
 
-#: mod/contacts.php:885
-msgid "View all contacts"
-msgstr "看所有的熟人"
+#: src/Model/Item.php:1676
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s 可以参加 %2$s 的 %3$s"
 
-#: mod/contacts.php:895
-msgid "View all common friends"
-msgstr "查看所有公共好友"
+#: src/Model/Mail.php:40 src/Model/Mail.php:174
+msgid "[no subject]"
+msgstr "[无题目]"
 
-#: mod/contacts.php:902
-msgid "Advanced Contact Settings"
-msgstr "专家熟人设置"
+#: src/Model/Profile.php:97
+msgid "Requested account is not available."
+msgstr "要求的账户不可用。"
 
-#: mod/contacts.php:936
-msgid "Mutual Friendship"
-msgstr "共同友谊"
+#: src/Model/Profile.php:168 src/Model/Profile.php:399
+#: src/Model/Profile.php:845
+msgid "Edit profile"
+msgstr "修改简介"
 
-#: mod/contacts.php:940
-msgid "is a fan of yours"
-msgstr "是你的粉丝"
+#: src/Model/Profile.php:336
+msgid "Atom feed"
+msgstr ""
 
-#: mod/contacts.php:944
-msgid "you are a fan of"
-msgstr "你喜欢"
+#: src/Model/Profile.php:372
+msgid "Manage/edit profiles"
+msgstr "管理/修改简介"
 
-#: mod/contacts.php:1014
-msgid "Toggle Blocked status"
-msgstr "交替拦配置"
+#: src/Model/Profile.php:548 src/Model/Profile.php:641
+msgid "g A l F d"
+msgstr "g A l d F"
 
-#: mod/contacts.php:1022
-msgid "Toggle Ignored status"
-msgstr "交替忽视现状"
+#: src/Model/Profile.php:549
+msgid "F d"
+msgstr "F d"
 
-#: mod/contacts.php:1030
-msgid "Toggle Archive status"
-msgstr "交替档案现状"
+#: src/Model/Profile.php:606 src/Model/Profile.php:689
+msgid "[today]"
+msgstr "[今天]"
 
-#: mod/contacts.php:1038
-msgid "Delete contact"
-msgstr "删除熟人"
+#: src/Model/Profile.php:617
+msgid "Birthday Reminders"
+msgstr "提醒生日"
 
-#: mod/fbrowser.php:136
-msgid "Files"
-msgstr "文件"
+#: src/Model/Profile.php:618
+msgid "Birthdays this week:"
+msgstr "这周的生日:"
 
-#: mod/unfollow.php:33
-msgid "Contact wasn't found or can't be unfollowed."
-msgstr ""
+#: src/Model/Profile.php:676
+msgid "[No description]"
+msgstr "[无描述]"
 
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
-msgstr "取消关注了的联系人"
+#: src/Model/Profile.php:703
+msgid "Event Reminders"
+msgstr "事件提醒"
 
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
-msgstr "你不是这个联系人的朋友。"
+#: src/Model/Profile.php:704
+msgid "Events this week:"
+msgstr "这周的事件:"
 
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
+#: src/Model/Profile.php:727
+msgid "Member since:"
 msgstr ""
 
-#: object/Item.php:353
-msgid "via"
-msgstr "经过"
+#: src/Model/Profile.php:735
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: view/theme/duepuntozero/config.php:48
-msgid "greenzero"
-msgstr "greenzero"
+#: src/Model/Profile.php:736
+msgid "j F"
+msgstr "j F"
 
-#: view/theme/duepuntozero/config.php:49
-msgid "purplezero"
-msgstr "purplezero"
+#: src/Model/Profile.php:751
+msgid "Age:"
+msgstr "年纪:"
 
-#: view/theme/duepuntozero/config.php:50
-msgid "easterbunny"
-msgstr "easterbunny"
+#: src/Model/Profile.php:764
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "为%1$d %2$s"
 
-#: view/theme/duepuntozero/config.php:51
-msgid "darkzero"
-msgstr "darkzero"
+#: src/Model/Profile.php:788
+msgid "Religion:"
+msgstr "宗教:"
 
-#: view/theme/duepuntozero/config.php:52
-msgid "comix"
-msgstr "comix"
+#: src/Model/Profile.php:796
+msgid "Hobbies/Interests:"
+msgstr "爱好/兴趣"
 
-#: view/theme/duepuntozero/config.php:53
-msgid "slackr"
-msgstr "slackr"
+#: src/Model/Profile.php:808
+msgid "Contact information and Social Networks:"
+msgstr "熟人消息和社会化网络"
 
-#: view/theme/duepuntozero/config.php:68
-msgid "Variations"
-msgstr "变化"
+#: src/Model/Profile.php:812
+msgid "Musical interests:"
+msgstr "音乐兴趣:"
 
-#: view/theme/frio/php/Image.php:23
-msgid "Repeat the image"
-msgstr ""
+#: src/Model/Profile.php:816
+msgid "Books, literature:"
+msgstr "书,文学"
 
-#: view/theme/frio/php/Image.php:23
-msgid "Will repeat your image to fill the background."
-msgstr ""
+#: src/Model/Profile.php:820
+msgid "Television:"
+msgstr "电视:"
 
-#: view/theme/frio/php/Image.php:25
-msgid "Stretch"
-msgstr ""
+#: src/Model/Profile.php:824
+msgid "Film/dance/culture/entertainment:"
+msgstr "电影/跳舞/文化/娱乐:"
 
-#: view/theme/frio/php/Image.php:25
-msgid "Will stretch to width/height of the image."
-msgstr ""
+#: src/Model/Profile.php:828
+msgid "Love/Romance:"
+msgstr "爱情/浪漫"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Resize fill and-clip"
-msgstr ""
+#: src/Model/Profile.php:832
+msgid "Work/employment:"
+msgstr "工作"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Resize to fill and retain aspect ratio."
-msgstr ""
+#: src/Model/Profile.php:836
+msgid "School/education:"
+msgstr "学院/教育"
 
-#: view/theme/frio/php/Image.php:29
-msgid "Resize best fit"
+#: src/Model/Profile.php:841
+msgid "Forums:"
 msgstr ""
 
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to best fit and retain aspect ratio."
-msgstr ""
+#: src/Model/Profile.php:935
+msgid "Only You Can See This"
+msgstr "只有你可以看这个"
 
-#: view/theme/frio/config.php:51
-msgid "Default"
-msgstr ""
+#: src/Model/User.php:142
+msgid "Login failed"
+msgstr "登录失败"
 
-#: view/theme/frio/config.php:63
-msgid "Note: "
+#: src/Model/User.php:173
+msgid "Not enough information to authenticate"
 msgstr ""
 
-#: view/theme/frio/config.php:63
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr ""
+#: src/Model/User.php:319
+msgid "An invitation is required."
+msgstr "需要邀请。"
 
-#: view/theme/frio/config.php:71
-msgid "Select scheme"
-msgstr ""
+#: src/Model/User.php:323
+msgid "Invitation could not be verified."
+msgstr "不能验证邀请。"
 
-#: view/theme/frio/config.php:72
-msgid "Navigation bar background color"
-msgstr ""
+#: src/Model/User.php:330
+msgid "Invalid OpenID url"
+msgstr "无效的OpenID url"
 
-#: view/theme/frio/config.php:73
-msgid "Navigation bar icon color "
-msgstr ""
+#: src/Model/User.php:343 src/Module/Login.php:100
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"
 
-#: view/theme/frio/config.php:74
-msgid "Link color"
-msgstr ""
+#: src/Model/User.php:343 src/Module/Login.php:100
+msgid "The error message was:"
+msgstr "错误通知是:"
 
-#: view/theme/frio/config.php:75
-msgid "Set the background color"
-msgstr "设置è\83\8cæ\99¯è\89²"
+#: src/Model/User.php:349
+msgid "Please enter the required information."
+msgstr "请è¾\93å\85¥å¿\85è¦\81ç\9a\84ä¿¡æ\81¯ã\80\82"
 
-#: view/theme/frio/config.php:76
-msgid "Content background transparency"
-msgstr ""
+#: src/Model/User.php:362
+msgid "Please use a shorter name."
+msgstr "请用一个短一点的名字。"
 
-#: view/theme/frio/config.php:77
-msgid "Set the background image"
-msgstr ""
+#: src/Model/User.php:365
+msgid "Name too short."
+msgstr "名字太短。"
 
-#: view/theme/frio/theme.php:231
-msgid "Guest"
-msgstr ""
+#: src/Model/User.php:373
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "这看上去不是您的全姓名。"
 
-#: view/theme/frio/theme.php:237
-msgid "Visitor"
-msgstr ""
+#: src/Model/User.php:378
+msgid "Your email domain is not among those allowed on this site."
+msgstr "这网站允许的域名中没有您的"
 
-#: view/theme/quattro/config.php:74
-msgid "Alignment"
-msgstr "æ\88\90ç\9b´çº¿ "
+#: src/Model/User.php:382
+msgid "Not a valid email address."
+msgstr "æ\97 æ\95\88ç\9a\84é\82®ä»¶å\9c°å\9d\80ã\80\82"
 
-#: view/theme/quattro/config.php:74
-msgid "Left"
-msgstr "左边"
+#: src/Model/User.php:386 src/Model/User.php:394
+msgid "Cannot use that email."
+msgstr "不能用这个邮件地址。"
 
-#: view/theme/quattro/config.php:74
-msgid "Center"
-msgstr "中间"
+#: src/Model/User.php:401
+msgid "Your nickname can only contain a-z, 0-9 and _."
+msgstr ""
 
-#: view/theme/quattro/config.php:75
-msgid "Color scheme"
-msgstr " 色彩设计"
+#: src/Model/User.php:408 src/Model/User.php:464
+msgid "Nickname is already registered. Please choose another."
+msgstr "昵称已经报到。请选择新的。"
 
-#: view/theme/quattro/config.php:76
-msgid "Posts font size"
-msgstr "文章"
+#: src/Model/User.php:418
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "要紧错误:产生安全钥匙失败了。"
 
-#: view/theme/quattro/config.php:77
-msgid "Textareas font size"
-msgstr "æ\96\87æ\9c¬å\8cºå­\97ä½\93大å°\8f"
+#: src/Model/User.php:451 src/Model/User.php:455
+msgid "An error occurred during registration. Please try again."
+msgstr "æ\8a¥å\88°å\87ºäº\86é\97®é¢\98ã\80\82请å\86\8dè¯\95ã\80\82"
 
-#: view/theme/vier/config.php:71
-msgid "Comma separated list of helper forums"
-msgstr ""
+#: src/Model/User.php:480
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "创建你的默认简介的时候出现了一个错误。请再试。"
 
-#: view/theme/vier/config.php:117
-msgid "Set style"
-msgstr "选择款式"
+#: src/Model/User.php:487
+msgid "An error occurred creating your self contact. Please try again."
+msgstr ""
 
-#: view/theme/vier/config.php:118
-msgid "Community Pages"
-msgstr "社会页"
+#: src/Model/User.php:496
+msgid ""
+"An error occurred creating your default contact group. Please try again."
+msgstr ""
 
-#: view/theme/vier/config.php:119 view/theme/vier/theme.php:144
-msgid "Community Profiles"
-msgstr "社会简介"
+#: src/Model/User.php:570
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\t\t"
+msgstr ""
 
-#: view/theme/vier/config.php:120
-msgid "Help or @NewHere ?"
-msgstr "帮助或@菜鸟?"
+#: src/Model/User.php:580
+#, php-format
+msgid "Registration at %s"
+msgstr "在 %s 的注册"
 
-#: view/theme/vier/config.php:121 view/theme/vier/theme.php:385
-msgid "Connect Services"
-msgstr "连接服务"
+#: src/Model/User.php:598
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t\t"
+msgstr ""
 
-#: view/theme/vier/config.php:122 view/theme/vier/theme.php:192
-msgid "Find Friends"
-msgstr "找朋友们"
+#: src/Model/User.php:602
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\t\t\t\tSite Location:\t%3$s\n"
+"\t\t\t\tLogin Name:\t%1$s\n"
+"\t\t\t\tPassword:\t%5$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"
+"\n"
+"\t\t\tThank you and welcome to %2$s."
+msgstr ""
 
-#: view/theme/vier/config.php:123 view/theme/vier/theme.php:174
-msgid "Last users"
-msgstr "上次用户"
+#: src/Protocol/DFRN.php:1397
+#, php-format
+msgid "%s\\'s birthday"
+msgstr "%s的生日"
 
-#: view/theme/vier/theme.php:193
-msgid "Local Directory"
-msgstr "å½\93å\9c°ç\9b®å½\95"
+#: src/Protocol/Diaspora.php:2584
+msgid "Sharing notification from Diaspora network"
+msgstr "å\88\86享é\80\9aç\9f¥ä»\8eDiasporaç½\91ç»\9c"
 
-#: view/theme/vier/theme.php:285
-msgid "Quick Start"
-msgstr "快速入门"
+#: src/Protocol/Diaspora.php:3660
+msgid "Attachments:"
+msgstr "附件:"
 
-#: src/App.php:523
-msgid "Delete this item?"
-msgstr "删除这个项目?"
+#: src/Protocol/OStatus.php:1774
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s 正在关注 %s."
 
-#: src/App.php:525
-msgid "show fewer"
-msgstr "显示更小"
+#: src/Protocol/OStatus.php:1775
+msgid "following"
+msgstr "关注"
 
-#: boot.php:733
+#: src/Protocol/OStatus.php:1778
 #, php-format
-msgid "Update %s failed. See error logs."
-msgstr "更新%s美通过。看错误记录。"
+msgid "%s stopped following %s."
+msgstr "%s 停止关注了 %s."
+
+#: src/Protocol/OStatus.php:1779
+msgid "stopped following"
+msgstr "结束关注了"
+
+#: src/Worker/Delivery.php:390
+msgid "(no subject)"
+msgstr "(无主题)"
 
-#: boot.php:845
+#: src/Module/Login.php:282
 msgid "Create a New Account"
-msgstr "创新的账户"
+msgstr "创新的账户"
 
-#: boot.php:873
+#: src/Module/Login.php:315
 msgid "Password: "
 msgstr "密码: "
 
-#: boot.php:874
+#: src/Module/Login.php:316
 msgid "Remember me"
 msgstr "记住我"
 
-#: boot.php:877
+#: src/Module/Login.php:319
 msgid "Or login using OpenID: "
-msgstr "或者用OpenID登记:"
+msgstr "或者使用 OpenID 登录: "
 
-#: boot.php:883
+#: src/Module/Login.php:325
 msgid "Forgot your password?"
 msgstr "忘记你的密码吗?"
 
-#: boot.php:886
+#: src/Module/Login.php:328
 msgid "Website Terms of Service"
 msgstr "网站的各项规定"
 
-#: boot.php:887
+#: src/Module/Login.php:329
 msgid "terms of service"
 msgstr "各项规定"
 
-#: boot.php:889
+#: src/Module/Login.php:331
 msgid "Website Privacy Policy"
 msgstr "网站隐私政策"
 
-#: boot.php:890
+#: src/Module/Login.php:332
 msgid "privacy policy"
 msgstr "隐私政策"
 
-#: index.php:437
+#: src/Module/Logout.php:28
+msgid "Logged out."
+msgstr "已注销。"
+
+#: src/Object/Post.php:127
+msgid "This entry was edited"
+msgstr "这个条目被编辑了"
+
+#: src/Object/Post.php:181
+msgid "save to folder"
+msgstr "保存在文件夹"
+
+#: src/Object/Post.php:234
+msgid "I will attend"
+msgstr "我将会参加"
+
+#: src/Object/Post.php:234
+msgid "I will not attend"
+msgstr "我将不会参加"
+
+#: src/Object/Post.php:234
+msgid "I might attend"
+msgstr "我可能会参加"
+
+#: src/Object/Post.php:262
+msgid "add star"
+msgstr "加星"
+
+#: src/Object/Post.php:263
+msgid "remove star"
+msgstr "消星"
+
+#: src/Object/Post.php:264
+msgid "toggle star status"
+msgstr "转变星现状"
+
+#: src/Object/Post.php:267
+msgid "starred"
+msgstr "被贴星"
+
+#: src/Object/Post.php:273
+msgid "ignore thread"
+msgstr "忽视主题"
+
+#: src/Object/Post.php:274
+msgid "unignore thread"
+msgstr "取消忽视主题"
+
+#: src/Object/Post.php:275
+msgid "toggle ignore status"
+msgstr "切换忽视状态"
+
+#: src/Object/Post.php:284
+msgid "add tag"
+msgstr "加标签"
+
+#: src/Object/Post.php:295
+msgid "like"
+msgstr "喜欢"
+
+#: src/Object/Post.php:296
+msgid "dislike"
+msgstr "讨厌"
+
+#: src/Object/Post.php:299
+msgid "Share this"
+msgstr "分享这个"
+
+#: src/Object/Post.php:299
+msgid "share"
+msgstr "分享"
+
+#: src/Object/Post.php:357
+msgid "to"
+msgstr "至"
+
+#: src/Object/Post.php:358
+msgid "via"
+msgstr "经过"
+
+#: src/Object/Post.php:359
+msgid "Wall-to-Wall"
+msgstr "从墙到墙"
+
+#: src/Object/Post.php:360
+msgid "via Wall-To-Wall:"
+msgstr "通过从墙到墙"
+
+#: src/Object/Post.php:419
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d评论"
+
+#: src/Object/Post.php:789
+msgid "Bold"
+msgstr "粗体"
+
+#: src/Object/Post.php:790
+msgid "Italic"
+msgstr "斜体"
+
+#: src/Object/Post.php:791
+msgid "Underline"
+msgstr "下划线"
+
+#: src/Object/Post.php:792
+msgid "Quote"
+msgstr "引语"
+
+#: src/Object/Post.php:793
+msgid "Code"
+msgstr "源代码"
+
+#: src/Object/Post.php:794
+msgid "Image"
+msgstr "图片"
+
+#: src/Object/Post.php:795
+msgid "Link"
+msgstr "链接"
+
+#: src/Object/Post.php:796
+msgid "Video"
+msgstr "录像"
+
+#: src/App.php:513
+msgid "Delete this item?"
+msgstr "删除这个项目?"
+
+#: src/App.php:515
+msgid "show fewer"
+msgstr "显示更小"
+
+#: index.php:441
 msgid "toggle mobile"
 msgstr "交替手机"
+
+#: boot.php:786
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "更新%s美通过。看错误记录。"
index 3e5e5049c2ea44efa8168f86c1924e990dc04aac..d4e0fc735a4578502cfa8c08b3d17b202ec69476 100644 (file)
@@ -5,142 +5,14 @@ function string_plural_select_zh_cn($n){
        return 0;;
 }}
 ;
-$a->strings["General Features"] = "通用特性";
-$a->strings["Multiple Profiles"] = "多简介";
-$a->strings["Ability to create multiple profiles"] = "能穿凿多简介";
-$a->strings["Photo Location"] = "照片地点";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "";
-$a->strings["Export Public Calendar"] = "导出公共日历";
-$a->strings["Ability for visitors to download the public calendar"] = "";
-$a->strings["Post Composition Features"] = "文章编写特性";
-$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 forum page is selected/deselected in ACL window."] = "";
-$a->strings["Network Sidebar Widgets"] = "网络工具栏小窗口";
-$a->strings["Search by Date"] = "按日期搜索";
-$a->strings["Ability to select posts by date ranges"] = "能按时期范围选择文章";
-$a->strings["List Forums"] = "";
-$a->strings["Enable widget to display the forums your are connected with"] = "";
-$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["Advanced Profile Settings"] = "";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "";
-$a->strings["Miscellaneous"] = "形形色色";
-$a->strings["Birthday:"] = "生日:";
-$a->strings["Age: "] = "年纪:";
-$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD 或 MM-DD";
-$a->strings["never"] = "从未";
-$a->strings["less than a second ago"] = "一秒以内";
-$a->strings["year"] = "年";
-$a->strings["years"] = "年";
-$a->strings["month"] = "月";
-$a->strings["months"] = "月";
-$a->strings["week"] = "星期";
-$a->strings["weeks"] = "星期";
-$a->strings["day"] = "日";
-$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["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"] = [
-       0 => "未决定的",
-];
-$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["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」";
+$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["Post to Email"] = "电邮发布";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。";
 $a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。";
 $a->strings["Visible to everybody"] = "任何人可见的";
 $a->strings["show"] = "显示";
 $a->strings["don't show"] = "不显示";
@@ -148,114 +20,28 @@ $a->strings["CC: email addresses"] = "抄送: 电子邮件地址";
 $a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com";
 $a->strings["Permissions"] = "权利";
 $a->strings["Close"] = "关闭";
-$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["GNU Social Connector"] = "GNU Social 连接器";
-$a->strings["pnut"] = "";
-$a->strings["App.net"] = "";
-$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 groups"] = "编辑组";
-$a->strings["Edit group"] = "编辑组";
-$a->strings["Create a new group"] = "创造新组";
-$a->strings["Group Name: "] = "组名:";
-$a->strings["Contacts not in any group"] = "不在任何组的联系人";
-$a->strings["add"] = "添加";
-$a->strings["Forums"] = "论坛";
-$a->strings["External link to forum"] = "到论坛的外链";
-$a->strings["show more"] = "看多";
-$a->strings["System"] = "系统";
-$a->strings["Network"] = "网络";
-$a->strings["Personal"] = "私人";
-$a->strings["Home"] = "主页";
-$a->strings["Introductions"] = "介绍";
-$a->strings["%s commented on %s's post"] = "%s 在 %s 的文章发表了评论";
-$a->strings["%s created a new post"] = "%s 创建了一个新文章";
-$a->strings["%s liked %s's post"] = "%s喜欢了%s的消息";
-$a->strings["%s disliked %s's post"] = "%s不喜欢了%s的消息";
-$a->strings["%s is attending %s's event"] = "%s 正在参加 %s 的事件";
-$a->strings["%s is not attending %s's event"] = "%s 不在参加 %s 的事件";
-$a->strings["%s may attend %s's event"] = "%s 可以参加 %s 的事件";
-$a->strings["%s is now friends with %s"] = "%s成为%s的朋友";
-$a->strings["Friend Suggestion"] = "朋友建议";
-$a->strings["Friend/Connect Request"] = "友谊/联络要求";
-$a->strings["New Follower"] = "新关注者:";
-$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["Daily posting limit of %d post reached. The post was rejected."] = [
+       0 => "",
+];
+$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
+       0 => "",
+];
+$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "";
+$a->strings["Profile Photos"] = "简介照片";
 $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
 $a->strings["Starts:"] = "开始:";
 $a->strings["Finishes:"] = "结束:";
 $a->strings["Location:"] = "位置:";
-$a->strings["Image/photo"] = "图像/照片";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
-$a->strings["$1 wrote:"] = "$1写:";
-$a->strings["Encrypted content"] = "加密的内容";
-$a->strings["Invalid source protocol"] = "无效的源协议";
-$a->strings["Invalid link protocol"] = "无效的连接协议";
-$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["Connect"] = "连接";
-$a->strings["%d invitation available"] = [
-       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["Friend Suggestions"] = "朋友推荐";
-$a->strings["Similar Interests"] = "相似兴趣";
-$a->strings["Random Profile"] = "随机简介";
-$a->strings["Invite Friends"] = "邀请朋友们";
-$a->strings["View Global Directory"] = "查看全球目录";
-$a->strings["Networks"] = "网络";
-$a->strings["All Networks"] = "所有网络";
-$a->strings["Everything"] = "一切";
-$a->strings["Categories"] = "种类";
-$a->strings["%d contact in common"] = [
-       0 => "%d共同熟人",
-];
 $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["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s不喜欢%2\$s的%3\$s";
+$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["%1\$s attends %2\$s's %3\$s"] = "%1\$s 参加了 %2\$s 的 %3\$s";
 $a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s 没有参加 %2\$s 的 %3\$s";
 $a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "";
 $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友";
 $a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳";
-$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为偏爱";
@@ -284,21 +70,22 @@ $a->strings["Network Posts"] = "网络文章";
 $a->strings["View Contact"] = "查看联系人";
 $a->strings["Send PM"] = "发送私信";
 $a->strings["Poke"] = "戳";
+$a->strings["Connect/Follow"] = "连接/关注";
 $a->strings["%s likes this."] = "%s喜欢这个.";
 $a->strings["%s doesn't like this."] = "%s没有喜欢这个.";
-$a->strings["%s attends."] = "";
-$a->strings["%s doesn't attend."] = "";
+$a->strings["%s attends."] = "%s 参加。";
+$a->strings["%s doesn't attend."] = "%s 不参加。";
 $a->strings["%s attends maybe."] = "";
 $a->strings["and"] = "和";
-$a->strings[", and %d other people"] = ",和%d别人";
+$a->strings["and %d other people"] = "";
 $a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d人们</span>喜欢这个";
 $a->strings["%s like this."] = "%s 赞了这个。";
 $a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d人们</span>不喜欢这个";
 $a->strings["%s don't like this."] = "%s 踩了这个。";
-$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "";
-$a->strings["%s attend."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "";
-$a->strings["%s don't attend."] = "";
+$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d 人</span>参加";
+$a->strings["%s attend."] = "%s 参加。";
+$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "<span  %1\$s>%2\$d 人</span>不参加";
+$a->strings["%s don't attend."] = "%s 不参加。";
 $a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "";
 $a->strings["%s anttend maybe."] = "";
 $a->strings["Visible to <strong>everybody</strong>"] = "<strong>大家</strong>可见的";
@@ -329,7 +116,7 @@ $a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)"
 $a->strings["Permission settings"] = "权设置";
 $a->strings["permissions"] = "权利";
 $a->strings["Public post"] = "公开的消息";
-$a->strings["Preview"] = "预";
+$a->strings["Preview"] = "预";
 $a->strings["Cancel"] = "退消";
 $a->strings["Post to Groups"] = "发到组";
 $a->strings["Post to Contacts"] = "发到熟人";
@@ -346,24 +133,18 @@ $a->strings["Dislike"] = [
 $a->strings["Not Attending"] = [
        0 => "不在参加",
 ];
-$a->strings["There are no tables on MyISAM."] = "";
-$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "";
-$a->strings["\nError %d occurred during database update:\n%s\n"] = "";
-$a->strings["Errors encountered performing database changes: "] = "操作数据库更改的时候遇到了错误:";
-$a->strings[": Database update"] = ": 数据库升级";
-$a->strings["%s: updating %s table."] = "%s: 正在更新 %s 表。";
-$a->strings["(no subject)"] = "(无主题)";
-$a->strings["noreply"] = "noreply";
+$a->strings["Undecided"] = [
+       0 => "未决定的",
+];
 $a->strings["Friendica Notification"] = "Friendica 通知";
 $a->strings["Thank You,"] = "谢谢,";
 $a->strings["%s Administrator"] = "%s管理员";
 $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s 的管理员";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["noreply"] = "noreply";
 $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["%1\$s sent you %2\$s."] = "%1\$s发给您%2\$s.";
 $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]评论了";
@@ -392,7 +173,7 @@ $a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "
 $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"] = "[Friendica:Notify] 一个新的人正在和你分享";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s 正在 %2\$s 和你分享";
 $a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] 你有一个新的粉丝";
 $a->strings["You have a new follower at %2\$s : %1\$s"] = "你在 %2\$s 有一个新的关注者: %1\$s";
 $a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] 收到朋友建议";
@@ -403,16 +184,16 @@ $a->strings["Photo:"] = "照片:";
 $a->strings["Please visit %s to approve or reject the suggestion."] = "请访问%s来批准或拒绝这个建议。";
 $a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] 连接被接受";
 $a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s 已经接受了你的[url=%1\$s]连接请求[/url]。";
 $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "你们现在已经互为朋友了,可以不受限制地交换状态更新、照片和邮件。";
 $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "请访问%s如果你希望对这个关系做任何改变。";
-$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' 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["Please visit %s  if you wish to make any changes to this relationship."] = "请访问 %s  如果你希望对修改这个关系。";
 $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["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."] = "请访问%s来批准或拒绝这个请求。";
 $a->strings["all-day"] = "全天";
 $a->strings["Sun"] = "星期日";
@@ -453,144 +234,28 @@ $a->strings["October"] = "十月";
 $a->strings["November"] = "十一月";
 $a->strings["December"] = "十二月";
 $a->strings["today"] = "今天";
+$a->strings["month"] = "月";
+$a->strings["week"] = "星期";
+$a->strings["day"] = "日";
 $a->strings["No events to display"] = "没有可显示的事件";
 $a->strings["l, F j"] = "l, F j";
 $a->strings["Edit event"] = "编项目";
+$a->strings["Duplicate event"] = "";
 $a->strings["Delete event"] = "删除事件";
 $a->strings["link to source"] = "链接到来源";
 $a->strings["Export"] = "导出";
 $a->strings["Export calendar as ical"] = "导出日历为 ical";
 $a->strings["Export calendar as csv"] = "导出日历为 csv";
-$a->strings["Requested account is not available."] = "要求的账户不可用。";
-$a->strings["Requested profile is not available."] = "要求的简介联系不上的。";
-$a->strings["Edit profile"] = "修改简介";
-$a->strings["Atom feed"] = "";
-$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["Gender:"] = "性别:";
-$a->strings["Status:"] = "现状:";
-$a->strings["Homepage:"] = "主页:";
-$a->strings["About:"] = "关于:";
-$a->strings["XMPP:"] = "";
-$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["Profile"] = "简介";
-$a->strings["Full Name:"] = "全名:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$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["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["Forums:"] = "";
-$a->strings["Basic"] = "基本";
-$a->strings["Advanced"] = "高级";
-$a->strings["Status"] = "状态";
-$a->strings["Status Messages and Posts"] = "现状通知和文章";
-$a->strings["Profile Details"] = "简介内容";
-$a->strings["Photos"] = "照片";
-$a->strings["Photo Albums"] = "相册";
-$a->strings["Videos"] = "视频";
-$a->strings["Events"] = "事件";
-$a->strings["Events and Calendar"] = "事件和日历";
-$a->strings["Personal Notes"] = "私人便条";
-$a->strings["Only You Can See This"] = "只有你可以看这个";
-$a->strings["Contacts"] = "联系人";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "";
-$a->strings["Nothing new here"] = "这里没有什么新的";
-$a->strings["Clear notifications"] = "清理出通知";
-$a->strings["@name, !forum, #tags, content"] = "";
-$a->strings["Logout"] = "注销";
-$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["Login"] = "登录";
-$a->strings["Sign in"] = "登记";
-$a->strings["Home Page"] = "主页";
-$a->strings["Register"] = "注册";
-$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["Full Text"] = "全文";
-$a->strings["Tags"] = "标签:";
-$a->strings["Community"] = "社会";
-$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["Notifications"] = "通知";
-$a->strings["See all notifications"] = "看所有的通知";
-$a->strings["Mark as seen"] = "标注看过";
-$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["Settings"] = "配置";
-$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["Embedded content"] = "嵌入内容";
-$a->strings["Embedding disabled"] = "嵌入已停用";
-$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["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["D g:i A"] = "";
+$a->strings["g:i A"] = "";
+$a->strings["Show map"] = "";
+$a->strings["Hide map"] = "";
+$a->strings["Item not found."] = "项目找不到。";
+$a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?";
+$a->strings["Yes"] = "是";
+$a->strings["Permission denied."] = "权限不够。";
+$a->strings["Archives"] = "档案";
+$a->strings["show more"] = "看多";
 $a->strings["newer"] = "更新";
 $a->strings["older"] = "更旧";
 $a->strings["first"] = "首先";
@@ -605,6 +270,13 @@ $a->strings["%d Contact"] = [
 ];
 $a->strings["View Contacts"] = "看熟人";
 $a->strings["Save"] = "保存";
+$a->strings["Follow"] = "";
+$a->strings["Search"] = "搜索";
+$a->strings["@name, !forum, #tags, content"] = "";
+$a->strings["Full Text"] = "全文";
+$a->strings["Tags"] = "标签:";
+$a->strings["Contacts"] = "联系人";
+$a->strings["Forums"] = "论坛";
 $a->strings["poke"] = "戳";
 $a->strings["poked"] = "戳了";
 $a->strings["ping"] = "砰";
@@ -617,26 +289,7 @@ $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["Sep"] = "";
 $a->strings["View Video"] = "看视频";
 $a->strings["bytes"] = "字节";
 $a->strings["Click to open/close"] = "点击为开关";
@@ -648,80 +301,11 @@ $a->strings["comment"] = [
 ];
 $a->strings["post"] = "文章";
 $a->strings["Item filed"] = "把项目归档了";
-$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"] = [
-       0 => "%d熟人没进口了",
-];
-$a->strings["Done. You can now login with your username and password"] = "完了。您现在会用您用户名和密码登录";
-$a->strings["Passwords do not match. Password unchanged."] = "密码们不相配。密码没未改变的。";
-$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 \"_\"."] = "你的“昵称”只能包含 \"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["default"] = "默认";
-$a->strings["An error occurred creating your default profile. Please try again."] = "创建你的默认简介的时候出现了一个错误。请再试。";
-$a->strings["Profile Photos"] = "简介照片";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "";
-$a->strings["Registration at %s"] = "";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "";
-$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["Registration details for %s"] = "注册信息为%s";
-$a->strings["Wall Photos"] = "墙照片";
-$a->strings["%s\\'s birthday"] = "%s的生日";
-$a->strings["[no subject]"] = "[无题目]";
-$a->strings["Contact Photos"] = "熟人照片";
-$a->strings["Drop Contact"] = "删除熟人";
-$a->strings["Organisation"] = "组织";
-$a->strings["News"] = "新闻";
-$a->strings["Forum"] = "论坛";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "到达了每日发文限制 %d. 这篇文章被拒绝发出。";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "到达了每周发文限制 %d. 这篇文章被拒绝发出。";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "到达了每月发文限制 %d. 这篇文章被拒绝发出。";
-$a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络";
-$a->strings["Attachments:"] = "附件:";
-$a->strings["Disallowed profile URL."] = "不允许的简介地址.";
-$a->strings["Blocked domain"] = "被封禁的域名";
-$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["[Name Withheld]"] = "[名字拒给]";
-$a->strings["Item not found."] = "项目找不到。";
-$a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?";
-$a->strings["Yes"] = "是";
-$a->strings["Permission denied."] = "权限不够。";
-$a->strings["Archives"] = "档案";
-$a->strings["view full size"] = "看全尺寸";
-$a->strings["%s is now following %s."] = "%s 正在关注 %s.";
-$a->strings["following"] = "关注";
-$a->strings["%s stopped following %s."] = "%s 停止关注了 %s.";
-$a->strings["stopped following"] = "结束关注了";
+$a->strings["No friends to display."] = "没有朋友展示。";
+$a->strings["Connect"] = "连接";
 $a->strings["Authorize application connection"] = "授权应用连接";
 $a->strings["Return to your app and insert this Securty Code:"] = "回归您的应用和输入这个安全密码:";
-$a->strings["Please login to continue."] = "请登记为继续。";
+$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["No"] = "否";
 $a->strings["You must be logged in to use addons. "] = "您用插件前要登录";
@@ -729,18 +313,8 @@ $a->strings["Applications"] = "应用";
 $a->strings["No installed applications."] = "没有安装的应用";
 $a->strings["Item not available."] = "项目不可用的";
 $a->strings["Item was not found."] = "找不到项目。";
-$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["Login"] = "登录";
+$a->strings["The post was created"] = "文章创建了";
 $a->strings["No contacts in common."] = "没有共同熟人。";
 $a->strings["Common Friends"] = "普通朋友们";
 $a->strings["Credits"] = "";
@@ -768,10 +342,46 @@ $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["- select -"] = "-选择-";
-$a->strings["Friend suggestion sent."] = "朋友建议发送了。";
-$a->strings["Suggest Friends"] = "推荐的朋友们";
-$a->strings["Suggest a friend for %s"] = "给 %s 推荐朋友";
+$a->strings["Public access denied."] = "公众看拒绝";
+$a->strings["Gender:"] = "性别:";
+$a->strings["Status:"] = "现状:";
+$a->strings["Homepage:"] = "主页:";
+$a->strings["About:"] = "关于:";
+$a->strings["Global Directory"] = "综合目录";
+$a->strings["Find on this site"] = "找在这网站";
+$a->strings["Results for:"] = "";
+$a->strings["Site Directory"] = "网站目录";
+$a->strings["Find"] = "搜索";
+$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。";
+$a->strings["Photos"] = "照片";
+$a->strings["Contact Photos"] = "熟人照片";
+$a->strings["Upload"] = "上传";
+$a->strings["Files"] = "文件";
+$a->strings["Not Found"] = "未发现";
+$a->strings["Group created."] = "群组已创建。";
+$a->strings["Could not create group."] = "无法创建群组。";
+$a->strings["Group not found."] = "组找不到。";
+$a->strings["Group name changed."] = "组名变化了。";
+$a->strings["Permission denied"] = "权限不够";
+$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["Delete Group"] = "删除群组";
+$a->strings["Group Editor"] = "组编辑器";
+$a->strings["Edit Group Name"] = "编辑群组名称";
+$a->strings["Members"] = "成员";
+$a->strings["All Contacts"] = "所有的熟人";
+$a->strings["Group is empty"] = "组没有成员";
+$a->strings["Remove Contact"] = "删除联系人";
+$a->strings["Add Contact"] = "添加联系人";
+$a->strings["Click on a contact to add or remove."] = "点击熟人为添加或删除。";
+$a->strings["No profile"] = "无简介";
+$a->strings["Help:"] = "帮助:";
+$a->strings["Help"] = "帮助";
+$a->strings["Page not found."] = "页发现。";
+$a->strings["Welcome to %s"] = "%s欢迎你";
 $a->strings["Remote privacy information not available."] = "摇隐私信息无效";
 $a->strings["Visible to:"] = "可见给:";
 $a->strings["System down for maintenance"] = "系统关闭为了维持";
@@ -781,9 +391,11 @@ $a->strings["We would like to offer some tips and links to help make your experi
 $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["Profile"] = "简介";
 $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"] = "编辑您的简介";
@@ -796,9 +408,10 @@ $a->strings["Enter your email access information on your Connector Settings page
 $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["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?"] = "我文章怎么没公开的?";
@@ -808,18 +421,26 @@ $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["Visit %s's profile [%s]"] = "看%s的简介[%s]";
 $a->strings["Edit contact"] = "编熟人";
-$a->strings["Contacts who are not members of a group"] = "没当成员的熟人";
-$a->strings["Permission denied"] = "权限不够";
-$a->strings["Invalid profile identifier."] = "无限的简介标识符。";
-$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。";
-$a->strings["Click on a contact to add or remove."] = "点击熟人为添加或删除。";
-$a->strings["Visible To"] = "能见被";
-$a->strings["All Contacts (with secure profile access)"] = "所有熟人(跟安全地简介使用权)";
+$a->strings["Contacts who are not members of a group"] = "不在组里的联系人";
+$a->strings["Not Extended"] = "";
+$a->strings["Resubscribing to OStatus contacts"] = "重新订阅 OStatus 联系人";
+$a->strings["Error"] = "错误";
+$a->strings["Done"] = "完成";
+$a->strings["Keep this window open until done."] = "保持窗口打开直到完成。";
+$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["Friend Suggestions"] = "朋友推荐";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "找不到联系人或者不能关注联系人。";
+$a->strings["Contact unfollowed"] = "取消关注了的联系人";
+$a->strings["Submit Request"] = "提交要求";
+$a->strings["You aren't a friend of this contact."] = "你不是这个联系人的朋友。";
+$a->strings["Unfollowing is currently not supported by your network."] = "取消关注现在不被你的网络支持。";
+$a->strings["Disconnect/Unfollow"] = "断开连接/取消关注";
+$a->strings["Your Identity Address:"] = "你的身份地址:";
+$a->strings["Profile URL"] = "简介 URL";
+$a->strings["Status Messages and Posts"] = "现状通知和文章";
 $a->strings["[Embedded content - reload page to view]"] = "[嵌入内容-重新加载页为看]";
-$a->strings["Public access denied."] = "公众看拒绝";
-$a->strings["No contacts."] = "没有熟人。";
-$a->strings["Access denied."] = "没有用权。";
-$a->strings["Only logged in users are permitted to perform a probing."] = "";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "这个网站超过一天最多账户注册。请明天再试。";
 $a->strings["Import"] = "进口";
 $a->strings["Move account"] = "把账户搬出";
@@ -828,68 +449,85 @@ $a->strings["You need to export your account from the old server and upload it h
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "这个特性是实验性的。我们不能从 OStatus 网络 (GNU Social/Statusnet) 或者 Diaspora 导入联系人";
 $a->strings["Account file"] = "账户文件";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "为了导出你的账户,点击「设置→导出你的个人信息」和选择「导出账户」";
-$a->strings["Not available."] = "不可用的";
-$a->strings["No results."] = "没有结果。";
-$a->strings["No friends to display."] = "没有朋友展示。";
-$a->strings["The post was created"] = "文章创建了";
-$a->strings["Access to this profile has been restricted."] = "使用权这个简介被限制了.";
-$a->strings["View"] = "";
-$a->strings["Previous"] = "上";
-$a->strings["Next"] = "下";
-$a->strings["list"] = "";
-$a->strings["User not found"] = "";
-$a->strings["This calendar format is not supported"] = "";
-$a->strings["No exportable data found"] = "找不到可导出的数据";
-$a->strings["calendar"] = "日历";
-$a->strings["No such group"] = "没有这个组";
-$a->strings["Group is empty"] = "组没有成员";
-$a->strings["Group: %s"] = "";
-$a->strings["This entry was edited"] = "这个条目被编辑了";
-$a->strings["%d comment"] = [
-       0 => "%d评论",
-];
-$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["Edit"] = "编辑";
-$a->strings["add star"] = "加星";
-$a->strings["remove star"] = "消星";
-$a->strings["toggle star status"] = "转变星现状";
-$a->strings["starred"] = "被贴星";
-$a->strings["add tag"] = "加标签";
-$a->strings["ignore thread"] = "忽视主题";
-$a->strings["unignore thread"] = "别忽视主题";
-$a->strings["toggle ignore status"] = "切换忽视状态";
-$a->strings["ignored"] = "忽视";
-$a->strings["save to folder"] = "保存在文件夹";
-$a->strings["I will attend"] = "";
-$a->strings["I will not attend"] = "";
-$a->strings["I might attend"] = "";
-$a->strings["to"] = "至";
-$a->strings["Wall-to-Wall"] = "从墙到墙";
-$a->strings["via Wall-To-Wall:"] = "通过从墙到墙";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s欢迎%2\$s";
+$a->strings["People Search - %s"] = "";
+$a->strings["Forum Search - %s"] = "";
+$a->strings["No matches"] = "没有结果";
+$a->strings["This is Friendica, version"] = "这是Friendica,版本";
+$a->strings["running at web location"] = "运作再网址";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "";
+$a->strings["Bug reports and issues: please visit"] = "问题报案:请去";
+$a->strings["the bugtracker at github"] = "";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com";
+$a->strings["Installed addons/apps:"] = "";
+$a->strings["No installed addons/apps"] = "";
+$a->strings["On this server the following remote servers are blocked."] = "在这个服务器上以下远程服务器被封禁了。";
+$a->strings["Blocked domain"] = "被封禁的域名";
+$a->strings["Reason for the block"] = "封禁原因";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "没有符合的关键字。请在您的默认简介加关键字。";
+$a->strings["is interested in:"] = "感兴趣对:";
+$a->strings["Profile Match"] = "简介符合";
+$a->strings["Invalid request identifier."] = "无效要求身份号。";
+$a->strings["Discard"] = "丢弃";
+$a->strings["Ignore"] = "忽视";
+$a->strings["Notifications"] = "通知";
+$a->strings["Network Notifications"] = "网络通知";
+$a->strings["System Notifications"] = "系统通知";
+$a->strings["Personal Notifications"] = "私人通知";
+$a->strings["Home Notifications"] = "主页通知";
+$a->strings["Show Ignored Requests"] = "显示被忽视的请求";
+$a->strings["Hide Ignored Requests"] = "隐藏被忽视的请求";
+$a->strings["Notification type: "] = "通知种类:";
+$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"] = "批准";
+$a->strings["Claims to be known to you: "] = "声称被您认识:";
+$a->strings["yes"] = "是";
+$a->strings["no"] = "否";
+$a->strings["Shall your connection be bidirectional or not?"] = "";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
+$a->strings["Friend"] = "朋友";
+$a->strings["Sharer"] = "分享者";
+$a->strings["Subscriber"] = "订阅者";
+$a->strings["Tags:"] = "标签:";
+$a->strings["Network:"] = "网络";
+$a->strings["No introductions."] = "没有介绍。";
+$a->strings["Show unread"] = "显示未读";
+$a->strings["Show all"] = "显示全部";
+$a->strings["No more %s notifications."] = "";
+$a->strings["Post successful."] = "评论发表了。";
+$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["Subscribing to OStatus contacts"] = "正在订阅 OStatus 联系人";
+$a->strings["No contact provided."] = "";
+$a->strings["Couldn't fetch information for contact."] = "";
+$a->strings["Couldn't fetch friends for contact."] = "";
+$a->strings["success"] = "成功";
+$a->strings["failed"] = "失败";
+$a->strings["ignored"] = "已忽视的";
+$a->strings["Access to this profile has been restricted."] = "使用权这个简介被限制了.";
+$a->strings["Events"] = "事件";
+$a->strings["View"] = "";
+$a->strings["Previous"] = "上";
+$a->strings["Next"] = "下";
+$a->strings["list"] = "列表";
+$a->strings["User not found"] = "找不到用户";
+$a->strings["This calendar format is not supported"] = "这个日历格式不被支持";
+$a->strings["No exportable data found"] = "找不到可导出的数据";
+$a->strings["calendar"] = "日历";
 $a->strings["Profile 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["Remote site reported: "] = "远程站点报告:";
 $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."] = "看起来我们的加密钥匙失灵了。";
@@ -899,181 +537,11 @@ $a->strings["Site public key not available in contact record for URL %s."] = "
 $a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "身份证明由您的系统是在我们的重做。你再试应该运行。";
 $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["%1\$s welcomes %2\$s"] = "%1\$s欢迎%2\$s";
-$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"] = [
-       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["You have already introduced yourself here."] = "您已经自我介绍这儿。";
-$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。";
-$a->strings["Invalid profile URL."] = "无效的简介URL。";
-$a->strings["Failed to update contact record."] = "更新熟人记录失败了。";
-$a->strings["Your introduction has been sent."] = "您的介绍发布了。";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "";
-$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["Confirm"] = "确认";
-$a->strings["Hide this contact"] = "隐藏这个熟人";
-$a->strings["Welcome home %s."] = "欢迎%s。";
-$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。";
-$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=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</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["Global Directory"] = "综合目录";
-$a->strings["Find on this site"] = "找在这网站";
-$a->strings["Results for:"] = "";
-$a->strings["Site Directory"] = "网站目录";
-$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。";
-$a->strings["People Search - %s"] = "";
-$a->strings["Forum Search - %s"] = "";
-$a->strings["No matches"] = "没有结果";
-$a->strings["Item not found"] = "项目没找到";
-$a->strings["Edit post"] = "编辑文章";
-$a->strings["Event can not end before it has started."] = "";
-$a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。";
-$a->strings["Create New Event"] = "创建新的事件";
-$a->strings["Event details"] = "项目内容";
-$a->strings["Starting date and Title are required."] = "需要开始日期和标题。";
-$a->strings["Event Starts:"] = "事件开始:";
-$a->strings["Required"] = "必须的";
-$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["Title:"] = "标题:";
-$a->strings["Share this event"] = "分享这个项目";
-$a->strings["Failed to remove event"] = "删除事件失败";
-$a->strings["Event removed"] = "事件已删除";
-$a->strings["Not Found"] = "未发现";
-$a->strings["Contact added"] = "熟人添了";
-$a->strings["You already added this contact."] = "你已经添加了这个联系人。";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。";
-$a->strings["Profile URL"] = "";
-$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["the bugtracker at github"] = "";
-$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["On this server the following remote servers are blocked."] = "在这个服务器上以下远程服务器被封禁了。";
-$a->strings["Reason for the block"] = "封禁原因";
-$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 removed."] = "组删除了。";
-$a->strings["Unable to remove group."] = "不能删除组。";
-$a->strings["Delete Group"] = "删除群组";
-$a->strings["Group Editor"] = "组编辑器";
-$a->strings["Edit Group Name"] = "编辑群组名称";
-$a->strings["Members"] = "成员";
-$a->strings["All Contacts"] = "所有的熟人";
-$a->strings["Remove Contact"] = "删除联系人";
-$a->strings["Add Contact"] = "添加联系人";
-$a->strings["No profile"] = "无简介";
-$a->strings["Help:"] = "帮助:";
-$a->strings["Page not found."] = "页发现。";
-$a->strings["Welcome to %s"] = "%s欢迎你";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装";
-$a->strings["Could not connect to database."] = "解不了数据库。";
-$a->strings["Could not create table."] = "无法创建表格。";
-$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」";
-$a->strings["Database already in use."] = "";
-$a->strings["System check"] = "系统检测";
-$a->strings["Check again"] = "再检测";
-$a->strings["Database connection"] = "数据库接通";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。";
-$a->strings["Database Server Name"] = "数据库服务器名";
-$a->strings["Database Login Name"] = "数据库登录名";
-$a->strings["Database Login Password"] = "数据库登录密码";
-$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空";
-$a->strings["Database Name"] = "数据库名字";
-$a->strings["Site administrator email address"] = "网站行政人员邮件地址";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板";
-$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区";
-$a->strings["Site settings"] = "网站设置";
-$a->strings["System Language:"] = "系统语言:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "";
-$a->strings["PHP executable path"] = "PHP可执行路径";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。";
-$a->strings["Command line PHP"] = "命令行PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)";
-$a->strings["Found PHP version: "] = "找到 PHP 版本:";
-$a->strings["PHP cli binary"] = "命令行PHP執行檔";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。";
-$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。";
-$a->strings["Generate encryption keys"] = "产生加密钥匙";
-$a->strings["libCurl PHP module"] = "libCurl PHP模块";
-$a->strings["GD graphics PHP module"] = "GD显示PHP模块";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块";
-$a->strings["PDO or MySQLi PHP module"] = "";
-$a->strings["mb_string PHP module"] = "mb_string PHP模块";
-$a->strings["XML PHP module"] = "XML PHP 模块";
-$a->strings["iconv module"] = "iconv 模块";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。";
-$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。";
-$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
-$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。";
-$a->strings["Error: iconv PHP module required but not installed."] = "";
-$a->strings["Error, XML PHP module required but not installed."] = "";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。";
-$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."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。";
-$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."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。";
-$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."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。";
-$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."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。";
-$a->strings["view/smarty3 is writable"] = "能写view/smarty3";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。";
-$a->strings["Url rewrite is working"] = "URL改写发挥机能";
-$a->strings["ImageMagick PHP extension is not installed"] = "";
-$a->strings["ImageMagick PHP extension is installed"] = "";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。";
-$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["Friend suggestion sent."] = "朋友建议发送了。";
+$a->strings["Suggest Friends"] = "推荐的朋友们";
+$a->strings["Suggest a friend for %s"] = "给 %s 推荐朋友";
 $a->strings["Total invitation limit exceeded."] = "邀请限超过了。";
 $a->strings["%s : Not a valid email address."] = "%s : 不是效的电子邮件地址.";
 $a->strings["Please join us on Friendica"] = "请加入我们再Friendica";
@@ -1087,8 +555,8 @@ $a->strings["Visit %s for a list of public sites that you can join. Friendica me
 $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["To accept this invitation, please visit and register at %s."] = "";
 $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."] = "";
+$a->strings["To accept this invitation, please visit and register at %s."] = "要接受这个邀请,请在 %s 访问并注册。";
 $a->strings["Send invitations"] = "发请柬";
 $a->strings["Enter email addresses, one per line:"] = "输入电子邮件地址,一行一个:";
 $a->strings["Your message:"] = "你的消息:";
@@ -1096,263 +564,12 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "您要输入这个邀请密码:\$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://friendi.ca"] = "";
-$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["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["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["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["No keywords to match. Please add keywords to your default profile."] = "没有符合的关键字。请在您的默认简介加关键字。";
-$a->strings["is interested in:"] = "感兴趣对:";
-$a->strings["Profile Match"] = "简介符合";
-$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["Do you really want to delete this message?"] = "您真的想删除这个通知吗?";
-$a->strings["Message deleted."] = "消息删除了。";
-$a->strings["Conversation removed."] = "交流删除了。";
-$a->strings["Send Private Message"] = "发私人的通信";
-$a->strings["To:"] = "到:";
-$a->strings["Subject:"] = "题目:";
-$a->strings["No messages."] = "没有消息";
-$a->strings["Message not available."] = "通信不可用的";
-$a->strings["Delete message"] = "删除消息";
-$a->strings["Delete conversation"] = "删除交谈";
-$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["Unknown sender - %s"] = "生发送人-%s";
-$a->strings["You and %s"] = "您和%s";
-$a->strings["%s and You"] = "%s和您";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = [
-       0 => "%d通知",
-];
-$a->strings["Mood"] = "心情";
-$a->strings["Set your current mood and tell your friends"] = "选择现在的心情而告诉朋友们";
-$a->strings["Remove term"] = "删除关键字";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "这个组中的消息不会被发送至这些接收者。";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "私人通信给这个人回被公开。";
-$a->strings["Invalid contact."] = "无效熟人。";
-$a->strings["Commented Order"] = "评论时间顺序";
-$a->strings["Sort by Comment Date"] = "按评论日期顺序排列";
-$a->strings["Posted Order"] = "贴时间顺序";
-$a->strings["Sort by Post Date"] = "按发布日期顺序排列";
-$a->strings["Posts that mention or involve you"] = "提或关您的文章";
-$a->strings["New"] = "新";
-$a->strings["Activity Stream - by date"] = "活动河流-按日期";
-$a->strings["Shared Links"] = "共享的链接";
-$a->strings["Interesting Links"] = "有意思的超链接";
-$a->strings["Starred"] = "被星";
-$a->strings["Favourite Posts"] = "最喜欢的文章";
-$a->strings["Invalid request identifier."] = "无效要求身份号。";
-$a->strings["Discard"] = "丢弃";
-$a->strings["Ignore"] = "忽视";
-$a->strings["Network Notifications"] = "网络通知";
-$a->strings["System Notifications"] = "系统通知";
-$a->strings["Personal Notifications"] = "私人通知";
-$a->strings["Home Notifications"] = "主页通知";
-$a->strings["Show Ignored Requests"] = "显示不理的要求";
-$a->strings["Hide Ignored Requests"] = "隐藏不理的要求";
-$a->strings["Notification type: "] = "通知种类:";
-$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"] = "批准";
-$a->strings["Claims to be known to you: "] = "声称被您认识:";
-$a->strings["yes"] = "是";
-$a->strings["no"] = "否";
-$a->strings["Shall your connection be bidirectional or not?"] = "";
-$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "";
-$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
-$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
-$a->strings["Friend"] = "朋友";
-$a->strings["Sharer"] = "分享者";
-$a->strings["Subscriber"] = "订阅者";
-$a->strings["No introductions."] = "没有介绍。";
-$a->strings["Show unread"] = "显示未读";
-$a->strings["Show all"] = "显示全部";
-$a->strings["No more %s notifications."] = "";
-$a->strings["No more system notifications."] = "没别系统通知。";
-$a->strings["Post successful."] = "评论发表了。";
-$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["Subscribing to OStatus contacts"] = "正在订阅 OStatus 联系人";
-$a->strings["No contact provided."] = "";
-$a->strings["Couldn't fetch information for contact."] = "";
-$a->strings["Couldn't fetch friends for contact."] = "";
-$a->strings["Done"] = "完成";
-$a->strings["success"] = "成功";
-$a->strings["failed"] = "失败";
-$a->strings["Keep this window open until done."] = "保持窗口打开直到完成。";
-$a->strings["Not Extended"] = "";
-$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["Tips for New Members"] = "新人建议";
-$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["Image exceeds size limit of %s"] = "";
-$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["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["Registration successful."] = "注册成功。";
-$a->strings["Your registration can not be processed."] = "处理不了您的注册。";
-$a->strings["Your registration is pending approval by the site owner."] = "您的注册等网页主的批准。";
-$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["Note for the admin"] = "";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "给管理员留条消息,为什么你想加入这个节点";
-$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, real or real-looking): "] = "";
-$a->strings["Your Email Address: "] = "你的电子邮件地址:";
-$a->strings["New Password:"] = "新密码:";
-$a->strings["Leave empty for an auto generated password."] = "留空以使用自动生成的密码。";
-$a->strings["Confirm:"] = "确认:";
-$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 your profile to this friendica instance"] = "进口您的简介到这个friendica服务器";
-$a->strings["Account approved."] = "账户已被批准。";
-$a->strings["Registration revoked for %s"] = "%s的登记撤销了";
-$a->strings["Please login."] = "清登录。";
-$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["Resubscribing to OStatus contacts"] = "重新订阅 OStatus 联系人";
-$a->strings["Error"] = "错误";
-$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["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["Export personal data"] = "导出个人信息";
-$a->strings["Do you really want to delete this video?"] = "你真的想删除这个视频吗?";
-$a->strings["Delete Video"] = "删除视频";
-$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["Invalid request."] = "无效请求。";
-$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["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["Add"] = "加";
-$a->strings["No entries."] = "没有项目。";
-$a->strings["Item has been removed."] = "项目被删除了。";
-$a->strings["Recent Photos"] = "最近的照片";
-$a->strings["Upload New Photos"] = "上传新照片";
-$a->strings["everybody"] = "每人";
-$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 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["Show to Groups"] = "给组表示";
-$a->strings["Show to Contacts"] = "给熟人表示";
-$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["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["Do not rotate"] = "不要旋转";
-$a->strings["Rotate CW (right)"] = "顺时针地转动(左)";
-$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)";
-$a->strings["Private photo"] = "私人照相";
-$a->strings["Public photo"] = "公开照相";
-$a->strings["Map"] = "";
-$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["Profile deleted."] = "简介删除了。";
 $a->strings["Profile-"] = "简介-";
-$a->strings["New profile created."] = "创造新的简介";
+$a->strings["New profile created."] = "新的简介已创建。";
 $a->strings["Profile unavailable to clone."] = "简介不可用为复制。";
 $a->strings["Profile Name is required."] = "必要简介名";
 $a->strings["Marital Status"] = "婚姻状况 ";
@@ -1380,19 +597,24 @@ $a->strings["Profile Actions"] = "";
 $a->strings["Edit Profile Details"] = "剪辑简介消息";
 $a->strings["Change Profile Photo"] = "改变简介照片";
 $a->strings["View this profile"] = "看这个简介";
+$a->strings["Edit visibility"] = "修改能见度";
 $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["Profile picture"] = "头像";
 $a->strings["Preferences"] = "偏好";
 $a->strings["Status information"] = "状态信息";
 $a->strings["Additional information"] = "更多信息";
+$a->strings["Personal"] = "私人";
 $a->strings["Relation"] = "关系";
+$a->strings["Miscellaneous"] = "形形色色";
 $a->strings["Your Gender:"] = "你的性:";
 $a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span>婚姻状况:";
+$a->strings["Sexual Preference:"] = "性取向:";
 $a->strings["Example: fishing photography software"] = "例如:钓鱼 照片 软件";
 $a->strings["Profile Name:"] = "简介名:";
+$a->strings["Required"] = "必须的";
 $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["Your Full Name:"] = "你的全名:";
 $a->strings["Title/Description:"] = "标题/描述:";
@@ -1401,6 +623,7 @@ $a->strings["Locality/City:"] = "现场/城市:";
 $a->strings["Region/State:"] = "区域/省";
 $a->strings["Postal/Zip Code:"] = "邮政编码:";
 $a->strings["Country:"] = "国家:";
+$a->strings["Age: "] = "年纪:";
 $a->strings["Who: (if applicable)"] = "谁:(要是使用)";
 $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "比如:limou,李某,limou@example。com";
 $a->strings["Since [date]:"] = "追溯[日期]:";
@@ -1408,11 +631,15 @@ $a->strings["Tell us about yourself..."] = "给我们自我介绍...";
 $a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) 地址:";
 $a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "这个 XMPP 地址会被传播到你的联系人从而他们可以关注你。";
 $a->strings["Homepage URL:"] = "主页URL:";
+$a->strings["Hometown:"] = "故乡:";
+$a->strings["Political Views:"] = "政治观念:";
 $a->strings["Religious Views:"] = " 宗教信仰 :";
 $a->strings["Public Keywords:"] = "公开关键字 :";
 $a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(用于建议可能的朋友们,会被别人看)";
 $a->strings["Private Keywords:"] = "私人关键字";
 $a->strings["(Used for searching profiles, never shown to others)"] = "(用于搜索简介,没有给别人看)";
+$a->strings["Likes:"] = "喜欢:";
+$a->strings["Dislikes:"] = "不喜欢:";
 $a->strings["Musical interests"] = "音乐兴趣";
 $a->strings["Books, literature"] = "书,文学";
 $a->strings["Television"] = "电视";
@@ -1422,215 +649,41 @@ $a->strings["Love/romance"] = "爱情/浪漫";
 $a->strings["Work/employment"] = "工作";
 $a->strings["School/education"] = "学院/教育";
 $a->strings["Contact information and Social Networks"] = "熟人信息和社会化网络";
+$a->strings["Profile Image"] = "简介图像";
+$a->strings["visible to everybody"] = "给打假可见的";
 $a->strings["Edit/Manage Profiles"] = "编辑/管理简介";
-$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。";
-$a->strings["Too Many Requests"] = "过多请求";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。";
-$a->strings["Items tagged with: %s"] = "";
-$a->strings["Results for: %s"] = "";
-$a->strings["Account"] = "帐户";
+$a->strings["Change profile photo"] = "换简介照片";
+$a->strings["Create New Profile"] = "创建新的简介";
+$a->strings["Invalid request."] = "无效请求。";
+$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 %s"] = "文件超过了 %s 的大小限制";
+$a->strings["File upload failed."] = "文件上传失败。";
+$a->strings["Theme settings updated."] = "主题设置更新了。";
+$a->strings["Information"] = "资料";
+$a->strings["Overview"] = "";
+$a->strings["Federation Statistics"] = "";
+$a->strings["Configuration"] = "";
+$a->strings["Site"] = "网站";
+$a->strings["Users"] = "用户";
+$a->strings["Addons"] = "";
+$a->strings["Themes"] = "主题";
 $a->strings["Additional features"] = "附加的特点";
-$a->strings["Display"] = "显示";
-$a->strings["Social Networks"] = "社会化网络";
-$a->strings["Plugins"] = "插件";
-$a->strings["Connected apps"] = "连接着应用";
-$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["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["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["General Social Media Settings"] = "通用社交媒体设置";
-$a->strings["Disable intelligent shortening"] = "";
-$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "";
-$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "";
-$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "";
-$a->strings["Default group for OStatus contacts"] = "用于 OStatus 联系人的默认组";
-$a->strings["Your legacy GNU Social account"] = "";
-$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "";
-$a->strings["Repair OStatus subscriptions"] = "修复 OStatus 订阅";
-$a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s";
-$a->strings["enabled"] = "能够做的";
-$a->strings["disabled"] = "已停用";
-$a->strings["GNU Social (OStatus)"] = "";
-$a->strings["Email access is disabled on this site."] = "电子邮件访问在这个站上被禁用。";
-$a->strings["Email/Mailbox Setup"] = "邮件收件箱设置";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。";
-$a->strings["Last successful email check:"] = "上个成功收件箱检查:";
-$a->strings["IMAP server name:"] = "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["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["Suppress warning of insecure networks"] = "";
-$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "";
-$a->strings["Update browser every xx seconds"] = "更新游览器每XX秒";
-$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "";
-$a->strings["Number of items to display per page:"] = "每页表示多少项目:";
-$a->strings["Maximum of 100 items"] = "最多100项目";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "用手机看一页展示多少项目:";
-$a->strings["Don't show emoticons"] = "不显示表情符号";
-$a->strings["Calendar"] = "日历";
-$a->strings["Beginning of week:"] = "一周的开始:";
-$a->strings["Don't show notices"] = "不显示提示";
-$a->strings["Infinite scroll"] = "无限的滚动";
-$a->strings["Automatic updates only at the top of the network page"] = "";
-$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "";
-$a->strings["Bandwith Saver Mode"] = "省流量模式";
-$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。";
-$a->strings["General Theme Settings"] = "通用主题设置";
-$a->strings["Custom Theme Settings"] = "自定义主题设置";
-$a->strings["Content Settings"] = "内容设置";
-$a->strings["Theme settings"] = "主题设置";
-$a->strings["Account Types"] = "账户类型";
-$a->strings["Personal Page Subtypes"] = "";
-$a->strings["Community Forum Subtypes"] = "";
-$a->strings["Personal Page"] = "个人页面";
-$a->strings["Account for a personal profile."] = "";
-$a->strings["Organisation Page"] = "";
-$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "";
-$a->strings["News Page"] = "";
-$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "";
-$a->strings["Community Forum"] = "";
-$a->strings["Account for community discussions."] = "";
-$a->strings["Normal Account Page"] = "标准账户页面";
-$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "";
-$a->strings["Soapbox Page"] = "演讲台页";
-$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "";
-$a->strings["Public Forum"] = "";
-$a->strings["Automatically approves all contact requests."] = "";
-$a->strings["Automatic Friend Page"] = "自动朋友页";
-$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "";
-$a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]";
-$a->strings["Requires manual approval of contact requests."] = "";
-$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["Your profile may be visible in public."] = "";
-$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["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 <strong>'%s'</strong> or '%s'."] = "";
-$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["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["Your Language:"] = "你的语言:";
-$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "";
-$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["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["Activate desktop notifications"] = "启用桌面通知";
-$a->strings["Show desktop popup on new notifications"] = "在有新的提示时显示桌面弹出窗口";
-$a->strings["Text-only notification emails"] = "纯文本通知邮件";
-$a->strings["Send text only notification emails, without the html part"] = "发送纯文本通知邮件,无 html 部分";
-$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["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["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 %s"] = "文件超过了 %s 的大小限制";
-$a->strings["File upload failed."] = "文件上传失败。";
-$a->strings["Theme settings updated."] = "主题设置更新了。";
-$a->strings["Site"] = "网站";
-$a->strings["Users"] = "用户";
-$a->strings["Themes"] = "主题";
+$a->strings["Database"] = "数据库";
 $a->strings["DB updates"] = "数据库更新";
 $a->strings["Inspect Queue"] = "";
+$a->strings["Tools"] = "工具";
+$a->strings["Contact Blocklist"] = "";
 $a->strings["Server Blocklist"] = "";
-$a->strings["Federation Statistics"] = "";
 $a->strings["Delete Item"] = "删除项目";
 $a->strings["Logs"] = "记录";
 $a->strings["View Logs"] = "查看日志";
+$a->strings["Diagnostics"] = "";
+$a->strings["PHP Info"] = "";
 $a->strings["probe address"] = "试探地址";
 $a->strings["check webfinger"] = "查webfinger";
-$a->strings["Plugin Features"] = "插件特点";
-$a->strings["diagnostics"] = "诊断";
+$a->strings["Admin"] = "管理";
+$a->strings["Addon Features"] = "";
 $a->strings["User registrations waiting for confirmation"] = "用户注册等确认";
 $a->strings["The blocked domain"] = "被封禁的域名";
 $a->strings["The reason why you blocked this domain."] = "封禁这个域名的原因。";
@@ -1650,6 +703,26 @@ $a->strings["Delete entry from blocklist"] = "";
 $a->strings["Delete entry from blocklist?"] = "";
 $a->strings["Server added to blocklist."] = "";
 $a->strings["Site blocklist updated."] = "";
+$a->strings["The contact has been blocked from the node"] = "";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "";
+$a->strings["%s contact unblocked"] = [
+       0 => "",
+];
+$a->strings["Remote Contact Blocklist"] = "";
+$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "";
+$a->strings["Block Remote Contact"] = "";
+$a->strings["select all"] = "都选";
+$a->strings["select none"] = "";
+$a->strings["Block"] = "屏蔽";
+$a->strings["Unblock"] = "解除屏蔽";
+$a->strings["No remote contact is blocked from this node."] = "";
+$a->strings["Blocked Remote Contacts"] = "";
+$a->strings["Block New Remote Contact"] = "";
+$a->strings["Photo"] = "照片";
+$a->strings["%s total blocked contact"] = [
+       0 => "",
+];
+$a->strings["URL of the remote contact to block."] = "";
 $a->strings["Delete this Item"] = "删除这个项目";
 $a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "";
 $a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "";
@@ -1659,15 +732,17 @@ $a->strings["Item marked for deletion."] = "被标记为要删除的项目。";
 $a->strings["unknown"] = "未知";
 $a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "";
 $a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "";
-$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "";
 $a->strings["ID"] = "";
-$a->strings["Recipient Name"] = "";
-$a->strings["Recipient Profile"] = "";
+$a->strings["Recipient Name"] = "接收者的名字";
+$a->strings["Recipient Profile"] = "接收者的简介";
+$a->strings["Network"] = "网络";
 $a->strings["Created"] = "";
-$a->strings["Last Tried"] = "";
+$a->strings["Last Tried"] = "上次尝试";
 $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "";
-$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "";
-$a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "";
+$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php scripts/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "";
+$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "";
+$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "";
 $a->strings["The worker was never executed. Please check your database structure!"] = "";
 $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "";
 $a->strings["Normal Account"] = "正常帐户";
@@ -1681,14 +756,14 @@ $a->strings["Summary"] = "总算";
 $a->strings["Registered users"] = "注册的用户";
 $a->strings["Pending registrations"] = "未决的注册";
 $a->strings["Version"] = "版本";
-$a->strings["Active plugins"] = "活跃的插件";
+$a->strings["Active addons"] = "";
 $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["Never"] = "从未";
-$a->strings["At post arrival"] = "收件的时候";
+$a->strings["Public postings from the federated network"] = "";
+$a->strings["Public postings from local users and the federated network"] = "";
 $a->strings["Disabled"] = "已停用";
 $a->strings["Users, Global Contacts"] = "";
 $a->strings["Users, Global Contacts/fallback"] = "";
@@ -1703,8 +778,15 @@ $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["Don't check"] = "";
+$a->strings["check the stable version"] = "";
+$a->strings["check the development version"] = "";
+$a->strings["Save Settings"] = "保存设置";
+$a->strings["Republish users to directory"] = "";
+$a->strings["Registration"] = "注册";
 $a->strings["File upload"] = "文件上传";
 $a->strings["Policies"] = "政策";
+$a->strings["Advanced"] = "高级";
 $a->strings["Auto Discovered Contact Directory"] = "";
 $a->strings["Performance"] = "性能";
 $a->strings["Worker"] = "";
@@ -1719,7 +801,7 @@ $a->strings["Link to an icon that will be used for browsers."] = "";
 $a->strings["Touch icon"] = "触摸小图片";
 $a->strings["Link to an icon that will be used for tablets and mobiles."] = "";
 $a->strings["Additional Info"] = "别的消息";
-$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "";
+$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "";
 $a->strings["System language"] = "系统语言";
 $a->strings["System theme"] = "系统主题";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "默认系统主题-会被用户简介超驰-<a href='#' id='cnftheme'>把主题设置变化</a>";
@@ -1750,14 +832,16 @@ $a->strings["Allowed friend domains"] = "允许的朋友域";
 $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。";
 $a->strings["Allowed email domains"] = "允许的电子邮件域";
 $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。";
+$a->strings["No OEmbed rich content"] = "";
+$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "";
+$a->strings["Allowed OEmbed domains"] = "";
+$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "";
 $a->strings["Block public"] = "拦公开";
 $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。";
-$a->strings["Force publish"] = "需要出版";
+$a->strings["Force publish"] = "强行发布";
 $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "让所有这网站的的简介表明在网站目录。";
 $a->strings["Global directory URL"] = "";
 $a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
-$a->strings["Allow threaded items"] = "允许线绳项目";
-$a->strings["Allow infinite level threading for items on this site."] = "允许无限水平线绳为这网站的项目。";
 $a->strings["Private posts by default for new users"] = "新用户默认写私人文章";
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "默认新用户文章批准使默认隐私组,没有公开。";
 $a->strings["Don't include post content in email notifications"] = "别包含文章内容在邮件消息";
@@ -1774,8 +858,8 @@ $a->strings["OpenID support"] = "OpenID支持";
 $a->strings["OpenID support for registration and logins."] = "OpenID支持注册和登录。";
 $a->strings["Fullname check"] = "全名核实";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "让用户注册的时候放空格姓名中间,省得垃圾注册。";
-$a->strings["Community Page Style"] = "社会页款式";
-$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "社会页种类将显示。“全球社会”显示所有公开的文章从某网络到达本服务器。";
+$a->strings["Community pages for visitors"] = "";
+$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "";
 $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 支持";
@@ -1799,7 +883,7 @@ $a->strings["Maximum system load before delivery and poll processes are deferred
 $a->strings["Maximum Load Average (Frontend)"] = "";
 $a->strings["Maximum system load before the frontend quits service - default 50."] = "";
 $a->strings["Minimal Memory"] = "最少内存";
-$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "";
+$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "";
 $a->strings["Maximum table size for optimization"] = "";
 $a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "";
 $a->strings["Minimum level of fragmentation"] = "";
@@ -1814,8 +898,10 @@ $a->strings["Timeframe for fetching global contacts"] = "";
 $a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "";
 $a->strings["Search the local directory"] = "搜索本地目录";
 $a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "";
-$a->strings["Publish server information"] = "";
+$a->strings["Publish server information"] = "发布服务器信息";
 $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "";
+$a->strings["Check upstream version"] = "";
+$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "";
 $a->strings["Suppress Tags"] = "压制标签";
 $a->strings["Suppress showing a list of hashtags at the end of the posting."] = "不在文章末尾显示主题标签列表。";
 $a->strings["Path to item cache"] = "路线到项目缓存";
@@ -1833,21 +919,21 @@ $a->strings["The picture proxy increases performance and privacy. It shouldn't b
 $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["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "";
+$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "";
 $a->strings["RINO Encryption"] = "";
 $a->strings["Encryption layer between nodes."] = "";
 $a->strings["Maximum number of parallel workers"] = "";
 $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "";
 $a->strings["Don't use 'proc_open' with the worker"] = "";
-$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "";
+$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "";
 $a->strings["Enable fastlane"] = "";
 $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "";
 $a->strings["Enable frontend worker"] = "";
-$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "";
+$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "";
 $a->strings["Update has been marked successful"] = "更新当成功标签了";
 $a->strings["Database structure update %s was successfully applied."] = "";
 $a->strings["Executing of database structure update %s failed with error: %s"] = "";
-$a->strings["Executing %s failed with error: %s"] = "";
+$a->strings["Executing %s failed with error: %s"] = "执行 %s 失败,错误:%s";
 $a->strings["Update %s was successfully applied."] = "把%s更新成功地实行。";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "%s更新没回答现状。不知道是否成功。";
 $a->strings["There was no additional update function %s that needed to be called."] = "";
@@ -1859,28 +945,28 @@ $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"] = [
        0 => "%s用户拦/不拦了",
 ];
 $a->strings["%s user deleted"] = [
-       0 => "%s用户删除了",
+       0 => "%s 用户被删除了",
 ];
-$a->strings["User '%s' deleted"] = "用户「%s」删除了";
+$a->strings["User '%s' deleted"] = "用户 '%s' 被删除了";
 $a->strings["User '%s' unblocked"] = "用户「%s」无拦了";
 $a->strings["User '%s' blocked"] = "用户「%s」拦了";
+$a->strings["Email"] = "电子邮件";
 $a->strings["Register date"] = "注册日期";
 $a->strings["Last login"] = "上次登录";
 $a->strings["Last item"] = "上项目";
+$a->strings["Account"] = "帐户";
 $a->strings["Add User"] = "添加用户";
-$a->strings["select all"] = "都选";
 $a->strings["User registrations waiting for confirm"] = "用户注册等待确认";
 $a->strings["User waiting for permanent deletion"] = "用户等待长久删除";
 $a->strings["Request date"] = "要求日期";
 $a->strings["No registrations."] = "没有注册。";
 $a->strings["Note from the user"] = "";
 $a->strings["Deny"] = "否定";
-$a->strings["Block"] = "拦";
-$a->strings["Unblock"] = "不拦";
 $a->strings["Site admin"] = "网站管理员";
 $a->strings["Account expired"] = "帐户过期了";
 $a->strings["New User"] = "新用户";
@@ -1891,92 +977,121 @@ $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 enabled."] = "使插件%s能用。";
+$a->strings["Addon %s disabled."] = "";
+$a->strings["Addon %s enabled."] = "";
 $a->strings["Disable"] = "停用";
 $a->strings["Enable"] = "使能用";
 $a->strings["Toggle"] = "肘节";
 $a->strings["Author: "] = "作者:";
 $a->strings["Maintainer: "] = "维护者:";
-$a->strings["Reload active plugins"] = "";
-$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "";
+$a->strings["Reload active addons"] = "";
+$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "";
 $a->strings["No themes found."] = "找不到主题。";
 $a->strings["Screenshot"] = "截图";
-$a->strings["Reload active themes"] = "";
-$a->strings["No themes found on the system. They should be paced in %1\$s"] = "";
+$a->strings["Reload active themes"] = "重载活动的主题";
+$a->strings["No themes found on the system. They should be placed in %1\$s"] = "";
 $a->strings["[Experimental]"] = "[试验]";
 $a->strings["[Unsupported]"] = "[没支持]";
 $a->strings["Log settings updated."] = "日志设置更新了。";
-$a->strings["PHP log currently enabled."] = "";
-$a->strings["PHP log currently disabled."] = "";
+$a->strings["PHP log currently enabled."] = "PHP 日志已启用。";
+$a->strings["PHP log currently disabled."] = "PHP 日志已禁用。";
 $a->strings["Clear"] = "清理出";
-$a->strings["Enable Debugging"] = "把调试使可用的";
-$a->strings["Log file"] = "记录文件";
+$a->strings["Enable Debugging"] = "启用调试";
+$a->strings["Log file"] = "日志文件";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "必要被网页服务器可写的。相对Friendica主文件夹。";
-$a->strings["Log level"] = "记录水平";
-$a->strings["PHP logging"] = "";
+$a->strings["Log level"] = "日志级别";
+$a->strings["PHP logging"] = "PHP 日志";
 $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "";
-$a->strings["Lock feature %s"] = "";
-$a->strings["Manage Additional Features"] = "";
+$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "";
+$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "";
+$a->strings["Off"] = "关";
+$a->strings["On"] = "开";
+$a->strings["Lock feature %s"] = "锁定特性 %s";
+$a->strings["Manage Additional Features"] = "管理附加特性";
+$a->strings["Source (bbcode) text:"] = "源代码(bbcode)正文";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:";
+$a->strings["Source input: "] = "源代码输入:";
+$a->strings["bbcode (raw HTML(: "] = "";
+$a->strings["bbcode: "] = "";
+$a->strings["bbcode => html2bbcode: "] = "";
+$a->strings["bb2diaspora: "] = "";
+$a->strings["bb2diaspora => Markdown: "] = "";
+$a->strings["bb2diaspora => diaspora2bb: "] = "";
+$a->strings["Source input (Diaspora format): "] = "源代输入(Diaspora形式):";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Community option not available."] = "";
+$a->strings["Not available."] = "不可用的";
+$a->strings["Local Community"] = "";
+$a->strings["Posts from local users on this server"] = "";
+$a->strings["Global Community"] = "";
+$a->strings["Posts from users of the whole federated network"] = "";
+$a->strings["No results."] = "没有结果。";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "";
 $a->strings["%d contact edited."] = [
-       0 => "",
+       0 => "%d 个联系人被编辑了。",
 ];
-$a->strings["Could not access contact record."] = "用不了熟人记录。";
+$a->strings["Could not access contact record."] = "无法访问联系人记录。";
 $a->strings["Could not locate selected profile."] = "找不到选择的简介。";
-$a->strings["Contact updated."] = "熟人更新了。";
-$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 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["Contact has been unarchived"] = "联系人已被解除存档";
 $a->strings["Drop contact"] = "";
 $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["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["Communications lost with this contact!"] = "联系跟这个熟人断开了!";
+$a->strings["Communications lost with this contact!"] = "和这个联系人的通信断开了!";
 $a->strings["Fetch further information for feeds"] = "拿文源别的消息";
+$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "";
 $a->strings["Fetch information"] = "取消息";
+$a->strings["Fetch keywords"] = "";
 $a->strings["Fetch information and keywords"] = "取消息和关键词";
-$a->strings["Disconnect/Unfollow"] = "断开连接/取消关注";
 $a->strings["Contact"] = "联系人";
 $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["Their personal note"] = "";
 $a->strings["Edit contact notes"] = "编辑熟人便条";
-$a->strings["Block/Unblock contact"] = "拦/否拦熟人";
+$a->strings["Block/Unblock contact"] = "屏蔽/解除屏蔽联系人";
 $a->strings["Ignore contact"] = "忽视熟人";
 $a->strings["Repair URL settings"] = "维修URL设置";
 $a->strings["View conversations"] = "看交流";
 $a->strings["Last update:"] = "上个更新:";
 $a->strings["Update public posts"] = "更新公开文章";
 $a->strings["Update now"] = "现在更新";
-$a->strings["Unignore"] = "å\81\9cä¸\8dç\90\86";
-$a->strings["Currently blocked"] = "现在的";
+$a->strings["Unignore"] = "å\8f\96æ¶\88忽è§\86";
+$a->strings["Currently blocked"] = "现在被封禁的";
 $a->strings["Currently ignored"] = "现在不理的";
 $a->strings["Currently archived"] = "现在存档着";
+$a->strings["Awaiting connection acknowledge"] = "";
 $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["Send a notification of every new post of this contact"] = "发送这个联系人的每篇新文章的通知";
 $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["XMPP:"] = "";
 $a->strings["Actions"] = "";
-$a->strings["Contact Settings"] = "";
+$a->strings["Status"] = "状态";
+$a->strings["Contact Settings"] = "联系人设置";
 $a->strings["Suggestions"] = "建议";
 $a->strings["Suggest potential friends"] = "建议潜在朋友们";
-$a->strings["Show 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["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"] = "在存档";
@@ -1984,78 +1099,1010 @@ $a->strings["Only show archived contacts"] = "只表示档案熟人";
 $a->strings["Hidden"] = "隐藏的";
 $a->strings["Only show hidden contacts"] = "只表示隐藏的熟人";
 $a->strings["Search your contacts"] = "搜索您的熟人";
+$a->strings["Results for: %s"] = "";
+$a->strings["Update"] = "更新";
 $a->strings["Archive"] = "存档";
 $a->strings["Unarchive"] = "从存档拿来";
 $a->strings["Batch Actions"] = "";
+$a->strings["Profile Details"] = "简介内容";
 $a->strings["View all contacts"] = "看所有的熟人";
 $a->strings["View all common friends"] = "查看所有公共好友";
-$a->strings["Advanced Contact Settings"] = "专家熟人设置";
+$a->strings["Advanced Contact Settings"] = "高级联系人设置";
 $a->strings["Mutual Friendship"] = "共同友谊";
 $a->strings["is a fan of yours"] = "是你的粉丝";
 $a->strings["you are a fan of"] = "你喜欢";
-$a->strings["Toggle Blocked status"] = "交替拦配置";
+$a->strings["Toggle Blocked status"] = "切换屏蔽状态";
 $a->strings["Toggle Ignored status"] = "交替忽视现状";
 $a->strings["Toggle Archive status"] = "交替档案现状";
 $a->strings["Delete contact"] = "删除熟人";
-$a->strings["Files"] = "文件";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "";
-$a->strings["Contact unfollowed"] = "取消关注了的联系人";
-$a->strings["You aren't a friend of this contact."] = "你不是这个联系人的朋友。";
-$a->strings["Unfollowing is currently not supported by your network."] = "";
-$a->strings["via"] = "经过";
-$a->strings["greenzero"] = "greenzero";
-$a->strings["purplezero"] = "purplezero";
-$a->strings["easterbunny"] = "easterbunny";
-$a->strings["darkzero"] = "darkzero";
-$a->strings["comix"] = "comix";
-$a->strings["slackr"] = "slackr";
-$a->strings["Variations"] = "变化";
-$a->strings["Repeat the image"] = "";
-$a->strings["Will repeat your image to fill the background."] = "";
-$a->strings["Stretch"] = "";
-$a->strings["Will stretch to width/height of the image."] = "";
-$a->strings["Resize fill and-clip"] = "";
-$a->strings["Resize to fill and retain aspect ratio."] = "";
-$a->strings["Resize best fit"] = "";
-$a->strings["Resize to best fit and retain aspect ratio."] = "";
-$a->strings["Default"] = "";
-$a->strings["Note: "] = "";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
-$a->strings["Select scheme"] = "";
-$a->strings["Navigation bar background color"] = "";
-$a->strings["Navigation bar icon color "] = "";
-$a->strings["Link color"] = "";
-$a->strings["Set the background color"] = "设置背景色";
-$a->strings["Content background transparency"] = "";
-$a->strings["Set the background image"] = "";
-$a->strings["Guest"] = "";
-$a->strings["Visitor"] = "";
-$a->strings["Alignment"] = "成直线 ";
-$a->strings["Left"] = "左边";
-$a->strings["Center"] = "中间";
-$a->strings["Color scheme"] = " 色彩设计";
-$a->strings["Posts font size"] = "文章";
-$a->strings["Textareas font size"] = "文本区字体大小";
-$a->strings["Comma separated list of helper forums"] = "";
-$a->strings["Set style"] = "选择款式";
-$a->strings["Community Pages"] = "社会页";
-$a->strings["Community Profiles"] = "社会简介";
-$a->strings["Help or @NewHere ?"] = "帮助或@菜鸟?";
-$a->strings["Connect Services"] = "连接服务";
-$a->strings["Find Friends"] = "找朋友们";
-$a->strings["Last users"] = "上次用户";
-$a->strings["Local Directory"] = "当地目录";
-$a->strings["Quick Start"] = "快速入门";
-$a->strings["Delete this item?"] = "删除这个项目?";
-$a->strings["show fewer"] = "显示更小";
-$a->strings["Update %s failed. See error logs."] = "更新%s美通过。看错误记录。";
-$a->strings["Create a New Account"] = "创造新的账户";
-$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["toggle mobile"] = "交替手机";
+$a->strings["No parent user"] = "";
+$a->strings["Parent User"] = "";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
+$a->strings["Delegate Page Management"] = "页代表管理";
+$a->strings["Delegates"] = "";
+$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["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"] = [
+       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["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["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "";
+$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["Confirm"] = "确认";
+$a->strings["Hide this contact"] = "隐藏这个熟人";
+$a->strings["Welcome home %s."] = "欢迎%s。";
+$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。";
+$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=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "";
+$a->strings["Friend/Connection Request"] = "朋友/连接请求";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "";
+$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["GNU Social (Pleroma, Mastodon)"] = "";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s.";
+$a->strings["Item not found"] = "项目没找到";
+$a->strings["Edit post"] = "编辑文章";
+$a->strings["Event can not end before it has started."] = "";
+$a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。";
+$a->strings["Create New Event"] = "创建新的事件";
+$a->strings["Event details"] = "事件细节";
+$a->strings["Starting date and Title are required."] = "需要开始日期和标题。";
+$a->strings["Event Starts:"] = "事件开始:";
+$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["Title:"] = "标题:";
+$a->strings["Share this event"] = "分享这个事件";
+$a->strings["Basic"] = "基本";
+$a->strings["Failed to remove event"] = "删除事件失败";
+$a->strings["Event removed"] = "事件已删除";
+$a->strings["- select -"] = "-选择-";
+$a->strings["The contact could not be added."] = "";
+$a->strings["You already added this contact."] = "你已经添加了这个联系人。";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装";
+$a->strings["Could not connect to database."] = "解不了数据库。";
+$a->strings["Could not create table."] = "无法创建表格。";
+$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」";
+$a->strings["Database already in use."] = "数据库已经被使用。";
+$a->strings["System check"] = "系统检测";
+$a->strings["Check again"] = "再检测";
+$a->strings["Database connection"] = "数据库接通";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。";
+$a->strings["Database Server Name"] = "数据库服务器名";
+$a->strings["Database Login Name"] = "数据库登录名";
+$a->strings["Database Login Password"] = "数据库登录密码";
+$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空";
+$a->strings["Database Name"] = "数据库名字";
+$a->strings["Site administrator email address"] = "网站行政人员邮件地址";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板";
+$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区";
+$a->strings["Site settings"] = "网站设置";
+$a->strings["System Language:"] = "系统语言:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。";
+$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
+$a->strings["PHP executable path"] = "PHP可执行路径";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。";
+$a->strings["Command line PHP"] = "命令行PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)";
+$a->strings["Found PHP version: "] = "找到 PHP 版本:";
+$a->strings["PHP cli binary"] = "命令行PHP執行檔";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。";
+$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。";
+$a->strings["Generate encryption keys"] = "产生加密钥匙";
+$a->strings["libCurl PHP module"] = "libCurl PHP模块";
+$a->strings["GD graphics PHP module"] = "GD显示PHP模块";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块";
+$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块";
+$a->strings["mb_string PHP module"] = "mb_string PHP模块";
+$a->strings["XML PHP module"] = "XML PHP 模块";
+$a->strings["iconv module"] = "iconv 模块";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。";
+$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。";
+$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
+$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。";
+$a->strings["Error: iconv PHP module required but not installed."] = "";
+$a->strings["Error, XML PHP module required but not installed."] = "";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。";
+$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."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。";
+$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."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。";
+$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."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。";
+$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."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。";
+$a->strings["view/smarty3 is writable"] = "能写view/smarty3";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。";
+$a->strings["Url rewrite is working"] = "URL改写发挥机能";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。";
+$a->strings["<h1>What next</h1>"] = "<h1>下步是什么</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
+$a->strings["Unable to locate original post."] = "找不到当初的新闻";
+$a->strings["Empty post discarded."] = "空帖子被丢弃了。";
+$a->strings["Wall Photos"] = "墙照片";
+$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["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["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, the request will expire shortly.\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 soon 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["Request has expired, please make a new one."] = "";
+$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["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\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "";
+$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "";
+$a->strings["Your password has been changed at %s"] = "您密码被变化在%s";
+$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["Send Private Message"] = "发私人的通信";
+$a->strings["To:"] = "到:";
+$a->strings["Subject:"] = "题目:";
+$a->strings["No messages."] = "没有消息";
+$a->strings["Message not available."] = "通信不可用的";
+$a->strings["Delete message"] = "删除消息";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Delete conversation"] = "删除交谈";
+$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["Unknown sender - %s"] = "生发送人-%s";
+$a->strings["You and %s"] = "您和%s";
+$a->strings["%s and You"] = "%s和您";
+$a->strings["%d message"] = [
+       0 => "%d通知",
+];
+$a->strings["Remove term"] = "删除关键字";
+$a->strings["Saved Searches"] = "保存的搜索";
+$a->strings["add"] = "添加";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "这个组中的消息不会被发送至这些接收者。";
+$a->strings["No such group"] = "没有这个组";
+$a->strings["Group: %s"] = "组:%s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "私人通信给这个人回被公开。";
+$a->strings["Invalid contact."] = "无效熟人。";
+$a->strings["Commented Order"] = "评论时间顺序";
+$a->strings["Sort by Comment Date"] = "按评论日期顺序排列";
+$a->strings["Posted Order"] = "发布时间顺序";
+$a->strings["Sort by Post Date"] = "按发布日期顺序排列";
+$a->strings["Posts that mention or involve you"] = "提及你或你参与的文章";
+$a->strings["New"] = "新";
+$a->strings["Activity Stream - by date"] = "活动流-按日期";
+$a->strings["Shared Links"] = "共享的链接";
+$a->strings["Interesting Links"] = "有意思的超链接";
+$a->strings["Starred"] = "被星";
+$a->strings["Favourite Posts"] = "最喜欢的文章";
+$a->strings["Personal Notes"] = "私人便条";
+$a->strings["No more system notifications."] = "没别系统通知。";
+$a->strings["Photo Albums"] = "相册";
+$a->strings["Recent Photos"] = "最近的照片";
+$a->strings["Upload New Photos"] = "上传新照片";
+$a->strings["everybody"] = "每人";
+$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["a photo"] = "一张照片";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s";
+$a->strings["Image exceeds size limit of %s"] = "";
+$a->strings["Image upload didn't complete, please try again"] = "";
+$a->strings["Image file is missing"] = "缺少图片文件";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "";
+$a->strings["Image file is empty."] = "图片文件空的。";
+$a->strings["Unable to process image."] = "处理不了图像.";
+$a->strings["Image upload failed."] = "图像上载失败了.";
+$a->strings["No photos selected"] = "没有照片挑选了";
+$a->strings["Access to this item is restricted."] = "这个项目使用权限的。";
+$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["Show to Groups"] = "给组表示";
+$a->strings["Show to Contacts"] = "给熟人表示";
+$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["Private Message"] = "私人的新闻";
+$a->strings["View Full Size"] = "看全尺寸";
+$a->strings["Tags: "] = "标签:";
+$a->strings["[Remove any tag]"] = "[删除任何标签]";
+$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["Do not rotate"] = "不要旋转";
+$a->strings["Rotate CW (right)"] = "顺时针地转动(左)";
+$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)";
+$a->strings["I like this (toggle)"] = "我喜欢这(交替)";
+$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)";
+$a->strings["This is you"] = "这是你";
+$a->strings["Comment"] = "评论";
+$a->strings["Map"] = "";
+$a->strings["View Album"] = "看照片册";
+$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["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["Only logged in users are permitted to perform a probing."] = "";
+$a->strings["Requested profile is not available."] = "要求的简介联系不上的。";
+$a->strings["%s's posts"] = "";
+$a->strings["%s's comments"] = "";
+$a->strings["%s's timeline"] = "";
+$a->strings["Tips for New Members"] = "新人建议";
+$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["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["Invalid profile identifier."] = "无限的简介标识符。";
+$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。";
+$a->strings["Visible To"] = "能见被";
+$a->strings["All Contacts (with secure profile access)"] = "所有熟人(跟安全地简介使用权)";
+$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["Registration successful."] = "注册成功。";
+$a->strings["Your registration can not be processed."] = "处理不了您的注册。";
+$a->strings["Your registration is pending approval by the site owner."] = "您的注册等网页主的批准。";
+$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["Note for the admin"] = "";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "给管理员留条消息,为什么你想加入这个节点";
+$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, real or real-looking): "] = "你的全名 (比如张三,真名或看起来是真名):";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "";
+$a->strings["New Password:"] = "新密码:";
+$a->strings["Leave empty for an auto generated password."] = "留空以使用自动生成的密码。";
+$a->strings["Confirm:"] = "确认:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@%s</strong>'."] = "";
+$a->strings["Choose a nickname: "] = "选择昵称:";
+$a->strings["Register"] = "注册";
+$a->strings["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器";
+$a->strings["Account approved."] = "账户已被批准。";
+$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册";
+$a->strings["Please login."] = "请登录。";
+$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["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。";
+$a->strings["Too Many Requests"] = "过多请求";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。";
+$a->strings["Items tagged with: %s"] = "";
+$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["Invalid 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["Edit"] = "编辑";
+$a->strings["Client key starts with"] = "客户钥匙头字是";
+$a->strings["No name"] = "无名";
+$a->strings["Remove authorization"] = "撤消权能";
+$a->strings["No Addon settings configured"] = "";
+$a->strings["Addon Settings"] = "";
+$a->strings["Additional Features"] = "附加特性";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["enabled"] = "能够做的";
+$a->strings["disabled"] = "已停用";
+$a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s";
+$a->strings["GNU Social (OStatus)"] = "";
+$a->strings["Email access is disabled on this site."] = "电子邮件访问在这个站上被禁用。";
+$a->strings["General Social Media Settings"] = "通用社交媒体设置";
+$a->strings["Disable intelligent shortening"] = "";
+$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "";
+$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "";
+$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "";
+$a->strings["Default group for OStatus contacts"] = "用于 OStatus 联系人的默认组";
+$a->strings["Your legacy GNU Social account"] = "";
+$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "";
+$a->strings["Repair OStatus subscriptions"] = "修复 OStatus 订阅";
+$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["%s - (Unsupported)"] = "";
+$a->strings["%s - (Experimental)"] = "";
+$a->strings["Display Settings"] = "表示设置";
+$a->strings["Display Theme:"] = "显示主题:";
+$a->strings["Mobile Theme:"] = "手机主题:";
+$a->strings["Suppress warning of insecure networks"] = "";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "";
+$a->strings["Update browser every xx seconds"] = "更新游览器每XX秒";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "至少 10 秒。输入 -1 禁用。";
+$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["Calendar"] = "日历";
+$a->strings["Beginning of week:"] = "一周的开始:";
+$a->strings["Don't show notices"] = "不显示提示";
+$a->strings["Infinite scroll"] = "无限的滚动";
+$a->strings["Automatic updates only at the top of the network page"] = "";
+$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "";
+$a->strings["Bandwith Saver Mode"] = "省流量模式";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。";
+$a->strings["Smart Threading"] = "";
+$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "";
+$a->strings["General Theme Settings"] = "通用主题设置";
+$a->strings["Custom Theme Settings"] = "自定义主题设置";
+$a->strings["Content Settings"] = "内容设置";
+$a->strings["Theme settings"] = "主题设置";
+$a->strings["Unable to find your profile. Please contact your admin."] = "";
+$a->strings["Account Types"] = "账户类型";
+$a->strings["Personal Page Subtypes"] = "";
+$a->strings["Community Forum Subtypes"] = "";
+$a->strings["Personal Page"] = "个人页面";
+$a->strings["Account for a personal profile."] = "";
+$a->strings["Organisation Page"] = "";
+$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "";
+$a->strings["News Page"] = "";
+$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "";
+$a->strings["Community Forum"] = "";
+$a->strings["Account for community discussions."] = "";
+$a->strings["Normal Account Page"] = "标准账户页面";
+$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "";
+$a->strings["Soapbox Page"] = "演讲台页";
+$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "";
+$a->strings["Public Forum"] = "";
+$a->strings["Automatically approves all contact requests."] = "";
+$a->strings["Automatic Friend Page"] = "自动朋友页";
+$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "";
+$a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]";
+$a->strings["Requires manual approval of contact requests."] = "";
+$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["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "";
+$a->strings["Publish your default profile in the global social directory?"] = "出版您默认简介在综合社会目录?";
+$a->strings["Your profile will be publishedin this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "藏起来  发现您的熟人/朋友单不让这个简介看着看?\n ";
+$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "";
+$a->strings["Hide your profile details from anonymous viewers?"] = "";
+$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "";
+$a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?";
+$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "";
+$a->strings["Allow friends to tag your posts?"] = "允许朋友们标签您的文章?";
+$a->strings["Your contacts can add additional tags to your posts."] = "";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "允许我们建议您潜力朋友给新成员?";
+$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "";
+$a->strings["Permit unknown people to send you private mail?"] = "允许生人寄给您私人邮件?";
+$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "";
+$a->strings["Profile is <strong>not published</strong>."] = "简介<strong>未发布</strong>。";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "你的身份地址是 <strong>'%s'</strong> 或者 '%s'.";
+$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["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["Your Language:"] = "你的语言:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "";
+$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["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["Activate desktop notifications"] = "启用桌面通知";
+$a->strings["Show desktop popup on new notifications"] = "在有新的提示时显示桌面弹出窗口";
+$a->strings["Text-only notification emails"] = "纯文本通知邮件";
+$a->strings["Send text only notification emails, without the html part"] = "发送纯文本通知邮件,无 html 部分";
+$a->strings["Show detailled notifications"] = "";
+$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "";
+$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["%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["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["Do you really want to delete this video?"] = "你真的想删除这个视频吗?";
+$a->strings["Delete Video"] = "删除视频";
+$a->strings["No videos selected"] = "没有视频被选择";
+$a->strings["Recent Videos"] = "最近的视频";
+$a->strings["Upload New Videos"] = "上传新视频";
+$a->strings["No contacts."] = "没有熟人。";
+$a->strings["Access denied."] = "没有用权。";
+$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["default"] = "默认";
+$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"] = "变化";
+$a->strings["Repeat the image"] = "";
+$a->strings["Will repeat your image to fill the background."] = "";
+$a->strings["Stretch"] = "";
+$a->strings["Will stretch to width/height of the image."] = "";
+$a->strings["Resize fill and-clip"] = "";
+$a->strings["Resize to fill and retain aspect ratio."] = "";
+$a->strings["Resize best fit"] = "";
+$a->strings["Resize to best fit and retain aspect ratio."] = "";
+$a->strings["Default"] = "";
+$a->strings["Note"] = "";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
+$a->strings["Select scheme"] = "选择方案";
+$a->strings["Navigation bar background color"] = "";
+$a->strings["Navigation bar icon color "] = "";
+$a->strings["Link color"] = "链接颜色";
+$a->strings["Set the background color"] = "设置背景色";
+$a->strings["Content background opacity"] = "";
+$a->strings["Set the background image"] = "设置北京图片";
+$a->strings["Login page background image"] = "";
+$a->strings["Login page background color"] = "";
+$a->strings["Leave background image and color empty for theme defaults"] = "";
+$a->strings["Guest"] = "";
+$a->strings["Visitor"] = "";
+$a->strings["Logout"] = "注销";
+$a->strings["End this session"] = "结束这段时间";
+$a->strings["Your posts and conversations"] = "你的消息和交谈";
+$a->strings["Your profile page"] = "你的简介页";
+$a->strings["Your photos"] = "你的照片";
+$a->strings["Videos"] = "视频";
+$a->strings["Your videos"] = "你的视频";
+$a->strings["Your events"] = "你的项目";
+$a->strings["Conversations from your friends"] = "来自你的朋友们的交谈";
+$a->strings["Events and Calendar"] = "事件和日历";
+$a->strings["Private mail"] = "私人的邮件";
+$a->strings["Account settings"] = "帐户设置";
+$a->strings["Manage/edit friends and contacts"] = "管理/编辑朋友和联系人";
+$a->strings["Alignment"] = "对齐";
+$a->strings["Left"] = "左边";
+$a->strings["Center"] = "中间";
+$a->strings["Color scheme"] = "色彩方案";
+$a->strings["Posts font size"] = "文章";
+$a->strings["Textareas font size"] = "文本区字体大小";
+$a->strings["Comma separated list of helper forums"] = "";
+$a->strings["Set style"] = "选择款式";
+$a->strings["Community Pages"] = "社会页";
+$a->strings["Community Profiles"] = "社会简介";
+$a->strings["Help or @NewHere ?"] = "帮助或@菜鸟?";
+$a->strings["Connect Services"] = "连接服务";
+$a->strings["Find Friends"] = "找朋友们";
+$a->strings["Last users"] = "上次用户";
+$a->strings["Local Directory"] = "当地目录";
+$a->strings["Similar Interests"] = "相似兴趣";
+$a->strings["Invite Friends"] = "邀请朋友们";
+$a->strings["External link to forum"] = "到论坛的外链";
+$a->strings["Quick Start"] = "快速入门";
+$a->strings["System"] = "系统";
+$a->strings["Home"] = "主页";
+$a->strings["Introductions"] = "介绍";
+$a->strings["%s commented on %s's post"] = "%s 在 %s 的文章发表了评论";
+$a->strings["%s created a new post"] = "%s 创建了一个新文章";
+$a->strings["%s liked %s's post"] = "%s喜欢了%s的消息";
+$a->strings["%s disliked %s's post"] = "%s不喜欢了%s的消息";
+$a->strings["%s is attending %s's event"] = "%s 正在参加 %s 的事件";
+$a->strings["%s is not attending %s's event"] = "%s 不在参加 %s 的事件";
+$a->strings["%s may attend %s's event"] = "%s 可以参加 %s 的事件";
+$a->strings["%s is now friends with %s"] = "%s成为%s的朋友";
+$a->strings["Friend Suggestion"] = "朋友建议";
+$a->strings["Friend/Connect Request"] = "友谊/联络要求";
+$a->strings["New Follower"] = "新关注者";
+$a->strings["Error decoding account file"] = "解码账户文件出错误";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "错误!文件没有版本数!这不是Friendica账户文件吗?";
+$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"] = [
+       0 => "%d 个联系人没导入",
+];
+$a->strings["Done. You can now login with your username and password"] = "完成。你现在可以用你的用户名和密码登录";
+$a->strings["Birthday:"] = "生日:";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD 或 MM-DD";
+$a->strings["never"] = "从未";
+$a->strings["less than a second ago"] = "一秒以内";
+$a->strings["year"] = "年";
+$a->strings["years"] = "年";
+$a->strings["months"] = "月";
+$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["view full size"] = "看全尺寸";
+$a->strings["Image/photo"] = "图像/照片";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$a->strings["$1 wrote:"] = "$1写:";
+$a->strings["Encrypted content"] = "加密的内容";
+$a->strings["Invalid source protocol"] = "无效的源协议";
+$a->strings["Invalid link protocol"] = "无效的连接协议";
+$a->strings["Frequently"] = "时常";
+$a->strings["Hourly"] = "每小时";
+$a->strings["Twice daily"] = "每日两次";
+$a->strings["Daily"] = "每日";
+$a->strings["Weekly"] = "每周";
+$a->strings["Monthly"] = "每月";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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["GNU Social Connector"] = "GNU Social 连接器";
+$a->strings["pnut"] = "";
+$a->strings["App.net"] = "";
+$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["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["Nothing new here"] = "这里没有什么新的";
+$a->strings["Clear notifications"] = "清理出通知";
+$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["Community"] = "社会";
+$a->strings["Conversations on this and other servers"] = "";
+$a->strings["Directory"] = "名录";
+$a->strings["People directory"] = "人物名录";
+$a->strings["Information about this friendica instance"] = "资料关于这个Friendica服务器";
+$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["Inbox"] = "收件箱";
+$a->strings["Outbox"] = "发件箱";
+$a->strings["Manage"] = "管理";
+$a->strings["Manage other pages"] = "管理别的页";
+$a->strings["Profiles"] = "简介";
+$a->strings["Manage/Edit Profiles"] = "管理/编辑简介";
+$a->strings["Site setup and configuration"] = "网站开办和配置";
+$a->strings["Navigation"] = "导航";
+$a->strings["Site map"] = "网站地图";
+$a->strings["General Features"] = "通用特性";
+$a->strings["Multiple Profiles"] = "多简介";
+$a->strings["Ability to create multiple profiles"] = "能穿凿多简介";
+$a->strings["Photo Location"] = "照片地点";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "";
+$a->strings["Export Public Calendar"] = "导出公共日历";
+$a->strings["Ability for visitors to download the public calendar"] = "";
+$a->strings["Post Composition Features"] = "文章编写特性";
+$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 forum page is selected/deselected in ACL window."] = "";
+$a->strings["Network Sidebar Widgets"] = "网络工具栏小窗口";
+$a->strings["Search by Date"] = "按日期搜索";
+$a->strings["Ability to select posts by date ranges"] = "能按时期范围选择文章";
+$a->strings["List Forums"] = "";
+$a->strings["Enable widget to display the forums your are connected with"] = "";
+$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["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["Advanced Profile Settings"] = "";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "";
+$a->strings["Tag Cloud"] = "";
+$a->strings["Provide a personal tag cloud on your profile page"] = "";
+$a->strings["Display Membership Date"] = "";
+$a->strings["Display membership date in profile"] = "";
+$a->strings["Embedding disabled"] = "嵌入已停用";
+$a->strings["Embedded content"] = "嵌入内容";
+$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"] = [
+       0 => "%d邀请可用的",
+];
+$a->strings["Find People"] = "找人物";
+$a->strings["Enter name or interest"] = "输入名字或兴趣";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "比如:李某,打鱼";
+$a->strings["Random Profile"] = "随机简介";
+$a->strings["View Global Directory"] = "查看全球目录";
+$a->strings["Networks"] = "网络";
+$a->strings["All Networks"] = "所有网络";
+$a->strings["Everything"] = "一切";
+$a->strings["Categories"] = "种类";
+$a->strings["%d contact in common"] = [
+       0 => "%d共同熟人",
+];
+$a->strings["There are no tables on MyISAM."] = "";
+$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\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]"] = "错误消息是\n[pre]%s[/pre]";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\n在数据库更新的时候发生了错误 %d\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "操作数据库更改的时候遇到了错误:";
+$a->strings[": Database update"] = ": 数据库升级";
+$a->strings["%s: updating %s table."] = "%s: 正在更新 %s 表。";
+$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["Contacts not in any group"] = "不在任何组的联系人";
+$a->strings["Create a new group"] = "创建新组";
+$a->strings["Edit groups"] = "编辑组";
+$a->strings["Drop Contact"] = "删除熟人";
+$a->strings["Organisation"] = "组织";
+$a->strings["News"] = "新闻";
+$a->strings["Forum"] = "论坛";
+$a->strings["Connect URL missing."] = "连接URL失踪的。";
+$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "";
+$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["%s's birthday"] = "%s的生日";
+$a->strings["Happy Birthday %s"] = "生日快乐%s";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s 正在参加 %2\$s 的 %3\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s 不在参加 %2\$s 的 %3\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s 可以参加 %2\$s 的 %3\$s";
+$a->strings["[no subject]"] = "[无题目]";
+$a->strings["Requested account is not available."] = "要求的账户不可用。";
+$a->strings["Edit profile"] = "修改简介";
+$a->strings["Atom feed"] = "";
+$a->strings["Manage/edit profiles"] = "管理/修改简介";
+$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["Member since:"] = "";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "年纪:";
+$a->strings["for %1\$d %2\$s"] = "为%1\$d %2\$s";
+$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["Forums:"] = "";
+$a->strings["Only You Can See This"] = "只有你可以看这个";
+$a->strings["Login failed"] = "登录失败";
+$a->strings["Not enough information to authenticate"] = "";
+$a->strings["An invitation is required."] = "需要邀请。";
+$a->strings["Invitation could not be verified."] = "不能验证邀请。";
+$a->strings["Invalid OpenID url"] = "无效的OpenID url";
+$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["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 _."] = "";
+$a->strings["Nickname is already registered. 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["An error occurred creating your self contact. Please try again."] = "";
+$a->strings["An error occurred creating your default contact group. Please try again."] = "";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "";
+$a->strings["Registration at %s"] = "在 %s 的注册";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "";
+$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$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\n\t\t\tThank you and welcome to %2\$s."] = "";
+$a->strings["%s\\'s birthday"] = "%s的生日";
+$a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络";
+$a->strings["Attachments:"] = "附件:";
+$a->strings["%s is now following %s."] = "%s 正在关注 %s.";
+$a->strings["following"] = "关注";
+$a->strings["%s stopped following %s."] = "%s 停止关注了 %s.";
+$a->strings["stopped following"] = "结束关注了";
+$a->strings["(no subject)"] = "(无主题)";
+$a->strings["Create a New Account"] = "创建新的账户";
+$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["Logged out."] = "已注销。";
+$a->strings["This entry was edited"] = "这个条目被编辑了";
+$a->strings["save to folder"] = "保存在文件夹";
+$a->strings["I will attend"] = "我将会参加";
+$a->strings["I will not attend"] = "我将不会参加";
+$a->strings["I might attend"] = "我可能会参加";
+$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["add tag"] = "加标签";
+$a->strings["like"] = "喜欢";
+$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"] = [
+       0 => "%d评论",
+];
+$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["Delete this item?"] = "删除这个项目?";
+$a->strings["show fewer"] = "显示更小";
+$a->strings["toggle mobile"] = "交替手机";
+$a->strings["Update %s failed. See error logs."] = "更新%s美通过。看错误记录。";