]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #803 from annando/master
authortobiasd <tobias.diekershoff@gmx.net>
Thu, 7 Nov 2013 09:03:31 +0000 (01:03 -0800)
committertobiasd <tobias.diekershoff@gmx.net>
Thu, 7 Nov 2013 09:03:31 +0000 (01:03 -0800)
SQL performance and reduction of database warnings

include/Contact.php
util/messages.po
util/strings.php
view/theme/duepuntozero/style.css

index 04d3fa9e5d013a0a426b7c8af155fbd90edebdf9..ce1edbcc2164cc2336047fcfc9b08dcc1449037d 100644 (file)
@@ -197,6 +197,7 @@ function contact_photo_menu($contact) {
        $status_link="";
        $photos_link="";
        $posts_link="";
+       $contact_drop_link = "";
        $poke_link="";
 
        $sparkle = false;
@@ -214,6 +215,7 @@ function contact_photo_menu($contact) {
                $status_link = $profile_link . "?url=status";
                $photos_link = $profile_link . "?url=photos";
                $profile_link = $profile_link . "?url=profile";
+               $contact_drop_link = $a->get_baseurl() . '/contacts/' . $contact['id'] . '/drop';
                $pm_url = $a->get_baseurl() . '/message/new/' . $contact['id'];
        }
 
@@ -228,6 +230,7 @@ function contact_photo_menu($contact) {
                'photos' => array(t("View Photos"), $photos_link),              
                'network' => array(t("Network Posts"), $posts_link), 
                'edit' => array(t("Edit Contact"), $contact_url),
+               'drop' => array(t("Drop Contact"), $contact_drop_link),
                'pm' => array(t("Send PM"), $pm_url),
        );
        
index 53a7aa6325f133f2634afecb66c581941b18d032..e535441148d75696657d295acd5c02b2492ded1a 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: 3.1.1743\n"
+"Project-Id-Version: 3.2.1744\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-06-26 00:01-0700\n"
+"POT-Creation-Date: 2013-11-07 08:49+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,4819 +18,4995 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 #"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84
-#: ../../include/nav.php:77 ../../mod/profperm.php:103
-#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88
-#: ../../boot.php:1951
-msgid "Profile"
+#: ../../object/Item.php:92
+msgid "This entry was edited"
 msgstr ""
 
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079
-msgid "Full Name:"
+#: ../../object/Item.php:113 ../../mod/content.php:643
+#: ../../mod/photos.php:1351
+msgid "Private Message"
 msgstr ""
 
-#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136
-#: ../../boot.php:1491
-msgid "Gender:"
+#: ../../object/Item.php:117 ../../mod/editpost.php:109
+#: ../../mod/content.php:751 ../../mod/settings.php:653
+msgid "Edit"
 msgstr ""
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
+#: ../../object/Item.php:126 ../../mod/content.php:461
+#: ../../mod/content.php:763 ../../include/conversation.php:611
+msgid "Select"
 msgstr ""
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
+#: ../../object/Item.php:127 ../../mod/admin.php:834 ../../mod/content.php:462
+#: ../../mod/content.php:764 ../../mod/settings.php:654
+#: ../../mod/group.php:171 ../../mod/photos.php:1637
+#: ../../include/conversation.php:612
+msgid "Delete"
 msgstr ""
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
+#: ../../object/Item.php:130 ../../mod/content.php:786
+msgid "save to folder"
 msgstr ""
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
+#: ../../object/Item.php:192 ../../mod/content.php:776
+msgid "add star"
 msgstr ""
 
-#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138
-#: ../../boot.php:1494
-msgid "Status:"
+#: ../../object/Item.php:193 ../../mod/content.php:777
+msgid "remove star"
 msgstr ""
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
+#: ../../object/Item.php:194 ../../mod/content.php:778
+msgid "toggle star status"
 msgstr ""
 
-#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650
-msgid "Sexual Preference:"
+#: ../../object/Item.php:197 ../../mod/content.php:781
+msgid "starred"
 msgstr ""
 
-#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140
-#: ../../boot.php:1496
-msgid "Homepage:"
+#: ../../object/Item.php:202 ../../mod/content.php:782
+msgid "add tag"
 msgstr ""
 
-#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652
-msgid "Hometown:"
+#: ../../object/Item.php:213 ../../mod/content.php:707
+#: ../../mod/photos.php:1529
+msgid "I like this (toggle)"
 msgstr ""
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
+#: ../../object/Item.php:213 ../../mod/content.php:707
+msgid "like"
 msgstr ""
 
-#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653
-msgid "Political Views:"
+#: ../../object/Item.php:214 ../../mod/content.php:708
+#: ../../mod/photos.php:1530
+msgid "I don't like this (toggle)"
 msgstr ""
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
+#: ../../object/Item.php:214 ../../mod/content.php:708
+msgid "dislike"
 msgstr ""
 
-#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142
-msgid "About:"
+#: ../../object/Item.php:216 ../../mod/content.php:710
+msgid "Share this"
 msgstr ""
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
+#: ../../object/Item.php:216 ../../mod/content.php:710
+msgid "share"
 msgstr ""
 
-#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657
-msgid "Likes:"
+#: ../../object/Item.php:278 ../../include/conversation.php:663
+msgid "Categories:"
 msgstr ""
 
-#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658
-msgid "Dislikes:"
+#: ../../object/Item.php:279 ../../include/conversation.php:664
+msgid "Filed under:"
 msgstr ""
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
+#: ../../object/Item.php:287 ../../object/Item.php:288
+#: ../../mod/content.php:495 ../../mod/content.php:875
+#: ../../mod/content.php:876 ../../include/conversation.php:651
+#, php-format
+msgid "View %s's profile @ %s"
 msgstr ""
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
+#: ../../object/Item.php:289 ../../mod/content.php:877
+msgid "to"
 msgstr ""
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
+#: ../../object/Item.php:290
+msgid "via"
 msgstr ""
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
+#: ../../object/Item.php:291 ../../mod/content.php:878
+msgid "Wall-to-Wall"
 msgstr ""
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
+#: ../../object/Item.php:292 ../../mod/content.php:879
+msgid "via Wall-To-Wall:"
 msgstr ""
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
+#: ../../object/Item.php:301 ../../mod/content.php:505
+#: ../../mod/content.php:887 ../../include/conversation.php:671
+#, php-format
+msgid "%s from %s"
 msgstr ""
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
+#: ../../object/Item.php:319 ../../object/Item.php:633 ../../boot.php:685
+#: ../../mod/content.php:732 ../../mod/photos.php:1551
+#: ../../mod/photos.php:1595 ../../mod/photos.php:1678
+msgid "Comment"
 msgstr ""
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
+#: ../../object/Item.php:322 ../../mod/wallmessage.php:156
+#: ../../mod/editpost.php:124 ../../mod/content.php:522
+#: ../../mod/content.php:906 ../../mod/message.php:334
+#: ../../mod/message.php:565 ../../mod/photos.php:1532
+#: ../../include/conversation.php:688 ../../include/conversation.php:1099
+msgid "Please wait"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr ""
+#: ../../object/Item.php:343 ../../mod/content.php:626
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr ""
+#: ../../object/Item.php:345 ../../object/Item.php:358
+#: ../../mod/content.php:628 ../../include/text.php:1919
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
+#: ../../object/Item.php:346 ../../boot.php:686 ../../mod/content.php:629
+#: ../../include/contact_widgets.php:204
+msgid "show more"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
+#: ../../object/Item.php:631 ../../mod/content.php:730
+#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
+#: ../../mod/photos.php:1676
+msgid "This is you"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
+#: ../../object/Item.php:634 ../../view/theme/perihel/config.php:95
+#: ../../view/theme/diabook/theme.php:633
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
+#: ../../view/theme/clean/config.php:71
+#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137
+#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/admin.php:505
+#: ../../mod/admin.php:826 ../../mod/admin.php:972 ../../mod/admin.php:1172
+#: ../../mod/admin.php:1259 ../../mod/crepair.php:166
+#: ../../mod/content.php:733 ../../mod/contacts.php:386
+#: ../../mod/settings.php:591 ../../mod/settings.php:701
+#: ../../mod/settings.php:770 ../../mod/settings.php:846
+#: ../../mod/settings.php:1074 ../../mod/profiles.php:630
+#: ../../mod/group.php:87 ../../mod/message.php:335 ../../mod/message.php:564
+#: ../../mod/localtime.php:45 ../../mod/photos.php:1078
+#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
+#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
+#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478
+#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140
+#: ../../mod/manage.php:110
+msgid "Submit"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
+#: ../../object/Item.php:635 ../../mod/content.php:734
+msgid "Bold"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
+#: ../../object/Item.php:636 ../../mod/content.php:735
+msgid "Italic"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
+#: ../../object/Item.php:637 ../../mod/content.php:736
+msgid "Underline"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
+#: ../../object/Item.php:638 ../../mod/content.php:737
+msgid "Quote"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
+#: ../../object/Item.php:639 ../../mod/content.php:738
+msgid "Code"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
+#: ../../object/Item.php:640 ../../mod/content.php:739
+msgid "Image"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
+#: ../../object/Item.php:641 ../../mod/content.php:740
+msgid "Link"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
+#: ../../object/Item.php:642 ../../mod/content.php:741
+msgid "Video"
 msgstr ""
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
+#: ../../object/Item.php:643 ../../mod/editpost.php:145
+#: ../../mod/content.php:742 ../../mod/photos.php:1553
+#: ../../mod/photos.php:1597 ../../mod/photos.php:1680
+#: ../../include/conversation.php:1116
+msgid "Preview"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
+#: ../../index.php:199 ../../mod/apps.php:7
+msgid "You must be logged in to use addons. "
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
+#: ../../index.php:243 ../../mod/help.php:90
+msgid "Not Found"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
+#: ../../index.php:246 ../../mod/help.php:93
+msgid "Page not found."
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
+#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19
+msgid "Permission denied"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
+#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242
+#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53
+#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9
+#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
+#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56
+#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10
+#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:115
+#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:147
+#: ../../mod/settings.php:96 ../../mod/settings.php:573
+#: ../../mod/settings.php:578 ../../mod/profiles.php:146
+#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9
+#: ../../mod/message.php:38 ../../mod/message.php:174
+#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133
+#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55
+#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
+#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
+#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25
+#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159
+#: ../../mod/notifications.php:66 ../../mod/invite.php:15
+#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9
+#: ../../include/items.php:4143
+msgid "Permission denied."
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
+#: ../../index.php:415
+msgid "toggle mobile"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93
+#: ../../include/nav.php:104 ../../include/nav.php:143
+msgid "Home"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
+#: ../../include/nav.php:143
+msgid "Your posts and conversations"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1963
+#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
+#: ../../include/nav.php:77 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:84
+msgid "Profile"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
+msgid "Your profile page"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1970
+#: ../../mod/fbrowser.php:25 ../../include/nav.php:78
+msgid "Photos"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
+msgid "Your photos"
 msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1987
+#: ../../mod/events.php:370 ../../include/nav.php:79
+msgid "Events"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79
+msgid "Your events"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Personal notes"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Your personal photos"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
+#: ../../view/theme/perihel/theme.php:38
+#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32
+#: ../../include/nav.php:128
+msgid "Community"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327
+msgid "don't show"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326
+msgid "show"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
+#: ../../view/theme/perihel/config.php:97
+#: ../../view/theme/diabook/config.php:150
+#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
+#: ../../view/theme/clean/config.php:73
+#: ../../view/theme/cleanzero/config.php:82
+msgid "Theme settings"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
+#: ../../view/theme/perihel/config.php:98
+#: ../../view/theme/diabook/config.php:151
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/cleanzero/config.php:84
+msgid "Set font-size for posts and comments"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
+#: ../../view/theme/perihel/config.php:99
+#: ../../view/theme/diabook/config.php:152
+#: ../../view/theme/dispy/config.php:74
+msgid "Set line-height for posts and comments"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:279
-#: ../../include/user.php:283
-msgid "Friends"
+#: ../../view/theme/perihel/config.php:100
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
+#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:607
+#: ../../include/nav.php:171
+msgid "Contacts"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+#: ../../view/theme/diabook/config.php:158
+msgid "Community Pages"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+#: ../../view/theme/diabook/config.php:160
+msgid "Community Profiles"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+#: ../../view/theme/diabook/config.php:164
+msgid "Last users"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+#: ../../view/theme/diabook/config.php:166
+msgid "Last likes"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
+#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
+#: ../../include/conversation.php:246 ../../include/text.php:1913
+msgid "event"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87
+#: ../../include/conversation.php:121 ../../include/conversation.php:130
+#: ../../include/conversation.php:249 ../../include/conversation.php:258
+#: ../../include/diaspora.php:1874
+msgid "status"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
+#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/subthread.php:87
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1915 ../../include/diaspora.php:1874
+msgid "photo"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
+#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168
+#: ../../include/conversation.php:137 ../../include/diaspora.php:1890
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+#: ../../view/theme/diabook/config.php:165
+msgid "Last photos"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
+#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59
+#: ../../mod/photos.php:154 ../../mod/photos.php:1058
+#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
+#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
+msgid "Contact Photos"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
+#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154
+#: ../../mod/photos.php:725 ../../mod/photos.php:1183
+#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
+#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
+#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
+#: ../../mod/profile_photo.php:305 ../../include/user.php:331
+#: ../../include/user.php:338 ../../include/user.php:345
+msgid "Profile Photos"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+#: ../../view/theme/diabook/config.php:163
+msgid "Find Friends"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
+#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49
+msgid "Global Directory"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
+#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35
+msgid "Similar Interests"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
+#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66
+#: ../../include/contact_widgets.php:34
+msgid "Friend Suggestions"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
+#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37
+msgid "Invite Friends"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22
+#: ../../mod/admin.php:931 ../../mod/admin.php:1139 ../../mod/settings.php:79
+#: ../../mod/uexport.php:48 ../../include/nav.php:167
+msgid "Settings"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+#: ../../view/theme/diabook/config.php:159
+msgid "Earth Layers"
 msgstr ""
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
 msgstr ""
 
-#: ../../include/Contact.php:225 ../../include/conversation.php:878
-msgid "Poke"
+#: ../../view/theme/diabook/theme.php:585
+#: ../../view/theme/diabook/config.php:156
+msgid "Set longitude (X) for Earth Layers"
 msgstr ""
 
-#: ../../include/Contact.php:226 ../../include/conversation.php:872
-msgid "View Status"
+#: ../../view/theme/diabook/theme.php:586
+#: ../../view/theme/diabook/config.php:157
+msgid "Set latitude (Y) for Earth Layers"
 msgstr ""
 
-#: ../../include/Contact.php:227 ../../include/conversation.php:873
-msgid "View Profile"
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+#: ../../view/theme/diabook/config.php:161
+msgid "Help or @NewHere ?"
 msgstr ""
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:874
-msgid "View Photos"
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+#: ../../view/theme/diabook/config.php:162
+msgid "Connect Services"
 msgstr ""
 
-#: ../../include/Contact.php:229 ../../include/Contact.php:251
-#: ../../include/conversation.php:875
-msgid "Network Posts"
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
 msgstr ""
 
-#: ../../include/Contact.php:230 ../../include/Contact.php:251
-#: ../../include/conversation.php:876
-msgid "Edit Contact"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
 msgstr ""
 
-#: ../../include/Contact.php:231 ../../include/Contact.php:251
-#: ../../include/conversation.php:877
-msgid "Send PM"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
 msgstr ""
 
-#: ../../include/bbcode.php:210 ../../include/bbcode.php:550
-#: ../../include/bbcode.php:551
-msgid "Image/photo"
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
 msgstr ""
 
-#: ../../include/bbcode.php:272
-#, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"external-link\">post</a>"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
 msgstr ""
 
-#: ../../include/bbcode.php:514 ../../include/bbcode.php:534
-msgid "$1 wrote:"
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
 msgstr ""
 
-#: ../../include/bbcode.php:559 ../../include/bbcode.php:560
-msgid "Encrypted content"
+#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76
+#: ../../view/theme/cleanzero/config.php:86
+msgid "Color scheme"
 msgstr ""
 
-#: ../../include/acl_selectors.php:325
-msgid "Visible to everybody"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
 msgstr ""
 
-#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "show"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
 msgstr ""
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "don't show"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
 msgstr ""
 
-#: ../../include/auth.php:38
-msgid "Logged out."
+#: ../../view/theme/clean/config.php:54 ../../include/user.php:243
+#: ../../include/text.php:1649
+msgid "default"
 msgstr ""
 
-#: ../../include/auth.php:112 ../../include/auth.php:175
-#: ../../mod/openid.php:93
-msgid "Login failed."
+#: ../../view/theme/clean/config.php:74
+msgid "Background Image"
 msgstr ""
 
-#: ../../include/auth.php:128
+#: ../../view/theme/clean/config.php:74
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
+"The URL to a picture (e.g. from your photo album) that should be used as "
+"background image."
 msgstr ""
 
-#: ../../include/auth.php:128
-msgid "The error message was:"
+#: ../../view/theme/clean/config.php:75
+msgid "Background Color"
 msgstr ""
 
-#: ../../include/bb2diaspora.php:393 ../../include/event.php:11
-#: ../../mod/localtime.php:12
-msgid "l F d, Y \\@ g:i A"
+#: ../../view/theme/clean/config.php:75
+msgid "HEX value for the background color. Don't include the #"
 msgstr ""
 
-#: ../../include/bb2diaspora.php:399 ../../include/event.php:20
-msgid "Starts:"
+#: ../../view/theme/clean/config.php:77
+msgid "font size"
 msgstr ""
 
-#: ../../include/bb2diaspora.php:407 ../../include/event.php:30
-msgid "Finishes:"
+#: ../../view/theme/clean/config.php:77
+msgid "base font size for your interface"
 msgstr ""
 
-#: ../../include/bb2diaspora.php:415 ../../include/event.php:40
-#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1489
-msgid "Location:"
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
 msgstr ""
 
-#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502
-msgid "Disallowed profile URL."
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
 msgstr ""
 
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
+#: ../../boot.php:684
+msgid "Delete this item?"
 msgstr ""
 
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
+#: ../../boot.php:687
+msgid "show fewer"
 msgstr ""
 
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
+#: ../../boot.php:1015
+#, php-format
+msgid "Update %s failed. See error logs."
 msgstr ""
 
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
+#: ../../boot.php:1017
+#, php-format
+msgid "Update Error at %s"
 msgstr ""
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
+#: ../../boot.php:1127
+msgid "Create a New Account"
 msgstr ""
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
+#: ../../boot.php:1128 ../../mod/register.php:275 ../../include/nav.php:108
+msgid "Register"
 msgstr ""
 
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
+#: ../../boot.php:1152 ../../include/nav.php:73
+msgid "Logout"
 msgstr ""
 
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
+#: ../../boot.php:1153 ../../include/nav.php:91
+msgid "Login"
 msgstr ""
 
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
+#: ../../boot.php:1155
+msgid "Nickname or Email address: "
 msgstr ""
 
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
+#: ../../boot.php:1156
+msgid "Password: "
 msgstr ""
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
+#: ../../boot.php:1157
+msgid "Remember me"
 msgstr ""
 
-#: ../../include/follow.php:259
-msgid "following"
+#: ../../boot.php:1160
+msgid "Or login using OpenID: "
 msgstr ""
 
-#: ../../include/user.php:39
-msgid "An invitation is required."
+#: ../../boot.php:1166
+msgid "Forgot your password?"
 msgstr ""
 
-#: ../../include/user.php:44
-msgid "Invitation could not be verified."
+#: ../../boot.php:1167 ../../mod/lostpass.php:84
+msgid "Password Reset"
 msgstr ""
 
-#: ../../include/user.php:52
-msgid "Invalid OpenID url"
+#: ../../boot.php:1169
+msgid "Website Terms of Service"
 msgstr ""
 
-#: ../../include/user.php:67
-msgid "Please enter the required information."
+#: ../../boot.php:1170
+msgid "terms of service"
 msgstr ""
 
-#: ../../include/user.php:81
-msgid "Please use a shorter name."
+#: ../../boot.php:1172
+msgid "Website Privacy Policy"
 msgstr ""
 
-#: ../../include/user.php:83
-msgid "Name too short."
+#: ../../boot.php:1173
+msgid "privacy policy"
 msgstr ""
 
-#: ../../include/user.php:98
-msgid "That doesn't appear to be your full (First Last) name."
+#: ../../boot.php:1302
+msgid "Requested account is not available."
 msgstr ""
 
-#: ../../include/user.php:103
-msgid "Your email domain is not among those allowed on this site."
+#: ../../boot.php:1341 ../../mod/profile.php:21
+msgid "Requested profile is not available."
 msgstr ""
 
-#: ../../include/user.php:106
-msgid "Not a valid email address."
+#: ../../boot.php:1381 ../../boot.php:1485
+msgid "Edit profile"
 msgstr ""
 
-#: ../../include/user.php:116
-msgid "Cannot use that email."
+#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58
+#: ../../include/contact_widgets.php:9
+msgid "Connect"
 msgstr ""
 
-#: ../../include/user.php:122
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
+#: ../../boot.php:1447
+msgid "Message"
 msgstr ""
 
-#: ../../include/user.php:128 ../../include/user.php:226
-msgid "Nickname is already registered. Please choose another."
+#: ../../boot.php:1455 ../../include/nav.php:169
+msgid "Profiles"
 msgstr ""
 
-#: ../../include/user.php:138
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
+#: ../../boot.php:1455
+msgid "Manage/edit profiles"
 msgstr ""
 
-#: ../../include/user.php:154
-msgid "SERIOUS ERROR: Generation of security keys failed."
+#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726
+msgid "Change profile photo"
 msgstr ""
 
-#: ../../include/user.php:212
-msgid "An error occurred during registration. Please try again."
+#: ../../boot.php:1462 ../../mod/profiles.php:727
+msgid "Create New Profile"
 msgstr ""
 
-#: ../../include/user.php:237 ../../include/text.php:1618
-msgid "default"
+#: ../../boot.php:1472 ../../mod/profiles.php:738
+msgid "Profile Image"
 msgstr ""
 
-#: ../../include/user.php:247
-msgid "An error occurred creating your default profile. Please try again."
+#: ../../boot.php:1475 ../../mod/profiles.php:740
+msgid "visible to everybody"
 msgstr ""
 
-#: ../../include/user.php:325 ../../include/user.php:332
-#: ../../include/user.php:339 ../../mod/photos.php:154
-#: ../../mod/photos.php:725 ../../mod/photos.php:1183
-#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493
-msgid "Profile Photos"
+#: ../../boot.php:1476 ../../mod/profiles.php:741
+msgid "Edit visibility"
 msgstr ""
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
+#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:415
+msgid "Location:"
 msgstr ""
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
+#: ../../boot.php:1503 ../../mod/directory.php:136
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
 msgstr ""
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
+#: ../../boot.php:1506 ../../mod/directory.php:138
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
 msgstr ""
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
+#: ../../boot.php:1508 ../../mod/directory.php:140
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
 msgstr ""
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
+#: ../../boot.php:1584 ../../boot.php:1670
+msgid "g A l F d"
 msgstr ""
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
+#: ../../boot.php:1585 ../../boot.php:1671
+msgid "F d"
 msgstr ""
 
-#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452
-msgid "Frequently"
+#: ../../boot.php:1630 ../../boot.php:1711
+msgid "[today]"
 msgstr ""
 
-#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453
-msgid "Hourly"
+#: ../../boot.php:1642
+msgid "Birthday Reminders"
 msgstr ""
 
-#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454
-msgid "Twice daily"
+#: ../../boot.php:1643
+msgid "Birthdays this week:"
 msgstr ""
 
-#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455
-msgid "Daily"
+#: ../../boot.php:1704
+msgid "[No description]"
 msgstr ""
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
+#: ../../boot.php:1722
+msgid "Event Reminders"
 msgstr ""
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
+#: ../../boot.php:1723
+msgid "Events this week:"
 msgstr ""
 
-#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840
-msgid "Friendica"
+#: ../../boot.php:1956 ../../include/nav.php:76
+msgid "Status"
 msgstr ""
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
+#: ../../boot.php:1959
+msgid "Status Messages and Posts"
 msgstr ""
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
+#: ../../boot.php:1966
+msgid "Profile Details"
 msgstr ""
 
-#: ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766
-#: ../../mod/admin.php:777
-msgid "Email"
+#: ../../boot.php:1973 ../../mod/photos.php:51
+msgid "Photo Albums"
 msgstr ""
 
-#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705
-#: ../../mod/dfrn_request.php:842
-msgid "Diaspora"
+#: ../../boot.php:1977 ../../boot.php:1980
+msgid "Videos"
 msgstr ""
 
-#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49
-#: ../../mod/newmember.php:51
-msgid "Facebook"
+#: ../../boot.php:1990
+msgid "Events and Calendar"
 msgstr ""
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
+#: ../../boot.php:1994 ../../mod/notes.php:44
+msgid "Personal Notes"
 msgstr ""
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
+#: ../../boot.php:1997
+msgid "Only You Can See This"
 msgstr ""
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
 msgstr ""
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr ""
-
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
+#: ../../mod/mood.php:133
+msgid "Mood"
 msgstr ""
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
 msgstr ""
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
+#: ../../mod/display.php:19 ../../mod/_search.php:89
+#: ../../mod/directory.php:31 ../../mod/search.php:89
+#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18
+#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914
+#: ../../mod/videos.php:115
+msgid "Public access denied."
 msgstr ""
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
+#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15
+#: ../../mod/admin.php:163 ../../mod/admin.php:879 ../../mod/admin.php:1079
+#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15
+#: ../../include/items.php:3979
+msgid "Item not found."
 msgstr ""
 
-#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88
-#: ../../mod/match.php:58 ../../boot.php:1421
-msgid "Connect"
+#: ../../mod/display.php:99 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
 msgstr ""
 
-#: ../../include/contact_widgets.php:23
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
+#: ../../mod/display.php:239
+msgid "Item has been removed."
 msgstr ""
 
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
+#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7
+msgid "Access denied."
 msgstr ""
 
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
+#: ../../mod/friendica.php:55
+msgid "This is Friendica, version"
 msgstr ""
 
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
+#: ../../mod/friendica.php:56
+msgid "running at web location"
 msgstr ""
 
-#: ../../include/contact_widgets.php:33 ../../mod/directory.php:61
-#: ../../mod/contacts.php:613
-msgid "Find"
+#: ../../mod/friendica.php:58
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
 msgstr ""
 
-#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66
-#: ../../view/theme/diabook/theme.php:520
-msgid "Friend Suggestions"
+#: ../../mod/friendica.php:60
+msgid "Bug reports and issues: please visit"
 msgstr ""
 
-#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519
-msgid "Similar Interests"
+#: ../../mod/friendica.php:61
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
 msgstr ""
 
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
+#: ../../mod/friendica.php:75
+msgid "Installed plugins/addons/apps:"
 msgstr ""
 
-#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521
-msgid "Invite Friends"
+#: ../../mod/friendica.php:88
+msgid "No installed plugins/addons/apps"
 msgstr ""
 
-#: ../../include/contact_widgets.php:70
-msgid "Networks"
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#, php-format
+msgid "%1$s welcomes %2$s"
 msgstr ""
 
-#: ../../include/contact_widgets.php:73
-msgid "All Networks"
+#: ../../mod/register.php:91 ../../mod/admin.php:665 ../../mod/regmod.php:54
+#, php-format
+msgid "Registration details for %s"
 msgstr ""
 
-#: ../../include/contact_widgets.php:103 ../../include/features.php:59
-msgid "Saved Folders"
+#: ../../mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
 msgstr ""
 
-#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
-msgid "Everything"
+#: ../../mod/register.php:103
+msgid "Failed to send email message. Here is the message that failed."
 msgstr ""
 
-#: ../../include/contact_widgets.php:135
-msgid "Categories"
+#: ../../mod/register.php:108
+msgid "Your registration can not be processed."
 msgstr ""
 
-#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343
+#: ../../mod/register.php:145
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/contact_widgets.php:204 ../../mod/content.php:629
-#: ../../object/Item.php:365 ../../boot.php:675
-msgid "show more"
+msgid "Registration request at %s"
 msgstr ""
 
-#: ../../include/Scrape.php:583
-msgid " on Last.fm"
+#: ../../mod/register.php:154
+msgid "Your registration is pending approval by the site owner."
 msgstr ""
 
-#: ../../include/network.php:877
-msgid "view full size"
+#: ../../mod/register.php:192 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
 msgstr ""
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
+#: ../../mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
 msgstr ""
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
+#: ../../mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
 msgstr ""
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
+#: ../../mod/register.php:222
+msgid "Your OpenID (optional): "
 msgstr ""
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
+#: ../../mod/register.php:236
+msgid "Include your profile in member directory?"
 msgstr ""
 
-#: ../../include/datetime.php:276
-msgid "never"
+#: ../../mod/register.php:239 ../../mod/api.php:105 ../../mod/suggest.php:29
+#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:246
+#: ../../mod/settings.php:971 ../../mod/settings.php:977
+#: ../../mod/settings.php:985 ../../mod/settings.php:989
+#: ../../mod/settings.php:994 ../../mod/settings.php:1000
+#: ../../mod/settings.php:1006 ../../mod/settings.php:1012
+#: ../../mod/settings.php:1042 ../../mod/settings.php:1043
+#: ../../mod/settings.php:1044 ../../mod/settings.php:1045
+#: ../../mod/settings.php:1046 ../../mod/profiles.php:610
+#: ../../mod/message.php:209 ../../include/items.php:4020
+msgid "Yes"
 msgstr ""
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
+#: ../../mod/register.php:240 ../../mod/api.php:106
+#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:971
+#: ../../mod/settings.php:977 ../../mod/settings.php:985
+#: ../../mod/settings.php:989 ../../mod/settings.php:994
+#: ../../mod/settings.php:1000 ../../mod/settings.php:1006
+#: ../../mod/settings.php:1012 ../../mod/settings.php:1042
+#: ../../mod/settings.php:1043 ../../mod/settings.php:1044
+#: ../../mod/settings.php:1045 ../../mod/settings.php:1046
+#: ../../mod/profiles.php:611
+msgid "No"
 msgstr ""
 
-#: ../../include/datetime.php:285
-msgid "years"
+#: ../../mod/register.php:257
+msgid "Membership on this site is by invitation only."
 msgstr ""
 
-#: ../../include/datetime.php:286
-msgid "months"
+#: ../../mod/register.php:258
+msgid "Your invitation ID: "
 msgstr ""
 
-#: ../../include/datetime.php:287
-msgid "week"
+#: ../../mod/register.php:261 ../../mod/admin.php:506
+msgid "Registration"
 msgstr ""
 
-#: ../../include/datetime.php:287
-msgid "weeks"
+#: ../../mod/register.php:269
+msgid "Your Full Name (e.g. Joe Smith): "
 msgstr ""
 
-#: ../../include/datetime.php:288
-msgid "days"
+#: ../../mod/register.php:270
+msgid "Your Email Address: "
 msgstr ""
 
-#: ../../include/datetime.php:289
-msgid "hour"
+#: ../../mod/register.php:271
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@$sitename</"
+"strong>'."
 msgstr ""
 
-#: ../../include/datetime.php:289
-msgid "hours"
+#: ../../mod/register.php:272
+msgid "Choose a nickname: "
 msgstr ""
 
-#: ../../include/datetime.php:290
-msgid "minute"
+#: ../../mod/register.php:281 ../../mod/uimport.php:64
+msgid "Import"
 msgstr ""
 
-#: ../../include/datetime.php:290
-msgid "minutes"
+#: ../../mod/register.php:282
+msgid "Import your profile to this friendica instance"
 msgstr ""
 
-#: ../../include/datetime.php:291
-msgid "second"
+#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:160
+#: ../../mod/profiles.php:583
+msgid "Profile not found."
 msgstr ""
 
-#: ../../include/datetime.php:291
-msgid "seconds"
+#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:129
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
 msgstr ""
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
+#: ../../mod/dfrn_confirm.php:119
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it "
+"has already been approved."
 msgstr ""
 
-#: ../../include/datetime.php:472 ../../include/items.php:1813
-#, php-format
-msgid "%s's birthday"
+#: ../../mod/dfrn_confirm.php:237
+msgid "Response from remote site was not understood."
 msgstr ""
 
-#: ../../include/datetime.php:473 ../../include/items.php:1814
-#, php-format
-msgid "Happy Birthday %s"
+#: ../../mod/dfrn_confirm.php:246
+msgid "Unexpected response from remote site: "
 msgstr ""
 
-#: ../../include/plugin.php:439 ../../include/plugin.php:441
-msgid "Click here to upgrade."
+#: ../../mod/dfrn_confirm.php:254
+msgid "Confirmation completed successfully."
 msgstr ""
 
-#: ../../include/plugin.php:447
-msgid "This action exceeds the limits set by your subscription plan."
+#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
+#: ../../mod/dfrn_confirm.php:277
+msgid "Remote site reported: "
 msgstr ""
 
-#: ../../include/plugin.php:452
-msgid "This action is not available under your subscription plan."
+#: ../../mod/dfrn_confirm.php:268
+msgid "Temporary failure. Please wait and try again."
 msgstr ""
 
-#: ../../include/delivery.php:457 ../../include/notifier.php:775
-msgid "(no subject)"
+#: ../../mod/dfrn_confirm.php:275
+msgid "Introduction failed or was revoked."
 msgstr ""
 
-#: ../../include/delivery.php:468 ../../include/enotify.php:28
-#: ../../include/notifier.php:785
-msgid "noreply"
+#: ../../mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
 msgstr ""
 
-#: ../../include/diaspora.php:621 ../../include/conversation.php:172
-#: ../../mod/dfrn_confirm.php:477
+#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172
+#: ../../include/diaspora.php:621
 #, php-format
 msgid "%1$s is now friends with %2$s"
 msgstr ""
 
-#: ../../include/diaspora.php:704
-msgid "Sharing notification from Diaspora network"
+#: ../../mod/dfrn_confirm.php:562
+#, php-format
+msgid "No user record found for '%s' "
 msgstr ""
 
-#: ../../include/diaspora.php:1874 ../../include/text.php:1884
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151
-#: ../../view/theme/diabook/theme.php:464
-msgid "photo"
+#: ../../mod/dfrn_confirm.php:572
+msgid "Our site encryption key is apparently messed up."
 msgstr ""
 
-#: ../../include/diaspora.php:1874 ../../include/conversation.php:121
-#: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322
-#: ../../view/theme/diabook/theme.php:459
-#: ../../view/theme/diabook/theme.php:468
-msgid "status"
+#: ../../mod/dfrn_confirm.php:583
+msgid "Empty site URL was provided or URL could not be decrypted by us."
 msgstr ""
 
-#: ../../include/diaspora.php:1890 ../../include/conversation.php:137
-#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
+#: ../../mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
 msgstr ""
 
-#: ../../include/diaspora.php:2262
-msgid "Attachments:"
+#: ../../mod/dfrn_confirm.php:618
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
 msgstr ""
 
-#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716
-msgid "[Name Withheld]"
+#: ../../mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
 msgstr ""
 
-#: ../../include/items.php:3495
-msgid "A new person is sharing with you at "
+#: ../../mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
 msgstr ""
 
-#: ../../include/items.php:3495
-msgid "You have a new follower at "
+#: ../../mod/dfrn_confirm.php:716
+msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
-#: ../../include/items.php:3979 ../../mod/display.php:51
-#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809
-#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15
-msgid "Item not found."
+#: ../../mod/dfrn_confirm.php:751
+#, php-format
+msgid "Connection accepted at %s"
 msgstr ""
 
-#: ../../include/items.php:4018
-msgid "Do you really want to delete this item?"
+#: ../../mod/dfrn_confirm.php:800
+#, php-format
+msgid "%1$s has joined %2$s"
 msgstr ""
 
-#: ../../include/items.php:4020 ../../mod/profiles.php:610
-#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/settings.php:961
-#: ../../mod/settings.php:967 ../../mod/settings.php:975
-#: ../../mod/settings.php:979 ../../mod/settings.php:984
-#: ../../mod/settings.php:990 ../../mod/settings.php:996
-#: ../../mod/settings.php:1002 ../../mod/settings.php:1032
-#: ../../mod/settings.php:1033 ../../mod/settings.php:1034
-#: ../../mod/settings.php:1035 ../../mod/settings.php:1036
-#: ../../mod/dfrn_request.php:836 ../../mod/suggest.php:29
-#: ../../mod/message.php:209 ../../mod/contacts.php:246
-msgid "Yes"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
 msgstr ""
 
-#: ../../include/items.php:4023 ../../include/conversation.php:1120
-#: ../../mod/settings.php:585 ../../mod/settings.php:611
-#: ../../mod/dfrn_request.php:848 ../../mod/suggest.php:32
-#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:148
-#: ../../mod/fbrowser.php:81 ../../mod/fbrowser.php:116
-#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
-#: ../../mod/contacts.php:249
-msgid "Cancel"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
 msgstr ""
 
-#: ../../include/items.php:4143 ../../mod/profiles.php:146
-#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242
-#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159
-#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33
-#: ../../mod/uimport.php:23 ../../mod/settings.php:91
-#: ../../mod/settings.php:566 ../../mod/settings.php:571
-#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135
-#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56
-#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/follow.php:9
-#: ../../mod/fsuggest.php:78 ../../mod/group.php:19
-#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55
-#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15
-#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96
-#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114
-#: ../../mod/network.php:6 ../../mod/notifications.php:66
-#: ../../mod/photos.php:133 ../../mod/photos.php:1044
-#: ../../mod/install.php:151 ../../mod/contacts.php:147
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../index.php:346
-msgid "Permission denied."
+#: ../../mod/api.php:89
+msgid "Please login to continue."
 msgstr ""
 
-#: ../../include/items.php:4213
-msgid "Archives"
+#: ../../mod/api.php:104
+msgid ""
+"Do you want to authorize this application to access your posts and contacts, "
+"and/or create new posts for you?"
 msgstr ""
 
-#: ../../include/features.php:23
-msgid "General Features"
+#: ../../mod/lostpass.php:17
+msgid "No valid account found."
 msgstr ""
 
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
+#: ../../mod/lostpass.php:33
+msgid "Password reset request issued. Check your email."
 msgstr ""
 
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
+#: ../../mod/lostpass.php:44
+#, php-format
+msgid "Password reset requested at %s"
 msgstr ""
 
-#: ../../include/features.php:30
-msgid "Post Composition Features"
+#: ../../mod/lostpass.php:66
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
 msgstr ""
 
-#: ../../include/features.php:31
-msgid "Richtext Editor"
+#: ../../mod/lostpass.php:85
+msgid "Your password has been reset as requested."
 msgstr ""
 
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
+#: ../../mod/lostpass.php:86
+msgid "Your new password is"
 msgstr ""
 
-#: ../../include/features.php:32
-msgid "Post Preview"
+#: ../../mod/lostpass.php:87
+msgid "Save or copy your new password - and then"
 msgstr ""
 
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
+#: ../../mod/lostpass.php:88
+msgid "click here to login"
 msgstr ""
 
-#: ../../include/features.php:37
-msgid "Network Sidebar Widgets"
+#: ../../mod/lostpass.php:89
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
 msgstr ""
 
-#: ../../include/features.php:38
-msgid "Search by Date"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has been changed at %s"
 msgstr ""
 
-#: ../../include/features.php:38
-msgid "Ability to select posts by date ranges"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
 msgstr ""
 
-#: ../../include/features.php:39
-msgid "Group Filter"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
 msgstr ""
 
-#: ../../include/features.php:39
-msgid "Enable widget to display Network posts only from selected group"
+#: ../../mod/lostpass.php:124
+msgid "Nickname or Email: "
 msgstr ""
 
-#: ../../include/features.php:40
-msgid "Network Filter"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
 msgstr ""
 
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected network"
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
 msgstr ""
 
-#: ../../include/features.php:41 ../../mod/search.php:30
-#: ../../mod/network.php:233
-msgid "Saved Searches"
+#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
+msgid "No recipient selected."
 msgstr ""
 
-#: ../../include/features.php:41
-msgid "Save search terms for re-use"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
 msgstr ""
 
-#: ../../include/features.php:46
-msgid "Network Tabs"
+#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
+msgid "Message could not be sent."
 msgstr ""
 
-#: ../../include/features.php:47
-msgid "Network Personal Tab"
+#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
+msgid "Message collection failure."
 msgstr ""
 
-#: ../../include/features.php:47
-msgid "Enable tab to display only Network posts that you've interacted on"
+#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
+msgid "Message sent."
 msgstr ""
 
-#: ../../include/features.php:48
-msgid "Network New Tab"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
 msgstr ""
 
-#: ../../include/features.php:48
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../include/conversation.php:997 ../../include/conversation.php:1015
+msgid "Please enter a link URL:"
 msgstr ""
 
-#: ../../include/features.php:49
-msgid "Network Shared Links Tab"
+#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
+msgid "Send Private Message"
 msgstr ""
 
-#: ../../include/features.php:49
-msgid "Enable tab to display only Network posts with links in them"
+#: ../../mod/wallmessage.php:143
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
 msgstr ""
 
-#: ../../include/features.php:54
-msgid "Post/Comment Tools"
+#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
+#: ../../mod/message.php:553
+msgid "To:"
 msgstr ""
 
-#: ../../include/features.php:55
-msgid "Multiple Deletion"
+#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
+#: ../../mod/message.php:555
+msgid "Subject:"
 msgstr ""
 
-#: ../../include/features.php:55
-msgid "Select and delete multiple posts/comments at once"
+#: ../../mod/wallmessage.php:151 ../../mod/message.php:329
+#: ../../mod/message.php:558 ../../mod/invite.php:134
+msgid "Your message:"
 msgstr ""
 
-#: ../../include/features.php:56
-msgid "Edit Sent Posts"
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../include/conversation.php:1081
+msgid "Upload photo"
 msgstr ""
 
-#: ../../include/features.php:56
-msgid "Edit and correct posts and comments after sending"
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../include/conversation.php:1085
+msgid "Insert web link"
 msgstr ""
 
-#: ../../include/features.php:57
-msgid "Tagging"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
 msgstr ""
 
-#: ../../include/features.php:57
-msgid "Ability to tag existing posts"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
 msgstr ""
 
-#: ../../include/features.php:58
-msgid "Post Categories"
+#: ../../mod/newmember.php:12
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
 msgstr ""
 
-#: ../../include/features.php:58
-msgid "Add categories to your posts"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
 msgstr ""
 
-#: ../../include/features.php:59
-msgid "Ability to file posts under folders"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
 msgstr ""
 
-#: ../../include/features.php:60
-msgid "Dislike Posts"
+#: ../../mod/newmember.php:18
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to "
+"join."
 msgstr ""
 
-#: ../../include/features.php:60
-msgid "Ability to dislike posts/comments"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
 msgstr ""
 
-#: ../../include/features.php:61
-msgid "Star Posts"
+#: ../../mod/newmember.php:26
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This looks just like an email address - and "
+"will be useful in making friends on the free social web."
 msgstr ""
 
-#: ../../include/features.php:61
-msgid "Ability to mark special posts with a star indicator"
+#: ../../mod/newmember.php:28
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished "
+"directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
 msgstr ""
 
-#: ../../include/dba.php:44
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+msgid "Upload Profile Photo"
 msgstr ""
 
-#: ../../include/text.php:293
-msgid "newer"
+#: ../../mod/newmember.php:36
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make "
+"friends than people who do not."
 msgstr ""
 
-#: ../../include/text.php:295
-msgid "older"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
 msgstr ""
 
-#: ../../include/text.php:300
-msgid "prev"
+#: ../../mod/newmember.php:38
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown "
+"visitors."
 msgstr ""
 
-#: ../../include/text.php:302
-msgid "first"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
 msgstr ""
 
-#: ../../include/text.php:334
-msgid "last"
+#: ../../mod/newmember.php:40
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
 msgstr ""
 
-#: ../../include/text.php:337
-msgid "next"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
 msgstr ""
 
-#: ../../include/text.php:829
-msgid "No contacts"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
 msgstr ""
 
-#: ../../include/text.php:838
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/text.php:850 ../../mod/viewcontacts.php:76
-msgid "View Contacts"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
 msgstr ""
 
-#: ../../include/text.php:927 ../../include/text.php:928
-#: ../../include/nav.php:118 ../../mod/search.php:99
-msgid "Search"
+#: ../../mod/newmember.php:51
+msgid ""
+"<em>If</em> this is your own personal server, installing the Facebook addon "
+"may ease your transition to the free social web."
 msgstr ""
 
-#: ../../include/text.php:930 ../../mod/notes.php:63 ../../mod/filer.php:31
-msgid "Save"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
 msgstr ""
 
-#: ../../include/text.php:979
-msgid "poke"
+#: ../../mod/newmember.php:56
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
 msgstr ""
 
-#: ../../include/text.php:979 ../../include/conversation.php:211
-msgid "poked"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
 msgstr ""
 
-#: ../../include/text.php:980
-msgid "ping"
+#: ../../mod/newmember.php:58
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Add New Contact</em> dialog."
 msgstr ""
 
-#: ../../include/text.php:980
-msgid "pinged"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
 msgstr ""
 
-#: ../../include/text.php:981
-msgid "prod"
+#: ../../mod/newmember.php:60
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
 msgstr ""
 
-#: ../../include/text.php:981
-msgid "prodded"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
 msgstr ""
 
-#: ../../include/text.php:982
-msgid "slap"
+#: ../../mod/newmember.php:62
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand "
+"new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
 msgstr ""
 
-#: ../../include/text.php:982
-msgid "slapped"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
 msgstr ""
 
-#: ../../include/text.php:983
-msgid "finger"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
 msgstr ""
 
-#: ../../include/text.php:983
-msgid "fingered"
+#: ../../mod/newmember.php:70
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with "
+"each group privately on your Network page."
 msgstr ""
 
-#: ../../include/text.php:984
-msgid "rebuff"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
 msgstr ""
 
-#: ../../include/text.php:984
-msgid "rebuffed"
+#: ../../mod/newmember.php:73
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to "
+"people you've added as friends. For more information, see the help section "
+"from the link above."
 msgstr ""
 
-#: ../../include/text.php:998
-msgid "happy"
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
 msgstr ""
 
-#: ../../include/text.php:999
-msgid "sad"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
 msgstr ""
 
-#: ../../include/text.php:1000
-msgid "mellow"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program "
+"features and resources."
 msgstr ""
 
-#: ../../include/text.php:1001
-msgid "tired"
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
 msgstr ""
 
-#: ../../include/text.php:1002
-msgid "perky"
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:249
+#: ../../mod/settings.php:592 ../../mod/settings.php:618
+#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119
+#: ../../include/items.php:4023
+msgid "Cancel"
 msgstr ""
 
-#: ../../include/text.php:1003
-msgid "angry"
+#: ../../mod/suggest.php:72
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
 msgstr ""
 
-#: ../../include/text.php:1004
-msgid "stupified"
+#: ../../mod/suggest.php:90
+msgid "Ignore/Hide"
 msgstr ""
 
-#: ../../include/text.php:1005
-msgid "puzzled"
+#: ../../mod/network.php:179
+msgid "Search Results For:"
 msgstr ""
 
-#: ../../include/text.php:1006
-msgid "interested"
+#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21
+msgid "Remove term"
 msgstr ""
 
-#: ../../include/text.php:1007
-msgid "bitter"
+#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30
+#: ../../include/features.php:41
+msgid "Saved Searches"
 msgstr ""
 
-#: ../../include/text.php:1008
-msgid "cheerful"
+#: ../../mod/network.php:232 ../../include/group.php:275
+msgid "add"
 msgstr ""
 
-#: ../../include/text.php:1009
-msgid "alive"
+#: ../../mod/network.php:394
+msgid "Commented Order"
 msgstr ""
 
-#: ../../include/text.php:1010
-msgid "annoyed"
+#: ../../mod/network.php:397
+msgid "Sort by Comment Date"
 msgstr ""
 
-#: ../../include/text.php:1011
-msgid "anxious"
+#: ../../mod/network.php:400
+msgid "Posted Order"
 msgstr ""
 
-#: ../../include/text.php:1012
-msgid "cranky"
+#: ../../mod/network.php:403
+msgid "Sort by Post Date"
 msgstr ""
 
-#: ../../include/text.php:1013
-msgid "disturbed"
+#: ../../mod/network.php:441 ../../mod/notifications.php:88
+msgid "Personal"
 msgstr ""
 
-#: ../../include/text.php:1014
-msgid "frustrated"
+#: ../../mod/network.php:444
+msgid "Posts that mention or involve you"
 msgstr ""
 
-#: ../../include/text.php:1015
-msgid "motivated"
+#: ../../mod/network.php:450
+msgid "New"
 msgstr ""
 
-#: ../../include/text.php:1016
-msgid "relaxed"
+#: ../../mod/network.php:453
+msgid "Activity Stream - by date"
 msgstr ""
 
-#: ../../include/text.php:1017
-msgid "surprised"
+#: ../../mod/network.php:459
+msgid "Shared Links"
 msgstr ""
 
-#: ../../include/text.php:1185
-msgid "Monday"
+#: ../../mod/network.php:462
+msgid "Interesting Links"
 msgstr ""
 
-#: ../../include/text.php:1185
-msgid "Tuesday"
+#: ../../mod/network.php:468
+msgid "Starred"
 msgstr ""
 
-#: ../../include/text.php:1185
-msgid "Wednesday"
+#: ../../mod/network.php:471
+msgid "Favourite Posts"
 msgstr ""
 
-#: ../../include/text.php:1185
-msgid "Thursday"
-msgstr ""
+#: ../../mod/network.php:539
+#, php-format
+msgid "Warning: This group contains %s member from an insecure network."
+msgid_plural ""
+"Warning: This group contains %s members from an insecure network."
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../include/text.php:1185
-msgid "Friday"
+#: ../../mod/network.php:542
+msgid "Private messages to this group are at risk of public disclosure."
 msgstr ""
 
-#: ../../include/text.php:1185
-msgid "Saturday"
+#: ../../mod/network.php:587 ../../mod/content.php:119
+msgid "No such group"
 msgstr ""
 
-#: ../../include/text.php:1185
-msgid "Sunday"
+#: ../../mod/network.php:598 ../../mod/content.php:130
+msgid "Group is empty"
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "January"
+#: ../../mod/network.php:602 ../../mod/content.php:134
+msgid "Group: "
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "February"
+#: ../../mod/network.php:612
+msgid "Contact: "
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "March"
+#: ../../mod/network.php:614
+msgid "Private messages to this person are at risk of public disclosure."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "April"
+#: ../../mod/network.php:619
+msgid "Invalid contact."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "May"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "June"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "July"
+#: ../../mod/install.php:127
+msgid "Could not create table."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "August"
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "September"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "October"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:521
+msgid "Please see the file \"INSTALL.txt\"."
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "November"
+#: ../../mod/install.php:203
+msgid "System check"
 msgstr ""
 
-#: ../../include/text.php:1189
-msgid "December"
+#: ../../mod/install.php:207 ../../mod/events.php:373
+msgid "Next"
 msgstr ""
 
-#: ../../include/text.php:1345 ../../mod/videos.php:301
-msgid "View Video"
+#: ../../mod/install.php:208
+msgid "Check again"
 msgstr ""
 
-#: ../../include/text.php:1377
-msgid "bytes"
+#: ../../mod/install.php:227
+msgid "Database connection"
 msgstr ""
 
-#: ../../include/text.php:1401 ../../include/text.php:1413
-msgid "Click to open/close"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
 msgstr ""
 
-#: ../../include/text.php:1575 ../../mod/events.php:335
-msgid "link to source"
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
 msgstr ""
 
-#: ../../include/text.php:1630
-msgid "Select an alternate language"
+#: ../../mod/install.php:230
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
 msgstr ""
 
-#: ../../include/text.php:1882 ../../include/conversation.php:118
-#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456
-msgid "event"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
 msgstr ""
 
-#: ../../include/text.php:1886
-msgid "activity"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
 msgstr ""
 
-#: ../../include/text.php:1888 ../../mod/content.php:628
-#: ../../object/Item.php:364 ../../object/Item.php:377
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr ""
 
-#: ../../include/text.php:1889
-msgid "post"
+#: ../../mod/install.php:237
+msgid "Database Name"
 msgstr ""
 
-#: ../../include/text.php:2044
-msgid "Item filed"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
 msgstr ""
 
-#: ../../include/group.php:25
+#: ../../mod/install.php:238 ../../mod/install.php:277
 msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
+"Your account email address must match this in order to use the web admin "
+"panel."
 msgstr ""
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
 msgstr ""
 
-#: ../../include/group.php:226
-msgid "Everybody"
+#: ../../mod/install.php:267
+msgid "Site settings"
 msgstr ""
 
-#: ../../include/group.php:249
-msgid "edit"
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
 msgstr ""
 
-#: ../../include/group.php:270 ../../mod/newmember.php:66
-msgid "Groups"
+#: ../../mod/install.php:322
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron. See <a href='http://"
+"friendica.com/node/27'>'Activating scheduled tasks'</a>"
 msgstr ""
 
-#: ../../include/group.php:271
-msgid "Edit group"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
 msgstr ""
 
-#: ../../include/group.php:272
-msgid "Create a new group"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
 msgstr ""
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
 msgstr ""
 
-#: ../../include/group.php:275 ../../mod/network.php:234
-msgid "add"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
 msgstr ""
 
-#: ../../include/conversation.php:140 ../../mod/like.php:170
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
 msgstr ""
 
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
 msgstr ""
 
-#: ../../include/conversation.php:227 ../../mod/mood.php:62
-#, php-format
-msgid "%1$s is currently %2$s"
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
 msgstr ""
 
-#: ../../include/conversation.php:266 ../../mod/tagger.php:95
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
 msgstr ""
 
-#: ../../include/conversation.php:291
-msgid "post/item"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
 msgstr ""
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
 msgstr ""
 
-#: ../../include/conversation.php:612 ../../mod/content.php:461
-#: ../../mod/content.php:763 ../../object/Item.php:126
-msgid "Select"
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
 msgstr ""
 
-#: ../../include/conversation.php:613 ../../mod/admin.php:770
-#: ../../mod/settings.php:647 ../../mod/group.php:171
-#: ../../mod/photos.php:1637 ../../mod/content.php:462
-#: ../../mod/content.php:764 ../../object/Item.php:127
-msgid "Delete"
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
 msgstr ""
 
-#: ../../include/conversation.php:652 ../../mod/content.php:495
-#: ../../mod/content.php:875 ../../mod/content.php:876
-#: ../../object/Item.php:306 ../../object/Item.php:307
-#, php-format
-msgid "View %s's profile @ %s"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
 msgstr ""
 
-#: ../../include/conversation.php:664 ../../object/Item.php:297
-msgid "Categories:"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
 msgstr ""
 
-#: ../../include/conversation.php:665 ../../object/Item.php:298
-msgid "Filed under:"
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
 msgstr ""
 
-#: ../../include/conversation.php:672 ../../mod/content.php:505
-#: ../../mod/content.php:887 ../../object/Item.php:320
-#, php-format
-msgid "%s from %s"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
 msgstr ""
 
-#: ../../include/conversation.php:687 ../../mod/content.php:520
-msgid "View in context"
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
 msgstr ""
 
-#: ../../include/conversation.php:689 ../../include/conversation.php:1100
-#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/photos.php:1532 ../../mod/content.php:522
-#: ../../mod/content.php:906 ../../object/Item.php:341
-msgid "Please wait"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
 msgstr ""
 
-#: ../../include/conversation.php:768
-msgid "remove"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
 msgstr ""
 
-#: ../../include/conversation.php:772
-msgid "Delete Selected Items"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
 msgstr ""
 
-#: ../../include/conversation.php:871
-msgid "Follow Thread"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
 msgstr ""
 
-#: ../../include/conversation.php:940
-#, php-format
-msgid "%s likes this."
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
 msgstr ""
 
-#: ../../include/conversation.php:940
-#, php-format
-msgid "%s doesn't like this."
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
 msgstr ""
 
-#: ../../include/conversation.php:945
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
 msgstr ""
 
-#: ../../include/conversation.php:948
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
+#: ../../mod/install.php:438
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\" "
+"in the top folder of your web server and it is unable to do so."
 msgstr ""
 
-#: ../../include/conversation.php:962
-msgid "and"
+#: ../../mod/install.php:439
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
 msgstr ""
 
-#: ../../include/conversation.php:968
-#, php-format
-msgid ", and %d other people"
+#: ../../mod/install.php:440
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
 msgstr ""
 
-#: ../../include/conversation.php:970
-#, php-format
-msgid "%s like this."
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation. "
+"Please see the file \"INSTALL.txt\" for instructions."
 msgstr ""
 
-#: ../../include/conversation.php:970
-#, php-format
-msgid "%s don't like this."
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
 msgstr ""
 
-#: ../../include/conversation.php:997 ../../include/conversation.php:1015
-msgid "Visible to <strong>everybody</strong>"
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
 msgstr ""
 
-#: ../../include/conversation.php:998 ../../include/conversation.php:1016
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-msgid "Please enter a link URL:"
+#: ../../mod/install.php:455
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
 msgstr ""
 
-#: ../../include/conversation.php:999 ../../include/conversation.php:1017
-msgid "Please enter a video link/URL:"
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
 msgstr ""
 
-#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
-msgid "Please enter an audio link/URL:"
+#: ../../mod/install.php:457
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
 msgstr ""
 
-#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
-msgid "Tag term:"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
 msgstr ""
 
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-#: ../../mod/filer.php:30
-msgid "Save to Folder:"
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
 msgstr ""
 
-#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
-msgid "Where are you right now?"
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
 msgstr ""
 
-#: ../../include/conversation.php:1004
-msgid "Delete item(s)?"
+#: ../../mod/install.php:484
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
 msgstr ""
 
-#: ../../include/conversation.php:1046
-msgid "Post to Email"
+#: ../../mod/install.php:508
+msgid "Errors encountered creating database tables."
 msgstr ""
 
-#: ../../include/conversation.php:1081 ../../mod/photos.php:1531
-msgid "Share"
+#: ../../mod/install.php:519
+msgid "<h1>What next</h1>"
 msgstr ""
 
-#: ../../include/conversation.php:1082 ../../mod/editpost.php:110
-#: ../../mod/wallmessage.php:154 ../../mod/message.php:332
-#: ../../mod/message.php:562
-msgid "Upload photo"
+#: ../../mod/install.php:520
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
 msgstr ""
 
-#: ../../include/conversation.php:1083 ../../mod/editpost.php:111
-msgid "upload photo"
+#: ../../mod/admin.php:55
+msgid "Theme settings updated."
 msgstr ""
 
-#: ../../include/conversation.php:1084 ../../mod/editpost.php:112
-msgid "Attach file"
+#: ../../mod/admin.php:101 ../../mod/admin.php:504
+msgid "Site"
 msgstr ""
 
-#: ../../include/conversation.php:1085 ../../mod/editpost.php:113
-msgid "attach file"
+#: ../../mod/admin.php:102 ../../mod/admin.php:825 ../../mod/admin.php:840
+msgid "Users"
 msgstr ""
 
-#: ../../include/conversation.php:1086 ../../mod/editpost.php:114
-#: ../../mod/wallmessage.php:155 ../../mod/message.php:333
-#: ../../mod/message.php:563
-msgid "Insert web link"
+#: ../../mod/admin.php:103 ../../mod/admin.php:929 ../../mod/admin.php:971
+msgid "Plugins"
 msgstr ""
 
-#: ../../include/conversation.php:1087 ../../mod/editpost.php:115
-msgid "web link"
+#: ../../mod/admin.php:104 ../../mod/admin.php:1137 ../../mod/admin.php:1171
+msgid "Themes"
 msgstr ""
 
-#: ../../include/conversation.php:1088 ../../mod/editpost.php:116
-msgid "Insert video link"
+#: ../../mod/admin.php:105
+msgid "DB updates"
 msgstr ""
 
-#: ../../include/conversation.php:1089 ../../mod/editpost.php:117
-msgid "video link"
+#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1258
+msgid "Logs"
 msgstr ""
 
-#: ../../include/conversation.php:1090 ../../mod/editpost.php:118
-msgid "Insert audio link"
+#: ../../mod/admin.php:125 ../../include/nav.php:178
+msgid "Admin"
 msgstr ""
 
-#: ../../include/conversation.php:1091 ../../mod/editpost.php:119
-msgid "audio link"
+#: ../../mod/admin.php:126
+msgid "Plugin Features"
 msgstr ""
 
-#: ../../include/conversation.php:1092 ../../mod/editpost.php:120
-msgid "Set your location"
+#: ../../mod/admin.php:128
+msgid "User registrations waiting for confirmation"
 msgstr ""
 
-#: ../../include/conversation.php:1093 ../../mod/editpost.php:121
-msgid "set location"
+#: ../../mod/admin.php:187 ../../mod/admin.php:780
+msgid "Normal Account"
 msgstr ""
 
-#: ../../include/conversation.php:1094 ../../mod/editpost.php:122
-msgid "Clear browser location"
+#: ../../mod/admin.php:188 ../../mod/admin.php:781
+msgid "Soapbox Account"
 msgstr ""
 
-#: ../../include/conversation.php:1095 ../../mod/editpost.php:123
-msgid "clear location"
+#: ../../mod/admin.php:189 ../../mod/admin.php:782
+msgid "Community/Celebrity Account"
 msgstr ""
 
-#: ../../include/conversation.php:1097 ../../mod/editpost.php:137
-msgid "Set title"
+#: ../../mod/admin.php:190 ../../mod/admin.php:783
+msgid "Automatic Friend Account"
 msgstr ""
 
-#: ../../include/conversation.php:1099 ../../mod/editpost.php:139
-msgid "Categories (comma-separated list)"
+#: ../../mod/admin.php:191
+msgid "Blog Account"
 msgstr ""
 
-#: ../../include/conversation.php:1101 ../../mod/editpost.php:125
-msgid "Permission settings"
+#: ../../mod/admin.php:192
+msgid "Private Forum"
 msgstr ""
 
-#: ../../include/conversation.php:1102
-msgid "permissions"
+#: ../../mod/admin.php:211
+msgid "Message queues"
 msgstr ""
 
-#: ../../include/conversation.php:1110 ../../mod/editpost.php:133
-msgid "CC: email addresses"
+#: ../../mod/admin.php:216 ../../mod/admin.php:503 ../../mod/admin.php:824
+#: ../../mod/admin.php:928 ../../mod/admin.php:970 ../../mod/admin.php:1136
+#: ../../mod/admin.php:1170 ../../mod/admin.php:1257
+msgid "Administration"
 msgstr ""
 
-#: ../../include/conversation.php:1111 ../../mod/editpost.php:134
-msgid "Public post"
+#: ../../mod/admin.php:217
+msgid "Summary"
 msgstr ""
 
-#: ../../include/conversation.php:1113 ../../mod/editpost.php:140
-msgid "Example: bob@example.com, mary@example.com"
+#: ../../mod/admin.php:219
+msgid "Registered users"
 msgstr ""
 
-#: ../../include/conversation.php:1117 ../../mod/editpost.php:145
-#: ../../mod/photos.php:1553 ../../mod/photos.php:1597
-#: ../../mod/photos.php:1680 ../../mod/content.php:742
-#: ../../object/Item.php:662
-msgid "Preview"
+#: ../../mod/admin.php:221
+msgid "Pending registrations"
 msgstr ""
 
-#: ../../include/conversation.php:1126
-msgid "Post to Groups"
+#: ../../mod/admin.php:222
+msgid "Version"
 msgstr ""
 
-#: ../../include/conversation.php:1127
-msgid "Post to Contacts"
+#: ../../mod/admin.php:224
+msgid "Active plugins"
 msgstr ""
 
-#: ../../include/conversation.php:1128
-msgid "Private post"
+#: ../../mod/admin.php:417
+msgid "Site settings updated."
 msgstr ""
 
-#: ../../include/enotify.php:16
-msgid "Friendica Notification"
+#: ../../mod/admin.php:446 ../../mod/settings.php:800
+msgid "No special theme for mobile devices"
 msgstr ""
 
-#: ../../include/enotify.php:19
-msgid "Thank You,"
+#: ../../mod/admin.php:463 ../../mod/contacts.php:330
+msgid "Never"
 msgstr ""
 
-#: ../../include/enotify.php:21
-#, php-format
-msgid "%s Administrator"
+#: ../../mod/admin.php:464 ../../include/contact_selectors.php:56
+msgid "Frequently"
 msgstr ""
 
-#: ../../include/enotify.php:40
-#, php-format
-msgid "%s <!item_type!>"
+#: ../../mod/admin.php:465 ../../include/contact_selectors.php:57
+msgid "Hourly"
 msgstr ""
 
-#: ../../include/enotify.php:44
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
+#: ../../mod/admin.php:466 ../../include/contact_selectors.php:58
+msgid "Twice daily"
 msgstr ""
 
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
+#: ../../mod/admin.php:467 ../../include/contact_selectors.php:59
+msgid "Daily"
 msgstr ""
 
-#: ../../include/enotify.php:47
-#, php-format
-msgid "%1$s sent you %2$s."
+#: ../../mod/admin.php:472
+msgid "Multi user instance"
 msgstr ""
 
-#: ../../include/enotify.php:47
-msgid "a private message"
+#: ../../mod/admin.php:490
+msgid "Closed"
 msgstr ""
 
-#: ../../include/enotify.php:48
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
+#: ../../mod/admin.php:491
+msgid "Requires approval"
 msgstr ""
 
-#: ../../include/enotify.php:90
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+#: ../../mod/admin.php:492
+msgid "Open"
 msgstr ""
 
-#: ../../include/enotify.php:97
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+#: ../../mod/admin.php:496
+msgid "No SSL policy, links will track page SSL state"
 msgstr ""
 
-#: ../../include/enotify.php:105
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+#: ../../mod/admin.php:497
+msgid "Force all links to use SSL"
 msgstr ""
 
-#: ../../include/enotify.php:115
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+#: ../../mod/admin.php:498
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr ""
 
-#: ../../include/enotify.php:116
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
+#: ../../mod/admin.php:507
+msgid "File upload"
 msgstr ""
 
-#: ../../include/enotify.php:119 ../../include/enotify.php:134
-#: ../../include/enotify.php:147 ../../include/enotify.php:165
-#: ../../include/enotify.php:178
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
+#: ../../mod/admin.php:508
+msgid "Policies"
 msgstr ""
 
-#: ../../include/enotify.php:126
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
+#: ../../mod/admin.php:509
+msgid "Advanced"
 msgstr ""
 
-#: ../../include/enotify.php:128
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
+#: ../../mod/admin.php:510
+msgid "Performance"
 msgstr ""
 
-#: ../../include/enotify.php:130
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
+#: ../../mod/admin.php:514
+msgid "Site name"
 msgstr ""
 
-#: ../../include/enotify.php:141
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
+#: ../../mod/admin.php:515
+msgid "Banner/Logo"
 msgstr ""
 
-#: ../../include/enotify.php:142
-#, php-format
-msgid "%1$s tagged you at %2$s"
+#: ../../mod/admin.php:516
+msgid "Additional Info"
 msgstr ""
 
-#: ../../include/enotify.php:143
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
+#: ../../mod/admin.php:516
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
 msgstr ""
 
-#: ../../include/enotify.php:155
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
+#: ../../mod/admin.php:517
+msgid "System language"
 msgstr ""
 
-#: ../../include/enotify.php:156
-#, php-format
-msgid "%1$s poked you at %2$s"
+#: ../../mod/admin.php:518
+msgid "System theme"
 msgstr ""
 
-#: ../../include/enotify.php:157
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
+#: ../../mod/admin.php:518
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
 msgstr ""
 
-#: ../../include/enotify.php:172
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
+#: ../../mod/admin.php:519
+msgid "Mobile system theme"
 msgstr ""
 
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged your post at %2$s"
+#: ../../mod/admin.php:519
+msgid "Theme for mobile devices"
 msgstr ""
 
-#: ../../include/enotify.php:174
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
+#: ../../mod/admin.php:520
+msgid "SSL link policy"
 msgstr ""
 
-#: ../../include/enotify.php:185
-msgid "[Friendica:Notify] Introduction received"
+#: ../../mod/admin.php:520
+msgid "Determines whether generated links should be forced to use SSL"
 msgstr ""
 
-#: ../../include/enotify.php:186
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
+#: ../../mod/admin.php:521
+msgid "Old style 'Share'"
 msgstr ""
 
-#: ../../include/enotify.php:187
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+#: ../../mod/admin.php:521
+msgid "Deactivates the bbcode element 'share' for repeating items."
 msgstr ""
 
-#: ../../include/enotify.php:190 ../../include/enotify.php:208
-#, php-format
-msgid "You may visit their profile at %s"
+#: ../../mod/admin.php:522
+msgid "Hide help entry from navigation menu"
 msgstr ""
 
-#: ../../include/enotify.php:192
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
+#: ../../mod/admin.php:522
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
 msgstr ""
 
-#: ../../include/enotify.php:199
-msgid "[Friendica:Notify] Friend suggestion received"
+#: ../../mod/admin.php:523
+msgid "Single user instance"
 msgstr ""
 
-#: ../../include/enotify.php:200
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
+#: ../../mod/admin.php:523
+msgid "Make this instance multi-user or single-user for the named user"
 msgstr ""
 
-#: ../../include/enotify.php:201
-#, php-format
-msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+#: ../../mod/admin.php:524
+msgid "Maximum image size"
 msgstr ""
 
-#: ../../include/enotify.php:206
-msgid "Name:"
+#: ../../mod/admin.php:524
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
 msgstr ""
 
-#: ../../include/enotify.php:207
-msgid "Photo:"
+#: ../../mod/admin.php:525
+msgid "Maximum image length"
 msgstr ""
 
-#: ../../include/enotify.php:210
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
+#: ../../mod/admin.php:525
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
 msgstr ""
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
+#: ../../mod/admin.php:526
+msgid "JPEG image quality"
 msgstr ""
 
-#: ../../include/message.php:144 ../../mod/item.php:446
-#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
-#: ../../mod/wall_upload.php:151
-msgid "Wall Photos"
+#: ../../mod/admin.php:526
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
 msgstr ""
 
-#: ../../include/nav.php:34 ../../mod/navigation.php:20
-msgid "Nothing new here"
+#: ../../mod/admin.php:528
+msgid "Register policy"
 msgstr ""
 
-#: ../../include/nav.php:38 ../../mod/navigation.php:24
-msgid "Clear notifications"
+#: ../../mod/admin.php:529
+msgid "Maximum Daily Registrations"
 msgstr ""
 
-#: ../../include/nav.php:73 ../../boot.php:1140
-msgid "Logout"
+#: ../../mod/admin.php:529
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user "
+"registrations to accept per day.  If register is set to closed, this setting "
+"has no effect."
 msgstr ""
 
-#: ../../include/nav.php:73
-msgid "End this session"
+#: ../../mod/admin.php:530
+msgid "Register text"
 msgstr ""
 
-#: ../../include/nav.php:76 ../../boot.php:1944
-msgid "Status"
+#: ../../mod/admin.php:530
+msgid "Will be displayed prominently on the registration page."
 msgstr ""
 
-#: ../../include/nav.php:76 ../../include/nav.php:143
-#: ../../view/theme/diabook/theme.php:87
-msgid "Your posts and conversations"
+#: ../../mod/admin.php:531
+msgid "Accounts abandoned after x days"
 msgstr ""
 
-#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88
-msgid "Your profile page"
+#: ../../mod/admin.php:531
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
 msgstr ""
 
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
-#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1958
-msgid "Photos"
+#: ../../mod/admin.php:532
+msgid "Allowed friend domains"
 msgstr ""
 
-#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90
-msgid "Your photos"
+#: ../../mod/admin.php:532
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
 msgstr ""
 
-#: ../../include/nav.php:79 ../../mod/events.php:370
-#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1975
-msgid "Events"
+#: ../../mod/admin.php:533
+msgid "Allowed email domains"
 msgstr ""
 
-#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91
-msgid "Your events"
+#: ../../mod/admin.php:533
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
 msgstr ""
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Personal notes"
+#: ../../mod/admin.php:534
+msgid "Block public"
 msgstr ""
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Your personal photos"
+#: ../../mod/admin.php:534
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
 msgstr ""
 
-#: ../../include/nav.php:91 ../../boot.php:1141
-msgid "Login"
+#: ../../mod/admin.php:535
+msgid "Force publish"
 msgstr ""
 
-#: ../../include/nav.php:91
-msgid "Sign in"
+#: ../../mod/admin.php:535
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
 msgstr ""
 
-#: ../../include/nav.php:104 ../../include/nav.php:143
-#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87
-msgid "Home"
+#: ../../mod/admin.php:536
+msgid "Global directory update URL"
 msgstr ""
 
-#: ../../include/nav.php:104
-msgid "Home Page"
+#: ../../mod/admin.php:536
+msgid ""
+"URL to update the global directory. If this is not set, the global directory "
+"is completely unavailable to the application."
 msgstr ""
 
-#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1116
-msgid "Register"
+#: ../../mod/admin.php:537
+msgid "Allow threaded items"
 msgstr ""
 
-#: ../../include/nav.php:108
-msgid "Create an account"
+#: ../../mod/admin.php:537
+msgid "Allow infinite level threading for items on this site."
 msgstr ""
 
-#: ../../include/nav.php:113 ../../mod/help.php:84
-msgid "Help"
+#: ../../mod/admin.php:538
+msgid "Private posts by default for new users"
 msgstr ""
 
-#: ../../include/nav.php:113
-msgid "Help and documentation"
+#: ../../mod/admin.php:538
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
 msgstr ""
 
-#: ../../include/nav.php:116
-msgid "Apps"
+#: ../../mod/admin.php:539
+msgid "Don't include post content in email notifications"
 msgstr ""
 
-#: ../../include/nav.php:116
-msgid "Addon applications, utilities, games"
+#: ../../mod/admin.php:539
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
 msgstr ""
 
-#: ../../include/nav.php:118
-msgid "Search site content"
+#: ../../mod/admin.php:540
+msgid "Disallow public access to addons listed in the apps menu."
 msgstr ""
 
-#: ../../include/nav.php:128 ../../mod/community.php:32
-#: ../../view/theme/diabook/theme.php:93
-msgid "Community"
+#: ../../mod/admin.php:540
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
 msgstr ""
 
-#: ../../include/nav.php:128
-msgid "Conversations on this site"
+#: ../../mod/admin.php:541
+msgid "Don't embed private images in posts"
 msgstr ""
 
-#: ../../include/nav.php:130
-msgid "Directory"
+#: ../../mod/admin.php:541
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a while."
 msgstr ""
 
-#: ../../include/nav.php:130
-msgid "People directory"
+#: ../../mod/admin.php:543
+msgid "Block multiple registrations"
 msgstr ""
 
-#: ../../include/nav.php:140 ../../mod/notifications.php:83
-msgid "Network"
+#: ../../mod/admin.php:543
+msgid "Disallow users to register additional accounts for use as pages."
 msgstr ""
 
-#: ../../include/nav.php:140
-msgid "Conversations from your friends"
+#: ../../mod/admin.php:544
+msgid "OpenID support"
 msgstr ""
 
-#: ../../include/nav.php:141
-msgid "Network Reset"
+#: ../../mod/admin.php:544
+msgid "OpenID support for registration and logins."
 msgstr ""
 
-#: ../../include/nav.php:141
-msgid "Load Network page with no filters"
+#: ../../mod/admin.php:545
+msgid "Fullname check"
 msgstr ""
 
-#: ../../include/nav.php:149 ../../mod/notifications.php:98
-msgid "Introductions"
+#: ../../mod/admin.php:545
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
 msgstr ""
 
-#: ../../include/nav.php:149
-msgid "Friend Requests"
+#: ../../mod/admin.php:546
+msgid "UTF-8 Regular expressions"
 msgstr ""
 
-#: ../../include/nav.php:150 ../../mod/notifications.php:220
-msgid "Notifications"
+#: ../../mod/admin.php:546
+msgid "Use PHP UTF8 regular expressions"
 msgstr ""
 
-#: ../../include/nav.php:151
-msgid "See all notifications"
+#: ../../mod/admin.php:547
+msgid "Show Community Page"
 msgstr ""
 
-#: ../../include/nav.php:152
-msgid "Mark all system notifications seen"
+#: ../../mod/admin.php:547
+msgid ""
+"Display a Community page showing all recent public postings on this site."
 msgstr ""
 
-#: ../../include/nav.php:156 ../../mod/message.php:182
-#: ../../mod/notifications.php:103
-msgid "Messages"
+#: ../../mod/admin.php:548
+msgid "Enable OStatus support"
 msgstr ""
 
-#: ../../include/nav.php:156
-msgid "Private mail"
+#: ../../mod/admin.php:548
+msgid ""
+"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
 msgstr ""
 
-#: ../../include/nav.php:157
-msgid "Inbox"
+#: ../../mod/admin.php:549
+msgid "OStatus conversation completion interval"
 msgstr ""
 
-#: ../../include/nav.php:158
-msgid "Outbox"
+#: ../../mod/admin.php:549
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
 msgstr ""
 
-#: ../../include/nav.php:159 ../../mod/message.php:9
-msgid "New Message"
+#: ../../mod/admin.php:550
+msgid "Enable Diaspora support"
 msgstr ""
 
-#: ../../include/nav.php:162
-msgid "Manage"
+#: ../../mod/admin.php:550
+msgid "Provide built-in Diaspora network compatibility."
 msgstr ""
 
-#: ../../include/nav.php:162
-msgid "Manage other pages"
+#: ../../mod/admin.php:551
+msgid "Only allow Friendica contacts"
 msgstr ""
 
-#: ../../include/nav.php:165
-msgid "Delegations"
+#: ../../mod/admin.php:551
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
 msgstr ""
 
-#: ../../include/nav.php:165 ../../mod/delegate.php:121
-msgid "Delegate Page Management"
+#: ../../mod/admin.php:552
+msgid "Verify SSL"
 msgstr ""
 
-#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069
-#: ../../mod/settings.php:74 ../../mod/uexport.php:48
-#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:658
-msgid "Settings"
+#: ../../mod/admin.php:552
+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 ""
 
-#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9
-msgid "Account settings"
+#: ../../mod/admin.php:553
+msgid "Proxy user"
 msgstr ""
 
-#: ../../include/nav.php:169 ../../boot.php:1443
-msgid "Profiles"
+#: ../../mod/admin.php:554
+msgid "Proxy URL"
 msgstr ""
 
-#: ../../include/nav.php:169
-msgid "Manage/Edit Profiles"
+#: ../../mod/admin.php:555
+msgid "Network timeout"
 msgstr ""
 
-#: ../../include/nav.php:171 ../../mod/contacts.php:607
-#: ../../view/theme/diabook/theme.php:89
-msgid "Contacts"
+#: ../../mod/admin.php:555
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr ""
 
-#: ../../include/nav.php:171
-msgid "Manage/edit friends and contacts"
+#: ../../mod/admin.php:556
+msgid "Delivery interval"
 msgstr ""
 
-#: ../../include/nav.php:178 ../../mod/admin.php:120
-msgid "Admin"
+#: ../../mod/admin.php:556
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
 msgstr ""
 
-#: ../../include/nav.php:178
-msgid "Site setup and configuration"
+#: ../../mod/admin.php:557
+msgid "Poll interval"
 msgstr ""
 
-#: ../../include/nav.php:182
-msgid "Navigation"
+#: ../../mod/admin.php:557
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
 msgstr ""
 
-#: ../../include/nav.php:182
-msgid "Site map"
+#: ../../mod/admin.php:558
+msgid "Maximum Load Average"
 msgstr ""
 
-#: ../../include/oembed.php:138
-msgid "Embedded content"
+#: ../../mod/admin.php:558
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
 msgstr ""
 
-#: ../../include/oembed.php:147
-msgid "Embedding disabled"
+#: ../../mod/admin.php:560
+msgid "Use MySQL full text engine"
 msgstr ""
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
+#: ../../mod/admin.php:560
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
 msgstr ""
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
+#: ../../mod/admin.php:561
+msgid "Suppress Language"
 msgstr ""
 
-#: ../../include/uimport.php:116
-msgid "Error! Cannot check nickname"
+#: ../../mod/admin.php:561
+msgid "Suppress language information in meta information about a posting."
 msgstr ""
 
-#: ../../include/uimport.php:120
-#, php-format
-msgid "User '%s' already exists on this server!"
+#: ../../mod/admin.php:562
+msgid "Path to item cache"
 msgstr ""
 
-#: ../../include/uimport.php:139
-msgid "User creation error"
+#: ../../mod/admin.php:563
+msgid "Cache duration in seconds"
 msgstr ""
 
-#: ../../include/uimport.php:157
-msgid "User profile creation error"
+#: ../../mod/admin.php:563
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One "
+"day)."
 msgstr ""
 
-#: ../../include/uimport.php:206
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/uimport.php:276
-msgid "Done. You can now login with your username and password"
+#: ../../mod/admin.php:564
+msgid "Path for lock file"
 msgstr ""
 
-#: ../../include/security.php:22
-msgid "Welcome "
+#: ../../mod/admin.php:565
+msgid "Temp path"
 msgstr ""
 
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
+#: ../../mod/admin.php:566
+msgid "Base path to installation"
 msgstr ""
 
-#: ../../include/security.php:26
-msgid "Welcome back "
+#: ../../mod/admin.php:583
+msgid "Update has been marked successful"
 msgstr ""
 
-#: ../../include/security.php:366
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
+#: ../../mod/admin.php:593
+#, php-format
+msgid "Executing %s failed. Check system logs."
 msgstr ""
 
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:133
-#: ../../mod/profiles.php:160 ../../mod/profiles.php:583
-#: ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
+#: ../../mod/admin.php:596
+#, php-format
+msgid "Update %s was successfully applied."
 msgstr ""
 
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
+#: ../../mod/admin.php:600
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr ""
 
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
+#: ../../mod/admin.php:603
+#, php-format
+msgid "Update function %s could not be found."
 msgstr ""
 
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
+#: ../../mod/admin.php:618
+msgid "No failed updates."
 msgstr ""
 
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
+#: ../../mod/admin.php:622
+msgid "Failed Updates"
 msgstr ""
 
-#: ../../mod/profiles.php:170
-msgid "Profile Name is required."
+#: ../../mod/admin.php:623
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
 msgstr ""
 
-#: ../../mod/profiles.php:317
-msgid "Marital Status"
+#: ../../mod/admin.php:624
+msgid "Mark success (if update was manually applied)"
 msgstr ""
 
-#: ../../mod/profiles.php:321
-msgid "Romantic Partner"
+#: ../../mod/admin.php:625
+msgid "Attempt to execute this update step automatically"
 msgstr ""
 
-#: ../../mod/profiles.php:325
-msgid "Likes"
+#: ../../mod/admin.php:671
+msgid "Registration successful. Email send to user"
 msgstr ""
 
-#: ../../mod/profiles.php:329
-msgid "Dislikes"
-msgstr ""
+#: ../../mod/admin.php:681
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/profiles.php:333
-msgid "Work/Employment"
+#: ../../mod/admin.php:688
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:727
+#, php-format
+msgid "User '%s' deleted"
 msgstr ""
 
-#: ../../mod/profiles.php:336
-msgid "Religion"
+#: ../../mod/admin.php:735
+#, php-format
+msgid "User '%s' unblocked"
 msgstr ""
 
-#: ../../mod/profiles.php:340
-msgid "Political Views"
+#: ../../mod/admin.php:735
+#, php-format
+msgid "User '%s' blocked"
 msgstr ""
 
-#: ../../mod/profiles.php:344
-msgid "Gender"
+#: ../../mod/admin.php:827
+msgid "select all"
 msgstr ""
 
-#: ../../mod/profiles.php:348
-msgid "Sexual Preference"
+#: ../../mod/admin.php:828
+msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: ../../mod/profiles.php:352
-msgid "Homepage"
+#: ../../mod/admin.php:829
+msgid "User waiting for permanent deletion"
 msgstr ""
 
-#: ../../mod/profiles.php:356
-msgid "Interests"
+#: ../../mod/admin.php:830
+msgid "Request date"
 msgstr ""
 
-#: ../../mod/profiles.php:360
-msgid "Address"
+#: ../../mod/admin.php:830 ../../mod/admin.php:842 ../../mod/admin.php:843
+#: ../../mod/admin.php:856 ../../mod/crepair.php:148
+#: ../../mod/settings.php:593 ../../mod/settings.php:619
+msgid "Name"
 msgstr ""
 
-#: ../../mod/profiles.php:367
-msgid "Location"
+#: ../../mod/admin.php:830 ../../mod/admin.php:842 ../../mod/admin.php:843
+#: ../../mod/admin.php:858 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
 msgstr ""
 
-#: ../../mod/profiles.php:450
-msgid "Profile updated."
+#: ../../mod/admin.php:831
+msgid "No registrations."
 msgstr ""
 
-#: ../../mod/profiles.php:521
-msgid " and "
+#: ../../mod/admin.php:832 ../../mod/notifications.php:161
+#: ../../mod/notifications.php:208
+msgid "Approve"
 msgstr ""
 
-#: ../../mod/profiles.php:529
-msgid "public profile"
+#: ../../mod/admin.php:833
+msgid "Deny"
 msgstr ""
 
-#: ../../mod/profiles.php:532
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+#: ../../mod/admin.php:835 ../../mod/contacts.php:353
+#: ../../mod/contacts.php:412
+msgid "Block"
 msgstr ""
 
-#: ../../mod/profiles.php:533
-#, php-format
-msgid " - Visit %1$s's %2$s"
+#: ../../mod/admin.php:836 ../../mod/contacts.php:353
+#: ../../mod/contacts.php:412
+msgid "Unblock"
 msgstr ""
 
-#: ../../mod/profiles.php:536
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
+#: ../../mod/admin.php:837
+msgid "Site admin"
 msgstr ""
 
-#: ../../mod/profiles.php:609
-msgid "Hide your contact/friend list from viewers of this profile?"
+#: ../../mod/admin.php:838
+msgid "Account expired"
 msgstr ""
 
-#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240
-#: ../../mod/settings.php:961 ../../mod/settings.php:967
-#: ../../mod/settings.php:975 ../../mod/settings.php:979
-#: ../../mod/settings.php:984 ../../mod/settings.php:990
-#: ../../mod/settings.php:996 ../../mod/settings.php:1002
-#: ../../mod/settings.php:1032 ../../mod/settings.php:1033
-#: ../../mod/settings.php:1034 ../../mod/settings.php:1035
-#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837
-msgid "No"
+#: ../../mod/admin.php:841
+msgid "New User"
 msgstr ""
 
-#: ../../mod/profiles.php:629
-msgid "Edit Profile Details"
+#: ../../mod/admin.php:842 ../../mod/admin.php:843
+msgid "Register date"
 msgstr ""
 
-#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763
-#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189
-#: ../../mod/settings.php:584 ../../mod/settings.php:694
-#: ../../mod/settings.php:763 ../../mod/settings.php:837
-#: ../../mod/settings.php:1064 ../../mod/crepair.php:166
-#: ../../mod/poke.php:199 ../../mod/events.php:478 ../../mod/fsuggest.php:107
-#: ../../mod/group.php:87 ../../mod/invite.php:140 ../../mod/localtime.php:45
-#: ../../mod/manage.php:110 ../../mod/message.php:335
-#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078
-#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
-#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
-#: ../../mod/photos.php:1679 ../../mod/install.php:248
-#: ../../mod/install.php:286 ../../mod/contacts.php:386
-#: ../../mod/content.php:733 ../../object/Item.php:653
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70
-#: ../../view/theme/quattro/config.php:64
-msgid "Submit"
+#: ../../mod/admin.php:842 ../../mod/admin.php:843
+msgid "Last login"
 msgstr ""
 
-#: ../../mod/profiles.php:631
-msgid "Change Profile Photo"
+#: ../../mod/admin.php:842 ../../mod/admin.php:843
+msgid "Last item"
 msgstr ""
 
-#: ../../mod/profiles.php:632
-msgid "View this profile"
+#: ../../mod/admin.php:842
+msgid "Deleted since"
 msgstr ""
 
-#: ../../mod/profiles.php:633
-msgid "Create a new profile using these settings"
+#: ../../mod/admin.php:843
+msgid "Account"
 msgstr ""
 
-#: ../../mod/profiles.php:634
-msgid "Clone this profile"
+#: ../../mod/admin.php:845
+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:635
-msgid "Delete this profile"
+#: ../../mod/admin.php:846
+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:636
-msgid "Profile Name:"
+#: ../../mod/admin.php:856
+msgid "Name of the new user."
 msgstr ""
 
-#: ../../mod/profiles.php:637
-msgid "Your Full Name:"
+#: ../../mod/admin.php:857
+msgid "Nickname"
 msgstr ""
 
-#: ../../mod/profiles.php:638
-msgid "Title/Description:"
+#: ../../mod/admin.php:857
+msgid "Nickname of the new user."
 msgstr ""
 
-#: ../../mod/profiles.php:639
-msgid "Your Gender:"
+#: ../../mod/admin.php:858
+msgid "Email address of the new user."
 msgstr ""
 
-#: ../../mod/profiles.php:640
+#: ../../mod/admin.php:891
 #, php-format
-msgid "Birthday (%s):"
+msgid "Plugin %s disabled."
 msgstr ""
 
-#: ../../mod/profiles.php:641
-msgid "Street Address:"
+#: ../../mod/admin.php:895
+#, php-format
+msgid "Plugin %s enabled."
 msgstr ""
 
-#: ../../mod/profiles.php:642
-msgid "Locality/City:"
+#: ../../mod/admin.php:905 ../../mod/admin.php:1108
+msgid "Disable"
 msgstr ""
 
-#: ../../mod/profiles.php:643
-msgid "Postal/Zip Code:"
+#: ../../mod/admin.php:907 ../../mod/admin.php:1110
+msgid "Enable"
 msgstr ""
 
-#: ../../mod/profiles.php:644
-msgid "Country:"
+#: ../../mod/admin.php:930 ../../mod/admin.php:1138
+msgid "Toggle"
 msgstr ""
 
-#: ../../mod/profiles.php:645
-msgid "Region/State:"
+#: ../../mod/admin.php:938 ../../mod/admin.php:1148
+msgid "Author: "
 msgstr ""
 
-#: ../../mod/profiles.php:646
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+#: ../../mod/admin.php:939 ../../mod/admin.php:1149
+msgid "Maintainer: "
 msgstr ""
 
-#: ../../mod/profiles.php:647
-msgid "Who: (if applicable)"
+#: ../../mod/admin.php:1068
+msgid "No themes found."
 msgstr ""
 
-#: ../../mod/profiles.php:648
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/admin.php:1130
+msgid "Screenshot"
 msgstr ""
 
-#: ../../mod/profiles.php:649
-msgid "Since [date]:"
+#: ../../mod/admin.php:1176
+msgid "[Experimental]"
 msgstr ""
 
-#: ../../mod/profiles.php:651
-msgid "Homepage URL:"
+#: ../../mod/admin.php:1177
+msgid "[Unsupported]"
 msgstr ""
 
-#: ../../mod/profiles.php:654
-msgid "Religious Views:"
+#: ../../mod/admin.php:1204
+msgid "Log settings updated."
 msgstr ""
 
-#: ../../mod/profiles.php:655
-msgid "Public Keywords:"
+#: ../../mod/admin.php:1260
+msgid "Clear"
 msgstr ""
 
-#: ../../mod/profiles.php:656
-msgid "Private Keywords:"
+#: ../../mod/admin.php:1266
+msgid "Enable Debugging"
 msgstr ""
 
-#: ../../mod/profiles.php:659
-msgid "Example: fishing photography software"
+#: ../../mod/admin.php:1267
+msgid "Log file"
 msgstr ""
 
-#: ../../mod/profiles.php:660
-msgid "(Used for suggesting potential friends, can be seen by others)"
+#: ../../mod/admin.php:1267
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
 msgstr ""
 
-#: ../../mod/profiles.php:661
-msgid "(Used for searching profiles, never shown to others)"
+#: ../../mod/admin.php:1268
+msgid "Log level"
 msgstr ""
 
-#: ../../mod/profiles.php:662
-msgid "Tell us about yourself..."
+#: ../../mod/admin.php:1317 ../../mod/contacts.php:409
+msgid "Update now"
 msgstr ""
 
-#: ../../mod/profiles.php:663
-msgid "Hobbies/Interests"
+#: ../../mod/admin.php:1318
+msgid "Close"
 msgstr ""
 
-#: ../../mod/profiles.php:664
-msgid "Contact information and Social Networks"
+#: ../../mod/admin.php:1324
+msgid "FTP Host"
 msgstr ""
 
-#: ../../mod/profiles.php:665
-msgid "Musical interests"
+#: ../../mod/admin.php:1325
+msgid "FTP Path"
 msgstr ""
 
-#: ../../mod/profiles.php:666
-msgid "Books, literature"
+#: ../../mod/admin.php:1326
+msgid "FTP User"
 msgstr ""
 
-#: ../../mod/profiles.php:667
-msgid "Television"
+#: ../../mod/admin.php:1327
+msgid "FTP Password"
 msgstr ""
 
-#: ../../mod/profiles.php:668
-msgid "Film/dance/culture/entertainment"
+#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:927
+#: ../../include/text.php:928 ../../include/nav.php:118
+msgid "Search"
 msgstr ""
 
-#: ../../mod/profiles.php:669
-msgid "Love/romance"
+#: ../../mod/_search.php:180 ../../mod/_search.php:206
+#: ../../mod/search.php:184 ../../mod/search.php:210
+#: ../../mod/community.php:61 ../../mod/community.php:91
+msgid "No results."
 msgstr ""
 
-#: ../../mod/profiles.php:670
-msgid "Work/employment"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
 msgstr ""
 
-#: ../../mod/profiles.php:671
-msgid "School/education"
+#: ../../mod/share.php:44
+msgid "link"
 msgstr ""
 
-#: ../../mod/profiles.php:676
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
 msgstr ""
 
-#: ../../mod/profiles.php:686 ../../mod/directory.php:111
-msgid "Age: "
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
 msgstr ""
 
-#: ../../mod/profiles.php:725
-msgid "Edit/Manage Profiles"
+#: ../../mod/editpost.php:39
+msgid "Edit post"
 msgstr ""
 
-#: ../../mod/profiles.php:726 ../../boot.php:1449 ../../boot.php:1475
-msgid "Change profile photo"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1082
+msgid "upload photo"
 msgstr ""
 
-#: ../../mod/profiles.php:727 ../../boot.php:1450
-msgid "Create New Profile"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1083
+msgid "Attach file"
 msgstr ""
 
-#: ../../mod/profiles.php:738 ../../boot.php:1460
-msgid "Profile Image"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1084
+msgid "attach file"
 msgstr ""
 
-#: ../../mod/profiles.php:740 ../../boot.php:1463
-msgid "visible to everybody"
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1086
+msgid "web link"
 msgstr ""
 
-#: ../../mod/profiles.php:741 ../../boot.php:1464
-msgid "Edit visibility"
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1087
+msgid "Insert video link"
 msgstr ""
 
-#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345
-msgid "Permission denied"
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1088
+msgid "video link"
 msgstr ""
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1089
+msgid "Insert audio link"
 msgstr ""
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1090
+msgid "audio link"
 msgstr ""
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:224
-msgid "Click on a contact to add or remove."
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1091
+msgid "Set your location"
 msgstr ""
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1092
+msgid "set location"
 msgstr ""
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1093
+msgid "Clear browser location"
 msgstr ""
 
-#: ../../mod/notes.php:44 ../../boot.php:1982
-msgid "Personal Notes"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1094
+msgid "clear location"
 msgstr ""
 
-#: ../../mod/display.php:19 ../../mod/search.php:89
-#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31
-#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17
-#: ../../mod/photos.php:914 ../../mod/community.php:18
-msgid "Public access denied."
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1100
+msgid "Permission settings"
 msgstr ""
 
-#: ../../mod/display.php:99 ../../mod/profile.php:155
-msgid "Access to this profile has been restricted."
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1109
+msgid "CC: email addresses"
 msgstr ""
 
-#: ../../mod/display.php:239
-msgid "Item has been removed."
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1110
+msgid "Public post"
 msgstr ""
 
-#: ../../mod/nogroup.php:40 ../../mod/viewcontacts.php:62
-#: ../../mod/contacts.php:395 ../../mod/contacts.php:585
-#, php-format
-msgid "Visit %s's profile [%s]"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1096
+msgid "Set title"
 msgstr ""
 
-#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586
-msgid "Edit contact"
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1098
+msgid "Categories (comma-separated list)"
 msgstr ""
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1112
+msgid "Example: bob@example.com, mary@example.com"
 msgstr ""
 
-#: ../../mod/ping.php:238
-msgid "{0} wants to be your friend"
+#: ../../mod/attach.php:8
+msgid "Item not available."
 msgstr ""
 
-#: ../../mod/ping.php:243
-msgid "{0} sent you a message"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
 msgstr ""
 
-#: ../../mod/ping.php:248
-msgid "{0} requested registration"
+#: ../../mod/regmod.php:63
+msgid "Account approved."
 msgstr ""
 
-#: ../../mod/ping.php:254
+#: ../../mod/regmod.php:100
 #, php-format
-msgid "{0} commented %s's post"
+msgid "Registration revoked for %s"
 msgstr ""
 
-#: ../../mod/ping.php:259
-#, php-format
-msgid "{0} liked %s's post"
+#: ../../mod/regmod.php:112
+msgid "Please login."
 msgstr ""
 
-#: ../../mod/ping.php:264
-#, php-format
-msgid "{0} disliked %s's post"
+#: ../../mod/directory.php:57
+msgid "Find on this site"
 msgstr ""
 
-#: ../../mod/ping.php:269
-#, php-format
-msgid "{0} is now friends with %s"
+#: ../../mod/directory.php:59 ../../mod/contacts.php:612
+msgid "Finding: "
 msgstr ""
 
-#: ../../mod/ping.php:274
-msgid "{0} posted"
+#: ../../mod/directory.php:60
+msgid "Site Directory"
 msgstr ""
 
-#: ../../mod/ping.php:279
-#, php-format
-msgid "{0} tagged %s's post with #%s"
+#: ../../mod/directory.php:61 ../../mod/contacts.php:613
+#: ../../include/contact_widgets.php:33
+msgid "Find"
 msgstr ""
 
-#: ../../mod/ping.php:285
-msgid "{0} mentioned you in a post"
+#: ../../mod/directory.php:111 ../../mod/profiles.php:686
+msgid "Age: "
 msgstr ""
 
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
+#: ../../mod/directory.php:114
+msgid "Gender: "
 msgstr ""
 
-#: ../../mod/admin.php:96 ../../mod/admin.php:490
-msgid "Site"
+#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
+msgid "About:"
 msgstr ""
 
-#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776
-msgid "Users"
+#: ../../mod/directory.php:187
+msgid "No entries (some entries may be hidden)."
 msgstr ""
 
-#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901
-msgid "Plugins"
+#: ../../mod/crepair.php:102
+msgid "Contact settings applied."
 msgstr ""
 
-#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101
-msgid "Themes"
+#: ../../mod/crepair.php:104
+msgid "Contact update failed."
 msgstr ""
 
-#: ../../mod/admin.php:100
-msgid "DB updates"
+#: ../../mod/crepair.php:135
+msgid "Repair Contact Settings"
 msgstr ""
 
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188
-msgid "Logs"
+#: ../../mod/crepair.php:137
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
+"information your communications with this contact may stop working."
 msgstr ""
 
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
+#: ../../mod/crepair.php:138
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
 msgstr ""
 
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
+#: ../../mod/crepair.php:144
+msgid "Return to contact editor"
 msgstr ""
 
-#: ../../mod/admin.php:182 ../../mod/admin.php:733
-msgid "Normal Account"
+#: ../../mod/crepair.php:149
+msgid "Account Nickname"
 msgstr ""
 
-#: ../../mod/admin.php:183 ../../mod/admin.php:734
-msgid "Soapbox Account"
+#: ../../mod/crepair.php:150
+msgid "@Tagname - overrides Name/Nickname"
 msgstr ""
 
-#: ../../mod/admin.php:184 ../../mod/admin.php:735
-msgid "Community/Celebrity Account"
+#: ../../mod/crepair.php:151
+msgid "Account URL"
 msgstr ""
 
-#: ../../mod/admin.php:185 ../../mod/admin.php:736
-msgid "Automatic Friend Account"
+#: ../../mod/crepair.php:152
+msgid "Friend Request URL"
 msgstr ""
 
-#: ../../mod/admin.php:186
-msgid "Blog Account"
+#: ../../mod/crepair.php:153
+msgid "Friend Confirm URL"
 msgstr ""
 
-#: ../../mod/admin.php:187
-msgid "Private Forum"
+#: ../../mod/crepair.php:154
+msgid "Notification Endpoint URL"
 msgstr ""
 
-#: ../../mod/admin.php:206
-msgid "Message queues"
+#: ../../mod/crepair.php:155
+msgid "Poll/Feed URL"
 msgstr ""
 
-#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761
-#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066
-#: ../../mod/admin.php:1100 ../../mod/admin.php:1187
-msgid "Administration"
+#: ../../mod/crepair.php:156
+msgid "New photo from this URL"
 msgstr ""
 
-#: ../../mod/admin.php:212
-msgid "Summary"
+#: ../../mod/uimport.php:66
+msgid "Move account"
 msgstr ""
 
-#: ../../mod/admin.php:214
-msgid "Registered users"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
 msgstr ""
 
-#: ../../mod/admin.php:216
-msgid "Pending registrations"
+#: ../../mod/uimport.php:68
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also "
+"to inform your friends that you moved here."
 msgstr ""
 
-#: ../../mod/admin.php:217
-msgid "Version"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
 msgstr ""
 
-#: ../../mod/admin.php:219
-msgid "Active plugins"
+#: ../../mod/uimport.php:70
+msgid "Account file"
 msgstr ""
 
-#: ../../mod/admin.php:405
-msgid "Site settings updated."
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
 msgstr ""
 
-#: ../../mod/admin.php:434 ../../mod/settings.php:793
-msgid "No special theme for mobile devices"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
 msgstr ""
 
-#: ../../mod/admin.php:451 ../../mod/contacts.php:330
-msgid "Never"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
 msgstr ""
 
-#: ../../mod/admin.php:460
-msgid "Multi user instance"
+#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:930
+msgid "Save"
 msgstr ""
 
-#: ../../mod/admin.php:476
-msgid "Closed"
+#: ../../mod/help.php:79
+msgid "Help:"
 msgstr ""
 
-#: ../../mod/admin.php:477
-msgid "Requires approval"
+#: ../../mod/help.php:84 ../../include/nav.php:113
+msgid "Help"
 msgstr ""
 
-#: ../../mod/admin.php:478
-msgid "Open"
+#: ../../mod/hcard.php:10
+msgid "No profile"
 msgstr ""
 
-#: ../../mod/admin.php:482
-msgid "No SSL policy, links will track page SSL state"
+#: ../../mod/dfrn_request.php:93
+msgid "This introduction has already been accepted."
 msgstr ""
 
-#: ../../mod/admin.php:483
-msgid "Force all links to use SSL"
+#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
+msgid "Profile location is not valid or does not contain profile information."
 msgstr ""
 
-#: ../../mod/admin.php:484
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
+msgid "Warning: profile location has no identifiable owner name."
 msgstr ""
 
-#: ../../mod/admin.php:492 ../../mod/register.php:261
-msgid "Registration"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
+msgid "Warning: profile location has no profile photo."
 msgstr ""
 
-#: ../../mod/admin.php:493
-msgid "File upload"
+#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/dfrn_request.php:170
+msgid "Introduction complete."
 msgstr ""
 
-#: ../../mod/admin.php:494
-msgid "Policies"
+#: ../../mod/dfrn_request.php:209
+msgid "Unrecoverable protocol error."
 msgstr ""
 
-#: ../../mod/admin.php:495
-msgid "Advanced"
+#: ../../mod/dfrn_request.php:237
+msgid "Profile unavailable."
 msgstr ""
 
-#: ../../mod/admin.php:496
-msgid "Performance"
+#: ../../mod/dfrn_request.php:262
+#, php-format
+msgid "%s has received too many connection requests today."
 msgstr ""
 
-#: ../../mod/admin.php:500
-msgid "Site name"
+#: ../../mod/dfrn_request.php:263
+msgid "Spam protection measures have been invoked."
 msgstr ""
 
-#: ../../mod/admin.php:501
-msgid "Banner/Logo"
+#: ../../mod/dfrn_request.php:264
+msgid "Friends are advised to please try again in 24 hours."
 msgstr ""
 
-#: ../../mod/admin.php:502
-msgid "System language"
+#: ../../mod/dfrn_request.php:326
+msgid "Invalid locator"
 msgstr ""
 
-#: ../../mod/admin.php:503
-msgid "System theme"
+#: ../../mod/dfrn_request.php:335
+msgid "Invalid email address."
 msgstr ""
 
-#: ../../mod/admin.php:503
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
+#: ../../mod/dfrn_request.php:362
+msgid "This account has not been configured for email. Request failed."
 msgstr ""
 
-#: ../../mod/admin.php:504
-msgid "Mobile system theme"
+#: ../../mod/dfrn_request.php:458
+msgid "Unable to resolve your name at the provided location."
 msgstr ""
 
-#: ../../mod/admin.php:504
-msgid "Theme for mobile devices"
+#: ../../mod/dfrn_request.php:471
+msgid "You have already introduced yourself here."
 msgstr ""
 
-#: ../../mod/admin.php:505
-msgid "SSL link policy"
+#: ../../mod/dfrn_request.php:475
+#, php-format
+msgid "Apparently you are already friends with %s."
 msgstr ""
 
-#: ../../mod/admin.php:505
-msgid "Determines whether generated links should be forced to use SSL"
+#: ../../mod/dfrn_request.php:496
+msgid "Invalid profile URL."
 msgstr ""
 
-#: ../../mod/admin.php:506
-msgid "'Share' element"
+#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27
+msgid "Disallowed profile URL."
 msgstr ""
 
-#: ../../mod/admin.php:506
-msgid "Activates the bbcode element 'share' for repeating items."
+#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124
+msgid "Failed to update contact record."
 msgstr ""
 
-#: ../../mod/admin.php:507
-msgid "Hide help entry from navigation menu"
+#: ../../mod/dfrn_request.php:592
+msgid "Your introduction has been sent."
 msgstr ""
 
-#: ../../mod/admin.php:507
+#: ../../mod/dfrn_request.php:645
+msgid "Please login to confirm introduction."
+msgstr ""
+
+#: ../../mod/dfrn_request.php:659
 msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
+"Incorrect identity currently logged in. Please login to <strong>this</"
+"strong> profile."
 msgstr ""
 
-#: ../../mod/admin.php:508
-msgid "Single user instance"
+#: ../../mod/dfrn_request.php:670
+msgid "Hide this contact"
 msgstr ""
 
-#: ../../mod/admin.php:508
-msgid "Make this instance multi-user or single-user for the named user"
+#: ../../mod/dfrn_request.php:673
+#, php-format
+msgid "Welcome home %s."
 msgstr ""
 
-#: ../../mod/admin.php:509
-msgid "Maximum image size"
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
 msgstr ""
 
-#: ../../mod/admin.php:509
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
+#: ../../mod/dfrn_request.php:675
+msgid "Confirm"
 msgstr ""
 
-#: ../../mod/admin.php:510
-msgid "Maximum image length"
+#: ../../mod/dfrn_request.php:716 ../../include/items.php:3488
+msgid "[Name Withheld]"
 msgstr ""
 
-#: ../../mod/admin.php:510
+#: ../../mod/dfrn_request.php:811
 msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
 msgstr ""
 
-#: ../../mod/admin.php:511
-msgid "JPEG image quality"
+#: ../../mod/dfrn_request.php:827
+msgid "<strike>Connect as an email follower</strike> (Coming soon)"
 msgstr ""
 
-#: ../../mod/admin.php:511
+#: ../../mod/dfrn_request.php:829
 msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
+"If you are not yet a member of the free social web, <a href=\"http://dir."
+"friendica.com/siteinfo\">follow this link to find a public Friendica site "
+"and join us today</a>."
 msgstr ""
 
-#: ../../mod/admin.php:513
-msgid "Register policy"
+#: ../../mod/dfrn_request.php:832
+msgid "Friend/Connection Request"
 msgstr ""
 
-#: ../../mod/admin.php:514
-msgid "Maximum Daily Registrations"
+#: ../../mod/dfrn_request.php:833
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
 msgstr ""
 
-#: ../../mod/admin.php:514
-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/dfrn_request.php:834
+msgid "Please answer the following:"
 msgstr ""
 
-#: ../../mod/admin.php:515
-msgid "Register text"
+#: ../../mod/dfrn_request.php:835
+#, php-format
+msgid "Does %s know you?"
 msgstr ""
 
-#: ../../mod/admin.php:515
-msgid "Will be displayed prominently on the registration page."
+#: ../../mod/dfrn_request.php:838
+msgid "Add a personal note:"
 msgstr ""
 
-#: ../../mod/admin.php:516
-msgid "Accounts abandoned after x days"
+#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76
+msgid "Friendica"
 msgstr ""
 
-#: ../../mod/admin.php:516
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+#: ../../mod/dfrn_request.php:841
+msgid "StatusNet/Federated Social Web"
 msgstr ""
 
-#: ../../mod/admin.php:517
-msgid "Allowed friend domains"
+#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:712
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
 msgstr ""
 
-#: ../../mod/admin.php:517
+#: ../../mod/dfrn_request.php:843
+#, php-format
 msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
+" - please do not use this form.  Instead, enter %s into your Diaspora search "
+"bar."
 msgstr ""
 
-#: ../../mod/admin.php:518
-msgid "Allowed email domains"
+#: ../../mod/dfrn_request.php:844
+msgid "Your Identity Address:"
 msgstr ""
 
-#: ../../mod/admin.php:518
-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/dfrn_request.php:847
+msgid "Submit Request"
 msgstr ""
 
-#: ../../mod/admin.php:519
-msgid "Block public"
+#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:41
+msgid "[Embedded content - reload page to view]"
 msgstr ""
 
-#: ../../mod/admin.php:519
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
+#: ../../mod/content.php:520 ../../include/conversation.php:686
+msgid "View in context"
 msgstr ""
 
-#: ../../mod/admin.php:520
-msgid "Force publish"
+#: ../../mod/contacts.php:85 ../../mod/contacts.php:165
+msgid "Could not access contact record."
 msgstr ""
 
-#: ../../mod/admin.php:520
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
+#: ../../mod/contacts.php:99
+msgid "Could not locate selected profile."
 msgstr ""
 
-#: ../../mod/admin.php:521
-msgid "Global directory update URL"
+#: ../../mod/contacts.php:122
+msgid "Contact updated."
 msgstr ""
 
-#: ../../mod/admin.php:521
-msgid ""
-"URL to update the global directory. If this is not set, the global directory "
-"is completely unavailable to the application."
+#: ../../mod/contacts.php:187
+msgid "Contact has been blocked"
 msgstr ""
 
-#: ../../mod/admin.php:522
-msgid "Allow threaded items"
+#: ../../mod/contacts.php:187
+msgid "Contact has been unblocked"
 msgstr ""
 
-#: ../../mod/admin.php:522
-msgid "Allow infinite level threading for items on this site."
+#: ../../mod/contacts.php:201
+msgid "Contact has been ignored"
 msgstr ""
 
-#: ../../mod/admin.php:523
-msgid "Private posts by default for new users"
+#: ../../mod/contacts.php:201
+msgid "Contact has been unignored"
 msgstr ""
 
-#: ../../mod/admin.php:523
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
+#: ../../mod/contacts.php:220
+msgid "Contact has been archived"
 msgstr ""
 
-#: ../../mod/admin.php:524
-msgid "Don't include post content in email notifications"
+#: ../../mod/contacts.php:220
+msgid "Contact has been unarchived"
 msgstr ""
 
-#: ../../mod/admin.php:524
-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/contacts.php:244
+msgid "Do you really want to delete this contact?"
 msgstr ""
 
-#: ../../mod/admin.php:525
-msgid "Disallow public access to addons listed in the apps menu."
+#: ../../mod/contacts.php:263
+msgid "Contact has been removed."
 msgstr ""
 
-#: ../../mod/admin.php:525
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
+#: ../../mod/contacts.php:301
+#, php-format
+msgid "You are mutual friends with %s"
 msgstr ""
 
-#: ../../mod/admin.php:526
-msgid "Don't embed private images in posts"
+#: ../../mod/contacts.php:305
+#, php-format
+msgid "You are sharing with %s"
 msgstr ""
 
-#: ../../mod/admin.php:526
-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/contacts.php:310
+#, php-format
+msgid "%s is sharing with you"
 msgstr ""
 
-#: ../../mod/admin.php:528
-msgid "Block multiple registrations"
+#: ../../mod/contacts.php:327
+msgid "Private communications are not available for this contact."
 msgstr ""
 
-#: ../../mod/admin.php:528
-msgid "Disallow users to register additional accounts for use as pages."
+#: ../../mod/contacts.php:334
+msgid "(Update was successful)"
 msgstr ""
 
-#: ../../mod/admin.php:529
-msgid "OpenID support"
+#: ../../mod/contacts.php:334
+msgid "(Update was not successful)"
 msgstr ""
 
-#: ../../mod/admin.php:529
-msgid "OpenID support for registration and logins."
+#: ../../mod/contacts.php:336
+msgid "Suggest friends"
 msgstr ""
 
-#: ../../mod/admin.php:530
-msgid "Fullname check"
+#: ../../mod/contacts.php:340
+#, php-format
+msgid "Network type: %s"
 msgstr ""
 
-#: ../../mod/admin.php:530
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr ""
+#: ../../mod/contacts.php:343 ../../include/contact_widgets.php:199
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/admin.php:531
-msgid "UTF-8 Regular expressions"
+#: ../../mod/contacts.php:348
+msgid "View all contacts"
 msgstr ""
 
-#: ../../mod/admin.php:531
-msgid "Use PHP UTF8 regular expressions"
+#: ../../mod/contacts.php:356
+msgid "Toggle Blocked status"
 msgstr ""
 
-#: ../../mod/admin.php:532
-msgid "Show Community Page"
+#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
+msgid "Unignore"
 msgstr ""
 
-#: ../../mod/admin.php:532
-msgid ""
-"Display a Community page showing all recent public postings on this site."
+#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
+#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
+#: ../../mod/notifications.php:210
+msgid "Ignore"
 msgstr ""
 
-#: ../../mod/admin.php:533
-msgid "Enable OStatus support"
+#: ../../mod/contacts.php:362
+msgid "Toggle Ignored status"
 msgstr ""
 
-#: ../../mod/admin.php:533
-msgid ""
-"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
+#: ../../mod/contacts.php:366
+msgid "Unarchive"
 msgstr ""
 
-#: ../../mod/admin.php:534
-msgid "OStatus conversation completion interval"
+#: ../../mod/contacts.php:366
+msgid "Archive"
 msgstr ""
 
-#: ../../mod/admin.php:534
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
+#: ../../mod/contacts.php:369
+msgid "Toggle Archive status"
 msgstr ""
 
-#: ../../mod/admin.php:535
-msgid "Enable Diaspora support"
+#: ../../mod/contacts.php:372
+msgid "Repair"
 msgstr ""
 
-#: ../../mod/admin.php:535
-msgid "Provide built-in Diaspora network compatibility."
+#: ../../mod/contacts.php:375
+msgid "Advanced Contact Settings"
 msgstr ""
 
-#: ../../mod/admin.php:536
-msgid "Only allow Friendica contacts"
+#: ../../mod/contacts.php:381
+msgid "Communications lost with this contact!"
 msgstr ""
 
-#: ../../mod/admin.php:536
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
+#: ../../mod/contacts.php:384
+msgid "Contact Editor"
 msgstr ""
 
-#: ../../mod/admin.php:537
-msgid "Verify SSL"
+#: ../../mod/contacts.php:387
+msgid "Profile Visibility"
 msgstr ""
 
-#: ../../mod/admin.php:537
+#: ../../mod/contacts.php:388
+#, php-format
 msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you "
-"cannot connect (at all) to self-signed SSL sites."
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
 msgstr ""
 
-#: ../../mod/admin.php:538
-msgid "Proxy user"
+#: ../../mod/contacts.php:389
+msgid "Contact Information / Notes"
 msgstr ""
 
-#: ../../mod/admin.php:539
-msgid "Proxy URL"
+#: ../../mod/contacts.php:390
+msgid "Edit contact notes"
 msgstr ""
 
-#: ../../mod/admin.php:540
-msgid "Network timeout"
+#: ../../mod/contacts.php:395 ../../mod/contacts.php:585
+#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
+#, php-format
+msgid "Visit %s's profile [%s]"
 msgstr ""
 
-#: ../../mod/admin.php:540
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: ../../mod/contacts.php:396
+msgid "Block/Unblock contact"
 msgstr ""
 
-#: ../../mod/admin.php:541
-msgid "Delivery interval"
+#: ../../mod/contacts.php:397
+msgid "Ignore contact"
 msgstr ""
 
-#: ../../mod/admin.php:541
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
+#: ../../mod/contacts.php:398
+msgid "Repair URL settings"
 msgstr ""
 
-#: ../../mod/admin.php:542
-msgid "Poll interval"
+#: ../../mod/contacts.php:399
+msgid "View conversations"
 msgstr ""
 
-#: ../../mod/admin.php:542
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
+#: ../../mod/contacts.php:401
+msgid "Delete contact"
 msgstr ""
 
-#: ../../mod/admin.php:543
-msgid "Maximum Load Average"
+#: ../../mod/contacts.php:405
+msgid "Last update:"
 msgstr ""
 
-#: ../../mod/admin.php:543
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
+#: ../../mod/contacts.php:407
+msgid "Update public posts"
 msgstr ""
 
-#: ../../mod/admin.php:545
-msgid "Use MySQL full text engine"
+#: ../../mod/contacts.php:416
+msgid "Currently blocked"
 msgstr ""
 
-#: ../../mod/admin.php:545
-msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
+#: ../../mod/contacts.php:417
+msgid "Currently ignored"
 msgstr ""
 
-#: ../../mod/admin.php:546
-msgid "Path to item cache"
+#: ../../mod/contacts.php:418
+msgid "Currently archived"
 msgstr ""
 
-#: ../../mod/admin.php:547
-msgid "Cache duration in seconds"
+#: ../../mod/contacts.php:419 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
 msgstr ""
 
-#: ../../mod/admin.php:547
+#: ../../mod/contacts.php:419
 msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One "
-"day)."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr ""
 
-#: ../../mod/admin.php:548
-msgid "Path for lock file"
+#: ../../mod/contacts.php:470
+msgid "Suggestions"
 msgstr ""
 
-#: ../../mod/admin.php:549
-msgid "Temp path"
+#: ../../mod/contacts.php:473
+msgid "Suggest potential friends"
 msgstr ""
 
-#: ../../mod/admin.php:550
-msgid "Base path to installation"
+#: ../../mod/contacts.php:476 ../../mod/group.php:194
+msgid "All Contacts"
 msgstr ""
 
-#: ../../mod/admin.php:567
-msgid "Update has been marked successful"
+#: ../../mod/contacts.php:479
+msgid "Show all contacts"
 msgstr ""
 
-#: ../../mod/admin.php:577
-#, php-format
-msgid "Executing %s failed. Check system logs."
+#: ../../mod/contacts.php:482
+msgid "Unblocked"
 msgstr ""
 
-#: ../../mod/admin.php:580
-#, php-format
-msgid "Update %s was successfully applied."
+#: ../../mod/contacts.php:485
+msgid "Only show unblocked contacts"
 msgstr ""
 
-#: ../../mod/admin.php:584
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
+#: ../../mod/contacts.php:489
+msgid "Blocked"
 msgstr ""
 
-#: ../../mod/admin.php:587
-#, php-format
-msgid "Update function %s could not be found."
+#: ../../mod/contacts.php:492
+msgid "Only show blocked contacts"
 msgstr ""
 
-#: ../../mod/admin.php:602
-msgid "No failed updates."
+#: ../../mod/contacts.php:496
+msgid "Ignored"
 msgstr ""
 
-#: ../../mod/admin.php:606
-msgid "Failed Updates"
+#: ../../mod/contacts.php:499
+msgid "Only show ignored contacts"
 msgstr ""
 
-#: ../../mod/admin.php:607
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
+#: ../../mod/contacts.php:503
+msgid "Archived"
 msgstr ""
 
-#: ../../mod/admin.php:608
-msgid "Mark success (if update was manually applied)"
+#: ../../mod/contacts.php:506
+msgid "Only show archived contacts"
 msgstr ""
 
-#: ../../mod/admin.php:609
-msgid "Attempt to execute this update step automatically"
+#: ../../mod/contacts.php:510
+msgid "Hidden"
 msgstr ""
 
-#: ../../mod/admin.php:634
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/admin.php:641
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../mod/contacts.php:513
+msgid "Only show hidden contacts"
+msgstr ""
 
-#: ../../mod/admin.php:680
-#, php-format
-msgid "User '%s' deleted"
+#: ../../mod/contacts.php:561
+msgid "Mutual Friendship"
 msgstr ""
 
-#: ../../mod/admin.php:688
-#, php-format
-msgid "User '%s' unblocked"
+#: ../../mod/contacts.php:565
+msgid "is a fan of yours"
 msgstr ""
 
-#: ../../mod/admin.php:688
-#, php-format
-msgid "User '%s' blocked"
+#: ../../mod/contacts.php:569
+msgid "you are a fan of"
 msgstr ""
 
-#: ../../mod/admin.php:764
-msgid "select all"
+#: ../../mod/contacts.php:586 ../../mod/nogroup.php:41
+msgid "Edit contact"
 msgstr ""
 
-#: ../../mod/admin.php:765
-msgid "User registrations waiting for confirm"
+#: ../../mod/contacts.php:611
+msgid "Search your contacts"
 msgstr ""
 
-#: ../../mod/admin.php:766
-msgid "Request date"
+#: ../../mod/settings.php:28 ../../mod/photos.php:79
+msgid "everybody"
 msgstr ""
 
-#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586
-#: ../../mod/settings.php:612 ../../mod/crepair.php:148
-msgid "Name"
+#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167
+msgid "Account settings"
 msgstr ""
 
-#: ../../mod/admin.php:767
-msgid "No registrations."
+#: ../../mod/settings.php:40
+msgid "Additional features"
 msgstr ""
 
-#: ../../mod/admin.php:768 ../../mod/notifications.php:161
-#: ../../mod/notifications.php:208
-msgid "Approve"
+#: ../../mod/settings.php:45 ../../mod/uexport.php:14
+msgid "Display settings"
 msgstr ""
 
-#: ../../mod/admin.php:769
-msgid "Deny"
+#: ../../mod/settings.php:51 ../../mod/uexport.php:20
+msgid "Connector settings"
 msgstr ""
 
-#: ../../mod/admin.php:771 ../../mod/contacts.php:353
-#: ../../mod/contacts.php:412
-msgid "Block"
+#: ../../mod/settings.php:56 ../../mod/uexport.php:25
+msgid "Plugin settings"
 msgstr ""
 
-#: ../../mod/admin.php:772 ../../mod/contacts.php:353
-#: ../../mod/contacts.php:412
-msgid "Unblock"
+#: ../../mod/settings.php:61 ../../mod/uexport.php:30
+msgid "Connected apps"
 msgstr ""
 
-#: ../../mod/admin.php:773
-msgid "Site admin"
+#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80
+msgid "Export personal data"
 msgstr ""
 
-#: ../../mod/admin.php:774
-msgid "Account expired"
+#: ../../mod/settings.php:71 ../../mod/uexport.php:40
+msgid "Remove account"
 msgstr ""
 
-#: ../../mod/admin.php:777
-msgid "Register date"
+#: ../../mod/settings.php:123
+msgid "Missing some important data!"
 msgstr ""
 
-#: ../../mod/admin.php:777
-msgid "Last login"
+#: ../../mod/settings.php:126 ../../mod/settings.php:617
+msgid "Update"
 msgstr ""
 
-#: ../../mod/admin.php:777
-msgid "Last item"
+#: ../../mod/settings.php:232
+msgid "Failed to connect with email account using the settings provided."
 msgstr ""
 
-#: ../../mod/admin.php:777
-msgid "Account"
+#: ../../mod/settings.php:237
+msgid "Email settings updated."
 msgstr ""
 
-#: ../../mod/admin.php:779
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
+#: ../../mod/settings.php:252
+msgid "Features updated"
 msgstr ""
 
-#: ../../mod/admin.php:780
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
+#: ../../mod/settings.php:319
+msgid "Passwords do not match. Password unchanged."
 msgstr ""
 
-#: ../../mod/admin.php:821
-#, php-format
-msgid "Plugin %s disabled."
+#: ../../mod/settings.php:324
+msgid "Empty passwords are not allowed. Password unchanged."
 msgstr ""
 
-#: ../../mod/admin.php:825
-#, php-format
-msgid "Plugin %s enabled."
+#: ../../mod/settings.php:332
+msgid "Wrong password."
 msgstr ""
 
-#: ../../mod/admin.php:835 ../../mod/admin.php:1038
-msgid "Disable"
+#: ../../mod/settings.php:343
+msgid "Password changed."
 msgstr ""
 
-#: ../../mod/admin.php:837 ../../mod/admin.php:1040
-msgid "Enable"
+#: ../../mod/settings.php:345
+msgid "Password update failed. Please try again."
 msgstr ""
 
-#: ../../mod/admin.php:860 ../../mod/admin.php:1068
-msgid "Toggle"
+#: ../../mod/settings.php:410
+msgid " Please use a shorter name."
 msgstr ""
 
-#: ../../mod/admin.php:868 ../../mod/admin.php:1078
-msgid "Author: "
+#: ../../mod/settings.php:412
+msgid " Name too short."
 msgstr ""
 
-#: ../../mod/admin.php:869 ../../mod/admin.php:1079
-msgid "Maintainer: "
+#: ../../mod/settings.php:421
+msgid "Wrong Password"
 msgstr ""
 
-#: ../../mod/admin.php:998
-msgid "No themes found."
+#: ../../mod/settings.php:426
+msgid " Not valid email."
 msgstr ""
 
-#: ../../mod/admin.php:1060
-msgid "Screenshot"
+#: ../../mod/settings.php:429
+msgid " Cannot change to that email."
 msgstr ""
 
-#: ../../mod/admin.php:1106
-msgid "[Experimental]"
+#: ../../mod/settings.php:483
+msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr ""
 
-#: ../../mod/admin.php:1107
-msgid "[Unsupported]"
+#: ../../mod/settings.php:487
+msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr ""
 
-#: ../../mod/admin.php:1134
-msgid "Log settings updated."
+#: ../../mod/settings.php:517
+msgid "Settings updated."
 msgstr ""
 
-#: ../../mod/admin.php:1190
-msgid "Clear"
+#: ../../mod/settings.php:590 ../../mod/settings.php:616
+#: ../../mod/settings.php:652
+msgid "Add application"
 msgstr ""
 
-#: ../../mod/admin.php:1196
-msgid "Enable Debugging"
+#: ../../mod/settings.php:594 ../../mod/settings.php:620
+msgid "Consumer Key"
 msgstr ""
 
-#: ../../mod/admin.php:1197
-msgid "Log file"
+#: ../../mod/settings.php:595 ../../mod/settings.php:621
+msgid "Consumer Secret"
 msgstr ""
 
-#: ../../mod/admin.php:1197
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
+#: ../../mod/settings.php:596 ../../mod/settings.php:622
+msgid "Redirect"
 msgstr ""
 
-#: ../../mod/admin.php:1198
-msgid "Log level"
+#: ../../mod/settings.php:597 ../../mod/settings.php:623
+msgid "Icon url"
 msgstr ""
 
-#: ../../mod/admin.php:1247 ../../mod/contacts.php:409
-msgid "Update now"
+#: ../../mod/settings.php:608
+msgid "You can't edit this application."
 msgstr ""
 
-#: ../../mod/admin.php:1248
-msgid "Close"
+#: ../../mod/settings.php:651
+msgid "Connected Apps"
 msgstr ""
 
-#: ../../mod/admin.php:1254
-msgid "FTP Host"
+#: ../../mod/settings.php:655
+msgid "Client key starts with"
 msgstr ""
 
-#: ../../mod/admin.php:1255
-msgid "FTP Path"
+#: ../../mod/settings.php:656
+msgid "No name"
 msgstr ""
 
-#: ../../mod/admin.php:1256
-msgid "FTP User"
+#: ../../mod/settings.php:657
+msgid "Remove authorization"
 msgstr ""
 
-#: ../../mod/admin.php:1257
-msgid "FTP Password"
+#: ../../mod/settings.php:669
+msgid "No Plugin settings configured"
 msgstr ""
 
-#: ../../mod/item.php:108
-msgid "Unable to locate original post."
+#: ../../mod/settings.php:677
+msgid "Plugin Settings"
 msgstr ""
 
-#: ../../mod/item.php:310
-msgid "Empty post discarded."
+#: ../../mod/settings.php:691
+msgid "Off"
 msgstr ""
 
-#: ../../mod/item.php:872
-msgid "System error. Post not saved."
+#: ../../mod/settings.php:691
+msgid "On"
 msgstr ""
 
-#: ../../mod/item.php:897
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social network."
+#: ../../mod/settings.php:699
+msgid "Additional Features"
 msgstr ""
 
-#: ../../mod/item.php:899
+#: ../../mod/settings.php:712 ../../mod/settings.php:713
 #, php-format
-msgid "You may visit them online at %s"
+msgid "Built-in support for %s connectivity is %s"
 msgstr ""
 
-#: ../../mod/item.php:900
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
+#: ../../mod/settings.php:712 ../../mod/settings.php:713
+msgid "enabled"
 msgstr ""
 
-#: ../../mod/item.php:904
-#, php-format
-msgid "%s posted an update."
+#: ../../mod/settings.php:712 ../../mod/settings.php:713
+msgid "disabled"
 msgstr ""
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
+#: ../../mod/settings.php:713
+msgid "StatusNet"
 msgstr ""
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
+#: ../../mod/settings.php:745
+msgid "Email access is disabled on this site."
 msgstr ""
 
-#: ../../mod/search.php:21 ../../mod/network.php:224
-msgid "Remove term"
+#: ../../mod/settings.php:752
+msgid "Connector Settings"
 msgstr ""
 
-#: ../../mod/search.php:180 ../../mod/search.php:206
-#: ../../mod/community.php:61 ../../mod/community.php:89
-msgid "No results."
+#: ../../mod/settings.php:757
+msgid "Email/Mailbox Setup"
 msgstr ""
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
+#: ../../mod/settings.php:758
+msgid ""
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
 msgstr ""
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
+#: ../../mod/settings.php:759
+msgid "Last successful email check:"
 msgstr ""
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
+#: ../../mod/settings.php:761
+msgid "IMAP server name:"
 msgstr ""
 
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts, "
-"and/or create new posts for you?"
+#: ../../mod/settings.php:762
+msgid "IMAP port:"
 msgstr ""
 
-#: ../../mod/register.php:91 ../../mod/regmod.php:54
-#, php-format
-msgid "Registration details for %s"
+#: ../../mod/settings.php:763
+msgid "Security:"
 msgstr ""
 
-#: ../../mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
+#: ../../mod/settings.php:763 ../../mod/settings.php:768
+msgid "None"
 msgstr ""
 
-#: ../../mod/register.php:103
-msgid "Failed to send email message. Here is the message that failed."
+#: ../../mod/settings.php:764
+msgid "Email login name:"
 msgstr ""
 
-#: ../../mod/register.php:108
-msgid "Your registration can not be processed."
+#: ../../mod/settings.php:765
+msgid "Email password:"
 msgstr ""
 
-#: ../../mod/register.php:145
-#, php-format
-msgid "Registration request at %s"
+#: ../../mod/settings.php:766
+msgid "Reply-to address:"
 msgstr ""
 
-#: ../../mod/register.php:154
-msgid "Your registration is pending approval by the site owner."
+#: ../../mod/settings.php:767
+msgid "Send public posts to all email contacts:"
 msgstr ""
 
-#: ../../mod/register.php:192 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
+#: ../../mod/settings.php:768
+msgid "Action after import:"
 msgstr ""
 
-#: ../../mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
+#: ../../mod/settings.php:768
+msgid "Mark as seen"
 msgstr ""
 
-#: ../../mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
+#: ../../mod/settings.php:768
+msgid "Move to folder"
 msgstr ""
 
-#: ../../mod/register.php:222
-msgid "Your OpenID (optional): "
+#: ../../mod/settings.php:769
+msgid "Move to folder:"
 msgstr ""
 
-#: ../../mod/register.php:236
-msgid "Include your profile in member directory?"
+#: ../../mod/settings.php:844
+msgid "Display Settings"
 msgstr ""
 
-#: ../../mod/register.php:257
-msgid "Membership on this site is by invitation only."
+#: ../../mod/settings.php:850 ../../mod/settings.php:863
+msgid "Display Theme:"
 msgstr ""
 
-#: ../../mod/register.php:258
-msgid "Your invitation ID: "
+#: ../../mod/settings.php:851
+msgid "Mobile Theme:"
 msgstr ""
 
-#: ../../mod/register.php:269
-msgid "Your Full Name (e.g. Joe Smith): "
+#: ../../mod/settings.php:852
+msgid "Update browser every xx seconds"
 msgstr ""
 
-#: ../../mod/register.php:270
-msgid "Your Email Address: "
+#: ../../mod/settings.php:852
+msgid "Minimum of 10 seconds, no maximum"
 msgstr ""
 
-#: ../../mod/register.php:271
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@$sitename</"
-"strong>'."
+#: ../../mod/settings.php:853
+msgid "Number of items to display per page:"
 msgstr ""
 
-#: ../../mod/register.php:272
-msgid "Choose a nickname: "
+#: ../../mod/settings.php:853 ../../mod/settings.php:854
+msgid "Maximum of 100 items"
 msgstr ""
 
-#: ../../mod/regmod.php:63
-msgid "Account approved."
+#: ../../mod/settings.php:854
+msgid "Number of items to display per page when viewed from mobile device:"
 msgstr ""
 
-#: ../../mod/regmod.php:100
-#, php-format
-msgid "Registration revoked for %s"
+#: ../../mod/settings.php:855
+msgid "Don't show emoticons"
 msgstr ""
 
-#: ../../mod/regmod.php:112
-msgid "Please login."
+#: ../../mod/settings.php:856
+msgid "Infinite scroll"
 msgstr ""
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
+#: ../../mod/settings.php:932
+msgid "Normal Account Page"
 msgstr ""
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
+#: ../../mod/settings.php:933
+msgid "This account is a normal personal profile"
 msgstr ""
 
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
+#: ../../mod/settings.php:936
+msgid "Soapbox Page"
 msgstr ""
 
-#: ../../mod/removeme.php:46
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
+#: ../../mod/settings.php:937
+msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr ""
 
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
+#: ../../mod/settings.php:940
+msgid "Community Forum/Celebrity Account"
 msgstr ""
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
+#: ../../mod/settings.php:941
+msgid "Automatically approve all connection/friend requests as read-write fans"
 msgstr ""
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
+#: ../../mod/settings.php:944
+msgid "Automatic Friend Page"
 msgstr ""
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
+#: ../../mod/settings.php:945
+msgid "Automatically approve all connection/friend requests as friends"
 msgstr ""
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
+#: ../../mod/settings.php:948
+msgid "Private Forum [Experimental]"
 msgstr ""
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
+#: ../../mod/settings.php:949
+msgid "Private forum - approved members only"
 msgstr ""
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
+#: ../../mod/settings.php:961
+msgid "OpenID:"
 msgstr ""
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
+#: ../../mod/settings.php:961
+msgid "(Optional) Allow this OpenID to login to this account."
 msgstr ""
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
+#: ../../mod/settings.php:971
+msgid "Publish your default profile in your local site directory?"
 msgstr ""
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
+#: ../../mod/settings.php:977
+msgid "Publish your default profile in the global social directory?"
 msgstr ""
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
+#: ../../mod/settings.php:985
+msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr ""
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
+#: ../../mod/settings.php:989
+msgid "Hide your profile details from unknown viewers?"
 msgstr ""
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
+#: ../../mod/settings.php:994
+msgid "Allow friends to post to your profile page?"
 msgstr ""
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
+#: ../../mod/settings.php:1000
+msgid "Allow friends to tag your posts?"
 msgstr ""
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
+#: ../../mod/settings.php:1006
+msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr ""
 
-#: ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
+#: ../../mod/settings.php:1012
+msgid "Permit unknown people to send you private mail?"
 msgstr ""
 
-#: ../../mod/apps.php:11
-msgid "Applications"
+#: ../../mod/settings.php:1020
+msgid "Profile is <strong>not published</strong>."
 msgstr ""
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
+#: ../../mod/settings.php:1023 ../../mod/profile_photo.php:248
+msgid "or"
 msgstr ""
 
-#: ../../mod/uimport.php:64
-msgid "Import"
+#: ../../mod/settings.php:1028
+msgid "Your Identity Address is"
 msgstr ""
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
+#: ../../mod/settings.php:1039
+msgid "Automatically expire posts after this many days:"
 msgstr ""
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
+#: ../../mod/settings.php:1039
+msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr ""
 
-#: ../../mod/uimport.php:68
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also "
-"to inform your friends that you moved here."
+#: ../../mod/settings.php:1040
+msgid "Advanced expiration settings"
 msgstr ""
 
-#: ../../mod/uimport.php:69
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
+#: ../../mod/settings.php:1041
+msgid "Advanced Expiration"
 msgstr ""
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
+#: ../../mod/settings.php:1042
+msgid "Expire posts:"
 msgstr ""
 
-#: ../../mod/uimport.php:70
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
+#: ../../mod/settings.php:1043
+msgid "Expire personal notes:"
 msgstr ""
 
-#: ../../mod/settings.php:23 ../../mod/photos.php:79
-msgid "everybody"
+#: ../../mod/settings.php:1044
+msgid "Expire starred posts:"
 msgstr ""
 
-#: ../../mod/settings.php:35
-msgid "Additional features"
+#: ../../mod/settings.php:1045
+msgid "Expire photos:"
 msgstr ""
 
-#: ../../mod/settings.php:40 ../../mod/uexport.php:14
-msgid "Display settings"
+#: ../../mod/settings.php:1046
+msgid "Only expire posts by others:"
 msgstr ""
 
-#: ../../mod/settings.php:46 ../../mod/uexport.php:20
-msgid "Connector settings"
+#: ../../mod/settings.php:1072
+msgid "Account Settings"
 msgstr ""
 
-#: ../../mod/settings.php:51 ../../mod/uexport.php:25
-msgid "Plugin settings"
+#: ../../mod/settings.php:1080
+msgid "Password Settings"
 msgstr ""
 
-#: ../../mod/settings.php:56 ../../mod/uexport.php:30
-msgid "Connected apps"
+#: ../../mod/settings.php:1081
+msgid "New Password:"
 msgstr ""
 
-#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80
-msgid "Export personal data"
+#: ../../mod/settings.php:1082
+msgid "Confirm:"
 msgstr ""
 
-#: ../../mod/settings.php:66 ../../mod/uexport.php:40
-msgid "Remove account"
+#: ../../mod/settings.php:1082
+msgid "Leave password fields blank unless changing"
 msgstr ""
 
-#: ../../mod/settings.php:118
-msgid "Missing some important data!"
+#: ../../mod/settings.php:1083
+msgid "Current Password:"
 msgstr ""
 
-#: ../../mod/settings.php:121 ../../mod/settings.php:610
-msgid "Update"
+#: ../../mod/settings.php:1083 ../../mod/settings.php:1084
+msgid "Your current password to confirm the changes"
 msgstr ""
 
-#: ../../mod/settings.php:227
-msgid "Failed to connect with email account using the settings provided."
+#: ../../mod/settings.php:1084
+msgid "Password:"
 msgstr ""
 
-#: ../../mod/settings.php:232
-msgid "Email settings updated."
+#: ../../mod/settings.php:1088
+msgid "Basic Settings"
 msgstr ""
 
-#: ../../mod/settings.php:247
-msgid "Features updated"
+#: ../../mod/settings.php:1089 ../../include/profile_advanced.php:15
+msgid "Full Name:"
 msgstr ""
 
-#: ../../mod/settings.php:312
-msgid "Passwords do not match. Password unchanged."
+#: ../../mod/settings.php:1090
+msgid "Email Address:"
 msgstr ""
 
-#: ../../mod/settings.php:317
-msgid "Empty passwords are not allowed. Password unchanged."
+#: ../../mod/settings.php:1091
+msgid "Your Timezone:"
 msgstr ""
 
-#: ../../mod/settings.php:325
-msgid "Wrong password."
+#: ../../mod/settings.php:1092
+msgid "Default Post Location:"
 msgstr ""
 
-#: ../../mod/settings.php:336
-msgid "Password changed."
+#: ../../mod/settings.php:1093
+msgid "Use Browser Location:"
 msgstr ""
 
-#: ../../mod/settings.php:338
-msgid "Password update failed. Please try again."
+#: ../../mod/settings.php:1096
+msgid "Security and Privacy Settings"
 msgstr ""
 
-#: ../../mod/settings.php:403
-msgid " Please use a shorter name."
+#: ../../mod/settings.php:1098
+msgid "Maximum Friend Requests/Day:"
 msgstr ""
 
-#: ../../mod/settings.php:405
-msgid " Name too short."
+#: ../../mod/settings.php:1098 ../../mod/settings.php:1128
+msgid "(to prevent spam abuse)"
 msgstr ""
 
-#: ../../mod/settings.php:414
-msgid "Wrong Password"
+#: ../../mod/settings.php:1099
+msgid "Default Post Permissions"
 msgstr ""
 
-#: ../../mod/settings.php:419
-msgid " Not valid email."
+#: ../../mod/settings.php:1100
+msgid "(click to open/close)"
 msgstr ""
 
-#: ../../mod/settings.php:422
-msgid " Cannot change to that email."
+#: ../../mod/settings.php:1109 ../../mod/photos.php:1140
+#: ../../mod/photos.php:1506
+msgid "Show to Groups"
 msgstr ""
 
-#: ../../mod/settings.php:476
-msgid "Private forum has no privacy permissions. Using default privacy group."
+#: ../../mod/settings.php:1110 ../../mod/photos.php:1141
+#: ../../mod/photos.php:1507
+msgid "Show to Contacts"
 msgstr ""
 
-#: ../../mod/settings.php:480
-msgid "Private forum has no privacy permissions and no default privacy group."
+#: ../../mod/settings.php:1111
+msgid "Default Private Post"
 msgstr ""
 
-#: ../../mod/settings.php:510
-msgid "Settings updated."
+#: ../../mod/settings.php:1112
+msgid "Default Public Post"
 msgstr ""
 
-#: ../../mod/settings.php:583 ../../mod/settings.php:609
-#: ../../mod/settings.php:645
-msgid "Add application"
+#: ../../mod/settings.php:1116
+msgid "Default Permissions for New Posts"
 msgstr ""
 
-#: ../../mod/settings.php:587 ../../mod/settings.php:613
-msgid "Consumer Key"
+#: ../../mod/settings.php:1128
+msgid "Maximum private messages per day from unknown people:"
 msgstr ""
 
-#: ../../mod/settings.php:588 ../../mod/settings.php:614
-msgid "Consumer Secret"
+#: ../../mod/settings.php:1131
+msgid "Notification Settings"
 msgstr ""
 
-#: ../../mod/settings.php:589 ../../mod/settings.php:615
-msgid "Redirect"
+#: ../../mod/settings.php:1132
+msgid "By default post a status message when:"
 msgstr ""
 
-#: ../../mod/settings.php:590 ../../mod/settings.php:616
-msgid "Icon url"
+#: ../../mod/settings.php:1133
+msgid "accepting a friend request"
 msgstr ""
 
-#: ../../mod/settings.php:601
-msgid "You can't edit this application."
+#: ../../mod/settings.php:1134
+msgid "joining a forum/community"
 msgstr ""
 
-#: ../../mod/settings.php:644
-msgid "Connected Apps"
+#: ../../mod/settings.php:1135
+msgid "making an <em>interesting</em> profile change"
 msgstr ""
 
-#: ../../mod/settings.php:646 ../../mod/editpost.php:109
-#: ../../mod/content.php:751 ../../object/Item.php:117
-msgid "Edit"
+#: ../../mod/settings.php:1136
+msgid "Send a notification email when:"
 msgstr ""
 
-#: ../../mod/settings.php:648
-msgid "Client key starts with"
+#: ../../mod/settings.php:1137
+msgid "You receive an introduction"
 msgstr ""
 
-#: ../../mod/settings.php:649
-msgid "No name"
+#: ../../mod/settings.php:1138
+msgid "Your introductions are confirmed"
 msgstr ""
 
-#: ../../mod/settings.php:650
-msgid "Remove authorization"
+#: ../../mod/settings.php:1139
+msgid "Someone writes on your profile wall"
 msgstr ""
 
-#: ../../mod/settings.php:662
-msgid "No Plugin settings configured"
+#: ../../mod/settings.php:1140
+msgid "Someone writes a followup comment"
 msgstr ""
 
-#: ../../mod/settings.php:670
-msgid "Plugin Settings"
+#: ../../mod/settings.php:1141
+msgid "You receive a private message"
 msgstr ""
 
-#: ../../mod/settings.php:684
-msgid "Off"
+#: ../../mod/settings.php:1142
+msgid "You receive a friend suggestion"
 msgstr ""
 
-#: ../../mod/settings.php:684
-msgid "On"
+#: ../../mod/settings.php:1143
+msgid "You are tagged in a post"
 msgstr ""
 
-#: ../../mod/settings.php:692
-msgid "Additional Features"
+#: ../../mod/settings.php:1144
+msgid "You are poked/prodded/etc. in a post"
 msgstr ""
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
+#: ../../mod/settings.php:1147
+msgid "Advanced Account/Page Type Settings"
 msgstr ""
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-msgid "enabled"
+#: ../../mod/settings.php:1148
+msgid "Change the behaviour of this account for special situations"
 msgstr ""
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-msgid "disabled"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
 msgstr ""
 
-#: ../../mod/settings.php:706
-msgid "StatusNet"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
 msgstr ""
 
-#: ../../mod/settings.php:738
-msgid "Email access is disabled on this site."
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
 msgstr ""
 
-#: ../../mod/settings.php:745
-msgid "Connector Settings"
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
 msgstr ""
 
-#: ../../mod/settings.php:750
-msgid "Email/Mailbox Setup"
+#: ../../mod/profiles.php:170
+msgid "Profile Name is required."
 msgstr ""
 
-#: ../../mod/settings.php:751
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
+#: ../../mod/profiles.php:317
+msgid "Marital Status"
 msgstr ""
 
-#: ../../mod/settings.php:752
-msgid "Last successful email check:"
+#: ../../mod/profiles.php:321
+msgid "Romantic Partner"
 msgstr ""
 
-#: ../../mod/settings.php:754
-msgid "IMAP server name:"
+#: ../../mod/profiles.php:325
+msgid "Likes"
 msgstr ""
 
-#: ../../mod/settings.php:755
-msgid "IMAP port:"
+#: ../../mod/profiles.php:329
+msgid "Dislikes"
 msgstr ""
 
-#: ../../mod/settings.php:756
-msgid "Security:"
+#: ../../mod/profiles.php:333
+msgid "Work/Employment"
 msgstr ""
 
-#: ../../mod/settings.php:756 ../../mod/settings.php:761
-msgid "None"
+#: ../../mod/profiles.php:336
+msgid "Religion"
 msgstr ""
 
-#: ../../mod/settings.php:757
-msgid "Email login name:"
+#: ../../mod/profiles.php:340
+msgid "Political Views"
 msgstr ""
 
-#: ../../mod/settings.php:758
-msgid "Email password:"
+#: ../../mod/profiles.php:344
+msgid "Gender"
 msgstr ""
 
-#: ../../mod/settings.php:759
-msgid "Reply-to address:"
+#: ../../mod/profiles.php:348
+msgid "Sexual Preference"
 msgstr ""
 
-#: ../../mod/settings.php:760
-msgid "Send public posts to all email contacts:"
+#: ../../mod/profiles.php:352
+msgid "Homepage"
 msgstr ""
 
-#: ../../mod/settings.php:761
-msgid "Action after import:"
+#: ../../mod/profiles.php:356
+msgid "Interests"
 msgstr ""
 
-#: ../../mod/settings.php:761
-msgid "Mark as seen"
+#: ../../mod/profiles.php:360
+msgid "Address"
 msgstr ""
 
-#: ../../mod/settings.php:761
-msgid "Move to folder"
+#: ../../mod/profiles.php:367
+msgid "Location"
 msgstr ""
 
-#: ../../mod/settings.php:762
-msgid "Move to folder:"
+#: ../../mod/profiles.php:450
+msgid "Profile updated."
 msgstr ""
 
-#: ../../mod/settings.php:835
-msgid "Display Settings"
+#: ../../mod/profiles.php:521
+msgid " and "
 msgstr ""
 
-#: ../../mod/settings.php:841 ../../mod/settings.php:853
-msgid "Display Theme:"
+#: ../../mod/profiles.php:529
+msgid "public profile"
 msgstr ""
 
-#: ../../mod/settings.php:842
-msgid "Mobile Theme:"
+#: ../../mod/profiles.php:532
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr ""
 
-#: ../../mod/settings.php:843
-msgid "Update browser every xx seconds"
+#: ../../mod/profiles.php:533
+#, php-format
+msgid " - Visit %1$s's %2$s"
 msgstr ""
 
-#: ../../mod/settings.php:843
-msgid "Minimum of 10 seconds, no maximum"
+#: ../../mod/profiles.php:536
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr ""
 
-#: ../../mod/settings.php:844
-msgid "Number of items to display per page:"
+#: ../../mod/profiles.php:609
+msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr ""
 
-#: ../../mod/settings.php:844 ../../mod/settings.php:845
-msgid "Maximum of 100 items"
+#: ../../mod/profiles.php:629
+msgid "Edit Profile Details"
 msgstr ""
 
-#: ../../mod/settings.php:845
-msgid "Number of items to display per page when viewed from mobile device:"
+#: ../../mod/profiles.php:631
+msgid "Change Profile Photo"
 msgstr ""
 
-#: ../../mod/settings.php:846
-msgid "Don't show emoticons"
+#: ../../mod/profiles.php:632
+msgid "View this profile"
 msgstr ""
 
-#: ../../mod/settings.php:922
-msgid "Normal Account Page"
+#: ../../mod/profiles.php:633
+msgid "Create a new profile using these settings"
 msgstr ""
 
-#: ../../mod/settings.php:923
-msgid "This account is a normal personal profile"
+#: ../../mod/profiles.php:634
+msgid "Clone this profile"
 msgstr ""
 
-#: ../../mod/settings.php:926
-msgid "Soapbox Page"
+#: ../../mod/profiles.php:635
+msgid "Delete this profile"
 msgstr ""
 
-#: ../../mod/settings.php:927
-msgid "Automatically approve all connection/friend requests as read-only fans"
+#: ../../mod/profiles.php:636
+msgid "Profile Name:"
 msgstr ""
 
-#: ../../mod/settings.php:930
-msgid "Community Forum/Celebrity Account"
+#: ../../mod/profiles.php:637
+msgid "Your Full Name:"
 msgstr ""
 
-#: ../../mod/settings.php:931
-msgid "Automatically approve all connection/friend requests as read-write fans"
+#: ../../mod/profiles.php:638
+msgid "Title/Description:"
 msgstr ""
 
-#: ../../mod/settings.php:934
-msgid "Automatic Friend Page"
+#: ../../mod/profiles.php:639
+msgid "Your Gender:"
 msgstr ""
 
-#: ../../mod/settings.php:935
-msgid "Automatically approve all connection/friend requests as friends"
+#: ../../mod/profiles.php:640
+#, php-format
+msgid "Birthday (%s):"
 msgstr ""
 
-#: ../../mod/settings.php:938
-msgid "Private Forum [Experimental]"
+#: ../../mod/profiles.php:641
+msgid "Street Address:"
 msgstr ""
 
-#: ../../mod/settings.php:939
-msgid "Private forum - approved members only"
+#: ../../mod/profiles.php:642
+msgid "Locality/City:"
 msgstr ""
 
-#: ../../mod/settings.php:951
-msgid "OpenID:"
+#: ../../mod/profiles.php:643
+msgid "Postal/Zip Code:"
 msgstr ""
 
-#: ../../mod/settings.php:951
-msgid "(Optional) Allow this OpenID to login to this account."
+#: ../../mod/profiles.php:644
+msgid "Country:"
 msgstr ""
 
-#: ../../mod/settings.php:961
-msgid "Publish your default profile in your local site directory?"
+#: ../../mod/profiles.php:645
+msgid "Region/State:"
 msgstr ""
 
-#: ../../mod/settings.php:967
-msgid "Publish your default profile in the global social directory?"
+#: ../../mod/profiles.php:646
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr ""
 
-#: ../../mod/settings.php:975
-msgid "Hide your contact/friend list from viewers of your default profile?"
+#: ../../mod/profiles.php:647
+msgid "Who: (if applicable)"
 msgstr ""
 
-#: ../../mod/settings.php:979
-msgid "Hide your profile details from unknown viewers?"
+#: ../../mod/profiles.php:648
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr ""
 
-#: ../../mod/settings.php:984
-msgid "Allow friends to post to your profile page?"
+#: ../../mod/profiles.php:649
+msgid "Since [date]:"
 msgstr ""
 
-#: ../../mod/settings.php:990
-msgid "Allow friends to tag your posts?"
+#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
 msgstr ""
 
-#: ../../mod/settings.php:996
-msgid "Allow us to suggest you as a potential friend to new members?"
+#: ../../mod/profiles.php:651
+msgid "Homepage URL:"
 msgstr ""
 
-#: ../../mod/settings.php:1002
-msgid "Permit unknown people to send you private mail?"
+#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50
+msgid "Hometown:"
 msgstr ""
 
-#: ../../mod/settings.php:1010
-msgid "Profile is <strong>not published</strong>."
+#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54
+msgid "Political Views:"
 msgstr ""
 
-#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248
-msgid "or"
+#: ../../mod/profiles.php:654
+msgid "Religious Views:"
 msgstr ""
 
-#: ../../mod/settings.php:1018
-msgid "Your Identity Address is"
+#: ../../mod/profiles.php:655
+msgid "Public Keywords:"
 msgstr ""
 
-#: ../../mod/settings.php:1029
-msgid "Automatically expire posts after this many days:"
+#: ../../mod/profiles.php:656
+msgid "Private Keywords:"
 msgstr ""
 
-#: ../../mod/settings.php:1029
-msgid "If empty, posts will not expire. Expired posts will be deleted"
+#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62
+msgid "Likes:"
 msgstr ""
 
-#: ../../mod/settings.php:1030
-msgid "Advanced expiration settings"
+#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
 msgstr ""
 
-#: ../../mod/settings.php:1031
-msgid "Advanced Expiration"
+#: ../../mod/profiles.php:659
+msgid "Example: fishing photography software"
 msgstr ""
 
-#: ../../mod/settings.php:1032
-msgid "Expire posts:"
+#: ../../mod/profiles.php:660
+msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr ""
 
-#: ../../mod/settings.php:1033
-msgid "Expire personal notes:"
+#: ../../mod/profiles.php:661
+msgid "(Used for searching profiles, never shown to others)"
 msgstr ""
 
-#: ../../mod/settings.php:1034
-msgid "Expire starred posts:"
+#: ../../mod/profiles.php:662
+msgid "Tell us about yourself..."
 msgstr ""
 
-#: ../../mod/settings.php:1035
-msgid "Expire photos:"
+#: ../../mod/profiles.php:663
+msgid "Hobbies/Interests"
 msgstr ""
 
-#: ../../mod/settings.php:1036
-msgid "Only expire posts by others:"
+#: ../../mod/profiles.php:664
+msgid "Contact information and Social Networks"
 msgstr ""
 
-#: ../../mod/settings.php:1062
-msgid "Account Settings"
+#: ../../mod/profiles.php:665
+msgid "Musical interests"
 msgstr ""
 
-#: ../../mod/settings.php:1070
-msgid "Password Settings"
+#: ../../mod/profiles.php:666
+msgid "Books, literature"
 msgstr ""
 
-#: ../../mod/settings.php:1071
-msgid "New Password:"
+#: ../../mod/profiles.php:667
+msgid "Television"
 msgstr ""
 
-#: ../../mod/settings.php:1072
-msgid "Confirm:"
+#: ../../mod/profiles.php:668
+msgid "Film/dance/culture/entertainment"
 msgstr ""
 
-#: ../../mod/settings.php:1072
-msgid "Leave password fields blank unless changing"
+#: ../../mod/profiles.php:669
+msgid "Love/romance"
 msgstr ""
 
-#: ../../mod/settings.php:1073
-msgid "Current Password:"
+#: ../../mod/profiles.php:670
+msgid "Work/employment"
 msgstr ""
 
-#: ../../mod/settings.php:1073 ../../mod/settings.php:1074
-msgid "Your current password to confirm the changes"
+#: ../../mod/profiles.php:671
+msgid "School/education"
 msgstr ""
 
-#: ../../mod/settings.php:1074
-msgid "Password:"
+#: ../../mod/profiles.php:676
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
 msgstr ""
 
-#: ../../mod/settings.php:1078
-msgid "Basic Settings"
+#: ../../mod/profiles.php:725
+msgid "Edit/Manage Profiles"
 msgstr ""
 
-#: ../../mod/settings.php:1080
-msgid "Email Address:"
+#: ../../mod/group.php:29
+msgid "Group created."
 msgstr ""
 
-#: ../../mod/settings.php:1081
-msgid "Your Timezone:"
+#: ../../mod/group.php:35
+msgid "Could not create group."
 msgstr ""
 
-#: ../../mod/settings.php:1082
-msgid "Default Post Location:"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
 msgstr ""
 
-#: ../../mod/settings.php:1083
-msgid "Use Browser Location:"
+#: ../../mod/group.php:60
+msgid "Group name changed."
 msgstr ""
 
-#: ../../mod/settings.php:1086
-msgid "Security and Privacy Settings"
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
 msgstr ""
 
-#: ../../mod/settings.php:1088
-msgid "Maximum Friend Requests/Day:"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
 msgstr ""
 
-#: ../../mod/settings.php:1088 ../../mod/settings.php:1118
-msgid "(to prevent spam abuse)"
+#: ../../mod/group.php:113
+msgid "Group removed."
 msgstr ""
 
-#: ../../mod/settings.php:1089
-msgid "Default Post Permissions"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
 msgstr ""
 
-#: ../../mod/settings.php:1090
-msgid "(click to open/close)"
+#: ../../mod/group.php:179
+msgid "Group Editor"
 msgstr ""
 
-#: ../../mod/settings.php:1099 ../../mod/photos.php:1140
-#: ../../mod/photos.php:1506
-msgid "Show to Groups"
+#: ../../mod/group.php:192
+msgid "Members"
 msgstr ""
 
-#: ../../mod/settings.php:1100 ../../mod/photos.php:1141
-#: ../../mod/photos.php:1507
-msgid "Show to Contacts"
+#: ../../mod/group.php:224 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
 msgstr ""
 
-#: ../../mod/settings.php:1101
-msgid "Default Private Post"
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
 msgstr ""
 
-#: ../../mod/settings.php:1102
-msgid "Default Public Post"
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
 msgstr ""
 
-#: ../../mod/settings.php:1106
-msgid "Default Permissions for New Posts"
+#: ../../mod/babel.php:31
+msgid "Source input: "
 msgstr ""
 
-#: ../../mod/settings.php:1118
-msgid "Maximum private messages per day from unknown people:"
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
 msgstr ""
 
-#: ../../mod/settings.php:1121
-msgid "Notification Settings"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
 msgstr ""
 
-#: ../../mod/settings.php:1122
-msgid "By default post a status message when:"
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
 msgstr ""
 
-#: ../../mod/settings.php:1123
-msgid "accepting a friend request"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
 msgstr ""
 
-#: ../../mod/settings.php:1124
-msgid "joining a forum/community"
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
 msgstr ""
 
-#: ../../mod/settings.php:1125
-msgid "making an <em>interesting</em> profile change"
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
 msgstr ""
 
-#: ../../mod/settings.php:1126
-msgid "Send a notification email when:"
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
 msgstr ""
 
-#: ../../mod/settings.php:1127
-msgid "You receive an introduction"
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
 msgstr ""
 
-#: ../../mod/settings.php:1128
-msgid "Your introductions are confirmed"
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
 msgstr ""
 
-#: ../../mod/settings.php:1129
-msgid "Someone writes on your profile wall"
+#: ../../mod/community.php:23
+msgid "Not available."
 msgstr ""
 
-#: ../../mod/settings.php:1130
-msgid "Someone writes a followup comment"
+#: ../../mod/follow.php:27
+msgid "Contact added"
 msgstr ""
 
-#: ../../mod/settings.php:1131
-msgid "You receive a private message"
+#: ../../mod/notify.php:61 ../../mod/notifications.php:332
+msgid "No more system notifications."
 msgstr ""
 
-#: ../../mod/settings.php:1132
-msgid "You receive a friend suggestion"
+#: ../../mod/notify.php:65 ../../mod/notifications.php:336
+msgid "System Notifications"
 msgstr ""
 
-#: ../../mod/settings.php:1133
-msgid "You are tagged in a post"
+#: ../../mod/message.php:9 ../../include/nav.php:159
+msgid "New Message"
 msgstr ""
 
-#: ../../mod/settings.php:1134
-msgid "You are poked/prodded/etc. in a post"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
 msgstr ""
 
-#: ../../mod/settings.php:1137
-msgid "Advanced Account/Page Type Settings"
+#: ../../mod/message.php:182 ../../mod/notifications.php:103
+#: ../../include/nav.php:156
+msgid "Messages"
 msgstr ""
 
-#: ../../mod/settings.php:1138
-msgid "Change the behaviour of this account for special situations"
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
 msgstr ""
 
-#: ../../mod/share.php:44
-msgid "link"
+#: ../../mod/message.php:227
+msgid "Message deleted."
 msgstr ""
 
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
+#: ../../mod/message.php:258
+msgid "Conversation removed."
 msgstr ""
 
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
+#: ../../mod/message.php:371
+msgid "No messages."
 msgstr ""
 
-#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
+#: ../../mod/message.php:378
+#, php-format
+msgid "Unknown sender - %s"
 msgstr ""
 
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
+#: ../../mod/message.php:381
+#, php-format
+msgid "You and %s"
 msgstr ""
 
-#: ../../mod/crepair.php:137
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
-"information your communications with this contact may stop working."
+#: ../../mod/message.php:384
+#, php-format
+msgid "%s and You"
 msgstr ""
 
-#: ../../mod/crepair.php:138
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
 msgstr ""
 
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
 msgstr ""
 
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr ""
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
+#: ../../mod/message.php:450
+msgid "Message not available."
 msgstr ""
 
-#: ../../mod/crepair.php:151
-msgid "Account URL"
+#: ../../mod/message.php:520
+msgid "Delete message"
 msgstr ""
 
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
 msgstr ""
 
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
+#: ../../mod/message.php:552
+msgid "Send Reply"
 msgstr ""
 
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
+#: ../../mod/like.php:170 ../../include/conversation.php:140
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
 msgstr ""
 
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
 msgstr ""
 
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:393
+msgid "l F d, Y \\@ g:i A"
 msgstr ""
 
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
 msgstr ""
 
-#: ../../mod/delegate.php:123
+#: ../../mod/localtime.php:26
 msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
 msgstr ""
 
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
 msgstr ""
 
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
 msgstr ""
 
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
 msgstr ""
 
-#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93
-msgid "Remove"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
 msgstr ""
 
-#: ../../mod/delegate.php:131
-msgid "Add"
+#: ../../mod/filer.php:30 ../../include/conversation.php:1001
+#: ../../include/conversation.php:1019
+msgid "Save to Folder:"
 msgstr ""
 
-#: ../../mod/delegate.php:132
-msgid "No entries."
+#: ../../mod/filer.php:30
+msgid "- select -"
 msgstr ""
 
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
 msgstr ""
 
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
 msgstr ""
 
-#: ../../mod/poke.php:194
-msgid "Recipient"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
 msgstr ""
 
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
 msgstr ""
 
-#: ../../mod/poke.php:198
-msgid "Make this post private"
+#: ../../mod/viewcontacts.php:39
+msgid "No contacts."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it "
-"has already been approved."
+#: ../../mod/viewcontacts.php:76 ../../include/text.php:850
+msgid "View Contacts"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
+#: ../../mod/dirfind.php:26
+msgid "People Search"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
+#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
+msgid "Upload New Photos"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
+#: ../../mod/photos.php:143
+msgid "Contact information unavailable"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
+#: ../../mod/photos.php:164
+msgid "Album not found."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
+#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
+msgid "Delete Album"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
+#: ../../mod/photos.php:197
+msgid "Do you really want to delete this photo album and all its photos?"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:562
-#, php-format
-msgid "No user record found for '%s' "
+#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
+msgid "Delete Photo"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
+#: ../../mod/photos.php:285
+msgid "Do you really want to delete this photo?"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:583
-msgid "Empty site URL was provided or URL could not be decrypted by us."
+#: ../../mod/photos.php:656
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
+#: ../../mod/photos.php:656
+msgid "a photo"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
+#: ../../mod/photos.php:761
+msgid "Image exceeds size limit of "
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:638
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
+#: ../../mod/photos.php:769
+msgid "Image file is empty."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
+#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112
+#: ../../mod/profile_photo.php:153
+msgid "Unable to process image."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:716
-msgid "Unable to update your contact profile details on our system"
+#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138
+#: ../../mod/profile_photo.php:301
+msgid "Image upload failed."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:751
-#, php-format
-msgid "Connection accepted at %s"
+#: ../../mod/photos.php:924
+msgid "No photos selected"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:800
-#, php-format
-msgid "%1$s has joined %2$s"
+#: ../../mod/photos.php:1025 ../../mod/videos.php:226
+msgid "Access to this item is restricted."
 msgstr ""
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#: ../../mod/photos.php:1088
 #, php-format
-msgid "%1$s welcomes %2$s"
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
 msgstr ""
 
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
+#: ../../mod/photos.php:1123
+msgid "Upload Photos"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
-msgid "Profile location is not valid or does not contain profile information."
+#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
+msgid "New album name: "
 msgstr ""
 
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
-msgid "Warning: profile location has no identifiable owner name."
+#: ../../mod/photos.php:1128
+msgid "or existing album name: "
 msgstr ""
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
-msgid "Warning: profile location has no profile photo."
+#: ../../mod/photos.php:1129
+msgid "Do not show a status post for this upload"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
+#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
+msgid "Permissions"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
+#: ../../mod/photos.php:1142
+msgid "Private Photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
+#: ../../mod/photos.php:1143
+msgid "Public Photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
+#: ../../mod/photos.php:1210
+msgid "Edit Album"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
+#: ../../mod/photos.php:1216
+msgid "Show Newest First"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:264
-msgid "Friends are advised to please try again in 24 hours."
+#: ../../mod/photos.php:1218
+msgid "Show Oldest First"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
+#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
+msgid "View Photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
+#: ../../mod/photos.php:1286
+msgid "Permission denied. Access to this item may be restricted."
 msgstr ""
 
-#: ../../mod/dfrn_request.php:362
-msgid "This account has not been configured for email. Request failed."
+#: ../../mod/photos.php:1288
+msgid "Photo not available"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:458
-msgid "Unable to resolve your name at the provided location."
+#: ../../mod/photos.php:1344
+msgid "View photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:471
-msgid "You have already introduced yourself here."
+#: ../../mod/photos.php:1344
+msgid "Edit photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:475
-#, php-format
-msgid "Apparently you are already friends with %s."
+#: ../../mod/photos.php:1345
+msgid "Use as profile photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:496
-msgid "Invalid profile URL."
+#: ../../mod/photos.php:1370
+msgid "View Full Size"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124
-msgid "Failed to update contact record."
+#: ../../mod/photos.php:1444
+msgid "Tags: "
 msgstr ""
 
-#: ../../mod/dfrn_request.php:592
-msgid "Your introduction has been sent."
+#: ../../mod/photos.php:1447
+msgid "[Remove any tag]"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:645
-msgid "Please login to confirm introduction."
+#: ../../mod/photos.php:1487
+msgid "Rotate CW (right)"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:659
-msgid ""
-"Incorrect identity currently logged in. Please login to <strong>this</"
-"strong> profile."
+#: ../../mod/photos.php:1488
+msgid "Rotate CCW (left)"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:670
-msgid "Hide this contact"
+#: ../../mod/photos.php:1490
+msgid "New album name"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Welcome home %s."
+#: ../../mod/photos.php:1493
+msgid "Caption"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:674
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
+#: ../../mod/photos.php:1495
+msgid "Add a Tag"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:675
-msgid "Confirm"
+#: ../../mod/photos.php:1499
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:811
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
+#: ../../mod/photos.php:1508
+msgid "Private photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:827
-msgid "<strike>Connect as an email follower</strike> (Coming soon)"
+#: ../../mod/photos.php:1509
+msgid "Public photo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:829
-msgid ""
-"If you are not yet a member of the free social web, <a href=\"http://dir."
-"friendica.com/siteinfo\">follow this link to find a public Friendica site "
-"and join us today</a>."
+#: ../../mod/photos.php:1531 ../../include/conversation.php:1080
+msgid "Share"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:832
-msgid "Friend/Connection Request"
+#: ../../mod/photos.php:1784 ../../mod/videos.php:308
+msgid "View Album"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:833
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
+#: ../../mod/photos.php:1793
+msgid "Recent Photos"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:834
-msgid "Please answer the following:"
+#: ../../mod/wall_attach.php:69
+#, php-format
+msgid "File exceeds size limit of %d"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:835
-#, php-format
-msgid "Does %s know you?"
+#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
+msgid "File upload failed."
 msgstr ""
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
+#: ../../mod/videos.php:125
+msgid "No videos selected"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
+#: ../../mod/videos.php:301 ../../include/text.php:1376
+msgid "View Video"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search "
-"bar."
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
 msgstr ""
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
+#: ../../mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
 msgstr ""
 
-#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518
-msgid "Global Directory"
+#: ../../mod/poke.php:194
+msgid "Recipient"
 msgstr ""
 
-#: ../../mod/directory.php:57
-msgid "Find on this site"
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
 msgstr ""
 
-#: ../../mod/directory.php:59 ../../mod/contacts.php:612
-msgid "Finding: "
+#: ../../mod/poke.php:198
+msgid "Make this post private"
 msgstr ""
 
-#: ../../mod/directory.php:60
-msgid "Site Directory"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
 msgstr ""
 
-#: ../../mod/directory.php:114
-msgid "Gender: "
+#: ../../mod/uexport.php:72
+msgid "Export account"
 msgstr ""
 
-#: ../../mod/directory.php:187
-msgid "No entries (some entries may be hidden)."
+#: ../../mod/uexport.php:72
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
 msgstr ""
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
+#: ../../mod/uexport.php:73
+msgid "Export all"
 msgstr ""
 
-#: ../../mod/suggest.php:72
+#: ../../mod/uexport.php:73
 msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
 msgstr ""
 
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
+#: ../../mod/common.php:42
+msgid "Common Friends"
 msgstr ""
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
+#: ../../mod/common.php:78
+msgid "No contacts in common."
 msgstr ""
 
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
+#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
+#, php-format
+msgid "Image exceeds size limit of %d"
 msgstr ""
 
-#: ../../mod/videos.php:125
-msgid "No videos selected"
+#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
+#: ../../mod/wall_upload.php:151 ../../mod/item.php:446
+#: ../../include/message.php:144
+msgid "Wall Photos"
 msgstr ""
 
-#: ../../mod/videos.php:226 ../../mod/photos.php:1025
-msgid "Access to this item is restricted."
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
 msgstr ""
 
-#: ../../mod/videos.php:308 ../../mod/photos.php:1784
-msgid "View Album"
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
 msgstr ""
 
-#: ../../mod/videos.php:317
-msgid "Recent Videos"
+#: ../../mod/profile_photo.php:118
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
 msgstr ""
 
-#: ../../mod/videos.php:319
-msgid "Upload New Videos"
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr ""
+
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr ""
+
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr ""
+
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr ""
+
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr ""
+
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr ""
+
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr ""
+
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr ""
+
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr ""
+
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr ""
+
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr ""
+
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr ""
+
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr ""
+
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr ""
+
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr ""
+
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr ""
+
+#: ../../mod/match.php:57
+msgid "is interested in:"
 msgstr ""
 
 #: ../../mod/tagrm.php:41
@@ -4845,12 +5021,8 @@ msgstr ""
 msgid "Select a tag to remove: "
 msgstr ""
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr ""
-
-#: ../../mod/editpost.php:39
-msgid "Edit post"
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+msgid "Remove"
 msgstr ""
 
 #: ../../mod/events.php:66
@@ -4865,6 +5037,10 @@ msgstr ""
 msgid "Edit event"
 msgstr ""
 
+#: ../../mod/events.php:335 ../../include/text.php:1606
+msgid "link to source"
+msgstr ""
+
 #: ../../mod/events.php:371
 msgid "Create New Event"
 msgstr ""
@@ -4873,10 +5049,6 @@ msgstr ""
 msgid "Previous"
 msgstr ""
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr ""
-
 #: ../../mod/events.php:446
 msgid "hour:minute"
 msgstr ""
@@ -4922,75 +5094,65 @@ msgstr ""
 msgid "Share this event"
 msgstr ""
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
 msgstr ""
 
-#: ../../mod/uexport.php:72
-msgid "Export account"
+#: ../../mod/delegate.php:121 ../../include/nav.php:165
+msgid "Delegate Page Management"
 msgstr ""
 
-#: ../../mod/uexport.php:72
+#: ../../mod/delegate.php:123
 msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
 msgstr ""
 
-#: ../../mod/uexport.php:73
-msgid "Export all"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
 msgstr ""
 
-#: ../../mod/uexport.php:73
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
 msgstr ""
 
-#: ../../mod/filer.php:30
-msgid "- select -"
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
 msgstr ""
 
-#: ../../mod/update_community.php:18 ../../mod/update_display.php:22
-#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41
-#: ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
+#: ../../mod/delegate.php:131
+msgid "Add"
 msgstr ""
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
+#: ../../mod/delegate.php:132
+msgid "No entries."
 msgstr ""
 
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
 msgstr ""
 
-#: ../../mod/friendica.php:56
-msgid "running at web location"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
 msgstr ""
 
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
 msgstr ""
 
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
+#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
+msgid "Remove My Account"
 msgstr ""
 
-#: ../../mod/friendica.php:61
+#: ../../mod/removeme.php:46
 msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr ""
-
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
 msgstr ""
 
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
+#: ../../mod/removeme.php:47
+msgid "Please enter your password for verification:"
 msgstr ""
 
 #: ../../mod/fsuggest.php:63
@@ -5006,101 +5168,244 @@ msgstr ""
 msgid "Suggest a friend for %s"
 msgstr ""
 
-#: ../../mod/group.php:29
-msgid "Group created."
+#: ../../mod/item.php:108
+msgid "Unable to locate original post."
 msgstr ""
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
+#: ../../mod/item.php:310
+msgid "Empty post discarded."
 msgstr ""
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
+#: ../../mod/item.php:872
+msgid "System error. Post not saved."
 msgstr ""
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
+#: ../../mod/item.php:897
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social network."
 msgstr ""
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
+#: ../../mod/item.php:899
+#, php-format
+msgid "You may visit them online at %s"
 msgstr ""
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
+#: ../../mod/item.php:900
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
 msgstr ""
 
-#: ../../mod/group.php:113
-msgid "Group removed."
+#: ../../mod/item.php:904
+#, php-format
+msgid "%s posted an update."
 msgstr ""
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
+#: ../../mod/ping.php:238
+msgid "{0} wants to be your friend"
 msgstr ""
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
+#: ../../mod/ping.php:243
+msgid "{0} sent you a message"
 msgstr ""
 
-#: ../../mod/group.php:192
-msgid "Members"
+#: ../../mod/ping.php:248
+msgid "{0} requested registration"
 msgstr ""
 
-#: ../../mod/group.php:194 ../../mod/contacts.php:476
-msgid "All Contacts"
+#: ../../mod/ping.php:254
+#, php-format
+msgid "{0} commented %s's post"
 msgstr ""
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
+#: ../../mod/ping.php:259
+#, php-format
+msgid "{0} liked %s's post"
 msgstr ""
 
-#: ../../mod/help.php:79
-msgid "Help:"
+#: ../../mod/ping.php:264
+#, php-format
+msgid "{0} disliked %s's post"
 msgstr ""
 
-#: ../../mod/help.php:90 ../../index.php:231
-msgid "Not Found"
+#: ../../mod/ping.php:269
+#, php-format
+msgid "{0} is now friends with %s"
 msgstr ""
 
-#: ../../mod/help.php:93 ../../index.php:234
-msgid "Page not found."
+#: ../../mod/ping.php:274
+msgid "{0} posted"
 msgstr ""
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
+#: ../../mod/ping.php:279
+#, php-format
+msgid "{0} tagged %s's post with #%s"
 msgstr ""
 
-#: ../../mod/home.php:34
-#, php-format
-msgid "Welcome to %s"
+#: ../../mod/ping.php:285
+msgid "{0} mentioned you in a post"
 msgstr ""
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
 msgstr ""
 
-#: ../../mod/wall_attach.php:69
-#, php-format
-msgid "File exceeds size limit of %d"
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
 msgstr ""
 
-#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
-msgid "File upload failed."
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
 msgstr ""
 
-#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr ""
+
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr ""
+
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr ""
+
+#: ../../mod/notifications.php:83 ../../include/nav.php:140
+msgid "Network"
+msgstr ""
+
+#: ../../mod/notifications.php:98 ../../include/nav.php:149
+msgid "Introductions"
+msgstr ""
+
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr ""
+
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr ""
+
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr ""
+
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr ""
+
+#: ../../mod/notifications.php:152
 #, php-format
-msgid "Image exceeds size limit of %d"
+msgid "suggested by %s"
 msgstr ""
 
-#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
 msgstr ""
 
-#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr ""
+
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr ""
+
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr ""
+
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr ""
+
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr ""
+
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr ""
+
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr ""
+
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr ""
+
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr ""
+
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr ""
+
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr ""
+
+#: ../../mod/notifications.php:220 ../../include/nav.php:150
+msgid "Notifications"
+msgstr ""
+
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
+#: ../../mod/notifications.php:469
+#, php-format
+msgid "%s liked %s's post"
+msgstr ""
+
+#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s disliked %s's post"
+msgstr ""
+
+#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
+#: ../../mod/notifications.php:492
+#, php-format
+msgid "%s is now friends with %s"
+msgstr ""
+
+#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
+#, php-format
+msgid "%s created a new post"
+msgstr ""
+
+#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
+#: ../../mod/notifications.php:501
+#, php-format
+msgid "%s commented on %s's post"
+msgstr ""
+
+#: ../../mod/notifications.php:302
+msgid "No more network notifications."
+msgstr ""
+
+#: ../../mod/notifications.php:306
+msgid "Network Notifications"
+msgstr ""
+
+#: ../../mod/notifications.php:427
+msgid "No more personal notifications."
+msgstr ""
+
+#: ../../mod/notifications.php:431
+msgid "Personal Notifications"
+msgstr ""
+
+#: ../../mod/notifications.php:508
+msgid "No more home notifications."
+msgstr ""
+
+#: ../../mod/notifications.php:512
+msgid "Home Notifications"
 msgstr ""
 
 #: ../../mod/invite.php:27
@@ -5174,11 +5479,6 @@ msgstr ""
 msgid "Enter email addresses, one per line:"
 msgstr ""
 
-#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151
-#: ../../mod/message.php:329 ../../mod/message.php:558
-msgid "Your message:"
-msgstr ""
-
 #: ../../mod/invite.php:135
 msgid ""
 "You are cordially invited to join me and other close friends on Friendica - "
@@ -5200,1911 +5500,1718 @@ msgid ""
 "important, please visit http://friendica.com"
 msgstr ""
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
 msgstr ""
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
-msgid "No recipient selected."
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
 msgstr ""
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
 msgstr ""
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
-msgid "Message could not be sent."
+#: ../../mod/home.php:34
+#, php-format
+msgid "Welcome to %s"
 msgstr ""
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
-msgid "Message collection failure."
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
 msgstr ""
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
-msgid "Message sent."
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
 msgstr ""
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
 msgstr ""
 
-#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
-msgid "Send Private Message"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
 msgstr ""
 
-#: ../../mod/wallmessage.php:143
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
 msgstr ""
 
-#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
-#: ../../mod/message.php:553
-msgid "To:"
+#: ../../include/contact_widgets.php:23
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/contact_widgets.php:29
+msgid "Find People"
 msgstr ""
 
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
-#: ../../mod/message.php:555
-msgid "Subject:"
+#: ../../include/contact_widgets.php:30
+msgid "Enter name or interest"
 msgstr ""
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
+#: ../../include/contact_widgets.php:31
+msgid "Connect/Follow"
 msgstr ""
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
+#: ../../include/contact_widgets.php:32
+msgid "Examples: Robert Morgenstein, Fishing"
 msgstr ""
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
+#: ../../include/contact_widgets.php:36
+msgid "Random Profile"
 msgstr ""
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
+#: ../../include/contact_widgets.php:70
+msgid "Networks"
 msgstr ""
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
+#: ../../include/contact_widgets.php:73
+msgid "All Networks"
 msgstr ""
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
+#: ../../include/contact_widgets.php:103 ../../include/features.php:59
+msgid "Saved Folders"
 msgstr ""
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
+#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
+msgid "Everything"
 msgstr ""
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
+#: ../../include/contact_widgets.php:135
+msgid "Categories"
 msgstr ""
 
-#: ../../mod/lostpass.php:17
-msgid "No valid account found."
+#: ../../include/plugin.php:454 ../../include/plugin.php:456
+msgid "Click here to upgrade."
 msgstr ""
 
-#: ../../mod/lostpass.php:33
-msgid "Password reset request issued. Check your email."
+#: ../../include/plugin.php:462
+msgid "This action exceeds the limits set by your subscription plan."
 msgstr ""
 
-#: ../../mod/lostpass.php:44
-#, php-format
-msgid "Password reset requested at %s"
+#: ../../include/plugin.php:467
+msgid "This action is not available under your subscription plan."
 msgstr ""
 
-#: ../../mod/lostpass.php:66
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr ""
-
-#: ../../mod/lostpass.php:84 ../../boot.php:1155
-msgid "Password Reset"
+#: ../../include/network.php:883
+msgid "view full size"
 msgstr ""
 
-#: ../../mod/lostpass.php:85
-msgid "Your password has been reset as requested."
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:399
+msgid "Starts:"
 msgstr ""
 
-#: ../../mod/lostpass.php:86
-msgid "Your new password is"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:407
+msgid "Finishes:"
 msgstr ""
 
-#: ../../mod/lostpass.php:87
-msgid "Save or copy your new password - and then"
+#: ../../include/notifier.php:773 ../../include/delivery.php:457
+msgid "(no subject)"
 msgstr ""
 
-#: ../../mod/lostpass.php:88
-msgid "click here to login"
+#: ../../include/notifier.php:783 ../../include/enotify.php:28
+#: ../../include/delivery.php:468
+msgid "noreply"
 msgstr ""
 
-#: ../../mod/lostpass.php:89
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+#: ../../include/user.php:39
+msgid "An invitation is required."
 msgstr ""
 
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has been changed at %s"
+#: ../../include/user.php:44
+msgid "Invitation could not be verified."
 msgstr ""
 
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
+#: ../../include/user.php:52
+msgid "Invalid OpenID url"
 msgstr ""
 
-#: ../../mod/lostpass.php:123
+#: ../../include/user.php:66 ../../include/auth.php:128
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr ""
-
-#: ../../mod/lostpass.php:124
-msgid "Nickname or Email: "
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
 msgstr ""
 
-#: ../../mod/lostpass.php:125
-msgid "Reset"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid "The error message was:"
 msgstr ""
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
+#: ../../include/user.php:73
+msgid "Please enter the required information."
 msgstr ""
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
+#: ../../include/user.php:87
+msgid "Please use a shorter name."
 msgstr ""
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
+#: ../../include/user.php:89
+msgid "Name too short."
 msgstr ""
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
+#: ../../include/user.php:104
+msgid "That doesn't appear to be your full (First Last) name."
 msgstr ""
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
+#: ../../include/user.php:109
+msgid "Your email domain is not among those allowed on this site."
 msgstr ""
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
+#: ../../include/user.php:112
+msgid "Not a valid email address."
 msgstr ""
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
+#: ../../include/user.php:122
+msgid "Cannot use that email."
 msgstr ""
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
+#: ../../include/user.php:128
+msgid ""
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
 msgstr ""
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
+#: ../../include/user.php:134 ../../include/user.php:232
+msgid "Nickname is already registered. Please choose another."
 msgstr ""
 
-#: ../../mod/message.php:227
-msgid "Message deleted."
+#: ../../include/user.php:144
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
 msgstr ""
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
+#: ../../include/user.php:160
+msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr ""
 
-#: ../../mod/message.php:371
-msgid "No messages."
+#: ../../include/user.php:218
+msgid "An error occurred during registration. Please try again."
 msgstr ""
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
+#: ../../include/user.php:253
+msgid "An error occurred creating your default profile. Please try again."
 msgstr ""
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
+#: ../../include/user.php:285 ../../include/user.php:289
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
 msgstr ""
 
-#: ../../mod/message.php:384
+#: ../../include/conversation.php:207
 #, php-format
-msgid "%s and You"
+msgid "%1$s poked %2$s"
 msgstr ""
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
+#: ../../include/conversation.php:211 ../../include/text.php:979
+msgid "poked"
 msgstr ""
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
+#: ../../include/conversation.php:291
+msgid "post/item"
 msgstr ""
 
-#: ../../mod/message.php:411
+#: ../../include/conversation.php:292
 #, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr ""
-
-#: ../../mod/message.php:520
-msgid "Delete message"
+msgid "%1$s marked %2$s's %3$s as favorite"
 msgstr ""
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
+#: ../../include/conversation.php:767
+msgid "remove"
 msgstr ""
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
+#: ../../include/conversation.php:771
+msgid "Delete Selected Items"
 msgstr ""
 
-#: ../../mod/mood.php:133
-msgid "Mood"
+#: ../../include/conversation.php:870
+msgid "Follow Thread"
 msgstr ""
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
+#: ../../include/conversation.php:871 ../../include/Contact.php:228
+msgid "View Status"
 msgstr ""
 
-#: ../../mod/network.php:181
-msgid "Search Results For:"
+#: ../../include/conversation.php:872 ../../include/Contact.php:229
+msgid "View Profile"
 msgstr ""
 
-#: ../../mod/network.php:397
-msgid "Commented Order"
+#: ../../include/conversation.php:873 ../../include/Contact.php:230
+msgid "View Photos"
 msgstr ""
 
-#: ../../mod/network.php:400
-msgid "Sort by Comment Date"
+#: ../../include/conversation.php:874 ../../include/Contact.php:231
+#: ../../include/Contact.php:254
+msgid "Network Posts"
 msgstr ""
 
-#: ../../mod/network.php:403
-msgid "Posted Order"
+#: ../../include/conversation.php:875 ../../include/Contact.php:232
+#: ../../include/Contact.php:254
+msgid "Edit Contact"
 msgstr ""
 
-#: ../../mod/network.php:406
-msgid "Sort by Post Date"
+#: ../../include/conversation.php:876 ../../include/Contact.php:234
+#: ../../include/Contact.php:254
+msgid "Send PM"
 msgstr ""
 
-#: ../../mod/network.php:444 ../../mod/notifications.php:88
-msgid "Personal"
+#: ../../include/conversation.php:877 ../../include/Contact.php:227
+msgid "Poke"
 msgstr ""
 
-#: ../../mod/network.php:447
-msgid "Posts that mention or involve you"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s likes this."
 msgstr ""
 
-#: ../../mod/network.php:453
-msgid "New"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s doesn't like this."
 msgstr ""
 
-#: ../../mod/network.php:456
-msgid "Activity Stream - by date"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
 msgstr ""
 
-#: ../../mod/network.php:462
-msgid "Shared Links"
+#: ../../include/conversation.php:947
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
 msgstr ""
 
-#: ../../mod/network.php:465
-msgid "Interesting Links"
+#: ../../include/conversation.php:961
+msgid "and"
 msgstr ""
 
-#: ../../mod/network.php:471
-msgid "Starred"
+#: ../../include/conversation.php:967
+#, php-format
+msgid ", and %d other people"
 msgstr ""
 
-#: ../../mod/network.php:474
-msgid "Favourite Posts"
+#: ../../include/conversation.php:969
+#, php-format
+msgid "%s like this."
 msgstr ""
 
-#: ../../mod/network.php:546
+#: ../../include/conversation.php:969
 #, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] ""
-msgstr[1] ""
+msgid "%s don't like this."
+msgstr ""
 
-#: ../../mod/network.php:549
-msgid "Private messages to this group are at risk of public disclosure."
+#: ../../include/conversation.php:996 ../../include/conversation.php:1014
+msgid "Visible to <strong>everybody</strong>"
 msgstr ""
 
-#: ../../mod/network.php:596 ../../mod/content.php:119
-msgid "No such group"
+#: ../../include/conversation.php:998 ../../include/conversation.php:1016
+msgid "Please enter a video link/URL:"
 msgstr ""
 
-#: ../../mod/network.php:607 ../../mod/content.php:130
-msgid "Group is empty"
+#: ../../include/conversation.php:999 ../../include/conversation.php:1017
+msgid "Please enter an audio link/URL:"
 msgstr ""
 
-#: ../../mod/network.php:611 ../../mod/content.php:134
-msgid "Group: "
+#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
+msgid "Tag term:"
 msgstr ""
 
-#: ../../mod/network.php:621
-msgid "Contact: "
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Where are you right now?"
 msgstr ""
 
-#: ../../mod/network.php:623
-msgid "Private messages to this person are at risk of public disclosure."
+#: ../../include/conversation.php:1003
+msgid "Delete item(s)?"
 msgstr ""
 
-#: ../../mod/network.php:628
-msgid "Invalid contact."
+#: ../../include/conversation.php:1045
+msgid "Post to Email"
 msgstr ""
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
+#: ../../include/conversation.php:1101
+msgid "permissions"
 msgstr ""
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
+#: ../../include/conversation.php:1125
+msgid "Post to Groups"
 msgstr ""
 
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210 ../../mod/contacts.php:359
-#: ../../mod/contacts.php:413
-msgid "Ignore"
+#: ../../include/conversation.php:1126
+msgid "Post to Contacts"
 msgstr ""
 
-#: ../../mod/notifications.php:78
-msgid "System"
+#: ../../include/conversation.php:1127
+msgid "Private post"
 msgstr ""
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
+#: ../../include/auth.php:38
+msgid "Logged out."
 msgstr ""
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
 msgstr ""
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
 msgstr ""
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
 msgstr ""
 
-#: ../../mod/notifications.php:152
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
 #, php-format
-msgid "suggested by %s"
+msgid "User '%s' already exists on this server!"
 msgstr ""
 
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/contacts.php:419
-msgid "Hide this contact from others"
+#: ../../include/uimport.php:153
+msgid "User creation error"
 msgstr ""
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
 msgstr ""
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr ""
+#: ../../include/uimport.php:220
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
 msgstr ""
 
-#: ../../mod/notifications.php:181
-msgid "yes"
+#: ../../include/text.php:293
+msgid "newer"
 msgstr ""
 
-#: ../../mod/notifications.php:181
-msgid "no"
+#: ../../include/text.php:295
+msgid "older"
 msgstr ""
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
+#: ../../include/text.php:300
+msgid "prev"
 msgstr ""
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
+#: ../../include/text.php:302
+msgid "first"
 msgstr ""
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
+#: ../../include/text.php:334
+msgid "last"
 msgstr ""
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
+#: ../../include/text.php:337
+msgid "next"
 msgstr ""
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
+#: ../../include/text.php:829
+msgid "No contacts"
 msgstr ""
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
+#: ../../include/text.php:838
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/text.php:979
+msgid "poke"
 msgstr ""
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
+#: ../../include/text.php:980
+msgid "ping"
 msgstr ""
 
-#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
-#: ../../mod/notifications.php:469
-#, php-format
-msgid "%s liked %s's post"
+#: ../../include/text.php:980
+msgid "pinged"
 msgstr ""
 
-#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s disliked %s's post"
+#: ../../include/text.php:981
+msgid "prod"
 msgstr ""
 
-#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
-#: ../../mod/notifications.php:492
-#, php-format
-msgid "%s is now friends with %s"
+#: ../../include/text.php:981
+msgid "prodded"
 msgstr ""
 
-#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
-#, php-format
-msgid "%s created a new post"
+#: ../../include/text.php:982
+msgid "slap"
 msgstr ""
 
-#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
-#: ../../mod/notifications.php:501
-#, php-format
-msgid "%s commented on %s's post"
+#: ../../include/text.php:982
+msgid "slapped"
 msgstr ""
 
-#: ../../mod/notifications.php:302
-msgid "No more network notifications."
+#: ../../include/text.php:983
+msgid "finger"
 msgstr ""
 
-#: ../../mod/notifications.php:306
-msgid "Network Notifications"
+#: ../../include/text.php:983
+msgid "fingered"
 msgstr ""
 
-#: ../../mod/notifications.php:332 ../../mod/notify.php:61
-msgid "No more system notifications."
+#: ../../include/text.php:984
+msgid "rebuff"
 msgstr ""
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:65
-msgid "System Notifications"
+#: ../../include/text.php:984
+msgid "rebuffed"
 msgstr ""
 
-#: ../../mod/notifications.php:427
-msgid "No more personal notifications."
+#: ../../include/text.php:998
+msgid "happy"
 msgstr ""
 
-#: ../../mod/notifications.php:431
-msgid "Personal Notifications"
+#: ../../include/text.php:999
+msgid "sad"
 msgstr ""
 
-#: ../../mod/notifications.php:508
-msgid "No more home notifications."
+#: ../../include/text.php:1000
+msgid "mellow"
 msgstr ""
 
-#: ../../mod/notifications.php:512
-msgid "Home Notifications"
+#: ../../include/text.php:1001
+msgid "tired"
 msgstr ""
 
-#: ../../mod/photos.php:51 ../../boot.php:1961
-msgid "Photo Albums"
+#: ../../include/text.php:1002
+msgid "perky"
 msgstr ""
 
-#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058
-#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
-#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
-#: ../../view/theme/diabook/theme.php:492
-msgid "Contact Photos"
+#: ../../include/text.php:1003
+msgid "angry"
 msgstr ""
 
-#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
-msgid "Upload New Photos"
+#: ../../include/text.php:1004
+msgid "stupified"
 msgstr ""
 
-#: ../../mod/photos.php:143
-msgid "Contact information unavailable"
+#: ../../include/text.php:1005
+msgid "puzzled"
 msgstr ""
 
-#: ../../mod/photos.php:164
-msgid "Album not found."
+#: ../../include/text.php:1006
+msgid "interested"
 msgstr ""
 
-#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
-msgid "Delete Album"
+#: ../../include/text.php:1007
+msgid "bitter"
 msgstr ""
 
-#: ../../mod/photos.php:197
-msgid "Do you really want to delete this photo album and all its photos?"
+#: ../../include/text.php:1008
+msgid "cheerful"
 msgstr ""
 
-#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
-msgid "Delete Photo"
+#: ../../include/text.php:1009
+msgid "alive"
 msgstr ""
 
-#: ../../mod/photos.php:285
-msgid "Do you really want to delete this photo?"
+#: ../../include/text.php:1010
+msgid "annoyed"
 msgstr ""
 
-#: ../../mod/photos.php:656
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
+#: ../../include/text.php:1011
+msgid "anxious"
 msgstr ""
 
-#: ../../mod/photos.php:656
-msgid "a photo"
+#: ../../include/text.php:1012
+msgid "cranky"
 msgstr ""
 
-#: ../../mod/photos.php:761
-msgid "Image exceeds size limit of "
+#: ../../include/text.php:1013
+msgid "disturbed"
 msgstr ""
 
-#: ../../mod/photos.php:769
-msgid "Image file is empty."
+#: ../../include/text.php:1014
+msgid "frustrated"
 msgstr ""
 
-#: ../../mod/photos.php:924
-msgid "No photos selected"
+#: ../../include/text.php:1015
+msgid "motivated"
 msgstr ""
 
-#: ../../mod/photos.php:1088
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+#: ../../include/text.php:1016
+msgid "relaxed"
 msgstr ""
 
-#: ../../mod/photos.php:1123
-msgid "Upload Photos"
+#: ../../include/text.php:1017
+msgid "surprised"
 msgstr ""
 
-#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
-msgid "New album name: "
+#: ../../include/text.php:1185
+msgid "Monday"
 msgstr ""
 
-#: ../../mod/photos.php:1128
-msgid "or existing album name: "
+#: ../../include/text.php:1185
+msgid "Tuesday"
 msgstr ""
 
-#: ../../mod/photos.php:1129
-msgid "Do not show a status post for this upload"
+#: ../../include/text.php:1185
+msgid "Wednesday"
 msgstr ""
 
-#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
-msgid "Permissions"
+#: ../../include/text.php:1185
+msgid "Thursday"
 msgstr ""
 
-#: ../../mod/photos.php:1142
-msgid "Private Photo"
+#: ../../include/text.php:1185
+msgid "Friday"
 msgstr ""
 
-#: ../../mod/photos.php:1143
-msgid "Public Photo"
+#: ../../include/text.php:1185
+msgid "Saturday"
 msgstr ""
 
-#: ../../mod/photos.php:1210
-msgid "Edit Album"
+#: ../../include/text.php:1185
+msgid "Sunday"
 msgstr ""
 
-#: ../../mod/photos.php:1216
-msgid "Show Newest First"
+#: ../../include/text.php:1189
+msgid "January"
 msgstr ""
 
-#: ../../mod/photos.php:1218
-msgid "Show Oldest First"
+#: ../../include/text.php:1189
+msgid "February"
 msgstr ""
 
-#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
-msgid "View Photo"
+#: ../../include/text.php:1189
+msgid "March"
 msgstr ""
 
-#: ../../mod/photos.php:1286
-msgid "Permission denied. Access to this item may be restricted."
+#: ../../include/text.php:1189
+msgid "April"
 msgstr ""
 
-#: ../../mod/photos.php:1288
-msgid "Photo not available"
+#: ../../include/text.php:1189
+msgid "May"
 msgstr ""
 
-#: ../../mod/photos.php:1344
-msgid "View photo"
+#: ../../include/text.php:1189
+msgid "June"
 msgstr ""
 
-#: ../../mod/photos.php:1344
-msgid "Edit photo"
+#: ../../include/text.php:1189
+msgid "July"
 msgstr ""
 
-#: ../../mod/photos.php:1345
-msgid "Use as profile photo"
+#: ../../include/text.php:1189
+msgid "August"
 msgstr ""
 
-#: ../../mod/photos.php:1351 ../../mod/content.php:643
-#: ../../object/Item.php:113
-msgid "Private Message"
+#: ../../include/text.php:1189
+msgid "September"
 msgstr ""
 
-#: ../../mod/photos.php:1370
-msgid "View Full Size"
+#: ../../include/text.php:1189
+msgid "October"
 msgstr ""
 
-#: ../../mod/photos.php:1444
-msgid "Tags: "
+#: ../../include/text.php:1189
+msgid "November"
 msgstr ""
 
-#: ../../mod/photos.php:1447
-msgid "[Remove any tag]"
+#: ../../include/text.php:1189
+msgid "December"
 msgstr ""
 
-#: ../../mod/photos.php:1487
-msgid "Rotate CW (right)"
+#: ../../include/text.php:1408
+msgid "bytes"
 msgstr ""
 
-#: ../../mod/photos.php:1488
-msgid "Rotate CCW (left)"
+#: ../../include/text.php:1432 ../../include/text.php:1444
+msgid "Click to open/close"
 msgstr ""
 
-#: ../../mod/photos.php:1490
-msgid "New album name"
+#: ../../include/text.php:1661
+msgid "Select an alternate language"
 msgstr ""
 
-#: ../../mod/photos.php:1493
-msgid "Caption"
+#: ../../include/text.php:1917
+msgid "activity"
 msgstr ""
 
-#: ../../mod/photos.php:1495
-msgid "Add a Tag"
+#: ../../include/text.php:1920
+msgid "post"
 msgstr ""
 
-#: ../../mod/photos.php:1499
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../include/text.php:2075
+msgid "Item filed"
 msgstr ""
 
-#: ../../mod/photos.php:1508
-msgid "Private photo"
+#: ../../include/enotify.php:16
+msgid "Friendica Notification"
 msgstr ""
 
-#: ../../mod/photos.php:1509
-msgid "Public photo"
+#: ../../include/enotify.php:19
+msgid "Thank You,"
 msgstr ""
 
-#: ../../mod/photos.php:1529 ../../mod/content.php:707
-#: ../../object/Item.php:232
-msgid "I like this (toggle)"
+#: ../../include/enotify.php:21
+#, php-format
+msgid "%s Administrator"
 msgstr ""
 
-#: ../../mod/photos.php:1530 ../../mod/content.php:708
-#: ../../object/Item.php:233
-msgid "I don't like this (toggle)"
+#: ../../include/enotify.php:40
+#, php-format
+msgid "%s <!item_type!>"
 msgstr ""
 
-#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
-#: ../../mod/photos.php:1676 ../../mod/content.php:730
-#: ../../object/Item.php:650
-msgid "This is you"
+#: ../../include/enotify.php:44
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
 msgstr ""
 
-#: ../../mod/photos.php:1551 ../../mod/photos.php:1595
-#: ../../mod/photos.php:1678 ../../mod/content.php:732
-#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:674
-msgid "Comment"
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
 msgstr ""
 
-#: ../../mod/photos.php:1793
-msgid "Recent Photos"
+#: ../../include/enotify.php:47
+#, php-format
+msgid "%1$s sent you %2$s."
 msgstr ""
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
+#: ../../include/enotify.php:47
+msgid "a private message"
 msgstr ""
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
+#: ../../include/enotify.php:48
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
 msgstr ""
 
-#: ../../mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
+#: ../../include/enotify.php:90
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
+#: ../../include/enotify.php:97
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
+#: ../../include/enotify.php:105
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:18
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to "
-"join."
+#: ../../include/enotify.php:115
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
+#: ../../include/enotify.php:116
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
 msgstr ""
 
-#: ../../mod/newmember.php:26
-msgid ""
-"On your <em>Settings</em> page -  change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
+#: ../../include/enotify.php:119 ../../include/enotify.php:134
+#: ../../include/enotify.php:147 ../../include/enotify.php:165
+#: ../../include/enotify.php:178
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
 msgstr ""
 
-#: ../../mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished "
-"directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
+#: ../../include/enotify.php:126
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr ""
 
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
+#: ../../include/enotify.php:128
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make "
-"friends than people who do not."
+#: ../../include/enotify.php:130
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
+#: ../../include/enotify.php:141
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
 msgstr ""
 
-#: ../../mod/newmember.php:38
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown "
-"visitors."
+#: ../../include/enotify.php:142
+#, php-format
+msgid "%1$s tagged you at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
+#: ../../include/enotify.php:143
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr ""
 
-#: ../../mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
+#: ../../include/enotify.php:155
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
 msgstr ""
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
+#: ../../include/enotify.php:156
+#, php-format
+msgid "%1$s poked you at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
+#: ../../include/enotify.php:157
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr ""
 
-#: ../../mod/newmember.php:51
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
 msgstr ""
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s tagged your post at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:56
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
+#: ../../include/enotify.php:185
+msgid "[Friendica:Notify] Introduction received"
 msgstr ""
 
-#: ../../mod/newmember.php:58
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
+#: ../../include/enotify.php:186
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
+#: ../../include/enotify.php:187
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr ""
 
-#: ../../mod/newmember.php:60
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
+#: ../../include/enotify.php:190 ../../include/enotify.php:208
+#, php-format
+msgid "You may visit their profile at %s"
 msgstr ""
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
+#: ../../include/enotify.php:192
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
 msgstr ""
 
-#: ../../mod/newmember.php:62
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand "
-"new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
+#: ../../include/enotify.php:199
+msgid "[Friendica:Notify] Friend suggestion received"
 msgstr ""
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
+#: ../../include/enotify.php:200
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:70
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with "
-"each group privately on your Network page."
+#: ../../include/enotify.php:201
+#, php-format
+msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr ""
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
+#: ../../include/enotify.php:206
+msgid "Name:"
 msgstr ""
 
-#: ../../mod/newmember.php:73
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to "
-"people you've added as friends. For more information, see the help section "
-"from the link above."
+#: ../../include/enotify.php:207
+msgid "Photo:"
 msgstr ""
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
+#: ../../include/enotify.php:210
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
 msgstr ""
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
+#: ../../include/Scrape.php:583
+msgid " on Last.fm"
 msgstr ""
 
-#: ../../mod/newmember.php:82
+#: ../../include/group.php:25
 msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program "
-"features and resources."
-msgstr ""
-
-#: ../../mod/profile.php:21 ../../boot.php:1329
-msgid "Requested profile is not available."
-msgstr ""
-
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr ""
-
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
-msgstr ""
-
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr ""
-
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr ""
-
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
 msgstr ""
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
 msgstr ""
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:521
-msgid "Please see the file \"INSTALL.txt\"."
+#: ../../include/group.php:226
+msgid "Everybody"
 msgstr ""
 
-#: ../../mod/install.php:203
-msgid "System check"
+#: ../../include/group.php:249
+msgid "edit"
 msgstr ""
 
-#: ../../mod/install.php:208
-msgid "Check again"
+#: ../../include/group.php:271
+msgid "Edit group"
 msgstr ""
 
-#: ../../mod/install.php:227
-msgid "Database connection"
+#: ../../include/group.php:272
+msgid "Create a new group"
 msgstr ""
 
-#: ../../mod/install.php:228
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
 msgstr ""
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
 msgstr ""
 
-#: ../../mod/install.php:230
+#: ../../include/follow.php:59
 msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr ""
-
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr ""
-
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr ""
-
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr ""
-
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr ""
-
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
+"This site is not configured to allow communications with other networks."
 msgstr ""
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
 msgstr ""
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
 msgstr ""
 
-#: ../../mod/install.php:267
-msgid "Site settings"
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
 msgstr ""
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
 msgstr ""
 
-#: ../../mod/install.php:322
+#: ../../include/follow.php:86
 msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a href='http://"
-"friendica.com/node/27'>'Activating scheduled tasks'</a>"
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
 msgstr ""
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
 msgstr ""
 
-#: ../../mod/install.php:326
+#: ../../include/follow.php:93
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr ""
-
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr ""
-
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr ""
-
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr ""
-
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
 msgstr ""
 
-#: ../../mod/install.php:354
+#: ../../include/follow.php:103
 msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr ""
-
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr ""
-
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
 msgstr ""
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
 msgstr ""
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
-"installation.php\"."
+#: ../../include/follow.php:259
+msgid "following"
 msgstr ""
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
 msgstr ""
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
+#: ../../include/nav.php:73
+msgid "End this session"
 msgstr ""
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
+#: ../../include/nav.php:91
+msgid "Sign in"
 msgstr ""
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
+#: ../../include/nav.php:104
+msgid "Home Page"
 msgstr ""
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
+#: ../../include/nav.php:108
+msgid "Create an account"
 msgstr ""
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
+#: ../../include/nav.php:113
+msgid "Help and documentation"
 msgstr ""
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
+#: ../../include/nav.php:116
+msgid "Apps"
 msgstr ""
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
+#: ../../include/nav.php:116
+msgid "Addon applications, utilities, games"
 msgstr ""
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
+#: ../../include/nav.php:118
+msgid "Search site content"
 msgstr ""
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
+#: ../../include/nav.php:128
+msgid "Conversations on this site"
 msgstr ""
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
+#: ../../include/nav.php:130
+msgid "Directory"
 msgstr ""
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
+#: ../../include/nav.php:130
+msgid "People directory"
 msgstr ""
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
+#: ../../include/nav.php:140
+msgid "Conversations from your friends"
 msgstr ""
 
-#: ../../mod/install.php:438
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\" "
-"in the top folder of your web server and it is unable to do so."
+#: ../../include/nav.php:141
+msgid "Network Reset"
 msgstr ""
 
-#: ../../mod/install.php:439
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
+#: ../../include/nav.php:141
+msgid "Load Network page with no filters"
 msgstr ""
 
-#: ../../mod/install.php:440
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
+#: ../../include/nav.php:149
+msgid "Friend Requests"
 msgstr ""
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation. "
-"Please see the file \"INSTALL.txt\" for instructions."
+#: ../../include/nav.php:151
+msgid "See all notifications"
 msgstr ""
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
+#: ../../include/nav.php:152
+msgid "Mark all system notifications seen"
 msgstr ""
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
+#: ../../include/nav.php:156
+msgid "Private mail"
 msgstr ""
 
-#: ../../mod/install.php:455
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
+#: ../../include/nav.php:157
+msgid "Inbox"
 msgstr ""
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has "
-"write access to this folder."
+#: ../../include/nav.php:158
+msgid "Outbox"
 msgstr ""
 
-#: ../../mod/install.php:457
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
+#: ../../include/nav.php:162
+msgid "Manage"
 msgstr ""
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
+#: ../../include/nav.php:162
+msgid "Manage other pages"
 msgstr ""
 
-#: ../../mod/install.php:472
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
+#: ../../include/nav.php:165
+msgid "Delegations"
 msgstr ""
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
+#: ../../include/nav.php:169
+msgid "Manage/Edit Profiles"
 msgstr ""
 
-#: ../../mod/install.php:484
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
+#: ../../include/nav.php:171
+msgid "Manage/edit friends and contacts"
 msgstr ""
 
-#: ../../mod/install.php:508
-msgid "Errors encountered creating database tables."
+#: ../../include/nav.php:178
+msgid "Site setup and configuration"
 msgstr ""
 
-#: ../../mod/install.php:519
-msgid "<h1>What next</h1>"
+#: ../../include/nav.php:182
+msgid "Navigation"
 msgstr ""
 
-#: ../../mod/install.php:520
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
+#: ../../include/nav.php:182
+msgid "Site map"
 msgstr ""
 
-#: ../../mod/contacts.php:85 ../../mod/contacts.php:165
-msgid "Could not access contact record."
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
 msgstr ""
 
-#: ../../mod/contacts.php:99
-msgid "Could not locate selected profile."
+#: ../../include/profile_advanced.php:23
+msgid "j F"
 msgstr ""
 
-#: ../../mod/contacts.php:122
-msgid "Contact updated."
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
 msgstr ""
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been blocked"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
 msgstr ""
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been unblocked"
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
 msgstr ""
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been ignored"
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
 msgstr ""
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been unignored"
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
 msgstr ""
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been archived"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
 msgstr ""
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been unarchived"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
 msgstr ""
 
-#: ../../mod/contacts.php:244
-msgid "Do you really want to delete this contact?"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
 msgstr ""
 
-#: ../../mod/contacts.php:263
-msgid "Contact has been removed."
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
 msgstr ""
 
-#: ../../mod/contacts.php:301
-#, php-format
-msgid "You are mutual friends with %s"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
 msgstr ""
 
-#: ../../mod/contacts.php:305
-#, php-format
-msgid "You are sharing with %s"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
 msgstr ""
 
-#: ../../mod/contacts.php:310
-#, php-format
-msgid "%s is sharing with you"
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
 msgstr ""
 
-#: ../../mod/contacts.php:327
-msgid "Private communications are not available for this contact."
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
 msgstr ""
 
-#: ../../mod/contacts.php:334
-msgid "(Update was successful)"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
 msgstr ""
 
-#: ../../mod/contacts.php:334
-msgid "(Update was not successful)"
+#: ../../include/bbcode.php:215 ../../include/bbcode.php:612
+#: ../../include/bbcode.php:613
+msgid "Image/photo"
 msgstr ""
 
-#: ../../mod/contacts.php:336
-msgid "Suggest friends"
+#: ../../include/bbcode.php:277
+#, php-format
+msgid ""
+"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"external-link\">post</a>"
 msgstr ""
 
-#: ../../mod/contacts.php:340
-#, php-format
-msgid "Network type: %s"
+#: ../../include/bbcode.php:576 ../../include/bbcode.php:596
+msgid "$1 wrote:"
 msgstr ""
 
-#: ../../mod/contacts.php:348
-msgid "View all contacts"
+#: ../../include/bbcode.php:623 ../../include/bbcode.php:624
+msgid "Encrypted content"
 msgstr ""
 
-#: ../../mod/contacts.php:356
-msgid "Toggle Blocked status"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
 msgstr ""
 
-#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
-msgid "Unignore"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
 msgstr ""
 
-#: ../../mod/contacts.php:362
-msgid "Toggle Ignored status"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
 msgstr ""
 
-#: ../../mod/contacts.php:366
-msgid "Unarchive"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
 msgstr ""
 
-#: ../../mod/contacts.php:366
-msgid "Archive"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
 msgstr ""
 
-#: ../../mod/contacts.php:369
-msgid "Toggle Archive status"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
 msgstr ""
 
-#: ../../mod/contacts.php:372
-msgid "Repair"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
 msgstr ""
 
-#: ../../mod/contacts.php:375
-msgid "Advanced Contact Settings"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
 msgstr ""
 
-#: ../../mod/contacts.php:381
-msgid "Communications lost with this contact!"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
 msgstr ""
 
-#: ../../mod/contacts.php:384
-msgid "Contact Editor"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
 msgstr ""
 
-#: ../../mod/contacts.php:387
-msgid "Profile Visibility"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
 msgstr ""
 
-#: ../../mod/contacts.php:388
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
 msgstr ""
 
-#: ../../mod/contacts.php:389
-msgid "Contact Information / Notes"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
 msgstr ""
 
-#: ../../mod/contacts.php:390
-msgid "Edit contact notes"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
 msgstr ""
 
-#: ../../mod/contacts.php:396
-msgid "Block/Unblock contact"
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
 msgstr ""
 
-#: ../../mod/contacts.php:397
-msgid "Ignore contact"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
 msgstr ""
 
-#: ../../mod/contacts.php:398
-msgid "Repair URL settings"
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
 msgstr ""
 
-#: ../../mod/contacts.php:399
-msgid "View conversations"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
 msgstr ""
 
-#: ../../mod/contacts.php:401
-msgid "Delete contact"
+#: ../../include/datetime.php:153 ../../include/datetime.php:285
+msgid "year"
 msgstr ""
 
-#: ../../mod/contacts.php:405
-msgid "Last update:"
+#: ../../include/datetime.php:158 ../../include/datetime.php:286
+msgid "month"
 msgstr ""
 
-#: ../../mod/contacts.php:407
-msgid "Update public posts"
+#: ../../include/datetime.php:163 ../../include/datetime.php:288
+msgid "day"
 msgstr ""
 
-#: ../../mod/contacts.php:416
-msgid "Currently blocked"
+#: ../../include/datetime.php:276
+msgid "never"
 msgstr ""
 
-#: ../../mod/contacts.php:417
-msgid "Currently ignored"
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
 msgstr ""
 
-#: ../../mod/contacts.php:418
-msgid "Currently archived"
+#: ../../include/datetime.php:285
+msgid "years"
 msgstr ""
 
-#: ../../mod/contacts.php:419
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
+#: ../../include/datetime.php:286
+msgid "months"
 msgstr ""
 
-#: ../../mod/contacts.php:470
-msgid "Suggestions"
+#: ../../include/datetime.php:287
+msgid "week"
 msgstr ""
 
-#: ../../mod/contacts.php:473
-msgid "Suggest potential friends"
+#: ../../include/datetime.php:287
+msgid "weeks"
 msgstr ""
 
-#: ../../mod/contacts.php:479
-msgid "Show all contacts"
+#: ../../include/datetime.php:288
+msgid "days"
 msgstr ""
 
-#: ../../mod/contacts.php:482
-msgid "Unblocked"
+#: ../../include/datetime.php:289
+msgid "hour"
 msgstr ""
 
-#: ../../mod/contacts.php:485
-msgid "Only show unblocked contacts"
+#: ../../include/datetime.php:289
+msgid "hours"
 msgstr ""
 
-#: ../../mod/contacts.php:489
-msgid "Blocked"
+#: ../../include/datetime.php:290
+msgid "minute"
 msgstr ""
 
-#: ../../mod/contacts.php:492
-msgid "Only show blocked contacts"
+#: ../../include/datetime.php:290
+msgid "minutes"
 msgstr ""
 
-#: ../../mod/contacts.php:496
-msgid "Ignored"
+#: ../../include/datetime.php:291
+msgid "second"
 msgstr ""
 
-#: ../../mod/contacts.php:499
-msgid "Only show ignored contacts"
+#: ../../include/datetime.php:291
+msgid "seconds"
 msgstr ""
 
-#: ../../mod/contacts.php:503
-msgid "Archived"
+#: ../../include/datetime.php:300
+#, php-format
+msgid "%1$d %2$s ago"
 msgstr ""
 
-#: ../../mod/contacts.php:506
-msgid "Only show archived contacts"
+#: ../../include/datetime.php:472 ../../include/items.php:1813
+#, php-format
+msgid "%s's birthday"
 msgstr ""
 
-#: ../../mod/contacts.php:510
-msgid "Hidden"
+#: ../../include/datetime.php:473 ../../include/items.php:1814
+#, php-format
+msgid "Happy Birthday %s"
 msgstr ""
 
-#: ../../mod/contacts.php:513
-msgid "Only show hidden contacts"
+#: ../../include/features.php:23
+msgid "General Features"
 msgstr ""
 
-#: ../../mod/contacts.php:561
-msgid "Mutual Friendship"
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
 msgstr ""
 
-#: ../../mod/contacts.php:565
-msgid "is a fan of yours"
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
 msgstr ""
 
-#: ../../mod/contacts.php:569
-msgid "you are a fan of"
+#: ../../include/features.php:30
+msgid "Post Composition Features"
 msgstr ""
 
-#: ../../mod/contacts.php:611
-msgid "Search your contacts"
+#: ../../include/features.php:31
+msgid "Richtext Editor"
 msgstr ""
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
 msgstr ""
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
+#: ../../include/features.php:32
+msgid "Post Preview"
 msgstr ""
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
 msgstr ""
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
+#: ../../include/features.php:37
+msgid "Network Sidebar Widgets"
 msgstr ""
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
+#: ../../include/features.php:38
+msgid "Search by Date"
 msgstr ""
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+#: ../../include/features.php:38
+msgid "Ability to select posts by date ranges"
 msgstr ""
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
+#: ../../include/features.php:39
+msgid "Group Filter"
 msgstr ""
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
+#: ../../include/features.php:39
+msgid "Enable widget to display Network posts only from selected group"
 msgstr ""
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
+#: ../../include/features.php:40
+msgid "Network Filter"
 msgstr ""
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected network"
 msgstr ""
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
+#: ../../include/features.php:41
+msgid "Save search terms for re-use"
 msgstr ""
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
+#: ../../include/features.php:46
+msgid "Network Tabs"
 msgstr ""
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
+#: ../../include/features.php:47
+msgid "Network Personal Tab"
 msgstr ""
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
+#: ../../include/features.php:47
+msgid "Enable tab to display only Network posts that you've interacted on"
 msgstr ""
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
+#: ../../include/features.php:48
+msgid "Network New Tab"
 msgstr ""
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
+#: ../../include/features.php:48
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
 msgstr ""
 
-#: ../../mod/community.php:23
-msgid "Not available."
+#: ../../include/features.php:49
+msgid "Network Shared Links Tab"
 msgstr ""
 
-#: ../../mod/content.php:626 ../../object/Item.php:362
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/content.php:707 ../../object/Item.php:232
-msgid "like"
+#: ../../include/features.php:49
+msgid "Enable tab to display only Network posts with links in them"
 msgstr ""
 
-#: ../../mod/content.php:708 ../../object/Item.php:233
-msgid "dislike"
+#: ../../include/features.php:54
+msgid "Post/Comment Tools"
 msgstr ""
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "Share this"
+#: ../../include/features.php:55
+msgid "Multiple Deletion"
 msgstr ""
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "share"
+#: ../../include/features.php:55
+msgid "Select and delete multiple posts/comments at once"
 msgstr ""
 
-#: ../../mod/content.php:734 ../../object/Item.php:654
-msgid "Bold"
+#: ../../include/features.php:56
+msgid "Edit Sent Posts"
 msgstr ""
 
-#: ../../mod/content.php:735 ../../object/Item.php:655
-msgid "Italic"
+#: ../../include/features.php:56
+msgid "Edit and correct posts and comments after sending"
 msgstr ""
 
-#: ../../mod/content.php:736 ../../object/Item.php:656
-msgid "Underline"
+#: ../../include/features.php:57
+msgid "Tagging"
 msgstr ""
 
-#: ../../mod/content.php:737 ../../object/Item.php:657
-msgid "Quote"
+#: ../../include/features.php:57
+msgid "Ability to tag existing posts"
 msgstr ""
 
-#: ../../mod/content.php:738 ../../object/Item.php:658
-msgid "Code"
+#: ../../include/features.php:58
+msgid "Post Categories"
 msgstr ""
 
-#: ../../mod/content.php:739 ../../object/Item.php:659
-msgid "Image"
+#: ../../include/features.php:58
+msgid "Add categories to your posts"
 msgstr ""
 
-#: ../../mod/content.php:740 ../../object/Item.php:660
-msgid "Link"
+#: ../../include/features.php:59
+msgid "Ability to file posts under folders"
 msgstr ""
 
-#: ../../mod/content.php:741 ../../object/Item.php:661
-msgid "Video"
+#: ../../include/features.php:60
+msgid "Dislike Posts"
 msgstr ""
 
-#: ../../mod/content.php:776 ../../object/Item.php:211
-msgid "add star"
+#: ../../include/features.php:60
+msgid "Ability to dislike posts/comments"
 msgstr ""
 
-#: ../../mod/content.php:777 ../../object/Item.php:212
-msgid "remove star"
+#: ../../include/features.php:61
+msgid "Star Posts"
 msgstr ""
 
-#: ../../mod/content.php:778 ../../object/Item.php:213
-msgid "toggle star status"
+#: ../../include/features.php:61
+msgid "Ability to mark special posts with a star indicator"
 msgstr ""
 
-#: ../../mod/content.php:781 ../../object/Item.php:216
-msgid "starred"
+#: ../../include/diaspora.php:704
+msgid "Sharing notification from Diaspora network"
 msgstr ""
 
-#: ../../mod/content.php:782 ../../object/Item.php:221
-msgid "add tag"
+#: ../../include/diaspora.php:2264
+msgid "Attachments:"
 msgstr ""
 
-#: ../../mod/content.php:786 ../../object/Item.php:130
-msgid "save to folder"
+#: ../../include/acl_selectors.php:325
+msgid "Visible to everybody"
 msgstr ""
 
-#: ../../mod/content.php:877 ../../object/Item.php:308
-msgid "to"
+#: ../../include/items.php:3495
+msgid "A new person is sharing with you at "
 msgstr ""
 
-#: ../../mod/content.php:878 ../../object/Item.php:310
-msgid "Wall-to-Wall"
+#: ../../include/items.php:3495
+msgid "You have a new follower at "
 msgstr ""
 
-#: ../../mod/content.php:879 ../../object/Item.php:311
-msgid "via Wall-To-Wall:"
+#: ../../include/items.php:4018
+msgid "Do you really want to delete this item?"
 msgstr ""
 
-#: ../../object/Item.php:92
-msgid "This entry was edited"
+#: ../../include/items.php:4213
+msgid "Archives"
 msgstr ""
 
-#: ../../object/Item.php:309
-msgid "via"
+#: ../../include/oembed.php:138
+msgid "Embedded content"
 msgstr ""
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:154
-#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
-msgid "Theme settings"
+#: ../../include/oembed.php:147
+msgid "Embedding disabled"
 msgstr ""
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
+#: ../../include/security.php:22
+msgid "Welcome "
 msgstr ""
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:155
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
 msgstr ""
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
+#: ../../include/security.php:26
+msgid "Welcome back "
 msgstr ""
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
+#: ../../include/security.php:366
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:157
-msgid "Set resolution for middle column"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:158
-msgid "Set color scheme"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:609
-msgid "Set twitter search term"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:160
-msgid "Set zoomfactor for Earth Layer"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:578
-msgid "Set longitude (X) for Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:579
-msgid "Set latitude (Y) for Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:94
-#: ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:632
-msgid "Community Pages"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:572
-#: ../../view/theme/diabook/theme.php:633
-msgid "Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:384
-#: ../../view/theme/diabook/theme.php:634
-msgid "Community Profiles"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:592
-#: ../../view/theme/diabook/theme.php:635
-msgid "Help or @NewHere ?"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:167
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:636
-msgid "Connect Services"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:168
-#: ../../view/theme/diabook/theme.php:516
-#: ../../view/theme/diabook/theme.php:637
-msgid "Find Friends"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:169
-msgid "Last tweets"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:170
-#: ../../view/theme/diabook/theme.php:405
-#: ../../view/theme/diabook/theme.php:639
-msgid "Last users"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:171
-#: ../../view/theme/diabook/theme.php:479
-#: ../../view/theme/diabook/theme.php:640
-msgid "Last photos"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:172
-#: ../../view/theme/diabook/theme.php:434
-#: ../../view/theme/diabook/theme.php:641
-msgid "Last likes"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
 msgstr ""
 
-#: ../../view/theme/diabook/theme.php:89
-msgid "Your contacts"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
 msgstr ""
 
-#: ../../view/theme/diabook/theme.php:517
-msgid "Local Directory"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
 msgstr ""
 
-#: ../../view/theme/diabook/theme.php:577
-msgid "Set zoomfactor for Earth Layers"
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
 msgstr ""
 
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:638
-msgid "Last Tweets"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
 msgstr ""
 
-#: ../../view/theme/diabook/theme.php:630
-msgid "Show/hide boxes at right-hand column:"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
 msgstr ""
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
 msgstr ""
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
 msgstr ""
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
 msgstr ""
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
 msgstr ""
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
 msgstr ""
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
 msgstr ""
 
-#: ../../index.php:405
-msgid "toggle mobile"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
 msgstr ""
 
-#: ../../boot.php:673
-msgid "Delete this item?"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
 msgstr ""
 
-#: ../../boot.php:676
-msgid "show fewer"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
 msgstr ""
 
-#: ../../boot.php:1003
-#, php-format
-msgid "Update %s failed. See error logs."
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
 msgstr ""
 
-#: ../../boot.php:1005
-#, php-format
-msgid "Update Error at %s"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
 msgstr ""
 
-#: ../../boot.php:1115
-msgid "Create a New Account"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
 msgstr ""
 
-#: ../../boot.php:1143
-msgid "Nickname or Email address: "
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
 msgstr ""
 
-#: ../../boot.php:1144
-msgid "Password: "
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
 msgstr ""
 
-#: ../../boot.php:1145
-msgid "Remember me"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
 msgstr ""
 
-#: ../../boot.php:1148
-msgid "Or login using OpenID: "
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
 msgstr ""
 
-#: ../../boot.php:1154
-msgid "Forgot your password?"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
 msgstr ""
 
-#: ../../boot.php:1157
-msgid "Website Terms of Service"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
 msgstr ""
 
-#: ../../boot.php:1158
-msgid "terms of service"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
 msgstr ""
 
-#: ../../boot.php:1160
-msgid "Website Privacy Policy"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
 msgstr ""
 
-#: ../../boot.php:1161
-msgid "privacy policy"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
 msgstr ""
 
-#: ../../boot.php:1290
-msgid "Requested account is not available."
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
 msgstr ""
 
-#: ../../boot.php:1369 ../../boot.php:1473
-msgid "Edit profile"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
 msgstr ""
 
-#: ../../boot.php:1435
-msgid "Message"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
 msgstr ""
 
-#: ../../boot.php:1443
-msgid "Manage/edit profiles"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
 msgstr ""
 
-#: ../../boot.php:1572 ../../boot.php:1658
-msgid "g A l F d"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
 msgstr ""
 
-#: ../../boot.php:1573 ../../boot.php:1659
-msgid "d"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
 msgstr ""
 
-#: ../../boot.php:1618 ../../boot.php:1699
-msgid "[today]"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
 msgstr ""
 
-#: ../../boot.php:1630
-msgid "Birthday Reminders"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
 msgstr ""
 
-#: ../../boot.php:1631
-msgid "Birthdays this week:"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
 msgstr ""
 
-#: ../../boot.php:1692
-msgid "[No description]"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
 msgstr ""
 
-#: ../../boot.php:1710
-msgid "Event Reminders"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
 msgstr ""
 
-#: ../../boot.php:1711
-msgid "Events this week:"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
 msgstr ""
 
-#: ../../boot.php:1947
-msgid "Status Messages and Posts"
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
 msgstr ""
 
-#: ../../boot.php:1954
-msgid "Profile Details"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
 msgstr ""
 
-#: ../../boot.php:1965 ../../boot.php:1968
-msgid "Videos"
+#: ../../include/Contact.php:115
+msgid "stopped following"
 msgstr ""
 
-#: ../../boot.php:1978
-msgid "Events and Calendar"
+#: ../../include/Contact.php:233
+msgid "Drop Contact"
 msgstr ""
 
-#: ../../boot.php:1985
-msgid "Only You Can See This"
+#: ../../include/dba.php:44
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
 msgstr ""
index e70766d863fb870d1f7dd03b02983f30aa5789ca..1428536888a49da262ab09869ae717d3bf0b8981 100644 (file)
 <?php
 
 ;
-$a->strings["Post successful."] = "";
-$a->strings["[Embedded content - reload page to view]"] = "";
-$a->strings["Contact settings applied."] = "";
-$a->strings["Contact update failed."] = "";
-$a->strings["Permission denied."] = "";
-$a->strings["Contact not found."] = "";
-$a->strings["Repair Contact Settings"] = "";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "";
-$a->strings["Return to contact editor"] = "";
-$a->strings["Name"] = "";
-$a->strings["Account Nickname"] = "";
-$a->strings["@Tagname - overrides Name/Nickname"] = "";
-$a->strings["Account URL"] = "";
-$a->strings["Friend Request URL"] = "";
-$a->strings["Friend Confirm URL"] = "";
-$a->strings["Notification Endpoint URL"] = "";
-$a->strings["Poll/Feed URL"] = "";
-$a->strings["New photo from this URL"] = "";
-$a->strings["Submit"] = "";
-$a->strings["Help:"] = "";
-$a->strings["Help"] = "";
-$a->strings["Not Found"] = "";
-$a->strings["Page not found."] = "";
-$a->strings["File exceeds size limit of %d"] = "";
-$a->strings["File upload failed."] = "";
-$a->strings["Friend suggestion sent."] = "";
-$a->strings["Suggest Friends"] = "";
-$a->strings["Suggest a friend for %s"] = "";
-$a->strings["Event description and start time are required."] = "";
-$a->strings["l, F j"] = "";
-$a->strings["Edit event"] = "";
-$a->strings["link to source"] = "";
-$a->strings["Events"] = "";
-$a->strings["Create New Event"] = "";
-$a->strings["Previous"] = "";
-$a->strings["Next"] = "";
-$a->strings["hour:minute"] = "";
-$a->strings["Event details"] = "";
-$a->strings["Format is %s %s. Starting date and Description are required."] = "";
-$a->strings["Event Starts:"] = "";
-$a->strings["Finish date/time is not known or not relevant"] = "";
-$a->strings["Event Finishes:"] = "";
-$a->strings["Adjust for viewer timezone"] = "";
-$a->strings["Description:"] = "";
-$a->strings["Location:"] = "";
-$a->strings["Share this event"] = "";
-$a->strings["Cancel"] = "";
-$a->strings["Tag removed"] = "";
-$a->strings["Remove Item Tag"] = "";
-$a->strings["Select a tag to remove: "] = "";
-$a->strings["Remove"] = "";
-$a->strings["%s welcomes %s"] = "";
-$a->strings["Authorize application connection"] = "";
-$a->strings["Return to your app and insert this Securty Code:"] = "";
-$a->strings["Please login to continue."] = "";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
-$a->strings["Yes"] = "";
-$a->strings["No"] = "";
-$a->strings["Photo Albums"] = "";
-$a->strings["Contact Photos"] = "";
-$a->strings["Upload New Photos"] = "";
-$a->strings["everybody"] = "";
-$a->strings["Contact information unavailable"] = "";
-$a->strings["Profile Photos"] = "";
-$a->strings["Album not found."] = "";
-$a->strings["Delete Album"] = "";
-$a->strings["Delete Photo"] = "";
-$a->strings["was tagged in a"] = "";
-$a->strings["photo"] = "";
-$a->strings["by"] = "";
-$a->strings["Image exceeds size limit of "] = "";
-$a->strings["Image file is empty."] = "";
-$a->strings["Unable to process image."] = "";
-$a->strings["Image upload failed."] = "";
-$a->strings["Public access denied."] = "";
-$a->strings["No photos selected"] = "";
-$a->strings["Access to this item is restricted."] = "";
-$a->strings["Upload Photos"] = "";
-$a->strings["New album name: "] = "";
-$a->strings["or existing album name: "] = "";
-$a->strings["Do not show a status post for this upload"] = "";
-$a->strings["Permissions"] = "";
-$a->strings["Edit Album"] = "";
-$a->strings["View Photo"] = "";
-$a->strings["Permission denied. Access to this item may be restricted."] = "";
-$a->strings["Photo not available"] = "";
-$a->strings["View photo"] = "";
-$a->strings["Edit photo"] = "";
-$a->strings["Use as profile photo"] = "";
-$a->strings["Private Message"] = "";
-$a->strings["View Full Size"] = "";
-$a->strings["Tags: "] = "";
-$a->strings["[Remove any tag]"] = "";
-$a->strings["New album name"] = "";
-$a->strings["Caption"] = "";
-$a->strings["Add a Tag"] = "";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "";
-$a->strings["I like this (toggle)"] = "";
-$a->strings["I don't like this (toggle)"] = "";
-$a->strings["Share"] = "";
-$a->strings["Please wait"] = "";
-$a->strings["This is you"] = "";
-$a->strings["Comment"] = "";
-$a->strings["Preview"] = "";
-$a->strings["Delete"] = "";
-$a->strings["View Album"] = "";
-$a->strings["Recent Photos"] = "";
-$a->strings["Not available."] = "";
-$a->strings["Community"] = "";
-$a->strings["No results."] = "";
-$a->strings["This is Friendica, version"] = "";
-$a->strings["running at web location"] = "";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "";
-$a->strings["Bug reports and issues: please visit"] = "";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "";
-$a->strings["Installed plugins/addons/apps"] = "";
-$a->strings["No installed plugins/addons/apps"] = "";
-$a->strings["Item not found"] = "";
-$a->strings["Edit post"] = "";
-$a->strings["Post to Email"] = "";
-$a->strings["Edit"] = "";
-$a->strings["Upload photo"] = "";
-$a->strings["Attach file"] = "";
-$a->strings["Insert web link"] = "";
-$a->strings["Insert YouTube video"] = "";
-$a->strings["Insert Vorbis [.ogg] video"] = "";
-$a->strings["Insert Vorbis [.ogg] audio"] = "";
-$a->strings["Set your location"] = "";
-$a->strings["Clear browser location"] = "";
-$a->strings["Permission settings"] = "";
-$a->strings["CC: email addresses"] = "";
-$a->strings["Public post"] = "";
-$a->strings["Set title"] = "";
-$a->strings["Example: bob@example.com, mary@example.com"] = "";
-$a->strings["This introduction has already been accepted."] = "";
-$a->strings["Profile location is not valid or does not contain profile information."] = "";
-$a->strings["Warning: profile location has no identifiable owner name."] = "";
-$a->strings["Warning: profile location has no profile photo."] = "";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["Introduction complete."] = "";
-$a->strings["Unrecoverable protocol error."] = "";
-$a->strings["Profile unavailable."] = "";
-$a->strings["%s has received too many connection requests today."] = "";
-$a->strings["Spam protection measures have been invoked."] = "";
-$a->strings["Friends are advised to please try again in 24 hours."] = "";
-$a->strings["Invalid locator"] = "";
-$a->strings["Unable to resolve your name at the provided location."] = "";
-$a->strings["You have already introduced yourself here."] = "";
-$a->strings["Apparently you are already friends with %s."] = "";
-$a->strings["Invalid profile URL."] = "";
-$a->strings["Disallowed profile URL."] = "";
-$a->strings["Failed to update contact record."] = "";
-$a->strings["Your introduction has been sent."] = "";
-$a->strings["Please login to confirm introduction."] = "";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "";
-$a->strings["Welcome home %s."] = "";
-$a->strings["Please confirm your introduction/connection request to %s."] = "";
-$a->strings["Confirm"] = "";
-$a->strings["[Name Withheld]"] = "";
-$a->strings["Diaspora members: Please do not use this form. Instead, enter \"%s\" into your Diaspora search bar."] = "";
-$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "";
-$a->strings["Friend/Connection Request"] = "";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "";
-$a->strings["Please answer the following:"] = "";
-$a->strings["Does %s know you?"] = "";
-$a->strings["Add a personal note:"] = "";
-$a->strings["Friendica"] = "";
-$a->strings["StatusNet/Federated Social Web"] = "";
-$a->strings["Diaspora"] = "";
-$a->strings["- please share from your own site as noted above"] = "";
-$a->strings["Your Identity Address:"] = "";
-$a->strings["Submit Request"] = "";
-$a->strings["Friendica Social Communications Server - Setup"] = "";
-$a->strings["Database connection"] = "";
-$a->strings["Could not connect to database."] = "";
-$a->strings["Could not create table."] = "";
-$a->strings["Your Friendica site database has been installed."] = "";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "";
-$a->strings["Proceed to registration"] = "";
-$a->strings["Proceed with Installation"] = "";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "";
-$a->strings["Database import failed."] = "";
-$a->strings["System check"] = "";
-$a->strings["Check again"] = "";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "";
-$a->strings["Database Server Name"] = "";
-$a->strings["Database Login Name"] = "";
-$a->strings["Database Login Password"] = "";
-$a->strings["Database Name"] = "";
-$a->strings["Site administrator email address"] = "";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
-$a->strings["Please select a default timezone for your website"] = "";
-$a->strings["Site settings"] = "";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
-$a->strings["PHP executable path"] = "";
-$a->strings["Enter full path to php executable"] = "";
-$a->strings["Command line PHP"] = "";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
-$a->strings["This is required for message delivery to work."] = "";
-$a->strings["PHP \"register_argc_argv\""] = "";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "";
-$a->strings["Generate encryption keys"] = "";
-$a->strings["libCurl PHP module"] = "";
-$a->strings["GD graphics PHP module"] = "";
-$a->strings["OpenSSL PHP module"] = "";
-$a->strings["mysqli PHP module"] = "";
-$a->strings["mb_string PHP module"] = "";
-$a->strings["Apace mod_rewrite module"] = "";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "";
-$a->strings["Error: libCURL PHP module required but not installed."] = "";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "";
-$a->strings["Error: openssl PHP module required but not installed."] = "";
-$a->strings["Error: mysqli PHP module required but not installed."] = "";
-$a->strings["Error: mb_string PHP module required but not installed."] = "";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "";
-$a->strings["Please check with your site documentation or support people to see if this situation can be corrected."] = "";
-$a->strings["If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
-$a->strings["Errors encountered creating database tables."] = "";
-$a->strings["l F d, Y \\@ g:i A"] = "";
-$a->strings["Time Conversion"] = "";
-$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = "";
-$a->strings["UTC time: %s"] = "";
-$a->strings["Current timezone: %s"] = "";
-$a->strings["Converted localtime: %s"] = "";
-$a->strings["Please select your timezone:"] = "";
-$a->strings["Profile Match"] = "";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
-$a->strings["is interested in:"] = "";
-$a->strings["Connect"] = "";
-$a->strings["No matches"] = "";
-$a->strings["Remote privacy information not available."] = "";
-$a->strings["Visible to:"] = "";
-$a->strings["Welcome to %s"] = "";
-$a->strings["Invalid request identifier."] = "";
-$a->strings["Discard"] = "";
-$a->strings["Ignore"] = "";
-$a->strings["System"] = "";
-$a->strings["Network"] = "";
-$a->strings["Personal"] = "";
-$a->strings["Home"] = "";
-$a->strings["Introductions"] = "";
-$a->strings["Messages"] = "";
-$a->strings["Show Ignored Requests"] = "";
-$a->strings["Hide Ignored Requests"] = "";
-$a->strings["Notification type: "] = "";
-$a->strings["Friend Suggestion"] = "";
-$a->strings["suggested by %s"] = "";
-$a->strings["Hide this contact from others"] = "";
-$a->strings["Post a new friend activity"] = "";
-$a->strings["if applicable"] = "";
-$a->strings["Approve"] = "";
-$a->strings["Claims to be known to you: "] = "";
-$a->strings["yes"] = "";
-$a->strings["no"] = "";
-$a->strings["Approve as: "] = "";
-$a->strings["Friend"] = "";
-$a->strings["Sharer"] = "";
-$a->strings["Fan/Admirer"] = "";
-$a->strings["Friend/Connect Request"] = "";
-$a->strings["New Follower"] = "";
-$a->strings["No introductions."] = "";
-$a->strings["Notifications"] = "";
-$a->strings["%s liked %s's post"] = "";
-$a->strings["%s disliked %s's post"] = "";
-$a->strings["%s is now friends with %s"] = "";
-$a->strings["%s created a new post"] = "";
-$a->strings["%s commented on %s's post"] = "";
-$a->strings["No more network notifications."] = "";
-$a->strings["Network Notifications"] = "";
-$a->strings["No more system notifications."] = "";
-$a->strings["System Notifications"] = "";
-$a->strings["No more personal notifications."] = "";
-$a->strings["Personal Notifications"] = "";
-$a->strings["No more home notifications."] = "";
-$a->strings["Home Notifications"] = "";
-$a->strings["Could not access contact record."] = "";
-$a->strings["Could not locate selected profile."] = "";
-$a->strings["Contact updated."] = "";
-$a->strings["Contact has been blocked"] = "";
-$a->strings["Contact has been unblocked"] = "";
-$a->strings["Contact has been ignored"] = "";
-$a->strings["Contact has been unignored"] = "";
-$a->strings["stopped following"] = "";
-$a->strings["Contact has been removed."] = "";
-$a->strings["You are mutual friends with %s"] = "";
-$a->strings["You are sharing with %s"] = "";
-$a->strings["%s is sharing with you"] = "";
-$a->strings["Private communications are not available for this contact."] = "";
-$a->strings["Never"] = "";
-$a->strings["(Update was successful)"] = "";
-$a->strings["(Update was not successful)"] = "";
-$a->strings["Suggest friends"] = "";
-$a->strings["Network type: %s"] = "";
-$a->strings["%d contact in common"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["View all contacts"] = "";
-$a->strings["Unblock"] = "";
-$a->strings["Block"] = "";
-$a->strings["Unignore"] = "";
-$a->strings["Repair"] = "";
-$a->strings["Contact Editor"] = "";
-$a->strings["Profile Visibility"] = "";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "";
-$a->strings["Contact Information / Notes"] = "";
-$a->strings["Edit contact notes"] = "";
-$a->strings["Visit %s's profile [%s]"] = "";
-$a->strings["Block/Unblock contact"] = "";
-$a->strings["Ignore contact"] = "";
-$a->strings["Repair URL settings"] = "";
-$a->strings["View conversations"] = "";
-$a->strings["Delete contact"] = "";
-$a->strings["Last update:"] = "";
-$a->strings["Update public posts"] = "";
-$a->strings["Update now"] = "";
-$a->strings["Currently blocked"] = "";
-$a->strings["Currently ignored"] = "";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
-$a->strings["All Contacts"] = "";
-$a->strings["Unblocked Contacts"] = "";
-$a->strings["Blocked Contacts"] = "";
-$a->strings["Ignored Contacts"] = "";
-$a->strings["Hidden Contacts"] = "";
-$a->strings["Mutual Friendship"] = "";
-$a->strings["is a fan of yours"] = "";
-$a->strings["you are a fan of"] = "";
-$a->strings["Edit contact"] = "";
-$a->strings["Contacts"] = "";
-$a->strings["Search your contacts"] = "";
-$a->strings["Finding: "] = "";
-$a->strings["Find"] = "";
-$a->strings["No valid account found."] = "";
-$a->strings["Password reset request issued. Check your email."] = "";
-$a->strings["Password reset requested at %s"] = "";
-$a->strings["Administrator"] = "";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
-$a->strings["Password Reset"] = "";
-$a->strings["Your password has been reset as requested."] = "";
-$a->strings["Your new password is"] = "";
-$a->strings["Save or copy your new password - and then"] = "";
-$a->strings["click here to login"] = "";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
-$a->strings["Forgot your Password?"] = "";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
-$a->strings["Nickname or Email: "] = "";
-$a->strings["Reset"] = "";
-$a->strings["Missing some important data!"] = "";
-$a->strings["Update"] = "";
-$a->strings["Failed to connect with email account using the settings provided."] = "";
-$a->strings["Email settings updated."] = "";
-$a->strings["Passwords do not match. Password unchanged."] = "";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "";
-$a->strings["Password changed."] = "";
-$a->strings["Password update failed. Please try again."] = "";
-$a->strings[" Please use a shorter name."] = "";
-$a->strings[" Name too short."] = "";
-$a->strings[" Not valid email."] = "";
-$a->strings[" Cannot change to that email."] = "";
-$a->strings["Settings updated."] = "";
-$a->strings["Account settings"] = "";
-$a->strings["Connector settings"] = "";
-$a->strings["Plugin settings"] = "";
-$a->strings["Connections"] = "";
-$a->strings["Export personal data"] = "";
-$a->strings["Add application"] = "";
-$a->strings["Consumer Key"] = "";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Redirect"] = "";
-$a->strings["Icon url"] = "";
-$a->strings["You can't edit this application."] = "";
-$a->strings["Connected Apps"] = "";
-$a->strings["Client key starts with"] = "";
-$a->strings["No name"] = "";
-$a->strings["Remove authorization"] = "";
-$a->strings["No Plugin settings configured"] = "";
-$a->strings["Plugin Settings"] = "";
-$a->strings["Built-in support for %s connectivity is %s"] = "";
-$a->strings["enabled"] = "";
-$a->strings["disabled"] = "";
-$a->strings["StatusNet"] = "";
-$a->strings["Connector Settings"] = "";
-$a->strings["Email/Mailbox Setup"] = "";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "";
-$a->strings["Last successful email check:"] = "";
-$a->strings["Email access is disabled on this site."] = "";
-$a->strings["IMAP server name:"] = "";
-$a->strings["IMAP port:"] = "";
-$a->strings["Security:"] = "";
-$a->strings["None"] = "";
-$a->strings["Email login name:"] = "";
-$a->strings["Email password:"] = "";
-$a->strings["Reply-to address:"] = "";
-$a->strings["Send public posts to all email contacts:"] = "";
-$a->strings["Normal Account"] = "";
-$a->strings["This account is a normal personal profile"] = "";
-$a->strings["Soapbox Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "";
-$a->strings["Community/Celebrity Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "";
-$a->strings["Automatic Friend Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "";
-$a->strings["OpenID:"] = "";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "";
-$a->strings["Publish your default profile in your local site directory?"] = "";
-$a->strings["Publish your default profile in the global social directory?"] = "";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "";
-$a->strings["Hide your profile details from unknown viewers?"] = "";
-$a->strings["Allow friends to post to your profile page?"] = "";
-$a->strings["Allow friends to tag your posts?"] = "";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "";
-$a->strings["Profile is <strong>not published</strong>."] = "";
-$a->strings["or"] = "";
-$a->strings["Your Identity Address is"] = "";
-$a->strings["Automatically expire posts after this many days:"] = "";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "";
-$a->strings["Advanced expiration settings"] = "";
-$a->strings["Advanced Expiration"] = "";
-$a->strings["Expire posts:"] = "";
-$a->strings["Expire personal notes:"] = "";
-$a->strings["Expire starred posts:"] = "";
-$a->strings["Expire photos:"] = "";
-$a->strings["Account Settings"] = "";
-$a->strings["Password Settings"] = "";
-$a->strings["New Password:"] = "";
-$a->strings["Confirm:"] = "";
-$a->strings["Leave password fields blank unless changing"] = "";
-$a->strings["Basic Settings"] = "";
-$a->strings["Full Name:"] = "";
-$a->strings["Email Address:"] = "";
-$a->strings["Your Timezone:"] = "";
-$a->strings["Default Post Location:"] = "";
-$a->strings["Use Browser Location:"] = "";
-$a->strings["Display Theme:"] = "";
-$a->strings["Update browser every xx seconds"] = "";
-$a->strings["Minimum of 10 seconds, no maximum"] = "";
-$a->strings["Security and Privacy Settings"] = "";
-$a->strings["Maximum Friend Requests/Day:"] = "";
-$a->strings["(to prevent spam abuse)"] = "";
-$a->strings["Default Post Permissions"] = "";
-$a->strings["(click to open/close)"] = "";
-$a->strings["Notification Settings"] = "";
-$a->strings["Send a notification email when:"] = "";
-$a->strings["You receive an introduction"] = "";
-$a->strings["Your introductions are confirmed"] = "";
-$a->strings["Someone writes on your profile wall"] = "";
-$a->strings["Someone writes a followup comment"] = "";
-$a->strings["You receive a private message"] = "";
-$a->strings["You receive a friend suggestion"] = "";
-$a->strings["You are tagged in a post"] = "";
-$a->strings["Advanced Page Settings"] = "";
-$a->strings["Manage Identities and/or Pages"] = "";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
-$a->strings["Select an identity to manage: "] = "";
-$a->strings["Search Results For:"] = "";
-$a->strings["Remove term"] = "";
-$a->strings["Saved Searches"] = "";
-$a->strings["add"] = "";
-$a->strings["Commented Order"] = "";
-$a->strings["Posted Order"] = "";
-$a->strings["New"] = "";
-$a->strings["Starred"] = "";
-$a->strings["Bookmarks"] = "";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+$a->strings["This entry was edited"] = "";
+$a->strings["Private Message"] = "";
+$a->strings["Edit"] = "";
+$a->strings["Select"] = "";
+$a->strings["Delete"] = "";
+$a->strings["save to folder"] = "";
+$a->strings["add star"] = "";
+$a->strings["remove star"] = "";
+$a->strings["toggle star status"] = "";
+$a->strings["starred"] = "";
+$a->strings["add tag"] = "";
+$a->strings["I like this (toggle)"] = "";
+$a->strings["like"] = "";
+$a->strings["I don't like this (toggle)"] = "";
+$a->strings["dislike"] = "";
+$a->strings["Share this"] = "";
+$a->strings["share"] = "";
+$a->strings["Categories:"] = "";
+$a->strings["Filed under:"] = "";
+$a->strings["View %s's profile @ %s"] = "";
+$a->strings["to"] = "";
+$a->strings["via"] = "";
+$a->strings["Wall-to-Wall"] = "";
+$a->strings["via Wall-To-Wall:"] = "";
+$a->strings["%s from %s"] = "";
+$a->strings["Comment"] = "";
+$a->strings["Please wait"] = "";
+$a->strings["%d comment"] = array(
        0 => "",
        1 => "",
 );
-$a->strings["Private messages to this group are at risk of public disclosure."] = "";
-$a->strings["No such group"] = "";
-$a->strings["Group is empty"] = "";
-$a->strings["Group: "] = "";
-$a->strings["Contact: "] = "";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "";
-$a->strings["Invalid contact."] = "";
-$a->strings["Personal Notes"] = "";
-$a->strings["Save"] = "";
-$a->strings["Welcome to Friendica"] = "";
-$a->strings["New Member Checklist"] = "";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "";
-$a->strings["Item not available."] = "";
-$a->strings["Item was not found."] = "";
-$a->strings["Group created."] = "";
-$a->strings["Could not create group."] = "";
-$a->strings["Group not found."] = "";
-$a->strings["Group name changed."] = "";
+$a->strings["comment"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["show more"] = "";
+$a->strings["This is you"] = "";
+$a->strings["Submit"] = "";
+$a->strings["Bold"] = "";
+$a->strings["Italic"] = "";
+$a->strings["Underline"] = "";
+$a->strings["Quote"] = "";
+$a->strings["Code"] = "";
+$a->strings["Image"] = "";
+$a->strings["Link"] = "";
+$a->strings["Video"] = "";
+$a->strings["Preview"] = "";
+$a->strings["You must be logged in to use addons. "] = "";
+$a->strings["Not Found"] = "";
+$a->strings["Page not found."] = "";
 $a->strings["Permission denied"] = "";
-$a->strings["Create a group of contacts/friends."] = "";
-$a->strings["Group Name: "] = "";
-$a->strings["Group removed."] = "";
-$a->strings["Unable to remove group."] = "";
-$a->strings["Click on a contact to add or remove."] = "";
-$a->strings["Group Editor"] = "";
-$a->strings["Members"] = "";
-$a->strings["Invalid profile identifier."] = "";
-$a->strings["Profile Visibility Editor"] = "";
+$a->strings["Permission denied."] = "";
+$a->strings["toggle mobile"] = "";
+$a->strings["Home"] = "";
+$a->strings["Your posts and conversations"] = "";
 $a->strings["Profile"] = "";
-$a->strings["Visible To"] = "";
-$a->strings["All Contacts (with secure profile access)"] = "";
-$a->strings["No contacts."] = "";
-$a->strings["View Contacts"] = "";
-$a->strings["An invitation is required."] = "";
-$a->strings["Invitation could not be verified."] = "";
-$a->strings["Invalid OpenID url"] = "";
-$a->strings["Please enter the required information."] = "";
-$a->strings["Please use a shorter name."] = "";
-$a->strings["Name too short."] = "";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "";
-$a->strings["Your email domain is not among those allowed on this site."] = "";
-$a->strings["Not a valid email address."] = "";
-$a->strings["Cannot use that email."] = "";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "";
-$a->strings["Nickname is already registered. Please choose another."] = "";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "";
-$a->strings["An error occurred during registration. Please try again."] = "";
-$a->strings["An error occurred creating your default profile. Please try again."] = "";
+$a->strings["Your profile page"] = "";
+$a->strings["Photos"] = "";
+$a->strings["Your photos"] = "";
+$a->strings["Events"] = "";
+$a->strings["Your events"] = "";
+$a->strings["Personal notes"] = "";
+$a->strings["Your personal photos"] = "";
+$a->strings["Community"] = "";
+$a->strings["don't show"] = "";
+$a->strings["show"] = "";
+$a->strings["Theme settings"] = "";
+$a->strings["Set font-size for posts and comments"] = "";
+$a->strings["Set line-height for posts and comments"] = "";
+$a->strings["Set resolution for middle column"] = "";
+$a->strings["Contacts"] = "";
+$a->strings["Your contacts"] = "";
+$a->strings["Community Pages"] = "";
+$a->strings["Community Profiles"] = "";
+$a->strings["Last users"] = "";
+$a->strings["Last likes"] = "";
+$a->strings["event"] = "";
+$a->strings["status"] = "";
+$a->strings["photo"] = "";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
+$a->strings["Last photos"] = "";
+$a->strings["Contact Photos"] = "";
+$a->strings["Profile Photos"] = "";
+$a->strings["Find Friends"] = "";
+$a->strings["Local Directory"] = "";
+$a->strings["Global Directory"] = "";
+$a->strings["Similar Interests"] = "";
+$a->strings["Friend Suggestions"] = "";
+$a->strings["Invite Friends"] = "";
+$a->strings["Settings"] = "";
+$a->strings["Earth Layers"] = "";
+$a->strings["Set zoomfactor for Earth Layers"] = "";
+$a->strings["Set longitude (X) for Earth Layers"] = "";
+$a->strings["Set latitude (Y) for Earth Layers"] = "";
+$a->strings["Help or @NewHere ?"] = "";
+$a->strings["Connect Services"] = "";
+$a->strings["Show/hide boxes at right-hand column:"] = "";
+$a->strings["Set color scheme"] = "";
+$a->strings["Set zoomfactor for Earth Layer"] = "";
+$a->strings["Alignment"] = "";
+$a->strings["Left"] = "";
+$a->strings["Center"] = "";
+$a->strings["Color scheme"] = "";
+$a->strings["Posts font size"] = "";
+$a->strings["Textareas font size"] = "";
+$a->strings["Set colour scheme"] = "";
+$a->strings["default"] = "";
+$a->strings["Background Image"] = "";
+$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "";
+$a->strings["Background Color"] = "";
+$a->strings["HEX value for the background color. Don't include the #"] = "";
+$a->strings["font size"] = "";
+$a->strings["base font size for your interface"] = "";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
+$a->strings["Set theme width"] = "";
+$a->strings["Delete this item?"] = "";
+$a->strings["show fewer"] = "";
+$a->strings["Update %s failed. See error logs."] = "";
+$a->strings["Update Error at %s"] = "";
+$a->strings["Create a New Account"] = "";
+$a->strings["Register"] = "";
+$a->strings["Logout"] = "";
+$a->strings["Login"] = "";
+$a->strings["Nickname or Email address: "] = "";
+$a->strings["Password: "] = "";
+$a->strings["Remember me"] = "";
+$a->strings["Or login using OpenID: "] = "";
+$a->strings["Forgot your password?"] = "";
+$a->strings["Password Reset"] = "";
+$a->strings["Website Terms of Service"] = "";
+$a->strings["terms of service"] = "";
+$a->strings["Website Privacy Policy"] = "";
+$a->strings["privacy policy"] = "";
+$a->strings["Requested account is not available."] = "";
+$a->strings["Requested profile is not available."] = "";
+$a->strings["Edit profile"] = "";
+$a->strings["Connect"] = "";
+$a->strings["Message"] = "";
+$a->strings["Profiles"] = "";
+$a->strings["Manage/edit profiles"] = "";
+$a->strings["Change profile photo"] = "";
+$a->strings["Create New Profile"] = "";
+$a->strings["Profile Image"] = "";
+$a->strings["visible to everybody"] = "";
+$a->strings["Edit visibility"] = "";
+$a->strings["Location:"] = "";
+$a->strings["Gender:"] = "";
+$a->strings["Status:"] = "";
+$a->strings["Homepage:"] = "";
+$a->strings["g A l F d"] = "";
+$a->strings["F d"] = "";
+$a->strings["[today]"] = "";
+$a->strings["Birthday Reminders"] = "";
+$a->strings["Birthdays this week:"] = "";
+$a->strings["[No description]"] = "";
+$a->strings["Event Reminders"] = "";
+$a->strings["Events this week:"] = "";
+$a->strings["Status"] = "";
+$a->strings["Status Messages and Posts"] = "";
+$a->strings["Profile Details"] = "";
+$a->strings["Photo Albums"] = "";
+$a->strings["Videos"] = "";
+$a->strings["Events and Calendar"] = "";
+$a->strings["Personal Notes"] = "";
+$a->strings["Only You Can See This"] = "";
+$a->strings["%1\$s is currently %2\$s"] = "";
+$a->strings["Mood"] = "";
+$a->strings["Set your current mood and tell your friends"] = "";
+$a->strings["Public access denied."] = "";
+$a->strings["Item not found."] = "";
+$a->strings["Access to this profile has been restricted."] = "";
+$a->strings["Item has been removed."] = "";
+$a->strings["Access denied."] = "";
+$a->strings["This is Friendica, version"] = "";
+$a->strings["running at web location"] = "";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "";
+$a->strings["Bug reports and issues: please visit"] = "";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "";
+$a->strings["Installed plugins/addons/apps:"] = "";
+$a->strings["No installed plugins/addons/apps"] = "";
+$a->strings["%1\$s welcomes %2\$s"] = "";
 $a->strings["Registration details for %s"] = "";
 $a->strings["Registration successful. Please check your email for further instructions."] = "";
 $a->strings["Failed to send email message. Here is the message that failed."] = "";
@@ -551,78 +193,217 @@ $a->strings["You may (optionally) fill in this form via OpenID by supplying your
 $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "";
 $a->strings["Your OpenID (optional): "] = "";
 $a->strings["Include your profile in member directory?"] = "";
+$a->strings["Yes"] = "";
+$a->strings["No"] = "";
 $a->strings["Membership on this site is by invitation only."] = "";
 $a->strings["Your invitation ID: "] = "";
-$a->strings["Registration"] = "";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "";
-$a->strings["Your Email Address: "] = "";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "";
-$a->strings["Choose a nickname: "] = "";
-$a->strings["Register"] = "";
-$a->strings["People Search"] = "";
-$a->strings["status"] = "";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "";
-$a->strings["Item not found."] = "";
-$a->strings["Access denied."] = "";
-$a->strings["Account approved."] = "";
-$a->strings["Registration revoked for %s"] = "";
-$a->strings["Please login."] = "";
-$a->strings["Unable to locate original post."] = "";
-$a->strings["Empty post discarded."] = "";
-$a->strings["Wall Photos"] = "";
-$a->strings["System error. Post not saved."] = "";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
-$a->strings["You may visit them online at %s"] = "";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "";
-$a->strings["%s posted an update."] = "";
-$a->strings["Image uploaded but image cropping failed."] = "";
-$a->strings["Image size reduction [%s] failed."] = "";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
-$a->strings["Unable to process image"] = "";
-$a->strings["Image exceeds size limit of %d"] = "";
-$a->strings["Upload File:"] = "";
-$a->strings["Upload Profile Photo"] = "";
-$a->strings["Upload"] = "";
-$a->strings["skip this step"] = "";
-$a->strings["select a photo from your photo albums"] = "";
-$a->strings["Crop Image"] = "";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "";
-$a->strings["Done Editing"] = "";
-$a->strings["Image uploaded successfully."] = "";
-$a->strings["No profile"] = "";
-$a->strings["Remove My Account"] = "";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "";
-$a->strings["Please enter your password for verification:"] = "";
+$a->strings["Registration"] = "";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "";
+$a->strings["Your Email Address: "] = "";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "";
+$a->strings["Choose a nickname: "] = "";
+$a->strings["Import"] = "";
+$a->strings["Import your profile to this friendica instance"] = "";
+$a->strings["Profile not found."] = "";
+$a->strings["Contact not found."] = "";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
+$a->strings["Response from remote site was not understood."] = "";
+$a->strings["Unexpected response from remote site: "] = "";
+$a->strings["Confirmation completed successfully."] = "";
+$a->strings["Remote site reported: "] = "";
+$a->strings["Temporary failure. Please wait and try again."] = "";
+$a->strings["Introduction failed or was revoked."] = "";
+$a->strings["Unable to set contact photo."] = "";
+$a->strings["%1\$s is now friends with %2\$s"] = "";
+$a->strings["No user record found for '%s' "] = "";
+$a->strings["Our site encryption key is apparently messed up."] = "";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "";
+$a->strings["Contact record was not found for you on our site."] = "";
+$a->strings["Site public key not available in contact record for URL %s."] = "";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "";
+$a->strings["Unable to set your contact credentials on our system."] = "";
+$a->strings["Unable to update your contact profile details on our system"] = "";
+$a->strings["Connection accepted at %s"] = "";
+$a->strings["%1\$s has joined %2\$s"] = "";
+$a->strings["Authorize application connection"] = "";
+$a->strings["Return to your app and insert this Securty Code:"] = "";
+$a->strings["Please login to continue."] = "";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
+$a->strings["No valid account found."] = "";
+$a->strings["Password reset request issued. Check your email."] = "";
+$a->strings["Password reset requested at %s"] = "";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
+$a->strings["Your password has been reset as requested."] = "";
+$a->strings["Your new password is"] = "";
+$a->strings["Save or copy your new password - and then"] = "";
+$a->strings["click here to login"] = "";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
+$a->strings["Your password has been changed at %s"] = "";
+$a->strings["Forgot your Password?"] = "";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
+$a->strings["Nickname or Email: "] = "";
+$a->strings["Reset"] = "";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
 $a->strings["No recipient selected."] = "";
-$a->strings["Unable to locate contact information."] = "";
+$a->strings["Unable to check your home location."] = "";
 $a->strings["Message could not be sent."] = "";
 $a->strings["Message collection failure."] = "";
 $a->strings["Message sent."] = "";
-$a->strings["Inbox"] = "";
-$a->strings["Outbox"] = "";
-$a->strings["New Message"] = "";
-$a->strings["Message deleted."] = "";
-$a->strings["Conversation removed."] = "";
+$a->strings["No recipient."] = "";
 $a->strings["Please enter a link URL:"] = "";
 $a->strings["Send Private Message"] = "";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "";
 $a->strings["To:"] = "";
 $a->strings["Subject:"] = "";
 $a->strings["Your message:"] = "";
-$a->strings["No messages."] = "";
-$a->strings["Delete conversation"] = "";
-$a->strings["D, d M Y - g:i A"] = "";
-$a->strings["Message not available."] = "";
-$a->strings["Delete message"] = "";
-$a->strings["Send Reply"] = "";
-$a->strings["Friends of %s"] = "";
-$a->strings["No friends to display."] = "";
+$a->strings["Upload photo"] = "";
+$a->strings["Insert web link"] = "";
+$a->strings["Welcome to Friendica"] = "";
+$a->strings["New Member Checklist"] = "";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
+$a->strings["Getting Started"] = "";
+$a->strings["Friendica Walk-Through"] = "";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "";
+$a->strings["Go to Your Settings"] = "";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "";
+$a->strings["Upload Profile Photo"] = "";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "";
+$a->strings["Edit Your Profile"] = "";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "";
+$a->strings["Profile Keywords"] = "";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "";
+$a->strings["Connecting"] = "";
+$a->strings["Facebook"] = "";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
+$a->strings["Importing Emails"] = "";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "";
+$a->strings["Go to Your Contacts Page"] = "";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "";
+$a->strings["Go to Your Site's Directory"] = "";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "";
+$a->strings["Finding New People"] = "";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "";
+$a->strings["Groups"] = "";
+$a->strings["Group Your Contacts"] = "";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "";
+$a->strings["Why Aren't My Posts Public?"] = "";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "";
+$a->strings["Getting Help"] = "";
+$a->strings["Go to the Help Section"] = "";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "";
+$a->strings["Do you really want to delete this suggestion?"] = "";
+$a->strings["Cancel"] = "";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
+$a->strings["Ignore/Hide"] = "";
+$a->strings["Search Results For:"] = "";
+$a->strings["Remove term"] = "";
+$a->strings["Saved Searches"] = "";
+$a->strings["add"] = "";
+$a->strings["Commented Order"] = "";
+$a->strings["Sort by Comment Date"] = "";
+$a->strings["Posted Order"] = "";
+$a->strings["Sort by Post Date"] = "";
+$a->strings["Personal"] = "";
+$a->strings["Posts that mention or involve you"] = "";
+$a->strings["New"] = "";
+$a->strings["Activity Stream - by date"] = "";
+$a->strings["Shared Links"] = "";
+$a->strings["Interesting Links"] = "";
+$a->strings["Starred"] = "";
+$a->strings["Favourite Posts"] = "";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["Private messages to this group are at risk of public disclosure."] = "";
+$a->strings["No such group"] = "";
+$a->strings["Group is empty"] = "";
+$a->strings["Group: "] = "";
+$a->strings["Contact: "] = "";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "";
+$a->strings["Invalid contact."] = "";
+$a->strings["Friendica Communications Server - Setup"] = "";
+$a->strings["Could not connect to database."] = "";
+$a->strings["Could not create table."] = "";
+$a->strings["Your Friendica site database has been installed."] = "";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "";
+$a->strings["System check"] = "";
+$a->strings["Next"] = "";
+$a->strings["Check again"] = "";
+$a->strings["Database connection"] = "";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "";
+$a->strings["Database Server Name"] = "";
+$a->strings["Database Login Name"] = "";
+$a->strings["Database Login Password"] = "";
+$a->strings["Database Name"] = "";
+$a->strings["Site administrator email address"] = "";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
+$a->strings["Please select a default timezone for your website"] = "";
+$a->strings["Site settings"] = "";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "";
+$a->strings["PHP executable path"] = "";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
+$a->strings["Command line PHP"] = "";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
+$a->strings["Found PHP version: "] = "";
+$a->strings["PHP cli binary"] = "";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
+$a->strings["This is required for message delivery to work."] = "";
+$a->strings["PHP register_argc_argv"] = "";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "";
+$a->strings["Generate encryption keys"] = "";
+$a->strings["libCurl PHP module"] = "";
+$a->strings["GD graphics PHP module"] = "";
+$a->strings["OpenSSL PHP module"] = "";
+$a->strings["mysqli PHP module"] = "";
+$a->strings["mb_string PHP module"] = "";
+$a->strings["Apache mod_rewrite module"] = "";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "";
+$a->strings["Error: libCURL PHP module required but not installed."] = "";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "";
+$a->strings["Error: openssl PHP module required but not installed."] = "";
+$a->strings["Error: mysqli PHP module required but not installed."] = "";
+$a->strings["Error: mb_string PHP module required but not installed."] = "";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
+$a->strings[".htconfig.php is writable"] = "";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
+$a->strings["view/smarty3 is writable"] = "";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
+$a->strings["Url rewrite is working"] = "";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
+$a->strings["Errors encountered creating database tables."] = "";
+$a->strings["<h1>What next</h1>"] = "";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
+$a->strings["Theme settings updated."] = "";
 $a->strings["Site"] = "";
 $a->strings["Users"] = "";
 $a->strings["Plugins"] = "";
 $a->strings["Themes"] = "";
+$a->strings["DB updates"] = "";
 $a->strings["Logs"] = "";
+$a->strings["Admin"] = "";
+$a->strings["Plugin Features"] = "";
 $a->strings["User registrations waiting for confirmation"] = "";
+$a->strings["Normal Account"] = "";
+$a->strings["Soapbox Account"] = "";
+$a->strings["Community/Celebrity Account"] = "";
+$a->strings["Automatic Friend Account"] = "";
+$a->strings["Blog Account"] = "";
+$a->strings["Private Forum"] = "";
+$a->strings["Message queues"] = "";
 $a->strings["Administration"] = "";
 $a->strings["Summary"] = "";
 $a->strings["Registered users"] = "";
@@ -630,40 +411,125 @@ $a->strings["Pending registrations"] = "";
 $a->strings["Version"] = "";
 $a->strings["Active plugins"] = "";
 $a->strings["Site settings updated."] = "";
+$a->strings["No special theme for mobile devices"] = "";
+$a->strings["Never"] = "";
+$a->strings["Frequently"] = "";
+$a->strings["Hourly"] = "";
+$a->strings["Twice daily"] = "";
+$a->strings["Daily"] = "";
+$a->strings["Multi user instance"] = "";
 $a->strings["Closed"] = "";
 $a->strings["Requires approval"] = "";
 $a->strings["Open"] = "";
+$a->strings["No SSL policy, links will track page SSL state"] = "";
+$a->strings["Force all links to use SSL"] = "";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "";
 $a->strings["File upload"] = "";
 $a->strings["Policies"] = "";
 $a->strings["Advanced"] = "";
+$a->strings["Performance"] = "";
 $a->strings["Site name"] = "";
 $a->strings["Banner/Logo"] = "";
+$a->strings["Additional Info"] = "";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "";
 $a->strings["System language"] = "";
 $a->strings["System theme"] = "";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
+$a->strings["Mobile system theme"] = "";
+$a->strings["Theme for mobile devices"] = "";
+$a->strings["SSL link policy"] = "";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "";
+$a->strings["Old style 'Share'"] = "";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "";
+$a->strings["Hide help entry from navigation menu"] = "";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "";
+$a->strings["Single user instance"] = "";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "";
 $a->strings["Maximum image size"] = "";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
+$a->strings["Maximum image length"] = "";
+$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "";
+$a->strings["JPEG image quality"] = "";
+$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
 $a->strings["Register policy"] = "";
+$a->strings["Maximum Daily Registrations"] = "";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "";
 $a->strings["Register text"] = "";
+$a->strings["Will be displayed prominently on the registration page."] = "";
 $a->strings["Accounts abandoned after x days"] = "";
 $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
 $a->strings["Allowed friend domains"] = "";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
 $a->strings["Allowed email domains"] = "";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
 $a->strings["Block public"] = "";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
 $a->strings["Force publish"] = "";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
 $a->strings["Global directory update URL"] = "";
+$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
+$a->strings["Allow threaded items"] = "";
+$a->strings["Allow infinite level threading for items on this site."] = "";
+$a->strings["Private posts by default for new users"] = "";
+$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
+$a->strings["Don't include post content in email notifications"] = "";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
+$a->strings["Don't embed private images in posts"] = "";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
 $a->strings["Block multiple registrations"] = "";
+$a->strings["Disallow users to register additional accounts for use as pages."] = "";
 $a->strings["OpenID support"] = "";
-$a->strings["Gravatar support"] = "";
+$a->strings["OpenID support for registration and logins."] = "";
 $a->strings["Fullname check"] = "";
+$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
 $a->strings["UTF-8 Regular expressions"] = "";
+$a->strings["Use PHP UTF8 regular expressions"] = "";
 $a->strings["Show Community Page"] = "";
+$a->strings["Display a Community page showing all recent public postings on this site."] = "";
 $a->strings["Enable OStatus support"] = "";
+$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
+$a->strings["OStatus conversation completion interval"] = "";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "";
 $a->strings["Enable Diaspora support"] = "";
+$a->strings["Provide built-in Diaspora network compatibility."] = "";
 $a->strings["Only allow Friendica contacts"] = "";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "";
 $a->strings["Verify SSL"] = "";
+$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "";
 $a->strings["Proxy user"] = "";
 $a->strings["Proxy URL"] = "";
 $a->strings["Network timeout"] = "";
-$a->strings["%s user blocked"] = array(
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
+$a->strings["Delivery interval"] = "";
+$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "";
+$a->strings["Poll interval"] = "";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
+$a->strings["Maximum Load Average"] = "";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
+$a->strings["Use MySQL full text engine"] = "";
+$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "";
+$a->strings["Suppress Language"] = "";
+$a->strings["Suppress language information in meta information about a posting."] = "";
+$a->strings["Path to item cache"] = "";
+$a->strings["Cache duration in seconds"] = "";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "";
+$a->strings["Path for lock file"] = "";
+$a->strings["Temp path"] = "";
+$a->strings["Base path to installation"] = "";
+$a->strings["Update has been marked successful"] = "";
+$a->strings["Executing %s failed. Check system logs."] = "";
+$a->strings["Update %s was successfully applied."] = "";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
+$a->strings["Update function %s could not be found."] = "";
+$a->strings["No failed updates."] = "";
+$a->strings["Failed Updates"] = "";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "";
+$a->strings["Mark success (if update was manually applied)"] = "";
+$a->strings["Attempt to execute this update step automatically"] = "";
+$a->strings["Registration successful. Email send to user"] = "";
+$a->strings["%s user blocked/unblocked"] = array(
        0 => "",
        1 => "",
 );
@@ -676,73 +542,407 @@ $a->strings["User '%s' unblocked"] = "";
 $a->strings["User '%s' blocked"] = "";
 $a->strings["select all"] = "";
 $a->strings["User registrations waiting for confirm"] = "";
+$a->strings["User waiting for permanent deletion"] = "";
 $a->strings["Request date"] = "";
+$a->strings["Name"] = "";
 $a->strings["Email"] = "";
 $a->strings["No registrations."] = "";
+$a->strings["Approve"] = "";
 $a->strings["Deny"] = "";
+$a->strings["Block"] = "";
+$a->strings["Unblock"] = "";
+$a->strings["Site admin"] = "";
+$a->strings["Account expired"] = "";
+$a->strings["New User"] = "";
 $a->strings["Register date"] = "";
 $a->strings["Last login"] = "";
 $a->strings["Last item"] = "";
+$a->strings["Deleted since"] = "";
 $a->strings["Account"] = "";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
 $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
+$a->strings["Name of the new user."] = "";
+$a->strings["Nickname"] = "";
+$a->strings["Nickname of the new user."] = "";
+$a->strings["Email address of the new user."] = "";
 $a->strings["Plugin %s disabled."] = "";
 $a->strings["Plugin %s enabled."] = "";
 $a->strings["Disable"] = "";
 $a->strings["Enable"] = "";
 $a->strings["Toggle"] = "";
-$a->strings["Settings"] = "";
+$a->strings["Author: "] = "";
+$a->strings["Maintainer: "] = "";
 $a->strings["No themes found."] = "";
+$a->strings["Screenshot"] = "";
+$a->strings["[Experimental]"] = "";
+$a->strings["[Unsupported]"] = "";
 $a->strings["Log settings updated."] = "";
 $a->strings["Clear"] = "";
-$a->strings["Debugging"] = "";
+$a->strings["Enable Debugging"] = "";
 $a->strings["Log file"] = "";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "";
 $a->strings["Log level"] = "";
+$a->strings["Update now"] = "";
 $a->strings["Close"] = "";
 $a->strings["FTP Host"] = "";
 $a->strings["FTP Path"] = "";
 $a->strings["FTP User"] = "";
 $a->strings["FTP Password"] = "";
-$a->strings["Requested profile is not available."] = "";
-$a->strings["Access to this profile has been restricted."] = "";
+$a->strings["Search"] = "";
+$a->strings["No results."] = "";
 $a->strings["Tips for New Members"] = "";
-$a->strings["{0} wants to be your friend"] = "";
-$a->strings["{0} sent you a message"] = "";
-$a->strings["{0} requested registration"] = "";
-$a->strings["{0} commented %s's post"] = "";
-$a->strings["{0} liked %s's post"] = "";
-$a->strings["{0} disliked %s's post"] = "";
-$a->strings["{0} is now friends with %s"] = "";
-$a->strings["{0} posted"] = "";
-$a->strings["{0} tagged %s's post with #%s"] = "";
-$a->strings["{0} mentioned you in a post"] = "";
-$a->strings["Login failed."] = "";
-$a->strings["Connect URL missing."] = "";
-$a->strings["This site is not configured to allow communications with other networks."] = "";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "";
-$a->strings["The profile address specified does not provide adequate information."] = "";
-$a->strings["An author or name was not found."] = "";
-$a->strings["No browser URL could be matched to this address."] = "";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "";
-$a->strings["Unable to retrieve contact information."] = "";
-$a->strings["following"] = "";
-$a->strings["Common Friends"] = "";
-$a->strings["No friends in common."] = "";
-$a->strings["Item has been removed."] = "";
-$a->strings["Applications"] = "";
-$a->strings["No installed applications."] = "";
-$a->strings["Search This Site"] = "";
-$a->strings["Profile not found."] = "";
-$a->strings["Profile Name is required."] = "";
-$a->strings["Profile updated."] = "";
+$a->strings["link"] = "";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
+$a->strings["Item not found"] = "";
+$a->strings["Edit post"] = "";
+$a->strings["upload photo"] = "";
+$a->strings["Attach file"] = "";
+$a->strings["attach file"] = "";
+$a->strings["web link"] = "";
+$a->strings["Insert video link"] = "";
+$a->strings["video link"] = "";
+$a->strings["Insert audio link"] = "";
+$a->strings["audio link"] = "";
+$a->strings["Set your location"] = "";
+$a->strings["set location"] = "";
+$a->strings["Clear browser location"] = "";
+$a->strings["clear location"] = "";
+$a->strings["Permission settings"] = "";
+$a->strings["CC: email addresses"] = "";
+$a->strings["Public post"] = "";
+$a->strings["Set title"] = "";
+$a->strings["Categories (comma-separated list)"] = "";
+$a->strings["Example: bob@example.com, mary@example.com"] = "";
+$a->strings["Item not available."] = "";
+$a->strings["Item was not found."] = "";
+$a->strings["Account approved."] = "";
+$a->strings["Registration revoked for %s"] = "";
+$a->strings["Please login."] = "";
+$a->strings["Find on this site"] = "";
+$a->strings["Finding: "] = "";
+$a->strings["Site Directory"] = "";
+$a->strings["Find"] = "";
+$a->strings["Age: "] = "";
+$a->strings["Gender: "] = "";
+$a->strings["About:"] = "";
+$a->strings["No entries (some entries may be hidden)."] = "";
+$a->strings["Contact settings applied."] = "";
+$a->strings["Contact update failed."] = "";
+$a->strings["Repair Contact Settings"] = "";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "";
+$a->strings["Return to contact editor"] = "";
+$a->strings["Account Nickname"] = "";
+$a->strings["@Tagname - overrides Name/Nickname"] = "";
+$a->strings["Account URL"] = "";
+$a->strings["Friend Request URL"] = "";
+$a->strings["Friend Confirm URL"] = "";
+$a->strings["Notification Endpoint URL"] = "";
+$a->strings["Poll/Feed URL"] = "";
+$a->strings["New photo from this URL"] = "";
+$a->strings["Move account"] = "";
+$a->strings["You can import an account from another Friendica server."] = "";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "";
+$a->strings["Account file"] = "";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
+$a->strings["Remote privacy information not available."] = "";
+$a->strings["Visible to:"] = "";
+$a->strings["Save"] = "";
+$a->strings["Help:"] = "";
+$a->strings["Help"] = "";
+$a->strings["No profile"] = "";
+$a->strings["This introduction has already been accepted."] = "";
+$a->strings["Profile location is not valid or does not contain profile information."] = "";
+$a->strings["Warning: profile location has no identifiable owner name."] = "";
+$a->strings["Warning: profile location has no profile photo."] = "";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["Introduction complete."] = "";
+$a->strings["Unrecoverable protocol error."] = "";
+$a->strings["Profile unavailable."] = "";
+$a->strings["%s has received too many connection requests today."] = "";
+$a->strings["Spam protection measures have been invoked."] = "";
+$a->strings["Friends are advised to please try again in 24 hours."] = "";
+$a->strings["Invalid locator"] = "";
+$a->strings["Invalid email address."] = "";
+$a->strings["This account has not been configured for email. Request failed."] = "";
+$a->strings["Unable to resolve your name at the provided location."] = "";
+$a->strings["You have already introduced yourself here."] = "";
+$a->strings["Apparently you are already friends with %s."] = "";
+$a->strings["Invalid profile URL."] = "";
+$a->strings["Disallowed profile URL."] = "";
+$a->strings["Failed to update contact record."] = "";
+$a->strings["Your introduction has been sent."] = "";
+$a->strings["Please login to confirm introduction."] = "";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "";
+$a->strings["Hide this contact"] = "";
+$a->strings["Welcome home %s."] = "";
+$a->strings["Please confirm your introduction/connection request to %s."] = "";
+$a->strings["Confirm"] = "";
+$a->strings["[Name Withheld]"] = "";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "";
+$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "";
+$a->strings["Friend/Connection Request"] = "";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "";
+$a->strings["Please answer the following:"] = "";
+$a->strings["Does %s know you?"] = "";
+$a->strings["Add a personal note:"] = "";
+$a->strings["Friendica"] = "";
+$a->strings["StatusNet/Federated Social Web"] = "";
+$a->strings["Diaspora"] = "";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "";
+$a->strings["Your Identity Address:"] = "";
+$a->strings["Submit Request"] = "";
+$a->strings["[Embedded content - reload page to view]"] = "";
+$a->strings["View in context"] = "";
+$a->strings["Could not access contact record."] = "";
+$a->strings["Could not locate selected profile."] = "";
+$a->strings["Contact updated."] = "";
+$a->strings["Contact has been blocked"] = "";
+$a->strings["Contact has been unblocked"] = "";
+$a->strings["Contact has been ignored"] = "";
+$a->strings["Contact has been unignored"] = "";
+$a->strings["Contact has been archived"] = "";
+$a->strings["Contact has been unarchived"] = "";
+$a->strings["Do you really want to delete this contact?"] = "";
+$a->strings["Contact has been removed."] = "";
+$a->strings["You are mutual friends with %s"] = "";
+$a->strings["You are sharing with %s"] = "";
+$a->strings["%s is sharing with you"] = "";
+$a->strings["Private communications are not available for this contact."] = "";
+$a->strings["(Update was successful)"] = "";
+$a->strings["(Update was not successful)"] = "";
+$a->strings["Suggest friends"] = "";
+$a->strings["Network type: %s"] = "";
+$a->strings["%d contact in common"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["View all contacts"] = "";
+$a->strings["Toggle Blocked status"] = "";
+$a->strings["Unignore"] = "";
+$a->strings["Ignore"] = "";
+$a->strings["Toggle Ignored status"] = "";
+$a->strings["Unarchive"] = "";
+$a->strings["Archive"] = "";
+$a->strings["Toggle Archive status"] = "";
+$a->strings["Repair"] = "";
+$a->strings["Advanced Contact Settings"] = "";
+$a->strings["Communications lost with this contact!"] = "";
+$a->strings["Contact Editor"] = "";
+$a->strings["Profile Visibility"] = "";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "";
+$a->strings["Contact Information / Notes"] = "";
+$a->strings["Edit contact notes"] = "";
+$a->strings["Visit %s's profile [%s]"] = "";
+$a->strings["Block/Unblock contact"] = "";
+$a->strings["Ignore contact"] = "";
+$a->strings["Repair URL settings"] = "";
+$a->strings["View conversations"] = "";
+$a->strings["Delete contact"] = "";
+$a->strings["Last update:"] = "";
+$a->strings["Update public posts"] = "";
+$a->strings["Currently blocked"] = "";
+$a->strings["Currently ignored"] = "";
+$a->strings["Currently archived"] = "";
+$a->strings["Hide this contact from others"] = "";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
+$a->strings["Suggestions"] = "";
+$a->strings["Suggest potential friends"] = "";
+$a->strings["All Contacts"] = "";
+$a->strings["Show all contacts"] = "";
+$a->strings["Unblocked"] = "";
+$a->strings["Only show unblocked contacts"] = "";
+$a->strings["Blocked"] = "";
+$a->strings["Only show blocked contacts"] = "";
+$a->strings["Ignored"] = "";
+$a->strings["Only show ignored contacts"] = "";
+$a->strings["Archived"] = "";
+$a->strings["Only show archived contacts"] = "";
+$a->strings["Hidden"] = "";
+$a->strings["Only show hidden contacts"] = "";
+$a->strings["Mutual Friendship"] = "";
+$a->strings["is a fan of yours"] = "";
+$a->strings["you are a fan of"] = "";
+$a->strings["Edit contact"] = "";
+$a->strings["Search your contacts"] = "";
+$a->strings["everybody"] = "";
+$a->strings["Account settings"] = "";
+$a->strings["Additional features"] = "";
+$a->strings["Display settings"] = "";
+$a->strings["Connector settings"] = "";
+$a->strings["Plugin settings"] = "";
+$a->strings["Connected apps"] = "";
+$a->strings["Export personal data"] = "";
+$a->strings["Remove account"] = "";
+$a->strings["Missing some important data!"] = "";
+$a->strings["Update"] = "";
+$a->strings["Failed to connect with email account using the settings provided."] = "";
+$a->strings["Email settings updated."] = "";
+$a->strings["Features updated"] = "";
+$a->strings["Passwords do not match. Password unchanged."] = "";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "";
+$a->strings["Wrong password."] = "";
+$a->strings["Password changed."] = "";
+$a->strings["Password update failed. Please try again."] = "";
+$a->strings[" Please use a shorter name."] = "";
+$a->strings[" Name too short."] = "";
+$a->strings["Wrong Password"] = "";
+$a->strings[" Not valid email."] = "";
+$a->strings[" Cannot change to that email."] = "";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
+$a->strings["Settings updated."] = "";
+$a->strings["Add application"] = "";
+$a->strings["Consumer Key"] = "";
+$a->strings["Consumer Secret"] = "";
+$a->strings["Redirect"] = "";
+$a->strings["Icon url"] = "";
+$a->strings["You can't edit this application."] = "";
+$a->strings["Connected Apps"] = "";
+$a->strings["Client key starts with"] = "";
+$a->strings["No name"] = "";
+$a->strings["Remove authorization"] = "";
+$a->strings["No Plugin settings configured"] = "";
+$a->strings["Plugin Settings"] = "";
+$a->strings["Off"] = "";
+$a->strings["On"] = "";
+$a->strings["Additional Features"] = "";
+$a->strings["Built-in support for %s connectivity is %s"] = "";
+$a->strings["enabled"] = "";
+$a->strings["disabled"] = "";
+$a->strings["StatusNet"] = "";
+$a->strings["Email access is disabled on this site."] = "";
+$a->strings["Connector Settings"] = "";
+$a->strings["Email/Mailbox Setup"] = "";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "";
+$a->strings["Last successful email check:"] = "";
+$a->strings["IMAP server name:"] = "";
+$a->strings["IMAP port:"] = "";
+$a->strings["Security:"] = "";
+$a->strings["None"] = "";
+$a->strings["Email login name:"] = "";
+$a->strings["Email password:"] = "";
+$a->strings["Reply-to address:"] = "";
+$a->strings["Send public posts to all email contacts:"] = "";
+$a->strings["Action after import:"] = "";
+$a->strings["Mark as seen"] = "";
+$a->strings["Move to folder"] = "";
+$a->strings["Move to folder:"] = "";
+$a->strings["Display Settings"] = "";
+$a->strings["Display Theme:"] = "";
+$a->strings["Mobile Theme:"] = "";
+$a->strings["Update browser every xx seconds"] = "";
+$a->strings["Minimum of 10 seconds, no maximum"] = "";
+$a->strings["Number of items to display per page:"] = "";
+$a->strings["Maximum of 100 items"] = "";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "";
+$a->strings["Don't show emoticons"] = "";
+$a->strings["Infinite scroll"] = "";
+$a->strings["Normal Account Page"] = "";
+$a->strings["This account is a normal personal profile"] = "";
+$a->strings["Soapbox Page"] = "";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "";
+$a->strings["Community Forum/Celebrity Account"] = "";
+$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "";
+$a->strings["Automatic Friend Page"] = "";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "";
+$a->strings["Private Forum [Experimental]"] = "";
+$a->strings["Private forum - approved members only"] = "";
+$a->strings["OpenID:"] = "";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "";
+$a->strings["Publish your default profile in your local site directory?"] = "";
+$a->strings["Publish your default profile in the global social directory?"] = "";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "";
+$a->strings["Hide your profile details from unknown viewers?"] = "";
+$a->strings["Allow friends to post to your profile page?"] = "";
+$a->strings["Allow friends to tag your posts?"] = "";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "";
+$a->strings["Permit unknown people to send you private mail?"] = "";
+$a->strings["Profile is <strong>not published</strong>."] = "";
+$a->strings["or"] = "";
+$a->strings["Your Identity Address is"] = "";
+$a->strings["Automatically expire posts after this many days:"] = "";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "";
+$a->strings["Advanced expiration settings"] = "";
+$a->strings["Advanced Expiration"] = "";
+$a->strings["Expire posts:"] = "";
+$a->strings["Expire personal notes:"] = "";
+$a->strings["Expire starred posts:"] = "";
+$a->strings["Expire photos:"] = "";
+$a->strings["Only expire posts by others:"] = "";
+$a->strings["Account Settings"] = "";
+$a->strings["Password Settings"] = "";
+$a->strings["New Password:"] = "";
+$a->strings["Confirm:"] = "";
+$a->strings["Leave password fields blank unless changing"] = "";
+$a->strings["Current Password:"] = "";
+$a->strings["Your current password to confirm the changes"] = "";
+$a->strings["Password:"] = "";
+$a->strings["Basic Settings"] = "";
+$a->strings["Full Name:"] = "";
+$a->strings["Email Address:"] = "";
+$a->strings["Your Timezone:"] = "";
+$a->strings["Default Post Location:"] = "";
+$a->strings["Use Browser Location:"] = "";
+$a->strings["Security and Privacy Settings"] = "";
+$a->strings["Maximum Friend Requests/Day:"] = "";
+$a->strings["(to prevent spam abuse)"] = "";
+$a->strings["Default Post Permissions"] = "";
+$a->strings["(click to open/close)"] = "";
+$a->strings["Show to Groups"] = "";
+$a->strings["Show to Contacts"] = "";
+$a->strings["Default Private Post"] = "";
+$a->strings["Default Public Post"] = "";
+$a->strings["Default Permissions for New Posts"] = "";
+$a->strings["Maximum private messages per day from unknown people:"] = "";
+$a->strings["Notification Settings"] = "";
+$a->strings["By default post a status message when:"] = "";
+$a->strings["accepting a friend request"] = "";
+$a->strings["joining a forum/community"] = "";
+$a->strings["making an <em>interesting</em> profile change"] = "";
+$a->strings["Send a notification email when:"] = "";
+$a->strings["You receive an introduction"] = "";
+$a->strings["Your introductions are confirmed"] = "";
+$a->strings["Someone writes on your profile wall"] = "";
+$a->strings["Someone writes a followup comment"] = "";
+$a->strings["You receive a private message"] = "";
+$a->strings["You receive a friend suggestion"] = "";
+$a->strings["You are tagged in a post"] = "";
+$a->strings["You are poked/prodded/etc. in a post"] = "";
+$a->strings["Advanced Account/Page Type Settings"] = "";
+$a->strings["Change the behaviour of this account for special situations"] = "";
 $a->strings["Profile deleted."] = "";
 $a->strings["Profile-"] = "";
 $a->strings["New profile created."] = "";
 $a->strings["Profile unavailable to clone."] = "";
+$a->strings["Profile Name is required."] = "";
+$a->strings["Marital Status"] = "";
+$a->strings["Romantic Partner"] = "";
+$a->strings["Likes"] = "";
+$a->strings["Dislikes"] = "";
+$a->strings["Work/Employment"] = "";
+$a->strings["Religion"] = "";
+$a->strings["Political Views"] = "";
+$a->strings["Gender"] = "";
+$a->strings["Sexual Preference"] = "";
+$a->strings["Homepage"] = "";
+$a->strings["Interests"] = "";
+$a->strings["Address"] = "";
+$a->strings["Location"] = "";
+$a->strings["Profile updated."] = "";
+$a->strings[" and "] = "";
+$a->strings["public profile"] = "";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
+$a->strings[" - Visit %1\$s's %2\$s"] = "";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
 $a->strings["Hide your contact/friend list from viewers of this profile?"] = "";
 $a->strings["Edit Profile Details"] = "";
+$a->strings["Change Profile Photo"] = "";
 $a->strings["View this profile"] = "";
 $a->strings["Create a new profile using these settings"] = "";
 $a->strings["Clone this profile"] = "";
@@ -760,12 +960,16 @@ $a->strings["Region/State:"] = "";
 $a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "";
 $a->strings["Who: (if applicable)"] = "";
 $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "";
+$a->strings["Since [date]:"] = "";
 $a->strings["Sexual Preference:"] = "";
 $a->strings["Homepage URL:"] = "";
+$a->strings["Hometown:"] = "";
 $a->strings["Political Views:"] = "";
 $a->strings["Religious Views:"] = "";
 $a->strings["Public Keywords:"] = "";
 $a->strings["Private Keywords:"] = "";
+$a->strings["Likes:"] = "";
+$a->strings["Dislikes:"] = "";
 $a->strings["Example: fishing photography software"] = "";
 $a->strings["(Used for suggesting potential friends, can be seen by others)"] = "";
 $a->strings["(Used for searching profiles, never shown to others)"] = "";
@@ -780,14 +984,180 @@ $a->strings["Love/romance"] = "";
 $a->strings["Work/employment"] = "";
 $a->strings["School/education"] = "";
 $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "";
-$a->strings["Age: "] = "";
 $a->strings["Edit/Manage Profiles"] = "";
-$a->strings["Change profile photo"] = "";
-$a->strings["Create New Profile"] = "";
-$a->strings["Profile Image"] = "";
-$a->strings["visible to everybody"] = "";
-$a->strings["Edit visibility"] = "";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
+$a->strings["Group created."] = "";
+$a->strings["Could not create group."] = "";
+$a->strings["Group not found."] = "";
+$a->strings["Group name changed."] = "";
+$a->strings["Create a group of contacts/friends."] = "";
+$a->strings["Group Name: "] = "";
+$a->strings["Group removed."] = "";
+$a->strings["Unable to remove group."] = "";
+$a->strings["Group Editor"] = "";
+$a->strings["Members"] = "";
+$a->strings["Click on a contact to add or remove."] = "";
+$a->strings["Source (bbcode) text:"] = "";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
+$a->strings["Source input: "] = "";
+$a->strings["bb2html (raw HTML): "] = "";
+$a->strings["bb2html: "] = "";
+$a->strings["bb2html2bb: "] = "";
+$a->strings["bb2md: "] = "";
+$a->strings["bb2md2html: "] = "";
+$a->strings["bb2dia2bb: "] = "";
+$a->strings["bb2md2html2bb: "] = "";
+$a->strings["Source input (Diaspora format): "] = "";
+$a->strings["diaspora2bb: "] = "";
+$a->strings["Not available."] = "";
+$a->strings["Contact added"] = "";
+$a->strings["No more system notifications."] = "";
+$a->strings["System Notifications"] = "";
+$a->strings["New Message"] = "";
+$a->strings["Unable to locate contact information."] = "";
+$a->strings["Messages"] = "";
+$a->strings["Do you really want to delete this message?"] = "";
+$a->strings["Message deleted."] = "";
+$a->strings["Conversation removed."] = "";
+$a->strings["No messages."] = "";
+$a->strings["Unknown sender - %s"] = "";
+$a->strings["You and %s"] = "";
+$a->strings["%s and You"] = "";
+$a->strings["Delete conversation"] = "";
+$a->strings["D, d M Y - g:i A"] = "";
+$a->strings["%d message"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["Message not available."] = "";
+$a->strings["Delete message"] = "";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
+$a->strings["Send Reply"] = "";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "";
+$a->strings["Post successful."] = "";
+$a->strings["l F d, Y \\@ g:i A"] = "";
+$a->strings["Time Conversion"] = "";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "";
+$a->strings["UTC time: %s"] = "";
+$a->strings["Current timezone: %s"] = "";
+$a->strings["Converted localtime: %s"] = "";
+$a->strings["Please select your timezone:"] = "";
+$a->strings["Save to Folder:"] = "";
+$a->strings["- select -"] = "";
+$a->strings["Invalid profile identifier."] = "";
+$a->strings["Profile Visibility Editor"] = "";
+$a->strings["Visible To"] = "";
+$a->strings["All Contacts (with secure profile access)"] = "";
+$a->strings["No contacts."] = "";
+$a->strings["View Contacts"] = "";
+$a->strings["People Search"] = "";
+$a->strings["No matches"] = "";
+$a->strings["Upload New Photos"] = "";
+$a->strings["Contact information unavailable"] = "";
+$a->strings["Album not found."] = "";
+$a->strings["Delete Album"] = "";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "";
+$a->strings["Delete Photo"] = "";
+$a->strings["Do you really want to delete this photo?"] = "";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "";
+$a->strings["a photo"] = "";
+$a->strings["Image exceeds size limit of "] = "";
+$a->strings["Image file is empty."] = "";
+$a->strings["Unable to process image."] = "";
+$a->strings["Image upload failed."] = "";
+$a->strings["No photos selected"] = "";
+$a->strings["Access to this item is restricted."] = "";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
+$a->strings["Upload Photos"] = "";
+$a->strings["New album name: "] = "";
+$a->strings["or existing album name: "] = "";
+$a->strings["Do not show a status post for this upload"] = "";
+$a->strings["Permissions"] = "";
+$a->strings["Private Photo"] = "";
+$a->strings["Public Photo"] = "";
+$a->strings["Edit Album"] = "";
+$a->strings["Show Newest First"] = "";
+$a->strings["Show Oldest First"] = "";
+$a->strings["View Photo"] = "";
+$a->strings["Permission denied. Access to this item may be restricted."] = "";
+$a->strings["Photo not available"] = "";
+$a->strings["View photo"] = "";
+$a->strings["Edit photo"] = "";
+$a->strings["Use as profile photo"] = "";
+$a->strings["View Full Size"] = "";
+$a->strings["Tags: "] = "";
+$a->strings["[Remove any tag]"] = "";
+$a->strings["Rotate CW (right)"] = "";
+$a->strings["Rotate CCW (left)"] = "";
+$a->strings["New album name"] = "";
+$a->strings["Caption"] = "";
+$a->strings["Add a Tag"] = "";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "";
+$a->strings["Private photo"] = "";
+$a->strings["Public photo"] = "";
+$a->strings["Share"] = "";
+$a->strings["View Album"] = "";
+$a->strings["Recent Photos"] = "";
+$a->strings["File exceeds size limit of %d"] = "";
+$a->strings["File upload failed."] = "";
+$a->strings["No videos selected"] = "";
+$a->strings["View Video"] = "";
+$a->strings["Recent Videos"] = "";
+$a->strings["Upload New Videos"] = "";
+$a->strings["Poke/Prod"] = "";
+$a->strings["poke, prod or do other things to somebody"] = "";
+$a->strings["Recipient"] = "";
+$a->strings["Choose what you wish to do to recipient"] = "";
+$a->strings["Make this post private"] = "";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
+$a->strings["Export account"] = "";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "";
+$a->strings["Export all"] = "";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "";
+$a->strings["Common Friends"] = "";
+$a->strings["No contacts in common."] = "";
+$a->strings["Image exceeds size limit of %d"] = "";
+$a->strings["Wall Photos"] = "";
+$a->strings["Image uploaded but image cropping failed."] = "";
+$a->strings["Image size reduction [%s] failed."] = "";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
+$a->strings["Unable to process image"] = "";
+$a->strings["Upload File:"] = "";
+$a->strings["Select a profile:"] = "";
+$a->strings["Upload"] = "";
+$a->strings["skip this step"] = "";
+$a->strings["select a photo from your photo albums"] = "";
+$a->strings["Crop Image"] = "";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "";
+$a->strings["Done Editing"] = "";
+$a->strings["Image uploaded successfully."] = "";
+$a->strings["Applications"] = "";
+$a->strings["No installed applications."] = "";
+$a->strings["Nothing new here"] = "";
+$a->strings["Clear notifications"] = "";
+$a->strings["Profile Match"] = "";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
+$a->strings["is interested in:"] = "";
+$a->strings["Tag removed"] = "";
+$a->strings["Remove Item Tag"] = "";
+$a->strings["Select a tag to remove: "] = "";
+$a->strings["Remove"] = "";
+$a->strings["Event title and start time are required."] = "";
+$a->strings["l, F j"] = "";
+$a->strings["Edit event"] = "";
+$a->strings["link to source"] = "";
+$a->strings["Create New Event"] = "";
+$a->strings["Previous"] = "";
+$a->strings["hour:minute"] = "";
+$a->strings["Event details"] = "";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "";
+$a->strings["Event Starts:"] = "";
+$a->strings["Required"] = "";
+$a->strings["Finish date/time is not known or not relevant"] = "";
+$a->strings["Event Finishes:"] = "";
+$a->strings["Adjust for viewer timezone"] = "";
+$a->strings["Description:"] = "";
+$a->strings["Title:"] = "";
+$a->strings["Share this event"] = "";
 $a->strings["No potential page delegates located."] = "";
 $a->strings["Delegate Page Management"] = "";
 $a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
@@ -796,257 +1166,345 @@ $a->strings["Existing Page Delegates"] = "";
 $a->strings["Potential Delegates"] = "";
 $a->strings["Add"] = "";
 $a->strings["No entries."] = "";
-$a->strings["Friend Suggestions"] = "";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
-$a->strings["Ignore/Hide"] = "";
-$a->strings["Global Directory"] = "";
-$a->strings["Normal site view"] = "";
-$a->strings["Admin - View all site entries"] = "";
-$a->strings["Find on this site"] = "";
-$a->strings["Site Directory"] = "";
-$a->strings["Gender: "] = "";
-$a->strings["No entries (some entries may be hidden)."] = "";
+$a->strings["Contacts who are not members of a group"] = "";
+$a->strings["Files"] = "";
+$a->strings["System down for maintenance"] = "";
+$a->strings["Remove My Account"] = "";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "";
+$a->strings["Please enter your password for verification:"] = "";
+$a->strings["Friend suggestion sent."] = "";
+$a->strings["Suggest Friends"] = "";
+$a->strings["Suggest a friend for %s"] = "";
+$a->strings["Unable to locate original post."] = "";
+$a->strings["Empty post discarded."] = "";
+$a->strings["System error. Post not saved."] = "";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
+$a->strings["You may visit them online at %s"] = "";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "";
+$a->strings["%s posted an update."] = "";
+$a->strings["{0} wants to be your friend"] = "";
+$a->strings["{0} sent you a message"] = "";
+$a->strings["{0} requested registration"] = "";
+$a->strings["{0} commented %s's post"] = "";
+$a->strings["{0} liked %s's post"] = "";
+$a->strings["{0} disliked %s's post"] = "";
+$a->strings["{0} is now friends with %s"] = "";
+$a->strings["{0} posted"] = "";
+$a->strings["{0} tagged %s's post with #%s"] = "";
+$a->strings["{0} mentioned you in a post"] = "";
+$a->strings["OpenID protocol error. No ID returned."] = "";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
+$a->strings["Login failed."] = "";
+$a->strings["Invalid request identifier."] = "";
+$a->strings["Discard"] = "";
+$a->strings["System"] = "";
+$a->strings["Network"] = "";
+$a->strings["Introductions"] = "";
+$a->strings["Show Ignored Requests"] = "";
+$a->strings["Hide Ignored Requests"] = "";
+$a->strings["Notification type: "] = "";
+$a->strings["Friend Suggestion"] = "";
+$a->strings["suggested by %s"] = "";
+$a->strings["Post a new friend activity"] = "";
+$a->strings["if applicable"] = "";
+$a->strings["Claims to be known to you: "] = "";
+$a->strings["yes"] = "";
+$a->strings["no"] = "";
+$a->strings["Approve as: "] = "";
+$a->strings["Friend"] = "";
+$a->strings["Sharer"] = "";
+$a->strings["Fan/Admirer"] = "";
+$a->strings["Friend/Connect Request"] = "";
+$a->strings["New Follower"] = "";
+$a->strings["No introductions."] = "";
+$a->strings["Notifications"] = "";
+$a->strings["%s liked %s's post"] = "";
+$a->strings["%s disliked %s's post"] = "";
+$a->strings["%s is now friends with %s"] = "";
+$a->strings["%s created a new post"] = "";
+$a->strings["%s commented on %s's post"] = "";
+$a->strings["No more network notifications."] = "";
+$a->strings["Network Notifications"] = "";
+$a->strings["No more personal notifications."] = "";
+$a->strings["Personal Notifications"] = "";
+$a->strings["No more home notifications."] = "";
+$a->strings["Home Notifications"] = "";
+$a->strings["Total invitation limit exceeded."] = "";
 $a->strings["%s : Not a valid email address."] = "";
-$a->strings["Please join my network on %s"] = "";
+$a->strings["Please join us on Friendica"] = "";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
 $a->strings["%s : Message delivery failed."] = "";
 $a->strings["%d message sent."] = array(
        0 => "",
        1 => "",
 );
 $a->strings["You have no more invitations available"] = "";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
 $a->strings["Send invitations"] = "";
 $a->strings["Enter email addresses, one per line:"] = "";
-$a->strings["Please join my social network on %s"] = "";
-$a->strings["To accept this invitation, please visit:"] = "";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "";
-$a->strings["Response from remote site was not understood."] = "";
-$a->strings["Unexpected response from remote site: "] = "";
-$a->strings["Confirmation completed successfully."] = "";
-$a->strings["Remote site reported: "] = "";
-$a->strings["Temporary failure. Please wait and try again."] = "";
-$a->strings["Introduction failed or was revoked."] = "";
-$a->strings["Unable to set contact photo."] = "";
-$a->strings["%1\$s is now friends with %2\$s"] = "";
-$a->strings["No user record found for '%s' "] = "";
-$a->strings["Our site encryption key is apparently messed up."] = "";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "";
-$a->strings["Contact record was not found for you on our site."] = "";
-$a->strings["Site public key not available in contact record for URL %s."] = "";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "";
-$a->strings["Unable to set your contact credentials on our system."] = "";
-$a->strings["Unable to update your contact profile details on our system"] = "";
-$a->strings["Connection accepted at %s"] = "";
-$a->strings["Facebook disabled"] = "";
-$a->strings["Updating contacts"] = "";
-$a->strings["Facebook API key is missing."] = "";
-$a->strings["Facebook Connect"] = "";
-$a->strings["Install Facebook connector for this account."] = "";
-$a->strings["Remove Facebook connector"] = "";
-$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "";
-$a->strings["Post to Facebook by default"] = "";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "";
-$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "";
-$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "";
-$a->strings["Do not import your Facebook profile wall conversations"] = "";
-$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "";
-$a->strings["Comma separated applications to ignore"] = "";
-$a->strings["Facebook"] = "";
-$a->strings["Facebook Connector Settings"] = "";
-$a->strings["Post to Facebook"] = "";
-$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "";
-$a->strings["Image: "] = "";
-$a->strings["View on Friendica"] = "";
-$a->strings["Facebook post failed. Queued for retry."] = "";
-$a->strings["link"] = "";
-$a->strings["%d person likes this"] = array(
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "";
+$a->strings["Manage Identities and/or Pages"] = "";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
+$a->strings["Select an identity to manage: "] = "";
+$a->strings["Welcome to %s"] = "";
+$a->strings["Friends of %s"] = "";
+$a->strings["No friends to display."] = "";
+$a->strings["Add New Contact"] = "";
+$a->strings["Enter address or web location"] = "";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "";
+$a->strings["%d invitation available"] = array(
        0 => "",
        1 => "",
 );
-$a->strings["%d person doesn't like this"] = array(
+$a->strings["Find People"] = "";
+$a->strings["Enter name or interest"] = "";
+$a->strings["Connect/Follow"] = "";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "";
+$a->strings["Random Profile"] = "";
+$a->strings["Networks"] = "";
+$a->strings["All Networks"] = "";
+$a->strings["Saved Folders"] = "";
+$a->strings["Everything"] = "";
+$a->strings["Categories"] = "";
+$a->strings["Click here to upgrade."] = "";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "";
+$a->strings["This action is not available under your subscription plan."] = "";
+$a->strings["view full size"] = "";
+$a->strings["Starts:"] = "";
+$a->strings["Finishes:"] = "";
+$a->strings["(no subject)"] = "";
+$a->strings["noreply"] = "";
+$a->strings["An invitation is required."] = "";
+$a->strings["Invitation could not be verified."] = "";
+$a->strings["Invalid OpenID url"] = "";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
+$a->strings["The error message was:"] = "";
+$a->strings["Please enter the required information."] = "";
+$a->strings["Please use a shorter name."] = "";
+$a->strings["Name too short."] = "";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "";
+$a->strings["Your email domain is not among those allowed on this site."] = "";
+$a->strings["Not a valid email address."] = "";
+$a->strings["Cannot use that email."] = "";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "";
+$a->strings["Nickname is already registered. Please choose another."] = "";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "";
+$a->strings["An error occurred during registration. Please try again."] = "";
+$a->strings["An error occurred creating your default profile. Please try again."] = "";
+$a->strings["Friends"] = "";
+$a->strings["%1\$s poked %2\$s"] = "";
+$a->strings["poked"] = "";
+$a->strings["post/item"] = "";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
+$a->strings["remove"] = "";
+$a->strings["Delete Selected Items"] = "";
+$a->strings["Follow Thread"] = "";
+$a->strings["View Status"] = "";
+$a->strings["View Profile"] = "";
+$a->strings["View Photos"] = "";
+$a->strings["Network Posts"] = "";
+$a->strings["Edit Contact"] = "";
+$a->strings["Send PM"] = "";
+$a->strings["Poke"] = "";
+$a->strings["%s likes this."] = "";
+$a->strings["%s doesn't like this."] = "";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "";
+$a->strings["and"] = "";
+$a->strings[", and %d other people"] = "";
+$a->strings["%s like this."] = "";
+$a->strings["%s don't like this."] = "";
+$a->strings["Visible to <strong>everybody</strong>"] = "";
+$a->strings["Please enter a video link/URL:"] = "";
+$a->strings["Please enter an audio link/URL:"] = "";
+$a->strings["Tag term:"] = "";
+$a->strings["Where are you right now?"] = "";
+$a->strings["Delete item(s)?"] = "";
+$a->strings["Post to Email"] = "";
+$a->strings["permissions"] = "";
+$a->strings["Post to Groups"] = "";
+$a->strings["Post to Contacts"] = "";
+$a->strings["Private post"] = "";
+$a->strings["Logged out."] = "";
+$a->strings["Error decoding account file"] = "";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
+$a->strings["Error! Cannot check nickname"] = "";
+$a->strings["User '%s' already exists on this server!"] = "";
+$a->strings["User creation error"] = "";
+$a->strings["User profile creation error"] = "";
+$a->strings["%d contact not imported"] = array(
        0 => "",
        1 => "",
 );
-$a->strings["Generate new key"] = "";
-$a->strings["Widgets key"] = "";
-$a->strings["Widgets available"] = "";
-$a->strings["Connect on Friendica!"] = "";
-$a->strings["YourLS Settings"] = "";
-$a->strings["URL: http://"] = "";
-$a->strings["Username:"] = "";
-$a->strings["Password:"] = "";
-$a->strings["Use SSL "] = "";
-$a->strings["yourls Settings saved."] = "";
-$a->strings["\"Not Safe For Work\" Settings"] = "";
-$a->strings["Enable NSFW filter"] = "";
-$a->strings["Comma separated words to treat as NSFW"] = "";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
-$a->strings["NSFW Settings saved."] = "";
-$a->strings["%s - Click to open/close"] = "";
-$a->strings["Login"] = "";
-$a->strings["OpenID"] = "";
-$a->strings["Last users"] = "";
-$a->strings["Most active users"] = "";
-$a->strings["Last photos"] = "";
-$a->strings["Last likes"] = "";
-$a->strings["event"] = "";
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "";
-$a->strings["Template URL (with {category})"] = "";
-$a->strings["OAuth end-point"] = "";
-$a->strings["Api"] = "";
-$a->strings["Member since:"] = "";
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "";
-$a->strings["3D Tic-Tac-Toe"] = "";
-$a->strings["New game"] = "";
-$a->strings["New game with handicap"] = "";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
-$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "";
-$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "";
-$a->strings["You go first..."] = "";
-$a->strings["I'm going first this time..."] = "";
-$a->strings["You won!"] = "";
-$a->strings["\"Cat\" game!"] = "";
-$a->strings["I won!"] = "";
-$a->strings["Randplace Settings"] = "";
-$a->strings["Enable Randplace Plugin"] = "";
-$a->strings["Post to Drupal"] = "";
-$a->strings["Drupal Post Settings"] = "";
-$a->strings["Enable Drupal Post Plugin"] = "";
-$a->strings["Drupal username"] = "";
-$a->strings["Drupal password"] = "";
-$a->strings["Post Type - article,page,or blog"] = "";
-$a->strings["Drupal site URL"] = "";
-$a->strings["Drupal site uses clean URLS"] = "";
-$a->strings["Post to Drupal by default"] = "";
-$a->strings["Post from Friendica"] = "";
-$a->strings["Geonames settings updated."] = "";
-$a->strings["Geonames Settings"] = "";
-$a->strings["Enable Geonames Plugin"] = "";
-$a->strings["Upload a file"] = "";
-$a->strings["Drop files here to upload"] = "";
-$a->strings["Failed"] = "";
-$a->strings["No files were uploaded."] = "";
-$a->strings["Uploaded file is empty"] = "";
-$a->strings["File has an invalid extension, it should be one of "] = "";
-$a->strings["Upload was cancelled, or server error encountered"] = "";
-$a->strings["OEmbed settings updated"] = "";
-$a->strings["Use OEmbed for YouTube videos"] = "";
-$a->strings["URL to embed:"] = "";
-$a->strings["Impressum"] = "";
-$a->strings["Site Owner"] = "";
-$a->strings["Email Address"] = "";
-$a->strings["Postal Address"] = "";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
-$a->strings["Site Owners Profile"] = "";
-$a->strings["Notes"] = "";
-$a->strings["Report Bug"] = "";
-$a->strings["\"Blockem\" Settings"] = "";
-$a->strings["Comma separated profile URLS to block"] = "";
-$a->strings["BLOCKEM Settings saved."] = "";
-$a->strings["Blocked %s - Click to open/close"] = "";
-$a->strings["Unblock Author"] = "";
-$a->strings["Block Author"] = "";
-$a->strings["blockem settings updated"] = "";
-$a->strings[":-)"] = "";
-$a->strings[":-("] = "";
-$a->strings["lol"] = "";
-$a->strings["Quick Comment Settings"] = "";
-$a->strings["Enter quick comments, one per line"] = "";
-$a->strings["Quick Comment settings saved."] = "";
-$a->strings["Tile Server URL"] = "";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
-$a->strings["Default zoom"] = "";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
-$a->strings["Editplain settings updated."] = "";
-$a->strings["Editplain Settings"] = "";
-$a->strings["Disable richtext status editor"] = "";
-$a->strings["\"pageheader\" Settings"] = "";
-$a->strings["pageheader Settings saved."] = "";
-$a->strings["View Source"] = "";
-$a->strings["Post to StatusNet"] = "";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "";
-$a->strings["StatusNet settings updated."] = "";
-$a->strings["StatusNet Posting Settings"] = "";
-$a->strings["Globally Available StatusNet OAuthKeys"] = "";
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "";
-$a->strings["Provide your own OAuth Credentials"] = "";
-$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "";
-$a->strings["OAuth Consumer Key"] = "";
-$a->strings["OAuth Consumer Secret"] = "";
-$a->strings["Base API Path (remember the trailing /)"] = "";
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "";
-$a->strings["Log in with StatusNet"] = "";
-$a->strings["Copy the security code from StatusNet here"] = "";
-$a->strings["Cancel Connection Process"] = "";
-$a->strings["Current StatusNet API is"] = "";
-$a->strings["Cancel StatusNet Connection"] = "";
-$a->strings["Currently connected to: "] = "";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Allow posting to StatusNet"] = "";
-$a->strings["Send public postings to StatusNet by default"] = "";
-$a->strings["Clear OAuth configuration"] = "";
-$a->strings["API URL"] = "";
-$a->strings["Post to Tumblr"] = "";
-$a->strings["Tumblr Post Settings"] = "";
-$a->strings["Enable Tumblr Post Plugin"] = "";
-$a->strings["Tumblr login"] = "";
-$a->strings["Tumblr password"] = "";
-$a->strings["Post to Tumblr by default"] = "";
-$a->strings["Numfriends settings updated."] = "";
-$a->strings["Numfriends Settings"] = "";
-$a->strings["How many contacts to display on profile sidebar"] = "";
-$a->strings["Post to Wordpress"] = "";
-$a->strings["WordPress Post Settings"] = "";
-$a->strings["Enable WordPress Post Plugin"] = "";
-$a->strings["WordPress username"] = "";
-$a->strings["WordPress password"] = "";
-$a->strings["WordPress API URL"] = "";
-$a->strings["Post to WordPress by default"] = "";
-$a->strings["\"Show more\" Settings"] = "";
-$a->strings["Enable Show More"] = "";
-$a->strings["Cutting posts after how much characters"] = "";
-$a->strings["Show More Settings saved."] = "";
-$a->strings["Show More"] = "";
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "";
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
-$a->strings["Piwik Base URL"] = "";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
-$a->strings["Site ID"] = "";
-$a->strings["Show opt-out cookie link?"] = "";
-$a->strings["Asynchronous tracking"] = "";
-$a->strings["Post to Twitter"] = "";
-$a->strings["Twitter settings updated."] = "";
-$a->strings["Twitter Posting Settings"] = "";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "";
-$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
-$a->strings["Log in with Twitter"] = "";
-$a->strings["Copy the PIN from Twitter here"] = "";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Allow posting to Twitter"] = "";
-$a->strings["Send public postings to Twitter by default"] = "";
-$a->strings["Consumer key"] = "";
-$a->strings["Consumer secret"] = "";
-$a->strings["Post to Posterous"] = "";
-$a->strings["Posterous Post Settings"] = "";
-$a->strings["Enable Posterous Post Plugin"] = "";
-$a->strings["Posterous login"] = "";
-$a->strings["Posterous password"] = "";
-$a->strings["Post to Posterous by default"] = "";
-$a->strings["Gender:"] = "";
+$a->strings["Done. You can now login with your username and password"] = "";
+$a->strings["newer"] = "";
+$a->strings["older"] = "";
+$a->strings["prev"] = "";
+$a->strings["first"] = "";
+$a->strings["last"] = "";
+$a->strings["next"] = "";
+$a->strings["No contacts"] = "";
+$a->strings["%d Contact"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["poke"] = "";
+$a->strings["ping"] = "";
+$a->strings["pinged"] = "";
+$a->strings["prod"] = "";
+$a->strings["prodded"] = "";
+$a->strings["slap"] = "";
+$a->strings["slapped"] = "";
+$a->strings["finger"] = "";
+$a->strings["fingered"] = "";
+$a->strings["rebuff"] = "";
+$a->strings["rebuffed"] = "";
+$a->strings["happy"] = "";
+$a->strings["sad"] = "";
+$a->strings["mellow"] = "";
+$a->strings["tired"] = "";
+$a->strings["perky"] = "";
+$a->strings["angry"] = "";
+$a->strings["stupified"] = "";
+$a->strings["puzzled"] = "";
+$a->strings["interested"] = "";
+$a->strings["bitter"] = "";
+$a->strings["cheerful"] = "";
+$a->strings["alive"] = "";
+$a->strings["annoyed"] = "";
+$a->strings["anxious"] = "";
+$a->strings["cranky"] = "";
+$a->strings["disturbed"] = "";
+$a->strings["frustrated"] = "";
+$a->strings["motivated"] = "";
+$a->strings["relaxed"] = "";
+$a->strings["surprised"] = "";
+$a->strings["Monday"] = "";
+$a->strings["Tuesday"] = "";
+$a->strings["Wednesday"] = "";
+$a->strings["Thursday"] = "";
+$a->strings["Friday"] = "";
+$a->strings["Saturday"] = "";
+$a->strings["Sunday"] = "";
+$a->strings["January"] = "";
+$a->strings["February"] = "";
+$a->strings["March"] = "";
+$a->strings["April"] = "";
+$a->strings["May"] = "";
+$a->strings["June"] = "";
+$a->strings["July"] = "";
+$a->strings["August"] = "";
+$a->strings["September"] = "";
+$a->strings["October"] = "";
+$a->strings["November"] = "";
+$a->strings["December"] = "";
+$a->strings["bytes"] = "";
+$a->strings["Click to open/close"] = "";
+$a->strings["Select an alternate language"] = "";
+$a->strings["activity"] = "";
+$a->strings["post"] = "";
+$a->strings["Item filed"] = "";
+$a->strings["Friendica Notification"] = "";
+$a->strings["Thank You,"] = "";
+$a->strings["%s Administrator"] = "";
+$a->strings["%s <!item_type!>"] = "";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "";
+$a->strings["%1\$s sent you %2\$s."] = "";
+$a->strings["a private message"] = "";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
+$a->strings["%s commented on an item/conversation you have been following."] = "";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
+$a->strings["[Friendica:Notify] %s tagged you"] = "";
+$a->strings["%1\$s tagged you at %2\$s"] = "";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "";
+$a->strings["%1\$s poked you at %2\$s"] = "";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "";
+$a->strings["%1\$s tagged your post at %2\$s"] = "";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
+$a->strings["[Friendica:Notify] Introduction received"] = "";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
+$a->strings["You may visit their profile at %s"] = "";
+$a->strings["Please visit %s to approve or reject the introduction."] = "";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
+$a->strings["Name:"] = "";
+$a->strings["Photo:"] = "";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "";
+$a->strings[" on Last.fm"] = "";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
+$a->strings["Default privacy group for new contacts"] = "";
+$a->strings["Everybody"] = "";
+$a->strings["edit"] = "";
+$a->strings["Edit group"] = "";
+$a->strings["Create a new group"] = "";
+$a->strings["Contacts not in any group"] = "";
+$a->strings["Connect URL missing."] = "";
+$a->strings["This site is not configured to allow communications with other networks."] = "";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "";
+$a->strings["The profile address specified does not provide adequate information."] = "";
+$a->strings["An author or name was not found."] = "";
+$a->strings["No browser URL could be matched to this address."] = "";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
+$a->strings["Use mailto: in front of address to force email check."] = "";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "";
+$a->strings["Unable to retrieve contact information."] = "";
+$a->strings["following"] = "";
+$a->strings["[no subject]"] = "";
+$a->strings["End this session"] = "";
+$a->strings["Sign in"] = "";
+$a->strings["Home Page"] = "";
+$a->strings["Create an account"] = "";
+$a->strings["Help and documentation"] = "";
+$a->strings["Apps"] = "";
+$a->strings["Addon applications, utilities, games"] = "";
+$a->strings["Search site content"] = "";
+$a->strings["Conversations on this site"] = "";
+$a->strings["Directory"] = "";
+$a->strings["People directory"] = "";
+$a->strings["Conversations from your friends"] = "";
+$a->strings["Network Reset"] = "";
+$a->strings["Load Network page with no filters"] = "";
+$a->strings["Friend Requests"] = "";
+$a->strings["See all notifications"] = "";
+$a->strings["Mark all system notifications seen"] = "";
+$a->strings["Private mail"] = "";
+$a->strings["Inbox"] = "";
+$a->strings["Outbox"] = "";
+$a->strings["Manage"] = "";
+$a->strings["Manage other pages"] = "";
+$a->strings["Delegations"] = "";
+$a->strings["Manage/Edit Profiles"] = "";
+$a->strings["Manage/edit friends and contacts"] = "";
+$a->strings["Site setup and configuration"] = "";
+$a->strings["Navigation"] = "";
+$a->strings["Site map"] = "";
 $a->strings["j F, Y"] = "";
 $a->strings["j F"] = "";
 $a->strings["Birthday:"] = "";
 $a->strings["Age:"] = "";
-$a->strings["Status:"] = "";
-$a->strings["Homepage:"] = "";
+$a->strings["for %1\$d %2\$s"] = "";
 $a->strings["Tags:"] = "";
 $a->strings["Religion:"] = "";
-$a->strings["About:"] = "";
 $a->strings["Hobbies/Interests:"] = "";
 $a->strings["Contact information and Social Networks:"] = "";
 $a->strings["Musical interests:"] = "";
@@ -1056,16 +1514,16 @@ $a->strings["Film/dance/culture/entertainment:"] = "";
 $a->strings["Love/Romance:"] = "";
 $a->strings["Work/employment:"] = "";
 $a->strings["School/education:"] = "";
+$a->strings["Image/photo"] = "";
+$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "";
+$a->strings["$1 wrote:"] = "";
+$a->strings["Encrypted content"] = "";
 $a->strings["Unknown | Not categorised"] = "";
 $a->strings["Block immediately"] = "";
 $a->strings["Shady, spammer, self-marketer"] = "";
 $a->strings["Known to me, but no opinion"] = "";
 $a->strings["OK, probably harmless"] = "";
 $a->strings["Reputable, has my trust"] = "";
-$a->strings["Frequently"] = "";
-$a->strings["Hourly"] = "";
-$a->strings["Twice daily"] = "";
-$a->strings["Daily"] = "";
 $a->strings["Weekly"] = "";
 $a->strings["Monthly"] = "";
 $a->strings["OStatus"] = "";
@@ -1074,6 +1532,79 @@ $a->strings["Zot!"] = "";
 $a->strings["LinkedIn"] = "";
 $a->strings["XMPP/IM"] = "";
 $a->strings["MySpace"] = "";
+$a->strings["Google+"] = "";
+$a->strings["pump.io"] = "";
+$a->strings["Twitter"] = "";
+$a->strings["Miscellaneous"] = "";
+$a->strings["year"] = "";
+$a->strings["month"] = "";
+$a->strings["day"] = "";
+$a->strings["never"] = "";
+$a->strings["less than a second ago"] = "";
+$a->strings["years"] = "";
+$a->strings["months"] = "";
+$a->strings["week"] = "";
+$a->strings["weeks"] = "";
+$a->strings["days"] = "";
+$a->strings["hour"] = "";
+$a->strings["hours"] = "";
+$a->strings["minute"] = "";
+$a->strings["minutes"] = "";
+$a->strings["second"] = "";
+$a->strings["seconds"] = "";
+$a->strings["%1\$d %2\$s ago"] = "";
+$a->strings["%s's birthday"] = "";
+$a->strings["Happy Birthday %s"] = "";
+$a->strings["General Features"] = "";
+$a->strings["Multiple Profiles"] = "";
+$a->strings["Ability to create multiple profiles"] = "";
+$a->strings["Post Composition Features"] = "";
+$a->strings["Richtext Editor"] = "";
+$a->strings["Enable richtext editor"] = "";
+$a->strings["Post Preview"] = "";
+$a->strings["Allow previewing posts and comments before publishing them"] = "";
+$a->strings["Network Sidebar Widgets"] = "";
+$a->strings["Search by Date"] = "";
+$a->strings["Ability to select posts by date ranges"] = "";
+$a->strings["Group Filter"] = "";
+$a->strings["Enable widget to display Network posts only from selected group"] = "";
+$a->strings["Network Filter"] = "";
+$a->strings["Enable widget to display Network posts only from selected network"] = "";
+$a->strings["Save search terms for re-use"] = "";
+$a->strings["Network Tabs"] = "";
+$a->strings["Network Personal Tab"] = "";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
+$a->strings["Network New Tab"] = "";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "";
+$a->strings["Network Shared Links Tab"] = "";
+$a->strings["Enable tab to display only Network posts with links in them"] = "";
+$a->strings["Post/Comment Tools"] = "";
+$a->strings["Multiple Deletion"] = "";
+$a->strings["Select and delete multiple posts/comments at once"] = "";
+$a->strings["Edit Sent Posts"] = "";
+$a->strings["Edit and correct posts and comments after sending"] = "";
+$a->strings["Tagging"] = "";
+$a->strings["Ability to tag existing posts"] = "";
+$a->strings["Post Categories"] = "";
+$a->strings["Add categories to your posts"] = "";
+$a->strings["Ability to file posts under folders"] = "";
+$a->strings["Dislike Posts"] = "";
+$a->strings["Ability to dislike posts/comments"] = "";
+$a->strings["Star Posts"] = "";
+$a->strings["Ability to mark special posts with a star indicator"] = "";
+$a->strings["Sharing notification from Diaspora network"] = "";
+$a->strings["Attachments:"] = "";
+$a->strings["Visible to everybody"] = "";
+$a->strings["A new person is sharing with you at "] = "";
+$a->strings["You have a new follower at "] = "";
+$a->strings["Do you really want to delete this item?"] = "";
+$a->strings["Archives"] = "";
+$a->strings["Embedded content"] = "";
+$a->strings["Embedding disabled"] = "";
+$a->strings["Welcome "] = "";
+$a->strings["Please upload a profile photo."] = "";
+$a->strings["Welcome back "] = "";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
 $a->strings["Male"] = "";
 $a->strings["Female"] = "";
 $a->strings["Currently Male"] = "";
@@ -1105,258 +1636,32 @@ $a->strings["Single"] = "";
 $a->strings["Lonely"] = "";
 $a->strings["Available"] = "";
 $a->strings["Unavailable"] = "";
+$a->strings["Has crush"] = "";
+$a->strings["Infatuated"] = "";
 $a->strings["Dating"] = "";
 $a->strings["Unfaithful"] = "";
 $a->strings["Sex Addict"] = "";
-$a->strings["Friends"] = "";
 $a->strings["Friends/Benefits"] = "";
 $a->strings["Casual"] = "";
 $a->strings["Engaged"] = "";
 $a->strings["Married"] = "";
+$a->strings["Imaginarily married"] = "";
 $a->strings["Partners"] = "";
 $a->strings["Cohabiting"] = "";
+$a->strings["Common law"] = "";
 $a->strings["Happy"] = "";
-$a->strings["Not Looking"] = "";
+$a->strings["Not looking"] = "";
 $a->strings["Swinger"] = "";
 $a->strings["Betrayed"] = "";
 $a->strings["Separated"] = "";
 $a->strings["Unstable"] = "";
 $a->strings["Divorced"] = "";
+$a->strings["Imaginarily divorced"] = "";
 $a->strings["Widowed"] = "";
 $a->strings["Uncertain"] = "";
-$a->strings["Complicated"] = "";
+$a->strings["It's complicated"] = "";
 $a->strings["Don't care"] = "";
 $a->strings["Ask me"] = "";
-$a->strings["Starts:"] = "";
-$a->strings["Finishes:"] = "";
-$a->strings["(no subject)"] = "";
-$a->strings["noreply"] = "";
-$a->strings["prev"] = "";
-$a->strings["first"] = "";
-$a->strings["last"] = "";
-$a->strings["next"] = "";
-$a->strings["No contacts"] = "";
-$a->strings["%d Contact"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["Search"] = "";
-$a->strings["Monday"] = "";
-$a->strings["Tuesday"] = "";
-$a->strings["Wednesday"] = "";
-$a->strings["Thursday"] = "";
-$a->strings["Friday"] = "";
-$a->strings["Saturday"] = "";
-$a->strings["Sunday"] = "";
-$a->strings["January"] = "";
-$a->strings["February"] = "";
-$a->strings["March"] = "";
-$a->strings["April"] = "";
-$a->strings["May"] = "";
-$a->strings["June"] = "";
-$a->strings["July"] = "";
-$a->strings["August"] = "";
-$a->strings["September"] = "";
-$a->strings["October"] = "";
-$a->strings["November"] = "";
-$a->strings["December"] = "";
-$a->strings["bytes"] = "";
-$a->strings["Select an alternate language"] = "";
-$a->strings["default"] = "";
-$a->strings["Sharing notification from Diaspora network"] = "";
-$a->strings["Attachments:"] = "";
-$a->strings["[Relayed] Comment authored by %s from network %s"] = "";
-$a->strings["Embedded content"] = "";
-$a->strings["Embedding disabled"] = "";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
-$a->strings["Everybody"] = "";
-$a->strings["edit"] = "";
-$a->strings["Groups"] = "";
-$a->strings["Edit group"] = "";
-$a->strings["Create a new group"] = "";
-$a->strings["Logout"] = "";
-$a->strings["End this session"] = "";
-$a->strings["Status"] = "";
-$a->strings["Your posts and conversations"] = "";
-$a->strings["Your profile page"] = "";
-$a->strings["Photos"] = "";
-$a->strings["Your photos"] = "";
-$a->strings["Your events"] = "";
-$a->strings["Personal notes"] = "";
-$a->strings["Your personal photos"] = "";
-$a->strings["Sign in"] = "";
-$a->strings["Home Page"] = "";
-$a->strings["Create an account"] = "";
-$a->strings["Help and documentation"] = "";
-$a->strings["Apps"] = "";
-$a->strings["Addon applications, utilities, games"] = "";
-$a->strings["Search site content"] = "";
-$a->strings["Conversations on this site"] = "";
-$a->strings["Directory"] = "";
-$a->strings["People directory"] = "";
-$a->strings["Conversations from your friends"] = "";
-$a->strings["Friend Requests"] = "";
-$a->strings["See all notifications"] = "";
-$a->strings["Mark all system notifications seen"] = "";
-$a->strings["Private mail"] = "";
-$a->strings["Manage"] = "";
-$a->strings["Manage other pages"] = "";
-$a->strings["Profiles"] = "";
-$a->strings["Manage/edit profiles"] = "";
-$a->strings["Manage/edit friends and contacts"] = "";
-$a->strings["Admin"] = "";
-$a->strings["Site setup and configuration"] = "";
-$a->strings["Nothing new here"] = "";
-$a->strings["Add New Contact"] = "";
-$a->strings["Enter address or web location"] = "";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "";
-$a->strings["Invite Friends"] = "";
-$a->strings["%d invitation available"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["Find People"] = "";
-$a->strings["Enter name or interest"] = "";
-$a->strings["Connect/Follow"] = "";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "";
-$a->strings["Similar Interests"] = "";
-$a->strings["Networks"] = "";
-$a->strings["All Networks"] = "";
-$a->strings["Logged out."] = "";
-$a->strings["Miscellaneous"] = "";
-$a->strings["year"] = "";
-$a->strings["month"] = "";
-$a->strings["day"] = "";
-$a->strings["never"] = "";
-$a->strings["less than a second ago"] = "";
-$a->strings["years"] = "";
-$a->strings["months"] = "";
-$a->strings["week"] = "";
-$a->strings["weeks"] = "";
-$a->strings["days"] = "";
-$a->strings["hour"] = "";
-$a->strings["hours"] = "";
-$a->strings["minute"] = "";
-$a->strings["minutes"] = "";
-$a->strings["second"] = "";
-$a->strings["seconds"] = "";
-$a->strings["%1\$d %2\$s ago"] = "";
-$a->strings["From: "] = "";
-$a->strings["$1 wrote:"] = "";
-$a->strings["Image/photo"] = "";
+$a->strings["stopped following"] = "";
+$a->strings["Drop Contact"] = "";
 $a->strings["Cannot locate DNS info for database server '%s'"] = "";
-$a->strings["[no subject]"] = "";
-$a->strings["Visible to everybody"] = "";
-$a->strings["show"] = "";
-$a->strings["don't show"] = "";
-$a->strings["Friendica Notification"] = "";
-$a->strings["Thank You,"] = "";
-$a->strings["%s Administrator"] = "";
-$a->strings["New mail received at %s"] = "";
-$a->strings["%s sent you a new private message at %s."] = "";
-$a->strings["%s sent you %s."] = "";
-$a->strings["a private message"] = "";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "";
-$a->strings["%s commented on an item at %s"] = "";
-$a->strings["%s commented on an item/conversation you have been following."] = "";
-$a->strings["%s commented in %s."] = "";
-$a->strings["a watched conversation"] = "";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
-$a->strings["%s posted to your profile wall at %s"] = "";
-$a->strings["%s posted to %s"] = "";
-$a->strings["your profile wall."] = "";
-$a->strings["%s tagged you at %s"] = "";
-$a->strings["%s %s."] = "";
-$a->strings["tagged you"] = "";
-$a->strings["%s tagged your post at %s"] = "";
-$a->strings["%s tagged %s"] = "";
-$a->strings["your post"] = "";
-$a->strings["Introduction received at %s"] = "";
-$a->strings["You've received an introduction from '%s' at %s"] = "";
-$a->strings["You've received %s from %s."] = "";
-$a->strings["an introduction"] = "";
-$a->strings["You may visit their profile at %s"] = "";
-$a->strings["Please visit %s to approve or reject the introduction."] = "";
-$a->strings["Friend suggestion received at %s"] = "";
-$a->strings["You've received a friend suggestion from '%s' at %s"] = "";
-$a->strings["You've received %s for %s from %s."] = "";
-$a->strings["a friend suggestion"] = "";
-$a->strings["Name:"] = "";
-$a->strings["Photo:"] = "";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["A new person is sharing with you at "] = "";
-$a->strings["You have a new follower at "] = "";
-$a->strings["view full size"] = "";
-$a->strings["image/photo"] = "";
-$a->strings["Welcome "] = "";
-$a->strings["Please upload a profile photo."] = "";
-$a->strings["Welcome back "] = "";
-$a->strings["View status"] = "";
-$a->strings["View profile"] = "";
-$a->strings["View photos"] = "";
-$a->strings["View recent"] = "";
-$a->strings["Send PM"] = "";
-$a->strings["post/item"] = "";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
-$a->strings["Select"] = "";
-$a->strings["View %s's profile @ %s"] = "";
-$a->strings["%s from %s"] = "";
-$a->strings["View in context"] = "";
-$a->strings["%d comment"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["show more"] = "";
-$a->strings["like"] = "";
-$a->strings["dislike"] = "";
-$a->strings["Share this"] = "";
-$a->strings["share"] = "";
-$a->strings["add star"] = "";
-$a->strings["remove star"] = "";
-$a->strings["toggle star status"] = "";
-$a->strings["starred"] = "";
-$a->strings["add tag"] = "";
-$a->strings["to"] = "";
-$a->strings["Wall-to-Wall"] = "";
-$a->strings["via Wall-To-Wall:"] = "";
-$a->strings["Delete Selected Items"] = "";
-$a->strings["%s likes this."] = "";
-$a->strings["%s doesn't like this."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> like this."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this."] = "";
-$a->strings["and"] = "";
-$a->strings[", and %d other people"] = "";
-$a->strings["%s like this."] = "";
-$a->strings["%s don't like this."] = "";
-$a->strings["Visible to <strong>everybody</strong>"] = "";
-$a->strings["Please enter a video link/URL:"] = "";
-$a->strings["Please enter an audio link/URL:"] = "";
-$a->strings["Tag term:"] = "";
-$a->strings["Where are you right now?"] = "";
-$a->strings["Enter a title for this item"] = "";
-$a->strings["upload photo"] = "";
-$a->strings["attach file"] = "";
-$a->strings["web link"] = "";
-$a->strings["Insert video link"] = "";
-$a->strings["video link"] = "";
-$a->strings["Insert audio link"] = "";
-$a->strings["audio link"] = "";
-$a->strings["set location"] = "";
-$a->strings["clear location"] = "";
-$a->strings["permissions"] = "";
-$a->strings["Delete this item?"] = "";
-$a->strings["show fewer"] = "";
-$a->strings["Create a New Account"] = "";
-$a->strings["Nickname or Email address: "] = "";
-$a->strings["Password: "] = "";
-$a->strings["Or login using OpenID: "] = "";
-$a->strings["Forgot your password?"] = "";
-$a->strings["Edit profile"] = "";
-$a->strings["g A l F d"] = "";
-$a->strings["F d"] = "";
-$a->strings["Birthday Reminders"] = "";
-$a->strings["Birthdays this week:"] = "";
-$a->strings["[today]"] = "";
-$a->strings["Event Reminders"] = "";
-$a->strings["Events this week:"] = "";
-$a->strings["[No description]"] = "";
index 8561390ff229339699e43a57cdb477b2f041888e..e99c258f0301c83e38a3373697e3bd56f4655ccb 100644 (file)
@@ -1601,7 +1601,7 @@ input#dfrn-url {
 
 #contact-profile-selector {
        width: 175px;
-       margin-left: 175px;
+       /*margin-left: 175px;*/
 }
 
 .contact-edit-submit {
@@ -1654,6 +1654,7 @@ input#dfrn-url {
 
 #profile-jot-text {
        height: 20px;
+       width: 100%;
        color:#cccccc;
        border: 1px solid #cccccc;
        padding: 3px 0px 0px 5px;