]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #3534 from AndyHee/20170609-User_settings
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 9 Jun 2017 10:39:50 +0000 (12:39 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 10:39:50 +0000 (12:39 +0200)
Better input hints, user settings, account types

mod/settings.php
util/messages.po

index e4ac9f04596671517fde7ca6e5ba94a6ec209a2c..2707565abf73bd696e9d7ffd18d30e749a7c0b8c 100644 (file)
@@ -1118,39 +1118,39 @@ function settings_content(App $a) {
                '$type_community'       => ACCOUNT_TYPE_COMMUNITY,
 
                '$account_person'       => array('account-type', t('Personal Page'), ACCOUNT_TYPE_PERSON,
-                                                                       t('This account is a regular personal profile'),
+                                                                       t('Account for a personal profile.'),
                                                                        ($a->user['account-type'] == ACCOUNT_TYPE_PERSON)),
 
                '$account_organisation' => array('account-type', t('Organisation Page'), ACCOUNT_TYPE_ORGANISATION,
-                                                                       t('This account is a profile for an organisation'),
+                                                                       t('Account for an organisation that automatically approves contact requests as "Followers".'),
                                                                        ($a->user['account-type'] == ACCOUNT_TYPE_ORGANISATION)),
 
                '$account_news'         => array('account-type', t('News Page'), ACCOUNT_TYPE_NEWS,
-                                                                       t('This account is a news account/reflector'),
+                                                                       t('Account for a news reflector that automatically approves contact requests as "Followers".'),
                                                                        ($a->user['account-type'] == ACCOUNT_TYPE_NEWS)),
 
                '$account_community'    => array('account-type', t('Community Forum'), ACCOUNT_TYPE_COMMUNITY,
-                                                                       t('This account is a community forum where people can discuss with each other'),
+                                                                       t('Account for community discussions.'),
                                                                        ($a->user['account-type'] == ACCOUNT_TYPE_COMMUNITY)),
 
                '$page_normal'          => array('page-flags', t('Normal Account Page'), PAGE_NORMAL,
-                                                                       t('This account is a normal personal profile'),
+                                                                       t('Account for a regular personal profile that requires manual approval of "Friends" and "Followers".'),
                                                                        ($a->user['page-flags'] == PAGE_NORMAL)),
 
                '$page_soapbox'         => array('page-flags', t('Soapbox Page'), PAGE_SOAPBOX,
-                                                                       t('Automatically approve all connection/friend requests as read-only fans'),
+                                                                       t('Account for a public profile that automatically approves contact requests as "Followers".'),
                                                                        ($a->user['page-flags'] == PAGE_SOAPBOX)),
 
                '$page_community'       => array('page-flags', t('Public Forum'), PAGE_COMMUNITY,
-                                                                       t('Automatically approve all contact requests'),
+                                                                       t('Automatically approves all contact requests.'),
                                                                        ($a->user['page-flags'] == PAGE_COMMUNITY)),
 
                '$page_freelove'        => array('page-flags', t('Automatic Friend Page'), PAGE_FREELOVE,
-                                                                       t('Automatically approve all connection/friend requests as friends'),
+                                                                       t('Account for a popular profile that automatically approves contact requests as "Friends".'),
                                                                        ($a->user['page-flags'] == PAGE_FREELOVE)),
 
                '$page_prvgroup'        => array('page-flags', t('Private Forum [Experimental]'), PAGE_PRVGROUP,
-                                                                       t('Private forum - approved members only'),
+                                                                       t('Requires manual approval of contact requests.'),
                                                                        ($a->user['page-flags'] == PAGE_PRVGROUP)),
 
 
index 9f845714e6350426bf1d248d279c5f1cc1e6a0d2..ba987ec953dd0170de5a6729549d264207569d02 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-28 11:09+0200\n"
+"POT-Creation-Date: 2017-06-09 16:42+0700\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"
@@ -383,95 +383,20 @@ msgid "add"
 msgstr ""
 
 #: include/ForumManager.php:116 include/text.php:1094 include/nav.php:133
-#: view/theme/vier/theme.php:256
+#: view/theme/vier/theme.php:248
 msgid "Forums"
 msgstr ""
 
-#: include/ForumManager.php:118 view/theme/vier/theme.php:258
+#: include/ForumManager.php:118 view/theme/vier/theme.php:250
 msgid "External link to forum"
 msgstr ""
 
 #: include/ForumManager.php:121 include/contact_widgets.php:271
 #: include/items.php:2432 mod/content.php:625 object/Item.php:417
-#: view/theme/vier/theme.php:261 src/App.php:506
+#: view/theme/vier/theme.php:253 src/App.php:506
 msgid "show more"
 msgstr ""
 
-#: include/NotificationsManager.php:153
-msgid "System"
-msgstr ""
-
-#: include/NotificationsManager.php:160 include/nav.php:160 mod/admin.php:518
-#: view/theme/frio/theme.php:255
-msgid "Network"
-msgstr ""
-
-#: include/NotificationsManager.php:167 mod/network.php:835
-#: mod/profiles.php:699
-msgid "Personal"
-msgstr ""
-
-#: include/NotificationsManager.php:174 include/nav.php:107
-#: include/nav.php:163
-msgid "Home"
-msgstr ""
-
-#: include/NotificationsManager.php:181 include/nav.php:168
-msgid "Introductions"
-msgstr ""
-
-#: include/NotificationsManager.php:239 include/NotificationsManager.php:251
-#, php-format
-msgid "%s commented on %s's post"
-msgstr ""
-
-#: include/NotificationsManager.php:250
-#, php-format
-msgid "%s created a new post"
-msgstr ""
-
-#: include/NotificationsManager.php:265
-#, php-format
-msgid "%s liked %s's post"
-msgstr ""
-
-#: include/NotificationsManager.php:278
-#, php-format
-msgid "%s disliked %s's post"
-msgstr ""
-
-#: include/NotificationsManager.php:291
-#, php-format
-msgid "%s is attending %s's event"
-msgstr ""
-
-#: include/NotificationsManager.php:304
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr ""
-
-#: include/NotificationsManager.php:317
-#, php-format
-msgid "%s may attend %s's event"
-msgstr ""
-
-#: include/NotificationsManager.php:334
-#, php-format
-msgid "%s is now friends with %s"
-msgstr ""
-
-#: include/NotificationsManager.php:770
-msgid "Friend Suggestion"
-msgstr ""
-
-#: include/NotificationsManager.php:803
-msgid "Friend/Connect Request"
-msgstr ""
-
-#: include/NotificationsManager.php:803
-msgid "New Follower"
-msgstr ""
-
 #: include/acl_selectors.php:355
 msgid "Post to Email"
 msgstr ""
@@ -600,11 +525,11 @@ msgid "Find"
 msgstr ""
 
 #: include/contact_widgets.php:37 mod/suggest.php:116
-#: view/theme/vier/theme.php:203
+#: view/theme/vier/theme.php:195
 msgid "Friend Suggestions"
 msgstr ""
 
-#: include/contact_widgets.php:38 view/theme/vier/theme.php:202
+#: include/contact_widgets.php:38 view/theme/vier/theme.php:194
 msgid "Similar Interests"
 msgstr ""
 
@@ -612,7 +537,7 @@ msgstr ""
 msgid "Random Profile"
 msgstr ""
 
-#: include/contact_widgets.php:40 view/theme/vier/theme.php:204
+#: include/contact_widgets.php:40 view/theme/vier/theme.php:196
 msgid "Invite Friends"
 msgstr ""
 
@@ -742,8 +667,8 @@ msgid "Select"
 msgstr ""
 
 #: include/conversation.php:749 mod/content.php:455 mod/content.php:761
-#: mod/photos.php:1731 mod/admin.php:1514 mod/contacts.php:819
-#: mod/contacts.php:1018 mod/settings.php:745 object/Item.php:138
+#: mod/photos.php:1731 mod/contacts.php:819 mod/contacts.php:1018
+#: mod/admin.php:1514 mod/settings.php:745 object/Item.php:138
 msgid "Delete"
 msgstr ""
 
@@ -927,8 +852,7 @@ msgstr ""
 msgid "Tag term:"
 msgstr ""
 
-#: include/conversation.php:1229 include/conversation.php:1245
-#: mod/filer.php:31
+#: include/conversation.php:1229 include/conversation.php:1245 mod/filer.php:31
 msgid "Save to Folder:"
 msgstr ""
 
@@ -1030,8 +954,8 @@ msgstr ""
 
 #: include/conversation.php:1318 include/items.php:2165 mod/editpost.php:140
 #: mod/fbrowser.php:102 mod/fbrowser.php:137 mod/follow.php:126
-#: mod/message.php:211 mod/photos.php:247 mod/photos.php:339
-#: mod/suggest.php:34 mod/tagrm.php:13 mod/tagrm.php:98 mod/videos.php:134
+#: mod/message.php:211 mod/photos.php:247 mod/photos.php:339 mod/suggest.php:34
+#: mod/tagrm.php:13 mod/tagrm.php:98 mod/videos.php:134
 #: mod/dfrn_request.php:894 mod/contacts.php:458 mod/settings.php:683
 #: mod/settings.php:709
 msgid "Cancel"
@@ -1535,8 +1459,7 @@ msgstr ""
 msgid "Search"
 msgstr ""
 
-#: include/text.php:1082 mod/editpost.php:101 mod/filer.php:32
-#: mod/notes.php:64
+#: include/text.php:1082 mod/editpost.php:101 mod/filer.php:32 mod/notes.php:64
 msgid "Save"
 msgstr ""
 
@@ -1725,22 +1648,6 @@ msgstr ""
 msgid "Item filed"
 msgstr ""
 
-#: include/Contact.php:437
-msgid "Drop Contact"
-msgstr ""
-
-#: include/Contact.php:819
-msgid "Organisation"
-msgstr ""
-
-#: include/Contact.php:822
-msgid "News"
-msgstr ""
-
-#: include/Contact.php:825
-msgid "Forum"
-msgstr ""
-
 #: include/bbcode.php:419 include/bbcode.php:1178 include/bbcode.php:1179
 msgid "Image/photo"
 msgstr ""
@@ -1766,6 +1673,22 @@ msgstr ""
 msgid "Invalid link protocol"
 msgstr ""
 
+#: include/Contact.php:437
+msgid "Drop Contact"
+msgstr ""
+
+#: include/Contact.php:819
+msgid "Organisation"
+msgstr ""
+
+#: include/Contact.php:822
+msgid "News"
+msgstr ""
+
+#: include/Contact.php:825
+msgid "Forum"
+msgstr ""
+
 #: include/enotify.php:27
 msgid "Friendica Notification"
 msgstr ""
@@ -2076,7 +1999,7 @@ msgstr ""
 msgid "Clear notifications"
 msgstr ""
 
-#: include/nav.php:80 view/theme/frio/theme.php:245 boot.php:862
+#: include/nav.php:80 view/theme/frio/theme.php:245 boot.php:869
 msgid "Logout"
 msgstr ""
 
@@ -2139,7 +2062,7 @@ msgstr ""
 msgid "Your personal notes"
 msgstr ""
 
-#: include/nav.php:97 mod/bookmarklet.php:14 boot.php:863
+#: include/nav.php:97 mod/bookmarklet.php:14 boot.php:870
 msgid "Login"
 msgstr ""
 
@@ -2147,11 +2070,15 @@ msgstr ""
 msgid "Sign in"
 msgstr ""
 
+#: include/nav.php:107 include/nav.php:163 include/NotificationsManager.php:176
+msgid "Home"
+msgstr ""
+
 #: include/nav.php:107
 msgid "Home Page"
 msgstr ""
 
-#: include/nav.php:111 mod/register.php:291 boot.php:839
+#: include/nav.php:111 mod/register.php:291 boot.php:846
 msgid "Register"
 msgstr ""
 
@@ -2159,7 +2086,7 @@ msgstr ""
 msgid "Create an account"
 msgstr ""
 
-#: include/nav.php:117 mod/help.php:50 view/theme/vier/theme.php:299
+#: include/nav.php:117 mod/help.php:50 view/theme/vier/theme.php:291
 msgid "Help"
 msgstr ""
 
@@ -2212,6 +2139,11 @@ msgstr ""
 msgid "Information about this friendica instance"
 msgstr ""
 
+#: include/nav.php:160 include/NotificationsManager.php:162 mod/admin.php:518
+#: view/theme/frio/theme.php:255
+msgid "Network"
+msgstr ""
+
 #: include/nav.php:160 view/theme/frio/theme.php:255
 msgid "Conversations from your friends"
 msgstr ""
@@ -2224,6 +2156,10 @@ msgstr ""
 msgid "Load Network page with no filters"
 msgstr ""
 
+#: include/nav.php:168 include/NotificationsManager.php:183
+msgid "Introductions"
+msgstr ""
+
 #: include/nav.php:168
 msgid "Friend Requests"
 msgstr ""
@@ -2444,11 +2380,11 @@ msgid "Friends"
 msgstr ""
 
 #: include/user.php:306 include/user.php:314 include/user.php:322
-#: include/api.php:3697 mod/photos.php:73 mod/photos.php:189
-#: mod/photos.php:776 mod/photos.php:1258 mod/photos.php:1279
-#: mod/photos.php:1865 mod/profile_photo.php:74 mod/profile_photo.php:82
-#: mod/profile_photo.php:90 mod/profile_photo.php:214
-#: mod/profile_photo.php:309 mod/profile_photo.php:319
+#: include/api.php:3702 mod/photos.php:73 mod/photos.php:189 mod/photos.php:776
+#: mod/photos.php:1258 mod/photos.php:1279 mod/photos.php:1865
+#: mod/profile_photo.php:74 mod/profile_photo.php:82 mod/profile_photo.php:90
+#: mod/profile_photo.php:214 mod/profile_photo.php:309
+#: mod/profile_photo.php:319
 msgid "Profile Photos"
 msgstr ""
 
@@ -2516,596 +2452,656 @@ msgstr ""
 msgid "Registration details for %s"
 msgstr ""
 
-#: include/api.php:1102
+#: include/dba_pdo.php:76 include/dba.php:57
 #, php-format
-msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgid "Cannot locate DNS info for database server '%s'"
 msgstr ""
 
-#: include/api.php:1123
-#, php-format
-msgid "Weekly posting limit of %d posts reached. The post was rejected."
+#: include/plugin.php:532 include/plugin.php:534
+msgid "Click here to upgrade."
 msgstr ""
 
-#: include/api.php:1144
-#, php-format
-msgid "Monthly posting limit of %d posts reached. The post was rejected."
+#: include/plugin.php:541
+msgid "This action exceeds the limits set by your subscription plan."
 msgstr ""
 
-#: include/dba.php:57 include/dba_pdo.php:75
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
+#: include/plugin.php:546
+msgid "This action is not available under your subscription plan."
 msgstr ""
 
-#: include/dbstructure.php:25
-msgid "There are no tables on MyISAM."
+#: include/profile_selectors.php:6
+msgid "Male"
 msgstr ""
 
-#: include/dbstructure.php:66
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\tfriendica developer if you can not help me on your own. My database "
-"might be invalid."
+#: include/profile_selectors.php:6
+msgid "Female"
 msgstr ""
 
-#: include/dbstructure.php:71
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
+#: include/profile_selectors.php:6
+msgid "Currently Male"
 msgstr ""
 
-#: include/dbstructure.php:195
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
+#: include/profile_selectors.php:6
+msgid "Currently Female"
 msgstr ""
 
-#: include/dbstructure.php:198
-msgid "Errors encountered performing database changes: "
+#: include/profile_selectors.php:6
+msgid "Mostly Male"
 msgstr ""
 
-#: include/dbstructure.php:206
-msgid ": Database update"
+#: include/profile_selectors.php:6
+msgid "Mostly Female"
 msgstr ""
 
-#: include/dbstructure.php:438
-#, php-format
-msgid "%s: updating %s table."
+#: include/profile_selectors.php:6
+msgid "Transgender"
 msgstr ""
 
-#: include/diaspora.php:2214
-msgid "Sharing notification from Diaspora network"
+#: include/profile_selectors.php:6
+msgid "Intersex"
 msgstr ""
 
-#: include/diaspora.php:3234
-msgid "Attachments:"
+#: include/profile_selectors.php:6
+msgid "Transsexual"
 msgstr ""
 
-#: include/identity.php:45
-msgid "Requested account is not available."
+#: include/profile_selectors.php:6
+msgid "Hermaphrodite"
 msgstr ""
 
-#: include/identity.php:54 mod/profile.php:22
-msgid "Requested profile is not available."
+#: include/profile_selectors.php:6
+msgid "Neuter"
 msgstr ""
 
-#: include/identity.php:98 include/identity.php:325 include/identity.php:755
-msgid "Edit profile"
+#: include/profile_selectors.php:6
+msgid "Non-specific"
 msgstr ""
 
-#: include/identity.php:265
-msgid "Atom feed"
+#: include/profile_selectors.php:6
+msgid "Other"
 msgstr ""
 
-#: include/identity.php:296
-msgid "Manage/edit profiles"
+#: include/profile_selectors.php:23
+msgid "Males"
 msgstr ""
 
-#: include/identity.php:301 include/identity.php:327 mod/profiles.php:790
-msgid "Change profile photo"
+#: include/profile_selectors.php:23
+msgid "Females"
 msgstr ""
 
-#: include/identity.php:302 mod/profiles.php:791
-msgid "Create New Profile"
+#: include/profile_selectors.php:23
+msgid "Gay"
 msgstr ""
 
-#: include/identity.php:312 mod/profiles.php:780
-msgid "Profile Image"
+#: include/profile_selectors.php:23
+msgid "Lesbian"
 msgstr ""
 
-#: include/identity.php:315 mod/profiles.php:782
-msgid "visible to everybody"
+#: include/profile_selectors.php:23
+msgid "No Preference"
 msgstr ""
 
-#: include/identity.php:316 mod/profiles.php:687 mod/profiles.php:783
-msgid "Edit visibility"
+#: include/profile_selectors.php:23
+msgid "Bisexual"
 msgstr ""
 
-#: include/identity.php:344 include/identity.php:644 mod/directory.php:137
-#: mod/notifications.php:252
-msgid "Gender:"
+#: include/profile_selectors.php:23
+msgid "Autosexual"
 msgstr ""
 
-#: include/identity.php:347 include/identity.php:665 mod/directory.php:139
-msgid "Status:"
+#: include/profile_selectors.php:23
+msgid "Abstinent"
 msgstr ""
 
-#: include/identity.php:349 include/identity.php:682 mod/directory.php:141
-msgid "Homepage:"
+#: include/profile_selectors.php:23
+msgid "Virgin"
 msgstr ""
 
-#: include/identity.php:351 include/identity.php:702 mod/directory.php:143
-#: mod/notifications.php:248 mod/contacts.php:643
-msgid "About:"
+#: include/profile_selectors.php:23
+msgid "Deviant"
 msgstr ""
 
-#: include/identity.php:353 mod/contacts.php:641
-msgid "XMPP:"
+#: include/profile_selectors.php:23
+msgid "Fetish"
 msgstr ""
 
-#: include/identity.php:439 mod/notifications.php:260 mod/contacts.php:58
-msgid "Network:"
+#: include/profile_selectors.php:23
+msgid "Oodles"
 msgstr ""
 
-#: include/identity.php:468 include/identity.php:558
-msgid "g A l F d"
+#: include/profile_selectors.php:23
+msgid "Nonsexual"
 msgstr ""
 
-#: include/identity.php:469 include/identity.php:559
-msgid "F d"
+#: include/profile_selectors.php:42
+msgid "Single"
 msgstr ""
 
-#: include/identity.php:520 include/identity.php:609
-msgid "[today]"
+#: include/profile_selectors.php:42
+msgid "Lonely"
 msgstr ""
 
-#: include/identity.php:532
-msgid "Birthday Reminders"
+#: include/profile_selectors.php:42
+msgid "Available"
 msgstr ""
 
-#: include/identity.php:533
-msgid "Birthdays this week:"
+#: include/profile_selectors.php:42
+msgid "Unavailable"
 msgstr ""
 
-#: include/identity.php:595
-msgid "[No description]"
+#: include/profile_selectors.php:42
+msgid "Has crush"
 msgstr ""
 
-#: include/identity.php:620
-msgid "Event Reminders"
+#: include/profile_selectors.php:42
+msgid "Infatuated"
 msgstr ""
 
-#: include/identity.php:621
-msgid "Events this week:"
+#: include/profile_selectors.php:42
+msgid "Dating"
 msgstr ""
 
-#: include/identity.php:641 mod/settings.php:1287
-msgid "Full Name:"
+#: include/profile_selectors.php:42
+msgid "Unfaithful"
 msgstr ""
 
-#: include/identity.php:648
-msgid "j F, Y"
+#: include/profile_selectors.php:42
+msgid "Sex Addict"
 msgstr ""
 
-#: include/identity.php:649
-msgid "j F"
+#: include/profile_selectors.php:42
+msgid "Friends/Benefits"
 msgstr ""
 
-#: include/identity.php:661
-msgid "Age:"
+#: include/profile_selectors.php:42
+msgid "Casual"
 msgstr ""
 
-#: include/identity.php:674
-#, php-format
-msgid "for %1$d %2$s"
+#: include/profile_selectors.php:42
+msgid "Engaged"
 msgstr ""
 
-#: include/identity.php:678 mod/profiles.php:706
-msgid "Sexual Preference:"
+#: include/profile_selectors.php:42
+msgid "Married"
 msgstr ""
 
-#: include/identity.php:686 mod/profiles.php:733
-msgid "Hometown:"
+#: include/profile_selectors.php:42
+msgid "Imaginarily married"
 msgstr ""
 
-#: include/identity.php:690 mod/follow.php:139 mod/notifications.php:250
-#: mod/contacts.php:645
-msgid "Tags:"
+#: include/profile_selectors.php:42
+msgid "Partners"
 msgstr ""
 
-#: include/identity.php:694 mod/profiles.php:734
-msgid "Political Views:"
+#: include/profile_selectors.php:42
+msgid "Cohabiting"
 msgstr ""
 
-#: include/identity.php:698
-msgid "Religion:"
+#: include/profile_selectors.php:42
+msgid "Common law"
 msgstr ""
 
-#: include/identity.php:706
-msgid "Hobbies/Interests:"
+#: include/profile_selectors.php:42
+msgid "Happy"
 msgstr ""
 
-#: include/identity.php:710 mod/profiles.php:738
-msgid "Likes:"
+#: include/profile_selectors.php:42
+msgid "Not looking"
 msgstr ""
 
-#: include/identity.php:714 mod/profiles.php:739
-msgid "Dislikes:"
+#: include/profile_selectors.php:42
+msgid "Swinger"
 msgstr ""
 
-#: include/identity.php:718
-msgid "Contact information and Social Networks:"
+#: include/profile_selectors.php:42
+msgid "Betrayed"
 msgstr ""
 
-#: include/identity.php:722
-msgid "Musical interests:"
+#: include/profile_selectors.php:42
+msgid "Separated"
 msgstr ""
 
-#: include/identity.php:726
-msgid "Books, literature:"
+#: include/profile_selectors.php:42
+msgid "Unstable"
 msgstr ""
 
-#: include/identity.php:730
-msgid "Television:"
+#: include/profile_selectors.php:42
+msgid "Divorced"
 msgstr ""
 
-#: include/identity.php:734
-msgid "Film/dance/culture/entertainment:"
+#: include/profile_selectors.php:42
+msgid "Imaginarily divorced"
 msgstr ""
 
-#: include/identity.php:738
-msgid "Love/Romance:"
+#: include/profile_selectors.php:42
+msgid "Widowed"
 msgstr ""
 
-#: include/identity.php:742
-msgid "Work/employment:"
+#: include/profile_selectors.php:42
+msgid "Uncertain"
 msgstr ""
 
-#: include/identity.php:746
-msgid "School/education:"
+#: include/profile_selectors.php:42
+msgid "It's complicated"
 msgstr ""
 
-#: include/identity.php:751
-msgid "Forums:"
+#: include/profile_selectors.php:42
+msgid "Don't care"
 msgstr ""
 
-#: include/identity.php:760 mod/events.php:509
-msgid "Basic"
+#: include/profile_selectors.php:42
+msgid "Ask me"
 msgstr ""
 
-#: include/identity.php:761 mod/events.php:510 mod/admin.php:1065
-#: mod/contacts.php:881
-msgid "Advanced"
+#: include/NotificationsManager.php:155
+msgid "System"
 msgstr ""
 
-#: include/identity.php:787 mod/follow.php:147 mod/contacts.php:847
-msgid "Status Messages and Posts"
+#: include/NotificationsManager.php:169 mod/network.php:835
+#: mod/profiles.php:699
+msgid "Personal"
 msgstr ""
 
-#: include/identity.php:795 mod/contacts.php:855
-msgid "Profile Details"
+#: include/NotificationsManager.php:241 include/NotificationsManager.php:253
+#, php-format
+msgid "%s commented on %s's post"
 msgstr ""
 
-#: include/identity.php:803 mod/photos.php:95
-msgid "Photo Albums"
+#: include/NotificationsManager.php:252
+#, php-format
+msgid "%s created a new post"
 msgstr ""
 
-#: include/identity.php:842 mod/notes.php:49
-msgid "Personal Notes"
+#: include/NotificationsManager.php:267
+#, php-format
+msgid "%s liked %s's post"
 msgstr ""
 
-#: include/identity.php:845
-msgid "Only You Can See This"
+#: include/NotificationsManager.php:280
+#, php-format
+msgid "%s disliked %s's post"
 msgstr ""
 
-#: include/items.php:1736 mod/dfrn_confirm.php:738 mod/dfrn_request.php:759
-msgid "[Name Withheld]"
+#: include/NotificationsManager.php:293
+#, php-format
+msgid "%s is attending %s's event"
 msgstr ""
 
-#: include/items.php:2121 mod/display.php:105 mod/display.php:280
-#: mod/display.php:485 mod/notice.php:17 mod/viewsrc.php:16 mod/admin.php:248
-#: mod/admin.php:1571 mod/admin.php:1822
-msgid "Item not found."
+#: include/NotificationsManager.php:306
+#, php-format
+msgid "%s is not attending %s's event"
 msgstr ""
 
-#: include/items.php:2160
-msgid "Do you really want to delete this item?"
+#: include/NotificationsManager.php:319
+#, php-format
+msgid "%s may attend %s's event"
 msgstr ""
 
-#: include/items.php:2162 mod/api.php:107 mod/follow.php:115
-#: mod/message.php:208 mod/register.php:247 mod/suggest.php:31
-#: mod/dfrn_request.php:880 mod/contacts.php:455 mod/profiles.php:643
-#: mod/profiles.php:646 mod/profiles.php:673 mod/settings.php:1172
-#: mod/settings.php:1178 mod/settings.php:1185 mod/settings.php:1189
-#: mod/settings.php:1194 mod/settings.php:1199 mod/settings.php:1204
-#: mod/settings.php:1209 mod/settings.php:1235 mod/settings.php:1236
-#: mod/settings.php:1237 mod/settings.php:1238 mod/settings.php:1239
-msgid "Yes"
+#: include/NotificationsManager.php:336
+#, php-format
+msgid "%s is now friends with %s"
 msgstr ""
 
-#: include/items.php:2309 mod/allfriends.php:14 mod/api.php:28 mod/api.php:33
-#: mod/attach.php:35 mod/cal.php:301 mod/common.php:20 mod/crepair.php:105
-#: mod/delegate.php:14 mod/dfrn_confirm.php:63 mod/dirfind.php:15
-#: mod/display.php:482 mod/editpost.php:12 mod/events.php:188
-#: mod/follow.php:13 mod/follow.php:76 mod/follow.php:160 mod/fsuggest.php:80
-#: mod/group.php:20 mod/invite.php:17 mod/invite.php:105 mod/manage.php:103
-#: mod/message.php:48 mod/message.php:173 mod/mood.php:116 mod/network.php:7
-#: mod/nogroup.php:29 mod/notes.php:25 mod/notifications.php:73
-#: mod/ostatus_subscribe.php:11 mod/photos.php:168 mod/photos.php:1111
-#: mod/poke.php:155 mod/register.php:44 mod/repair_ostatus.php:11
-#: mod/suggest.php:60 mod/viewcontacts.php:49 mod/wall_attach.php:69
-#: mod/wall_attach.php:72 mod/wall_upload.php:101 mod/wall_upload.php:104
-#: mod/wallmessage.php:11 mod/wallmessage.php:35 mod/wallmessage.php:75
-#: mod/wallmessage.php:99 mod/item.php:197 mod/item.php:209 mod/regmod.php:106
-#: mod/uimport.php:26 mod/contacts.php:363 mod/profile_photo.php:19
-#: mod/profile_photo.php:179 mod/profile_photo.php:190
-#: mod/profile_photo.php:203 mod/profiles.php:172 mod/profiles.php:610
-#: mod/settings.php:24 mod/settings.php:132 mod/settings.php:669 index.php:410
-msgid "Permission denied."
+#: include/NotificationsManager.php:774
+msgid "Friend Suggestion"
 msgstr ""
 
-#: include/items.php:2426
-msgid "Archives"
+#: include/NotificationsManager.php:803
+msgid "Friend/Connect Request"
 msgstr ""
 
-#: include/ostatus.php:1962
+#: include/NotificationsManager.php:803
+msgid "New Follower"
+msgstr ""
+
+#: include/api.php:1102
 #, php-format
-msgid "%s is now following %s."
+msgid "Daily posting limit of %d posts reached. The post was rejected."
 msgstr ""
 
-#: include/ostatus.php:1963
-msgid "following"
+#: include/api.php:1123
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
 msgstr ""
 
-#: include/ostatus.php:1966
+#: include/api.php:1144
 #, php-format
-msgid "%s stopped following %s."
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
 msgstr ""
 
-#: include/ostatus.php:1967
-msgid "stopped following"
+#: include/dbstructure.php:25
+msgid "There are no tables on MyISAM."
 msgstr ""
 
-#: include/plugin.php:531 include/plugin.php:533
-msgid "Click here to upgrade."
+#: include/dbstructure.php:66
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\tfriendica developer if you can not help me on your own. My database "
+"might be invalid."
 msgstr ""
 
-#: include/plugin.php:539
-msgid "This action exceeds the limits set by your subscription plan."
+#: include/dbstructure.php:71
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
 msgstr ""
 
-#: include/plugin.php:544
-msgid "This action is not available under your subscription plan."
+#: include/dbstructure.php:195
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Male"
+#: include/dbstructure.php:198
+msgid "Errors encountered performing database changes: "
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Female"
+#: include/dbstructure.php:206
+msgid ": Database update"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Currently Male"
+#: include/dbstructure.php:438
+#, php-format
+msgid "%s: updating %s table."
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Currently Female"
+#: include/diaspora.php:2214
+msgid "Sharing notification from Diaspora network"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Mostly Male"
+#: include/diaspora.php:3234
+msgid "Attachments:"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Mostly Female"
+#: include/identity.php:45
+msgid "Requested account is not available."
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Transgender"
+#: include/identity.php:54 mod/profile.php:22
+msgid "Requested profile is not available."
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Intersex"
+#: include/identity.php:98 include/identity.php:325 include/identity.php:755
+msgid "Edit profile"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Transsexual"
+#: include/identity.php:265
+msgid "Atom feed"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Hermaphrodite"
+#: include/identity.php:296
+msgid "Manage/edit profiles"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Neuter"
+#: include/identity.php:301 include/identity.php:327 mod/profiles.php:790
+msgid "Change profile photo"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Non-specific"
+#: include/identity.php:302 mod/profiles.php:791
+msgid "Create New Profile"
 msgstr ""
 
-#: include/profile_selectors.php:6
-msgid "Other"
+#: include/identity.php:312 mod/profiles.php:780
+msgid "Profile Image"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Males"
+#: include/identity.php:315 mod/profiles.php:782
+msgid "visible to everybody"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Females"
+#: include/identity.php:316 mod/profiles.php:687 mod/profiles.php:783
+msgid "Edit visibility"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Gay"
+#: include/identity.php:344 include/identity.php:644 mod/directory.php:137
+#: mod/notifications.php:252
+msgid "Gender:"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Lesbian"
+#: include/identity.php:347 include/identity.php:665 mod/directory.php:139
+msgid "Status:"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "No Preference"
+#: include/identity.php:349 include/identity.php:682 mod/directory.php:141
+msgid "Homepage:"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Bisexual"
+#: include/identity.php:351 include/identity.php:702 mod/directory.php:143
+#: mod/notifications.php:248 mod/contacts.php:643
+msgid "About:"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Autosexual"
+#: include/identity.php:353 mod/contacts.php:641
+msgid "XMPP:"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Abstinent"
+#: include/identity.php:439 mod/notifications.php:260 mod/contacts.php:58
+msgid "Network:"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Virgin"
+#: include/identity.php:468 include/identity.php:558
+msgid "g A l F d"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Deviant"
+#: include/identity.php:469 include/identity.php:559
+msgid "F d"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Fetish"
+#: include/identity.php:520 include/identity.php:609
+msgid "[today]"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Oodles"
+#: include/identity.php:532
+msgid "Birthday Reminders"
 msgstr ""
 
-#: include/profile_selectors.php:23
-msgid "Nonsexual"
+#: include/identity.php:533
+msgid "Birthdays this week:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Single"
+#: include/identity.php:595
+msgid "[No description]"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Lonely"
+#: include/identity.php:620
+msgid "Event Reminders"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Available"
+#: include/identity.php:621
+msgid "Events this week:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Unavailable"
+#: include/identity.php:641 mod/settings.php:1287
+msgid "Full Name:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Has crush"
+#: include/identity.php:648
+msgid "j F, Y"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Infatuated"
+#: include/identity.php:649
+msgid "j F"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Dating"
+#: include/identity.php:661
+msgid "Age:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Unfaithful"
+#: include/identity.php:674
+#, php-format
+msgid "for %1$d %2$s"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Sex Addict"
+#: include/identity.php:678 mod/profiles.php:706
+msgid "Sexual Preference:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Friends/Benefits"
+#: include/identity.php:686 mod/profiles.php:733
+msgid "Hometown:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Casual"
+#: include/identity.php:690 mod/follow.php:139 mod/notifications.php:250
+#: mod/contacts.php:645
+msgid "Tags:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Engaged"
+#: include/identity.php:694 mod/profiles.php:734
+msgid "Political Views:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Married"
+#: include/identity.php:698
+msgid "Religion:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Imaginarily married"
+#: include/identity.php:706
+msgid "Hobbies/Interests:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Partners"
+#: include/identity.php:710 mod/profiles.php:738
+msgid "Likes:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Cohabiting"
+#: include/identity.php:714 mod/profiles.php:739
+msgid "Dislikes:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Common law"
+#: include/identity.php:718
+msgid "Contact information and Social Networks:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Happy"
+#: include/identity.php:722
+msgid "Musical interests:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Not looking"
+#: include/identity.php:726
+msgid "Books, literature:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Swinger"
+#: include/identity.php:730
+msgid "Television:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Betrayed"
+#: include/identity.php:734
+msgid "Film/dance/culture/entertainment:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Separated"
+#: include/identity.php:738
+msgid "Love/Romance:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Unstable"
+#: include/identity.php:742
+msgid "Work/employment:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Divorced"
+#: include/identity.php:746
+msgid "School/education:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Imaginarily divorced"
+#: include/identity.php:751
+msgid "Forums:"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Widowed"
+#: include/identity.php:760 mod/events.php:509
+msgid "Basic"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Uncertain"
+#: include/identity.php:761 mod/events.php:510 mod/contacts.php:881
+#: mod/admin.php:1065
+msgid "Advanced"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "It's complicated"
+#: include/identity.php:787 mod/follow.php:147 mod/contacts.php:847
+msgid "Status Messages and Posts"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Don't care"
+#: include/identity.php:795 mod/contacts.php:855
+msgid "Profile Details"
 msgstr ""
 
-#: include/profile_selectors.php:42
-msgid "Ask me"
+#: include/identity.php:803 mod/photos.php:95
+msgid "Photo Albums"
+msgstr ""
+
+#: include/identity.php:842 mod/notes.php:49
+msgid "Personal Notes"
+msgstr ""
+
+#: include/identity.php:845
+msgid "Only You Can See This"
+msgstr ""
+
+#: include/items.php:1736 mod/dfrn_confirm.php:738 mod/dfrn_request.php:759
+msgid "[Name Withheld]"
+msgstr ""
+
+#: include/items.php:2121 mod/display.php:105 mod/display.php:280
+#: mod/display.php:485 mod/notice.php:17 mod/viewsrc.php:16 mod/admin.php:248
+#: mod/admin.php:1571 mod/admin.php:1822
+msgid "Item not found."
+msgstr ""
+
+#: include/items.php:2160
+msgid "Do you really want to delete this item?"
+msgstr ""
+
+#: include/items.php:2162 mod/api.php:107 mod/follow.php:115
+#: mod/message.php:208 mod/register.php:247 mod/suggest.php:31
+#: mod/dfrn_request.php:880 mod/contacts.php:455 mod/profiles.php:643
+#: mod/profiles.php:646 mod/profiles.php:673 mod/settings.php:1172
+#: mod/settings.php:1178 mod/settings.php:1185 mod/settings.php:1189
+#: mod/settings.php:1194 mod/settings.php:1199 mod/settings.php:1204
+#: mod/settings.php:1209 mod/settings.php:1235 mod/settings.php:1236
+#: mod/settings.php:1237 mod/settings.php:1238 mod/settings.php:1239
+msgid "Yes"
+msgstr ""
+
+#: include/items.php:2309 mod/allfriends.php:14 mod/api.php:28 mod/api.php:33
+#: mod/attach.php:35 mod/cal.php:301 mod/common.php:20 mod/crepair.php:105
+#: mod/delegate.php:14 mod/dfrn_confirm.php:63 mod/dirfind.php:15
+#: mod/display.php:482 mod/editpost.php:12 mod/events.php:188 mod/follow.php:13
+#: mod/follow.php:76 mod/follow.php:160 mod/fsuggest.php:80 mod/group.php:20
+#: mod/invite.php:17 mod/invite.php:105 mod/manage.php:103 mod/message.php:48
+#: mod/message.php:173 mod/mood.php:116 mod/network.php:7 mod/nogroup.php:29
+#: mod/notes.php:25 mod/notifications.php:73 mod/ostatus_subscribe.php:11
+#: mod/photos.php:168 mod/photos.php:1111 mod/poke.php:155 mod/register.php:44
+#: mod/repair_ostatus.php:11 mod/suggest.php:60 mod/viewcontacts.php:49
+#: mod/wall_attach.php:69 mod/wall_attach.php:72 mod/wall_upload.php:101
+#: mod/wall_upload.php:104 mod/wallmessage.php:11 mod/wallmessage.php:35
+#: mod/wallmessage.php:75 mod/wallmessage.php:99 mod/item.php:197
+#: mod/item.php:209 mod/regmod.php:106 mod/uimport.php:26 mod/contacts.php:363
+#: mod/profile_photo.php:19 mod/profile_photo.php:179 mod/profile_photo.php:190
+#: mod/profile_photo.php:203 mod/profiles.php:172 mod/profiles.php:610
+#: mod/settings.php:24 mod/settings.php:132 mod/settings.php:669 index.php:410
+msgid "Permission denied."
+msgstr ""
+
+#: include/items.php:2426
+msgid "Archives"
+msgstr ""
+
+#: include/ostatus.php:1962
+#, php-format
+msgid "%s is now following %s."
+msgstr ""
+
+#: include/ostatus.php:1963
+msgid "following"
+msgstr ""
+
+#: include/ostatus.php:1966
+#, php-format
+msgid "%s stopped following %s."
+msgstr ""
+
+#: include/ostatus.php:1967
+msgid "stopped following"
 msgstr ""
 
 #: mod/allfriends.php:48
@@ -3337,13 +3333,12 @@ msgstr ""
 #: mod/content.php:729 mod/crepair.php:159 mod/events.php:508
 #: mod/fsuggest.php:109 mod/install.php:244 mod/install.php:284
 #: mod/invite.php:144 mod/localtime.php:46 mod/manage.php:156
-#: mod/message.php:340 mod/message.php:523 mod/mood.php:139
-#: mod/photos.php:1143 mod/photos.php:1273 mod/photos.php:1599
-#: mod/photos.php:1648 mod/photos.php:1690 mod/photos.php:1770
-#: mod/poke.php:204 mod/contacts.php:588 mod/profiles.php:684
-#: object/Item.php:702 view/theme/duepuntozero/config.php:64
-#: view/theme/frio/config.php:67 view/theme/quattro/config.php:70
-#: view/theme/vier/config.php:113
+#: mod/message.php:340 mod/message.php:523 mod/mood.php:139 mod/photos.php:1143
+#: mod/photos.php:1273 mod/photos.php:1599 mod/photos.php:1648
+#: mod/photos.php:1690 mod/photos.php:1770 mod/poke.php:204
+#: mod/contacts.php:588 mod/profiles.php:684 object/Item.php:702
+#: view/theme/duepuntozero/config.php:64 view/theme/frio/config.php:67
+#: view/theme/quattro/config.php:70 view/theme/vier/config.php:113
 msgid "Submit"
 msgstr ""
 
@@ -3518,9 +3513,8 @@ msgid ""
 "entries from this contact."
 msgstr ""
 
-#: mod/crepair.php:170 mod/admin.php:1496 mod/admin.php:1509
-#: mod/admin.php:1522 mod/admin.php:1538 mod/settings.php:684
-#: mod/settings.php:710
+#: mod/crepair.php:170 mod/admin.php:1496 mod/admin.php:1509 mod/admin.php:1522
+#: mod/admin.php:1538 mod/settings.php:684 mod/settings.php:710
 msgid "Name"
 msgstr ""
 
@@ -3676,7 +3670,7 @@ msgstr ""
 msgid "%1$s welcomes %2$s"
 msgstr ""
 
-#: mod/directory.php:195 view/theme/vier/theme.php:201
+#: mod/directory.php:195 view/theme/vier/theme.php:193
 msgid "Global Directory"
 msgstr ""
 
@@ -4510,7 +4504,7 @@ msgid ""
 "Password reset failed."
 msgstr ""
 
-#: mod/lostpass.php:112 boot.php:877
+#: mod/lostpass.php:112 boot.php:884
 msgid "Password Reset"
 msgstr ""
 
@@ -4578,7 +4572,7 @@ msgid ""
 "your email for further instructions."
 msgstr ""
 
-#: mod/lostpass.php:163 boot.php:865
+#: mod/lostpass.php:163 boot.php:872
 msgid "Nickname or Email: "
 msgstr ""
 
@@ -4983,14 +4977,12 @@ msgstr ""
 msgid "Invalid request identifier."
 msgstr ""
 
-#: mod/notifications.php:46 mod/notifications.php:182
-#: mod/notifications.php:229
+#: mod/notifications.php:46 mod/notifications.php:182 mod/notifications.php:229
 msgid "Discard"
 msgstr ""
 
-#: mod/notifications.php:62 mod/notifications.php:181
-#: mod/notifications.php:265 mod/contacts.php:617 mod/contacts.php:817
-#: mod/contacts.php:1002
+#: mod/notifications.php:62 mod/notifications.php:181 mod/notifications.php:265
+#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
 msgid "Ignore"
 msgstr ""
 
@@ -5361,18 +5353,6 @@ msgstr ""
 msgid "View Album"
 msgstr ""
 
-#: mod/ping.php:273
-msgid "{0} wants to be your friend"
-msgstr ""
-
-#: mod/ping.php:288
-msgid "{0} sent you a message"
-msgstr ""
-
-#: mod/ping.php:303
-msgid "{0} requested registration"
-msgstr ""
-
 #: mod/poke.php:197
 msgid "Poke/Prod"
 msgstr ""
@@ -5924,2088 +5904,2100 @@ msgid ""
 "select \"Export account\""
 msgstr ""
 
-#: mod/admin.php:97
-msgid "Theme settings updated."
-msgstr ""
-
-#: mod/admin.php:166 mod/admin.php:1060
-msgid "Site"
-msgstr ""
+#: mod/contacts.php:137
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/admin.php:167 mod/admin.php:994 mod/admin.php:1504 mod/admin.php:1520
-msgid "Users"
+#: mod/contacts.php:172 mod/contacts.php:381
+msgid "Could not access contact record."
 msgstr ""
 
-#: mod/admin.php:168 mod/admin.php:1622 mod/admin.php:1685 mod/settings.php:76
-msgid "Plugins"
+#: mod/contacts.php:186
+msgid "Could not locate selected profile."
 msgstr ""
 
-#: mod/admin.php:169 mod/admin.php:1898 mod/admin.php:1948
-msgid "Themes"
+#: mod/contacts.php:219
+msgid "Contact updated."
 msgstr ""
 
-#: mod/admin.php:170 mod/settings.php:54
-msgid "Additional features"
+#: mod/contacts.php:402
+msgid "Contact has been blocked"
 msgstr ""
 
-#: mod/admin.php:171
-msgid "DB updates"
+#: mod/contacts.php:402
+msgid "Contact has been unblocked"
 msgstr ""
 
-#: mod/admin.php:172 mod/admin.php:513
-msgid "Inspect Queue"
+#: mod/contacts.php:413
+msgid "Contact has been ignored"
 msgstr ""
 
-#: mod/admin.php:173 mod/admin.php:289
-msgid "Server Blocklist"
+#: mod/contacts.php:413
+msgid "Contact has been unignored"
 msgstr ""
 
-#: mod/admin.php:174 mod/admin.php:479
-msgid "Federation Statistics"
+#: mod/contacts.php:425
+msgid "Contact has been archived"
 msgstr ""
 
-#: mod/admin.php:188 mod/admin.php:199 mod/admin.php:2022
-msgid "Logs"
+#: mod/contacts.php:425
+msgid "Contact has been unarchived"
 msgstr ""
 
-#: mod/admin.php:189 mod/admin.php:2090
-msgid "View Logs"
+#: mod/contacts.php:450
+msgid "Drop contact"
 msgstr ""
 
-#: mod/admin.php:190
-msgid "probe address"
+#: mod/contacts.php:453 mod/contacts.php:812
+msgid "Do you really want to delete this contact?"
 msgstr ""
 
-#: mod/admin.php:191
-msgid "check webfinger"
+#: mod/contacts.php:472
+msgid "Contact has been removed."
 msgstr ""
 
-#: mod/admin.php:198
-msgid "Plugin Features"
+#: mod/contacts.php:509
+#, php-format
+msgid "You are mutual friends with %s"
 msgstr ""
 
-#: mod/admin.php:200
-msgid "diagnostics"
+#: mod/contacts.php:513
+#, php-format
+msgid "You are sharing with %s"
 msgstr ""
 
-#: mod/admin.php:201
-msgid "User registrations waiting for confirmation"
+#: mod/contacts.php:518
+#, php-format
+msgid "%s is sharing with you"
 msgstr ""
 
-#: mod/admin.php:280
-msgid "The blocked domain"
+#: mod/contacts.php:538
+msgid "Private communications are not available for this contact."
 msgstr ""
 
-#: mod/admin.php:281 mod/admin.php:294
-msgid "The reason why you blocked this domain."
+#: mod/contacts.php:541 mod/admin.php:984
+msgid "Never"
 msgstr ""
 
-#: mod/admin.php:282
-msgid "Delete domain"
+#: mod/contacts.php:545
+msgid "(Update was successful)"
 msgstr ""
 
-#: mod/admin.php:282
-msgid "Check to delete this entry from the blocklist"
+#: mod/contacts.php:545
+msgid "(Update was not successful)"
 msgstr ""
 
-#: mod/admin.php:288 mod/admin.php:478 mod/admin.php:512 mod/admin.php:592
-#: mod/admin.php:1059 mod/admin.php:1503 mod/admin.php:1621 mod/admin.php:1684
-#: mod/admin.php:1897 mod/admin.php:1947 mod/admin.php:2021 mod/admin.php:2089
-msgid "Administration"
+#: mod/contacts.php:547 mod/contacts.php:975
+msgid "Suggest friends"
 msgstr ""
 
-#: mod/admin.php:290
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote server."
+#: mod/contacts.php:551
+#, php-format
+msgid "Network type: %s"
 msgstr ""
 
-#: mod/admin.php:291
-msgid ""
-"The list of blocked servers will be made publically available on the /"
-"friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
+#: mod/contacts.php:564
+msgid "Communications lost with this contact!"
 msgstr ""
 
-#: mod/admin.php:292
-msgid "Add new entry to block list"
+#: mod/contacts.php:567
+msgid "Fetch further information for feeds"
 msgstr ""
 
-#: mod/admin.php:293
-msgid "Server Domain"
+#: mod/contacts.php:568 mod/admin.php:993
+msgid "Disabled"
 msgstr ""
 
-#: mod/admin.php:293
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
+#: mod/contacts.php:568
+msgid "Fetch information"
 msgstr ""
 
-#: mod/admin.php:294
-msgid "Block reason"
+#: mod/contacts.php:568
+msgid "Fetch information and keywords"
 msgstr ""
 
-#: mod/admin.php:295
-msgid "Add Entry"
+#: mod/contacts.php:586
+msgid "Contact"
 msgstr ""
 
-#: mod/admin.php:296
-msgid "Save changes to the blocklist"
+#: mod/contacts.php:589
+msgid "Profile Visibility"
 msgstr ""
 
-#: mod/admin.php:297
-msgid "Current Entries in the Blocklist"
+#: mod/contacts.php:590
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
 msgstr ""
 
-#: mod/admin.php:300
-msgid "Delete entry from blocklist"
+#: mod/contacts.php:591
+msgid "Contact Information / Notes"
 msgstr ""
 
-#: mod/admin.php:303
-msgid "Delete entry from blocklist?"
+#: mod/contacts.php:592
+msgid "Edit contact notes"
 msgstr ""
 
-#: mod/admin.php:328
-msgid "Server added to blocklist."
+#: mod/contacts.php:598
+msgid "Block/Unblock contact"
 msgstr ""
 
-#: mod/admin.php:344
-msgid "Site blocklist updated."
+#: mod/contacts.php:599
+msgid "Ignore contact"
 msgstr ""
 
-#: mod/admin.php:409
-msgid "unknown"
+#: mod/contacts.php:600
+msgid "Repair URL settings"
 msgstr ""
 
-#: mod/admin.php:472
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
+#: mod/contacts.php:601
+msgid "View conversations"
 msgstr ""
 
-#: mod/admin.php:473
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
+#: mod/contacts.php:607
+msgid "Last update:"
 msgstr ""
 
-#: mod/admin.php:485
-#, php-format
-msgid "Currently this node is aware of %d nodes from the following platforms:"
+#: mod/contacts.php:609
+msgid "Update public posts"
 msgstr ""
 
-#: mod/admin.php:515
-msgid "ID"
+#: mod/contacts.php:611 mod/contacts.php:985
+msgid "Update now"
 msgstr ""
 
-#: mod/admin.php:516
-msgid "Recipient Name"
+#: mod/contacts.php:616 mod/contacts.php:816 mod/contacts.php:994
+#: mod/admin.php:1516
+msgid "Unblock"
 msgstr ""
 
-#: mod/admin.php:517
-msgid "Recipient Profile"
+#: mod/contacts.php:616 mod/contacts.php:816 mod/contacts.php:994
+#: mod/admin.php:1515
+msgid "Block"
 msgstr ""
 
-#: mod/admin.php:519
-msgid "Created"
+#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
+msgid "Unignore"
 msgstr ""
 
-#: mod/admin.php:520
-msgid "Last Tried"
+#: mod/contacts.php:621
+msgid "Currently blocked"
 msgstr ""
 
-#: mod/admin.php:521
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
+#: mod/contacts.php:622
+msgid "Currently ignored"
 msgstr ""
 
-#: mod/admin.php:546
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should "
-"change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php include/"
-"dbstructure.php toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
+#: mod/contacts.php:623
+msgid "Currently archived"
 msgstr ""
 
-#: mod/admin.php:555
+#: mod/contacts.php:624
 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."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr ""
 
-#: mod/admin.php:560 mod/admin.php:1453
-msgid "Normal Account"
+#: mod/contacts.php:625
+msgid "Notification for new posts"
 msgstr ""
 
-#: mod/admin.php:561 mod/admin.php:1454
-msgid "Soapbox Account"
+#: mod/contacts.php:625
+msgid "Send a notification of every new post of this contact"
 msgstr ""
 
-#: mod/admin.php:562 mod/admin.php:1455
-msgid "Community/Celebrity Account"
+#: mod/contacts.php:628
+msgid "Blacklisted keywords"
 msgstr ""
 
-#: mod/admin.php:563 mod/admin.php:1456
-msgid "Automatic Friend Account"
+#: mod/contacts.php:628
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
 msgstr ""
 
-#: mod/admin.php:564
-msgid "Blog Account"
+#: mod/contacts.php:646
+msgid "Actions"
 msgstr ""
 
-#: mod/admin.php:565
-msgid "Private Forum"
+#: mod/contacts.php:649
+msgid "Contact Settings"
 msgstr ""
 
-#: mod/admin.php:587
-msgid "Message queues"
+#: mod/contacts.php:695
+msgid "Suggestions"
 msgstr ""
 
-#: mod/admin.php:593
-msgid "Summary"
+#: mod/contacts.php:698
+msgid "Suggest potential friends"
 msgstr ""
 
-#: mod/admin.php:595
-msgid "Registered users"
+#: mod/contacts.php:706
+msgid "Show all contacts"
 msgstr ""
 
-#: mod/admin.php:597
-msgid "Pending registrations"
-msgstr ""
-
-#: mod/admin.php:598
-msgid "Version"
+#: mod/contacts.php:711
+msgid "Unblocked"
 msgstr ""
 
-#: mod/admin.php:603
-msgid "Active plugins"
+#: mod/contacts.php:714
+msgid "Only show unblocked contacts"
 msgstr ""
 
-#: mod/admin.php:628
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+#: mod/contacts.php:720
+msgid "Blocked"
 msgstr ""
 
-#: mod/admin.php:920
-msgid "Site settings updated."
+#: mod/contacts.php:723
+msgid "Only show blocked contacts"
 msgstr ""
 
-#: mod/admin.php:948 mod/settings.php:944
-msgid "No special theme for mobile devices"
+#: mod/contacts.php:729
+msgid "Ignored"
 msgstr ""
 
-#: mod/admin.php:977
-msgid "No community page"
+#: mod/contacts.php:732
+msgid "Only show ignored contacts"
 msgstr ""
 
-#: mod/admin.php:978
-msgid "Public postings from users of this site"
+#: mod/contacts.php:738
+msgid "Archived"
 msgstr ""
 
-#: mod/admin.php:979
-msgid "Global community page"
+#: mod/contacts.php:741
+msgid "Only show archived contacts"
 msgstr ""
 
-#: mod/admin.php:984 mod/contacts.php:541
-msgid "Never"
+#: mod/contacts.php:747
+msgid "Hidden"
 msgstr ""
 
-#: mod/admin.php:985
-msgid "At post arrival"
+#: mod/contacts.php:750
+msgid "Only show hidden contacts"
 msgstr ""
 
-#: mod/admin.php:993 mod/contacts.php:568
-msgid "Disabled"
+#: mod/contacts.php:807
+msgid "Search your contacts"
 msgstr ""
 
-#: mod/admin.php:995
-msgid "Users, Global Contacts"
+#: mod/contacts.php:815 mod/settings.php:162 mod/settings.php:708
+msgid "Update"
 msgstr ""
 
-#: mod/admin.php:996
-msgid "Users, Global Contacts/fallback"
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Archive"
 msgstr ""
 
-#: mod/admin.php:1000
-msgid "One month"
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Unarchive"
 msgstr ""
 
-#: mod/admin.php:1001
-msgid "Three months"
+#: mod/contacts.php:821
+msgid "Batch Actions"
 msgstr ""
 
-#: mod/admin.php:1002
-msgid "Half a year"
+#: mod/contacts.php:867
+msgid "View all contacts"
 msgstr ""
 
-#: mod/admin.php:1003
-msgid "One year"
+#: mod/contacts.php:877
+msgid "View all common friends"
 msgstr ""
 
-#: mod/admin.php:1008
-msgid "Multi user instance"
+#: mod/contacts.php:884
+msgid "Advanced Contact Settings"
 msgstr ""
 
-#: mod/admin.php:1031
-msgid "Closed"
+#: mod/contacts.php:918
+msgid "Mutual Friendship"
 msgstr ""
 
-#: mod/admin.php:1032
-msgid "Requires approval"
+#: mod/contacts.php:922
+msgid "is a fan of yours"
 msgstr ""
 
-#: mod/admin.php:1033
-msgid "Open"
+#: mod/contacts.php:926
+msgid "you are a fan of"
 msgstr ""
 
-#: mod/admin.php:1037
-msgid "No SSL policy, links will track page SSL state"
+#: mod/contacts.php:996
+msgid "Toggle Blocked status"
 msgstr ""
 
-#: mod/admin.php:1038
-msgid "Force all links to use SSL"
+#: mod/contacts.php:1004
+msgid "Toggle Ignored status"
 msgstr ""
 
-#: mod/admin.php:1039
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+#: mod/contacts.php:1012
+msgid "Toggle Archive status"
 msgstr ""
 
-#: mod/admin.php:1061 mod/admin.php:1686 mod/admin.php:1949 mod/admin.php:2023
-#: mod/admin.php:2176 mod/settings.php:682 mod/settings.php:793
-#: mod/settings.php:842 mod/settings.php:909 mod/settings.php:1006
-#: mod/settings.php:1272
-msgid "Save Settings"
+#: mod/contacts.php:1020
+msgid "Delete contact"
 msgstr ""
 
-#: mod/admin.php:1063
-msgid "File upload"
+#: mod/ping.php:274
+msgid "{0} wants to be your friend"
 msgstr ""
 
-#: mod/admin.php:1064
-msgid "Policies"
+#: mod/ping.php:289
+msgid "{0} sent you a message"
 msgstr ""
 
-#: mod/admin.php:1066
-msgid "Auto Discovered Contact Directory"
+#: mod/ping.php:304
+msgid "{0} requested registration"
 msgstr ""
 
-#: mod/admin.php:1067
-msgid "Performance"
+#: mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
 msgstr ""
 
-#: mod/admin.php:1068
-msgid "Worker"
+#: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93
+#: mod/profile_photo.php:322
+#, php-format
+msgid "Image size reduction [%s] failed."
 msgstr ""
 
-#: mod/admin.php:1069
+#: mod/profile_photo.php:127
 msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
 msgstr ""
 
-#: mod/admin.php:1072
-msgid "Site name"
+#: mod/profile_photo.php:136
+msgid "Unable to process image"
 msgstr ""
 
-#: mod/admin.php:1073
-msgid "Host name"
+#: mod/profile_photo.php:253
+msgid "Upload File:"
 msgstr ""
 
-#: mod/admin.php:1074
-msgid "Sender Email"
+#: mod/profile_photo.php:254
+msgid "Select a profile:"
 msgstr ""
 
-#: mod/admin.php:1074
-msgid ""
-"The email address your server shall use to send notification emails from."
+#: mod/profile_photo.php:256
+msgid "Upload"
 msgstr ""
 
-#: mod/admin.php:1075
-msgid "Banner/Logo"
+#: mod/profile_photo.php:259
+msgid "or"
 msgstr ""
 
-#: mod/admin.php:1076
-msgid "Shortcut icon"
+#: mod/profile_photo.php:259
+msgid "skip this step"
 msgstr ""
 
-#: mod/admin.php:1076
-msgid "Link to an icon that will be used for browsers."
+#: mod/profile_photo.php:259
+msgid "select a photo from your photo albums"
 msgstr ""
 
-#: mod/admin.php:1077
-msgid "Touch icon"
+#: mod/profile_photo.php:273
+msgid "Crop Image"
 msgstr ""
 
-#: mod/admin.php:1077
-msgid "Link to an icon that will be used for tablets and mobiles."
+#: mod/profile_photo.php:274
+msgid "Please adjust the image cropping for optimum viewing."
 msgstr ""
 
-#: mod/admin.php:1078
-msgid "Additional Info"
+#: mod/profile_photo.php:276
+msgid "Done Editing"
 msgstr ""
 
-#: mod/admin.php:1078
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/siteinfo."
+#: mod/profile_photo.php:312
+msgid "Image uploaded successfully."
 msgstr ""
 
-#: mod/admin.php:1079
-msgid "System language"
+#: mod/profiles.php:42
+msgid "Profile deleted."
 msgstr ""
 
-#: mod/admin.php:1080
-msgid "System theme"
+#: mod/profiles.php:58 mod/profiles.php:94
+msgid "Profile-"
 msgstr ""
 
-#: mod/admin.php:1080
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
+#: mod/profiles.php:77 mod/profiles.php:122
+msgid "New profile created."
 msgstr ""
 
-#: mod/admin.php:1081
-msgid "Mobile system theme"
+#: mod/profiles.php:100
+msgid "Profile unavailable to clone."
 msgstr ""
 
-#: mod/admin.php:1081
-msgid "Theme for mobile devices"
+#: mod/profiles.php:196
+msgid "Profile Name is required."
 msgstr ""
 
-#: mod/admin.php:1082
-msgid "SSL link policy"
+#: mod/profiles.php:336
+msgid "Marital Status"
 msgstr ""
 
-#: mod/admin.php:1082
-msgid "Determines whether generated links should be forced to use SSL"
+#: mod/profiles.php:340
+msgid "Romantic Partner"
 msgstr ""
 
-#: mod/admin.php:1083
-msgid "Force SSL"
+#: mod/profiles.php:352
+msgid "Work/Employment"
 msgstr ""
 
-#: mod/admin.php:1083
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
-"to endless loops."
+#: mod/profiles.php:355
+msgid "Religion"
 msgstr ""
 
-#: mod/admin.php:1084
-msgid "Hide help entry from navigation menu"
+#: mod/profiles.php:359
+msgid "Political Views"
 msgstr ""
 
-#: mod/admin.php:1084
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
+#: mod/profiles.php:363
+msgid "Gender"
 msgstr ""
 
-#: mod/admin.php:1085
-msgid "Single user instance"
+#: mod/profiles.php:367
+msgid "Sexual Preference"
 msgstr ""
 
-#: mod/admin.php:1085
-msgid "Make this instance multi-user or single-user for the named user"
+#: mod/profiles.php:371
+msgid "XMPP"
 msgstr ""
 
-#: mod/admin.php:1086
-msgid "Maximum image size"
+#: mod/profiles.php:375
+msgid "Homepage"
 msgstr ""
 
-#: mod/admin.php:1086
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
+#: mod/profiles.php:379 mod/profiles.php:698
+msgid "Interests"
 msgstr ""
 
-#: mod/admin.php:1087
-msgid "Maximum image length"
+#: mod/profiles.php:383
+msgid "Address"
 msgstr ""
 
-#: mod/admin.php:1087
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
+#: mod/profiles.php:390 mod/profiles.php:694
+msgid "Location"
 msgstr ""
 
-#: mod/admin.php:1088
-msgid "JPEG image quality"
+#: mod/profiles.php:475
+msgid "Profile updated."
 msgstr ""
 
-#: mod/admin.php:1088
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
+#: mod/profiles.php:567
+msgid " and "
 msgstr ""
 
-#: mod/admin.php:1090
-msgid "Register policy"
+#: mod/profiles.php:576
+msgid "public profile"
 msgstr ""
 
-#: mod/admin.php:1091
-msgid "Maximum Daily Registrations"
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr ""
 
-#: mod/admin.php:1091
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user "
-"registrations to accept per day.  If register is set to closed, this setting "
-"has no effect."
+#: mod/profiles.php:580
+#, php-format
+msgid " - Visit %1$s's %2$s"
 msgstr ""
 
-#: mod/admin.php:1092
-msgid "Register text"
+#: mod/profiles.php:582
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr ""
 
-#: mod/admin.php:1092
-msgid "Will be displayed prominently on the registration page."
+#: mod/profiles.php:640
+msgid "Hide contacts and friends:"
 msgstr ""
 
-#: mod/admin.php:1093
-msgid "Accounts abandoned after x days"
+#: mod/profiles.php:645
+msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr ""
 
-#: mod/admin.php:1093
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+#: mod/profiles.php:670
+msgid "Show more profile fields:"
 msgstr ""
 
-#: mod/admin.php:1094
-msgid "Allowed friend domains"
+#: mod/profiles.php:682
+msgid "Profile Actions"
 msgstr ""
 
-#: mod/admin.php:1094
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
+#: mod/profiles.php:683
+msgid "Edit Profile Details"
 msgstr ""
 
-#: mod/admin.php:1095
-msgid "Allowed email domains"
+#: mod/profiles.php:685
+msgid "Change Profile Photo"
 msgstr ""
 
-#: mod/admin.php:1095
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
+#: mod/profiles.php:686
+msgid "View this profile"
 msgstr ""
 
-#: mod/admin.php:1096
-msgid "Block public"
+#: mod/profiles.php:688
+msgid "Create a new profile using these settings"
 msgstr ""
 
-#: mod/admin.php:1096
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
+#: mod/profiles.php:689
+msgid "Clone this profile"
 msgstr ""
 
-#: mod/admin.php:1097
-msgid "Force publish"
+#: mod/profiles.php:690
+msgid "Delete this profile"
 msgstr ""
 
-#: mod/admin.php:1097
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
+#: mod/profiles.php:692
+msgid "Basic information"
 msgstr ""
 
-#: mod/admin.php:1098
-msgid "Global directory URL"
+#: mod/profiles.php:693
+msgid "Profile picture"
 msgstr ""
 
-#: mod/admin.php:1098
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
+#: mod/profiles.php:695
+msgid "Preferences"
 msgstr ""
 
-#: mod/admin.php:1099
-msgid "Allow threaded items"
+#: mod/profiles.php:696
+msgid "Status information"
 msgstr ""
 
-#: mod/admin.php:1099
-msgid "Allow infinite level threading for items on this site."
+#: mod/profiles.php:697
+msgid "Additional information"
 msgstr ""
 
-#: mod/admin.php:1100
-msgid "Private posts by default for new users"
+#: mod/profiles.php:700
+msgid "Relation"
 msgstr ""
 
-#: mod/admin.php:1100
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
+#: mod/profiles.php:704
+msgid "Your Gender:"
 msgstr ""
 
-#: mod/admin.php:1101
-msgid "Don't include post content in email notifications"
+#: mod/profiles.php:705
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr ""
 
-#: mod/admin.php:1101
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
+#: mod/profiles.php:707
+msgid "Example: fishing photography software"
 msgstr ""
 
-#: mod/admin.php:1102
-msgid "Disallow public access to addons listed in the apps menu."
+#: mod/profiles.php:712
+msgid "Profile Name:"
 msgstr ""
 
-#: mod/admin.php:1102
+#: mod/profiles.php:714
 msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr ""
-
-#: mod/admin.php:1103
-msgid "Don't embed private images in posts"
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
 msgstr ""
 
-#: mod/admin.php:1103
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a while."
+#: mod/profiles.php:715
+msgid "Your Full Name:"
 msgstr ""
 
-#: mod/admin.php:1104
-msgid "Allow Users to set remote_self"
+#: mod/profiles.php:716
+msgid "Title/Description:"
 msgstr ""
 
-#: mod/admin.php:1104
-msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
+#: mod/profiles.php:719
+msgid "Street Address:"
 msgstr ""
 
-#: mod/admin.php:1105
-msgid "Block multiple registrations"
+#: mod/profiles.php:720
+msgid "Locality/City:"
 msgstr ""
 
-#: mod/admin.php:1105
-msgid "Disallow users to register additional accounts for use as pages."
+#: mod/profiles.php:721
+msgid "Region/State:"
 msgstr ""
 
-#: mod/admin.php:1106
-msgid "OpenID support"
+#: mod/profiles.php:722
+msgid "Postal/Zip Code:"
 msgstr ""
 
-#: mod/admin.php:1106
-msgid "OpenID support for registration and logins."
+#: mod/profiles.php:723
+msgid "Country:"
 msgstr ""
 
-#: mod/admin.php:1107
-msgid "Fullname check"
+#: mod/profiles.php:727
+msgid "Who: (if applicable)"
 msgstr ""
 
-#: mod/admin.php:1107
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
+#: mod/profiles.php:727
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr ""
 
-#: mod/admin.php:1108
-msgid "Community Page Style"
+#: mod/profiles.php:728
+msgid "Since [date]:"
 msgstr ""
 
-#: mod/admin.php:1108
-msgid ""
-"Type of community page to show. 'Global community' shows every public "
-"posting from an open distributed network that arrived on this server."
+#: mod/profiles.php:730
+msgid "Tell us about yourself..."
 msgstr ""
 
-#: mod/admin.php:1109
-msgid "Posts per user on community page"
+#: mod/profiles.php:731
+msgid "XMPP (Jabber) address:"
 msgstr ""
 
-#: mod/admin.php:1109
+#: mod/profiles.php:731
 msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
+"The XMPP address will be propagated to your contacts so that they can follow "
+"you."
 msgstr ""
 
-#: mod/admin.php:1110
-msgid "Enable OStatus support"
+#: mod/profiles.php:732
+msgid "Homepage URL:"
 msgstr ""
 
-#: mod/admin.php:1110
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
+#: mod/profiles.php:735
+msgid "Religious Views:"
 msgstr ""
 
-#: mod/admin.php:1111
-msgid "OStatus conversation completion interval"
+#: mod/profiles.php:736
+msgid "Public Keywords:"
 msgstr ""
 
-#: mod/admin.php:1111
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
+#: mod/profiles.php:736
+msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr ""
 
-#: mod/admin.php:1112
-msgid "Only import OStatus threads from our contacts"
+#: mod/profiles.php:737
+msgid "Private Keywords:"
 msgstr ""
 
-#: mod/admin.php:1112
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option "
-"we only store threads that are started by a contact that is known on our "
-"system."
+#: mod/profiles.php:737
+msgid "(Used for searching profiles, never shown to others)"
 msgstr ""
 
-#: mod/admin.php:1113
-msgid "OStatus support can only be enabled if threading is enabled."
+#: mod/profiles.php:740
+msgid "Musical interests"
 msgstr ""
 
-#: mod/admin.php:1115
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub "
-"directory."
+#: mod/profiles.php:741
+msgid "Books, literature"
 msgstr ""
 
-#: mod/admin.php:1116
-msgid "Enable Diaspora support"
+#: mod/profiles.php:742
+msgid "Television"
 msgstr ""
 
-#: mod/admin.php:1116
-msgid "Provide built-in Diaspora network compatibility."
+#: mod/profiles.php:743
+msgid "Film/dance/culture/entertainment"
 msgstr ""
 
-#: mod/admin.php:1117
-msgid "Only allow Friendica contacts"
+#: mod/profiles.php:744
+msgid "Hobbies/Interests"
 msgstr ""
 
-#: mod/admin.php:1117
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
+#: mod/profiles.php:745
+msgid "Love/romance"
 msgstr ""
 
-#: mod/admin.php:1118
-msgid "Verify SSL"
+#: mod/profiles.php:746
+msgid "Work/employment"
 msgstr ""
 
-#: mod/admin.php:1118
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you "
-"cannot connect (at all) to self-signed SSL sites."
+#: mod/profiles.php:747
+msgid "School/education"
 msgstr ""
 
-#: mod/admin.php:1119
-msgid "Proxy user"
+#: mod/profiles.php:748
+msgid "Contact information and Social Networks"
 msgstr ""
 
-#: mod/admin.php:1120
-msgid "Proxy URL"
+#: mod/profiles.php:789
+msgid "Edit/Manage Profiles"
 msgstr ""
 
-#: mod/admin.php:1121
-msgid "Network timeout"
+#: mod/admin.php:97
+msgid "Theme settings updated."
 msgstr ""
 
-#: mod/admin.php:1121
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: mod/admin.php:166 mod/admin.php:1060
+msgid "Site"
 msgstr ""
 
-#: mod/admin.php:1122
-msgid "Maximum Load Average"
+#: mod/admin.php:167 mod/admin.php:994 mod/admin.php:1504 mod/admin.php:1520
+msgid "Users"
 msgstr ""
 
-#: mod/admin.php:1122
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
+#: mod/admin.php:168 mod/admin.php:1622 mod/admin.php:1685 mod/settings.php:76
+msgid "Plugins"
 msgstr ""
 
-#: mod/admin.php:1123
-msgid "Maximum Load Average (Frontend)"
+#: mod/admin.php:169 mod/admin.php:1898 mod/admin.php:1948
+msgid "Themes"
 msgstr ""
 
-#: mod/admin.php:1123
-msgid "Maximum system load before the frontend quits service - default 50."
+#: mod/admin.php:170 mod/settings.php:54
+msgid "Additional features"
 msgstr ""
 
-#: mod/admin.php:1124
-msgid "Minimal Memory"
+#: mod/admin.php:171
+msgid "DB updates"
 msgstr ""
 
-#: mod/admin.php:1124
-msgid ""
-"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
+#: mod/admin.php:172 mod/admin.php:513
+msgid "Inspect Queue"
 msgstr ""
 
-#: mod/admin.php:1125
-msgid "Maximum table size for optimization"
+#: mod/admin.php:173 mod/admin.php:289
+msgid "Server Blocklist"
 msgstr ""
 
-#: mod/admin.php:1125
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
+#: mod/admin.php:174 mod/admin.php:479
+msgid "Federation Statistics"
 msgstr ""
 
-#: mod/admin.php:1126
-msgid "Minimum level of fragmentation"
+#: mod/admin.php:188 mod/admin.php:199 mod/admin.php:2022
+msgid "Logs"
 msgstr ""
 
-#: mod/admin.php:1126
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
+#: mod/admin.php:189 mod/admin.php:2090
+msgid "View Logs"
 msgstr ""
 
-#: mod/admin.php:1128
-msgid "Periodical check of global contacts"
+#: mod/admin.php:190
+msgid "probe address"
 msgstr ""
 
-#: mod/admin.php:1128
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
+#: mod/admin.php:191
+msgid "check webfinger"
 msgstr ""
 
-#: mod/admin.php:1129
-msgid "Days between requery"
+#: mod/admin.php:198
+msgid "Plugin Features"
 msgstr ""
 
-#: mod/admin.php:1129
-msgid "Number of days after which a server is requeried for his contacts."
+#: mod/admin.php:200
+msgid "diagnostics"
 msgstr ""
 
-#: mod/admin.php:1130
-msgid "Discover contacts from other servers"
+#: mod/admin.php:201
+msgid "User registrations waiting for confirmation"
 msgstr ""
 
-#: mod/admin.php:1130
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
+#: mod/admin.php:280
+msgid "The blocked domain"
 msgstr ""
 
-#: mod/admin.php:1131
-msgid "Timeframe for fetching global contacts"
+#: mod/admin.php:281 mod/admin.php:294
+msgid "The reason why you blocked this domain."
 msgstr ""
 
-#: mod/admin.php:1131
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
+#: mod/admin.php:282
+msgid "Delete domain"
 msgstr ""
 
-#: mod/admin.php:1132
-msgid "Search the local directory"
+#: mod/admin.php:282
+msgid "Check to delete this entry from the blocklist"
 msgstr ""
 
-#: mod/admin.php:1132
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
+#: mod/admin.php:288 mod/admin.php:478 mod/admin.php:512 mod/admin.php:592
+#: mod/admin.php:1059 mod/admin.php:1503 mod/admin.php:1621 mod/admin.php:1684
+#: mod/admin.php:1897 mod/admin.php:1947 mod/admin.php:2021 mod/admin.php:2089
+msgid "Administration"
 msgstr ""
 
-#: mod/admin.php:1134
-msgid "Publish server information"
+#: mod/admin.php:290
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote server."
 msgstr ""
 
-#: mod/admin.php:1134
+#: mod/admin.php:291
 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."
+"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:1136
-msgid "Suppress Tags"
+#: mod/admin.php:292
+msgid "Add new entry to block list"
 msgstr ""
 
-#: mod/admin.php:1136
-msgid "Suppress showing a list of hashtags at the end of the posting."
+#: mod/admin.php:293
+msgid "Server Domain"
 msgstr ""
 
-#: mod/admin.php:1137
-msgid "Path to item cache"
+#: mod/admin.php:293
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
 msgstr ""
 
-#: mod/admin.php:1137
-msgid "The item caches buffers generated bbcode and external images."
+#: mod/admin.php:294
+msgid "Block reason"
 msgstr ""
 
-#: mod/admin.php:1138
-msgid "Cache duration in seconds"
+#: mod/admin.php:295
+msgid "Add Entry"
 msgstr ""
 
-#: mod/admin.php:1138
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One "
-"day). To disable the item cache, set the value to -1."
+#: mod/admin.php:296
+msgid "Save changes to the blocklist"
 msgstr ""
 
-#: mod/admin.php:1139
-msgid "Maximum numbers of comments per post"
+#: mod/admin.php:297
+msgid "Current Entries in the Blocklist"
 msgstr ""
 
-#: mod/admin.php:1139
-msgid "How much comments should be shown for each post? Default value is 100."
+#: mod/admin.php:300
+msgid "Delete entry from blocklist"
 msgstr ""
 
-#: mod/admin.php:1140
-msgid "Temp path"
+#: mod/admin.php:303
+msgid "Delete entry from blocklist?"
 msgstr ""
 
-#: mod/admin.php:1140
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
+#: mod/admin.php:328
+msgid "Server added to blocklist."
 msgstr ""
 
-#: mod/admin.php:1141
-msgid "Base path to installation"
+#: mod/admin.php:344
+msgid "Site blocklist updated."
 msgstr ""
 
-#: mod/admin.php:1141
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the "
-"correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
+#: mod/admin.php:409
+msgid "unknown"
 msgstr ""
 
-#: mod/admin.php:1142
-msgid "Disable picture proxy"
+#: mod/admin.php:472
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
 msgstr ""
 
-#: mod/admin.php:1142
+#: mod/admin.php:473
 msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on "
-"systems with very low bandwith."
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
 msgstr ""
 
-#: mod/admin.php:1143
-msgid "Only search in tags"
+#: mod/admin.php:485
+#, php-format
+msgid "Currently this node is aware of %d nodes from the following platforms:"
 msgstr ""
 
-#: mod/admin.php:1143
-msgid "On large systems the text search can slow down the system extremely."
+#: mod/admin.php:515
+msgid "ID"
 msgstr ""
 
-#: mod/admin.php:1145
-msgid "New base url"
+#: mod/admin.php:516
+msgid "Recipient Name"
 msgstr ""
 
-#: mod/admin.php:1145
-msgid ""
-"Change base url for this server. Sends relocate message to all DFRN contacts "
-"of all users."
+#: mod/admin.php:517
+msgid "Recipient Profile"
 msgstr ""
 
-#: mod/admin.php:1147
-msgid "RINO Encryption"
+#: mod/admin.php:519
+msgid "Created"
 msgstr ""
 
-#: mod/admin.php:1147
-msgid "Encryption layer between nodes."
+#: mod/admin.php:520
+msgid "Last Tried"
 msgstr ""
 
-#: mod/admin.php:1149
-msgid "Maximum number of parallel workers"
+#: mod/admin.php:521
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
 msgstr ""
 
-#: mod/admin.php:1149
-msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
+#: mod/admin.php:546
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should "
+"change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php include/"
+"dbstructure.php toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
 msgstr ""
 
-#: mod/admin.php:1150
-msgid "Don't use 'proc_open' with the worker"
+#: mod/admin.php:555
+msgid ""
+"The database update failed. Please run \"php include/dbstructure.php update"
+"\" from the command line and have a look at the errors that might appear."
 msgstr ""
 
-#: mod/admin.php:1150
-msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of poller calls in your crontab."
+#: mod/admin.php:560 mod/admin.php:1453
+msgid "Normal Account"
 msgstr ""
 
-#: mod/admin.php:1151
-msgid "Enable fastlane"
+#: mod/admin.php:561 mod/admin.php:1454
+msgid "Soapbox Account"
 msgstr ""
 
-#: mod/admin.php:1151
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes "
-"with higher priority are blocked by processes of lower priority."
+#: mod/admin.php:562 mod/admin.php:1455
+msgid "Community/Celebrity Account"
 msgstr ""
 
-#: mod/admin.php:1152
-msgid "Enable frontend worker"
+#: mod/admin.php:563 mod/admin.php:1456
+msgid "Automatic Friend Account"
 msgstr ""
 
-#: mod/admin.php:1152
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call yourdomain.tld/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs "
-"on your server. The worker background process needs to be activated for this."
+#: mod/admin.php:564
+msgid "Blog Account"
 msgstr ""
 
-#: mod/admin.php:1182
-msgid "Update has been marked successful"
+#: mod/admin.php:565
+msgid "Private Forum"
 msgstr ""
 
-#: mod/admin.php:1190
-#, php-format
-msgid "Database structure update %s was successfully applied."
+#: mod/admin.php:587
+msgid "Message queues"
 msgstr ""
 
-#: mod/admin.php:1193
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
+#: mod/admin.php:593
+msgid "Summary"
 msgstr ""
 
-#: mod/admin.php:1207
-#, php-format
-msgid "Executing %s failed with error: %s"
+#: mod/admin.php:595
+msgid "Registered users"
 msgstr ""
 
-#: mod/admin.php:1210
-#, php-format
-msgid "Update %s was successfully applied."
+#: mod/admin.php:597
+msgid "Pending registrations"
 msgstr ""
 
-#: mod/admin.php:1213
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
+#: mod/admin.php:598
+msgid "Version"
 msgstr ""
 
-#: mod/admin.php:1216
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
+#: mod/admin.php:603
+msgid "Active plugins"
 msgstr ""
 
-#: mod/admin.php:1236
-msgid "No failed updates."
+#: mod/admin.php:628
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr ""
 
-#: mod/admin.php:1237
-msgid "Check database structure"
+#: mod/admin.php:920
+msgid "Site settings updated."
 msgstr ""
 
-#: mod/admin.php:1242
-msgid "Failed Updates"
+#: mod/admin.php:948 mod/settings.php:944
+msgid "No special theme for mobile devices"
 msgstr ""
 
-#: mod/admin.php:1243
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
+#: mod/admin.php:977
+msgid "No community page"
 msgstr ""
 
-#: mod/admin.php:1244
-msgid "Mark success (if update was manually applied)"
+#: mod/admin.php:978
+msgid "Public postings from users of this site"
 msgstr ""
 
-#: mod/admin.php:1245
-msgid "Attempt to execute this update step automatically"
+#: mod/admin.php:979
+msgid "Global community page"
 msgstr ""
 
-#: mod/admin.php:1279
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
+#: mod/admin.php:985
+msgid "At post arrival"
 msgstr ""
 
-#: mod/admin.php:1282
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after "
-"logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that "
-"page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default "
-"profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - "
-"and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more "
-"specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are "
-"necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
+#: mod/admin.php:995
+msgid "Users, Global Contacts"
 msgstr ""
 
-#: mod/admin.php:1326
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/admin.php:996
+msgid "Users, Global Contacts/fallback"
+msgstr ""
 
-#: mod/admin.php:1333
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/admin.php:1000
+msgid "One month"
+msgstr ""
 
-#: mod/admin.php:1380
-#, php-format
-msgid "User '%s' deleted"
+#: mod/admin.php:1001
+msgid "Three months"
 msgstr ""
 
-#: mod/admin.php:1388
-#, php-format
-msgid "User '%s' unblocked"
+#: mod/admin.php:1002
+msgid "Half a year"
 msgstr ""
 
-#: mod/admin.php:1388
-#, php-format
-msgid "User '%s' blocked"
+#: mod/admin.php:1003
+msgid "One year"
 msgstr ""
 
-#: mod/admin.php:1496 mod/admin.php:1522
-msgid "Register date"
+#: mod/admin.php:1008
+msgid "Multi user instance"
 msgstr ""
 
-#: mod/admin.php:1496 mod/admin.php:1522
-msgid "Last login"
+#: mod/admin.php:1031
+msgid "Closed"
 msgstr ""
 
-#: mod/admin.php:1496 mod/admin.php:1522
-msgid "Last item"
+#: mod/admin.php:1032
+msgid "Requires approval"
 msgstr ""
 
-#: mod/admin.php:1496 mod/settings.php:45
-msgid "Account"
+#: mod/admin.php:1033
+msgid "Open"
 msgstr ""
 
-#: mod/admin.php:1505
-msgid "Add User"
+#: mod/admin.php:1037
+msgid "No SSL policy, links will track page SSL state"
 msgstr ""
 
-#: mod/admin.php:1506
-msgid "select all"
+#: mod/admin.php:1038
+msgid "Force all links to use SSL"
 msgstr ""
 
-#: mod/admin.php:1507
-msgid "User registrations waiting for confirm"
+#: mod/admin.php:1039
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr ""
 
-#: mod/admin.php:1508
-msgid "User waiting for permanent deletion"
+#: mod/admin.php:1061 mod/admin.php:1686 mod/admin.php:1949 mod/admin.php:2023
+#: mod/admin.php:2176 mod/settings.php:682 mod/settings.php:793
+#: mod/settings.php:842 mod/settings.php:909 mod/settings.php:1006
+#: mod/settings.php:1272
+msgid "Save Settings"
 msgstr ""
 
-#: mod/admin.php:1509
-msgid "Request date"
+#: mod/admin.php:1063
+msgid "File upload"
 msgstr ""
 
-#: mod/admin.php:1510
-msgid "No registrations."
+#: mod/admin.php:1064
+msgid "Policies"
 msgstr ""
 
-#: mod/admin.php:1511
-msgid "Note from the user"
+#: mod/admin.php:1066
+msgid "Auto Discovered Contact Directory"
 msgstr ""
 
-#: mod/admin.php:1513
-msgid "Deny"
+#: mod/admin.php:1067
+msgid "Performance"
 msgstr ""
 
-#: mod/admin.php:1515 mod/contacts.php:616 mod/contacts.php:816
-#: mod/contacts.php:994
-msgid "Block"
+#: mod/admin.php:1068
+msgid "Worker"
 msgstr ""
 
-#: mod/admin.php:1516 mod/contacts.php:616 mod/contacts.php:816
-#: mod/contacts.php:994
-msgid "Unblock"
+#: mod/admin.php:1069
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr ""
 
-#: mod/admin.php:1517
-msgid "Site admin"
+#: mod/admin.php:1072
+msgid "Site name"
 msgstr ""
 
-#: mod/admin.php:1518
-msgid "Account expired"
+#: mod/admin.php:1073
+msgid "Host name"
 msgstr ""
 
-#: mod/admin.php:1521
-msgid "New User"
+#: mod/admin.php:1074
+msgid "Sender Email"
+msgstr ""
+
+#: mod/admin.php:1074
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr ""
+
+#: mod/admin.php:1075
+msgid "Banner/Logo"
+msgstr ""
+
+#: mod/admin.php:1076
+msgid "Shortcut icon"
+msgstr ""
+
+#: mod/admin.php:1076
+msgid "Link to an icon that will be used for browsers."
+msgstr ""
+
+#: mod/admin.php:1077
+msgid "Touch icon"
 msgstr ""
 
-#: mod/admin.php:1522
-msgid "Deleted since"
+#: mod/admin.php:1077
+msgid "Link to an icon that will be used for tablets and mobiles."
 msgstr ""
 
-#: mod/admin.php:1527
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
+#: mod/admin.php:1078
+msgid "Additional Info"
 msgstr ""
 
-#: mod/admin.php:1528
+#: mod/admin.php:1078
+#, php-format
 msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
+"For public servers: you can add additional information here that will be "
+"listed at %s/siteinfo."
 msgstr ""
 
-#: mod/admin.php:1538
-msgid "Name of the new user."
+#: mod/admin.php:1079
+msgid "System language"
 msgstr ""
 
-#: mod/admin.php:1539
-msgid "Nickname"
+#: mod/admin.php:1080
+msgid "System theme"
 msgstr ""
 
-#: mod/admin.php:1539
-msgid "Nickname of the new user."
+#: mod/admin.php:1080
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
 msgstr ""
 
-#: mod/admin.php:1540
-msgid "Email address of the new user."
+#: mod/admin.php:1081
+msgid "Mobile system theme"
 msgstr ""
 
-#: mod/admin.php:1583
-#, php-format
-msgid "Plugin %s disabled."
+#: mod/admin.php:1081
+msgid "Theme for mobile devices"
 msgstr ""
 
-#: mod/admin.php:1587
-#, php-format
-msgid "Plugin %s enabled."
+#: mod/admin.php:1082
+msgid "SSL link policy"
 msgstr ""
 
-#: mod/admin.php:1598 mod/admin.php:1850
-msgid "Disable"
+#: mod/admin.php:1082
+msgid "Determines whether generated links should be forced to use SSL"
 msgstr ""
 
-#: mod/admin.php:1600 mod/admin.php:1852
-msgid "Enable"
+#: mod/admin.php:1083
+msgid "Force SSL"
 msgstr ""
 
-#: mod/admin.php:1623 mod/admin.php:1899
-msgid "Toggle"
+#: mod/admin.php:1083
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
+"to endless loops."
 msgstr ""
 
-#: mod/admin.php:1631 mod/admin.php:1908
-msgid "Author: "
+#: mod/admin.php:1084
+msgid "Hide help entry from navigation menu"
 msgstr ""
 
-#: mod/admin.php:1632 mod/admin.php:1909
-msgid "Maintainer: "
+#: mod/admin.php:1084
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
 msgstr ""
 
-#: mod/admin.php:1687
-msgid "Reload active plugins"
+#: mod/admin.php:1085
+msgid "Single user instance"
 msgstr ""
 
-#: mod/admin.php:1692
-#, php-format
-msgid ""
-"There are currently no plugins available on your node. You can find the "
-"official plugin repository at %1$s and might find other interesting plugins "
-"in the open plugin registry at %2$s"
+#: mod/admin.php:1085
+msgid "Make this instance multi-user or single-user for the named user"
 msgstr ""
 
-#: mod/admin.php:1811
-msgid "No themes found."
+#: mod/admin.php:1086
+msgid "Maximum image size"
 msgstr ""
 
-#: mod/admin.php:1890
-msgid "Screenshot"
+#: mod/admin.php:1086
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
 msgstr ""
 
-#: mod/admin.php:1950
-msgid "Reload active themes"
+#: mod/admin.php:1087
+msgid "Maximum image length"
 msgstr ""
 
-#: mod/admin.php:1955
-#, php-format
-msgid "No themes found on the system. They should be paced in %1$s"
+#: mod/admin.php:1087
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
 msgstr ""
 
-#: mod/admin.php:1956
-msgid "[Experimental]"
+#: mod/admin.php:1088
+msgid "JPEG image quality"
 msgstr ""
 
-#: mod/admin.php:1957
-msgid "[Unsupported]"
+#: mod/admin.php:1088
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
 msgstr ""
 
-#: mod/admin.php:1981
-msgid "Log settings updated."
+#: mod/admin.php:1090
+msgid "Register policy"
 msgstr ""
 
-#: mod/admin.php:2013
-msgid "PHP log currently enabled."
+#: mod/admin.php:1091
+msgid "Maximum Daily Registrations"
 msgstr ""
 
-#: mod/admin.php:2015
-msgid "PHP log currently disabled."
+#: mod/admin.php:1091
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user "
+"registrations to accept per day.  If register is set to closed, this setting "
+"has no effect."
 msgstr ""
 
-#: mod/admin.php:2024
-msgid "Clear"
+#: mod/admin.php:1092
+msgid "Register text"
 msgstr ""
 
-#: mod/admin.php:2029
-msgid "Enable Debugging"
+#: mod/admin.php:1092
+msgid "Will be displayed prominently on the registration page."
 msgstr ""
 
-#: mod/admin.php:2030
-msgid "Log file"
+#: mod/admin.php:1093
+msgid "Accounts abandoned after x days"
 msgstr ""
 
-#: mod/admin.php:2030
+#: mod/admin.php:1093
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr ""
-
-#: mod/admin.php:2031
-msgid "Log level"
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
 msgstr ""
 
-#: mod/admin.php:2034
-msgid "PHP logging"
+#: mod/admin.php:1094
+msgid "Allowed friend domains"
 msgstr ""
 
-#: mod/admin.php:2035
+#: mod/admin.php:1094
 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."
+"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:2165 mod/admin.php:2166 mod/settings.php:783
-msgid "Off"
+#: mod/admin.php:1095
+msgid "Allowed email domains"
 msgstr ""
 
-#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
-msgid "On"
+#: mod/admin.php:1095
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
 msgstr ""
 
-#: mod/admin.php:2166
-#, php-format
-msgid "Lock feature %s"
+#: mod/admin.php:1096
+msgid "Block public"
 msgstr ""
 
-#: mod/admin.php:2174
-msgid "Manage Additional Features"
+#: mod/admin.php:1096
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
 msgstr ""
 
-#: mod/contacts.php:137
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] ""
-msgstr[1] ""
+#: mod/admin.php:1097
+msgid "Force publish"
+msgstr ""
 
-#: mod/contacts.php:172 mod/contacts.php:381
-msgid "Could not access contact record."
+#: mod/admin.php:1097
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
 msgstr ""
 
-#: mod/contacts.php:186
-msgid "Could not locate selected profile."
+#: mod/admin.php:1098
+msgid "Global directory URL"
 msgstr ""
 
-#: mod/contacts.php:219
-msgid "Contact updated."
+#: mod/admin.php:1098
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
 msgstr ""
 
-#: mod/contacts.php:402
-msgid "Contact has been blocked"
+#: mod/admin.php:1099
+msgid "Allow threaded items"
 msgstr ""
 
-#: mod/contacts.php:402
-msgid "Contact has been unblocked"
+#: mod/admin.php:1099
+msgid "Allow infinite level threading for items on this site."
 msgstr ""
 
-#: mod/contacts.php:413
-msgid "Contact has been ignored"
+#: mod/admin.php:1100
+msgid "Private posts by default for new users"
 msgstr ""
 
-#: mod/contacts.php:413
-msgid "Contact has been unignored"
+#: mod/admin.php:1100
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
 msgstr ""
 
-#: mod/contacts.php:425
-msgid "Contact has been archived"
+#: mod/admin.php:1101
+msgid "Don't include post content in email notifications"
 msgstr ""
 
-#: mod/contacts.php:425
-msgid "Contact has been unarchived"
+#: mod/admin.php:1101
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
 msgstr ""
 
-#: mod/contacts.php:450
-msgid "Drop contact"
+#: mod/admin.php:1102
+msgid "Disallow public access to addons listed in the apps menu."
 msgstr ""
 
-#: mod/contacts.php:453 mod/contacts.php:812
-msgid "Do you really want to delete this contact?"
+#: mod/admin.php:1102
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
 msgstr ""
 
-#: mod/contacts.php:472
-msgid "Contact has been removed."
+#: mod/admin.php:1103
+msgid "Don't embed private images in posts"
 msgstr ""
 
-#: mod/contacts.php:509
-#, php-format
-msgid "You are mutual friends with %s"
+#: mod/admin.php:1103
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a while."
 msgstr ""
 
-#: mod/contacts.php:513
-#, php-format
-msgid "You are sharing with %s"
+#: mod/admin.php:1104
+msgid "Allow Users to set remote_self"
 msgstr ""
 
-#: mod/contacts.php:518
-#, php-format
-msgid "%s is sharing with you"
+#: mod/admin.php:1104
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
 msgstr ""
 
-#: mod/contacts.php:538
-msgid "Private communications are not available for this contact."
+#: mod/admin.php:1105
+msgid "Block multiple registrations"
 msgstr ""
 
-#: mod/contacts.php:545
-msgid "(Update was successful)"
+#: mod/admin.php:1105
+msgid "Disallow users to register additional accounts for use as pages."
 msgstr ""
 
-#: mod/contacts.php:545
-msgid "(Update was not successful)"
+#: mod/admin.php:1106
+msgid "OpenID support"
 msgstr ""
 
-#: mod/contacts.php:547 mod/contacts.php:975
-msgid "Suggest friends"
+#: mod/admin.php:1106
+msgid "OpenID support for registration and logins."
 msgstr ""
 
-#: mod/contacts.php:551
-#, php-format
-msgid "Network type: %s"
+#: mod/admin.php:1107
+msgid "Fullname check"
 msgstr ""
 
-#: mod/contacts.php:564
-msgid "Communications lost with this contact!"
+#: mod/admin.php:1107
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
 msgstr ""
 
-#: mod/contacts.php:567
-msgid "Fetch further information for feeds"
+#: mod/admin.php:1108
+msgid "Community Page Style"
 msgstr ""
 
-#: mod/contacts.php:568
-msgid "Fetch information"
+#: mod/admin.php:1108
+msgid ""
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
 msgstr ""
 
-#: mod/contacts.php:568
-msgid "Fetch information and keywords"
+#: mod/admin.php:1109
+msgid "Posts per user on community page"
 msgstr ""
 
-#: mod/contacts.php:586
-msgid "Contact"
+#: mod/admin.php:1109
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
 msgstr ""
 
-#: mod/contacts.php:589
-msgid "Profile Visibility"
+#: mod/admin.php:1110
+msgid "Enable OStatus support"
 msgstr ""
 
-#: mod/contacts.php:590
-#, php-format
+#: mod/admin.php:1110
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
 msgstr ""
 
-#: mod/contacts.php:591
-msgid "Contact Information / Notes"
+#: mod/admin.php:1111
+msgid "OStatus conversation completion interval"
 msgstr ""
 
-#: mod/contacts.php:592
-msgid "Edit contact notes"
+#: mod/admin.php:1111
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
 msgstr ""
 
-#: mod/contacts.php:598
-msgid "Block/Unblock contact"
+#: mod/admin.php:1112
+msgid "Only import OStatus threads from our contacts"
 msgstr ""
 
-#: mod/contacts.php:599
-msgid "Ignore contact"
+#: mod/admin.php:1112
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option "
+"we only store threads that are started by a contact that is known on our "
+"system."
 msgstr ""
 
-#: mod/contacts.php:600
-msgid "Repair URL settings"
+#: mod/admin.php:1113
+msgid "OStatus support can only be enabled if threading is enabled."
 msgstr ""
 
-#: mod/contacts.php:601
-msgid "View conversations"
+#: mod/admin.php:1115
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub "
+"directory."
 msgstr ""
 
-#: mod/contacts.php:607
-msgid "Last update:"
+#: mod/admin.php:1116
+msgid "Enable Diaspora support"
 msgstr ""
 
-#: mod/contacts.php:609
-msgid "Update public posts"
+#: mod/admin.php:1116
+msgid "Provide built-in Diaspora network compatibility."
 msgstr ""
 
-#: mod/contacts.php:611 mod/contacts.php:985
-msgid "Update now"
+#: mod/admin.php:1117
+msgid "Only allow Friendica contacts"
 msgstr ""
 
-#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
-msgid "Unignore"
+#: mod/admin.php:1117
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
 msgstr ""
 
-#: mod/contacts.php:621
-msgid "Currently blocked"
+#: mod/admin.php:1118
+msgid "Verify SSL"
 msgstr ""
 
-#: mod/contacts.php:622
-msgid "Currently ignored"
+#: mod/admin.php:1118
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you "
+"cannot connect (at all) to self-signed SSL sites."
 msgstr ""
 
-#: mod/contacts.php:623
-msgid "Currently archived"
+#: mod/admin.php:1119
+msgid "Proxy user"
 msgstr ""
 
-#: mod/contacts.php:624
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
+#: mod/admin.php:1120
+msgid "Proxy URL"
 msgstr ""
 
-#: mod/contacts.php:625
-msgid "Notification for new posts"
+#: mod/admin.php:1121
+msgid "Network timeout"
 msgstr ""
 
-#: mod/contacts.php:625
-msgid "Send a notification of every new post of this contact"
+#: mod/admin.php:1121
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr ""
 
-#: mod/contacts.php:628
-msgid "Blacklisted keywords"
+#: mod/admin.php:1122
+msgid "Maximum Load Average"
 msgstr ""
 
-#: mod/contacts.php:628
+#: mod/admin.php:1122
 msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
 msgstr ""
 
-#: mod/contacts.php:646
-msgid "Actions"
+#: mod/admin.php:1123
+msgid "Maximum Load Average (Frontend)"
 msgstr ""
 
-#: mod/contacts.php:649
-msgid "Contact Settings"
+#: mod/admin.php:1123
+msgid "Maximum system load before the frontend quits service - default 50."
 msgstr ""
 
-#: mod/contacts.php:695
-msgid "Suggestions"
+#: mod/admin.php:1124
+msgid "Minimal Memory"
 msgstr ""
 
-#: mod/contacts.php:698
-msgid "Suggest potential friends"
+#: mod/admin.php:1124
+msgid ""
+"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
 msgstr ""
 
-#: mod/contacts.php:706
-msgid "Show all contacts"
+#: mod/admin.php:1125
+msgid "Maximum table size for optimization"
 msgstr ""
 
-#: mod/contacts.php:711
-msgid "Unblocked"
+#: mod/admin.php:1125
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
 msgstr ""
 
-#: mod/contacts.php:714
-msgid "Only show unblocked contacts"
+#: mod/admin.php:1126
+msgid "Minimum level of fragmentation"
 msgstr ""
 
-#: mod/contacts.php:720
-msgid "Blocked"
+#: mod/admin.php:1126
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
 msgstr ""
 
-#: mod/contacts.php:723
-msgid "Only show blocked contacts"
+#: mod/admin.php:1128
+msgid "Periodical check of global contacts"
 msgstr ""
 
-#: mod/contacts.php:729
-msgid "Ignored"
+#: mod/admin.php:1128
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
 msgstr ""
 
-#: mod/contacts.php:732
-msgid "Only show ignored contacts"
+#: mod/admin.php:1129
+msgid "Days between requery"
 msgstr ""
 
-#: mod/contacts.php:738
-msgid "Archived"
+#: mod/admin.php:1129
+msgid "Number of days after which a server is requeried for his contacts."
 msgstr ""
 
-#: mod/contacts.php:741
-msgid "Only show archived contacts"
+#: mod/admin.php:1130
+msgid "Discover contacts from other servers"
 msgstr ""
 
-#: mod/contacts.php:747
-msgid "Hidden"
+#: mod/admin.php:1130
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
 msgstr ""
 
-#: mod/contacts.php:750
-msgid "Only show hidden contacts"
+#: mod/admin.php:1131
+msgid "Timeframe for fetching global contacts"
 msgstr ""
 
-#: mod/contacts.php:807
-msgid "Search your contacts"
+#: mod/admin.php:1131
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
 msgstr ""
 
-#: mod/contacts.php:815 mod/settings.php:162 mod/settings.php:708
-msgid "Update"
+#: mod/admin.php:1132
+msgid "Search the local directory"
 msgstr ""
 
-#: mod/contacts.php:818 mod/contacts.php:1010
-msgid "Archive"
+#: mod/admin.php:1132
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
 msgstr ""
 
-#: mod/contacts.php:818 mod/contacts.php:1010
-msgid "Unarchive"
+#: mod/admin.php:1134
+msgid "Publish server information"
+msgstr ""
+
+#: mod/admin.php:1134
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a "
+"href='http://the-federation.info/'>the-federation.info</a> for details."
 msgstr ""
 
-#: mod/contacts.php:821
-msgid "Batch Actions"
+#: mod/admin.php:1136
+msgid "Suppress Tags"
 msgstr ""
 
-#: mod/contacts.php:867
-msgid "View all contacts"
+#: mod/admin.php:1136
+msgid "Suppress showing a list of hashtags at the end of the posting."
 msgstr ""
 
-#: mod/contacts.php:877
-msgid "View all common friends"
+#: mod/admin.php:1137
+msgid "Path to item cache"
 msgstr ""
 
-#: mod/contacts.php:884
-msgid "Advanced Contact Settings"
+#: mod/admin.php:1137
+msgid "The item caches buffers generated bbcode and external images."
 msgstr ""
 
-#: mod/contacts.php:918
-msgid "Mutual Friendship"
+#: mod/admin.php:1138
+msgid "Cache duration in seconds"
 msgstr ""
 
-#: mod/contacts.php:922
-msgid "is a fan of yours"
+#: mod/admin.php:1138
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One "
+"day). To disable the item cache, set the value to -1."
 msgstr ""
 
-#: mod/contacts.php:926
-msgid "you are a fan of"
+#: mod/admin.php:1139
+msgid "Maximum numbers of comments per post"
 msgstr ""
 
-#: mod/contacts.php:996
-msgid "Toggle Blocked status"
+#: mod/admin.php:1139
+msgid "How much comments should be shown for each post? Default value is 100."
 msgstr ""
 
-#: mod/contacts.php:1004
-msgid "Toggle Ignored status"
+#: mod/admin.php:1140
+msgid "Temp path"
 msgstr ""
 
-#: mod/contacts.php:1012
-msgid "Toggle Archive status"
+#: mod/admin.php:1140
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
 msgstr ""
 
-#: mod/contacts.php:1020
-msgid "Delete contact"
+#: mod/admin.php:1141
+msgid "Base path to installation"
 msgstr ""
 
-#: mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
+#: mod/admin.php:1141
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the "
+"correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
 msgstr ""
 
-#: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93
-#: mod/profile_photo.php:322
-#, php-format
-msgid "Image size reduction [%s] failed."
+#: mod/admin.php:1142
+msgid "Disable picture proxy"
 msgstr ""
 
-#: mod/profile_photo.php:127
+#: mod/admin.php:1142
 msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+"The picture proxy increases performance and privacy. It shouldn't be used on "
+"systems with very low bandwith."
 msgstr ""
 
-#: mod/profile_photo.php:136
-msgid "Unable to process image"
+#: mod/admin.php:1143
+msgid "Only search in tags"
 msgstr ""
 
-#: mod/profile_photo.php:253
-msgid "Upload File:"
+#: mod/admin.php:1143
+msgid "On large systems the text search can slow down the system extremely."
 msgstr ""
 
-#: mod/profile_photo.php:254
-msgid "Select a profile:"
+#: mod/admin.php:1145
+msgid "New base url"
 msgstr ""
 
-#: mod/profile_photo.php:256
-msgid "Upload"
+#: mod/admin.php:1145
+msgid ""
+"Change base url for this server. Sends relocate message to all DFRN contacts "
+"of all users."
 msgstr ""
 
-#: mod/profile_photo.php:259
-msgid "or"
+#: mod/admin.php:1147
+msgid "RINO Encryption"
 msgstr ""
 
-#: mod/profile_photo.php:259
-msgid "skip this step"
+#: mod/admin.php:1147
+msgid "Encryption layer between nodes."
 msgstr ""
 
-#: mod/profile_photo.php:259
-msgid "select a photo from your photo albums"
+#: mod/admin.php:1149
+msgid "Maximum number of parallel workers"
 msgstr ""
 
-#: mod/profile_photo.php:273
-msgid "Crop Image"
+#: mod/admin.php:1149
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
 msgstr ""
 
-#: mod/profile_photo.php:274
-msgid "Please adjust the image cropping for optimum viewing."
+#: mod/admin.php:1150
+msgid "Don't use 'proc_open' with the worker"
 msgstr ""
 
-#: mod/profile_photo.php:276
-msgid "Done Editing"
+#: mod/admin.php:1150
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of poller calls in your crontab."
 msgstr ""
 
-#: mod/profile_photo.php:312
-msgid "Image uploaded successfully."
+#: mod/admin.php:1151
+msgid "Enable fastlane"
 msgstr ""
 
-#: mod/profiles.php:42
-msgid "Profile deleted."
+#: mod/admin.php:1151
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes "
+"with higher priority are blocked by processes of lower priority."
 msgstr ""
 
-#: mod/profiles.php:58 mod/profiles.php:94
-msgid "Profile-"
+#: mod/admin.php:1152
+msgid "Enable frontend worker"
 msgstr ""
 
-#: mod/profiles.php:77 mod/profiles.php:122
-msgid "New profile created."
+#: mod/admin.php:1152
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call yourdomain.tld/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs "
+"on your server. The worker background process needs to be activated for this."
 msgstr ""
 
-#: mod/profiles.php:100
-msgid "Profile unavailable to clone."
+#: mod/admin.php:1182
+msgid "Update has been marked successful"
 msgstr ""
 
-#: mod/profiles.php:196
-msgid "Profile Name is required."
+#: mod/admin.php:1190
+#, php-format
+msgid "Database structure update %s was successfully applied."
 msgstr ""
 
-#: mod/profiles.php:336
-msgid "Marital Status"
+#: mod/admin.php:1193
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
 msgstr ""
 
-#: mod/profiles.php:340
-msgid "Romantic Partner"
+#: mod/admin.php:1207
+#, php-format
+msgid "Executing %s failed with error: %s"
 msgstr ""
 
-#: mod/profiles.php:352
-msgid "Work/Employment"
+#: mod/admin.php:1210
+#, php-format
+msgid "Update %s was successfully applied."
 msgstr ""
 
-#: mod/profiles.php:355
-msgid "Religion"
+#: mod/admin.php:1213
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr ""
 
-#: mod/profiles.php:359
-msgid "Political Views"
+#: mod/admin.php:1216
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
 msgstr ""
 
-#: mod/profiles.php:363
-msgid "Gender"
+#: mod/admin.php:1236
+msgid "No failed updates."
 msgstr ""
 
-#: mod/profiles.php:367
-msgid "Sexual Preference"
+#: mod/admin.php:1237
+msgid "Check database structure"
 msgstr ""
 
-#: mod/profiles.php:371
-msgid "XMPP"
+#: mod/admin.php:1242
+msgid "Failed Updates"
 msgstr ""
 
-#: mod/profiles.php:375
-msgid "Homepage"
+#: mod/admin.php:1243
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
 msgstr ""
 
-#: mod/profiles.php:379 mod/profiles.php:698
-msgid "Interests"
+#: mod/admin.php:1244
+msgid "Mark success (if update was manually applied)"
 msgstr ""
 
-#: mod/profiles.php:383
-msgid "Address"
+#: mod/admin.php:1245
+msgid "Attempt to execute this update step automatically"
 msgstr ""
 
-#: mod/profiles.php:390 mod/profiles.php:694
-msgid "Location"
+#: mod/admin.php:1279
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr ""
 
-#: mod/profiles.php:475
-msgid "Profile updated."
+#: mod/admin.php:1282
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after "
+"logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that "
+"page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default "
+"profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - "
+"and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more "
+"specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are "
+"necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
 msgstr ""
 
-#: mod/profiles.php:567
-msgid " and "
-msgstr ""
+#: mod/admin.php:1326
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/profiles.php:576
-msgid "public profile"
-msgstr ""
+#: mod/admin.php:1333
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/profiles.php:579
+#: mod/admin.php:1380
 #, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgid "User '%s' deleted"
 msgstr ""
 
-#: mod/profiles.php:580
+#: mod/admin.php:1388
 #, php-format
-msgid " - Visit %1$s's %2$s"
+msgid "User '%s' unblocked"
 msgstr ""
 
-#: mod/profiles.php:582
+#: mod/admin.php:1388
 #, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
+msgid "User '%s' blocked"
 msgstr ""
 
-#: mod/profiles.php:640
-msgid "Hide contacts and friends:"
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Register date"
 msgstr ""
 
-#: mod/profiles.php:645
-msgid "Hide your contact/friend list from viewers of this profile?"
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last login"
 msgstr ""
 
-#: mod/profiles.php:670
-msgid "Show more profile fields:"
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last item"
 msgstr ""
 
-#: mod/profiles.php:682
-msgid "Profile Actions"
+#: mod/admin.php:1496 mod/settings.php:45
+msgid "Account"
 msgstr ""
 
-#: mod/profiles.php:683
-msgid "Edit Profile Details"
+#: mod/admin.php:1505
+msgid "Add User"
 msgstr ""
 
-#: mod/profiles.php:685
-msgid "Change Profile Photo"
+#: mod/admin.php:1506
+msgid "select all"
 msgstr ""
 
-#: mod/profiles.php:686
-msgid "View this profile"
+#: mod/admin.php:1507
+msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: mod/profiles.php:688
-msgid "Create a new profile using these settings"
+#: mod/admin.php:1508
+msgid "User waiting for permanent deletion"
 msgstr ""
 
-#: mod/profiles.php:689
-msgid "Clone this profile"
+#: mod/admin.php:1509
+msgid "Request date"
 msgstr ""
 
-#: mod/profiles.php:690
-msgid "Delete this profile"
+#: mod/admin.php:1510
+msgid "No registrations."
 msgstr ""
 
-#: mod/profiles.php:692
-msgid "Basic information"
+#: mod/admin.php:1511
+msgid "Note from the user"
 msgstr ""
 
-#: mod/profiles.php:693
-msgid "Profile picture"
+#: mod/admin.php:1513
+msgid "Deny"
 msgstr ""
 
-#: mod/profiles.php:695
-msgid "Preferences"
+#: mod/admin.php:1517
+msgid "Site admin"
 msgstr ""
 
-#: mod/profiles.php:696
-msgid "Status information"
+#: mod/admin.php:1518
+msgid "Account expired"
 msgstr ""
 
-#: mod/profiles.php:697
-msgid "Additional information"
+#: mod/admin.php:1521
+msgid "New User"
 msgstr ""
 
-#: mod/profiles.php:700
-msgid "Relation"
+#: mod/admin.php:1522
+msgid "Deleted since"
 msgstr ""
 
-#: mod/profiles.php:704
-msgid "Your Gender:"
+#: mod/admin.php:1527
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: mod/profiles.php:705
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+#: mod/admin.php:1528
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: mod/profiles.php:707
-msgid "Example: fishing photography software"
+#: mod/admin.php:1538
+msgid "Name of the new user."
 msgstr ""
 
-#: mod/profiles.php:712
-msgid "Profile Name:"
+#: mod/admin.php:1539
+msgid "Nickname"
 msgstr ""
 
-#: mod/profiles.php:714
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
+#: mod/admin.php:1539
+msgid "Nickname of the new user."
 msgstr ""
 
-#: mod/profiles.php:715
-msgid "Your Full Name:"
+#: mod/admin.php:1540
+msgid "Email address of the new user."
 msgstr ""
 
-#: mod/profiles.php:716
-msgid "Title/Description:"
+#: mod/admin.php:1583
+#, php-format
+msgid "Plugin %s disabled."
 msgstr ""
 
-#: mod/profiles.php:719
-msgid "Street Address:"
+#: mod/admin.php:1587
+#, php-format
+msgid "Plugin %s enabled."
 msgstr ""
 
-#: mod/profiles.php:720
-msgid "Locality/City:"
+#: mod/admin.php:1598 mod/admin.php:1850
+msgid "Disable"
 msgstr ""
 
-#: mod/profiles.php:721
-msgid "Region/State:"
+#: mod/admin.php:1600 mod/admin.php:1852
+msgid "Enable"
 msgstr ""
 
-#: mod/profiles.php:722
-msgid "Postal/Zip Code:"
+#: mod/admin.php:1623 mod/admin.php:1899
+msgid "Toggle"
 msgstr ""
 
-#: mod/profiles.php:723
-msgid "Country:"
+#: mod/admin.php:1631 mod/admin.php:1908
+msgid "Author: "
 msgstr ""
 
-#: mod/profiles.php:727
-msgid "Who: (if applicable)"
+#: mod/admin.php:1632 mod/admin.php:1909
+msgid "Maintainer: "
 msgstr ""
 
-#: mod/profiles.php:727
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: mod/admin.php:1687
+msgid "Reload active plugins"
 msgstr ""
 
-#: mod/profiles.php:728
-msgid "Since [date]:"
+#: mod/admin.php:1692
+#, php-format
+msgid ""
+"There are currently no plugins available on your node. You can find the "
+"official plugin repository at %1$s and might find other interesting plugins "
+"in the open plugin registry at %2$s"
 msgstr ""
 
-#: mod/profiles.php:730
-msgid "Tell us about yourself..."
+#: mod/admin.php:1811
+msgid "No themes found."
 msgstr ""
 
-#: mod/profiles.php:731
-msgid "XMPP (Jabber) address:"
+#: mod/admin.php:1890
+msgid "Screenshot"
 msgstr ""
 
-#: mod/profiles.php:731
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow "
-"you."
+#: mod/admin.php:1950
+msgid "Reload active themes"
 msgstr ""
 
-#: mod/profiles.php:732
-msgid "Homepage URL:"
+#: mod/admin.php:1955
+#, php-format
+msgid "No themes found on the system. They should be paced in %1$s"
 msgstr ""
 
-#: mod/profiles.php:735
-msgid "Religious Views:"
+#: mod/admin.php:1956
+msgid "[Experimental]"
 msgstr ""
 
-#: mod/profiles.php:736
-msgid "Public Keywords:"
+#: mod/admin.php:1957
+msgid "[Unsupported]"
 msgstr ""
 
-#: mod/profiles.php:736
-msgid "(Used for suggesting potential friends, can be seen by others)"
+#: mod/admin.php:1981
+msgid "Log settings updated."
 msgstr ""
 
-#: mod/profiles.php:737
-msgid "Private Keywords:"
+#: mod/admin.php:2013
+msgid "PHP log currently enabled."
 msgstr ""
 
-#: mod/profiles.php:737
-msgid "(Used for searching profiles, never shown to others)"
+#: mod/admin.php:2015
+msgid "PHP log currently disabled."
 msgstr ""
 
-#: mod/profiles.php:740
-msgid "Musical interests"
+#: mod/admin.php:2024
+msgid "Clear"
 msgstr ""
 
-#: mod/profiles.php:741
-msgid "Books, literature"
+#: mod/admin.php:2029
+msgid "Enable Debugging"
 msgstr ""
 
-#: mod/profiles.php:742
-msgid "Television"
+#: mod/admin.php:2030
+msgid "Log file"
 msgstr ""
 
-#: mod/profiles.php:743
-msgid "Film/dance/culture/entertainment"
+#: mod/admin.php:2030
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
 msgstr ""
 
-#: mod/profiles.php:744
-msgid "Hobbies/Interests"
+#: mod/admin.php:2031
+msgid "Log level"
 msgstr ""
 
-#: mod/profiles.php:745
-msgid "Love/romance"
+#: mod/admin.php:2034
+msgid "PHP logging"
 msgstr ""
 
-#: mod/profiles.php:746
-msgid "Work/employment"
+#: mod/admin.php:2035
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
 msgstr ""
 
-#: mod/profiles.php:747
-msgid "School/education"
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "Off"
 msgstr ""
 
-#: mod/profiles.php:748
-msgid "Contact information and Social Networks"
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "On"
 msgstr ""
 
-#: mod/profiles.php:789
-msgid "Edit/Manage Profiles"
+#: mod/admin.php:2166
+#, php-format
+msgid "Lock feature %s"
+msgstr ""
+
+#: mod/admin.php:2174
+msgid "Manage Additional Features"
 msgstr ""
 
 #: mod/settings.php:62
@@ -8379,7 +8371,7 @@ msgid "Personal Page"
 msgstr ""
 
 #: mod/settings.php:1121
-msgid "This account is a regular personal profile"
+msgid "Account for a personal profile."
 msgstr ""
 
 #: mod/settings.php:1124
@@ -8387,7 +8379,9 @@ msgid "Organisation Page"
 msgstr ""
 
 #: mod/settings.php:1125
-msgid "This account is a profile for an organisation"
+msgid ""
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
 msgstr ""
 
 #: mod/settings.php:1128
@@ -8395,7 +8389,9 @@ msgid "News Page"
 msgstr ""
 
 #: mod/settings.php:1129
-msgid "This account is a news account/reflector"
+msgid ""
+"Account for a news reflector that automatically approves contact requests as "
+"\"Followers\"."
 msgstr ""
 
 #: mod/settings.php:1132
@@ -8403,8 +8399,7 @@ msgid "Community Forum"
 msgstr ""
 
 #: mod/settings.php:1133
-msgid ""
-"This account is a community forum where people can discuss with each other"
+msgid "Account for community discussions."
 msgstr ""
 
 #: mod/settings.php:1136
@@ -8412,7 +8407,9 @@ msgid "Normal Account Page"
 msgstr ""
 
 #: mod/settings.php:1137
-msgid "This account is a normal personal profile"
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
 msgstr ""
 
 #: mod/settings.php:1140
@@ -8420,7 +8417,9 @@ msgid "Soapbox Page"
 msgstr ""
 
 #: mod/settings.php:1141
-msgid "Automatically approve all connection/friend requests as read-only fans"
+msgid ""
+"Account for a public profile that automatically approves contact requests as "
+"\"Followers\"."
 msgstr ""
 
 #: mod/settings.php:1144
@@ -8428,7 +8427,7 @@ msgid "Public Forum"
 msgstr ""
 
 #: mod/settings.php:1145
-msgid "Automatically approve all contact requests"
+msgid "Automatically approves all contact requests."
 msgstr ""
 
 #: mod/settings.php:1148
@@ -8436,7 +8435,9 @@ msgid "Automatic Friend Page"
 msgstr ""
 
 #: mod/settings.php:1149
-msgid "Automatically approve all connection/friend requests as friends"
+msgid ""
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
 msgstr ""
 
 #: mod/settings.php:1152
@@ -8444,7 +8445,7 @@ msgid "Private Forum [Experimental]"
 msgstr ""
 
 #: mod/settings.php:1153
-msgid "Private forum - approved members only"
+msgid "Requires manual approval of contact requests."
 msgstr ""
 
 #: mod/settings.php:1164
@@ -8870,7 +8871,7 @@ msgstr ""
 msgid "Community Pages"
 msgstr ""
 
-#: view/theme/vier/config.php:118 view/theme/vier/theme.php:151
+#: view/theme/vier/config.php:118 view/theme/vier/theme.php:143
 msgid "Community Profiles"
 msgstr ""
 
@@ -8878,23 +8879,23 @@ msgstr ""
 msgid "Help or @NewHere ?"
 msgstr ""
 
-#: view/theme/vier/config.php:120 view/theme/vier/theme.php:392
+#: view/theme/vier/config.php:120 view/theme/vier/theme.php:384
 msgid "Connect Services"
 msgstr ""
 
-#: view/theme/vier/config.php:121 view/theme/vier/theme.php:199
+#: view/theme/vier/config.php:121 view/theme/vier/theme.php:191
 msgid "Find Friends"
 msgstr ""
 
-#: view/theme/vier/config.php:122 view/theme/vier/theme.php:181
+#: view/theme/vier/config.php:122 view/theme/vier/theme.php:173
 msgid "Last users"
 msgstr ""
 
-#: view/theme/vier/theme.php:200
+#: view/theme/vier/theme.php:192
 msgid "Local Directory"
 msgstr ""
 
-#: view/theme/vier/theme.php:292
+#: view/theme/vier/theme.php:284
 msgid "Quick Start"
 msgstr ""
 
@@ -8910,43 +8911,43 @@ msgstr ""
 msgid "toggle mobile"
 msgstr ""
 
-#: boot.php:726
+#: boot.php:733
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr ""
 
-#: boot.php:838
+#: boot.php:845
 msgid "Create a New Account"
 msgstr ""
 
-#: boot.php:866
+#: boot.php:873
 msgid "Password: "
 msgstr ""
 
-#: boot.php:867
+#: boot.php:874
 msgid "Remember me"
 msgstr ""
 
-#: boot.php:870
+#: boot.php:877
 msgid "Or login using OpenID: "
 msgstr ""
 
-#: boot.php:876
+#: boot.php:883
 msgid "Forgot your password?"
 msgstr ""
 
-#: boot.php:879
+#: boot.php:886
 msgid "Website Terms of Service"
 msgstr ""
 
-#: boot.php:880
+#: boot.php:887
 msgid "terms of service"
 msgstr ""
 
-#: boot.php:882
+#: boot.php:889
 msgid "Website Privacy Policy"
 msgstr ""
 
-#: boot.php:883
+#: boot.php:890
 msgid "privacy policy"
 msgstr ""