]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/en-us/strings.php
Merge pull request #4243 from MrPetovan/task/switch-to-array-new-style
[friendica.git] / view / lang / en-us / strings.php
index a24bed1066d53223a1dfa1a47e0385fea24ce619..825848f60246dcd358051b51485cd5c0dd197f81 100644 (file)
@@ -5,78 +5,6 @@ function string_plural_select_en_us($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["General Features"] = "General";
-$a->strings["Multiple Profiles"] = "Multiple profiles";
-$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
-$a->strings["Photo Location"] = "Photo location";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
-$a->strings["Export Public Calendar"] = "Export public calendar";
-$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
-$a->strings["Post Composition Features"] = "Post composition";
-$a->strings["Post Preview"] = "Post preview";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them";
-$a->strings["Auto-mention Forums"] = "Auto-mention forums";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
-$a->strings["Network Sidebar Widgets"] = "Network sidebars";
-$a->strings["Search by Date"] = "Search by date";
-$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
-$a->strings["List Forums"] = "List forums";
-$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with";
-$a->strings["Group Filter"] = "Group filter";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group";
-$a->strings["Network Filter"] = "Network filter";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network";
-$a->strings["Saved Searches"] = "Saved searches";
-$a->strings["Save search terms for re-use"] = "Save search terms for re-use";
-$a->strings["Network Tabs"] = "Network tabs";
-$a->strings["Network Personal Tab"] = "Network personal tab";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with";
-$a->strings["Network New Tab"] = "Network new tab";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
-$a->strings["Network Shared Links Tab"] = "Network shared links tab";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
-$a->strings["Post/Comment Tools"] = "Post/Comment tools";
-$a->strings["Multiple Deletion"] = "Multiple deletion";
-$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once";
-$a->strings["Edit Sent Posts"] = "Edit sent posts";
-$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending";
-$a->strings["Tagging"] = "Tagging";
-$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts";
-$a->strings["Post Categories"] = "Post categories";
-$a->strings["Add categories to your posts"] = "Add categories to your posts";
-$a->strings["Saved Folders"] = "Saved Folders";
-$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders";
-$a->strings["Dislike Posts"] = "Dislike posts";
-$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments";
-$a->strings["Star Posts"] = "Star posts";
-$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star";
-$a->strings["Mute Post Notifications"] = "Mute post notifications";
-$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread";
-$a->strings["Advanced Profile Settings"] = "Advanced profiles";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
-$a->strings["Miscellaneous"] = "Miscellaneous";
-$a->strings["Birthday:"] = "Birthday:";
-$a->strings["Age: "] = "Age: ";
-$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
-$a->strings["never"] = "never";
-$a->strings["less than a second ago"] = "less than a second ago";
-$a->strings["year"] = "year";
-$a->strings["years"] = "years";
-$a->strings["month"] = "month";
-$a->strings["months"] = "months";
-$a->strings["week"] = "week";
-$a->strings["weeks"] = "weeks";
-$a->strings["day"] = "day";
-$a->strings["days"] = "days";
-$a->strings["hour"] = "hour";
-$a->strings["hours"] = "hours";
-$a->strings["minute"] = "minute";
-$a->strings["minutes"] = "minutes";
-$a->strings["second"] = "second";
-$a->strings["seconds"] = "seconds";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
-$a->strings["%s's birthday"] = "%s's birthday";
-$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
 $a->strings["Male"] = "Male";
 $a->strings["Female"] = "Female";
 $a->strings["Currently Male"] = "Currently Male";
@@ -90,10 +18,10 @@ $a->strings["Hermaphrodite"] = "Hermaphrodite";
 $a->strings["Neuter"] = "Neuter";
 $a->strings["Non-specific"] = "Non-specific";
 $a->strings["Other"] = "Other";
-$a->strings["Undecided"] = array(
+$a->strings["Undecided"] = [
        0 => "Undecided",
        1 => "Undecided",
-);
+];
 $a->strings["Males"] = "Males";
 $a->strings["Females"] = "Females";
 $a->strings["Gay"] = "Gay";
@@ -138,8 +66,7 @@ $a->strings["Uncertain"] = "Uncertain";
 $a->strings["It's complicated"] = "It's complicated";
 $a->strings["Don't care"] = "Don't care";
 $a->strings["Ask me"] = "Ask me";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'";
-$a->strings["Contact Photos"] = "Contact photos";
+$a->strings["Wall Photos"] = "Wall photos";
 $a->strings["Post to Email"] = "Post to email";
 $a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
 $a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
@@ -150,6 +77,24 @@ $a->strings["CC: email addresses"] = "CC: email addresses";
 $a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
 $a->strings["Permissions"] = "Permissions";
 $a->strings["Close"] = "Close";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Daily posting limit of %d posts reached. This post was rejected.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Weekly posting limit of %d posts reached. This post was rejected.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected.";
+$a->strings["Profile Photos"] = "Profile photos";
+$a->strings["Logged out."] = "Logged out.";
+$a->strings["Login failed."] = "Login failed.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
+$a->strings["The error message was:"] = "The error message was:";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Starts:";
+$a->strings["Finishes:"] = "Finishes:";
+$a->strings["Location:"] = "Location:";
+$a->strings["Image/photo"] = "Image/Photo";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["$1 wrote:"] = "$1 wrote:";
+$a->strings["Encrypted content"] = "Encrypted content";
+$a->strings["Invalid source protocol"] = "Invalid source protocol";
+$a->strings["Invalid link protocol"] = "Invalid link protocol";
 $a->strings["Unknown | Not categorised"] = "Unknown | Not categorized";
 $a->strings["Block immediately"] = "Block immediately";
 $a->strings["Shady, spammer, self-marketer"] = "Shady, spammer, self-marketer";
@@ -179,77 +124,17 @@ $a->strings["Diaspora Connector"] = "Diaspora connector";
 $a->strings["GNU Social Connector"] = "GNU Social connector";
 $a->strings["pnut"] = "Pnut";
 $a->strings["App.net"] = "App.net";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
-$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
-$a->strings["Everybody"] = "Everybody";
-$a->strings["edit"] = "edit";
-$a->strings["Groups"] = "Groups";
-$a->strings["Edit groups"] = "Edit groups";
-$a->strings["Edit group"] = "Edit group";
-$a->strings["Create a new group"] = "Create new group";
-$a->strings["Group Name: "] = "Group name: ";
-$a->strings["Contacts not in any group"] = "Contacts not in any group";
-$a->strings["add"] = "add";
-$a->strings["View Profile"] = "View profile";
-$a->strings["Connect/Follow"] = "Connect/Follow";
-$a->strings["View Status"] = "View status";
-$a->strings["View Photos"] = "View photos";
-$a->strings["Network Posts"] = "Network posts";
-$a->strings["View Contact"] = "View contact";
-$a->strings["Drop Contact"] = "Drop contact";
-$a->strings["Send PM"] = "Send PM";
-$a->strings["Poke"] = "Poke";
-$a->strings["Organisation"] = "Organization";
-$a->strings["News"] = "News";
-$a->strings["Forum"] = "Forum";
-$a->strings["Forums"] = "Forums";
-$a->strings["External link to forum"] = "External link to forum";
-$a->strings["show more"] = "Show more...";
-$a->strings["System"] = "System";
-$a->strings["Network"] = "Network";
-$a->strings["Personal"] = "Personal";
-$a->strings["Home"] = "Home";
-$a->strings["Introductions"] = "Introductions";
-$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
-$a->strings["%s created a new post"] = "%s posted something new";
-$a->strings["%s liked %s's post"] = "%s liked %s's post";
-$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
-$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
-$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
-$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
-$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
-$a->strings["Friend Suggestion"] = "Friend suggestion";
-$a->strings["Friend/Connect Request"] = "Friend/Contact request";
-$a->strings["New Follower"] = "New follower";
-$a->strings["Wall Photos"] = "Wall photos";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Daily posting limit of %d posts reached. This post was rejected.";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Weekly posting limit of %d posts reached. This post was rejected.";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected.";
-$a->strings["Profile Photos"] = "Profile photos";
-$a->strings["Logged out."] = "Logged out.";
-$a->strings["Login failed."] = "Login failed.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
-$a->strings["The error message was:"] = "The error message was:";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Starts:";
-$a->strings["Finishes:"] = "Finishes:";
-$a->strings["Location:"] = "Location:";
-$a->strings["Image/photo"] = "Image/Photo";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
-$a->strings["$1 wrote:"] = "$1 wrote:";
-$a->strings["Encrypted content"] = "Encrypted content";
-$a->strings["Invalid source protocol"] = "Invalid source protocol";
-$a->strings["Invalid link protocol"] = "Invalid link protocol";
 $a->strings["Add New Contact"] = "Add new contact";
 $a->strings["Enter address or web location"] = "Enter address or web location";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
 $a->strings["Connect"] = "Connect";
-$a->strings["%d invitation available"] = array(
+$a->strings["%d invitation available"] = [
        0 => "%d invitation available",
        1 => "%d invitations available",
-);
+];
 $a->strings["Find People"] = "Find people";
 $a->strings["Enter name or interest"] = "Enter name or interest";
+$a->strings["Connect/Follow"] = "Connect/Follow";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
 $a->strings["Find"] = "Find";
 $a->strings["Friend Suggestions"] = "Friend suggestions";
@@ -259,12 +144,14 @@ $a->strings["Invite Friends"] = "Invite friends";
 $a->strings["View Global Directory"] = "View global directory";
 $a->strings["Networks"] = "Networks";
 $a->strings["All Networks"] = "All networks";
+$a->strings["Saved Folders"] = "Saved Folders";
 $a->strings["Everything"] = "Everything";
 $a->strings["Categories"] = "Categories";
-$a->strings["%d contact in common"] = array(
+$a->strings["%d contact in common"] = [
        0 => "%d contact in common",
        1 => "%d contacts in common",
-);
+];
+$a->strings["show more"] = "Show more...";
 $a->strings["event"] = "event";
 $a->strings["status"] = "status";
 $a->strings["photo"] = "photo";
@@ -281,10 +168,10 @@ $a->strings["post/item"] = "Post/Item";
 $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favorite";
 $a->strings["Likes"] = "Likes";
 $a->strings["Dislikes"] = "Dislikes";
-$a->strings["Attending"] = array(
+$a->strings["Attending"] = [
        0 => "Attending",
        1 => "Attending",
-);
+];
 $a->strings["Not attending"] = "Not attending";
 $a->strings["Might attend"] = "Might attend";
 $a->strings["Select"] = "Select";
@@ -298,6 +185,13 @@ $a->strings["Please wait"] = "Please wait";
 $a->strings["remove"] = "Remove";
 $a->strings["Delete Selected Items"] = "Delete selected items";
 $a->strings["Follow Thread"] = "Follow thread";
+$a->strings["View Status"] = "View status";
+$a->strings["View Profile"] = "View profile";
+$a->strings["View Photos"] = "View photos";
+$a->strings["Network Posts"] = "Network posts";
+$a->strings["View Contact"] = "View contact";
+$a->strings["Send PM"] = "Send PM";
+$a->strings["Poke"] = "Poke";
 $a->strings["%s likes this."] = "%s likes this.";
 $a->strings["%s doesn't like this."] = "%s doesn't like this.";
 $a->strings["%s attends."] = "%s attends.";
@@ -351,18 +245,42 @@ $a->strings["Private post"] = "Private post";
 $a->strings["Message"] = "Message";
 $a->strings["Browser"] = "Browser";
 $a->strings["View all"] = "View all";
-$a->strings["Like"] = array(
+$a->strings["Like"] = [
        0 => "Like",
        1 => "Likes",
-);
-$a->strings["Dislike"] = array(
+];
+$a->strings["Dislike"] = [
        0 => "Dislike",
        1 => "Dislikes",
-);
-$a->strings["Not Attending"] = array(
+];
+$a->strings["Not Attending"] = [
        0 => "Not attending",
        1 => "Not attending",
-);
+];
+$a->strings["Miscellaneous"] = "Miscellaneous";
+$a->strings["Birthday:"] = "Birthday:";
+$a->strings["Age: "] = "Age: ";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
+$a->strings["never"] = "never";
+$a->strings["less than a second ago"] = "less than a second ago";
+$a->strings["year"] = "year";
+$a->strings["years"] = "years";
+$a->strings["month"] = "month";
+$a->strings["months"] = "months";
+$a->strings["week"] = "week";
+$a->strings["weeks"] = "weeks";
+$a->strings["day"] = "day";
+$a->strings["days"] = "days";
+$a->strings["hour"] = "hour";
+$a->strings["hours"] = "hours";
+$a->strings["minute"] = "minute";
+$a->strings["minutes"] = "minutes";
+$a->strings["second"] = "second";
+$a->strings["seconds"] = "seconds";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
+$a->strings["%s's birthday"] = "%s's birthday";
+$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'";
 $a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
 $a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid.";
 $a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
@@ -370,15 +288,11 @@ $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d o
 $a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
 $a->strings[": Database update"] = ": Database update";
 $a->strings["%s: updating %s table."] = "%s: updating %s table.";
-$a->strings["(no subject)"] = "(no subject)";
-$a->strings["noreply"] = "noreply";
-$a->strings["%s\\'s birthday"] = "%s\\'s birthday";
-$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network";
-$a->strings["Attachments:"] = "Attachments:";
 $a->strings["Friendica Notification"] = "Friendica notification";
 $a->strings["Thank You,"] = "Thank you";
 $a->strings["%s Administrator"] = "%s Administrator";
 $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
+$a->strings["noreply"] = "noreply";
 $a->strings["%s <!item_type!>"] = "%s <!item_type!>";
 $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
 $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
@@ -476,11 +390,66 @@ $a->strings["today"] = "today";
 $a->strings["No events to display"] = "No events to display";
 $a->strings["l, F j"] = "l, F j";
 $a->strings["Edit event"] = "Edit event";
+$a->strings["Duplicate event"] = "Duplicate event";
 $a->strings["Delete event"] = "Delete event";
 $a->strings["link to source"] = "Link to source";
 $a->strings["Export"] = "Export";
 $a->strings["Export calendar as ical"] = "Export calendar as ical";
 $a->strings["Export calendar as csv"] = "Export calendar as csv";
+$a->strings["D g:i A"] = "D g:i A";
+$a->strings["g:i A"] = "g:i A";
+$a->strings["Show map"] = "Show map";
+$a->strings["Hide map"] = "Hide map";
+$a->strings["General Features"] = "General";
+$a->strings["Multiple Profiles"] = "Multiple profiles";
+$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
+$a->strings["Photo Location"] = "Photo location";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
+$a->strings["Export Public Calendar"] = "Export public calendar";
+$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
+$a->strings["Post Composition Features"] = "Post composition";
+$a->strings["Post Preview"] = "Post preview";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them";
+$a->strings["Auto-mention Forums"] = "Auto-mention forums";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
+$a->strings["Network Sidebar Widgets"] = "Network sidebars";
+$a->strings["Search by Date"] = "Search by date";
+$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
+$a->strings["List Forums"] = "List forums";
+$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with";
+$a->strings["Group Filter"] = "Group filter";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group";
+$a->strings["Network Filter"] = "Network filter";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network";
+$a->strings["Saved Searches"] = "Saved searches";
+$a->strings["Save search terms for re-use"] = "Save search terms for re-use";
+$a->strings["Network Tabs"] = "Network tabs";
+$a->strings["Network Personal Tab"] = "Network personal tab";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with";
+$a->strings["Network New Tab"] = "Network new tab";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
+$a->strings["Network Shared Links Tab"] = "Network shared links tab";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
+$a->strings["Post/Comment Tools"] = "Post/Comment tools";
+$a->strings["Multiple Deletion"] = "Multiple deletion";
+$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once";
+$a->strings["Edit Sent Posts"] = "Edit sent posts";
+$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending";
+$a->strings["Tagging"] = "Tagging";
+$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts";
+$a->strings["Post Categories"] = "Post categories";
+$a->strings["Add categories to your posts"] = "Add categories to your posts";
+$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders";
+$a->strings["Dislike Posts"] = "Dislike posts";
+$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments";
+$a->strings["Star Posts"] = "Star posts";
+$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star";
+$a->strings["Mute Post Notifications"] = "Mute post notifications";
+$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread";
+$a->strings["Advanced Profile Settings"] = "Advanced profiles";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
+$a->strings["Tag Cloud"] = "Tag cloud";
+$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page";
 $a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
 $a->strings["Blocked domain"] = "Blocked domain";
 $a->strings["Connect URL missing."] = "Connect URL missing.";
@@ -494,6 +463,17 @@ $a->strings["Use mailto: in front of address to force email check."] = "Use mail
 $a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
 $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
 $a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
+$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
+$a->strings["Everybody"] = "Everybody";
+$a->strings["edit"] = "edit";
+$a->strings["Groups"] = "Groups";
+$a->strings["Edit groups"] = "Edit groups";
+$a->strings["Edit group"] = "Edit group";
+$a->strings["Create a new group"] = "Create new group";
+$a->strings["Group Name: "] = "Group name: ";
+$a->strings["Contacts not in any group"] = "Contacts not in any group";
+$a->strings["add"] = "add";
 $a->strings["Requested account is not available."] = "Requested account is unavailable.";
 $a->strings["Requested profile is not available."] = "Requested profile is unavailable.";
 $a->strings["Edit profile"] = "Edit profile";
@@ -579,6 +559,7 @@ $a->strings["Personal notes"] = "Personal notes";
 $a->strings["Your personal notes"] = "My personal notes";
 $a->strings["Login"] = "Login";
 $a->strings["Sign in"] = "Sign in";
+$a->strings["Home"] = "Home";
 $a->strings["Home Page"] = "Home page";
 $a->strings["Register"] = "Sign up now >>";
 $a->strings["Create an account"] = "Create account";
@@ -590,6 +571,7 @@ $a->strings["Search"] = "Search";
 $a->strings["Search site content"] = "Search site content";
 $a->strings["Full Text"] = "Full text";
 $a->strings["Tags"] = "Tags";
+$a->strings["Forums"] = "Forums";
 $a->strings["Community"] = "Community";
 $a->strings["Conversations on this site"] = "Public conversations on this site";
 $a->strings["Conversations on the network"] = "Conversations on the network";
@@ -597,9 +579,11 @@ $a->strings["Directory"] = "Directory";
 $a->strings["People directory"] = "People directory";
 $a->strings["Information"] = "Information";
 $a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
+$a->strings["Network"] = "Network";
 $a->strings["Conversations from your friends"] = "My friends' conversations";
 $a->strings["Network Reset"] = "Network reset";
 $a->strings["Load Network page with no filters"] = "Load network page without filters";
+$a->strings["Introductions"] = "Introductions";
 $a->strings["Friend Requests"] = "Friend requests";
 $a->strings["Notifications"] = "Notifications";
 $a->strings["See all notifications"] = "See all notifications";
@@ -625,13 +609,7 @@ $a->strings["Site map"] = "Site map";
 $a->strings["view full size"] = "view full size";
 $a->strings["Embedded content"] = "Embedded content";
 $a->strings["Embedding disabled"] = "Embedding disabled";
-$a->strings["%s is now following %s."] = "%s is now following %s.";
-$a->strings["following"] = "following";
-$a->strings["%s stopped following %s."] = "%s stopped following %s.";
-$a->strings["stopped following"] = "stopped following";
-$a->strings["Click here to upgrade."] = "Click here to upgrade.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "This action exceeds the limits set by your subscription plan.";
-$a->strings["This action is not available under your subscription plan."] = "This action is not available under your subscription plan.";
+$a->strings["Contact Photos"] = "Contact photos";
 $a->strings["Welcome "] = "Welcome ";
 $a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
 $a->strings["Welcome back "] = "Welcome back ";
@@ -645,10 +623,10 @@ $a->strings["last"] = "last";
 $a->strings["Loading more entries..."] = "Loading more entries...";
 $a->strings["The end"] = "The end";
 $a->strings["No contacts"] = "No contacts";
-$a->strings["%d Contact"] = array(
+$a->strings["%d Contact"] = [
        0 => "%d contact",
        1 => "%d contacts",
-);
+];
 $a->strings["View Contacts"] = "View contacts";
 $a->strings["Save"] = "Save";
 $a->strings["poke"] = "poke";
@@ -683,16 +661,18 @@ $a->strings["frustrated"] = "frustrated";
 $a->strings["motivated"] = "motivated";
 $a->strings["relaxed"] = "relaxed";
 $a->strings["surprised"] = "surprised";
+$a->strings["Sund"] = "Sun";
+$a->strings["Sep"] = "Sep";
 $a->strings["View Video"] = "View video";
 $a->strings["bytes"] = "bytes";
 $a->strings["Click to open/close"] = "Click to open/close";
 $a->strings["View on separate page"] = "View on separate page";
 $a->strings["view on separate page"] = "view on separate page";
 $a->strings["activity"] = "activity";
-$a->strings["comment"] = array(
+$a->strings["comment"] = [
        0 => "comment",
        1 => "comments",
-);
+];
 $a->strings["post"] = "post";
 $a->strings["Item filed"] = "Item filed";
 $a->strings["Error decoding account file"] = "Error decoding account file";
@@ -701,10 +681,10 @@ $a->strings["Error! Cannot check nickname"] = "Error! Cannot check nickname.";
 $a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
 $a->strings["User creation error"] = "User creation error";
 $a->strings["User profile creation error"] = "User profile creation error";
-$a->strings["%d contact not imported"] = array(
+$a->strings["%d contact not imported"] = [
        0 => "%d contact not imported",
        1 => "%d contacts not imported",
-);
+];
 $a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password";
 $a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
 $a->strings["An invitation is required."] = "An invitation is required.";
@@ -729,16 +709,6 @@ $a->strings["Registration at %s"] = "Registration at %s";
 $a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for signing up at %2\$s. Your account has been created.\n\t";
 $a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s.";
 $a->strings["Registration details for %s"] = "Registration details for %s";
-$a->strings["Authorize application connection"] = "Authorize application connection";
-$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
-$a->strings["Please login to continue."] = "Please login to continue.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
-$a->strings["No"] = "No";
-$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
-$a->strings["Applications"] = "Applications";
-$a->strings["No installed applications."] = "No installed applications.";
-$a->strings["Item not available."] = "Item not available.";
-$a->strings["Item was not found."] = "Item was not found.";
 $a->strings["Source (bbcode) text:"] = "Source (bbcode) text:";
 $a->strings["Source (Diaspora) text to convert to BBcode:"] = "Source (Diaspora) text to convert to BBcode:";
 $a->strings["Source input: "] = "Source input: ";
@@ -750,107 +720,24 @@ $a->strings["bb2md2html: "] = "bb2md2html: ";
 $a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
 $a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
 $a->strings["Source input (Diaspora format): "] = "Source input (Diaspora format): ";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["No contacts in common."] = "No contacts in common.";
-$a->strings["Common Friends"] = "Common friends";
-$a->strings["Credits"] = "Credits";
-$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!";
-$a->strings["Contact settings applied."] = "Contact settings applied.";
-$a->strings["Contact update failed."] = "Contact update failed.";
-$a->strings["Contact not found."] = "Contact not found.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
-$a->strings["No mirroring"] = "No mirroring";
-$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
-$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
-$a->strings["Return to contact editor"] = "Return to contact editor";
-$a->strings["Refetch contact data"] = "Re-fetch contact data.";
-$a->strings["Submit"] = "Submit";
-$a->strings["Remote Self"] = "Remote self";
-$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
-$a->strings["Name"] = "Name:";
-$a->strings["Account Nickname"] = "Account nickname:";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
-$a->strings["Account URL"] = "Account URL:";
-$a->strings["Friend Request URL"] = "Friend request URL:";
-$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
-$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
-$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
-$a->strings["New photo from this URL"] = "New photo from this URL:";
-$a->strings["- select -"] = "- select -";
-$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
-$a->strings["Suggest Friends"] = "Suggest friends";
-$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
-$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
-$a->strings["Visible to:"] = "Visible to:";
-$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
-$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
-$a->strings["New Member Checklist"] = "New Member Checklist";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.";
-$a->strings["Getting Started"] = "Getting started";
-$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
-$a->strings["Go to Your Settings"] = "Go to your settings";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.";
-$a->strings["Upload Profile Photo"] = "Upload profile photo";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not.";
-$a->strings["Edit Your Profile"] = "Edit your profile";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
-$a->strings["Profile Keywords"] = "Profile keywords";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
-$a->strings["Connecting"] = "Connecting";
-$a->strings["Importing Emails"] = "Importing emails";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
-$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog.";
-$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
-$a->strings["Finding New People"] = "Finding new people";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.";
-$a->strings["Group Your Contacts"] = "Group your contacts";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
-$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.";
-$a->strings["Getting Help"] = "Getting help";
-$a->strings["Go to the Help Section"] = "Go to the help section";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
-$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
-$a->strings["Edit contact"] = "Edit contact";
-$a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group";
-$a->strings["Permission denied"] = "Permission denied";
-$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
-$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
-$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove.";
-$a->strings["Visible To"] = "Visible to";
-$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
-$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
-$a->strings["Public access denied."] = "Public access denied.";
-$a->strings["No contacts."] = "No contacts.";
-$a->strings["Access denied."] = "Access denied.";
-$a->strings["Invalid request."] = "Invalid request.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
-$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
-$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
-$a->strings["File upload failed."] = "File upload failed.";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Credits"] = "Credits";
+$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!";
+$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
+$a->strings["Public access denied."] = "Public access denied.";
 $a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
-$a->strings["Import"] = "Import profile";
-$a->strings["Move account"] = "Move Existing Friendica Account";
-$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
-$a->strings["Account file"] = "Account file:";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
-$a->strings["Remove term"] = "Remove term";
-$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
-$a->strings["Too Many Requests"] = "Too many requests";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
-$a->strings["No results."] = "No results.";
-$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
-$a->strings["Results for: %s"] = "Results for: %s";
-$a->strings["Not available."] = "Not available.";
+$a->strings["The post was created"] = "The post was created";
+$a->strings["Help:"] = "Help:";
+$a->strings["Not Found"] = "Not found";
+$a->strings["Page not found."] = "Page not found";
+$a->strings["Time Conversion"] = "Time conversion";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
+$a->strings["UTC time: %s"] = "UTC time: %s";
+$a->strings["Current timezone: %s"] = "Current time zone: %s";
+$a->strings["Converted localtime: %s"] = "Converted local time: %s";
+$a->strings["Please select your timezone:"] = "Please select your time zone:";
+$a->strings["Submit"] = "Submit";
+$a->strings["Post successful."] = "Post successful.";
 $a->strings["Theme settings updated."] = "Theme settings updated.";
 $a->strings["Site"] = "Site";
 $a->strings["Users"] = "Users";
@@ -905,7 +792,10 @@ $a->strings["Created"] = "Created";
 $a->strings["Last Tried"] = "Last Tried";
 $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently.";
 $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />";
+$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s";
 $a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run 'php include/dbstructure.php update' from the command line and have a look at the errors that might appear.";
+$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!";
+$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings.";
 $a->strings["Normal Account"] = "Standard account";
 $a->strings["Automatic Follower Account"] = "Automatic follower account";
 $a->strings["Public Forum Account"] = "Public forum account";
@@ -940,7 +830,11 @@ $a->strings["Open"] = "Open";
 $a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
 $a->strings["Force all links to use SSL"] = "Force all links to use SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
+$a->strings["Don't check"] = "Don't check";
+$a->strings["check the stable version"] = "check for stable version updates";
+$a->strings["check the development version"] = "check for development version updates";
 $a->strings["Save Settings"] = "Save settings";
+$a->strings["Republish users to directory"] = "Republish users to directory";
 $a->strings["Registration"] = "Join this Friendica Node Today";
 $a->strings["File upload"] = "File upload";
 $a->strings["Policies"] = "Policies";
@@ -1019,8 +913,6 @@ $a->strings["Posts per user on community page"] = "Posts per user on community p
 $a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community').";
 $a->strings["Enable OStatus support"] = "Enable OStatus support";
 $a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.";
-$a->strings["OStatus conversation completion interval"] = "OStatus conversation completion interval";
-$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "How often shall the poller check for new entries in OStatus conversations? This can be rather resources consuming.";
 $a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts";
 $a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system.";
 $a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled.";
@@ -1040,7 +932,7 @@ $a->strings["Maximum system load before delivery and poll processes are deferred
 $a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)";
 $a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50).";
 $a->strings["Minimal Memory"] = "Minimal memory";
-$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the poller. Needs access to /proc/meminfo (default 0 - deactivated).";
+$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).";
 $a->strings["Maximum table size for optimization"] = "Maximum table size for optimization";
 $a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate).";
 $a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation";
@@ -1057,6 +949,8 @@ $a->strings["Search the local directory"] = "Search the local directory";
 $a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated.";
 $a->strings["Publish server information"] = "Publish server information";
 $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details.";
+$a->strings["Check upstream version"] = "Check upstream version";
+$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview.";
 $a->strings["Suppress Tags"] = "Suppress tags";
 $a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts.";
 $a->strings["Path to item cache"] = "Path to item cache";
@@ -1074,13 +968,13 @@ $a->strings["The picture proxy increases performance and privacy. It shouldn't b
 $a->strings["Only search in tags"] = "Only search in tags";
 $a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly.";
 $a->strings["New base url"] = "New base URL";
-$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Change base URL for this server. Sends relocate message to all DFRN contacts of all users.";
+$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users.";
 $a->strings["RINO Encryption"] = "RINO Encryption";
 $a->strings["Encryption layer between nodes."] = "Encryption layer between nodes.";
 $a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers";
 $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4.";
 $a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker";
-$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosts. If this is enabled you should increase the frequency of poller calls in your crontab.";
+$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab.";
 $a->strings["Enable fastlane"] = "Enable fast-lane";
 $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.";
 $a->strings["Enable frontend worker"] = "Enable frontend worker";
@@ -1100,17 +994,18 @@ $a->strings["Mark success (if update was manually applied)"] = "Mark success (if
 $a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you.";
 $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s.";
-$a->strings["%s user blocked/unblocked"] = array(
+$a->strings["%s user blocked/unblocked"] = [
        0 => "%s user blocked/unblocked",
        1 => "%s users blocked/unblocked",
-);
-$a->strings["%s user deleted"] = array(
+];
+$a->strings["%s user deleted"] = [
        0 => "%s user deleted",
        1 => "%s users deleted",
-);
+];
 $a->strings["User '%s' deleted"] = "User '%s' deleted";
 $a->strings["User '%s' unblocked"] = "User '%s' unblocked";
 $a->strings["User '%s' blocked"] = "User '%s' blocked";
+$a->strings["Name"] = "Name:";
 $a->strings["Register date"] = "Registration date";
 $a->strings["Last login"] = "Last login";
 $a->strings["Last item"] = "Last item";
@@ -1166,7 +1061,16 @@ $a->strings["On"] = "On";
 $a->strings["Lock feature %s"] = "Lock feature %s";
 $a->strings["Manage Additional Features"] = "Manage additional features";
 $a->strings["No friends to display."] = "No friends to display.";
-$a->strings["The post was created"] = "The post was created";
+$a->strings["Authorize application connection"] = "Authorize application connection";
+$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
+$a->strings["Please login to continue."] = "Please login to continue.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
+$a->strings["No"] = "No";
+$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
+$a->strings["Applications"] = "Applications";
+$a->strings["No installed applications."] = "No installed applications.";
+$a->strings["Item not available."] = "Item not available.";
+$a->strings["Item was not found."] = "Item was not found.";
 $a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
 $a->strings["View"] = "View";
 $a->strings["Previous"] = "Previous";
@@ -1176,10 +1080,15 @@ $a->strings["User not found"] = "User not found";
 $a->strings["This calendar format is not supported"] = "This calendar format is not supported";
 $a->strings["No exportable data found"] = "No exportable data found";
 $a->strings["calendar"] = "calendar";
-$a->strings["%d contact edited."] = array(
+$a->strings["No contacts in common."] = "No contacts in common.";
+$a->strings["Common Friends"] = "Common friends";
+$a->strings["Not available."] = "Not available.";
+$a->strings["No results."] = "No results.";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.";
+$a->strings["%d contact edited."] = [
        0 => "%d contact edited.",
        1 => "%d contacts edited.",
-);
+];
 $a->strings["Could not access contact record."] = "Could not access contact record.";
 $a->strings["Could not locate selected profile."] = "Could not locate selected profile.";
 $a->strings["Contact updated."] = "Contact updated.";
@@ -1203,7 +1112,9 @@ $a->strings["Suggest friends"] = "Suggest friends";
 $a->strings["Network type: %s"] = "Network type: %s";
 $a->strings["Communications lost with this contact!"] = "Communications lost with this contact!";
 $a->strings["Fetch further information for feeds"] = "Fetch further information for feeds";
+$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags.";
 $a->strings["Fetch information"] = "Fetch information";
+$a->strings["Fetch keywords"] = "Fetch keywords";
 $a->strings["Fetch information and keywords"] = "Fetch information and keywords";
 $a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow";
 $a->strings["Contact"] = "Contact";
@@ -1212,6 +1123,7 @@ $a->strings["Please choose the profile you would like to display to %s when view
 $a->strings["Contact Information / Notes"] = "Personal note";
 $a->strings["Their personal note"] = "Their personal note";
 $a->strings["Edit contact notes"] = "Edit contact notes";
+$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
 $a->strings["Block/Unblock contact"] = "Block/Unblock contact";
 $a->strings["Ignore contact"] = "Ignore contact";
 $a->strings["Repair URL settings"] = "Repair URL settings";
@@ -1224,6 +1136,7 @@ $a->strings["Ignore"] = "Ignore";
 $a->strings["Currently blocked"] = "Currently blocked";
 $a->strings["Currently ignored"] = "Currently ignored";
 $a->strings["Currently archived"] = "Currently archived";
+$a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement";
 $a->strings["Hide this contact from others"] = "Hide this contact from others";
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Replies/Likes to your public posts <strong>may</strong> still be visible";
 $a->strings["Notification for new posts"] = "Notification for new posts";
@@ -1248,6 +1161,7 @@ $a->strings["Only show archived contacts"] = "Only show archived contacts";
 $a->strings["Hidden"] = "Hidden";
 $a->strings["Only show hidden contacts"] = "Only show hidden contacts";
 $a->strings["Search your contacts"] = "Search your contacts";
+$a->strings["Results for: %s"] = "Results for: %s";
 $a->strings["Update"] = "Update";
 $a->strings["Archive"] = "Archive";
 $a->strings["Unarchive"] = "Unarchive";
@@ -1258,52 +1172,32 @@ $a->strings["Advanced Contact Settings"] = "Advanced contact settings";
 $a->strings["Mutual Friendship"] = "Mutual friendship";
 $a->strings["is a fan of yours"] = "is a fan of yours";
 $a->strings["you are a fan of"] = "I follow them";
+$a->strings["Edit contact"] = "Edit contact";
 $a->strings["Toggle Blocked status"] = "Toggle blocked status";
 $a->strings["Toggle Ignored status"] = "Toggle ignored status";
 $a->strings["Toggle Archive status"] = "Toggle archive status";
 $a->strings["Delete contact"] = "Delete contact";
-$a->strings["No such group"] = "No such group";
-$a->strings["Group is empty"] = "Group is empty";
-$a->strings["Group: %s"] = "Group: %s";
-$a->strings["This entry was edited"] = "This entry was edited";
-$a->strings["%d comment"] = array(
-       0 => "%d comment",
-       1 => "%d comments -",
-);
-$a->strings["Private Message"] = "Private message";
-$a->strings["I like this (toggle)"] = "I like this (toggle)";
-$a->strings["like"] = "Like";
-$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
-$a->strings["dislike"] = "Dislike";
-$a->strings["Share this"] = "Share this";
-$a->strings["share"] = "Share";
-$a->strings["This is you"] = "This is me";
-$a->strings["Comment"] = "Comment";
-$a->strings["Bold"] = "Bold";
-$a->strings["Italic"] = "Italic";
-$a->strings["Underline"] = "Underline";
-$a->strings["Quote"] = "Quote";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Image";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Video";
-$a->strings["Edit"] = "Edit";
-$a->strings["add star"] = "Add star";
-$a->strings["remove star"] = "Remove star";
-$a->strings["toggle star status"] = "Toggle star status";
-$a->strings["starred"] = "Starred";
-$a->strings["add tag"] = "Add tag";
-$a->strings["ignore thread"] = "Ignore thread";
-$a->strings["unignore thread"] = "Unignore thread";
-$a->strings["toggle ignore status"] = "Toggle ignore status";
-$a->strings["ignored"] = "Ignored";
-$a->strings["save to folder"] = "Save to folder";
-$a->strings["I will attend"] = "I will attend";
-$a->strings["I will not attend"] = "I will not attend";
-$a->strings["I might attend"] = "I might attend";
-$a->strings["to"] = "to";
-$a->strings["Wall-to-Wall"] = "Wall-to-wall";
-$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
+$a->strings["Contact settings applied."] = "Contact settings applied.";
+$a->strings["Contact update failed."] = "Contact update failed.";
+$a->strings["Contact not found."] = "Contact not found.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
+$a->strings["No mirroring"] = "No mirroring";
+$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
+$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
+$a->strings["Return to contact editor"] = "Return to contact editor";
+$a->strings["Refetch contact data"] = "Re-fetch contact data.";
+$a->strings["Remote Self"] = "Remote self";
+$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
+$a->strings["Account Nickname"] = "Account nickname:";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
+$a->strings["Account URL"] = "Account URL:";
+$a->strings["Friend Request URL"] = "Friend request URL:";
+$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
+$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
+$a->strings["New photo from this URL"] = "New photo from this URL:";
 $a->strings["No potential page delegates located."] = "No potential page delegates found.";
 $a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
 $a->strings["Existing Page Managers"] = "Existing page managers";
@@ -1335,10 +1229,10 @@ $a->strings["This introduction has already been accepted."] = "This introduction
 $a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
 $a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
 $a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
-$a->strings["%d required parameter was not found at the given location"] = array(
+$a->strings["%d required parameter was not found at the given location"] = [
        0 => "%d required parameter was not found at the given location",
        1 => "%d required parameters were not found at the given location",
-);
+];
 $a->strings["Introduction complete."] = "Introduction complete.";
 $a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
 $a->strings["Profile unavailable."] = "Profile unavailable.";
@@ -1397,7 +1291,7 @@ $a->strings["Share this event"] = "Share this event";
 $a->strings["Failed to remove event"] = "Failed to remove event";
 $a->strings["Event removed"] = "Event removed";
 $a->strings["Files"] = "Files";
-$a->strings["Not Found"] = "Not found";
+$a->strings["- select -"] = "- select -";
 $a->strings["Contact added"] = "Contact added";
 $a->strings["You already added this contact."] = "You already added this contact.";
 $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added.";
@@ -1405,17 +1299,21 @@ $a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus s
 $a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
 $a->strings["This is Friendica, version"] = "This is Friendica, version";
 $a->strings["running at web location"] = "running at web location";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project.";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project.";
 $a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
 $a->strings["the bugtracker at github"] = "the bugtracker at github";
 $a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com";
 $a->strings["Installed plugins/addons/apps:"] = "Installed plugins/addons/apps:";
 $a->strings["No installed plugins/addons/apps"] = "No installed plugins/addons/apps";
 $a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
+$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
+$a->strings["Suggest Friends"] = "Suggest friends";
+$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
 $a->strings["Group created."] = "Group created.";
 $a->strings["Could not create group."] = "Could not create group.";
 $a->strings["Group not found."] = "Group not found.";
 $a->strings["Group name changed."] = "Group name changed.";
+$a->strings["Permission denied"] = "Permission denied";
 $a->strings["Save Group"] = "Save group";
 $a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
 $a->strings["Group removed."] = "Group removed.";
@@ -1424,11 +1322,11 @@ $a->strings["Delete Group"] = "Delete group";
 $a->strings["Group Editor"] = "Group Editor";
 $a->strings["Edit Group Name"] = "Edit group name";
 $a->strings["Members"] = "Members";
+$a->strings["Group is empty"] = "Group is empty";
 $a->strings["Remove Contact"] = "Remove contact";
 $a->strings["Add Contact"] = "Add contact";
+$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove.";
 $a->strings["No profile"] = "No profile";
-$a->strings["Help:"] = "Help:";
-$a->strings["Page not found."] = "Page not found";
 $a->strings["Welcome to %s"] = "Welcome to %s";
 $a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
 $a->strings["Could not connect to database."] = "Could not connect to database.";
@@ -1455,7 +1353,7 @@ $a->strings["Site settings"] = "Site settings";
 $a->strings["System Language:"] = "System language:";
 $a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
 $a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>";
 $a->strings["PHP executable path"] = "PHP executable path";
 $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation.";
 $a->strings["Command line PHP"] = "Command line PHP";
@@ -1502,16 +1400,16 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extensi
 $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
 $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
 $a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller.";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker.";
 $a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
 $a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
 $a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
 $a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
 $a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
-$a->strings["%d message sent."] = array(
+$a->strings["%d message sent."] = [
        0 => "%d message sent.",
        1 => "%d messages sent.",
-);
+];
 $a->strings["You have no more invitations available"] = "You have no more invitations available.";
 $a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
 $a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website.";
@@ -1533,12 +1431,8 @@ $a->strings["This message was sent to you by %s, a member of the Friendica socia
 $a->strings["You may visit them online at %s"] = "You may visit them online at %s";
 $a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
 $a->strings["%s posted an update."] = "%s posted an update.";
-$a->strings["Time Conversion"] = "Time conversion";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
-$a->strings["UTC time: %s"] = "UTC time: %s";
-$a->strings["Current timezone: %s"] = "Current time zone: %s";
-$a->strings["Converted localtime: %s"] = "Converted local time: %s";
-$a->strings["Please select your timezone:"] = "Please select your time zone:";
+$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
+$a->strings["Visible to:"] = "Visible to:";
 $a->strings["No valid account found."] = "No valid account found.";
 $a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
 $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was issued at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
@@ -1585,23 +1479,27 @@ $a->strings["Unknown sender - %s"] = "Unknown sender - %s";
 $a->strings["You and %s"] = "Me and %s";
 $a->strings["%s and You"] = "%s and me";
 $a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
+$a->strings["%d message"] = [
        0 => "%d message",
        1 => "%d messages",
-);
+];
 $a->strings["Mood"] = "Mood";
 $a->strings["Set your current mood and tell your friends"] = "Set your current mood and tell your friends";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = array(
+$a->strings["Remove term"] = "Remove term";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
        0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
        1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.",
-);
+];
 $a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers.";
+$a->strings["No such group"] = "No such group";
+$a->strings["Group: %s"] = "Group: %s";
 $a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
 $a->strings["Invalid contact."] = "Invalid contact.";
 $a->strings["Commented Order"] = "Commented last";
 $a->strings["Sort by Comment Date"] = "Sort by comment date";
 $a->strings["Posted Order"] = "Posted last";
 $a->strings["Sort by Post Date"] = "Sort by post date";
+$a->strings["Personal"] = "Personal";
 $a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
 $a->strings["New"] = "New";
 $a->strings["Activity Stream - by date"] = "Activity Stream - by date";
@@ -1609,6 +1507,38 @@ $a->strings["Shared Links"] = "Shared links";
 $a->strings["Interesting Links"] = "Interesting links";
 $a->strings["Starred"] = "Starred";
 $a->strings["Favourite Posts"] = "My favorite posts";
+$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
+$a->strings["New Member Checklist"] = "New Member Checklist";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.";
+$a->strings["Getting Started"] = "Getting started";
+$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
+$a->strings["Go to Your Settings"] = "Go to your settings";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.";
+$a->strings["Upload Profile Photo"] = "Upload profile photo";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not.";
+$a->strings["Edit Your Profile"] = "Edit your profile";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
+$a->strings["Profile Keywords"] = "Profile keywords";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
+$a->strings["Connecting"] = "Connecting";
+$a->strings["Importing Emails"] = "Importing emails";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
+$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog.";
+$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
+$a->strings["Finding New People"] = "Finding new people";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.";
+$a->strings["Group Your Contacts"] = "Group your contacts";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
+$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.";
+$a->strings["Getting Help"] = "Getting help";
+$a->strings["Go to the Help Section"] = "Go to the help section";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
+$a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group";
 $a->strings["Invalid request identifier."] = "Invalid request identifier.";
 $a->strings["Discard"] = "Discard";
 $a->strings["Network Notifications"] = "Network notifications";
@@ -1636,7 +1566,6 @@ $a->strings["Show unread"] = "Show unread";
 $a->strings["Show all"] = "Show all";
 $a->strings["No more %s notifications."] = "No more %s notifications.";
 $a->strings["No more system notifications."] = "No more system notifications.";
-$a->strings["Post successful."] = "Post successful.";
 $a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
 $a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site.";
 $a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
@@ -1646,6 +1575,7 @@ $a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for
 $a->strings["Done"] = "Done";
 $a->strings["success"] = "success";
 $a->strings["failed"] = "failed";
+$a->strings["ignored"] = "Ignored";
 $a->strings["Keep this window open until done."] = "Keep this window open until done.";
 $a->strings["Not Extended"] = "Not extended";
 $a->strings["Recent Photos"] = "Recent photos";
@@ -1665,7 +1595,6 @@ $a->strings["Unable to process image."] = "Unable to process image.";
 $a->strings["Image upload failed."] = "Image upload failed.";
 $a->strings["No photos selected"] = "No photos selected";
 $a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage.";
 $a->strings["Upload Photos"] = "Upload photos";
 $a->strings["New album name: "] = "New album name: ";
 $a->strings["or existing album name: "] = "or existing album name: ";
@@ -1683,6 +1612,7 @@ $a->strings["Photo not available"] = "Photo not available";
 $a->strings["View photo"] = "View photo";
 $a->strings["Edit photo"] = "Edit photo";
 $a->strings["Use as profile photo"] = "Use as profile photo";
+$a->strings["Private Message"] = "Private message";
 $a->strings["View Full Size"] = "View full size";
 $a->strings["Tags: "] = "Tags: ";
 $a->strings["[Remove any tag]"] = "[Remove any tag]";
@@ -1695,6 +1625,10 @@ $a->strings["Rotate CW (right)"] = "Rotate right (CW)";
 $a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
 $a->strings["Private photo"] = "Private photo";
 $a->strings["Public photo"] = "Public photo";
+$a->strings["I like this (toggle)"] = "I like this (toggle)";
+$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
+$a->strings["This is you"] = "This is me";
+$a->strings["Comment"] = "Comment";
 $a->strings["Map"] = "Map";
 $a->strings["View Album"] = "View album";
 $a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
@@ -1793,11 +1727,16 @@ $a->strings["Work/employment"] = "Work/Employment:";
 $a->strings["School/education"] = "School/Education:";
 $a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
 $a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
+$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
+$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Visible To"] = "Visible to";
+$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
 $a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
 $a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
 $a->strings["Registration successful."] = "Registration successful.";
 $a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
 $a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
 $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Sign up now'.";
 $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
 $a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
@@ -1807,12 +1746,13 @@ $a->strings["Leave a message for the admin, why you want to join this node"] = "
 $a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
 $a->strings["Your invitation ID: "] = "Your invitation ID: ";
 $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
-$a->strings["Your Email Address: "] = "Your email address: ";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)";
 $a->strings["New Password:"] = "New password:";
 $a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
 $a->strings["Confirm:"] = "Confirm new password:";
 $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@\$sitename</strong>'.";
 $a->strings["Choose a nickname: "] = "Choose a nickname: ";
+$a->strings["Import"] = "Import profile";
 $a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
 $a->strings["Account approved."] = "Account approved.";
 $a->strings["Registration revoked for %s"] = "Registration revoked for %s";
@@ -1822,6 +1762,10 @@ $a->strings["This will completely remove your account. Once this has been done i
 $a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
 $a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
 $a->strings["Error"] = "Error";
+$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
+$a->strings["Too Many Requests"] = "Too many requests";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
+$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
 $a->strings["Display"] = "Display";
 $a->strings["Social Networks"] = "Social networks";
 $a->strings["Connected apps"] = "Connected apps";
@@ -1851,6 +1795,7 @@ $a->strings["Redirect"] = "Redirect";
 $a->strings["Icon url"] = "Icon URL";
 $a->strings["You can't edit this application."] = "You cannot edit this application.";
 $a->strings["Connected Apps"] = "Connected Apps";
+$a->strings["Edit"] = "Edit";
 $a->strings["Client key starts with"] = "Client key starts with";
 $a->strings["No name"] = "No name";
 $a->strings["Remove authorization"] = "Remove authorization";
@@ -1904,6 +1849,8 @@ $a->strings["Automatic updates only at the top of the network page"] = "Automati
 $a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading.";
 $a->strings["Bandwith Saver Mode"] = "Bandwith saving mode";
 $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
+$a->strings["Smart Threading"] = "Smart Threading";
+$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled.";
 $a->strings["General Theme Settings"] = "Themes";
 $a->strings["Custom Theme Settings"] = "Theme customization";
 $a->strings["Content Settings"] = "Content/Layout";
@@ -1991,6 +1938,8 @@ $a->strings["Activate desktop notifications"] = "Activate desktop notifications"
 $a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
 $a->strings["Text-only notification emails"] = "Text-only notification emails";
 $a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
+$a->strings["Show detailled notifications"] = "Show detailled notifications";
+$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed.";
 $a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
 $a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations";
 $a->strings["Relocate"] = "Recent relocation";
@@ -2007,20 +1956,33 @@ $a->strings["Export account"] = "Export account";
 $a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
 $a->strings["Export all"] = "Export all";
 $a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)";
+$a->strings["Move account"] = "Move Existing Friendica Account";
+$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
+$a->strings["Account file"] = "Account file:";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
 $a->strings["Contact wasn't found or can't be unfollowed."] = "Contact wasn't found or can't be unfollowed.";
 $a->strings["Contact unfollowed"] = "Contact unfollowed";
 $a->strings["You aren't a friend of this contact."] = "You aren't a friend of this contact.";
 $a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network.";
+$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
 $a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?";
 $a->strings["Delete Video"] = "Delete video";
 $a->strings["No videos selected"] = "No videos selected";
 $a->strings["Recent Videos"] = "Recent videos";
 $a->strings["Upload New Videos"] = "Upload new videos";
+$a->strings["No contacts."] = "No contacts.";
+$a->strings["Access denied."] = "Access denied.";
+$a->strings["Invalid request."] = "Invalid request.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
+$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
+$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
+$a->strings["File upload failed."] = "File upload failed.";
 $a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
 $a->strings["Unable to check your home location."] = "Unable to check your home location.";
 $a->strings["No recipient."] = "No recipient.";
 $a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
-$a->strings["via"] = "via";
 $a->strings["greenzero"] = "greenzero";
 $a->strings["purplezero"] = "purplezero";
 $a->strings["easterbunny"] = "easterbunny";
@@ -2037,7 +1999,7 @@ $a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and ret
 $a->strings["Resize best fit"] = "Resize to best fit";
 $a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio.";
 $a->strings["Default"] = "Default";
-$a->strings["Note: "] = "Note - ";
+$a->strings["Note"] = "Note";
 $a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image";
 $a->strings["Select scheme"] = "Select scheme:";
 $a->strings["Navigation bar background color"] = "Navigation bar background color:";
@@ -2063,9 +2025,67 @@ $a->strings["Connect Services"] = "Connect services";
 $a->strings["Find Friends"] = "Find friends";
 $a->strings["Last users"] = "Last users";
 $a->strings["Local Directory"] = "Local directory";
+$a->strings["External link to forum"] = "External link to forum";
 $a->strings["Quick Start"] = "Quick start";
+$a->strings["System"] = "System";
+$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
+$a->strings["%s created a new post"] = "%s posted something new";
+$a->strings["%s liked %s's post"] = "%s liked %s's post";
+$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
+$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
+$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
+$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
+$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
+$a->strings["Friend Suggestion"] = "Friend suggestion";
+$a->strings["Friend/Connect Request"] = "Friend/Contact request";
+$a->strings["New Follower"] = "New follower";
 $a->strings["Delete this item?"] = "Delete this item?";
 $a->strings["show fewer"] = "Show fewer.";
+$a->strings["Drop Contact"] = "Drop contact";
+$a->strings["Organisation"] = "Organization";
+$a->strings["News"] = "News";
+$a->strings["Forum"] = "Forum";
+$a->strings["This entry was edited"] = "This entry was edited";
+$a->strings["save to folder"] = "Save to folder";
+$a->strings["I will attend"] = "I will attend";
+$a->strings["I will not attend"] = "I will not attend";
+$a->strings["I might attend"] = "I might attend";
+$a->strings["add star"] = "Add star";
+$a->strings["remove star"] = "Remove star";
+$a->strings["toggle star status"] = "Toggle star status";
+$a->strings["starred"] = "Starred";
+$a->strings["ignore thread"] = "Ignore thread";
+$a->strings["unignore thread"] = "Unignore thread";
+$a->strings["toggle ignore status"] = "Toggle ignore status";
+$a->strings["add tag"] = "Add tag";
+$a->strings["like"] = "Like";
+$a->strings["dislike"] = "Dislike";
+$a->strings["Share this"] = "Share this";
+$a->strings["share"] = "Share";
+$a->strings["to"] = "to";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Wall-to-wall";
+$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
+$a->strings["%d comment"] = [
+       0 => "%d comment",
+       1 => "%d comments -",
+];
+$a->strings["Bold"] = "Bold";
+$a->strings["Italic"] = "Italic";
+$a->strings["Underline"] = "Underline";
+$a->strings["Quote"] = "Quote";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Image";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
+$a->strings["%s\\'s birthday"] = "%s\\'s birthday";
+$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network";
+$a->strings["Attachments:"] = "Attachments:";
+$a->strings["%s is now following %s."] = "%s is now following %s.";
+$a->strings["following"] = "following";
+$a->strings["%s stopped following %s."] = "%s stopped following %s.";
+$a->strings["stopped following"] = "stopped following";
+$a->strings["(no subject)"] = "(no subject)";
 $a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
 $a->strings["Create a New Account"] = "Create a new account";
 $a->strings["Password: "] = "Password: ";