EN US translation update THX hypolite

This commit is contained in:
Tobias Diekershoff 2019-02-16 09:42:38 +01:00
parent 3a2af5bcd0
commit 54f3b2300b
2 changed files with 5352 additions and 5117 deletions

File diff suppressed because it is too large Load Diff

View File

@ -135,18 +135,22 @@ $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you
$a->strings["a private message"] = "a private message";
$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "";
$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]tagged you[/url].";
$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
@ -190,7 +194,11 @@ $a->strings["Do you really want to delete this item?"] = "Do you really want to
$a->strings["Yes"] = "Yes";
$a->strings["Permission denied."] = "Permission denied.";
$a->strings["Archives"] = "Archives";
$a->strings["show more"] = "Show more...";
$a->strings["show more"] = "show more";
$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["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
$a->strings["Theme settings updated."] = "Theme settings updated.";
$a->strings["Information"] = "Information";
$a->strings["Overview"] = "Overview";
@ -302,6 +310,7 @@ $a->strings["The database update failed. Please run \"php bin/console.php dbstru
$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["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "";
$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "";
$a->strings["<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."] = "";
$a->strings["Normal Account"] = "Standard account";
$a->strings["Automatic Follower Account"] = "Automatic follower account";
@ -341,6 +350,7 @@ $a->strings["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["Database (legacy)"] = "";
$a->strings["Republish users to directory"] = "Republish users to directory";
$a->strings["Registration"] = "Registration";
$a->strings["File upload"] = "File upload";
@ -376,6 +386,8 @@ $a->strings["Hide help entry from navigation menu"] = "Hide help entry from navi
$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL.";
$a->strings["Single user instance"] = "Single user instance";
$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user";
$a->strings["File storage backend"] = "";
$a->strings["The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you do not do so, the files uploaded before the change will still be available at the old backend. Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a> for more information about the choices and the moving procedure."] = "";
$a->strings["Maximum image size"] = "Maximum image size";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits.";
$a->strings["Maximum image length"] = "Maximum image length";
@ -420,16 +432,16 @@ $a->strings["Allow Users to set remote_self"] = "Allow users to set \"Remote sel
$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream.";
$a->strings["Block multiple registrations"] = "Block multiple registrations";
$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to sign up for additional accounts.";
$a->strings["OpenID support"] = "OpenID support";
$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins.";
$a->strings["Fullname check"] = "Full name check";
$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations.";
$a->strings["Disable OpenID"] = "";
$a->strings["Disable OpenID support for registration and logins."] = "";
$a->strings["No Fullname check"] = "";
$a->strings["Allow users to register without a space between the first name and the last name in their full name."] = "";
$a->strings["Community pages for visitors"] = "Community pages for visitors";
$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Which community pages should be available for visitors. Local users always see both pages.";
$a->strings["Posts per user on community page"] = "Posts per user on community page";
$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["Disable OStatus support"] = "";
$a->strings["Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
$a->strings["Only import OStatus/ActivityPub threads from our contacts"] = "";
$a->strings["Normally we import every content from our OStatus and ActivityPub 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.";
@ -459,7 +471,7 @@ $a->strings["If enabled, the global contacts are checked periodically for missin
$a->strings["Days between requery"] = "Days between enquiry";
$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is rechecked for contacts.";
$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers";
$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'.";
$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is 'Users, Global Contacts'."] = "";
$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts";
$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers.";
$a->strings["Search the local directory"] = "Search the local directory";
@ -557,6 +569,7 @@ $a->strings["Personal Page"] = "Personal Page";
$a->strings["Organisation Page"] = "Organization Page";
$a->strings["News Page"] = "News Page";
$a->strings["Community Forum"] = "Community Forum";
$a->strings["Relay"] = "";
$a->strings["Email"] = "Email";
$a->strings["Register date"] = "Registration date";
$a->strings["Last login"] = "Last login";
@ -574,7 +587,7 @@ $a->strings["User blocked"] = "";
$a->strings["Site admin"] = "Site admin";
$a->strings["Account expired"] = "Account expired";
$a->strings["New User"] = "New user";
$a->strings["Delete in"] = "";
$a->strings["Permanent deletion"] = "";
$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?";
$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?";
$a->strings["Name of the new user."] = "Name of the new user.";
@ -620,11 +633,6 @@ $a->strings["Return to your app and insert this Securty Code:"] = "Return to you
$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 input"] = "Source input";
$a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext";
$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)";
@ -634,6 +642,8 @@ $a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert";
$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode";
$a->strings["Item Body"] = "";
$a->strings["Item Tags"] = "";
$a->strings["Source input (Diaspora format)"] = "";
$a->strings["Markdown::convert (raw HTML)"] = "";
$a->strings["Markdown::convert"] = "";
@ -698,6 +708,7 @@ $a->strings["Mark this contact as remote_self, this will cause friendica to repo
$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["Account URL Alias"] = "";
$a->strings["Friend Request URL"] = "Friend request URL:";
$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
@ -825,7 +836,6 @@ $a->strings["Upload"] = "Upload";
$a->strings["Files"] = "Files";
$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module";
$a->strings["Source URL"] = "Source URL";
$a->strings["Not Found"] = "Not found";
$a->strings["- select -"] = "- select -";
$a->strings["The contact could not be added."] = "Contact could not be added.";
$a->strings["You already added this contact."] = "You already added this contact.";
@ -869,6 +879,7 @@ $a->strings["Add contact to group"] = "Add contact to group";
$a->strings["No profile"] = "No profile";
$a->strings["Help:"] = "Help:";
$a->strings["Help"] = "Help";
$a->strings["Not Found"] = "Not found";
$a->strings["Welcome to %s"] = "Welcome to %s";
$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
@ -928,12 +939,12 @@ $a->strings["Your password may be changed from the <em>Settings</em> page after
$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t";
$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t";
$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
$a->strings["Select an identity to manage: "] = "Select identity:";
$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
$a->strings["is interested in:"] = "is interested in:";
$a->strings["first"] = "first";
$a->strings["next"] = "next";
$a->strings["Profile Match"] = "Profile Match";
$a->strings["New Message"] = "New Message";
$a->strings["No recipient selected."] = "No recipient selected.";
@ -1118,7 +1129,6 @@ $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";
$a->strings["{0} sent you a message"] = "{0} sent you a message";
$a->strings["{0} requested registration"] = "{0} requested registration";
$a->strings["Poke/Prod"] = "Poke/Prod";
$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
@ -1126,10 +1136,19 @@ $a->strings["Recipient"] = "Recipient:";
$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
$a->strings["Make this post private"] = "Make this post private";
$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature.";
$a->strings["Requested profile is not available."] = "Requested profile is unavailable.";
$a->strings["%s's timeline"] = "%s's timeline";
$a->strings["%s's posts"] = "%s's posts";
$a->strings["%s's comments"] = "%s's comments";
$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
$a->strings["Unable to process image"] = "Unable to process image";
$a->strings["Upload File:"] = "Upload File:";
$a->strings["Select a profile:"] = "Select a profile:";
$a->strings["or"] = "or";
$a->strings["skip this step"] = "skip this step";
$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
$a->strings["Crop Image"] = "Crop Image";
$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
$a->strings["Done Editing"] = "Done editing";
$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
$a->strings["Profile deleted."] = "Profile deleted.";
$a->strings["Profile-"] = "Profile-";
$a->strings["New profile created."] = "New profile created.";
@ -1210,48 +1229,10 @@ $a->strings["visible to everybody"] = "Visible to everybody";
$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
$a->strings["Change profile photo"] = "Change profile photo";
$a->strings["Create New Profile"] = "Create new profile";
$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
$a->strings["Unable to process image"] = "Unable to process image";
$a->strings["Upload File:"] = "Upload File:";
$a->strings["Select a profile:"] = "Select a profile:";
$a->strings["or"] = "or";
$a->strings["skip this step"] = "skip this step";
$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
$a->strings["Crop Image"] = "Crop Image";
$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
$a->strings["Done Editing"] = "Done editing";
$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
$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 are 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): ";
$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
$a->strings["Note for the admin"] = "Note for the admin";
$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do 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 code: "] = "Your invitation code: ";
$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
$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 sent 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@%s</strong>'."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@%s</strong>'.";
$a->strings["Choose a nickname: "] = "Choose a nickname: ";
$a->strings["Register"] = "Sign up now >>";
$a->strings["Import"] = "Import profile";
$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
$a->strings["Note: This node explicitly contains adult content"] = "";
$a->strings["Account approved."] = "Account approved.";
$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
$a->strings["Please login."] = "Please login.";
@ -1283,12 +1264,10 @@ $a->strings["Failed to connect with email account using the settings provided."]
$a->strings["Email settings updated."] = "Email settings updated.";
$a->strings["Features updated"] = "Features updated";
$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been sent to your contacts";
$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
$a->strings["Empty passwords are not allowed. Password unchanged."] = "Empty passwords are not allowed. Password unchanged.";
$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another.";
$a->strings["Wrong password."] = "Wrong password.";
$a->strings["Password changed."] = "Password changed.";
$a->strings["Passwords do not match."] = "";
$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
$a->strings["Password changed."] = "Password changed.";
$a->strings["Password unchanged."] = "";
$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
$a->strings[" Name too short."] = " Name too short.";
$a->strings["Wrong Password"] = "Wrong password";
@ -1417,6 +1396,9 @@ $a->strings["Expire photos:"] = "Expire photos:";
$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
$a->strings["Account Settings"] = "Account Settings";
$a->strings["Password Settings"] = "Password change";
$a->strings["New Password:"] = "New password:";
$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "";
$a->strings["Confirm:"] = "Confirm new password:";
$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
$a->strings["Current Password:"] = "Current password:";
$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
@ -1472,6 +1454,8 @@ $a->strings["Export your account info and contacts. Use this to make a backup of
$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. This 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["User imports on closed servers can only be done by an 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["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.";
@ -1492,21 +1476,286 @@ $a->strings["Upload New Videos"] = "Upload new videos";
$a->strings["No contacts."] = "No contacts.";
$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
$a->strings["Contacts"] = "Contacts";
$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["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["Wall Photos"] = "Wall photos";
$a->strings["Delete this item?"] = "Delete this item?";
$a->strings["show fewer"] = "Show fewer.";
$a->strings["toggle mobile"] = "Toggle mobile";
$a->strings["No system theme config value set."] = "No system theme configuration value set.";
$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
$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["default"] = "default";
$a->strings["greenzero"] = "greenzero";
$a->strings["purplezero"] = "purplezero";
$a->strings["easterbunny"] = "easterbunny";
$a->strings["darkzero"] = "darkzero";
$a->strings["comix"] = "comix";
$a->strings["slackr"] = "slackr";
$a->strings["Variations"] = "Variations";
$a->strings["Top Banner"] = "Top Banner";
$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background color below on long pages.";
$a->strings["Full screen"] = "Full screen";
$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom.";
$a->strings["Single row mosaic"] = "Single row mosaic";
$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal.";
$a->strings["Mosaic"] = "Mosaic";
$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen.";
$a->strings["Custom"] = "Custom";
$a->strings["Note"] = "Note";
$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image";
$a->strings["Select color scheme"] = "Select color scheme";
$a->strings["Navigation bar background color"] = "Navigation bar background color:";
$a->strings["Navigation bar icon color "] = "Navigation bar icon color:";
$a->strings["Link color"] = "Link color:";
$a->strings["Set the background color"] = "Background color:";
$a->strings["Content background opacity"] = "Content background opacity";
$a->strings["Set the background image"] = "Background image:";
$a->strings["Background image style"] = "Background image style";
$a->strings["Login page background image"] = "Login page background image";
$a->strings["Login page background color"] = "Login page background color";
$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults";
$a->strings["Guest"] = "Guest";
$a->strings["Visitor"] = "Visitor";
$a->strings["Logout"] = "Logout";
$a->strings["End this session"] = "End this session";
$a->strings["Status"] = "Status";
$a->strings["Your posts and conversations"] = "My posts and conversations";
$a->strings["Your profile page"] = "My profile page";
$a->strings["Your photos"] = "My photos";
$a->strings["Videos"] = "Videos";
$a->strings["Your videos"] = "My videos";
$a->strings["Your events"] = "My events";
$a->strings["Conversations from your friends"] = "My friends' conversations";
$a->strings["Events and Calendar"] = "Events and calendar";
$a->strings["Private mail"] = "Private messages";
$a->strings["Account settings"] = "Account settings";
$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
$a->strings["Alignment"] = "Alignment";
$a->strings["Left"] = "Left";
$a->strings["Center"] = "Center";
$a->strings["Color scheme"] = "Color scheme";
$a->strings["Posts font size"] = "Posts font size";
$a->strings["Textareas font size"] = "Text areas font size";
$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums";
$a->strings["don't show"] = "don't show";
$a->strings["show"] = "show";
$a->strings["Set style"] = "Set style";
$a->strings["Community Pages"] = "Community pages";
$a->strings["Community Profiles"] = "Community profiles";
$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
$a->strings["Connect Services"] = "Connect services";
$a->strings["Find Friends"] = "Find friends";
$a->strings["Last users"] = "Last users";
$a->strings["Find People"] = "Find people";
$a->strings["Enter name or interest"] = "Enter name or interest";
$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
$a->strings["Similar Interests"] = "Similar interests";
$a->strings["Random Profile"] = "Random profile";
$a->strings["Invite Friends"] = "Invite friends";
$a->strings["Local Directory"] = "Local directory";
$a->strings["Forums"] = "Forums";
$a->strings["External link to forum"] = "External link to forum";
$a->strings["Quick Start"] = "Quick start";
$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)";
$a->strings["The contact entries have been archived"] = "The contact entries have been archived";
$a->strings["Enter new password: "] = "Enter new password: ";
$a->strings["Post update version number has been set to %s."] = "";
$a->strings["Check for pending update actions."] = "";
$a->strings["Done."] = "";
$a->strings["Execute pending post updates."] = "";
$a->strings["All pending post updates are done."] = "";
$a->strings["Post to Email"] = "Post to email";
$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
$a->strings["Visible to everybody"] = "Visible to everybody";
$a->strings["Close"] = "Close";
$a->strings["Welcome "] = "Welcome ";
$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
$a->strings["Welcome back "] = "Welcome back ";
$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql.";
$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\".";
$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 your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "If your server doesn't have a command line version of PHP installed, you won't be able to run 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";
$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version.";
$a->strings["Found PHP version: "] = "Found PHP version: ";
$a->strings["PHP cli binary"] = "PHP cli binary";
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled.";
$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work.";
$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys";
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\".";
$a->strings["Generate encryption keys"] = "Generate encryption keys";
$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed.";
$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed.";
$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed.";
$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module";
$a->strings["Error, XML PHP module required but not installed."] = "Error, XML PHP module required but not installed.";
$a->strings["XML PHP module"] = "XML PHP module";
$a->strings["libCurl PHP module"] = "libCurl PHP module";
$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed.";
$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed.";
$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed.";
$a->strings["mb_string PHP module"] = "mb_string PHP module";
$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
$a->strings["iconv PHP module"] = "iconv PHP module";
$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed.";
$a->strings["POSIX PHP module"] = "POSIX PHP module";
$a->strings["Error: POSIX PHP module required but not installed."] = "Error: POSIX PHP module required but not installed.";
$a->strings["JSON PHP module"] = "";
$a->strings["Error: JSON PHP module required but not installed."] = "";
$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "";
$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can.";
$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "";
$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions.";
$a->strings["config/local.config.php is writable"] = "";
$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.";
$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory.";
$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user that your web server runs as (e.g. www-data) has write access to this directory.";
$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.";
$a->strings["view/smarty3 is writable"] = "view/smarty3 is writable";
$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "";
$a->strings["Error message from Curl when fetching"] = "Error message from Curl while fetching";
$a->strings["Url rewrite is working"] = "URL rewrite is working";
$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed";
$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed";
$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
$a->strings["Could not connect to database."] = "Could not connect to database.";
$a->strings["Database already in use."] = "Database already in use.";
$a->strings["Tuesday"] = "Tuesday";
$a->strings["Wednesday"] = "Wednesday";
$a->strings["Thursday"] = "Thursday";
$a->strings["Friday"] = "Friday";
$a->strings["Saturday"] = "Saturday";
$a->strings["January"] = "January";
$a->strings["February"] = "February";
$a->strings["March"] = "March";
$a->strings["April"] = "April";
$a->strings["May"] = "May";
$a->strings["June"] = "June";
$a->strings["July"] = "July";
$a->strings["August"] = "August";
$a->strings["September"] = "September";
$a->strings["October"] = "October";
$a->strings["November"] = "November";
$a->strings["December"] = "December";
$a->strings["Mon"] = "Mon";
$a->strings["Tue"] = "Tue";
$a->strings["Wed"] = "Wed";
$a->strings["Thu"] = "Thu";
$a->strings["Fri"] = "Fri";
$a->strings["Sat"] = "Sat";
$a->strings["Sun"] = "Sun";
$a->strings["Jan"] = "Jan";
$a->strings["Feb"] = "Feb";
$a->strings["Mar"] = "Mar";
$a->strings["Apr"] = "Apr";
$a->strings["Jul"] = "Jul";
$a->strings["Aug"] = "Aug";
$a->strings["Sep"] = "Sep";
$a->strings["Oct"] = "Oct";
$a->strings["Nov"] = "Nov";
$a->strings["Dec"] = "Dec";
$a->strings["poke"] = "poke";
$a->strings["poked"] = "poked";
$a->strings["ping"] = "ping";
$a->strings["pinged"] = "pinged";
$a->strings["prod"] = "prod";
$a->strings["prodded"] = "prodded";
$a->strings["slap"] = "slap";
$a->strings["slapped"] = "slapped";
$a->strings["finger"] = "finger";
$a->strings["fingered"] = "fingered";
$a->strings["rebuff"] = "rebuff";
$a->strings["rebuffed"] = "rebuffed";
$a->strings["System"] = "System";
$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["Error 400 - Bad Request"] = "";
$a->strings["Error 401 - Unauthorized"] = "";
$a->strings["Error 403 - Forbidden"] = "";
$a->strings["Error 404 - Not Found"] = "";
$a->strings["Error 500 - Internal Server Error"] = "";
$a->strings["Error 503 - Service Unavailable"] = "";
$a->strings["The server cannot or will not process the request due to an apparent client error."] = "";
$a->strings["Authentication is required and has failed or has not yet been provided."] = "";
$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "";
$a->strings["The requested resource could not be found but may be available in the future."] = "";
$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available.";
$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "";
$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid.";
$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "";
$a->strings["Error decoding account file"] = "Error decoding account file";
$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
$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"] = [
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["Birthday:"] = "Birthday:";
$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["months"] = "months";
$a->strings["weeks"] = "weeks";
$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["in %1\$d %2\$s"] = "";
$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
$a->strings["view full size"] = "view full size";
$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["Loading more entries..."] = "Loading more entries...";
$a->strings["The end"] = "The end";
$a->strings["Follow"] = "Follow";
$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
$a->strings["Full Text"] = "Full text";
$a->strings["Tags"] = "Tags";
$a->strings["Click to open/close"] = "Reveal/hide";
$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["No contacts"] = "No contacts";
$a->strings["%d Contact"] = [
0 => "%d contact",
1 => "%d contacts",
];
$a->strings["View Contacts"] = "View contacts";
$a->strings["Frequently"] = "Frequently";
$a->strings["Hourly"] = "Hourly";
$a->strings["Twice daily"] = "Twice daily";
@ -1594,6 +1843,8 @@ $a->strings["Ability for visitors to download the public calendar"] = "Ability f
$a->strings["Post Composition Features"] = "Post composition";
$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["Explicit Mentions"] = "";
$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "";
$a->strings["Network Sidebar"] = "Network sidebar";
$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
$a->strings["Protocol Filter"] = "";
@ -1613,54 +1864,34 @@ $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["Display Membership Date"] = "Display membership date";
$a->strings["Display membership date in profile"] = "Display membership date in profile";
$a->strings["Forums"] = "Forums";
$a->strings["External link to forum"] = "External link to forum";
$a->strings["Nothing new here"] = "Nothing new here";
$a->strings["Clear notifications"] = "Clear notifications";
$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
$a->strings["Logout"] = "Logout";
$a->strings["End this session"] = "End this session";
$a->strings["Status"] = "Status";
$a->strings["Your posts and conversations"] = "My posts and conversations";
$a->strings["Your profile page"] = "My profile page";
$a->strings["Your photos"] = "My photos";
$a->strings["Videos"] = "Videos";
$a->strings["Your videos"] = "My videos";
$a->strings["Your events"] = "My events";
$a->strings["Personal notes"] = "Personal notes";
$a->strings["Your personal notes"] = "My personal notes";
$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";
$a->strings["Help and documentation"] = "Help and documentation";
$a->strings["Apps"] = "Apps";
$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
$a->strings["Search site content"] = "Search site content";
$a->strings["Full Text"] = "Full text";
$a->strings["Tags"] = "Tags";
$a->strings["Community"] = "Community";
$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers";
$a->strings["Events and Calendar"] = "Events and calendar";
$a->strings["Directory"] = "Directory";
$a->strings["People directory"] = "People directory";
$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance";
$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["See all notifications"] = "See all notifications";
$a->strings["Mark all system notifications seen"] = "Mark notifications as seen";
$a->strings["Private mail"] = "Private messages";
$a->strings["Inbox"] = "Inbox";
$a->strings["Outbox"] = "Outbox";
$a->strings["Manage"] = "Manage";
$a->strings["Manage other pages"] = "Manage other pages";
$a->strings["Account settings"] = "Account settings";
$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
$a->strings["Site setup and configuration"] = "Site setup and configuration";
$a->strings["Navigation"] = "Navigation";
$a->strings["Site map"] = "Site map";
@ -1668,30 +1899,8 @@ $a->strings["Embedding disabled"] = "Embedding disabled";
$a->strings["Embedded content"] = "Embedded content";
$a->strings["newer"] = "Later posts";
$a->strings["older"] = "Earlier posts";
$a->strings["first"] = "first";
$a->strings["prev"] = "prev";
$a->strings["next"] = "next";
$a->strings["last"] = "last";
$a->strings["view full size"] = "view full size";
$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["Loading more entries..."] = "Loading more entries...";
$a->strings["The end"] = "The end";
$a->strings["No contacts"] = "No contacts";
$a->strings["%d Contact"] = [
0 => "%d contact",
1 => "%d contacts",
];
$a->strings["View Contacts"] = "View contacts";
$a->strings["Follow"] = "Follow";
$a->strings["Click to open/close"] = "Reveal/hide";
$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["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";
@ -1699,13 +1908,6 @@ $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["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
$a->strings["Similar Interests"] = "Similar interests";
$a->strings["Random Profile"] = "Random profile";
$a->strings["Invite Friends"] = "Invite friends";
$a->strings["Local Directory"] = "Local directory";
$a->strings["Protocols"] = "";
$a->strings["All Protocols"] = "";
$a->strings["Saved Folders"] = "Saved Folders";
@ -1715,157 +1917,11 @@ $a->strings["%d contact in common"] = [
0 => "%d contact in common",
1 => "%d contacts in common",
];
$a->strings["Post to Email"] = "Post to email";
$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
$a->strings["Visible to everybody"] = "Visible to everybody";
$a->strings["show"] = "show";
$a->strings["don't show"] = "don't show";
$a->strings["Close"] = "Close";
$a->strings["Welcome "] = "Welcome ";
$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
$a->strings["Welcome back "] = "Welcome back ";
$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)";
$a->strings["The contact entries have been archived"] = "The contact entries have been archived";
$a->strings["Enter new password: "] = "Enter new password: ";
$a->strings["Password can't be empty"] = "Password can't be empty";
$a->strings["Post update version number has been set to %s."] = "";
$a->strings["Check for pending update actions."] = "";
$a->strings["Done."] = "";
$a->strings["Execute pending post updates."] = "";
$a->strings["All pending post updates are done."] = "";
$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql.";
$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\".";
$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 your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "If your server doesn't have a command line version of PHP installed, you won't be able to run 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";
$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version.";
$a->strings["Found PHP version: "] = "Found PHP version: ";
$a->strings["PHP cli binary"] = "PHP cli binary";
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled.";
$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work.";
$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys";
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\".";
$a->strings["Generate encryption keys"] = "Generate encryption keys";
$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed.";
$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed.";
$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed.";
$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module";
$a->strings["Error, XML PHP module required but not installed."] = "Error, XML PHP module required but not installed.";
$a->strings["XML PHP module"] = "XML PHP module";
$a->strings["libCurl PHP module"] = "libCurl PHP module";
$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed.";
$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed.";
$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed.";
$a->strings["mb_string PHP module"] = "mb_string PHP module";
$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
$a->strings["iconv PHP module"] = "iconv PHP module";
$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed.";
$a->strings["POSIX PHP module"] = "POSIX PHP module";
$a->strings["Error: POSIX PHP module required but not installed."] = "Error: POSIX PHP module required but not installed.";
$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "";
$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can.";
$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "";
$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions.";
$a->strings["config/local.config.php is writable"] = "";
$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.";
$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory.";
$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user that your web server runs as (e.g. www-data) has write access to this directory.";
$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.";
$a->strings["view/smarty3 is writable"] = "view/smarty3 is writable";
$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "";
$a->strings["Error message from Curl when fetching"] = "Error message from Curl while fetching";
$a->strings["Url rewrite is working"] = "URL rewrite is working";
$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed";
$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed";
$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
$a->strings["Could not connect to database."] = "Could not connect to database.";
$a->strings["Database already in use."] = "Database already in use.";
$a->strings["Tuesday"] = "Tuesday";
$a->strings["Wednesday"] = "Wednesday";
$a->strings["Thursday"] = "Thursday";
$a->strings["Friday"] = "Friday";
$a->strings["Saturday"] = "Saturday";
$a->strings["January"] = "January";
$a->strings["February"] = "February";
$a->strings["March"] = "March";
$a->strings["April"] = "April";
$a->strings["May"] = "May";
$a->strings["June"] = "June";
$a->strings["July"] = "July";
$a->strings["August"] = "August";
$a->strings["September"] = "September";
$a->strings["October"] = "October";
$a->strings["November"] = "November";
$a->strings["December"] = "December";
$a->strings["Mon"] = "Mon";
$a->strings["Tue"] = "Tue";
$a->strings["Wed"] = "Wed";
$a->strings["Thu"] = "Thu";
$a->strings["Fri"] = "Fri";
$a->strings["Sat"] = "Sat";
$a->strings["Sun"] = "Sun";
$a->strings["Jan"] = "Jan";
$a->strings["Feb"] = "Feb";
$a->strings["Mar"] = "Mar";
$a->strings["Apr"] = "Apr";
$a->strings["Jul"] = "Jul";
$a->strings["Aug"] = "Aug";
$a->strings["Sep"] = "Sep";
$a->strings["Oct"] = "Oct";
$a->strings["Nov"] = "Nov";
$a->strings["Dec"] = "Dec";
$a->strings["poke"] = "poke";
$a->strings["poked"] = "poked";
$a->strings["ping"] = "ping";
$a->strings["pinged"] = "pinged";
$a->strings["prod"] = "prod";
$a->strings["prodded"] = "prodded";
$a->strings["slap"] = "slap";
$a->strings["slapped"] = "slapped";
$a->strings["finger"] = "finger";
$a->strings["fingered"] = "fingered";
$a->strings["rebuff"] = "rebuff";
$a->strings["rebuffed"] = "rebuffed";
$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["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid.";
$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "";
$a->strings["Error decoding account file"] = "Error decoding account file";
$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
$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"] = [
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["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
$a->strings["%s: Database update"] = "%s: Database update";
$a->strings["%s: updating %s table."] = "%s: updating %s table.";
$a->strings["Legacy module file not found: %s"] = "";
$a->strings["Drop Contact"] = "Drop contact";
$a->strings["Organisation"] = "Organization";
$a->strings["News"] = "News";
@ -1919,6 +1975,7 @@ $a->strings["View on separate page"] = "View on separate page";
$a->strings["view on separate page"] = "view on separate page";
$a->strings["[no subject]"] = "[no subject]";
$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";
$a->strings["Atom feed"] = "Atom feed";
$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
@ -1934,7 +1991,6 @@ $a->strings["Upcoming events the next 7 days:"] = "";
$a->strings["Member since:"] = "Member since:";
$a->strings["j F, Y"] = "j F, Y";
$a->strings["j F"] = "j F";
$a->strings["Birthday:"] = "Birthday:";
$a->strings["Age:"] = "Age:";
$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
$a->strings["Religion:"] = "Religion:";
@ -1952,8 +2008,20 @@ $a->strings["Profile Details"] = "Profile Details";
$a->strings["Only You Can See This"] = "Only you can see this.";
$a->strings["Tips for New Members"] = "Tips for New Members";
$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "";
$a->strings["Database storage failed to update %s"] = "";
$a->strings["Database storage failed to insert data"] = "";
$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "";
$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "";
$a->strings["Storage base path"] = "";
$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "";
$a->strings["Enter a valid existing folder"] = "";
$a->strings["Login failed"] = "Login failed";
$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate";
$a->strings["Password can't be empty"] = "Password can't be empty";
$a->strings["Empty passwords are not allowed."] = "";
$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another.";
$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "";
$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
$a->strings["An invitation is required."] = "An invitation is required.";
$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
@ -1978,7 +2046,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname c
$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
$a->strings["default"] = "default";
$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again.";
$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again.";
@ -1986,6 +2053,17 @@ $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Yo
$a->strings["Registration at %s"] = "Registration at %s";
$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t";
$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s.";
$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network";
$a->strings["Attachments:"] = "Attachments:";
$a->strings["%s's timeline"] = "%s's timeline";
$a->strings["%s's posts"] = "%s's posts";
$a->strings["%s's comments"] = "%s's comments";
$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["Item was not found."] = "Item was not found.";
$a->strings["%d contact edited."] = [
0 => "%d contact edited.",
1 => "%d contacts edited.",
@ -2108,6 +2186,26 @@ $a->strings["Website Privacy Policy"] = "Website Privacy Policy";
$a->strings["privacy policy"] = "Privacy policy";
$a->strings["Logged out."] = "Logged out.";
$a->strings["Bad Request."] = "";
$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "";
$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): ";
$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
$a->strings["Note for the admin"] = "Note for the admin";
$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do 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 code: "] = "Your invitation code: ";
$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
$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 sent there, so this must be an existing address.)";
$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated 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@%s</strong>\"."] = "";
$a->strings["Choose a nickname: "] = "Choose a nickname: ";
$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
$a->strings["Note: This node explicitly contains adult content"] = "";
$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 are 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["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.";
$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts.";
$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.";
@ -2136,78 +2234,20 @@ $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["Notifier task is pending"] = "";
$a->strings["Delivery to remote servers is pending"] = "";
$a->strings["Delivery to remote servers is underway"] = "";
$a->strings["Delivery to remote servers is mostly done"] = "";
$a->strings["Delivery to remote servers is done"] = "";
$a->strings["%d comment"] = [
0 => "%d comment",
1 => "%d comments -",
];
$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["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["months"] = "months";
$a->strings["weeks"] = "weeks";
$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["in %1\$d %2\$s"] = "";
$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
$a->strings["(no subject)"] = "(no subject)";
$a->strings["Delete this item?"] = "Delete this item?";
$a->strings["show fewer"] = "show fewer";
$a->strings["toggle mobile"] = "Toggle mobile";
$a->strings["No system theme config value set."] = "No system theme configuration value set.";
$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
$a->strings["Legacy module file not found: %s"] = "";
$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. ";
$a->strings["%s: Updating post-type."] = "";
$a->strings["greenzero"] = "greenzero";
$a->strings["purplezero"] = "purplezero";
$a->strings["easterbunny"] = "easterbunny";
$a->strings["darkzero"] = "darkzero";
$a->strings["comix"] = "comix";
$a->strings["slackr"] = "slackr";
$a->strings["Variations"] = "Variations";
$a->strings["Custom"] = "Custom";
$a->strings["Note"] = "Note";
$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image";
$a->strings["Select color scheme"] = "Select color scheme";
$a->strings["Navigation bar background color"] = "Navigation bar background color:";
$a->strings["Navigation bar icon color "] = "Navigation bar icon color:";
$a->strings["Link color"] = "Link color:";
$a->strings["Set the background color"] = "Background color:";
$a->strings["Content background opacity"] = "Content background opacity";
$a->strings["Set the background image"] = "Background image:";
$a->strings["Background image style"] = "Background image style";
$a->strings["Login page background image"] = "Login page background image";
$a->strings["Login page background color"] = "Login page background color";
$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults";
$a->strings["Top Banner"] = "Top Banner";
$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background color below on long pages.";
$a->strings["Full screen"] = "Full screen";
$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom.";
$a->strings["Single row mosaic"] = "Single row mosaic";
$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal.";
$a->strings["Mosaic"] = "Mosaic";
$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen.";
$a->strings["Guest"] = "Guest";
$a->strings["Visitor"] = "Visitor";
$a->strings["Alignment"] = "Alignment";
$a->strings["Left"] = "Left";
$a->strings["Center"] = "Center";
$a->strings["Color scheme"] = "Color scheme";
$a->strings["Posts font size"] = "Posts font size";
$a->strings["Textareas font size"] = "Text areas font size";
$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums";
$a->strings["Set style"] = "Set style";
$a->strings["Community Pages"] = "Community pages";
$a->strings["Community Profiles"] = "Community profiles";
$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
$a->strings["Connect Services"] = "Connect services";
$a->strings["Find Friends"] = "Find friends";
$a->strings["Last users"] = "Last users";
$a->strings["Quick Start"] = "Quick start";